.fixBtnRight {
    position: fixed;
    z-index: 99;
    right: -64px;
    top: 80%;
    background-color: #F08421;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fixBtnRight a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    cursor: pointer;
}



#mybutton-oc {
  z-index: 101;
  position: fixed;
  bottom: 4px;
  right: 389px;
  color: #fff;
}

a.feedback-oc:hover {
  text-decoration: underline;
}

a.feedback-oc {
    z-index: 99;
    background-color: #F08421;
    color: white;
    padding: 8px 15px;
    border-color: #efa15a;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.fixBtnRight a:hover {
    text-decoration: underline;
}
.range-slider {
    margin: 39px 0 0 0%;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 4px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: auto;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
    top:-13px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}


.altss {
    display: inline-block;
    position: relative;
    width: auto;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 1px 3px;
    margin-left: 29px;
    top: -5px;
}
.altss:before{
    position: absolute;
    top: 5px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid rgb(233, 59, 59);
    border-bottom: 7px solid transparent;
    content: '';
}


.boost-big{ 
    background:url(../images/abc.png);
    background-repeat: no-repeat;
    min-height: 500px;
}
.bg-white{
    background: white;
}
.bg-shadow{
    -moz-box-shadow: 7px 5px 23px #e1dfdf;
    -o-box-shadow: 7px 5px 23px #e1dfdf;
    -ms-box-shadow: 7px 5px 23px #e1dfdf;
    -webkit-box-shadow: 7px 5px 23px #e1dfdf;
    box-shadow: 7px 5px 23px #e1dfdf;
}
.no-padd{
    padding:0;
}

a.btn.btn-boost {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
}
a.btn.btn-boost:hover {
    color: #fff;
    background-color: #00354e;
    border: 1px solid #00354e;
}

a.btn.btn-boost.active {
    background: #001b28;
    color: #fff;
}

.padd-rt{
    padding-right: 10px;

}
.padd-35{
    padding-top: 7px;
    padding-left: 16px;
}

.mdt select.form-control {
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    font-size: 12px;
    border-radius: 0;
    padding-left:0;
}

.inst{
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0; 
    box-shadow: none;
    font-size: 12px;
    border-radius: 0;
}



.btns{
    border-radius: 28px;
    background: #03b68f;
    color: aliceblue;
}
.btn:focus{
    outline:none;
}
.ft-normal{
    font-weight: normal;
    font-size: 13px;
}
.green
{

    color: #06bd94;
}
.text-red{
    color: red;
}
.bg-red{
    background:#ff3e3e;
}

.merg ul li{
    color: #3173b3;
    display: block;
    position: relative;
    float: left;

}

.merg ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.merg ul li label
{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    padding: 8px 1px 24px 54px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;}

.merg ul li:hover label{
    color: #000;
}

.merg ul li .check{
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 19px;
    width: 19px;
    top: 18px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.merg ul li:hover .check {
    border: 1px solid #000;
}

.merg ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;

}

.merg input[type=radio]:checked ~ .check {
    border: 2px solid rgb(0, 27, 40);
}

.merg input[type=radio]:checked ~ .check::before{
    background: #2c3e50;
}

.merg input[type=radio]:checked ~ label{
    color: #1abc9c;
}


.file {
    visibility: hidden;
    position: absolute;
}




.hover-img {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 53, 78, 0.91);
    display:block;
}

.hover-img:hover .overlay {
    opacity: 1;
}

.tex-img-hover {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 53%;
    padding: 9px;
    height: 100%;
    width: 100%;
    text-align: left;
    left: 50%;
    transform: translate(-50%, -50%);
    break-after: auto;
    display:block;
}
.text-white{
    color:white !important;
}

/*amount to be paid */
.total-amount input[type=text] {
    padding: 0px 9px;
    margin: 0px; 
    box-sizing: border-box;
    border: none;
    background-color: #3CBC8D;
    color: white;
}

.input-group.total-amount {
    background: #0592ab;
}

.boost-upper-tab{
    padding: 0;padding-left: 5px;padding-right: 5px;
}


@media (max-width:1198px){

    .boost-big{
        background:none;
    }

    .boost-medium{
        background:url(../images/abc-medium.jpg) no-repeat center;
        min-height: 86px;
    }

}

@media (max-width:530px){

    .boost-tabs { 
        font-size: 9px;
        padding: 5px 2px;
    }  

}

@media (max-width:320px){
    .altss{
        margin-left:145px;
    }
}


/*raunak's news style */

