/****** append-overlay styling ***************/
.append-overlay {
    position: relative;
}

.progress-overlay {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.4;
    cursor: not-allowed;
}

/**********amir*****************/

/**********************************Alert Box Start**************************************/

.alrt-scs-msg-cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.11);
    z-index: 99999;
}

.alrt-scs-msg-sb-cnt {
    margin: 27vh auto 0;
    max-width: 424px;
    height: 236px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 3px rgba(0, 0, 0, .2);
    border-bottom: 4px solid #413172;
}

.alrt-scs-msg-hdr {
    width: 100%;
    float: left;
    background-color: #ccc;
    height: 44px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 100px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 3px rgba(0, 0, 0, .2);
}

.alrt-scs-msg-txt-cnt {
    float: left;
    width: 100%;
}

.alrt-scs-msg-hdr:before {
    position: absolute;
    content: '';
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ccc;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}

.cls-alrt-scs-msg {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 6px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    z-index: 9;
}

.cls-alrt-scs-msg:before,
.cls-alrt-scs-msg:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 12px;
    background-color: #ccc;
    left: 9px;
    top: 4px;
}

.alrt-scs-msg-sb-cnt.error .alrt-scs-msg-hdng {
    color: red;
}

.alrt-scs-msg-hdng {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    clear: both;
    font-size: 25px;
    margin-top: 1px;
}

.alrt-scs-msg {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px;
    color: #151414;
    padding: 0 25px;
}

.alrt-scs-msg-btns {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 13px;
}

.alrt-scs-msg-btns li {
    display: inline-block;
}

.alrt-scs-msg-btns li:hover a {
    box-shadow: inherit;
}

.alrt-scs-msg-btns li a {
    min-width: 130px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    background-color: #513d8d;
    margin-right: 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    /*letter-spacing: 2px;*/
    box-shadow: 0 0 0 3px #fff inset;
    border: 1px solid #ccc;
    transition: all 0.5s ease-in-out;
    padding: 0 15px;
}

.cls-alrt-scs-msg:hover {
    background-color: #28BAB4;
}

.cls-alrt-scs-msg:before {
    transform: rotate(45deg);
}

.cls-alrt-scs-msg:after {
    transform: rotate(-45deg);
}

.alrt-scs-msg-sb-cnt.error .alrt-scs-msg-hdr,
.alrt-scs-msg-sb-cnt.error .cls-alrt-scs-msg:before,
.alrt-scs-msg-sb-cnt.error .cls-alrt-scs-msg:after {
    background-color: #f11e1e;
}

.alrt-scs-msg-btns li:hover a {
    box-shadow: inherit;
}

.alrt-scs-msg-sb-cnt.success .alrt-scs-msg-hdr,
.alrt-scs-msg-sb-cnt.success .cls-alrt-scs-msg:before,
.alrt-scs-msg-sb-cnt.success .cls-alrt-scs-msg:after {
    background-color: green;
}

.alrt-scs-msg-sb-cnt.success .alrt-scs-msg-hdr:before {
    border-top-color: green;
}

.alrt-scs-msg-sb-cnt.success .alrt-scs-msg-hdng {
    color: green;
}

.alrt-scs-msg-sb-cnt.error .alrt-scs-msg-hdr:before {
    border-top-color: red;
}

.pop-logo::after {
    position: absolute;
    content: '';
    height: 105px;
    width: 105px;
    background: white;
    border-radius: 100%;
    top: -63px;
    left: 37%;
    z-index: 2;
    background-image: url(../images/logo-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(64, 49, 114, 0.14), 0 2px 3px rgba(81, 61, 141, 0.35);
}

.pop-logo::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 24px;
    background: #413172;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list li.fileuploader-item {
    width: 115px !important;
}

/*************************************Alert Box end***********************************/


/***************************** single line alert noti **************************/

