body {
    --PrimaryColor: #18355e;
    --BlueColor: #5bc6cc;
    --headingColor: #18355e;
    --textcolor: #666666;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1240px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}



@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 25px;
        width: 300px;
        height: 100%;
        z-index: 1050;
        background-color: rgba(0, 108, 156, 0.94);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .navbar-collapse.collapsing {
        right: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .navbar-light .close_btn {
        color: var(--YellowColor) !important;
        right: 0px;
        top: 0px !important;
        margin-left: -20px;
        background-color: #cdab81;
        width: 40px;
        height: 40px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        color: #fff !important;
    }

    .menu-wrapper .navbar .navbar-nav {
        margin-top: 50px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        padding: 0px 10px !important;
        line-height: 40px !important;
    }

    .menu-wrapper .navbar .dropdown .dropdown-menu {
        padding: 10px 10px !important;
    }

    .header-bar .navbar .nav-item {
        border-left: none !important;
        border-bottom: 1px dashed #dbb957;
    }

    .header-bar .navbar .nav-item .nav-link {
        text-align: center;
        padding: 0px 0px;
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
        margin-top: 6px;
    }

    .header-wrapper .nav-link{
        color: #fff !important;
    }

    .header-wrapper .nav-link:hover{
        background: var(--PrimaryColor);
        color: #fff !important;
    }
}

::selection {
    background: var(--PrimaryColor);
    color: #fff
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff
}

::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(44, 154, 145, .8);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(44, 154, 145, 1);
}