.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{ 
    height: 149px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.box > img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item .big-img{
    height: 320px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 9px;
}

.big-img img{
    height: 100%;
    width: 100%;
    -o-object-fit:cover;
    -moz-object-fit:cover;
    -webkit-object-fit:cover;
    -ms-object-fit:cover;
    object-fit:cover;
}

.small-img{
    border: 1px solid #ddd;
    padding: 5px;
}


.gal-item a:focus{
    outline: none;
}
.gal-item a:after{

    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{

    position: relative;
    height: 86px;
    top: -86px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description-small {
    position: absolute;
    height: 67px;
    top: 73px;
    background-color: rgba(0, 0, 0, 0.63);
    color: #fff;
    text-align: left;
    width: 89%;
    font-size: 12px;
    line-height: 22px;
    padding: 14px;}


.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}



.form-border{
    border: 4px solid #f0ad4e;
    height: 59px;
    padding: 8px;
    margin-left: 14px;
    margin-right: 25px;
    -moz-box-shadow: 1px 3px 8px 0px #a9a9a9;
    -webkit-box-shadow: 1px 3px 8px 0px #a9a9a9;
    -o-box-shadow: 1px 3px 8px 0px #a9a9a9;
    -ms-box-shadow: 1px 3px 8px 0px #a9a9a9;
    box-shadow: 1px 3px 8px 0px #a9a9a9;
    -moz-border-radius: 47px 0px 0px 47px;
    -o-border-radius: 47px 0px 0px 47px;
    -ms-border-radius: 47px 0px 0px 47px;
    -webkit-border-radius: 47px 0px 0px 47px;
    border-radius: 47px 0px 0px 47px;

}

/*  news style end here */



/*css for elction profile page*/
.iamgurdeep-pic {
    position: relative;
}
.username {
    bottom: 0;
    color: #ffffff;
    padding: 0px 15px 4px;
    position: absolute;
    width: 100%;
    text-shadow: 1px 1px 2px #000000;

    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #2d2c41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a64d4d4d',GradientType=0 ); /* IE6-9 */
}
.iamgurdeeposahan {
    border-radius: 4px 4px 0 0;
}
.iamgurdeep-pic img{
    width:100%;
}
.btn-pref>.btn-group>.btn>.col-xs-12{
    font-size:12px;
}

.username > h2 small {
    color: #ffffff;

    font-size: 13px;
    font-weight: 400;
    position: relative;
}
.username .fa{
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 4px;
    position: static;
}
.edit-pic a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 21px;
    height: 39px;
    line-height: 38px;
    margin: 8px;
    text-align: center;
    width: 39px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none !important;
    display: list-item;
    background-color: rgba(255, 255, 255, 0.1)
}
.edit-pic a:hover {
    font-size: 17px;
    opacity: 0.9;
}
.edit-pic a:focus {
    background:#b63b4d;
    color: #fff;
    border: 1px solid #b63b4d;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
.edit-pic {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tags {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 2px 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tags:hover {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 2px 5px;
}
#accordion:hover .edit-pic {
    opacity: unset;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.btn-o {

    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #ffffff !important;
    display: inline-block;
    font-family: open sans;
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 0 0 10px;
    padding: 5px 11px;
    text-decoration: none !important;
    text-transform: uppercase;

    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-o:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff !important;
}
.btn-o:focus {
    background:#b63b4d;
    color: #fff;
    border: 1px solid #b63b4d;
}
.submenu .iamgurdeeposahan {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
    border-radius: 50%;
    height: 60px;
    padding: 2px;
    width: 60px;
}
.photosgurdeep > a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block !important;
    padding: 0 !important;
}
.view-all {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
    border: 1px solid;
    float: right;
    font-family: oswald;
    font-size: 26px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    width: 60px;
}





.profile-pic-top{
    position: relative; 
    top: -113px;
} 

/** =======================
 * Contenedor Principal
 ===========================*/


.accordion {
    width: 100%;
    max-width: 262px;
    background: rgba(11, 3, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 0;

}

.marg-bott-0{
    margin-bottom:0px;
}
.border{
    border: 1px solid #f3f3f3;}
@media (min-width:1024px){
    img.circular-fix {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        padding: 0px 3px;
    }    
}


@media (max-width:767px){
    .accordion {
        max-width: 100% !important;
    }
    .profile-pic-top {
        position: relative;
        top: 19px;
    }
    .edit-pen{
        right: 102px !important;
    }
    .btn-block-xs{
        width:100%;
    }
    .iamgurdeep-pic img{
        width:100%;
    }
    .header-left img {
        width: 58%;
        border: 5px solid rgba(255, 255, 255, 0.68);
    }

}
@media (min-width:768px){
    .accordion {
        width: 100%;

        background: rgba(11, 3, 0, 0);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding-left: 0;

    }

    .profile-pic-top{
        position: relative;
        top: -90px;
    } 


}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #2a2a2a;
    font-size: 14px;
}

.submenu li {

}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: left;
    font-size: 12px;

}

.submenu a:hover {
    background: #414141;
    color: #FFF;
}

.submenu a:active{
    color:white;
    text-decoration:none;
}

/*css for elction profile page end*/






/*for subcription page*/
.lpo-bg{
    background-image: url(../images/subcription/lpo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 100% 28%;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.padd-headline{
    padding: 170px 0;
}
.ft-4em{
    font-size: 4em;
}
.section_1_wrapper {
    background: #ee6c5c;
}
.section_2_wrapper {
    background: #be4e61;
}
.section_3_wrapper {
    background: #fcc256;
}
.padd50 {
    padding: 57px 96px;
}

.btn-unique{
    border-color: #36b452;
    background:#36b452;
    color:#fff;
}
.btn-unique:hover{
    border-color: #36b452;
    background: #36b452;
    color:#fff;
}
.pos-set{
    position: relative;
    top: -24px;
}

@media(max-width:767px){
    .padd50 {
        padding: 12px 21px;
    }
    .pos-set{
        position: relative;
        top: -44px;
    }
}

/*lpo service page*/
.login-bg{
    background-image: url(../images/log-inbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.mx-auto{
    margin-left:auto !important;
    margin-right:auto !important;
}
.login-screen{
    width: 380px;
    padding: 26px;
    background: #fff6f6bf;
    margin: 77px;
}


.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative; 
    text-align: center;
}

.step .step-item:not(:first-child)::before {
    background: #5ac02a;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item a {
    color: #acb3c2;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none;
}

.step .step-item a::before {
    background: #ff9900;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.5rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: 1.5rem;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #fff;
    border: .1rem solid #ff9900;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
}

.step .step-item ~ .step-item::after {
    background: #5ac02a;
}

.ft-3em{
    font-size:3.6em;
}
/*for banner */
.subscription-bg{
    background:url(../images/subcription/subs-banner.jpg); 
    background-repeat:no-repeat;
    height: 426px;
    background-size: cover;
}

.btn-pink-gradient{
    background-image:linear-gradient(99deg,#e93a5f,#ad286b);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    color:#fff;
}

.btn-red-gradient{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    background-image: -webkit-linear-gradient(99deg,#f75959,#FF0000);
    background-image: -moz-linear-gradient(99deg,#f75959,#FF0000);
    background-image: -o-linear-gradient(99deg,#f75959,#FF0000);
    background-image: -ms-linear-gradient(99deg,#f75959,#FF0000);
    background-image: linear-gradient(99deg,#f75959,#FF0000);
    padding: 10px;
    color:#fff;
}
.btn-green-gradient{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24);
    background-image: -webkit-linear-gradient(99deg,#7ec23a,#52c025);
    background-image: -moz-linear-gradient(99deg,#7ec23a,#52c025);
    background-image: -o-linear-gradient(99deg,#7ec23a,#52c025);
    background-image: -ms-linear-gradient(99deg,#7ec23a,#52c025);
    background-image: linear-gradient(99deg,#7ec23a,#52c025);
    padding: 10px;
    color:#fff;
}

.btn-green{
    width: 100%;
}

.btn-green-big{
    width: 275px;
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aligner-item {
    flex: 1;
}

.panel-body-hover:hover {
    box-shadow: 0 6px 14px 0 rgba(0,0,0,.24);
    transition: box-shadow .3s ease-in-out;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-set{
    text-align: left;
    margin: 13px 0 50px;
}

.padd-top77{
    padding-top:77px;
}

.boxstyle.open.marg-top22.panel-body-hover:hover {
    box-shadow: 0 6px 14px 0 rgba(0,0,0,.24);
    transition: box-shadow .3s ease-in-out;
    background: #523077;
    color:#fff;
    cursor:pointer;
}
.current {
    color: #fff;
    background:#203855;
}

.dead-current {
    color: #fff;
    background:#203855;
}

.research-current {
    color: #fff;
    background:#203855;
}
.dead_line{
    padding: 8px;
}
.pricecard{
    width:294px;
}

/*for subcription page end*/

/*profile*/    
.flyer-ribbon{
    background:#fa6f57;
    height: 30px;
    width:auto;
    display: inline-block;
    position: relative;
    color:#FFF;
    line-height: 30px;
    padding:0px 20px;
}

.flyer-ribbon:after{
    content:"";
    height:0;
    width: 0;
    top:0px;
    right:-30px;
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fa6f57;
}

.flyer-ribbon:before{
    content:"";
    height:0;
    width: 0;
    top:0px;
    right:-30px;
    position: absolute;
    border-style: solid;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fa6f57;
}
.flyer-ribbon-success{
    background:#73ae20;
    height: 30px;
    width:auto;
    display: inline-block;
    position: relative;
    color:#FFF;
    line-height: 30px;
    padding:0px 20px;
}

.flyer-ribbon-success:after{
    content:"";
    height:0;
    width: 0;
    top:0px;
    right:-30px;
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #73ae20;
}
.flyer-ribbon-success:before{
    content:"";
    height:0;
    width: 0;
    top:0px;
    right:-30px;
    position: absolute;
    border-style: solid;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #73ae20;
}
.modal-body-header{
    color: #f73246;
    padding-left: 30px;
}

.panel-footer{
    background-color:#fff !important;
}
/*.btn{
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}*/
button.close {
    padding: 5px;
}
.ft-17{
    font-size:17px;
}
.ft-13{
    font-size: 13px;
}

.service-bg{
    background-image: url(../images/subcription/service-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.scale:hover img {
    transform: scale(1.1); 
}

.scale img {
    transition: all 0.3s;
    overflow:hidden;
}

.img-cover-title {
    position: relative;
    bottom: 0;
    left: 0;
    background: #fb940b;
    color: #fff;
    width: auto;
    top: -47px;
    padding: 13px;
}

.yellow-btn a{
    background: #FF9800;
    color: #ffffff;
    padding: 13px;
    border-radius: 0;
    width: auto;
    height: auto;
    border-radius: 30px 28px;
    transition:all .3s;
    transform: translate(-50%,-50%);
}

.yellow-btn a:hover{
    background:#26476c;
    color:#fff;
}

.login-bg{
    background-image: url(../images/register-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.mx-auto{
    margin-left:auto !important;
    margin-right:auto !important;
}
.login-screen{
    width: 341px;
    padding: 26px;
    background: #fff6f6bf;
    margin: 77px;
}
.position-set {
    position: absolute;
    top: 7px;
}
@media (max-width:767px){
    .position-set{
        position: absolute;top: 32px;z-index: 9;right: 0;
    }
    b, strong{
        font-weight:500;
    }
}



/*register page redesign*/
.register-bg{
    background:url(../images/register-bgs.jpg) no-repeat; 
    background-position: fixed;
    background-attachment: scroll;
    background-size: cover;
    height:534px;
}


@media (max-width:767px){
    .modal-dialog .modal-body, .modal-dialog .modal-footer {
        padding-left: 0;
        padding-right: 0;
    }
}

/*side panel slide*/


.notifi-panel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    -moz-box-shadow: -5px 0px 2px 1px #61616140;
    -o-box-shadow: -5px 0px 2px 1px #61616140;
    -ms-box-shadow: -5px 0px 2px 1px #61616140;
    -webkit-box-shadow: -5px 0px 2px 1px #61616140;
    box-shadow: -5px 0px 2px 1px #61616140;
}

.notifi-panel .notifi_closebtn {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 9;
    font-size: 21px;
}



.rightslide-panel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    -moz-box-shadow: -5px 0px 2px 1px #61616140;
    -o-box-shadow: -5px 0px 2px 1px #61616140;
    -ms-box-shadow: -5px 0px 2px 1px #61616140;
    -webkit-box-shadow: -5px 0px 2px 1px #61616140;
    box-shadow: -5px 0px 2px 1px #61616140;
}

.rightslide-panel .closebtn {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 9;
    font-size: 21px;
}
.Userinfo {
    left: 0;
    padding: 10px 20px 15px;
    position: relative;
    right: 0;
    top: 0;
}

.Userinfo>div:first-child {
    min-height: 50px;
    padding-left: 65px;
}
.Userinfo .Userimg {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    width: 57px;
    top: 14px;
    left: 19px;

}

.Userinfo .UserDtl {
    padding-top: 5px;
}
@media (max-width: 767px) {
    .rightslide-panel {
        position: fixed;
        z-index: 99999;
        top:44px;
        height: 95%;
    }


}


@media screen and (max-height: 450px) {
    .rightslide-panel {padding-top: 15px;}
    .rightslide-panel a {font-size: 18px;}

    .notifi-panel {padding-top: 15px;}
    .notifi-panel a {font-size: 18px;}
}
.panel-shadow{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0), 0 6px 6px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0), 0 6px 6px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0), 0 6px 6px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0), 0 6px 6px rgba(0, 0, 0, 0.17);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0), 0 6px 6px rgba(0, 0, 0, 0.17);
}
/*side panel slide end*/

/*Circle chart*/
.circle-chart {
    width: 150px;
    height: 150px;
}

.circle-chart__circle {
    stroke: #00acc1;
    stroke-width: 2;
    stroke-linecap: square;
    fill: none;
    animation: circle-chart-fill 2s reverse; /* 1 */ 
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
}


.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
    stroke: #efefef;
    stroke-width: 2;
    fill: none; 
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}

.success-stroke {
    stroke: #00C851;
}

.warning-stroke {
    stroke: #ffbb33;
}

.danger-stroke {
    stroke: #ff4444;
}

@keyframes circle-chart-fill {
    to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*Circle Chart end*/
.rkmd-btn.btn-lightBlue {
    color: #fff;
    background-color: #27b0a3;
}

.rkmd-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 35px;
    padding: 0 1.5rem;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-align: center;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
}

.btn-lightBlue:hover {
    background-color: #23b9fc;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;

}

.rkmd-btn:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
}

.rkmd-btn-xs {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 26px;
    padding: 0 1.5rem;
    font-size: 11px;;
    letter-spacing: 0.8px;
    text-align: center;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
}
.rkmd-btn-xs:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
}




/*----------for job Listing page----------------*/


.top-container {
    background-color: #f1f1f1;
    padding: 5px;
    text-align: center;
}
.text-pink{
    color:#f73246;
}
.btn-pink {
    color: #fff;
    background-color: #f44336;
}
.btn-pink:hover {
    background-color: #f73246;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
}
.header {
    padding: 10px 16px;
    background: #007075;
    color: #000;
}

.content {
    padding: 16px;
}

.sticky {
    /*position: fixed;*/
    top: 50px;
    width: 100%;
    z-index: 9;
}

.sticky + .content {
    padding-top: 102px;
}

/*Check box*/

/*Check box end*/
/*radio button*/
/*Radio box*/


/*radio button end*/
.text-grey{
    color:#727272;
}
.padd-5{
    padding: 5px;
}
.bg-stillgrey{
    background: #e6e6e6;
}
.marg-0 {
    margin: 0;
}
@media(max-width:768px){
    .filter-xs{
        display:none;
    }
    .filter-icon{
        width: 45px;
        height: 45px;
        border-radius: 50%;
        position: fixed;
        bottom: 30px;
        z-index: 9;
        right: 22px;
    }
    .filter-panel {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0px;
        right: 0;
        background-color: #FFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
        -moz-box-shadow: -5px 0px 2px 1px #61616140;
        -o-box-shadow: -5px 0px 2px 1px #61616140;
        -ms-box-shadow: -5px 0px 2px 1px #61616140;
        -webkit-box-shadow: -5px 0px 2px 1px #61616140;
        box-shadow: -5px 0px 2px 1px #61616140;
    }

    .filter-panel .filter_closebtn {
        position: absolute;
        top: 0px;
        right: 5px;
        z-index: 9;
        font-size: 21px;
    }
}
/*for job Listing page end*/


.job-searcing {
    background: url(../images/requirtment.jpg) center center no-repeat fixed/cover;
    height: 827px;
    
}


/*==============for JOb page==================*/

.top-container {
    background-color: #f1f1f1;
    padding: 5px;
    text-align: center;
}
.text-pink{
    color:#f73246;
}
.btn-pink {
    color: #fff;
    background-color: #f44336;
}
.btn-pink:hover {
    background-color: #f73246;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
}
.header {
    padding: 10px 16px;
    background: #007075;
    color: #000;
}

.content {
    padding: 16px;
}

.sticky {
    /*position: fixed;*/
    top: 50px;
    width: 100%;
    z-index: 9;
}

.sticky + .content {
    padding-top: 102px;
}
.marg-0{
    margin:0px;
}    

.progress-bar-success {
    position: relative;
}
#horizontal-style {
    display: table;
    width: 100%;
    position:absolute;
    height:20px;
}
#horizontal-style li {
    display: table-cell;
}
.one, .two, .three{
    position:absolute;
    margin-top:-10px;
    z-index:1;
    height: 32px;
    width: 32px;
    border-radius:25px;
}
.one{
    left:10%;
}
.two{
    left:54%;
}
.three{
    left:96%;
}

.first{
    left: -90px;
}
.second{
    left: -90px;
}
.third{
    left: -174px;
}

.first:before{
    border-color: transparent;
    border-style: solid;
    border-width: 0 9px;
    border-bottom: 9px rgba(0,0,0,.1) solid;
    content: "";
    height: 0;
    width: 0;
    top: -10px;
    position: absolute;
    left:94px;
}

.second:before{
    border-color: transparent;
    border-style: solid;
    border-width: 0 9px;
    border-bottom: 9px rgba(0,0,0,.1) solid;
    content: "";
    height: 0;
    width: 0;
    top: -10px;
    position: absolute;
    left:95px;
}

.third:before{
    border-color: transparent;
    border-style: solid;
    border-width: 0 9px;
    border-bottom: 9px rgba(0,0,0,.1) solid;
    content: "";
    height: 0;
    width: 0;
    top: -10px;
    position: absolute;
    left:180px;
}





.i-class-icon{
    text-align: center;
    position: relative;
    left: 7px;
    right: 0px;
    top: 2px;
    color: #cc2b5e;
    font-size: 13px;
}

.primary-color{
    background-color: #ffffff;
    border: 3px solid #17afb8;
}
.progress-bar-success{
    background:linear-gradient(90deg,#544bc2,#17afb8,#2f7b15);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 205px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 38px;
    padding: 15px;
}

/*.dropdown-content:before{*/
/*	border-color: transparent;*/
/*    border-style: solid;*/
/*    border-width: 0 9px;*/
/*    border-bottom: 9px rgba(0,0,0,.1) solid;*/
/*    content: "";*/
/*    height: 0;*/
/*    width: 0;*/
/*    top: -10px;*/
/*    position: absolute;*/
/*}*/


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.progress-bar1{
    background-color: #cc2b5e;
    background-image: linear-gradient(to right, #cc2b5e , #753a88);
}



.progress-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 218px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 85px;
    padding: 15px;
    color: #000;
    text-align: left;
}

.progress-content:before{
    border-color: transparent;
    border-style: solid;
    border-width: 0 9px;
    border-bottom: 9px rgba(0,0,0,.1) solid;
    content: "";
    height: 0;
    width: 0;
    top: -10px;
    right: 0;
    position: absolute;
}
.icon-circle{
    border: 1px solid #aeacac;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}
.text-normal{
    font-weight:normal;
}
/*==============for JOb page end==================*/
.image-uplod{
    position: absolute;
    width: 82px;
    color: #fff;
    height: 75px;
    line-height: 76px;
    font-size: 12px;
    text-align: center;
}

.sign-uplod{
    color: #fff;
    height: 68px;
    line-height: 76px;
    font-size: 13px;
    text-align: center;
}
@media(max-width:1024px){
    .sign-uplod {
        width: 204px;
        height: 55px;
        line-height: 59px;
        top: 7px;
    }

}

@media (max-width: 768px){
    img.circular-fix {
        width: 120px;
        height: 120px;
    }
    .ribbon-pos{
        position: absolute;
        top: -113px;
        z-index: 9;
        left: 31px
    }
    .tabs a{
        padding: 0px 17px !important;
    }
    .tabs .selector {
        height: 54% !important;
    }

}
@media (max-width:1600px){
    img.circular-fix {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 0px 3px;
    }
    .display-flex{
        display:flex;
    }
    .margR-10{
        margin-right: 10px;
    }
}

@media (max-width: 767px){
    .sign-uplod {
        width: 313px;
        height: 83px;
        line-height: 81px;
        top: 0px;
    }
    .circular-fix{
        width:315px;
        height:160px;
    }
    .text-align-center{
        text-align:center;
    }


    .display-flex{
        display: inline-block;
    }
    .tabs .selector {
        height: 35% !important;
    }


}


.btn-warning{
    background: #efa332;}


.circular-image {
    height: 160px;
}
.text-harsh-blue{
    color: #283d4f;
}
.text-blue{
    color:#2196f3;
}
.text-grey{
    color:#9f9f9f;
}

.btn-darkblue{
    background: #01579B;
}

/*for tabs*/
.tabs{
    padding:0px;
    list-style:none;
    background:#fff;
    box-shadow:0px 5px 20px rgba(0,0,0,0.1);
    display:inline-block;
    border-radius:50px;
    position:relative;
}

.tabs a{
    text-decoration:none;
    color: #777;
    text-transform:uppercase;
    padding:6px 12px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition-duration:0.6s;
}

.tabs a.active{
    color:#fff;
}

.tabs a i{
    margin-right:5px;
}

.tabs .selector{
    height:100%;
    display:inline-block;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    border-radius:50px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

    background: #05abe0;
    background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
    background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
}



/*for tags-input*/
/* bootstrap-tagsinput.css file - add in local */

.bootstrap-tagsinput {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    line-height: 45px;
    cursor: text;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    padding: 6px 13px;
    border-radius: 18px;
    font-size: 14px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*for tags-input end*/

/*for toggle button*/
.onoffswitch {
    position: relative; width: 62px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border:2px solid #e1e0e0; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 19px;
    padding: 0;
    line-height: 21px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Public";
    padding-left: 10px;
    background-color: #4CAF50; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Private";
    padding-right: 10px;
    background-color: #F44336; color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 11px;
    margin: 6px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0; right: 41px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.onoffswitch1 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch1-checkbox {
    display: none;
}

.onoffswitch1-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 30px;
}

.onoffswitch1-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before, .onoffswitch1-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 19px;
    padding: 0;
    line-height: 21px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch1-inner:before {
    content: "PUBLIC";
    padding-left: 10px;
    background-color: #4CAF50; color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}

.onoffswitch1-inner:after {
    content: "PRIVATE";
    padding-right: 10px;
    background-color: #F44336; color: #999999;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.onoffswitch1-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 30px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0;
}

/*for toggle button*/
.edit-pen{
    position: absolute;
    color: #01579B;
    background: #fff;
    padding: 5px;
    box-shadow: 2px 2px 2px 2px #eee;
    border-radius: 11px;
    right: 38px;
    bottom: 8px;
    border: 1px solid #d3cfcf;
}

.carousel-indicators li{
    border:1px solid #FF9800;
}

.events-banner{
    background: url(../images/event-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 100% 28%;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.area-back{
    background-image: url(../images/legal_evolution_event/area-back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

#legal-event-conatct {
    background: url(../images/legal_evolution_event/contact-location.jpg) 50% 0 fixed;
}

/*profile page*/

.nav-tabs>li>a{
    border:0px !important;
}



.bb{
    border-bottom: 2px solid #DDD;}
.nav-tabs { border-bottom: 0px solid #DDD;     padding: 1px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #66757f; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #1DA1F2 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #1DA1F2; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }

.EdgeButton--tertiary:active {
    background-color: #e9eced;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #66757f;
    color: #66757f;
}
.EdgeButton--tertiary:hover {
    background-color: #e9eced;
    color: #66757f;
}
.EdgeButton:active, .EdgeButton:focus, .EdgeButton:hover {
    text-decoration: none;
}
.EdgeButton--tertiary {
    background-color: #fff;
    border: 1px solid #66757f;
    color: #66757f;
}
.EdgeButton, .EdgeButton:visited {
    border-radius: 100px;
    box-shadow: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 9px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.header-left {
    width: 325px;
    margin-bottom: 25px;
}
.panel-default>.panel-heading{
    background-color: #FFF; 
}
.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #00354e;
    border-color: #00354e;
}
.panel-info{
    border-color: #00354e;
}


/* comingsoon layer */
.bg-comingsoon {
    background-image: url('../images/bg-comingsoon.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
    height: 699px;
}

.bg-dotted {
    background-color: rgba(44,62,80 , 0.6 );
    background-image: url('../images/pattern.png'); 
    background-position: center;
    background-repeat: repeat;
    height: 699px;

}
.countdown-container {

    -webkit-transform: translateY(-16%);
    -moz-transform: translateY(-16%);
    transform: translateY(-16%);
}
.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;	
    width: 100%;
}
.clock-canvas {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}
.text1 {
    color: #fff;	
    font-size: 30px;
    font-weight: bold;	
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
}

.text1 .val {
    font-size: 50px;
}

.text1 .type-time {
    font-size: 20px;
}

.marg-top64{
    margin-top:64px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;		
    }
}

@media (max-width: 767px) { 
    .clock-item {
        margin: 0px;
    }
    .clock-item .inner{
        width: 98%; 
    }
    .mid-header{
        font-size:16px !important;
    }
    .top-heading{
        top:177px;
    }
}

.marg-bot115{
    margin-bottom:115px;   
}
.text-white1{
    color:#fff;
}
.padd-top89{
    padding-top:96px;
}

.top-heading{
    font-size: 42px;font-family: 'Roboto', sans-serif;position: relative; top: 103px;
}
.mid-header{
    color: #FFC107;font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 30px;letter-spacing: 1px;
}
.bottom-top{
    font-size: 14px;line-height: 30px;font-family:'Roboto', sans-serif;font-weight: 400;letter-spacing: 1px;
}


.comingsoon {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.comingsoon-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.comingsoon_a {
    font-size: 36px;
    color: #818181;
    display: block;
    position:absolute;
    right:19px;
    transition: 0.3s;
    z-index:9999;
}



@media screen and (max-height: 450px) {
    .comingsoon_a {font-size: 20px}
    .comingsoon .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        z-index:9999;
    }
}
/*comming soon end*/
/*for list event page*/
.text-bold{
    font-weight:bold;
}
.lt-space{
    letter-spacing: 2px;
}
.font-muli{
    font-family:'Muli', sans-serif;  
} 
.blog-img{
    border-radius:5px;
}
.blog-fix-img{
    width:385px;
    height:210px;
}
img.blog-img.blog-fix-img:hover {
    opacity: 0.5;
}
.meta-author{
    float: right;
}
.meta-social{
    display:inline-block;
    padding: 0 2px;
}


.blog-item:hover .meta-social a, .blog-item:hover h4 a, .blog-item:hover .readmore-btn{
    color: #f69f2e;
}
.blog-post-img{
    width:100px;
    height:100px;
}
.post-item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.post-item .post-img {
    width:  28.33%;
    transition: all 0.3s ease 0s;
}
.post-item .post-desc {
    width: 71.67%;
    padding-left: 10px;
}
/*for list event page end*/


/*for my document page*/
.link-padd{
    padding-right: 7px;
    font-size: 13px;
}  
.text-overflow{
    font-size: 13px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.pdfbox-ht{
    height: 99px;
}
.drive-pdfbox{
    -webkit-border-radius: 1px;
    border-radius: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 39px;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    width: 100%;
    z-index: 0;
}
.drive-pdfbox-caption{
    height: 54px;
    overflow: hidden;
    padding-top: 5px;
}
.truncate-text{
    width: 146px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis ;
}
.edit-document{
    position: absolute;
    right: 7px;
    top: 26px;
    border-radius: 13px;
    box-shadow: 1px 1px 2px 1px #eaeaea;
    padding: 4px;
    background: #fff;
    font-size: 12px;
}  

@media(max-width:767px){
    .truncate-text{
        width: 124px;
    }
}
/*for my document page end*/
.card-hover{
    padding: 0px 15px 5px 15px;
    border: 1px solid #eee;
}
.bg-darkgreen{
    background:#00354e;
}
.card-hover:hover{
    box-shadow: -2px 3px 20px 0px #e7e6e6;
}



.myButt {
    outline: none;
    border: none;
    padding: 15px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    background-color: #00BCD4;
    position: relative;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    text-align:center;
}

.animatebutton {
    border-color: #fff;
    overflow: hidden;
    color: #fff;
}
.animatebutton .insider {
    background-color: #fff;
    width: 100%;
    height: 11px;
    position: absolute;
    left: -232px;

    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}
.animatebutton:hover {
    background-color: #f44336;
    border-color: #fff;
    color: #fff;
}
.animatebutton:hover .insider {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    left: 163px;
}

.ui-widget-content {
    border: 1px solid #edecec;
    background: #ffffff;
    color: #222;
    box-shadow: 2px 2px 4px 0px #f8f8f8;
    border-radius: 0 !important;
}
.notified-flyer{
    width: 313px;
    font-size: 11px;
    background: #3F51B5;
    color: #ffffff;
    padding: 9px 6px;
    border-radius: 6px;
    position: fixed;
    right: 0;
    z-index: 99;
}

@media(max-width:767px){
    .notified-flyer{
        width: 351px;
        bottom: 0;
    }    
}

/*Rera css start*/
.rera-main, .sexual-main{ padding-top:10px;  padding-bottom:30px; }
.hr-line-orange {  width: 55px; background: #fea235;  height: 2px; margin-top: 0;  margin-bottom: 0;}
.rera-section p, .child-section p{ padding-top: 20px; text-align: center;}
.rera-section h2, .child-section h2, .sexual-section h2{ text-align:center; font-size: 40px; font-weight: 400;  }

.child-main{ background-color: #fafbfc; padding-top: 10px; padding-bottom:30px; }
.rera-image-main{ padding-top: 30px; }
.full-screen{ background-size: cover; background-position: center; background-repeat: no-repeat;}
.carsoul-rera{ padding-bottom:0px !important;  }
.carsoul-rera-bot{ width:100% !important; height:350px !important; background-size: cover !important;}



.rera-section-top{ box-shadow: #ddd 0 0 5px; text-align: center;}
.rera-section-top p, .child-abuse-section p, .sexual-section-sub p, .sexual-section-second p{ font-family: 'Open Sans', sans-serif; color:#666; font-size: 14px; }
.child-abuse-section{ background-color: #fff; border:#eee solid 1px; padding: 10px 5%;}
.child-abuse-section h3{ font-family: 'Open Sans', sans-serif; color:#fea235; font-size:25px; }
.sexual-section-sub{ background:rgba(197, 197, 197, 0.1);     padding: 10px 15%;}
.sexual-section p{ padding:10px 20px;}
.sexual-section-second{ background:rgba(197, 197, 197, 0.2); padding:10px 15%; }
.rera-position{ position: relative !important; }
.rera-position-text{ width:72%; font-family: 'Open Sans', sans-serif;  position: absolute !important; top:120px !important; left:0px !important; color:#fff !important; font-size:70px !important; }
.sexual-section-sub p, .sexual-section-second p{ color:#666; font-size: 14px; }
.sexual-section-sub h3, .sexual-section-second h3 { color: #000; font-size: 25px; }
.rera-section-bot{ padding:25px 0 25px !important; }
.rera-section-bot a{ padding: 8px 15px; font-family: 'Open Sans', sans-serif; text-decoration: none !important; color: #fff; font-size: 17px; background:#fea235; border-radius:4px;}
.sexual-harass-image img{ width: 100%; }
/*Rera css end*/

/*Rera innerpage css start*/
/*Rera innerpage css start*/
.rerasub-profile{ padding-top:35px; padding-bottom:20px; }
.rerasubpage-left{  font-family: 'Open Sans', sans-serif;  padding-bottom: 20px;}
.rerasubpage-left h3{ color: #000; font-size: 16px; font-weight:600; padding-bottom:15px; margin-top:0px !important;}
.rerasubpage-memberbot{ position: relative; padding-bottom:20px;  }
.member-bot-img{ position: absolute; left: 0; top: 0;  }
.member-bot-img img{ width: 65px; height: 65px; }
.member-bottext{ padding-left: 80px; }
.member-bottext h4{ color: #000; font-size: 16px; font-weight: 600; }
.member-bottext h5{ color: #666666; font-size: 15px; line-height: 0px; padding-bottom:2px; }
.member-bottext p{  color: #666666; font-size:14px;  line-height: 21px; }
.rera-innerpagebutton-left a{ display: inline-block; text-decoration: none; color: #fff; font-size: 16px; background-color:#fda235 !important; border-radius: 5px;  width: 111px; border-color: unset !important;}
.rera-innerpage-mid{ box-shadow: #f8eeee 0 0 25px; padding-top:20px; padding-bottom:25px; padding-left:5%; padding-right: 5%; margin-bottom: 20px;}
.soolegalmid-para{word-break: break-word; color: #666666; font-size:14px; line-height: 21px; /*padding-right:9%;*/ margin-top: 20px;}
.rera-innerpage-icon{ padding-bottom:16px;}
.rera-innerpage-icon ul, .rera-innerpagesocial-icon ul{ list-style: none; padding:0px; margin:0px; }
.rera-innerpage-icon ul li, .rera-innerpagesocial-icon ul li{ display: inline; padding-right: 1%; }
.rera-innerpage-icon ul li a{ color:#000; }
.rera-innerpagesocial-icon{ position: relative; }
.rera-innerpagesocial-icon ul li a{ background:#3c5a99; display: inline-block; margin-right:1.5%;  width: 30px;  font-size: 14px; height: 30px; line-height: 32px; text-align: center; border-radius: 50%; color:#fff !important; }
.rera-innerpagesocial-icon ul li a.twitter{ background:#26a6d1;}
.rera-innerpagesocial-icon ul li a.linkedin{ background:#0e76a8; }
.rera-innerpage-button{  position: absolute; right: 0px; top:-5px !important; } 
.rera-innerpage-button a{ color: #000; font-size:15px; background-color:#fda235 !important; border-color:unset !important; }
.rera-innerpage-button:hover, .rera-innerpage-button:focus, .rera-innerpagebutton-left:hover, .rera-innerpagebutton-left:focus, .rera-innerpagebutton-left:active{ background-color:unset !important; border-color:unset !important; }
.hr-greyline{ border:#eceaea solid 1px; margin-bottom:40px; }
.rera-innerpagemid-image img{ width: 100%; /*height: 322px;*/ padding-top:10px; padding-bottom:10px;}
.rera-innerpageleft-image img{ width: 100%;}
.rera-innerpageleft-bot{ padding-bottom:15px;}
.rera-innerpageleft-bot h3{ color:#000; font-size: 17px; font-weight: 500;}
.rera-innerpageleft-bot p{ color:#666666; font-size: 14px; font-weight:500; line-height: 21px; }
.rera-innerpageleft-bot h4{ font-family: 'Open Sans', sans-serif; color:#fea235; font-size: 15px;}
.rera-innerpageleft-bot h4 i{ color: #fda235 !important; font-size: 15px; }

.rera-innerpageblock1:focus, .rera-innerpageblock2:focus, .rera-innerpageblock3:focus{ border-color: unset !important; -webkit-box-shadow:unset !important; box-shadow: unset !important; }
/*end Rera innerpage css*/
.comment-box-height{
    height:40px!important;
}
.placeholder-change-color::-webkit-input-placeholder {
    color: #FF0000;
}
.placeholder-change::-webkit-input-placeholder {
    color: #CCCCCC;
}

/* Switch button */
.btn-on-2.active{background-color: #00D590!important;color: white!important; border-bottom:1px solid #adadad!important;}
.btn-off-2.active{background-color: #A7A7A7!important;color: white!important; border-bottom:1px solid #adadad!important;}

.runseg{
    word-break:break-all;
}
/*span{
    word-break:break-all;
}*/
.gs{
    word-break:break-all;
}

/*** CUSTOM ROAR FEED CSS BY JK ***/

.rera-innerpage-mid { display: inline-table; width:100%;}
.text-danger { font-size:11px;}
.post-send-box { background-color: #fff;padding: 5px;margin: 0 0 5px 0;box-shadow: #f8eeee 0 0 25px;}
.post-send-box .inner-box .img-box-post { width: 7%; margin: 17px 0 0 10px; float:left; }
.post-send-box .inner-box .post-text { color: #ccc; font-size: 16px; font-weight: 500; padding: 0 0 0 6px; line-height: 70px; margin-top: 44px; }
.post-send-box .inner-box .post-text:hover::after { width: 100%;}
.post-send-box .inner-box .post-text::after { content: ''; display: block; width: 0; height: 1px; background: #CCC; transition: width .2s;}
.post-send-box .inner-box.pull-left { width: 95%; height:77px; }
.post-send-box .button-box.pull-right { width: 5%; text-align:center;}
.post-send-box .fa.fa-sort-desc { padding: 21px 0 0 0;font-size: 22px; cursor: pointer; }
.post-send-box .card-2.card-body { padding: 5px 0 21px 0; display: table; width: 100%;}
.col-lg-4.padding {  padding: 5px;}
.col-lg-6.padding {  padding: 5px;}
.col-lg-12.padding {  padding: 5px;}
.categ-box { background-color: #fff; text-align: center; height:43px; display: grid; cursor:pointer;}
.services-img-box { padding: 5px 0 0 0;}
.services-img-icon { float: left; height: 30px; width: 30px; background-color: #fff; border-radius: 20px; border: 1px solid #ccc; margin: 0 0 0 5px;}
.services-img-icon-2 { float: left; height: 30px; width: 30px; background-color: #fff; border-radius: 20px; border: 1px solid #ccc; margin: 6px 0 0 5px;} 
.services-img-icon-3 { float: left; height: 30px; width: 30px; background-color: #fff; border-radius: 20px; border: 1px solid #ccc; margin: 6px 0 0 5px;} 
.services-name { padding: 6px 0 0 5px; float: left; font-size:13px;}
.services-name-2 { padding: 10px 0 0 5px; font-size:13px; display: block; }
.services-name-3 { padding: 10px 0 0 5px;  font-size:13px; display: block;}
.categ-box.border-right {  border-right: 1px solid #ccc;}
.col-lg-4.padding.border-bottom { border-bottom: 1px solid #ccc;}

.model-bg { left: 0; top: 0; z-index: 9999; width: 100%; transition: all 0.3s linear;}

.float-label-control { position: relative; margin-bottom: 1.5em; }
    
    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
    .float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 1.3em; box-shadow: none; -webkit-box-shadow: none; }
        .float-label-control input:focus,
        .float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
        .float-label-control textarea:focus { padding-bottom: 4px; }
    .float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #e8e8e8; outline: none; margin: 0px; background: none; }
    .float-label-control textarea { padding: 0.1em 0em 5px 0em; }
    .float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #e8e8e8; z-index: -1; font-size: 0.85em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }
    .float-label-control input.empty + label,
    .float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; animation: none; -webkit-animation: none; }
    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label { z-index: 1; }
    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label { color: #e8e8e8; }
    .float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }


@keyframes float-labels {
    0% { opacity: 1; color: #e8e8e8; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #e8e8e8; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #e8e8e8; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #e8e8e8; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.popover-content {
    width: 100%;
}
.note-editor.note-frame{
    border:1px solid #e8e8e8!important;
}
</style>

<style type="text/css">
.timeline-item {
  background-color: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 1px;
  padding: 12px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 180px;
  margin-bottom:10px;
}
@keyframes placeHolderShimmer {
  0%{ background-position: -468px 0; }
  100%{ background-position: 468px 0; }
}
.animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.background-masker {
  background: #fff;
  position: absolute;
}
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}
.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 35%;
    right: 0;
}
.background-masker.subheader-right {
    left: 45%;
}
.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}
.background-masker.content-top {
    height:20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 30%;
    right: 0;
    top: 60px;
    height: 8px;
}
.background-masker.content-second-line  {
    top: 68px;
}
.background-masker.content-second-end {
    left: 80%;
    top: 74px;
}
.background-masker.content-third-line {
    top: 82px;
}
.background-masker.content-third-end {
    left: 90%;
    top: 88px;
  }
  
.note-editor ol {
    padding-left: 25px;
    list-style: decimal;
}
.note-editor ul {
    padding-left: 25px;
    list-style: disc;
}