.one-line-popup {
    width: 100%;
    top: 0;
    position: fixed;
    height: 792px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.one-line p {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
}

.one-line-red p {
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
}

.one-line .fa,
.one-line-red .fa {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
    color: #f57f1b;
}

.one-line {
    position: absolute;
    padding: 12px 20px 3px 20px;
    background: #00b29e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 5px rgba(0, 0, 0, .2);
    transition-duration: 0.5s;
    left: 50%;
    margin-left: -161px;
    bottom: -100px;
}

.one-line-red {
    background: #f56e2d;
    position: absolute;
    padding: 12px 20px 3px 20px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 5px rgba(0, 0, 0, .2);
    transition-duration: 0.5s;
    left: 50%;
    margin-left: -161px;
    bottom: -100px;
}

.appear {
    bottom: 60%;
}

.save-address-con:hover .add-new-address .fa {
    color: #f5560c;
}

/* **************************** alert noti *************************   */
/* **************************** alert noti *************************   */
/****************nevigate to top*************************/
#backtop {
    position: fixed;
    left: auto;
    right: 35px;
    top: auto;
    bottom: 62px;
    outline: none;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background-color: #513d8d;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    z-index: 999999;
    opacity: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

#backtop:hover {
    background-color: #27CFC3;
    color: #000;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

#backtop.mcOut {
    opacity: 0;
}

/******************************************************/
.bid-count-resp:hover i {
    color: red;
    text-shadow: 1px 0px #555;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}

@keyframes beat {
    0% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 10px #ff0a0a;
    }

    50% {
        transform: scale(1.1) rotate(0deg);
        box-shadow: 0 0 20px #ff0a0a;
    }

    100% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 10px #ff0a0a;
    }
}