.bg-shades{
    width: 100%;
    height: 100%;
    background: url(../img/bg-shades.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
    padding: 15px 80px;
    transition-duration: 0.3s;
}

.header-wrapper .register-btn{
    float: right;
    padding: 6px 20px;
    margin: 10px 0px 0px 0px;
    border: none;
    outline: none;
    background: var(--PrimaryColor);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    transition-duration: 0.3s;
}

.header-wrapper .register-btn:hover{
    background: var(--BlueColor);
}

.footer-wrapper .col-lg-6 p{
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.footer-wrapper .col-lg-6 p a{
    color: var(--textcolor);
    text-decoration: none;
    transition-duration: 0.3s;
}

.footer-wrapper .col-lg-6 p a:hover{
    color: var(--PrimaryColor);
}

.footer-wrapper .col-lg-6{
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-wrapper .col-lg-6:last-child{
    text-align: right;
    padding-right: 80px;
}

.footer-wrapper .col-lg-6:first-child{
    background: var(--PrimaryColor);
    padding-left: 80px;
    border-top-right-radius: 12px;
    
}

.footer-wrapper .col-lg-6:first-child p{
    color: #fff;
    font-size: 15px;
}

.login-container-wrapper{
    width: 100%;
   
   
    padding-left: 80px;
    padding-right: 80px;
}

.login-banner-image{
    width: 100%;
    padding-top: 84px;
    min-height: calc(100vh - 58px);
    display: table;
}

.login-banner-image span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.login-banner-image span img{
    display: inline-block;
    height: 500px;
}

.loginform-wrapper-con{
    width: 100%;
    padding-top: 84px;
    min-height: calc(100vh - 58px);
    display: table;
}

.loginform-wrapper-con .login-middle-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.loginform-wrapper-con .login-middle-align .login-btn{
    width: 100%;
    background: var(--BlueColor);
    color: #fff;
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    min-height: 48px;
    transition-duration: 0.3s;
}

.loginform-wrapper-con .login-middle-align .login-btn:hover{
    background: var(--PrimaryColor);
}

.loginform-wrapper-con .login-middle-align .fotgot-password{
    width: 100%;
    padding: 10px 0px;
    margin: 5px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
    transition-duration: 0.3s;
}

.loginform-wrapper-con .login-middle-align .fotgot-password:hover{
    color: var(--PrimaryColor);
}

.loginform-wrapper-con .login-middle-align .login-header{
    width: 100%;
    position: relative;
    padding-left: 75px;
    margin-bottom: 25px;
}

.loginform-wrapper-con .login-middle-align .login-header img{
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
}

.loginform-wrapper-con .login-middle-align .login-header p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--textcolor);
}

.loginform-wrapper-con .login-middle-align .login-header h4{
    width: 100%;
    padding: 0;
    margin: 3px 0px 0px 0px;
    font-size: 28px;
    line-height: normal;
    color: var(--PrimaryColor);
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.field-item{
    width: 100%;
    position: relative;
    display: block;
    margin: 20px 0px;
    border-radius: 3px;

    

}

.field-item input,
.field-item select{
    width: 100%;
    height: 48px;
    border: 1px solid;
    border-left: 3px solid;
    border-color: #c2c2c2;
    outline: none;
    border-radius: 3px;
    font-size: 15px;
    padding-left: 35px;
    color: var(--textcolor);
    transition-duration: 0.3s;
    background: none;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.15);
}

.field-item i{
    position: absolute;
    left: 14px;
    bottom: 18px;
    font-size: 14px;
}

.color1 input{
    border-left: 3px solid #e15752;
}

.color1 input:focus,
.field-item select:focus{
    border-color: #e15752;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(225,87,82,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(225,87,82,0.15);
    box-shadow: 0px 6px 8px 2px rgba(225,87,82,0.15);
}

.color1 i{
    color: #e15752;
}

.color2 input,
.color2 select{
    border-left: 3px solid #f7931e;
}

.color2 input:focus,
.color2 select:focus{
    border-color: #f7931e;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(247,147,30,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(247,147,30,0.15);
    box-shadow: 0px 6px 8px 2px rgba(247,147,30,0.15);
}

.color2 i{
    color: #f7931e;
}

.color3 input,
.color3 select{
    border-left: 3px solid #66b033;
}

.color3 input:focus,
.color3 select:focus{
    border-color: #66b033;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(102,176,51,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(102,176,51,0.15);
    box-shadow: 0px 6px 8px 2px rgba(102,176,51,0.15);
}

.color3 i{
    color: #66b033;
}

.color4 input,
.color4 select{
    border-left: 3px solid #0392ce;
}

.color4 input:focus,
.color4 select:focus{
    border-color: #0392ce;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(3,146,206,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(3,146,206,0.15);
    box-shadow: 0px 6px 8px 2px rgba(3,146,206,0.15);
}

.color4 i{
    color: #0392ce;
}

.color5 input,
.color5 select{
    border-left: 3px solid #8601b0;
}

.color5 input:focus,
.color5 select:focus{
    border-color: #8601b0;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(134,1,176,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(134,1,176,0.15);
    box-shadow: 0px 6px 8px 2px rgba(134,1,176,0.15);
}

.color5 i{
    color: #8601b0;
}

.color6 input,
.color6 select{
    border-left: 3px solid #a7194b;
}

.color6 input:focus,
.color6 select:focus{
    border-color: #a7194b;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(167,25,75,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(167,25,75,0.15);
    box-shadow: 0px 6px 8px 2px rgba(167,25,75,0.15);
}

.color6 i{
    color: #a7194b;
}

.color7 input,
.color7 select{
    border-left: 3px solid #008993;
}

.color7 input:focus,
.color7 select:focus{
    border-color: #008993;

    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,137,147,0.15);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,137,147,0.15);
    box-shadow: 0px 6px 8px 2px rgba(0,137,147,0.15);
}

.color7 i{
    color: #008993;
}

.header-wrapper .col-lg-6 .header-logo img{
    transition-duration: 0.3s;
    height: 54px;
}


.f-nav .header-wrapper{
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding-top: 6px;
    padding-bottom: 6px;
}

.f-nav .header-wrapper .col-lg-6 .header-logo img{
    width: auto;
    height: 38px;
}

