
.animation-box{
    position: relative;
}
.rocket,
.falling-star,
.tiny-star {
    background-image: url(../images/rocket.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
}
.rocket {
    width: 284px;
    height: 327px;
    top: 25px;
    left: 280px;
    -webkit-animation: rocket-vibration 0.2s infinite;
    animation: rocket-vibration 0.2s infinite;
    background-position: -406px 0;
    z-index: 1;
}
.falling-star {
    opacity: 0.9;
    z-index: 0;
    animation: float 6s linear infinite;
}
.falling-star.star-1 {
    left: 450px;
    top: -200px;
    width: 196px;
    height: 200px;
    background-position: -51px 0;
    animation-delay: -2s;
}
.falling-star.star-2 {
    left: 640px;
    top: 30px;
    width: 196px;
    height: 200px;
    background-position: -51px 0;
    animation-delay: -4s;
}
.falling-star.star-3 {
    left: 570px;
    top: 341px;
    width: 87px;
    height: 90px;
    background-position: -23px 0;
    animation-delay: -3s;
}
.falling-star.star-4 {
    left: 290px;
    top: 41px;
    width: 87px;
    height: 90px;
    background-position: -23px 0;
    animation-delay: -2s;
}
.tiny-star{
    animation: spark-star 6s linear infinite;
}
.tiny-star.tstar-1 {
    width: 11px;
    height: 45px;
    left: 400px;
    top: -50px;
    animation-delay: -2s;
}
.tiny-star.tstar-2 {
    width: 8px;
    height: 32px;
    left: 360px;
    top: -120px;
    animation-delay: -4s;
}
.tiny-star.tstar-3 {
    width: 8px;
    height: 32px;
    left: 620px;
    top: -90px;
    animation-delay: -1s;
}
.tiny-star.tstar-4 {
    left: 400px;
    top: 70px;
    width: 6px;
    height: 23px;
    animation-delay: -3s;
}
.tiny-star.tstar-5 {
    left: 280px;
    top: 100px;
    width: 6px;
    height: 23px;
    animation-delay: -4s;
}
.tiny-star.tstar-6 {
    width: 8px;
    height: 32px;
    left: 620px;
    top: 160px;
    animation-delay: -2s;
}
.tiny-star.tstar-7 {
    left: 580px;
    top: 180px;
    width: 6px;
    height: 23px;
    animation-delay: -1s;
}
.tiny-star.tstar-8 {
    width: 11px;
    height: 45px;
    left: 290px;
    top: 180px;
    animation-delay: -3s;
}
.tiny-star.tstar-9 {
    width: 11px;
    height: 45px;
    left: 600px;
    top: 240px;
    animation-delay: -2s;
}
.tiny-star.tstar-10 {
    left: 420px;
    top: 370px;
    width: 6px;
    height: 23px;
    animation-delay: -4s;
}
.tiny-star.tstar-11 {
    left: 430px;
    top: 450px;
    width: 6px;
    height: 23px;
    animation-delay: -2s;
}
.tiny-star.tstar-12 {
    left: 550px;
    top: 441px;
    width: 6px;
    height: 23px;
    animation-delay: -3s;
}
.tiny-star.tstar-13 {
    right: -60px;
    top: 451px;
    width: 11px;
    height: 45px;
    animation-delay: -4s;
}



a{
    color: #96119e;
    font-size:14px;
}
.page-wrapper .alert {
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 2;
}
.page-wrapper .neworderPage .alert {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    z-index: 1;
    right: auto;
}
.material-icons {
    margin-right: 2px;
}
.accordion .card .card-header a:before {
    font-family: Material Design Icons;
    position: absolute;
    right: 8px;
    top: 16px;
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #000;
}
.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}
.card {
    border: 1px solid #d5dcec;
    border-radius: 0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-top:6px;
}
.card .card-body {
    padding: 35px 25px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card-title {
    margin-bottom: 1.125rem;
    text-transform: capitalize;
    display: flex;
}
.card-description {
    margin-bottom: .9375rem;
}
.accordion .card, .accordion .card:first-of-type, .accordion .card:last-of-type {
    border-bottom: 1px solid #d5dcec;
}
.accordion .card:first-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
    background-color: #f9f9f9;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.accordion .card .card-header a {
    display: block;
    padding: 18px 0px 20px 15px;
    color: #575962;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    transition-property: border-color,background;
    -webkit-transition-property: border-color,background;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
/* s writes*/
.alert-danger {
    border-radius: 0;
    border-left: 10px solid #FFD700 !important;
    border-top: none !important;
    border-bottom: none !important;
  	color: #ffffff;
	background-color: #f84308;
	border-color: #f84308;
}
.close{
	color: #fff;
    opacity: 1;
}

.navbar-brand img {
    max-width: 162px;
}

html {
    height: 100%;
}
body{
    font-family: 'Lato', sans-serif;
}
.guest{
	padding:0;
}

.tab-content > .tab-pane {
   /* display: block;*/
   /* height: 0;*/
   /* overflow-y: hidden;*/
  	/*position: relative;*/
}
.tab-content > .active {
    /*height: auto;*/
}
body .navbar-default {
    background-color: #4510c2;
    border-color: #4510c2;
    margin: 0;
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.guestNav.navbar-default{
    background-color: transparent;
    border-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.guestNav.shrink.navbar-default{
    background-color: #4510c2;
    border-color: #4510c2;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-default .navbar-nav > li.signup a{
    background-color: #f4eef4;
    border-radius: 500px;
    color: #000000;
}
.top-hero{
	padding-top: 130px;
    padding-bottom: 145px;
    background-color: #4510c2;
    /*background-image: url(../images/main-back-min.png);*/
    background-image: url(../images/banner2.png);
  	background-repeat: no-repeat;
  	background-size: auto 100%;
	/*background-size: cover;*/
	/*background-position: center bottom;*/
	background-position: right top;
	overflow: hidden;
}
.top-hero h1 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    position: relative;
    z-index: 2;
}
.guest .top-hero p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}
.home-form {
    width: 380px;
    position: relative;
    z-index: 2;
}
.home-form.register-from {
    width: 652px;
}
.inputDiv{
    position: relative;
}
.inputDiv .form-control {
    height: 52px;
    box-shadow: none;
    border: 2px solid #ffffff;
    background-color: #4510c2;
    border-radius: 500px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 20px;
}
.inputDiv .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.inputDiv .form-control::-moz-placeholder {
    color: #ffffff;
}
.inputDiv .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.inputDiv .form-control:-moz-placeholder {
    color: #ffffff;
}
.forgot-password {
    background-color: #f8f6fd;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #4510c1;
    bottom: auto;
    top: 0;
    right: 0;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    border-radius: 500px;
}
.home-form .btn.btn-primary {
    background-color: #2096f3;
    border-color: #2096f3;
    border-radius: 500px;
    display: block;
    /*width: 100%;*/
    font-size: 16px;
    line-height: 36px;
}
.home-form .text-right {
    color: #ffffff;
    line-height: 52px;
}
.home-form .text-right a{
    color: #ffffff;
}
.register-from .pd-row .col-sm-4:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}
.register-from .pd-row .col-sm-4:first-child {
    padding-right: 5px;
}
.register-from .pd-row .col-sm-4:last-child {
    padding-left: 5px;
}
.register-from .pd-row .col-sm-6:first-child {
    padding-right: 3px;
}
.register-from .pd-row .col-sm-6:last-child {
    padding-left: 3px;
}