.referal-cd {
    padding: 12px;
    border-radius: 20px;
    color: #fff;
    background: -moz-linear-gradient(-90deg, #cfc5f9 0%, #5c469e 40%);
    background: -webkit-gradient(linear, right 50%, left 50%, color-stop(0%, #cfc5f9), color-stop(40%, #5c469e));
    background: -webkit-linear-gradient(-90deg, #cfc5f9 0%, #5c469e 40%);
    background: linear-gradient(to bottom, #cfc5f9 0%, #5c469e 100%);
    -webkit-animation: beat 2s ease 0s infinite normal;
    -moz-animation: beat 2s ease 0.5s infinite normal;
    animation: beat 2s ease 0.5s infinite normal;
    margin: auto;
}

@keyframes bidbeat {
    0% {
        transform: scale(1);
        /* box-shadow: 0 0 8px #5c469e; */
    }

    50% {
        transform: scale(1.08);
        /* box-shadow: 0 0 15px #5c469e; */
    }

    100% {
        transform: scale(1);
        /* box-shadow: 0 0 8px #5c469e; */
    }
}

.bid-beat {
    /* border-radius: 14px; */
    -webkit-animation: bidbeat 2s ease 0s infinite normal;
    -moz-animation: bidbeat 2s ease 0.5s infinite normal;
    animation: bidbeat 2s linear 0.5s infinite normal;
    float: right;
}

.referal-request {
    background: #93ef93;
    padding: 12px;
    border-radius: 50px;
    color: #000;
}

.uuid-higlighter {
    background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
}

.uuid-head {
    border-radius: 5px;
    background: white;
    display: inline;
    padding: 8px;
}

.booking-green {
    background: linear-gradient(to bottom, #e7f7e9 0%, #b4ecb4 100%);
    border-left: 8px solid #66bb6a;
    border-right: 8px solid #66bb6a;
}

.quote-waiting-btn {
    background: #fff;
    padding: 6px;
    border-radius: 30px;
    color: #5c469e;
    display: inline-block;
    font-size: 14px;
}

.quote-decline-btn {
    background: #ffcdd2;
    padding: 7px;
    border-radius: 30px;
    color: #c62828;
    display: inline-block;
    font-size: 14px;
}

.booking-gray {
    /*background: linear-gradient(to bottom, #f9f9f9 0%, #e2e1e1 100%);*/
    border-left: 8px solid #ff5b5b;
    border-right: 8px solid #ff5b5b;
}

.highlight-row-dim {
    background: #52d462 !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*.viewShared:hover {*/
/* background: #513d8c !important; */
/* color: #fff; */
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 2px 2px rgba(0, 0, 0, 0.3);*/
/*}*/
.bid-dash-sec {
    background: #ececec;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 1px 3px #5f5d5d;
    -webkit-box-shadow: inset 0px 1px 3px #5f5d5d;
    box-shadow: inset 0px 1px 3px #5f5d5d;
}

.no-result-found {
    padding: 9px;
    display: inline-block;
    background: #fb8c8c;
    border-radius: 30px;
}

.cust-box {
    padding: 10px;
    border-radius: 10px;
    margin: 0px;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, .2), 0 3px 3px #9381b3;
}

.fa:hover {
    color: #5c469e;
}

.save-img-sec .pikdelmarker {
    background: linear-gradient(to bottom, #3ef2ea 0%, #5c469e 100%);
    width: 56px;
    height: 56px;
    border-radius: 50px;
    line-height: 1.7;
    font-size: 32px;
    color: #fff;
}

.save-img-sec {
    text-align: center;
    float: left;
    margin-right: 10px;
}

.fa-android {
    color: #4f9e46;
}

.fa-apple {
    color: #000;
}

.fa-facebook {
    color: #3b5998;
}

.fa-linkedin {
    color: #1977b0;
}

.fa-twitter {
    color: #53cef4;
}

.fa-instagram {
    color: #e04342;
}

.fa-youtube-play {
    color: #e74230;
}

.fa-pinterest {
    color: rgb(198, 56, 39);
}

.cribbon {
  position: relative;
  float: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 500px) {
  .cribbon {
    float:right;
  }
  .ribbon2 {
	  left: -25px !important;
  }
  .or-spacer {
	  width:300px !important;
  }
  
}
.ribbon2 {
 width: 28px;
 padding: 10px 0;
 position: absolute;
 top: -6px;
 left: 8px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #30ac9b;
}
.ribbon2:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #3c763d;
 border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 14px solid #30ac9b;
  border-right: 14px solid #30ac9b;
  border-bottom: 30px solid transparent;
}

/*************************/
.cribbon-benefit {
  position: relative;
  float: right;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 500px) {
  .cribbon-benefit {
    float:right;
  }
  .ribbon-contract {
	  left: -25px !important;
  }
  
}
.ribbon-contract {
 width: 28px;
 padding: 10px 0;
 position: absolute;
 top: -6px;
 right: 10px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #30ac9b;
}
.ribbon-contract.Gold {
	background: #ffbf00 !important;
}
.ribbon-contract.Bronze {
	background: #cd7f32 !important;
}
.ribbon-contract.Silver {
	background: #e8e8e8 !important;
	color: black;
}
.ribbon-contract.Platinum {
	background: #d8d8d8 !important;
}
.ribbon-contract.Diamond {
	background: #ffbf00 !important;
}
.ribbon-contract.Premium {
	background: #ffbf00 !important;
}


.ribbon-contract:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #3c763d;
 border-right: 6px solid transparent;
}
.ribbon-contract.Gold:before {
	border-bottom: 6px solid #d8a200 !important;
}
.ribbon-contract.Bronze:before {
	border-bottom: 6px solid #af661d !important;
}
.ribbon-contract.Silver:before {
	border-bottom: 6px solid #888888 !important;
}
.ribbon-contract.Platinum:before {
	border-bottom: 6px solid #cd7f32 !important;
}
.ribbon-contract.Diamond:before {
	border-bottom: 6px solid #cd7f32 !important;
}
.ribbon-contract.Premium:before {
	border-bottom: 6px solid #cd7f32 !important;
}
.ribbon-contract:before, .ribbon-contract:after {
  content: "";
  position: absolute;
}
.ribbon-contract:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 14px solid #30ac9b;
  border-right: 14px solid #30ac9b;
  border-bottom: 30px solid transparent;
}
.ribbon-contract.Gold:after {
  border-left: 14px solid #ffbf00 !important;
  border-right: 14px solid #ffbf00 !important;
}
.ribbon-contract.Bronze:after {
  border-left: 14px solid #cd7f32 !important;
  border-right: 14px solid #cd7f32 !important;
}
.ribbon-contract.Silver:after {
  border-left: 14px solid #e8e8e8 !important;
  border-right: 14px solid #e8e8e8 !important;
}
.ribbon-contract.Platinum:after {
  border-left: 14px solid #cd7f32 !important;
  border-right: 14px solid #cd7f32 !important;
}
.ribbon-contract.Diamond:after {
  border-left: 14px solid #cd7f32 !important;
  border-right: 14px solid #cd7f32 !important;
}
.ribbon-contract.Premium:after {
  border-left: 14px solid #cd7f32 !important;
  border-right: 14px solid #cd7f32 !important;
}

.timeline-item {
    background: #fff;
    padding: 12px;
    margin: 0 auto;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
#skeleton_loader {
	border-left: 10px solid #d0c9c9;
}
.off-sec-css { 
	color: #cfcece;
    border-bottom: 4px solid #cfcece !important;
}

.search {
  width: 100%;
  position: relative;
  float: right;
}

.searchTerm {
	width: 82%;
    border: 1px solid #5b469d;
    padding: 5px;
    height: 36px;
    border-radius: 5px;
    outline: none;
}


.searchDriverButton, .searchTruckButton {
	position: absolute;
	right: -2px;
	width: 40px;
	height: 36px;
	border: 1px solid #5b469d;
	background: #7059bb;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
}

/*************user agreement and privacy policy****************/
.terms-sections {width: 100%; background: #fff; margin-top: 50px; /*box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);*/ padding-bottom: 40px;}
.term-head {text-align: center; background: black; margin: auto; height: 55px; margin-bottom: 30px; border-bottom: 4px solid #5b469d; /*box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);*/ }
.terms-text-d {max-width: 80%; margin: auto; }
.terms-text-d p {font-size: 13px; color: #000; letter-spacing: 0.5px; line-height: 20px; margin-bottom: 20px; }
.t-bold {font-weight: 500; }
.term-head h1 {padding: 0; line-height: 1.3; }
.heading-tarms-d {width: 100%; padding-bottom: 3px; }
.heading-number {width: 38px; height: 25px; background: #000; box-sizing: border-box; padding: 9px; padding-top: 6px; font-size: 13px; font-weight: 500; color: #fff; text-align: center; border-radius: 15px 0px 0px 15px; float: left; }
.heading-textss {background: #5c469e; float: left; box-sizing: border-box; padding-left: 8px; padding-right: 3px; height: 25px; }
.heading-textss h2 {font-size: 13px; color: #fff; padding-top: 3px; letter-spacing: 1px; margin-top: 3px;}
.plus-text {margin-left: 40px; margin-top: 10px; }
a.small-link {color: #5b469d; font-weight: 600; font-size: 15px; }
.ul-policy {margin-left: 20px; }
.forse-a {margin-left: 20px; }
.ul-policy span {height: 60px; display: block; width: 20px; float: left; font-size: 15px; }
h2.expp {color: #28bab4; margin-bottom: 9px; }
.pet-banner-p img {width: 100%; margin-top: 10px; /*box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);*/}
.pet-banner-p {
    margin-top: 104px;
}
.static-page-reg{ margin-top:10px;}
.reg-toggle-btn button {background: #1d1d1d; width: 20%; margin: -2px; height: 35px; margin-top: 10px; margin-bottom: 2px; color: #fff; cursor: pointer; position: relative; overflow: hidden; }
.reg-toggle-btn {width: 100%; text-align: center; }
.reg-toggle-btn button:nth-child(2) {border-radius: 0px 20px 20px 0px; border-left: 1px solid #444444; }
.reg-toggle-btn button:nth-child(1) {border-radius: 20px 0px 0px 20px; }

.selected-btn {width: 100%; height: 5px; background: #28bab4; position: absolute; left: 0; bottom: 0; }
.all-h1 { color: #fff; }
/************************end******************/

/*******************wallet lists*****************/

.download-cards {
  width: 75%;
  margin:auto;
  display: flex;
  flex-wrap: wrap;
}
.download-card {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2em);
  background: #ffffff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2em;
  /*box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #dadada;*/
  border: 1px solid #d2d2d2;
  margin: 0 1em 2em 1em;
}

.download-card__icon-box {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 2em;
  text-align: center;
}
@media (min-width: 700px) {
  .download-card__icon-box {
    justify-content: center;
  }
}

@media (min-width: 700px) {
  .download-cards[data-view='list-view'] .download-card__icon-box {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
}
.download-card__content-box {
  padding: 2em 2em 3em;
  flex: 1;
}
@media (min-width: 700px) {
  .download-cards[data-view="list-view"] .download-card__content-box {
    padding-left: calc(200px + 2em);
  }
}
@media (max-width: 500px) {
	.download-cards {
	  width: 100%;
	}
}
.download-card__content-box__catagory {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  margin: 0 0 2em;
}
.download-card__content-box__catagory::before {
  content: '| ';
  color: green;
}
.download-card__content-box__title {
  line-height: 1;
  margin: 0 0 0.5em;
  font-size: 18px;
}
.download-card__content-box__description {
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1em;
  clear: both;
  color: #929292;
  font-size: 16px;
}
.download-card__content-box .button {
  position: absolute;
  bottom: 2em;
  margin: 0;
  color: #ff4500;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 11px;
}
.wallet-amount-sec-green {
	font-size : 28px;
	color:green;
}
.wallet-amount-sec-red {
	font-size : 28px;
	color:red;
}
/*****************wallet list end************/
.applied-coupon {
	border: 1px solid #2cbb20;
	padding:5px;
	margin-left: 10px;
	border-radius: 50px;
    color: #2cbb20;
    margin-top: 10px;
}
.remove-coupon {
    border-radius: 50px;
    background: red;
    padding: 5px;
    color: #ffffff;
    margin-left:5px;
}

.disc-text-aftr {
    background: #95ff95;
    padding: 2px;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

/****underline heading*/
.or-spacer {
  margin: auto;
  width:450px;
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 4px #3e3e3e;
}
.or-spacer span {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -14px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.or-spacer span i {
  position: absolute;
  top: -3px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}
.highlight-discount {
    border-radius: 50px;
    background: #b3fdb3;
    display: inline-block;
    padding: 3px;
}
.highlight-redeemed {
    border-radius: 50px;
    display: inline-block;
    padding: 7px;
    border: 1px solid #44ec44;
    color: #059c05;
}

.highlighters-green-base{
	border: 1px solid green;
    padding: 5px;
    color: green;
    border-radius: 50px;
}
.highlighters-red-base{
	border: 1px solid #ef5432;
    padding: 5px;
    color: #ef5432;
    border-radius: 50px;
}
.some_link a {
    display: inline-block;
    padding: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 3px;
    margin-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 2px;
    border: 1px solid #b3b1a3;
    color: #b3b1a3;
}
.warning-mssg {
	display: inline-block;
	padding: 7px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 50px;
	background: rgba(255, 0, 0, 0.30196078431372547);
	color: #000; 
}
.stick-get-a-qoute {
    position: fixed;
    bottom: 13px;
    background: #53b49c;
    z-index: 9;
    left: 25px;
    width: 46px;
    height: 46px;
    border-radius: 121px;
    padding-left: 13px;
    padding-top: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    box-shadow: 0px 0px 3px #2d2d2d;
}
.list-cancelled {
	background-color: #c7c7c7 !important; 
}
.dispute-sec {
	background: #f8dede;
    padding: 5px;
    border-radius: 10px;
}
.contract-sheild {
    color: #ffffff;
    display: inline-block;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    background: #5a429e;
}