.f-nav .header-wrapper .register-btn{
    margin-top: 2px;
}

.page-container-wrapper{
    width: 100%;
    min-height: calc(100vh - 58px);
    padding: 84px 80px 0px 80px;
    display: table;
}

.page-container-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 45px 0px;
}

.page-container-middlealign .field-item{
    margin: 0px 0px 15px 0px;
}

.page-container-middlealign .submit-btn{
    width: 100%;
    background: var(--BlueColor);
    color: #fff;
    padding: 0;
    margin: 10px 0px 0px 0px;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    min-height: 48px;
    transition-duration: 0.3s;
}

.page-container-middlealign .submit-btn:hover{
    background: var(--PrimaryColor);
}

.field-item label{
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0px 0px 2px 0px;
}

.page-heading{
    width: 100%;
    position: relative;
    font-size: 24px;
    line-height: 60px;
    padding: 0px 0px 0px 75px;
    margin: 0px 0px 20px 0px;
}

.page-heading span{
    width: 60px;
    height: 60px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
}

.header-wrapper .navbar .nav-link{
    color: var(--textcolor);
    padding: 0px 15px;
    margin: 0;
    font-size: 15px;
}

.header-wrapper .navbar .nav-link i{
    font-size: 13px;
}

.header-wrapper .navbar .dropdown-menu li a{
    font-size: 14px;
    color: var(--textcolor);
    padding: 4px 12px;
}

.header-wrapper .navbar .dropdown-menu li a:hover{
    color: #fff;
    background: var(--headingColor);
}

.header-wrapper .navbar .navbar-toggler{
    border: none;
    outline: none;
    color: var(--textcolor);
    padding: 6px 10px;
    box-shadow: none ;
    position: absolute;
    right: 0px;
    top: 3px;
}


.uploadexcel {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.uploadexcel h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.uploadexcel h6 b {
    color: red;
}

.uploadexcel input {
    height: auto;
    width: 100%;
    padding: 4px !important;
}

.uploadexcel button {
    width: 100%;
    background: var(--PrimaryColor);
    border: none;
    outline: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    padding: 0;
    min-height: 38px;
}

.uploadexcel button:hover {
    background: var(--BlueColor);
}

.census-txt {
    width: 100%;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 45px 0px;
    position: relative;
}

.census-txt li {
    font-size: 15px;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--textcolor);
}

.census-txt li a {
    color: var(--PrimaryColor);
    font-weight: bold;
    text-decoration: none;
}

.census-txt li a:hover {
    text-decoration: underline;
}

.uploadcensus-page .table-responsive {
    font-size: 15px;
}

.uploadcensus-page .table-responsive td,
.uploadcensus-page .table-responsive th {
    padding: 6px;
}

.uploadcensus-page thead tr {
    background: var(--BlueColor);
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
}


.uploadcensus-page .table-bordered td,
.uploadcensus-page .table-bordered th {
    border: 1px solid #c2cfd7;
}

.uploadcensus-page .table-responsive select {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #90a0a9;
    background: none;
    height: 30px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 15px;
}

.delete-btn {
    padding: 0px 10px;
    margin: 0;
    background: none;
    outline: none;
    border: none;
    text-align: center;
    color: red;
}

.uploadcensus-page .table-bordered th{
    text-align: center;
}

.uploadcensus-page .table-bordered thead th:nth-child(1){
    width: 45px;
}

.uploadcensus-page .table-bordered thead th:last-child{
    width: 45px;
}

.uploadcensus-page .table-bordered tbody td{
    text-align: left;
    color: var(--textcolor);
    font-size: 14px;
}


.clearall-btn {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 5px 0px 0px;
    font-size: 15px;
}

.clearall-btn button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: var(--textcolor);
}

.clearall-btn button:hover {
    color: var(--PrimaryColor);
}

.uploadcensus-btmtext{
    width: 100%;
    margin-top: 45px;
    display: block;
}