#why-us {
    background-color: #f6f6f6;
    padding: 60px 0;
}
.guest h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2d2b32;
    margin-top: 0;
}
.guest p {
    font-size: 16px;
    font-weight: 400;
    color: #2d2b32;
}
.guest #why-us p,
.guest #our-feature p,
.guest #testimonial p {
    text-align: center;
    margin-bottom: 55px;
}
.why-wrap,
.testi-wrap,
.service-box{
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}
.why-wrap:hover, .testi-wrap:hover, .service-box:hover {
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
    box-shadow: 0 0 25px 4px 
    rgba(0, 0, 0,0.3);
    animation: float 4s ease-in-out infinite;
}
.why-wrap {
    background-color: #ffffff;
    box-shadow: 2px 2px 1px -1px #999999;
}
.testi-wrap{
    background-color: #f6f6f6;
    box-shadow: 2px 2px 1px -1px #9f9f9f;
}
.why-icon,
.service-icon,
.testi-icon {
    margin-bottom: 35px;
}
.testi-icon img{
    width: 100px;
}
.why-icon img{
    width: 160px;
}
.why-content h4,
.service-content h4,
.feature-list h4,
.testi-content h4{
    font-size: 24px;
    color: #2d2b32;
    font-weight: 700;
    margin-top: 0;
}
.why-content h4,
.service-content h4,
.testi-content h4{
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.why-content h4:after,
.service-content h4:after,
.testi-content h4:after{
    content:'';
    width: 60px;
    height: 1px;
    background-color: #96119e;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.why-content h5,
.service-content h5,
.feature-list h5,
.testi-content h5{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.service-content h5 {
    margin-bottom: 15px;
}
#quick-boost {
    padding: 80px 0;
}
#quick-boost h2{
    text-align: left;
}
.btn.btn-primary {
    background-color: #96119e;
    border-color: #96119e;
    border-radius: 500px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn.btn-default {
    background-color: #4510c2;
    border-color: #4510c2;
    border-radius: 500px;
    width: auto;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn.btn-alternate {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 500px;
    color: #ffffff;
    background-color: #2096f3;
    border-color: #2096f3;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:visited,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:visited,
.btn.btn-alternate:hover,
.btn.btn-alternate:focus,
.btn.btn-alternate:active,
.btn.btn-alternate:visited {
    filter: brightness(1.05) contrast(1.05);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn.btn-primary.btn-sm,
.btn.btn-default.btn-sm,
.table a.btn.btn-primary{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    font-size: 12px;
}

.table a.btn.btn-primary .material-icons{
    display: none;
}
/*.table a.btn.btn-primary {*/
/*    background-color: #2096f3;*/
/*    border-color: #2096f3;*/
/*}*/
#quick-boost .row {
    display: flex;
    align-items: center;
}
#quick-boost img {
    display: block;
    margin-left: auto;
    animation: float 3s ease infinite;
}
#service-sec {
    background-color: #96119e;
    padding: 60px 0;
}
.service-box {
    background-color: #ffffff;
    margin: 15px;
    box-shadow: 2px 2px 1px -1px #5e0b63;
}
.service-icon {
    width: 100px;
    height: 100px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    background-image: url(../images/circle-border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.service-icon i {
    font-size: 44px;
    color: #96119e;
}
.service-content a {
    text-decoration: underline;
}
.arrowCont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.slide-arrow {
    display: block;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 500px;
    color: #ffffff;
    position: absolute;
}
.slide-arrow.prev-arrow {
    left: -15px;
}
.slide-arrow.next-arrow {
    right: -15px;
}
#our-feature img {
    display: block;
    margin: auto;
    width: 80%;
}
#our-feature {
    background-color: #f6f6f6;
    padding: 80px 0 0;
}
.feature-list {
    padding: 0;
    margin: 0;
}
.feature-list li{
    position: relative;
    list-style: none;
    margin-bottom: 45px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.feature-list li:hover {
    cursor: cell;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.feature-list li:last-child{
    margin-bottom: 0;
}
.feature-list li::before {
    content: '+';
    position: absolute;
    display: block;
    left: -41px;
    top: 0;
    width: 26px;
    height: 26px;
    background: #e3c8e4;
    border-radius: 500px;
    font-size: 28px;
    text-align: center;
    line-height: 24px;
    color: #af8bb0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transform: rotate(360deg);
}
.feature-list li:hover::before {
    background-color: #4510c2;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transform: rotate(360deg);
}
.feature-list.text-right li::before {
    left: auto;
    right: -41px;
}
#testimonial {
    padding: 60px 0;
}
.ratting {
    margin-bottom: 15px;
}
.ratting i {
    color: #2096f3;
    font-size: 12px;
}
footer{
    background-color: #4510c2;
    background-image: url(../images/main-back-opacity-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.footer-top {
    padding-top: 45px;
    padding-bottom: 65px;
}
.footer-logo {
    margin-bottom: 25px;
}
.guest .footer-top p {
    color: #ffffff;
    margin-bottom: 35px;
}
footer .social-links {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
footer .social-links a {
    font-size: 16px;
    color: #4510c2;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 500px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease-in;
}
footer .social-links a:hover{
    background-color: transparent;
    color: #fffefe;
    border-radius: 6px;
    border: 2px dotted #ffffff;
    transition: all 0.4s ease-in;
}
.widget-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}
.footer-nav li {
    list-style: none;
}
.footer-nav li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.4s ease-in;
    text-decoration: none;
    line-height: 24px;
    position: relative;
}
.footer-nav li a::before {
    position: absolute;
    content: '\f105';
    left: -10px;
    font-family: FontAwesome;
    font-weight: 900;
    transition: all 0.4s ease-in;
    opacity: 0;
}
.footer-nav li a:hover,
.footer-nav li a:focus,
.footer-nav li a:active,
.footer-nav li a:visited {
    padding-left: 15px;
    transition: all 0.4s ease-in;
}
.footer-nav li a:hover::before,
.footer-nav li a:focus::before,
.footer-nav li a:active::before,
.footer-nav li a:visited::before {
    opacity: 1;
    left: 2px;
}
.footer-top .form-control {
    font-size: 16px;
    border: 1px solid #ffffff;
    border-radius: 500px;
    height: 47px;
    margin-bottom: 10px;
}
.guest .footer-bottom p {
    color: #ffffff;
    margin: 0;
}
.footer-links {
    text-align: right;
    margin: 0;
}
.footer-links li{
    list-style: none;
}
.footer-links li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.footer-bottom .row {
    border-top: 1px solid #ffffff;
    padding-top: 15px;
}
.footer-bottom {
    padding-bottom: 15px;
}

/*DASHBOARD CSS*/
.user-dashboard .navbar-default .navbar-nav > li > a {
    color: #444c59;
    font-size: 12px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 34px;
}
.user-dashboard .navbar-default .navbar-right li.dropdown a.dropdown-toggle {
    font-size: 18px;
}
.user-dashboard .navbar-default .navbar-right li.dropdown a.dropdown-toggle .caret {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPjwvc3ZnPg==);
    width: 18px;
    height: 16px;
    display: block;
    background-size: 100% 100%;
    border: none;
    background-position: center center;
}
.user-dashboard .navbar-default .icon-box {
    margin: 0 0 0 10px;
    position:relative;
    color: #4510c2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-dashboard .navbar-default .icon-box .material-icons{
    margin: 0;
    font-size: 32px;
}
.user-dashboard .navbar-right .badge {
    background: #2096F3;
    font-size: 16px;
    font-weight: 400;
    border-radius: 35px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
}
.dashBox {
    background: #4510c2;
    padding: 20px;
    margin-bottom: 21px;
    border-radius: 0;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    position: relative;
}
.dashWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.dash-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #96119e;
    border-radius: 500px;
    -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.3));
}
.dash-icon img {
    width: 27px;
}
.dashValue h3 {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    text-align: right;
    margin-bottom: 0;
    margin-top: 15px;
}
.dashValue h3 a {
    color: #ffffff;
    text-decoration: underline;
}
/*.dashBox h3 {*/
/*    font-size: 22px;*/
/*    font-weight: 300;*/
/*    margin-bottom: 0;*/
/*}*/
.dashValue {
    position: relative;
    min-width: 70%;
}
.bars {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
}
.bars li {
    background-color: #2096f3;
    border-radius: 500px;
    display: block;
    height: 10px;
    float: left;
}
.bars li:first-child {
    width: 30%;
}
.bars li:last-child {
    width: 62%;
    margin-left: 4px;
}
.dashBox .tile-title {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #9f76ff;
    text-align: right;
}
.dashBox .fas {
    position: absolute;
    font-size: 32px;
    color: #FFD700;
    opacity: 1;
    bottom: 8px;
    right: 12px;
}
.dasboardPage h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
    font-weight: 500;
}
.notesAdmin {
    min-height: 290px;
    max-height: 290px;
    overflow-y: auto;
    padding-left: 30px;
    position: relative;
}
.notesAdmin::before {
    position: absolute;
    left: 15px;
    content: '';
    background-color: #bebebe;
    width: 1px;
    height: 100%;
    top: 0;
}
.notesAdmin .wysiwyg-color-red {
    font-size: 14px;
    display: block;
    color: #2d2b32;
    font-weight: 400;
}
.notesAdmin .text-muted {
    font-size: 12px;
    color: #96119e;
    position: relative;
}
.notesAdmin .text-muted::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-color: #ffffff;
    border: 5px solid #4510c2;
    border-radius: 500px;
    position: absolute;
    left: -22px;
    top: -1px;
}
.well {
	background: #ffffff;
    border-radius: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    border: 1px solid #cdcdd1;
}
.well.table-well {
    padding: 15px;
}
.wellHeader {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.wellHeader h2 {
    margin: 0;
    font-size: 18px;
    color: #2d2b32;
    text-align: left;
  	font-weight: 700;
  	display: inline-block;
}
.inner-dashboard.neworderPage .well {
    background: #ffffff;
}
.timeLineWrapper{
	max-height: 400px;
	overflow-y: scroll;
}
.news-wrap {
    position: relative;
}
.news-wrap::before {
    content: '';
    background: #bebebe;
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
}
.singleNewsBlock {
    padding: 0 0 20px 35px;
    position: relative;
}
.singleNewsBlock::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-color: #ffffff;
    border: 5px solid #4510c2;
    border-radius: 500px;
    position: absolute;
    left: 8px;
    top: 0;
}
.date {
    position: relative;
    font-size: 12px;
    color: #96119e;
    margin: 0;
}
.date::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #96119e;
}
.news-desc p {
    font-size: 14px;
    display: block;
    color: #2d2b32;
    font-weight: 400;
}
.inner-dashboard.faqPage .well .well,
.inner-dashboard.termsPage .well .well{
    background: #1fbbf5;
}
.inner-dashboard .well.api {
    min-height: auto;
}
.nav-pills > li > a {
    font-size: 13px;
    font-weight: 700;
    color: #2d2b32;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 11px;
    border: 1px solid #bebebe;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
.nav-pills > li {
    margin-left: 0 !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus{
    color: #ffffff;
    background-color: #96119e;
}
.nav-pills {
    margin-bottom: 15px;
    border-bottom: 1px solid #bebebe;
}
.nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-color: #bebebe;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.nav-tabs > li {
    flex-grow: 1;
    flex-basis: 0;
    float: none;
}
.nav-tabs li.pull-right {
    flex-basis: auto;
    flex-grow: 0;
}
.nav-tabs li.pull-right.mg-lt {
    margin-left: 360px;
}
.nav-tabs li .btn.btn-primary.btn-sm,
.nav-tabs li .btn.btn-default.btn-sm {
    min-width: 110px;
    display: block;
    line-height: 20px;
}
.nav-tabs > li > a {
    text-align: center;
    border: 1px solid #2096f3;
    background-color: #2096f387;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #2096f3;
    border: 1px solid #2096f3;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active{
    background-color: #2096f3;
    border-color: #2096f3;
    box-shadow: 0 1px 14px 2px rgba(32, 150, 243, 0.5);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.inner-dashboard input.form-control[type="text"],
.inner-dashboard input.form-control[type="email"],
.inner-dashboard input.form-control[type="password"],
.inner-dashboard select.form-control {
    border: 1px solid #ececf1;
    height: 42px;
    box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    border-radius: 0;
}
.inner-dashboard .input-group input.form-control[type="text"],
.inner-dashboard .input-group input.form-control[type="email"],
.inner-dashboard .input-group input.form-control[type="password"] {
    height: auto;
}
textarea.form-control{
	box-shadow:none;
	border: 1px solid #ebedf2;
}
.form-control[disabled]{
    height: 40px;
    background: #d0d0d0;
}
.inner-dashboard .form-control[readonly] {
    background: #2096f387;
    box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    border: 1px solid #2096f3;
    color: #ffffff;
}
.form-control[disabled],
.inner-dashboard .form-control[readonly]{
    border-radius: 0;
}
.inner-dashboard label {
    color: #575962;
    font-size: 14px;
    font-weight: 400;
}
.contactInfo {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    background: #2096f387;
    box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    border: 1px solid #2096f3;
    color: #ffffff;
    margin-bottom: 15px;
}
.contactInfo p {
    margin: 0;
}
.tab-content #contactUs h2 {
    font-size: 18px;
    color: #2d2b32;
    text-align: left;
    margin-top: 0;
}
.tab-content #contactUs h2 span {
    color: #96119e;
    font-size: 14px;
}
#contactUs .media {
    border-bottom: 1px solid #bebebe;
}
#contactUs a.openTicket {
    background:#2096f387;
    border: 1px solid #2096f3;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 72px;
    margin-bottom: 25px;
    text-decoration: none;
}
#contactUs .media-left a {
    font-size: 22px;
}
.best-service.mainBtn {
    display: flex;
    align-content: center;
    justify-content: center;
}
.change-service-button {
    cursor: pointer;
    border: 1px solid #2096f3;
    padding: 6px 10px;
    margin-bottom: 12px;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change-service-button.active {
    background-color: #2096f3;
    color: #ffffff;
}
.neworderStats .change-service-button h5 {
    color: #2d2b32;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: block;
    line-height: 42px;
}
.neworderStats .change-service-button.active h5 {
    color: #ffffff;
}
.top-service-box .description{
    height: auto !important;
}
.btn.btn-toggle.serviceBtn {
    border: 1px solid #96119e;
    border-radius: 0;
    box-shadow: none;
    color: #2d2b32;
    font-size: 14px;
}
.btn.btn-toggle.serviceBtn.active {
    background-color: #96119e;
    color: #ffffff;
}
/*TABLE*/
.table .thead-dark th {
    font-size: 14px;
    color: #2d2b32;
    font-weight: 400;
    text-transform: uppercase;
  	border: none;
  	padding: 8px !important;
}
.table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ececf1;
    font-size: 14px;
    font-weight: 400;
    color: #817d89;
    vertical-align: middle;
}
.table > tbody > tr > td span {
    font-weight: 700;
}
.table > tbody > tr.cateRow td {
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.cate-head {
    font-size: 18px;
    font-weight: 700;
    color: #96119e;
    line-height: 32px;
    display: block;
    border: 1px solid #ececf1;
    padding: 6px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}
.table i.fa-heart {
    color: #2096f3;
    cursor: pointer;
}
.width-service-name {
    min-width: 380px;
}
.status-processing,
td .status-processing,
.status-completed,
td .status-completed,
.status-canceled,
td .status-cancelled,
.status-pending,
td .status-pending,
.status-inprogress,
td .status-inprogress,
.status-refilling,
td .status-refilling,
.status-partial,
td .status-partial{
    margin: 0;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 400 !important;
    min-width: 65px;
    display:inline-block;
}

td .status-processing,
td .status-completed,
td .status-cancelled,
td .status-pending,
td .status-inprogress,
td .status-refilling,
td .status-partial {
    display: block;
    min-width: 70px;
}
.status-inprogress,
td .status-inprogress {
    background-color: #716aca;
}
.status-pending,
td .status-pending{
    background-color: #ffbd32;
}
.status-processing,
td .status-processing{
    background-color: #11cdef;
}
.status-completed,
td .status-completed{
    background-color: #249b23;
}
.status-canceled,
td .status-cancelled{
    background-color: #e51c22;
}
.status-partial,
td .status-partial{
    background-color: #de00ff;
}
.status-refilling,
td .status-refilling {
    background-color: #626b71;
}
ul.serNameButtons {
    padding: 0;
    margin: 0 0 15px;
    display: flex;
}
ul.serNameButtons li {
    flex-basis: 100%;
    margin: 0 2px;
    list-style: none;
}
ul.serNameButtons li a {
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding: 10px 11px;
    background-color: #716aca;
    display: block;
    text-align: center;
}
.descWidth {
    width: 380px;
}
table th .material-icons {
    font-size: 15px;
    vertical-align: sub;
    margin-right: 2px;
}
.table .categoryServ{
  	background: #716aca;
  	font-size: 14px;
  	color: #ffffff;
  	font-weight: 700;
}
.descrip {
    background: url(../images/j1Jv9L6.png),url(../images/wIWOIiB.png);
  	background: url(../images/CoGA7Vq.png),url(../images/2uDjBHq.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;
    background-size: 22px;
    font-size: 12px;
    display: inline-block;
    padding: 10px 30px;
}
.orderPage th {
    white-space: pre;
}
.table .input-group {
    width: 200px;
}
.table .input-group .btn.btn-default {
    background: #4510c2;
    color: #ffffff;
    border: 1px solid #4510c2;
}
.inner-dashboard .table .input-group .form-control {
    background: #4510c299;
    color: #ffffff;
    border: 1px solid #4510c2;
    box-shadow: none;
    border-radius: 0 4px 4px 0;
}
.modal-title {
    text-align: center;
    color: #2d2b32;
    font-size: 16px;
    font-weight: 400;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
    font-size: 14px;
    font-weight: 400;
    color: #817d89;
    white-space: pre-line;
}
.modal-header button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: #2096f3;
    border: none;
    opacity: 1;
    color: #ffffff;
    text-shadow: none;
    margin-top: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    line-height: 29px;
}
.search-group {
    position: relative;
}
.search-group .form-control,
.inner-dashboard .search-group input.form-control[type="text"]{
    border: 1px solid #cdcdd1;
    color: #2d2b32;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    border-radius: 500px;
}
.searchButton {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #2096f3;
    width: 42px;
    height: 43px;
    text-align: center;
}
.alert-success {
    color: #249b23;
    background-color: #249b2326;
    border-color: #249b23;
}
.alert.alert-success .close {
    color: #249b23;
}
.alert-info {
    color: #4510c2;
    background-color: #4510c21a;
    border-color: #4510c2;
}
.alert.alert-info .close {
    color: #4510c2;
}
.inner-dashboard .badge {
    border-radius: 2px;
    font-weight: 300;
    background: #FFD700;
    padding: 4px 5px;
}
.inner-dashboard .badge.badge-primary {
    background: #4510c2;
}
.prewa {
    background: #8f70da;
    border-color: #4510c2;
    color: #ffffff;
    max-height: 250px;
    margin-bottom: 0;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    background-color: #96119e;
    border: 1px solid #96119e;
    flex-direction: row;
    align-items: center;
    border-radius: 0;
    width: 100%;
    transition: all 0.2s ease-in;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-img {
    width: 36px;
    margin-right: 5px;
}
.list-group-item .list-title {
    color: #ffffff;
}
.add-funds .list-group-item i {
    margin-left: auto;
}
.apiPage .list-group {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
}
.apiPage .list-group-item{
    width:auto;
    box-shadow:none;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}
.add-funds .list-img {
    width: 28px;
}
.add-funds .list-group-item {
    transition: all .3s;
    border-radius: 0;
    position: relative;
}
.add-funds .list-group-item:hover {
    background-color: #96119e;
}
.ring-icon {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 1.5em;
    height: 1.5em;
    margin: -0.5em;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    transition-timing-function: ease-in;
    animation: ring-spin 1s infinite linear;
}
.ring-icon::after {
    content: '';
    display: block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    border: 4px solid #ffffff;
    border-left-color: transparent;
    box-sizing: border-box;
    transform-origin: 0 0;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
}
.add-funds .list-group-item:hover .ring-icon {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.add-funds .list-group-item:hover .list-img {
    animation: rubber 1s forwards ease-in;
}
@keyframes rubber{
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }
    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }
    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }
    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }
    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

}
@keyframes ring-spin{
    0%{
        animation-timing-function:cubic-bezier(0.5856,0.0703,0.4143,0.9297);
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.add-funds .panel-default .panel-heading .panel-title a::before,
.add-funds .panel-default .panel-heading .panel-title a.collapsed::before,
.add-funds .panel-default .panel-heading .panel-title a::after,
.add-funds .panel-default .panel-heading .panel-title a.collapsed::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 10px;
  	top: 12px;
    color: #ffffff;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.add-funds .panel-default .panel-heading .panel-title a.collapsed::before {
    content: '\f138';
    opacity: 1;
    transform: rotate(0deg);
}
.add-funds .panel-default .panel-heading .panel-title a::after {
    content: '\f13a';
    opacity: 1;
    transform: rotate(0deg);
}
.add-funds .panel-default .panel-heading .panel-title a::before {
    content: '\f138';
    opacity: 0;
    transform: rotate(90deg);
}
.add-funds .panel-default .panel-heading .panel-title a.collapsed::after {
    content: '\f138';
    opacity: 0;
    transform: rotate(-90deg);
}
.add-funds .panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.add-funds .panel-title > a {
    text-decoration: none;
    background-color: #96119e;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #ffffff;
    display: block;
    position:relative;
    transition: all 0.3s ease-in;
}
.add-funds .panel-title a.collapsed {
    background-color: #96119e;
    color: #ffffff;
}
.add-funds .panel-default {
    border: none;
}
.add-funds .panel-default .panel-body {
    background: #fff;
    border: 1px solid #96119e;
}
.add-funds .panel-group .panel + .panel {
    margin-top: 10px;
}
.payment-logo {
    margin-left: auto;
}
.payment-logo img {
    width: 85px;
}
.checkbox input[type="checkbox"] {
    margin-left: auto;
    left: 5px;
}
.faqPage .panel.panel-default {
    box-shadow: none;
    border: 1px solid #96119e;
    border-radius: 30px;
	overflow: hidden;
}
.faqPage .panel-body {
    background-color: transparent;
    color: #2b1f62;
    padding-left: 55px;
    font-size: 14px;
    font-weight: 400;
    border-top: none !important;
}
.faqPage .panel-default .panel-heading{
    padding: 0;
    background-color: transparent !important;
}
.faqPage .panel-default .panel-heading .panel-title a {
	position: relative;
    background-color: transparent;
    line-height: 42px;
    font-size: 18px;
    display: block;
    padding: 10px 16px 10px 55px;
    color: #2d2b32;
    min-height: 40px;
    text-decoration: none;
}
.faqPage .panel-default .panel-heading .panel-title a.collapsed[data-toggle="collapse"] {
    background-color: transparent;
}
.faqPage .panel-default .panel-heading .panel-title a::before {
    content: 'Q';
    font-size: 38px;
    color: #96119e33;
    position: absolute;
    top: 6px;
    left: 12px;
    font-weight: 700;
}
.faqPage .panel-default .panel-heading .panel-title a::after{
	content: '\f054';
	right: 12px;
    width: 48px;
    height: 48px;
    background-color: #96119e;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8px;
    border-radius: 500px;
    color: #ffffff;
	border: 1px solid #96119e;
  	transform: rotate(90deg);
  	transition: all 0.4s ease-in-out;
  	font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
}
.faqPage .panel-default .panel-heading .panel-title a.collapsed::after{
  	content: '\f054';
  	transform: rotate(0);
  	transition: all 0.4s ease-in-out;
}
.ticketWa .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding: 0;
    margin-top: 5px;
}
.ticketWa .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: -5px;
    margin-right: -5px;
}
.ticketWa .col {
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.ticketWa .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.ticketWa .custom-control .custom-control-label {
    width: 100%;
    height: 50px;
    cursor: pointer;
    padding-left: 35px;
    padding-right: 15px;
    border-radius: 4px;
    border: solid 2px #eeeeee;
    color: #1f2324;
    font-size: 14px;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.ticketWa .custom-control-input:checked ~ .custom-control-label {
    border-color: #2096f3;
}
.ticketWa .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.ticketWa .custom-control-label::before {
    border-radius: 50px;
    top: 18px;
    left: 12px;
}
.ticketWa .custom-control-label::after {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    width: auto;
    height: auto;
    top: 15px;
    left: 15px;
    opacity: 0;
}
.ticketWa .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #4510c2;
}
.ticketWa .custom-control-input:checked ~ .custom-control-label::after {
    opacity:1;
}
.ticket-staus {
    margin-left: auto;
}


.ticket-message-block .ticket-message{
	color: #ffffff;
  	width: 80%;
  	position: relative;
  	padding: 15px 25px 15px 25px;
	min-height: 110px;
}
.sent-msg .ticket-message {
    background: #4510c299;
  	border-radius: 12px 0 12px 12px;
}
.recv-msg .ticket-message {
    background: #96119e99;
  	border-radius: 0 12px 12px 12px;
}
.sent-msg .ticket-message::before,
.recv-msg .ticket-message::before{
    content: '';
    width: 0;
    height: 0;
}
.sent-msg .ticket-message::before {
    border-top: 20px solid #4510c299;
    border-right: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
}
.recv-msg .ticket-message::before {
    border-top: 20px solid #96119e99;
    border-left: 15px solid transparent;
    position: absolute;
    left: -15px;
    top: 0;
}
.ticket-message-block .info {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.ticket-message-block .msg-wrapper {
    display: flex;
}
.ticket-message-block .msg-wrapper.sent-msg {
    flex-direction: row;
}
.userprofpic {
    background: #4510c2;
    color: #ffffff;
    display: flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.ticket-message-left .userprofpic {
    background: #96119e;
}
.userprofpic i {
    font-size: 25px;
    margin: 0;
}
.info strong {
    font-weight: 400;
}
.message pre {
    white-space: pre-line;
    word-break: normal;
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0;
    font-size: 16px;
    font-family: "poppins";
    margin: 0;
}
.ticket-message .text-muted {
    position: absolute;
    bottom: 8px;
    color: #ffffff;
    font-size: 11px;
  	display: flex;
	align-items: center;
}
.recv-msg .ticket-message .text-muted {
    right: 10px;
}
.sent-msg .ticket-message .text-muted {
    left: 10px;
}
.ticket-message .text-muted i {
    font-size: 14px;
    margin: 0 4px;
}
.sidebar-nav.list-group.hideDesktop,
.hideDesktop{
    display: none;
}


/*.inner-dashboard .btn-primary .material-icons {*/
/*    font-size: 22px;*/
/*    vertical-align: middle;*/
/*}*/

/*#guest-nav {*/
/*    background: rgb(0,0,0);*/
/*    background: rgb(0,0,0);*/
/*    background: rgb(0,0,0);*/
/*    border: none;*/
/*    margin: 0;*/
/*}*/
/*#guest-nav.signinNav{*/
/*	background: transparent;*/
/*    border: none;*/
/*  	padding: 12px 0;*/
/*    margin: 0;*/
/*  	position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
/*#guest-nav.shrink {*/
/*    position: fixed;*/
/*  	left: 0;*/
/*    right: 0;*/
/*  	margin: 0;*/
/*  	-webkit-animation: fadeInDown 800ms;*/
/*	animation: fadeInDown 800ms;*/
/*    background: rgb(0,0,0);*/
/*    background: rgb(0,0,0);*/
/*    background: rgb(0,0,0);*/
/*}*/
/*#guest-nav.navbar-default .navbar-nav > li > a {*/
/*    color: #ffffff;*/
/*  	font-size: 15px;*/
/*    font-weight:700;*/
/*  	position:relative*/
/*}*/
/*#guest-nav.navbar-default .navbar-nav > li > a::after {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*	right: 0;*/
/*    height: 1px;*/
/*  	width: 70%;*/
    /*background: #fff;*/
/*  	margin: auto;*/
/*    content: '';*/
/*    opacity: 0;*/
/*    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;*/
/*    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;*/
/*    transition: height 0.3s, opacity 0.3s, transform 0.3s;*/
/*    -webkit-transform: translateY(-10px);*/
/*    -moz-transform: translateY(-10px);*/
/*    transform: translateY(-10px);*/
/*}*/
/*#guest-nav.navbar-default .navbar-nav > li > a:hover,*/
/*#guest-nav.navbar-default .navbar-nav > li > a:focus,*/
/*#guest-nav.navbar-default .navbar-nav > .active > a,*/
/*#guest-nav.navbar-default .navbar-nav > .active > a:hover,*/
/*#guest-nav.navbar-default .navbar-nav > .active > a:focus{*/
/*	background-color: transparent;*/
/*    color: #FFD700;*/
/*}*/
/*#guest-nav.navbar-default .navbar-nav > li > a:hover:after,*/
/*#guest-nav.navbar-default .navbar-nav > li > a:focus:after,*/
/*#guest-nav.navbar-default .navbar-nav > .active > a:after,*/
/*#guest-nav.navbar-default .navbar-nav > .active > a:hover:after,*/
/*#guest-nav.navbar-default .navbar-nav > .active > a:focus:after{*/
/*	height: 5px;*/
/*	opacity:1;*/
/*  	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;*/
/*    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;*/
/*    transition: height 0.3s, opacity 0.3s, transform 0.3s;*/
/*  	-webkit-transform: translateY(0);*/
/*    -moz-transform: translateY(0);*/
/*    transform: translateY(0);*/
/*}*/
/*.top-hero{*/
/*	padding-top: 130px;*/
/*    padding-bottom:145px;*/
/*  	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center bottom;*/
/*}*/
/*.top-hero h1 {*/
/*    text-align: center;*/
/*    font-size: 40px;*/
/*    color: #ffffff;*/
/*    font-weight: 400;*/
/*  	margin: 10px 0 15px;*/
/*}*/
/*.home-form {*/
/*    padding: 69px 0px 100px 0px;*/
/*  	width: 840px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*.top-hero.signupPage .home-form {*/
/*    width: 50%;*/
/*  	text-align: center;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv {*/
/*    margin: 5px 0;*/
/*}*/

/*.top-hero.signupPage .home-form input[type="text"],*/
/*.top-hero.signupPage .home-form input[type="password"],*/
/*.top-hero.signupPage .home-form input[type="email"] {*/
/*    padding-left: 30px;*/
    /* width: 254px; */
/*  	width: 300px;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv:nth-child(2)::after {*/
/*    display: none;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv.mr-l.secondRowFirstBacha {*/
/*    margin-left: 0 !important;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv.mr-l:nth-child(5) {*/
/*    width: 53.7%;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv.mr-l:nth-child(5):after{*/
/*	display: none;*/
/*}*/
/*.top-hero.signupPage .form-group.noAfter::after {*/
/*    display: none;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv.mr-l {*/
/*    margin-left: -35px !important;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv:nth-child(2) {*/
/*    margin-left: auto;*/
/*}*/
/*.form-group.inputDiv.mr-l.lastBacha::after {*/
/*    display: none;*/
/*}*/
/*.home-form input[type="text"], .home-form input[type="password"], .home-form input[type="email"] {*/
/*    background: #ffffff;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    height: 55px;*/
/*    font-size: 14px;*/
/*    padding-left: 60px;*/
/*	border-radius: 50px;*/
/*	width: 310px;*/
/*}*/
/*.top-hero.signupPage{*/
/*	min-height:100vh;*/
/*}*/
/*.signupPage .g-recaptcha.form-group {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.form-group.inputDiv {*/
/*    position: relative;*/
/*}*/
/*.form-group.inputDiv::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    height: 55px;*/
/*    width: 55px;*/
/*    background: #000000;*/
/*    border-radius: 50px;*/
/*    top: 0;*/
/*}*/
/*.form-group.inputDiv span {*/
/*    position: absolute;*/
/*    background: #FFD700;*/
/*    display: flex;*/
/*    width: 46px;*/
/*    height: 46px;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 50px;*/
/*    color: #ffffff;*/
/*    left: 6px;*/
/*    top: 4px;*/
/*}*/
/*.form-group.inputDiv span.help-block {*/
/*    font-size:12px;*/
/*    width: 100%;*/
/*    background: transparent;*/
/*    height: auto;*/
/*    line-height: 1;*/
/*    top: 1px;*/
/*    border-radius: 0;*/
/*    color: red;*/
/*    margin: 0;*/
/*    justify-content: flex-start;*/
/*    padding-left: 52px;*/
/*}*/
/*.top-hero.signupPage .form-group.inputDiv span.help-block{*/
/*    padding: 0 23px;*/
/*}*/
/*.top-hero.signupPage .btn.btn-primary.mr-t {*/
    /* margin: 20px 0 0; */
/*  	width: 300px;*/
  	/*clear: both;
    display: inline-block;
    margin: auto;
  	margin: 6px 0 0;*/
/*}*/
/*.form-group.inputDiv:nth-child(2) {*/
/*    margin-left: -35px;*/
/*}*/
/*.home-form .btn.btn-primary {*/
/*    background: #FFD700;*/
/*    border-color: #FFD700;*/
/*    border-radius: 50px;*/
/*    width: auto;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    height: 55px;*/
/*    width: 280px;*/
/*    position: relative;*/
/*    margin-left: -35px;*/
/*}*/
/*.animation-box img {*/
/*    display: block;*/
/*    margin: auto;*/

/*}*/
/*.main-img {*/
/*    animation: float 3s ease infinite;*/
/*    width: 693px;*/
   /* height: 413px; */
/*}*/
/*.home-form .forgot-password {*/
/*    position: relative;*/
/*    bottom: auto;*/
/*    right: auto;*/
/*    color: #ffffff;*/
/*}*/
/*.home-form .forgot-password {*/
/*    position: relative;*/
/*    bottom: auto;*/
/*    right: auto;*/
/*    color: #ffffff;*/
/*    border-bottom: 1px solid #ffffff;*/
/*    text-decoration: none;*/
/*    line-height: 22px;*/
/*    margin-top: 10px;*/
/*}*/
/*.home-form .pull-left.pull-left-middle {*/
/*	text-decoration: none;*/
/*    color: #ffffff;*/
/*    line-height: 22px;*/
/*    margin-top: 10px;*/
/*	border-bottom: 1px solid #ffffff;*/
/*}*/
/*.home-form .pull-left.pull-left-middle a{*/
/*	text-decoration: none;*/
/*    color: #ffffff;*/
/*}*/
/*.home-form div.checkbox {*/
/*    color: #ffffff;*/
/*    border-bottom: 1px solid;*/
/*    top: 18px;*/
/*}*/
/*.home-form div.checkbox a {*/
/*    color: #ffffff;*/
/*}*/
/*.home-form .pull-right.pull-right-middle {*/
/*    color: #ffffff;*/
/*    border-bottom: 1px solid;*/
/*}*/
/*.home-form .pull-right.pull-right-middle a {*/
/*    color: #ffffff;*/
/*}*/
/*.animation-box {*/
/*    margin-bottom: -125px;*/
/*    display: block;*/
/*    position: relative;*/
/*}*/
/*.icon{*/
/*	position:absolute;*/
/*}*/
/*.icon-1 {*/
/*    right: 140px;*/
/*	bottom: 90px;*/
/*  	width: 43px;*/
/*  	height: 43px;*/
/*  	animation: fade-up 2.3s infinite ease-in-out;*/
/*}*/
/*.icon-2 {*/
/*    top: 10px;*/
/*    width: 25px;*/
/*    left: 340px;*/
/*  	animation: fade-up 2s infinite ease-in-out;*/
/*}*/
/*.icon-3 {*/
/*    width: 25px;*/
/*    bottom: 53px;*/
/*    left: 170px;*/
/*  	animation: fade-up 1.8s infinite ease-in-out;*/
/*}*/
/*.icon-4 {*/
/*    right: 180px;*/
/*    bottom: 70px;*/
/*    width: 25px;*/
/*  	animation: fade-up 1.6s infinite ease-in-out;*/
/*}*/
/*.icon-5 {*/
/*    bottom: 180px;*/
/*    left: 540px;*/
/*  	animation: fade-up 1.1s infinite ease-in-out;*/
/*}*/
/*.icon-6 {*/
/*    top: 140px;*/
/*    width: 15px;*/
/*    left: 240px;*/
/*  	animation: fade-up 1.3s infinite ease-in-out;*/
/*}*/
/*.icon-7 {*/
/*    top: 65px;*/
/*    left: 540px;*/
/*    width: 25px;*/
/*  	animation: fadeRTL 1.4s infinite ease-in-out;*/
/*}*/
/*.icon-8 {*/
/*    right: 265px;*/
/*    bottom: 256px;*/
/*    width: 15px;*/
/*  	animation: fadeLTR 1.5s infinite ease-in-out;*/
/*}*/
/*.icon-9 {*/
/*    bottom: 30px;*/
/*    width: 15px;*/
/*    left: 575px;*/
/*  	animation: fadeRTL 1.7s infinite ease-in-out;*/
/*}*/
/*.icon-10 {*/
/*    right: 205px;*/
/*    top: 125px;*/
/*  	animation: shake 1.6s infinite ease-in-out;*/
/*}*/
/*.icon-11 {*/
/*    left: 320px;*/
/*    top: 70px;*/
/*  	animation: shake 1.8s infinite ease-in-out;*/
/*}*/
/*.icon-12 {*/
/*    top: 0;*/
/*    left: 580px;*/
/*  	animation: heartBeat 1.4s infinite ease-in-out;*/
/*}*/
/*.icon-13 {*/
/*    bottom: 160px;*/
/*    left: 170px;*/
/*  	animation: heartBeat 1.1s infinite ease-in-out;*/
/*}*/
/*.icon-14 {*/
/*    left: 470px;*/
/*    top: 170px;*/
/*  	animation: tada 1.8s infinite ease-in-out;*/
/*}*/
/*.icon-15 {*/
/*    top: 48px;*/
/*    left: 236px;*/
/*  	animation: fly 1.8s infinite ease-in-out;*/
/*}*/
/*.icon-16 {*/
/*    bottom: 167px;*/
/*    left: 240px;*/
/*  	animation: tada 1.4s infinite ease-in-out;*/
/*}*/
/*.icon-17 {*/
/*    top: 50px;*/
/*    right: 230px;*/
/*  	animation: tada 1.6s infinite ease-in-out;*/
/*}*/
/*.customerTabs {*/
/*    padding: 140px 0;*/
/*}*/
/*.customerTabs ul {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*  	display: flex;*/
/*	flex-wrap: wrap;*/
/*}*/
/*.customerTabs ul li {*/
/*    flex: 1 1;*/
/*}*/
/*.customerTabs li div {*/
/*    font-size: 16px;*/
/*    color: #00bafb;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 170px;*/
/*    height: 170px;*/
/*    border: 2px solid #00bafb;*/
/*    border-radius: 100px;*/
/*  	margin:auto;*/
/*  	cursor: cell;*/
/*  	background:#ffffff;*/
/*  	box-shadow: 0 6px 25px rgba(0,0,0,0.15);*/
/*  	transition: all ease-in .4s;*/
/*}*/
/*.customerTabs li div:hover{*/
/*	color:#ffffff;*/
/*	background: rgb(0,231,254);*/
/*    background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*}*/
/*.customerResults {*/
/*   	padding: 100px 0px 170px 0px;*/
/*}*/
/*.customerResults .row {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*}*/
/*.customerResults .col-sm-6:last-child {*/
/*    position: relative;*/
/*}*/
/*.customerResults h4,*/
/*.social-media h4,*/
/*.clients h4{*/
/*    font-size: 15px;*/
/*    color: #858484;*/
/*    font-weight: 500;*/
/*  	margin-bottom: 0;*/
/*}*/
/*.customerResults h2,*/
/*.social-media h2,*/
/*.clients h2{*/
/*    font-size: 38px;*/
/*    color: #FFD700;*/
/*    font-weight: 500;*/
/*}*/
/*.outer-circle {*/
/*    border: 1px solid #FFD700;*/
/*    border-radius: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 500px;*/
/*    height: 500px;*/
/*  	padding: 10px;*/
/*  	margin: auto;*/
/*}*/
/*.inner-circle {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 100%;*/
/*    position: relative;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column;*/
/*  	border: 1px solid #d4d4d4;*/
/* 	box-shadow: 0 3px 10px rgba(0,0,0,0.15);*/
/*}*/
/*.cir-icon {*/
/*    display: flex;*/
/*    width: 106px;*/
/*    height: 106px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 100px;*/
/*    background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    font-size: 48px;*/
/*    color: #ffffff;*/
/*    position: absolute;*/
/*    left: 40px;*/
/*    top: -11px;*/
/*}*/
/*.text-box {*/
/*    text-align: center;*/
/*}*/
/*.customerResults .text-box h4 {*/
/*    font-size: 25px;*/
/*    color: #000000;*/
/*    font-weight: 500;*/
/*}*/
/*.text-box p {*/
/*    font-size: 15px;*/
/*    color: #FFD700;*/
/*    font-weight: 400;*/
/*  	margin-bottom: 25px;*/
/*}*/
/*.text-row {*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.text-col {*/
/*    flex: 1 1;*/
/*  	padding: 0 30px;*/
/*}*/
/*.text-box .badgeBtn {*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    color: #929191;*/
/*    width: 120px;*/
/*    height: 42px;*/
/*    display: flex;*/
/*    background: #e2e1e1;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 25px;*/
/*  	margin: auto;*/
/*}*/
/*.text-box h5 {*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    color: #000000;*/
/*  	line-height: 22px;*/
/*	margin: 20px 0;*/
/*}*/
/*.text-box h5 b {*/
/*    display: block;*/
/*    color: #FFD700;*/
/*}*/
/*.slider-nav button {*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: 45px;*/
/*    background: url(../images/A509Fi1.png);*/
/*    border: none;*/
/*    box-shadow: none;*/
/*}*/
/*.slider-nav {*/
/*    position: absolute;*/
/*    top: 60%;*/
/*    transform: translateY(-60%);*/
/*  	width: 95%;*/
/*}*/
/*.slider-nav .left-arrow {*/
/*    float: left;*/
/*}*/
/*.slider-nav .right-arrow {*/
/*    float: right;*/
/*    background-position: 25px 0;*/
/*}*/
/*.whySmm{*/
/*	padding: 95px 0;*/
/*  	background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*}*/
/*.whySmm .why-text-container{*/
/*	padding-left:30px;*/
/*}*/
/*.whySmm h2 {*/
/*    font-weight: 500;*/
/*    color: #ffffff;*/
/*    font-size: 38px;*/
/*}*/

/*.whySmm li,*/
/*.whySmm p {*/
/*    font-size: 15px;*/
/*    color: #ffffff;*/
/*    font-weight: 500;*/
/*}*/
/*.whySmm p {*/
/*    margin-bottom: 20px;*/
/*}*/
/*.whySmm ul {*/
/*    margin: 0 0 20px;*/
/*    list-style: none;*/
/*  	padding:0;*/
/*}*/
/*.whySmm li{*/
/*	position:relative;*/
/*  	line-height: 48px;*/
/*    padding-left: 50px;*/
/*}*/
/*.whySmm li:before{*/
/*	content:"";*/
/*  	position:absolute;*/
/*  	top: 6px;*/
/*  	left:0;*/
/*  	background:url(../images/Zxl8rHS.png);*/
/*  	background-repeat:no-repeat;*/
/*  	background-size:cover;*/
/*  	width: 40px;*/
/*	height: 36px;*/
/*}*/
/*.btnCustom {*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    font-size: 13px;*/
/*    text-transform: capitalize;*/
/*    font-weight: 500;*/
/*    background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    padding: 10px 40px;*/
/*    border-radius: 25px;*/
/*  	display: inline-block;*/
/*}*/
/*.whySmm .btnCustom{*/
/*	text-transform: uppercase;*/
/*  	box-shadow: 0 3px 10px rgba(0,0,0,0.15);*/
/*}*/
/*.btnCustom:hover,*/
/*.btnCustom:focus{*/
/*	color: #ffffff;*/
/*  	text-decoration: none;*/
/*}*/
/*.social-media{*/
/*	padding: 80px 0;*/
/*  	background: url(../images/r5i7qsR.png),#fafafa;*/
/*  	background-repeat: no-repeat;*/
/*	background-position: left center;*/
/*  	background-size: contain;*/
/*}*/
/*.social-media .col-sm-4 {*/
/*    text-align: center;*/
/*    margin-bottom: 80px;*/
/*}*/
/*.social-media h4, .social-media h2 {*/
/*    text-align: center;*/
/*}*/
/*.social-media h2 {*/
/*    margin-bottom: 65px;*/
/*}*/
/*.social-media .nav-pills > li > a {*/
/*    border-radius: 4px;*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    color: #b7b7b7;*/
/*}*/
/*.social-media .nav > li > a:hover,*/
/*.social-media .nav > li > a:focus,*/
/*.social-media .nav-pills > li.active > a,*/
/*.social-media .nav-pills > li.active > a:hover,*/
/*.social-media .nav-pills > li.active > a:focus{*/
/*	background-color: transparent;*/
/*	color: #FFD700;*/
/*}*/
/*.social-media .nav > li > a:hover:after,*/
/*.social-media .nav > li > a:focus:after,*/
/*.social-media .nav-pills > li.active > a:after,*/
/*.social-media .nav-pills > li.active > a:hover:after,*/
/*.social-media .nav-pills > li.active > a:focus::after {*/
/*    content: '';*/
/*    background: #FFD700;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 54px;*/
/*    height: 4px;*/
/*}*/
/*.guest #myTabs {*/
/*    border-bottom: 1px solid #000000;*/
/*    width: 93%;*/
/*    display: block;*/
/*    margin: 0 auto 35px;*/
/*}*/
/*.socialSlideIcon {*/
/*    background: #ffffff;*/
/*    font-size: 38px;*/
/*    color: #FFD700;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 91px;*/
/*    height: 91px;*/
/*    border-radius: 50px;*/
/*    box-shadow: 6px 6px 30px rgba(0,0,0,0.15);*/
/*    border: 1px solid #FFD700;*/
/*    margin: 12px auto 35px;*/
/*}*/
/*.social-media h3 {*/
/*    font-size: 38px;*/
/*    color: #FFD700;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.social-slider {*/
/*    width: 500px;*/
/*  	margin: auto;*/
/*}*/
/*.slider-nav2,*/
/*.slider-nav3,*/
/*.slider-nav4,*/
/*.slider-nav5,*/
/*.slider-nav6 {*/
/*    position: absolute;*/
/*    top: 60%;*/
/*    transform: translateY(-60%);*/
/*    width: 95%;*/
/*    margin: auto;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
/*.slider-nav2 button,*/
/*.slider-nav3 button,*/
/*.slider-nav4 button,*/
/*.slider-nav5 button,*/
/*.slider-nav6 button{*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: 45px;*/
/*    background: url(../images/A509Fi1.png);*/
/*    border: none;*/
/*    box-shadow: none;*/
/*}*/
/*.slider-nav2 .left-arrow,*/
/*.slider-nav3 .left-arrow,*/
/*.slider-nav4 .left-arrow,*/
/*.slider-nav5 .left-arrow,*/
/*.slider-nav6 .left-arrow{*/
/*    float: left;*/
/*}*/
/*.slider-nav2 .right-arrow,*/
/*.slider-nav3 .right-arrow,*/
/*.slider-nav4 .right-arrow,*/
/*.slider-nav5 .right-arrow,*/
/*.slider-nav6 .right-arrow{*/
/*    float: right;*/
/*    background-position: 25px 0;*/
/*}*/
/*.social-slider .slick-dots li button::before{*/
/*	display:none;*/
/*}*/
/*.social-slider .slick-dots li,*/
/*.social-slider .slick-dots li button{*/
/*	width: 10px;*/
/*	height: 10px;*/
/*}*/
/*.social-slider .slick-dots li button{*/
/*	border-radius: 50px;*/
/*	background: #909090;*/
/*}*/
/*.social-slider .slick-dots li.slick-active button {*/
/*    background: #FFD700;*/
/*}*/
/*.animation-box-4 {*/
/*    position: relative;*/
/*}*/
/*.main-img2 {*/
/*    width: 300px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*  	animation: float 3.3s ease infinite;*/
/*}*/
/*.pot {*/
/*    position: absolute;*/
/*    bottom: -490px;*/
/*    right: -30px;*/
/*    width: 130px;*/
/*  	animation: float 3.3s ease infinite;*/
/*}*/
/*.icon-18 {*/
/*    left: 160px;*/
/*    top: 93px;*/
/*    width: 15px;*/
/*  	animation: tada 1.8s infinite ease-in-out;*/
/*}*/
/*.icon-19 {*/
/*    left: 235px;*/
/*    width: 20px;*/
/*    top: 56px;*/
/*  	animation: tada 1.4s infinite ease-in-out;*/
/*}*/
/*.icon-20 {*/
/*    top: 130px;*/
/*    width: 30px;*/
/*    left: 220px;*/
/*  	animation: tada 1.6s infinite ease-in-out;*/
/*}*/
/*.icon-21 {*/
/*    left: 290px;*/
/*    top: 120px;*/
/*    width: 22px;*/
/*  	animation: tada 1.4s infinite ease-in-out;*/
/*}*/
/*.icon-22 {*/
/*    top: 201px;*/
/*    width: 20px;*/
/*    right: 130px;*/
/*  	animation: fly 1.8s infinite ease-in-out;*/
/*}*/
/*.icon-23 {*/
/*    right: 90px;*/
/*    top: 160px;*/
/*    width: 21px;*/
/*  	animation: fade-up 1.3s infinite ease-in-out;*/
/*}*/



/*.socialIcon {*/
/*    height: 100px;*/
/*    width: 100px;*/
/*    background: #ffffff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 100px;*/
/*    box-shadow: 6px 6px 30px rgba(0,0,0,0.15);*/
/*  	margin: 0 auto 30px;*/
/*}*/
/*.social-media h5 {*/
/*    font-size: 25px;*/
/*    font-weight: 500;*/
/*    color: #000000;*/
/*    text-align: center;*/
/*    margin-bottom: 25px;*/
/*}*/
/*.social-media p {*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    color: #000000;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.interested{*/
/*	padding:60px 0;*/
/*  	position:relative;*/
/*  	background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*}*/
/*.interested img{*/
/*	position:absolute;*/
/*  	right: 0;*/
/*	top: -340px;*/
/*    animation: float 3.3s ease infinite;*/
/*    width: 254px;*/
/*}*/
/*.interested h1{*/
/*	font-size:40px;*/
/*  	font-weight:700;*/
/*  	color:#ffffff;*/
/*    text-align: center;*/
/*  	margin:0 0 15px;*/
/*}*/
/*.interested p{*/
/*	font-size:15px;*/
/*  	font-weight:500;*/
/*  	text-align:center;*/
/*    color:#ffffff;*/
/*  	padding: 0 150px;*/
/*  	margin-bottom: 25px;*/
/*}*/
/*.btnCustomAlt {*/
/*    font-size: 18px;*/
/*    display: flex;*/
/*    width: 257px;*/
/*    height: 52px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin: auto;*/
/*    color: #ffffff;*/
/*    background: #FFD700;*/
/*    border-radius: 25px;*/
/*    font-weight: 500;*/
/*    text-decoration: none;*/
/*}*/
/*.btnCustomAlt:hover,*/
/*.btnCustomAlt:focus{*/
/*	color:#ffffff;*/
/*  	text-decoration:none;*/
/*}*/
/*.clients {*/
/*    padding: 90px 0px 80px 0px;*/
/*}*/
/*.clientFeedback p {*/
/*    color: #000000;*/
/*    font-weight: 500;*/
/*    font-size: 15px;*/
/*}*/
/*.clientRow {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*}*/
/*.clientImg {*/
/*    position: relative;*/
/*  	padding: 15px 0 0 20px;*/
/*}*/
/*.clientImg .clientIcon {*/
/*    width: 67px;*/
/*    height: 67px;*/
/*    border: 5px solid #ffffff;*/
/*    border-radius: 100px;*/
/*    background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: #ffffff;*/
/*    font-size: 32px;*/
/*  	position: absolute;*/
/*  	top: 0;*/
/*  	left: 0px;*/
/*}*/
/*.clientName {*/
/*    padding-left: 20px;*/
/*}*/
/*.clientName h5 {*/
/*    font-size: 25px;*/
/*    font-weight: 500;*/
/*    color: #000000;*/
/*  	margin: 0;*/
/*}*/
/*.clientName h6 {*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    color: #FFD700;*/
/*  	margin: 0;*/
/*}*/
/*.clientSlider .slick-dots li{*/
/*	width: auto;*/
/*	height: auto;*/
/*  	margin: 0 2px;*/
/*}*/
/*.clientSlider .slick-dots li button{*/
/*	width: 30px;*/
/*	height: 10px;*/
/*  	border-radius: 4px;*/
/*	background: #dedede;*/
/*  	transition: all ease-in .4s;*/
/*}*/
/*.clientSlider .slick-dots li.slick-active button {*/
/*    width: 40px;*/
/*  	background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*  	transition: all ease-in .4s;*/
/*}*/
/*.clientSlider .slick-dots li button::before{*/
/*	display:none;*/
/*}*/
/*.clientSlider .slick-dots {*/
/*    position: absolute;*/
/*    right: -280px;*/
/*    transform: rotate(-90deg);*/
/*    bottom: 138px;*/
/*}*/
/*.footer-top {*/
/*    padding: 50px 0;*/
/*    background: #fafafa;*/
/*}*/
/*.footer-top a {*/
/*    display: block;*/
/*    margin-bottom: 25px;*/
/*}*/
/*.footer-top p {*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    color: #000000;*/
/*    width: 350px;*/
/*}*/
/*.footer-top h5 {*/
/*    font-weight: 700;*/
/*    color: #000000;*/
/*    font-size: 18px;*/
/*    margin: 56px 0 15px;*/
/*}*/
/*.footer-top .form-control {*/
/*    border: 1px solid #FFD700;*/
/*    box-shadow: none;*/
/*    background: #f7f7f7;*/
/*    color: #000000;*/
/*    height: 56px;*/
/*    border-radius: 30px;*/
/*  	padding-left:23px;*/
/*}*/
/*.footer-top .input-group .form-control {*/
/*    border: none;*/
/*    border-radius: 30px;*/
/*  	padding-left:23px;*/
/*}*/
/*.footer-top .input-group {*/
/*    border: 1px solid #FFD700;*/
/*    border-radius: 30px;*/
/*  	width: 320px;*/
/*  	padding: 0 6px;*/
/*}*/
/*.footer-top .btnCustom {*/
/*    padding: 8px 20px;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    font-size: 23px;*/
/*}*/
/*.footer-top textarea.form-control {*/
/*    height: 133px;*/
/*  	padding-top: 22px;*/
/*}*/
/*.footer-top .btnCustomAlt {*/
/*    border: none;*/
/*    margin: initial;*/
/*}*/
/*.footer-bottom {*/
/*    background: #e4e4e4;*/
/*  	padding: 10px 0;*/
/*}*/
/*.footer-bottom p {*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    color: #000000;*/
/*  	margin:0;*/
/* 	margin-top: 9px;*/
/*}*/
/*.social {*/
/*    padding: 0;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*  	text-align: right;*/
/*}*/
/*.social li {*/
/*    display: inline-block;*/
/*  	margin-left: 2px;*/
/*}*/
/*.social a {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: #ffffff;*/
/*    background: -webkit-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: -o-linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    background: linear-gradient(0deg, rgba(0,231,254,1) 0%, rgba(0,165,250,1) 100%);*/
/*    border-radius: 30px;*/
/*    font-size: 18px;*/
/*    text-decoration: none;*/
/*}*/
/*.g-recaptcha.form-group,*/
/*.khopcha.form-group{*/
/*    position: relative;*/
/*    clear: both;*/
/*    float: none;*/
/*    margin: 10px auto 0;*/
/*    display: flex;*/
/*  	justify-content: center;*/
/*}*/

/* DASHBOARD v2 */
.marg-top {
    margin-top: 25px;
    padding-left: 10px;
}
.marg-top button.btn.btn-primary {
    width: 100%;
}
.inline-group {
    display: block;
    float: left;
    width: 30%;
}
.form-group.inline-group {
    width: 70%;
}
.guest .inner-dashboard {
    padding: 40px 0 0;
    background: transparent;
    box-shadow: none;
}
.nav-bottom {
    margin-bottom: -65px;
    position: relative;
    z-index: 3;
}
#dashNav .navbar-header {
    float: none;
}
#dashNav.navbar-default {
    background-color:#0c0c0c;
    box-shadow: 6px 4px 16px 0px rgb(225,225,225,0.75);
    margin-bottom: 2%;
    border: none;
  	padding: 5px 0;
}
.user-dashboard {
     background-color: #ffffff;
}
#sidebar-container {
    top: 0;
    position: fixed;
    height: 100%;
    z-index: 3;
    left: 0;
    margin-left: 0;
    width: 0;
    overflow: hidden;
    background-color: #4510c2;
    background-image: url(../images/sidebar-back.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.launched #sidebar-container {
    left: 270px;
    margin-left: -270px;
    width: 270px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#sidebar-container .navText {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    /*padding: 0 145px 0 15px;*/
    padding: 0 15px;
}
.sidebar-nav.list-group {
    padding: 0;
    margin: 0;
    display: block;
    flex-direction: initial;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.sidebar-nav a.list-group-item {
    padding: 7px 15px;
    border-radius: 500px;
    align-items: center;
    color: #d5e4fd;
    display: flex;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.sidebar-nav .sub-item.list-group-item {
    margin-left: 36px;
    width: auto;
    border-radius: 0;
}
.sidebar-nav a.list-group-item:hover,
.sidebar-nav a.list-group-item:focus,
.sidebar-nav a.list-group-item.active{
    border-color: #2096f3;
    color:#ffffff;
    box-shadow: 0 1px 14px 4px rgba(32, 150, 243, 0.5);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.sidebar-nav a.list-group-item.active {
    background-color: #2096f3;
}
.sidebar-nav a.list-group-item:hover,
.sidebar-nav a.list-group-item:focus {
    background-color: #2096f387;
}
.sidebar-nav a.list-group-item .material-icons {
    margin-right: 10px;
}
.sidebar-nav a.list-group-item .fa {
    margin-left: 10px;
}
.user-dashboard .navbar-default {
    background-color: #4510c2;
    border-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
.user-dashboard .icon-bar {
    background: #4510c2;
    width: 100%;
    height: 4px;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0;
}
.user-dashboard .icon-bar:nth-of-type(2) {
    transform-origin: 5% 5%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.user-dashboard .launched .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5% 5%;
    -ms-transform-origin: 5% 5%;
    transform-origin: 5% 5%;
}
.user-dashboard .icon-bar:nth-of-type(3) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.user-dashboard .launched .icon-bar:nth-of-type(3) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.user-dashboard .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.user-dashboard .launched .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 95%;
    -ms-transform-origin: 10% 95%;
    transform-origin: 10% 95%;
}
.user-dashboard .navbar-brand {
    margin-right: 78px;
    height: auto;
    line-height: 68px;
}
.sidebar-pinner {
    display: inline-block;
    width: 50px;
    margin: auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding: 8px;
    margin: 8px 0;
}
.sidebar-pinner .btn {
    padding: 0;
    width: 100%;
    height: 35px;
    background: transparent;
    vertical-align: top;
}
#scrollNav {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    background-color: #ececf1;
    box-shadow: 281px 0 0 0 #ececf1;
}











.navbar-left-block .ico {
    color: #fc4a1b;
}
#main-content {
    /*padding: 90px 0 45px;*/
    padding: 80px 0 45px;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.launched #main-content {
    /*padding: 90px 0 45px 332px;*/
    padding: 80px 0 45px 270px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.page-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #2d2b32;
    margin-top: 8px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 5px;
}
.breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.breadcrumbs a {
    font-size: 12px;
    font-weight: 700;
    color: #817d89;
}
.breadcrumbs a .ico {
    margin-right: 0;
    font-size: 14px;
    color: #817d89;
}
.breadcrumbs li.currentPage a {
    color: #2d2b32;
}
.breadcrumbs .currentPage {
    position: relative;
    padding-left: 15px;
}
.breadcrumbs .currentPage::before {
    content: '\f054';
    position: absolute;
    left: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    top: 3px;
}





























.nav.page-navigation {
    background: #ffffff;
    border-radius: 4px;
    display: block;
    width: 100%;
  	position: relative;
  	box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}
.nav.page-navigation li {
    display: table-cell;
    width: 1%;
}
.nav.page-navigation li .dropdown-menu li {
    display: block;
    width: auto;
}
.nav.page-navigation li .dropdown-menu li a{
    display:block;
}
.inner-dashboard {
  	background: transparent;
  	padding: 0 0 20px;
 /*   border-radius: 4px;*/
	/*box-shadow: none;*/
 /*   margin-top:6%;*/
}
#dashNav.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}

.navbar-right .badge .material-icons {
    font-size: 14px;
}
.navbar-right .badge .material-icons {
    font-size: 14px;
}
#dashNav.navbar-default .navbar-nav > li > a .hello {
    color: #FFD700;
}
.open > a,
.open > a:hover,
.open > a:focus{
	background:transparent !important;
}
#dashNav.navbar-default .navbar-nav .dropdown-menu > li > a,
#dashNav.navbar-default .navbar-nav .dropdown-menu > li > a i {
    font-size: 14px;
    line-height: 18px;
}
.nav-bottom .nav li a {
    font-size: 14px;
  	line-height: 45px;
    color: #949597;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 10px 0;
}
.nav-bottom .nav li a:hover,
.nav-bottom .nav li a:focus,
.nav-bottom .nav li.active a,
.nav-bottom .nav li.active a:hover,
.nav-bottom .nav li.active a:focus{
    color: #FFD700;
  	background: transparent;
}
.nav-bottom .nav li.active a::after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #ffffff;
    content: '';
    position: absolute;
    top: 100%;
}

