.pulb-bg {
    background: url("https://www.motortopia.com/wp-content/uploads/2023/06/btm-rght-popup-bg.jpg") top center no-repeat #FFFFFF;
    background-size: cover;
    /*background-color:#FFFFFF; */
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 1.15em;
}

.pulb-bg .pulb-pdg {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1em 1em 1em 1em;
}

#pulb-boxes .pulb-main {
    position: fixed;
    right: 20px;
    bottom: 0;
    margin-bottom: 20px;
    width: 310px;
    display: none;
    z-index: 9999;
    padding: 0;
    border-radius: 0;
    text-align: center;
    -webkit-animation: mymove 3s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 3s;
    animation-fill-mode: forwards;
    border: 5px solid #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

#pulb-boxes #pulb-log {
    width: 310px;
    height: auto;
}

.pulb-close {
    font-family: inherit;
    color: #5a5a5a;
    float: right;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    font-weight: 300;
    margin-top: -10px;
    position: absolute;
    z-index: 99;
    right: -10px;
    background-color: #FFF;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
}

.rank-close {
	font-family: inherit;
    color: #5a5a5a;
    float: right;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    font-weight: 300;
    margin-top: -10px;
    position: absolute;
	z-index: 99;
    right: -10px;
    background-color: #FFF;
    width: 23px;
    height: 23px;
    border-radius:50%;
	-webkit-border-radius:50%; 
	-moz-border-radius:50%;
	-khtml-border-radius:50%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
}
.rank-close:hover,
.rank-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.pulb-close:hover,
.pulb-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pulb-pdg .form-label {
    text-align: left;
    width: 100%;
    font-size: 0.8em;
    font-weight: 500;
}

.pulb-pdg .form-control {
    padding: 0.135rem 0.35rem;
}

.pulb-pdg .hdg {
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.1;
}

.pulb-pdg .prgrf {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.35;
    padding-bottom: 1em;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}

.pulb-pdg .prgrf::after,
.pulb-pdg .prgrf::before {
    background-color: #ed222b;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.pulb-pdg .prgrf::after {
    bottom: 0;
    width: 59px;
}

.pulb-pdg .prgrf::before {
    bottom: 4px;
    width: 99px;
}

.pulb-pdg .hlt-clr {
    color: #ed222b;
}

.pulb-pdg .fld-error {
    color: #ed222b;
    font-size: 0.75em;
    text-align: left;
}

@media (max-width:767px) {
    #pulb-boxes .pulb-bg {
        padding: 0.5em
    }

    #pulb-boxes .pulb-bg .pulb-pdg {
        padding: 0.5em 0.55em;
    }

    #pulb-boxes #pulb-log {
        width: 220px;
    }
}

@media (min-width:768px) {}

@-webkit-keyframes mymove {
    from {
        bottom: -50px;
    }

    to {
        bottom: -0px;
    }
}

@keyframes mymove {
    from {
        bottom: -50px;
    }

    to {
        bottom: -0px;
    }
}

.pulb-bg2 {
    background-color: #161921;
    font-family: 'avenir-book', sans-serif;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.pulb-bg2 .pulb-pdg2 {
    padding: 0.5em;
}

.pulb-bg2 .pulb-pdg2 .img {
    position: relative;
}

.pulb-bg2 .pulb-pdg2 a {
    display: flex;
}

.pulb-bg2 .pulb-pdg2 .img img {
    max-width: 100%;
    height: auto;
}

.pulb-bg2 .pulb-pdg2 .img:hover a:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    content: "";
    transition: all 0.2s ease;
    opacity: 1;
    background-color: rgba(40, 40, 40, 0.15);
}

#pulb-boxes2 .pulb-main2 {
    position: fixed;
    left: 20px;
    bottom: 0;
    margin-bottom: 20px;
    width: 180px;
    display: none;
    z-index: 9999;
    padding: 0;
    border-radius: 0;
    text-align: center;
    -webkit-animation: mymove 3s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 3s;
    animation-fill-mode: forwards;
}

#pulb-boxes2 #pulb-log2 {
    width: 195px;
    height: auto;
}

.pulb-close2 {
    font-family: inherit;
    color: #5a5a5a;
    float: right;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    font-weight: 300;
    margin-top: -10px;
    position: absolute;
    z-index: 99;
    right: -10px;
    background-color: #FFF;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
}

.pulb-close2:hover,
.pulb-close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width:767px) {
    #pulb-boxes2 .pulb-bg2 .pulb-pdg2 {
        padding: 0.5em 2.5em;
    }

    #pulb-boxes2 #pulb-log2 {
        width: 150px;
    }
}

@media (min-width:768px) {}

@-webkit-keyframes mymove {
    from {
        bottom: -50px;
    }

    to {
        bottom: -0px;
    }
}

@keyframes mymove {
    from {
        bottom: -50px;
    }

    to {
        bottom: -0px;
    }
}