.uploadcensus-btmtext h5{
    width: 100%;
    padding: 0;
    margin: 35px 0px 15px 0px;
    font-size: 18px;
}

.uploadcensus-btmtext p{
    text-align: justify;
}


.uploadcensus-btmtext .table-bordered tbody th:nth-child(1){
    width: 45px;
    vertical-align: middle;
}

.uploadcensus-btmtext .table-bordered tbody td:nth-child(2){
    vertical-align: middle;
}

.uploadcensus-btmtext .table-bordered tbody td:last-child{
    width: 100px;
}

.uploadcensus-btmtext .table-bordered tbody td:last-child select{
    font-size: 14px;
    color: var(--textcolor);
}

.uploadcensus-btmtext .table-bordered tbody td:last-child select:focus{
    border: 1px solid var(--BlueColor);
    outline: none;
    
}


.product-details-item {
    width: 100%;
    border: 1px solid #c2c2c2;
    display: inline-block;
    margin: 20px 0px 0px 0px;
}

.product-details-item:hover {
    border-color: var(--BlueColor);
}

.product-details-item .col-lg-7 {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    padding-top: 5px;
}

.product-details-item .col-lg-9 {
    border-left: 1px solid #c2c2c2;
    padding-top: 5px;
    padding-right: 22px;
}

.product-details-item .col-lg-7 .col-lg-4,
.product-details-item .col-lg-9 .col-lg-4 {
    margin-bottom: 3px;
    margin-top: 3px;
}

.product-details-item .col-lg-7 .col-lg-4 label,
.product-details-item .col-lg-9 .col-lg-4 label {
    font-size: 13px;
}

.product-details-item .getquote-btn {
    width: 100%;
    padding: 10px 0px;

    margin: 0;
    text-align: center;
    background: var(--BlueLightColor);
    color: #fff;
    border: none;
    outline: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
}

.product-details-item .getquote-btn:hover {
    background: var(--BlueColor);
}

.product-details-item .col-lg-3,
.product-details-item .col-lg-2 {
    display: table;
}

.product-details-item .col-lg-3 div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
}

.product-details-item .col-lg-2 div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.product-details-item .col-lg-3 div h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-weight: normal;
    font-size: 14px;
}

.product-details-item .col-lg-3 div h5 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--BlueColor);
    font-weight: 700;
    font-size: 15px;
}

.product-details-item .col-lg-3 div h3 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 3px 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: var(--PrimaryColor);
}

.product-details-item .product-item-footer {
    background: rgba(24, 53, 94, 0.06);
    margin-top: 10px;
}

.product-details-item .product-item-footer h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: var(--textcolor);
}

.product-details-item .product-item-footer h5 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: var(--PrimaryColor);
}

.product-details-item .product-item-footer h5 label{
    width: 100%;
    padding: 0;
    margin: 0;
}

.product-details-item .product-item-footer .col-lg-3 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.product-details-item .premium-bg {
    padding-right: 0px;
}

.product-details-item .premium-bg div {
    background: rgba(24, 53, 94, 0.06);
}

.product-planbox-con .col-lg-4 h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: var(--textcolor);
}

.product-planbox-con .col-lg-4 label{
    font-weight: 500;
    font-size: 15px !important;
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}

.vat-text{
    font-size: 13px;
    padding: 0;
    margin: 5px 0px 20px 0px;

}

.search-btn{
    width: 100%;
    background: var(--PrimaryColor);
    height: 48px;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 25px 0px 0px 0px;
    transition-duration: 0.3s;
}

.search-btn:hover{
    background: var(--BlueColor);
}

.quotationlist-table{
    margin-top: 25px;
}

.quotationlist-table thead th:nth-last-child(2) {
    width: 45px;
}

.quotation-details .table-responsive tr td{
    font-size: 14px;
    color: var(--textcolor);
    vertical-align: middle;
}

