.slider-container {
    overflow: hidden;
}
.slide {
    display: none;min-height: 220px;padding: 0 10px;
}
.slide.active{
    display: block;
}
.slideInRight,.fadeInUp{
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.form-group  {
    text-align: left;
}
.form-group.text-right  {
    text-align: right;
}
.secondarybg {
    padding: 35px 20px 0 20px;
}
.secondarybg .row {
    margin-bottom: 10px;
}
.secondarybg p {

    font-size: 16px;
    margin: 20px 0;

}
footer{

     margin-top: 50px;
}
footer  p.user_signup_advisory{
    font-size: 10px;
    text-align: center;
}
.btn {
    margin-bottom: 10px;
}

.asseen img {
    width: 100%;
}
.popover{
    max-width: 300px;
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-dual-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes lds-dual-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.lds-css{
    margin: 0 auto;
    height: 120px;
    overflow: hidden;
    width: 120px;
}

.lds-dual-ring {
    position: relative;
}
.lds-dual-ring div {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 20px solid #000;
    border-color: #a0de59 transparent #a0de59 transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring div:nth-child(2) {
    width: 76px;
    height: 76px;
    top: 22px;
    left: 22px;
    border-color: transparent #67ac45 transparent #67ac45;
    -webkit-animation: lds-dual-ring_reverse 1s linear infinite;
    animation: lds-dual-ring_reverse 1s linear infinite;
}
.lds-double-ring {
    width: 99px !important;
    height: 99px !important;
    -webkit-transform: translate(-49.5px, -49.5px) scale(0.495) translate(49.5px, 49.5px);
    transform: translate(-49.5px, -49.5px) scale(0.495) translate(49.5px, 49.5px);
}
/*.swal2-modal .swal2-styled:focus {*/
    /*-webkit-box-shadow: none;*/
    /*-moz-box-shadow: none;*/
    /*box-shadow: none;*/
/*}*/
[v-cloak]{
    display: none;
}

h4{
    font-size: 16px;
}

#toast-container > div{width: 320px;}

.slide {
    max-width: 830px;margin: 0 auto;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion {   padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #4cae4c; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
#pinmodal .modal-body{
    font-size: 18px;
}
.modal-body ul{
    list-style-type: none;
}
label.error{
    font-size: 12px;font-weight: normal;color:#cc0000;
}

.modal-body h4{

    line-height: 31px;
    font-size: 22px;

}
.heading {
    line-height: 42px;
    font-size: 30px;
}
.heading {
    font-size: 30px;
    font-weight: bolder;
    /*font-family: Open Sans;*/
}
img{
    max-width: 100%;
}
.systemimagewrapper{
    max-height: 150px; overflow: hidden;
}
.system_price {
    font-size: 24px; text-align: center; color: #555;    line-height: 1;
    padding-bottom: 1rem;
}
.flex{
    display: flex;
}
.justify-space-between{
    justify-content: space-between;
}
.system_price span {
     display: block;
}
.font-bold{
  font-weight: bold;
}
.heading-big {

    font-weight: bold;
}
.text-left{
    text-align: left;
}
.modal-body{
    font-family: Open Sans;
}
.form-control-feedback {

    pointer-events: auto;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.form-control-feedback:hover {
    opacity: 1;
    color: #5cb85c;
}
.orange{
    color:#fa9943;
}
.btn-green {
    background-color: #008744;margin:15px 0;
    color: #fff;
    font-family: Open Sans; font-size: 16px;
}
.btn-green:hover {
    background-color: #0057e7;
    /* font-size: 16px; */
    color: #fff;
}
.bold {
    font-weight: bold;
}
.modal-body .cta-holder .btn-green{
    font-size:22px;
}
.modal-content .close{
    font-size: 40px;position: absolute;right: 10px;z-index: 10000;
}
.modal-body{
    padding:15px 60px;
}
@media all and (max-width: 768px) {
    .modal-body .cta-holder .btn-green{
        font-size:18px;
    }
    .modal-body{
        padding:30px;
    }
}
@media all and (max-width:990px) {
    .modal-body{
        padding:30px;
    }
}