.inner-dashboard.neworderPage .tab-content {
 /*   height: 690px;*/
 /* 	min-height: 690px;*/
	/*max-height: 690px;*/
}
.tab-content.newOrderTabs {
    /*overflow-y: auto;*/
}
.col-sm-6.splitWellCol .tab-content {
    min-height: 286px;
    max-height: 285px;
}
.col-sm-6.splitWellCol .timeLineWrapper {
    max-height: 280px;
}
.col-sm-6.splitWellCol .tab-content div#contactUs {
    max-height: 300px;
    min-height: 300px;
}
.col-sm-6.splitWellCol h3 {
    text-transform: uppercase;
    color: #949597;
    text-align: center;
    letter-spacing: 5px;
}
.col-sm-6.splitWellCol #myTabs {
    margin-bottom: 10px;
}
.neworderStats h4 {
    font-size: 15px;
    color: #575962;
    margin: 0;
    font-weight: 500;
}
.neworderStats h4 span {
    color: #b3b6c4;
}
.neworderStats h1 {
    font-size: 68px;
    font-weight: 100;
    color: #FFD700;
    margin-top: 6px;
}
.neworderStats h5 {
    font-size: 14px;
    color: #9c9d9f;
    font-weight: 300;
}
.statBox {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ebedf2;
    margin-bottom: 25px;
    background: url(../images/NfutB46.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.greenBox{
	background: url(../images/cMFuPWM.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.ratioBox h2 {
    font-size: 32px;
    font-weight: 600;
    color: #575962;
}
.ratioBox h3 {
    color: #9b9ea6;
    font-size: 16px;
    font-weight: 600;
}
.progressBar {
	background: #e9ecef;
    display: block;
    border-radius: 4px;
    height: 8px;
    width: 100%;
    position: relative;
  	margin: 30px 0 10px;
}
.progressBar .bar{
	display: block;
    border-radius: 4px;
    height: 8px;
}
.progressBar.greenBar .bar {
    background: #FFD700;
    width: 63%;
}
.progressBar.yellowBar .bar {
    background: #ffb822;
    width: 39%;
}
.progressBar.blueBar .bar {
    background: #FFD700;
    width: 54%;
}


.tab-content #contactUs h2 {
    font-size: 22px;
    color: #575962;
}
/*.inner-dashboard .btn-primary,*/
/*.inner-dashboard .btn-primary:focus{*/
/*    background: #FFD700;*/
/*    border-color: #FFD700;*/
/*    border-radius: 4px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    box-shadow: 0 2px 10px 2px rgba(0,0,0,.08);*/
/*}*/
/*.inner-dashboard .btn-primary:hover{*/
/*    background: #0c0c0c;*/
/*    border-color: #0c0c0c;*/
/*    border-radius: 4px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    box-shadow: 0 2px 10px 2px rgba(0,0,0,.08);*/
/*}*/



.centerTabs {
    text-align: center;
}
.centerTabs li {
    display: inline-block;
    float: none;
}
.timeLine {
    padding-left: 0;
    position: relative;
    list-style-type: none;
}
.timeLine li {
    position: relative;
  	display: block;
	clear: both;
}
.timeLine li::before {
    content: "";
    position: absolute;
    border-radius: 100%;
}
.timeLine li::before {
    width: 15px;
    height: 15px;
    left: 55px;
	top: 3px;
    border: 4px solid #f4516c;
    margin-right: 15px;
    z-index: 2;
    background: #fff;
}
.timeLine li:nth-child(2n):before{
	border: 4px solid #34bfa3;
}
.timeLine li:nth-child(3n):before{
	border: 4px solid #716aca;
}
.timeLine li:nth-child(4n):before{
	border: 4px solid #ffbd32;
}
.timeLine li:nth-child(5n):before{
	border: 4px solid #36a3f7;
}
.timeLine::after {
    content: "";
    border: 1px solid #e7e9f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 61px;
}
.timeLine .time, .timeLine .content {
    display: block;
    float: left;
}
.timeLine .time {
    width: 80px;
  	color: #ffffff;
    font-size: 16px;
}
.neworderPage .timeLine .time{
	color: #b3b6c4;
}
.timeLine .content {
    width: 70%;
}

.width-50{
	width: 10% !important;
}
.servicePage .nav.nav-pills {
    margin-bottom: 45px;
}

.nav.page-navigation li .dropdown-menu li a {
    display: flex;
    font-size: 14px;
    justify-content: normal;
    align-items: center;
  	line-height: 26px;
  	padding: 3px 15px;
}
.nav.page-navigation li .dropdown-menu li a i {
    font-size: 16px;
}


.note-from-admin-body hr {
    display: none;
}
.note-from-admin-body {
    padding: 10px 15px 10px 80px;
    background: #FFD700;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.note-from-admin-body .text-muted {
    position: absolute;
    right: 10px;
    color: #ffffff;
    font-size: 10px;
    bottom: 7px;
}
.note-from-admin-body br:nth-child(2) {
    display: none;
}
.note-from-admin-body::before {
    content: "\f05a";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 85px;
    left: -20px;
    top: -16px;
    opacity: 0.2;
    line-height: 1;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-center{
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.inner-dashboard .api h2 {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
}
.inner-dashboard .api h4,
.inner-dashboard .api p strong {
    color: #ffffff;
}
.nav.page-navigation.showMobile {
    display: none;
}
.showOnMobile {
    display: none;
}
/* FAQ PAGE */

/* TERMS PAGE */
.termsPage .terms {
    text-align: center;
}
.order-link-custom{
	width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.btn-alternate {*/
/*    background: #FFD700;*/
/*    border: none;*/
/*    box-shadow: none;*/
/*    color: #fff;*/
/*    display: block;*/
/*    padding: 6px 20px;*/
/*    line-height: 1;*/
/*    border-radius: 4px;*/
/*}*/
/*.btn-alternate:hover {*/
/*    background: #0c0c0c;*/
/*    border: none;*/
/*    box-shadow: none;*/
/*    color: #fff;*/
/*    display: block;*/
/*    padding: 6px 20px;*/
/*    line-height: 1;*/
/*    border-radius: 4px;*/
/*}*/
.searchFilter #dropdownMenuButton {
    width: 100%;
    background: #FFD700;
    color: #fff;
  	height: 40px;
}
.searchFilter .dropdown-menu a.dropdown-item {
    display: flex;
    font-size: 14px;
    justify-content: normal;
    align-items: center;
    line-height: 26px;
    padding: 3px 15px;
    clear: both;
    color: #949597;
    white-space: nowrap;
    text-decoration: none;
}
.searchFilter .dropdown-menu a.dropdown-item:hover {
    color: #FFD700;
}
.searchFilter #search {
    display: block;
    width: 100%;
    border: 1px solid #ebedf2;
    height: 40px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
}
.searchFilter .btn.btn-default {
    height: 40px;
    border: 1px solid #FFD700;
    background: #FFD700;
    color: #fff;
}
/* BUBBLE POPUP */
.smmnetAlert{
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	width: 356px;
    height: 140px;
    text-align: center;
    position: absolute;
    right: -80px;
    top: -50px;
    z-index: 1212;
    transform: rotate(15deg) scale(0.8);
}
.smmnetAlert h4 {
    color: #FFD700;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.smmnetAlert p {
    color: #000;
    font-weight: 500;
  	font-size: 11px;
}
.smmnetAlert .close {
    background: #0298e1;
    font-weight: 400;
    border: 3px solid #fff;
    position: absolute;
    right: 14px;
    top: -12px;
    padding: 0px 5px;
    border-radius: 100px;
}
/*DASHBOARD PAGE*/
.blog-header {
    display: block;
    padding: 80px 0;
    background-image: url(../images/wave5.svg);
    background-size: cover;
}
.blog-header h1 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 0;
    color: #fff;
}
.blog-header.post-header h1 {
    font-size: 24px;
    text-transform: capitalize;
}
.blog-header p{
    color: #fff;
}
.blog-header img {
    width: 80%;
    display: block;
    margin: auto;
}
.post-wrap, .ad-block {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    -webkit-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
}
.post-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0 #aaa;
}
.post-image-box {
    max-height: 284px;
    overflow: hidden;
    position: relative;
    min-width: 300px;
    max-width: 300px;
    margin-right: 5px;
}
.post-cate {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #ffffff;
    padding: 4px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 10;
    background-color: #4510c2;
}
.post-img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.post-wrap:hover .post-img {
    transform: scale(1.08,1.08);
}
.post-title {
    margin: 0;
}
.post-title a {
    display:block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post-title a:hover,
.post-title a:active,
.post-title a:focus {
    color: #4510c2;
    text-decoration: none;
}
.post-meta {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}
.post-meta li {
    position: relative;
    color: #222222;
    font-weight: 400;
    font-size: 11px;
    padding-left: 18px;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    color: #222222;
}
.ad-block{
    max-height: 126px;
    overflow: hidden;
}
.ad-block a {
    width: 100%;
    display: block;
}
.ad-block a img{
    width: 100%;
    display: block;
    height: 100%;
}
.read-more {
    color: #222222;
    margin-top: 10px;
    font-weight: 600;
    display: inline-block;
}
.post-lower {
    padding: 10px;
}
.sidebar-social-widget,
.sidebar-adds-widget,
.sidebar-recent-widget,
.sidebar-newsletter-widget {
    margin-bottom: 30px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 30px;
    background-color: #f3f3f3;
}
.sidebar-title h2 {
    margin: 0;
    position: relative;
    color: #ffffff;
    padding: 9px 20px;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    background-color: #4510c2;
    text-transform: uppercase;
}
.social-icon-one {
    list-style: none;
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    width: 112px;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    background-color: #2f58a1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-icon-one.alternate li a:hover{
	opacity:0.7;
}
.social-icon-one li.twitter a{ background-color:#069cd5}
.social-icon-one li.g_plus a{ background-color:#ec453e;}
.social-icon-one li.linkedin a{ background-color:#0076b8;}
.social-icon-one li.pinteret a{ background-color:#da0d32;}
.social-icon-one li.android a{ background-color:#62c56b;}
.social-icon-one li.dribbble a{ background-color:#ef70a9;}
.social-icon-one li.rss a{ background-color:#fd9f13;}
.social-icon-one li.instagram a{ background-color:#35475c;}
.social-icon-one li.vimeo a{ background-color:#4eceea;}
.widget-post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 105px;
    min-height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.widget-post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    background-color: #e9ebee;
}
.widget-post .post-thumb > a {
    position: relative;
    display: block;
    height: 100%;
}
.widget-post .post-thumb a::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(255,255,255,0.50);
}
.widget-post:hover .post-thumb a::before {
    opacity: 1;
}
.widget-post .post-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.widget-post .text {
    position: relative;
    top: -4px;
    font-size: 15px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #333333;
    line-height: 1.6em;
    text-transform: capitalize;
}
.widget-post .text a {
    color: #000000;
    text-decoration:none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.widget-post .text a:hover,
.widget-post .text a:active,
.widget-post .text a:focus {
    color: #4510c2;
    text-decoration: none;
}
.widget-post .post-info {
    position: relative;
    font-size: 11px;
    color: #777777;
    font-weight: 400;
    padding-left: 20px;
    text-transform: uppercase;
}
.widget-post .post-info::before {
    position: absolute;
    content: "\f017";
    left: 0px;
    top: 1px;
    font-size: 12px;
    color: #999999;
    font-weight: 300;
    font-family: 'FontAwesome';
}
.ad-title{
    text-align:center;
    font-size: 9px;
    line-height: 20px;
    color: #bcbfc5;
}
.sidebar-newsletter-widget .form-control {
    font-size: 16px;
    border: 1px solid #4510c2;
    border-radius: 500px;
    height: 47px;
    margin-bottom: 10px;
    box-shadow: none;
}
.sidebar-newsletter-widget .btn.btn-primary {
    width: 100%;
}
.newsletter-icon {
    background-color: #4510c2;
    color: #fff;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    border-radius: 500px;
    margin: 0 auto 20px;
}
.breadcrumbs .pagination > li > span {
    padding-top: 4px;
    padding-bottom: 5px;
}
.breadcrumbs .pagination > li.active > span {
    background-color: #4510c2 !important;
    border-color: #4510c2 !important;
}
.post-single-img-wrap {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 15px;
}
.post-single-img{
    width:100%;
    display:block;
}
.post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 60px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 6px;
    border-radius: 2px;
    background: #4510c2;
    color: #fff;
    line-height: 16px;
}
.guest h2.entry-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    color: #4510c2;
    text-align: left;
    font-weight: 600;
}
.meta-author, .meta-cats, .meta-comments {
    font-size: .9em;
}
.entry-content {
    margin: 20px 0 30px;
}
.entry-content font {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.back-link.text-center {
    padding: 20px 0;
    border-top: 1px solid #ededed;
}
/*howitwork*/
.ribbon{
    position: relative;
    background-size: 100% 100%;
}
.ribbon-left .ribbon{
    background-image: url(../images/ribbon.png);
}
.ribbon-right .ribbon{
    background-image: url(../images/ribbonr.png);
}
.ribbon-left .ribbon{
    padding: 20px 220px 50px 40px;
}
.ribbon-right .ribbon{
    padding: 20px 40px 50px 220px;
}
.ribbon-title {
    font-size: 24px !important;
    color: #ffffff !important;
    margin: 0;
    text-transform: uppercase;
}
.ribbon-count {
    font-size: 22px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 30px;
    background-color: #e69d43;
    width: 38px;
    height: 38px;
    border-radius: 45px;
    text-align: center;
    line-height: 37px;
}
.ribbon-left .ribbon-count {
    right: 92px;
}
.ribbon-right .ribbon-count {
    left: 92px;
}
.step-img {
    width: 100%;
    display: block;
    border: 2px solid #4510c2;
    padding: 8px;
    border-radius: 12px;
    background-color: #e69d43;
}
.main-work p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px -5px #000;
    margin: 40px 0;
}
.row.timeline {
    position: relative;
}
.row.timeline::before {
    content: '';
    border-left: 10px dotted #d7e1e2;
    height: 100%;
    width: 8px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.row.timeline .col-sm-6.ribbon-left {
    padding-right: 45px;
}
.row.timeline .col-sm-6.ribbon-right {
    padding-left: 45px;
}
.ribbon::after {
    content: '';
    background: #4510c2;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 45px;
    position: absolute;
    top: 30px;
}
.ribbon-left .ribbon::after {
    right: -64px;
}
.ribbon-right .ribbon::after {
    left: -62px;
}
.ribbon::before {
    content: '';
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 45px;
    display: block;
    position: absolute;
    top: 40px;
    z-index: 1;
}
.ribbon-left .ribbon::before {
    right: -54px;
}
.ribbon-right .ribbon::before {
    left: -52px;
}
.break-down {
    position: relative;
}
.break-down .step-img {
    width: 80%;
    margin: auto;
}
.step {
    position: absolute;
    box-shadow: 0 0 0 rgba(69, 16, 194, 0.4);
    animation: pulse 2s infinite;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 45px;
    background-color: #4510c2;
    text-align: center;
    color: #fff;
    line-height: 32px;
}
.step-wrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px -5px #000;
    margin: 40px 0;
}
.step.step-1 {
    left: 40px;
    top: 70px;
}
.step.step-2 {
    right: 40px;
    top: 130px;
}
.step.step-3 {
    right: 40px;
    top: 200px;
}
.step.step-4 {
    top: 263px;
    left: 43px;
}
.step.step-5 {
    bottom: 120px;
    right: 40px;
}
.step.step-6 {
    left: 40px;
    bottom: 50px;
}
.main-head {
    margin-bottom: 40px;
    font-size: 46px !important;
}
.step::before {
    content: '';
    background-image: url(../images/line.png);
    background-size:100% 100%;
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
}
.step.step-1::before {
    left: -80px;
    height: 55px;
    transform: rotate(-13deg);
    top: -13px;
    width: 90px;
}
.step.step-2::before {
    left: 29px;
    transform: rotateY(180deg);
    width: 80px;
    height: 52px;
    top: -33px;
}
.step.step-3::before {
    left: 20px;
    transform: rotateY(180deg) rotateX(180deg);
    height: 54px;
    width: 90px;
    top: 0;
}
.step.step-4::before {
    left: -77px;
    top: -41px;
    width: 80px;
    height: 60px;
}
.step.step-6::before {
    left: -80px;
    top: -44px;
    height: 64px;
    width: 85px;
}
.step.step-5::before {
    transform: rotateY(180deg) rotateX(180deg);
    height: 60px;
    width: 80px;
    left: 30px;
    top: 8px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(69, 16, 194, 0.45);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(69, 16, 194, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(69, 16, 194, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(69, 16, 194, 0.45);
    box-shadow: 0 0 0 0 rgba(69, 16, 194, 0.45);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(69, 16, 194, 0);
      box-shadow: 0 0 0 10px rgba(69, 16, 194, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(69, 16, 194, 0);
      box-shadow: 0 0 0 0 rgba(69, 16, 194, 0);
  }
}

/* ==========================================================================
   Hassan responsive styles  (EpycDev)
   ========================================================================== */

@media (max-width: 550px){
    #guest-nav.navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    #guest-nav.guestNav.navbar-default .nav.navbar-nav.navbar-right {
        background-color: #ffffff;
    }
    #guest-nav.navbar-default .navbar-nav > li > a{
        color: #ffffff;
        line-height: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #guest-nav.guestNav.navbar-default .navbar-nav > li > a{
        color: #2096f3;
    }
    #guest-nav.navbar-default .navbar-nav > li.signup a {
        background-color: transparent;
        border-radius: 0;
        color: #ffffff;
    }
    #guest-nav.guestNav.navbar-default .navbar-nav > li.signup a{
        color: #2096f3;
    }
    body .navbar-default{
        padding: 2px 0;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    .top-hero {
        padding-top: 110px;
        padding-bottom: 65px;
        background: url(../images/mobile-banner.png), -moz-linear-gradient(top, #b917a9 0%, #5d098f 51%, #2e3192 100%);
        background: url(../images/mobile-banner.png), -webkit-linear-gradient(top, #b917a9 0%,#5d098f 51%,#2e3192 100%);
        background: url(../images/mobile-banner.png), linear-gradient(to bottom, #b917a9 0%,#5d098f 51%,#2e3192 100%);
        background-position: center 10%;
        background-size: cover;
    }
    .top-hero h1 {
        font-size: 28px;
    }
    .guest .top-hero p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .guest .top-hero p br {
        display: none;
    }
    .home-form {
        width: auto;
    }
    .home-form.register-from {
        width: auto;
    }
    .register-from .pd-row .col-sm-4:first-child {
        padding-right: 15px;
    }
    .register-from .pd-row .col-sm-4:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .register-from .pd-row .col-sm-4:last-child {
        padding-left: 15px;
    }
    .register-from .pd-row .col-sm-6:first-child {
        padding-right: 15px;
    }
    .register-from .pd-row .col-sm-6:last-child {
        padding-left: 15px;
    }
    .inputDiv{
        margin-bottom: 10px;
    }
    .inputDiv .form-control{
        height: 42px;
        border: 1px solid #fff;
        font-size: 14px;
    }
    .forgot-password{
        font-size: 12px;
        height: 42px;
        line-height: 42px;
        padding: 0 14px;
    }
    .home-form .btn.btn-primary{
        font-size: 14px;
        line-height: 29px;
    }
    .home-form .text-right{
        line-height: 32px;
    }
    #why-us{
        padding: 40px 0;
    }
    .guest h2 {
        font-size: 24px;
    }
    .guest p {
        font-size: 14px;
    }
    .guest #why-us p, .guest #our-feature p, .guest #testimonial p {
        text-align: center;
        margin-bottom: 25px;
    }
    .guest #why-us p br{
        display:none;
    }
    .why-wrap, .testi-wrap, .service-box{
        padding: 25px;
    }
    .why-wrap{
        margin-bottom: 15px;
    }
    .why-icon, .service-icon, .testi-icon {
        margin-bottom: 15px;
    }
    .why-icon img {
        width: 110px;
    }
    .why-content h4,
    .service-content h4,
    .feature-list h4,
    .testi-content h4 {
        font-size: 18px;
    }
    .why-content h4,
    .service-content h4,
    .testi-content h4 {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .why-content h5,
    .service-content h5,
    .feature-list h5,
    .testi-content h5{
        line-height: 18px;
    }
    #quick-boost {
        padding: 45px 0;
    }
    #quick-boost .row {
        display: block;
    }
    #quick-boost h2{
        text-align: center;
    }
    #quick-boost p {
        text-align: center;
    }
    #quick-boost p br {
        display: none;
    }
    .btn.btn-primary{
        font-size: 14px;
        line-height: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #quick-boost .btn.btn-primary {
        margin: 0 auto 20px;
        max-width: 91px;
        display: block;
    }
    #quick-boost img{
        width: 75%;
        margin-right: auto;
    }
    #service-sec{
        padding: 30px 0;
    }
    .service-box{
        margin: 0 25px;
    }
    .service-icon {
        width: 75px;
        height: 75px;
    }
    .service-icon i {
        font-size: 28px;
    }
    .slide-arrow{
        z-index: 1;
    }
    .slide-arrow.next-arrow {
        right: 4px;
    }
    .slide-arrow.prev-arrow {
        left: 4px;
    }
    #our-feature{
        padding: 35px 0 0;
    }
    .guest #our-feature p br {
        display: none;
    }
    .feature-list li{
        margin-bottom: 0;
        margin-top: 35px;
        text-align: center;
    }
    .feature-list.text-right li {
        text-align: center;
    }
    .feature-list li:last-child {
        margin-bottom: 35px;
    }
    .feature-list li::before,
    .feature-list.text-right li::before{
        left: 0;
        right: 0;
        margin: auto;
        top: -29px;
        width: 22px;
        height: 22px;
        font-size: 24px;
        line-height: 19px;
    }
    #testimonial {
        padding: 40px 0;
    }
    .guest #testimonial p br {
        display: none;
    }
    .testi-icon img {
        width: 65px;
    }
    .testi-wrap{
        margin-bottom: 15px;
    }
    .footer-top {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .footer-logo {
        width: 110px;
        margin: 0 auto 15px;
        display: block;
    }
    .guest .footer-top p{
        text-align: center;
        margin-bottom: 15px;
    }
    footer .social-links{
        margin: 0 0 15px;
        justify-content: center;
    }
    .widget-title{
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-nav {
        text-align: center;
        margin-bottom: 15px;
    }
    footer .col-sm-3:nth-child(3) {
        display: none;
    }
    .footer-nav li a{
        font-size: 14px;
    }
    .guest .footer-top p br {
        display: none;
    }
    .footer-top .form-control{
        height: 42px;
        font-size: 14px;
    }
    .btn.btn-alternate{
        font-size: 14px;
        line-height: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .btn.btn-alternate {
        display: block;
        margin: auto;
        width: 100%;
    }
    .guest .footer-bottom p{
        text-align: center;
        font-size: 12px;
    }
    .footer-links {
        display: none;
    }
    /*DASHBOARD*/
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        left: auto;
        right: 0;
        background-color:#ffffff;
        float: left;
        margin-top: 2px;
        border: 1px solid rgba(0, 0, 0, .15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    #scrollNav{
        background-color: transparent;
        box-shadow: none;
    }
    .user-dashboard .hideMobile {
        display: none;
    }
    .user-dashboard .navbar-header {
        float: left;
    }
    #scrollNav {
        justify-content: flex-start;
        flex-direction: row-reverse;
        padding: 0;
    }
    .user-dashboard .icon-bar{
        background: #ffffff;
    }
    #scrollNav .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
    .user-dashboard .navbar-default .navbar-right li.dropdown a.dropdown-toggle .caret{
        width: 12px;
        height: 13px;
        right: 0;
        filter: invert(1);
    }
    .user-dashboard .navbar-default .icon-box .material-icons {
        font-size: 28px;
    }
    .user-dashboard .navbar-default .icon-box {
        margin: 0 0 0 4px;
        color: #fff;
    }
    .user-dashboard .navbar-default .nav-text {
        color: #ffffff;
        font-size: 14px;
    }
    .user-dashboard .navbar-default .navbar-nav > li > a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .user-dashboard .navbar-default .navbar-nav > li > a{
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 16px;
    }
    .user-dashboard .navbar-default .navbar-right li.dropdown a.dropdown-toggle {
        font-size: 14px;
    }
    .sidebar-pinner {
        width: 32px;
        height: 30px;
        line-height: 30px;
        padding: 2px;
        margin: 0px 0 0 10px;
    }
    .user-dashboard .icon-bar {
        margin: 6px auto;
        height: 2px;
    }
    .user-dashboard .navbar-brand{
        margin-right: 8px;
        line-height: 52px;
    }
    #sidebar-container{
        top: 53px;
    }
    .launched #sidebar-container{
        left: 230px;
        margin-left: -230px;
        width: 230px;
    }
    #sidebar-container .navText{
        top: 10px;
    }
    .sidebar-nav a.list-group-item{
        padding: 6px 10px;
        font-size: 13px;
        margin-bottom: 4px;
    }
    .sidebar-nav a.list-group-item .material-icons {
        margin-right: 8px;
        font-size: 20px;
    }
    #main-content{
        padding: 60px 0 45px;
    }
    .launched #main-content{
        padding: 60px 0 45px;
    }
    .page-title{
        font-size: 16px;
        line-height: 22px;
    }
    .breadcrumbs{
        margin-bottom: 15px;
    }
    .breadcrumbs a {
        font-size: 11px;
    }
    .dashBox{
        padding: 12px;
        margin-bottom: 10px;
    }
    .dash-icon {
        width: 38px;
        height: 38px;
    }
    .dash-icon img {
        width: 22px;
    }
    .bars li{
        height: 6px;
    }
    .dashValue h3 {
        font-size: 14px;
        margin-top: 12px;
    }
    .dashWrap{
        margin-bottom: 10px;
    }
    .dashBox .tile-title{
        font-size: 10px;
    }
    .well{
        padding: 15px;
    }
    .nav-pills > li > a{
        font-size: 12px;
        padding: 8px 6px;
    }
    .inner-dashboard label{
        font-size: 12
    }
    .user-dashboard{
        padding: 0;
    }
    .hideDesktop,.sidebar-nav.list-group.hideDesktop{
        display:block;   
    }
    .balance .badge.badge-primary {
        background-color: #249b23a1;
        display: block;
        border-radius: 0;
        line-height: 22px;
        margin-bottom: 10px;
        border: 1px solid #249b23;
    }
    .neworderStats .change-service-button h5{
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .nav.nav-tabs{
        flex-wrap: wrap;
    }
    .nav-tabs > li > a{
        font-size: 12px;
        padding: 4px 6px;
        margin-bottom: 3px;
    }
    .search-group{
        margin-bottom: 12px;
    }
    .nav-tabs li.pull-right.mg-lt {
        margin-left: 0;
    }
    .wellHeader h2 {
        font-size: 16px;
    }
    .faqPage .panel-default .panel-heading .panel-title a{
        line-height: 18px;
        font-size: 16px;
        padding: 10px 16px 10px 41px;
    }
    .faqPage .panel-default .panel-heading .panel-title a::before{
        font-size: 28px;
        top: 8px;
    }
    .faqPage .panel-default .panel-heading .panel-title a::after{
        right: 6px;
        width: 28px;
        height: 28px;
        top: 5px;
    }
    .faqPage .panel-body{
        padding-left: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    /*.rocket{*/
    /*    width: 179px;*/
    /*    height: 207px;*/
    /*    top: -245px;*/
    /*    left: 90px;*/
    /*    background-position: -257px 0;*/
    /*    opacity: 0.7;*/
    /*}*/
    .rocket{
        width: 179px;
        height: 207px;
        top: 0;
        left: 0;
        background-position: -257px 0;
        opacity: 1;
        position: relative;
        margin: 40px auto 0;
        right: 0;
    }
    .falling-star.star-1{
        right: -130px;
        left: auto;
        top: -70px;
    }
    .falling-star.star-2{
        left: 10px;
        top: 80px;
        width: 147px;
        height: 150px;
        background-position: -39px 0;
    }
    .falling-star.star-3 {
        left: 20px;
        top: -460px;
    }
    .falling-star.star-4{
        left: auto;
        top: -450px;
        right: 20px;
    }
    .tiny-star.tstar-1{
        left: 0;
    }
    .tiny-star.tstar-2{
        left: 240px;
        top: -20px;
    }
    .tiny-star.tstar-3{
        left: 320px;
    }
    .tiny-star.tstar-4 {
        left: 160px;
        top: 30px;
    }
    .tiny-star.tstar-5{
        top: 20px;
    }
    .tiny-star.tstar-6{
        left: 140px;
        top: 0;
    }
    .tiny-star.tstar-7 {
        left: 160px;
        top: -360px;
    }
    .tiny-star.tstar-8{
        top: -220px;
    }
    .tiny-star.tstar-9{
        left: 180px;
        top: -410px;
    }
    .tiny-star.tstar-10 {
        left: 250px;
        top: -350px;
    }
    .tiny-star.tstar-11 {
        left: 290px;
        top: -390px;
    }
    .tiny-star.tstar-12 {
        left: 210px;
        top: -210px;
    }
    .tiny-star.tstar-13 {
        right: 0;
        top: -239px;
    }
    .footer-nav li a:hover, .footer-nav li a:focus, .footer-nav li a:active, .footer-nav li a:visited{
        padding: 0;
    }
    .footer-nav li a:hover::before, .footer-nav li a:focus::before, .footer-nav li a:active::before, .footer-nav li a:visited::before{
        left:0;
        opacity:0;
        display:none;
    }
    .blog-header{
        padding: 30px 0 40px;
    }
    .blog-header h1 {
        font-size: 42px;
    }
    .blog-header img {
        width: 90%;
    }
    .post-wrap, .ad-block {
        flex-direction: column;
    }
    .post-image-box{
        max-width: 100%;
        max-height: 300px;
    }
    .post-title a{
        font-size:18px;
    }
    .sidebar-social-widget,
    .sidebar-recent-widget,
    .sidebar-newsletter-widget {
        display: none;
    }
    .blog-main .breadcrumbs{
        justify-content: center;
    }
    .post-date{
        font-size: 12px;
        padding: 8px 6px;
    }
    .guest h2.entry-title {
        font-size: 22px;
    }
    .entry-content {
        margin: 25px 0 30px;
    }
    .row.timeline .col-sm-6.ribbon-left {
        padding-right: 15px;
    }
    .row.timeline .col-sm-6.ribbon-right {
        padding-left: 15px;
    }
    .ribbon-title {
        font-size: 20px !important;
    }
    .ribbon-left .ribbon {
        padding: 12px 130px 35px 20px;
    }
    .ribbon-right .ribbon {
        padding: 12px 20px 40px 130px;
    }
    .ribbon-count{
        font-size: 14px;
        top: 21px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .ribbon-left .ribbon-count {
        right: 52px;
    }
    .ribbon-right .ribbon-count {
        left: 52px;
    }
    .step-img{
        border: 1px solid #4510c2;
        padding: 3px;
        margin-bottom: 35px;
    }
    .row.timeline::before{
        display:none;
    }
    .ribbon::after,
    .ribbon::before{
        display:none;
    }
    .step::before{
        display:none;
    }
    .break-down .step-img {
        width: 100%;
    }
    .step{
        line-height: 26px;
        font-size: 12px;
        width: 26px;
        height: 26px;
    }
    .step.step-1 {
        left: 0;
        top: 60px;
    }
    .step.step-2 {
        right: 0;
        top: 106px;
    }
    .step.step-3 {
        right: 0;
        top: 167px;
    }
    .step.step-4 {
        top: 224px;
        left: 0;
    }
    .step.step-5 {
        bottom: 100px;
        right: 0;
    }
    .step.step-6 {
        left: 0;
        bottom: 30px;
    }
    
}