.quotation-details .table-responsive.table-one tr th{
    font-size: 14px;
    color: var(--headingColor);
    vertical-align: middle;
    background: rgba(24, 53, 94, 0.03);
}


.quotation-details .table-responsive.table-one tr th,
.quotation-details .table-responsive.table-one tr th{
    width: 200px;
}

.quotation-details h4{
    width: 100%;
    padding: 10px 10px;
    margin: 20px 0px 0px 0px;
    background: var(--PrimaryColor);
    color: #fff;
    font-size: 16px;
}

.quotation-details h5{
    width: 100%;
    padding: 0;
    margin: 10px 0px 10px 0px;
    font-size: 16px;
}


.activestage-wrap {
    margin-top: 0px;
    margin-bottom: 45px;
    width: 100%;
    display: inline-block;
}

.activestage-wrap h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.activestage-wrap .row {
    margin: 0px;
}

.activestage-wrap .row .col-lg-3 {
    padding: 0px;
    position: relative;
    padding-top: 25px;

    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.activestage-wrap .row .col-lg-3:before {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 3px solid #979899;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: -17px;
    content: '';
    z-index: 10;
}

.activestage-wrap .row .col-lg-3 hr {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    height: 3px;
    background: #979899;
    position: absolute;
    left: -50%;
    top: 0px;
}

.activestage-wrap .row .col-lg-3.active:before {
    background: url(../img/tick-icon.png) no-repeat var(--BlueColor);
    background-size: 100%;
    border-color: var(--BlueColor);
}

.activestage-wrap .row .col-lg-3.active hr {
    background: var(--BlueColor);
}


.active-anim:before {
    background: url(../img/edit-icon.png) no-repeat #fff !important;
    background-size: 100% !important;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(85, 203, 207, 0.5);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(102, 189, 81, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(102, 189, 81, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(102, 189, 81, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(102, 189, 81, 0);
    }
}









@media screen and (max-width:1024px) {
    .header-wrapper,
    .login-container-wrapper,
    .page-container-wrapper{
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-wrapper .col-lg-6:first-child{
        padding-left: 15px;
    }

    .footer-wrapper .col-lg-6:last-child{
        padding-right: 15px;
    }

    .login-banner-image span img{
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width:980px) {
    .login-banner-image{
        display: none;
        visibility: hidden;
    }

    .product-details-item .premium-bg div{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-planbox-con{
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:520px) {
    .loginform-wrapper-con .login-middle-align .login-header p{
        line-height: 20px;
    }

    .footer-wrapper .col-lg-6:first-child{
        border-top-right-radius: 0px;
    }

    .footer-wrapper .col-lg-6:last-child,
    .footer-wrapper .col-lg-6{
        text-align: center;
        padding: 5px 0px;
    }

    .footer-wrapper .col-lg-6:first-child p,
    .footer-wrapper .col-lg-6 p{
        font-size: 13px;
    }

    .loginform-wrapper-con{
        min-height: calc(100vh - 76px);
    }

    .loginform-wrapper-con .login-middle-align .login-header h4{
        font-size: 22px;
        margin-top: 0px;
    }

    .loginform-wrapper-con .login-middle-align .login-header p{
        font-size: 14px;
    }

    .loginform-wrapper-con .login-middle-align .login-header img{
        margin-top: -10px;
    }

    .page-container-middlealign{
        padding-top: 20px;
    }

    .page-heading span{
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .page-heading{
        font-size: 20px;
        line-height: 45px;
        padding-left: 55px;
        margin-bottom: 15px;
    }

    .header-wrapper .navbar .nav-link{
        padding: 10px;
    }

    .page-container-wrapper,
    .page-container-middlealign{
        display: block;
    }

    .product-details-item .premium-bg{
        padding-right: 10px;
    }

    .product-planbox-con{
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-details-item .col-lg-9{
        border-left: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-btn{
        margin-top: 8px;
    }

    .activestage-wrap h6 {
        font-size: 12px;
    }
}
