html,
body {
    height: 100%;
    font-size: 14px;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    background: #fff;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

/* p {
    margin: 0 0 0px;
    border-bottom: #f5f5f5 solid 1px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #020e2a;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

a {
    transition: all 0.5s ease-out;
    text-decoration: none;
    color: #020e2a
}

a:active,
a:hover {
    outline: 0 none;
    color: #000;
    text-decoration: none
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #f90202;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #f90202;
    text-shadow: none;
    color: #fff
}

textarea:focus,
input:focus {
    outline: none;
}


/*
2.Scrollup
==============*/

#scrollUp {
    background: #f90202 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 5px;
    color: #fff;
    font-size: 25px;
    height: 40px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

#scrollUp:hover {
    opacity: 1;
    color: #fff!important;
    background: #d9ba03;
}

#scrollUp i {
    display: block;
    font-weight: bold;
    padding-top: 6px;
}


/*
3.Header Section
==================*/

.hd-sec {
    background: rgba(0, 0, 0, 0.20);
    padding: 6px 0;
}

.hd-lft li {
    color: #f9f9f9;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-size: 14px;
}

.hd-lft li:last-child {
    padding-right: 0px;
}

.hd-lft li i {
    margin-right: 10px;
    color: #f90202
}

.hd-rgt {
    float: right
}

.hd-rgt li {
    display: inline-block;
    position: relative
}

.hd-rgt li a {
    color: #f9f9f9;
    font-size: 14px;
    padding-left: 8px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.36s ease-out 0s;
}

.hd-rgt li a:hover {
    color: #f9f9f9
}


/*
4.Menu  Section
=================*/

.sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.logo {
    padding: 10px;
    transition: all 0.36s ease-out 0s;
    position: absolute;
    width: 58%;
    border-radius: 27px;
}

.bottom-logo {
    padding-top: 0px;
    width: 60%;
    margin-top: -8px;
}

.mnmenu-sec {
    background: #fff;
}

.main-menu>ul {
    float: inherit;
    list-style: none outside none;
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    font-size: 1px;
}

.main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}

.main-menu ul li.active {
    position: relative
}

.main-menu>ul>li>a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 14px 6px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    position: relative;
    color: #fff;
}

.main-menu ul li ul:hover .main-menu ul li>a {
    background: #ddd;
}

.main-menu ul li a:hover {
    transition: all 0.4s 0s ease;
    color: #f90202
}


/* Start mohit */

.top_menu_right nav ul li {
    display: inline-block;
    margin: 10px 0;
}


/* End mohit */

.top_login {
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #0000004d;
    margin-right: 5px !important;
    background: #fff;
}

.top_login a {
    color: #000 !important;
}

.top_login:hover {
    background: #f90202;
    transition: all 0.5s ease;
}
.top_menu_right {
    text-align: center;
}

.top_menu_right nav ul li a {
    font-size: 13px;
    padding: 0px 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    color: #0280be;
}
span.count-mt.active{
    color: #ffc800;
}
.dropdown-menu-right a {
    padding: 0px 20px !important;
    line-height: 35px;
}

.main-menu ul ul {
    background: #f90202 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    transform: scale(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 99999;
    /*top:85px;*/
}

.main-menu ul ul li {
    float: none;
    width: 200px;
}

.hd-style1 .main-menu>ul>li>a {
    color: #fff;
    font-weight: bold;
}

.main-menu ul ul li a {
    padding: 6px 19px;
    color: #020e2a;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%
}

.main-menu ul ul li a:hover {
    background: #fff
}

.main-menu ul ul ul {
    top: 0;
    left: 100%;
}

.main-menu ul li:hover ul {
    visibility: visible;
    transition: all 0.4s ease 0s;
    opacity: 1;
    transform: scale(1);
}


/*================= New this theme Css Start Here ===================*/

#search_form {
    width: 75%;
    margin: 0 auto;
}

#search_form .form-group {
    display: inline-block;
    margin: 3px;
}

.form-group.full_search {
    width: 80% !important;
}

#search_form .form-group .form-control {
    padding: 10px;
    height: 40px;
    border: 1px solid #757575;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border-right: none;
}

.btn.btn-default.sub_button {
    background: #ffab00;
    color: #fff;
    border: none;
    padding: 10px 20px !important;
    font-size: 15px !important;
    border-radius: 0;
    margin-left: -7px !important;
    margin-top: 0 !important;
}

.btn.btn-default.sub_button:hover {
    background: #ff2d2d;
    transition: all 0.6s ease;
}

header .hd-style1 .mnmenu-sec {
    background: url(../img/header-bg.png) no-repeat;
    background-size: cover;
}

.notice.sticky {
    background: #2D2D2D;
    padding: 5px;
}

.lander-header {
    padding: 50px 30px;
}

.lander-header h1 {
    color: black;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    text-align: center;
}

.lander-header-content h1,
.lander-header h1 {
    font-weight: 400!important;
    font-size: 24px;
    margin: 8px 0 16px;
    text-transform: uppercase;
}

.lander-header .category-list {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    list-style: none;
    padding: 16px 24px;
}

.lander-header .category-list li {
    display: inline-block;
    width: 33%;
}

.lander-header .category-list li a {
    color: #4a4a4a;
    display: block;
    padding: 2px 15px;
    font-weight: 600;
    background: #eeeeee47;
    margin: 5px;
    border-radius: 5px;
    text-transform: capitalize;
}

.lander-header .category-list li a:hover {
    background: #f90202;
    color: #fff;
}

.lander-header-sports {
    padding: 50px 30px;
}

.lander-header-sports h1 {
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 10px;
    font-weight: 800;
    letter-spacing: -0.89px;
    z-index: 1;
    line-height: 1;
}

.lander-header-sports .category-list {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
    background-color: white;
    list-style: none;
    padding: 16px 24px;
}

.lander-header-sports .category-list li {
    display: inline-block;
    width: 33%;
}

.lander-header-sports .category-list li a {
    color: #4a4a4a;
    display: block;
    padding: 2px 15px;
    font-weight: 600;
    background: #eeeeeed1;
    margin: 5px;
    border-radius: 5px;
    text-transform: capitalize;
}

.lander-header-sports .category-list li a:hover {
    background: #f90202;
    color: #fff;
}

.lander-header-hockey {
    background: url(../img/sports/hockey.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-lacrosse {
    background: url(../img/sports/lacrosse.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-baseball {
    background: url(../img/sports/baseball.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-skiing {
    background: url(../img/sports/skiing.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-snowboarding {
    background: url(../img/sports/snowboarding.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-golf {
    background: url(../img/sports/golf.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-apparel {
    background: url(../img/sports/apparel.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-footwear {
    background: url(../img/sports/footwear.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-football {
    background: url(../img/sports/football.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-bike {
    background: url(../img/sports/bike.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-softball {
    background: url(../img/sports/softball.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-soccer {
    background: url(../img/sports/soccer.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-basketball {
    background: url(../img/sports/basketball.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-tennis {
    background: url(../img/sports/tennis.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-wlacrosse {
    background: url(../img/sports/wlacrosse.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-fhockey {
    background: url(../img/sports/fhockey.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-skating {
    background: url(../img/sports/skating.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-hike {
    background: url(../img/sports/hike.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-snowshoe {
    background: url(../img/sports/snowshoe.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-surf {
    background: url(../img/sports/surf.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lander-header-new1 {
    background: url(../../img/slidernew.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 30px;
    padding-bottom: 135px;
}

.lander-header-new1 h1 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 10px;
    text-align: center;
    font-weight: 800;
    letter-spacing: -0.89px;
    z-index: 1;
    line-height: 1;
    padding-bottom: 30px;
    padding-top: 130px;
}

.lander-header-new1 .hpmapgeHedaing {
    color: rgb(255, 255, 255);
    font-size: 20px !important;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 10px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: -0.89px;
    z-index: 1;
    line-height: 1;
    padding-bottom: 30px;
    padding-top: 10px !important;
}

.lander-header-new1 h2 {
    text-align: right;
    color: red;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.89px;
    z-index: 1;
}

.june5th h2 {
    text-align: right;
    color: red;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.89px;
    z-index: 1;
}

.lander-header-new1 h3 {
    text-align: right;
    color: black;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.89px;
    z-index: 1;
}

.lander-header-new1 .btn {
    background: #ffab00;
    color: #fff;
    padding: 4px;
    display: block;
    width: 150px;
    margin: 10px auto 0;
    font-size: 170%;
    font-weight: bolder;
    margin-bottom: 15px;
}

.lander-header1 h1 {
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.lander-header-content h1,
.lander-header1 h1 {
    font-weight: 600 !important;
    font-size: 24px;
    margin: 8px 0 16px;
    text-transform: uppercase;
}

.lander-header1 .category-list {
    width: 100%;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,.25);*/
    background-color: #fff;
    list-style: none;
    padding: 16px 24px;
}

.lander-header1 .category-list li {
    display: inline-block;
    width: 33%;
}

.lander-header1 .category-list li a {
    color: #4a4a4a;
    display: block;
    padding: 2px 15px;
    font-weight: 600;
    background: #eeeeee47;
    margin: 5px;
    border-radius: 5px;
    text-transform: capitalize;
}

.lander-header1 .category-list li a:hover {
    background: #f90202;
    color: #fff;
}

<!------------------------------END-------------------------------------->#become_sec {
    background: #fafafa;
    padding: 10px;
    border-bottom: 1px solid #cccccc59
}

#become_sec .become_a_partner h2 {
    margin-bottom: 0;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
    width: 40%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc94;
}

#become_sec .become_a_partner h2 a {
    color: #2a7dbb;
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
    font-weight: bold;
}

.members_listing_start1 ul li {
    display: inline-block;
    width: 24%;
    margin: 2px;
}

.members_listing_start ul li {
    display: inline-block;
    width: 20%;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination>li {
    display: inline;
    width: 3.2% !important;
}

li.page-item {
    width: 3.2% !important;
    position: relative;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
}

.pagination>li>a, .pagination>li>span {
    /* float: left; */
    /* padding: 6px 12px; */
    /* margin-left: -1px; */
    line-height: 1.42857143;
    color: #337ab7;
    /* text-decoration: none; */
    background-color: #fff;
    border: 1px solid #ddd;
}

.single-patner {
    border: 1px solid #fff;
    padding: 12px;
    box-shadow: 1px 2px 13px #ccc;
    background: #fff;
    display: inline-block;
    width: 92%;
    margin: 8px;
    position: relative;
    height: 260px;
}

.all-patner .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%);
}

.all-patner .owl-controls .owl-next {
    right: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
    background: #fff;
    z-index: 1;
    margin-top: -35px;
}

.all-patner .owl-controls .owl-next i:hover {
    transition: all 0.5s ease-out 0s;
    background: #f90202;
    color: #fff;
    border-color: #f90202;
}

.all-patner .owl-controls .owl-prev i,
.all-patner .owl-controls .owl-next i {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #777;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 40px;
    background: #fff;
}

.listing_heading h2 {
    margin-left: 15px;
    font-size: 24px;
    padding-top: 25px;
    text-align: center;
}

.listing_heading_category h4 {
    margin-left: 15px;
    font-size: 24px;
    padding-top: 25px;
}

.listing_heading h3:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 0px;
    z-index: 9;
    left: 31px;
    right: 0;
    border-radius: 2px;
    border: 1px solid #ffab00;
    top: 55px;
}

.product_details {
    border: 1px solid #eee;
    padding: 0 5px;
    height: 105px;
}

.single-patner .product_details span {
    line-height: 16px;
    color: #f90202;
    font-size: 13px;
    margin-bottom: 0;
}

.product_details h3 {
    margin-bottom: 7px;
}

.product_details h3 a {
    margin-bottom: 7px;
    font-size: 14px;
    color: #f90202;
}

#buy_now_sec {
    padding: 45px 0;
    background: url(../img/buy_now.png) no-repeat;
    background-size: cover;
    margin: 25px 0;
}

.but_now_deta {
    text-align: center;
}

.but_now_deta h3 {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0;
}

.listing_heading h3 {
    margin-left: 15px;
    font-size: 24px;
    padding-top: 25px;
}

.but_now_deta .buy_now_btn {
    background: #ffab00;
    color: #fff;
    padding: 4px;
    display: block;
    width: 15%;
    margin: 10px auto 0;
}

#recently_seller {
    margin: 25px 0;
}

.members_listing_start.recently_deta .product_details h5 {
    margin: 0;
    color: green;
    font-weight: 600;
}

.members_listing_start.recently_deta .product_details h3 {
    margin-bottom: 7px;
    margin-top: 0;
}

.recently_seller_listing .single-patner {
    display: inline-block;
    padding: 5px 5px 0;
    margin: 5px;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
}

.recently_seller_listing .single-patner img {
    border-radius: 225%;
    border: 1px solid #eee;
    padding: 5px;
}

.recently_seller_listing .single-patner img:hover {
    background: #f902028c;
    transition: all 0.6s ease;
}

.recently_seller_listing .single-patner a span:hover {
    text-decoration: underline;
    color: #000;
    transition: all 0.6s ease;
}

.recently_seller_listing .single-patner a span {
    font-size: 11px;
    color: #f90202;
    text-transform: capitalize;
}

.item_button {
    position: absolute;
    top: 10px;
    right: 0;
}

.item_button a {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 5px 8px;
    line-height: 20px;
    display: -webkit-inline-box;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #000;
}

.item_button .fa {
    margin-right: 5px;
}

.item_button a:hover {
    border: 2px solid #fc3535;
    background: #f90202;
    color: #fff;
}

.item_button a:hover .fa {
    transform: rotate(20deg);
}

footer {
    background: #fff;
    position: relative;
    padding: 45px 0 35px;
    border-top: 1px solid #eee;
    margin-top: 40px;
    background-color: #fbfbfb;
}

.footer-bottom.text-center {
    background: #000;
}

.copyright a {
    color: red;
    text-transform: capitalize;
    font-weight: bold;
}

.footer-bottom.text-center p {
    margin-bottom: 0;
    color: #fff;
    padding: 20px;
}

.login_btn:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 16px;
    z-index: 9;
    left: 59px;
    right: 0px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    top: 25px;
    margin-left: -1px;
}

#fillter_start .fillter_section .fillter_box {
    width: 14%;
    display: inline-block;
    margin-right: 5px;
}

.fillter_section .fillter_box button.btn.btn-default {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    border: 1px solid #2d2d2d52;
    border-radius: 3px;
    padding: 8px;
    font-size: 14px;
    text-align: justify;
    color: #2d2d2d;
}

.fillter_section .fillter_box button.btn.btn-default:hover {
    background: #eee;
    border: 1px solid #e4e4e4;
}

#fillter_start .fillter_section .fillter_box .dropdown-menu {
    min-width: 160px;
    border: 1px solid #cccccc40;
    border-radius: 0;
    margin: 5px 0 0;
    padding: 0;
}

#fillter_start .fillter_section .fillter_box .dropdown-menu a {
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}

.demo .modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.demo .modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Right*/

.demo .modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.demo .modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.demo .modal-content {
    border-radius: 0;
    overflow: hidden;
    border: none;
}

.demo .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.demo .btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.demo .btn-demo:focus {
    outline: 0;
}

.demo .demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

.demo .demo-footer>a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.logo.footer_logo {
    text-align: -webkit-center;
}

.demo .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #f90202;
}

.demo .modal-header img.img-responsive {
    width: 50%;
}

.demo .modal-header #main_offer_form input {
    border: 1px solid #fff;
    border-radius: 0;
    height: auto;
    padding: 10px;
    margin-top: 5px;
}

.demo .modal-header #myModalLabel2 {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}

.demo .modal-header button.btn {
    background: #100f0f;
    border-radius: 0;
    color: #fff;
}

.demo .modal-header #main_offer_form .form-group {
    margin-bottom: 5px;
}

.clear_deta {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 40px;
    margin-top: 10px;
}

#employer-post-new-job .res-steps-container .res-steps {
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer
}

#employer-post-new-job .res-steps-container .res-steps .res-step-bar {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #0aa7e1;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-size: 20px
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-title {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    display: block
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
    height: 5px;
    background: #0aa7e1;
    width: 50%;
    margin: -22px 0 0 50%;
    float: left
}

#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-three .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 100%;
    margin-left: 0%
}

#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 50%;
    margin-right: 50%
}

#employer-post-new-job .res-step-form {
    border: 1px solid #d2d2d2;
    box-shadow: 0px 6px 4px -2px silver;
    position: absolute
}

#employer-post-new-job .res-step-form h3 {
    margin: 10px 0;
    color: #0aa7e1;
    font-size: 18px
}

#employer-post-new-job .res-step-form .form-horizontal label {
    font-weight: normal
}

#employer-post-new-job .res-form-two,
#employer-post-new-job .res-form-three,
#employer-post-new-job .res-form-four {
    left: 150%
}

#employer-post-new-job .active .res-step-bar {
    background: #f19b20 !important
}

#employer-post-new-job .active .res-progress-title {
    color: #0aa7e1
}

.start_paginatin {
    text-align: center;
}

.price_and_heart ul li {
    position:absolute;
    display: inline-block;
}

.price_and_heart ul li .fa.fa-heart {
    color: white;
    border-radius: 2em;
    font-size: 18px;
    text-shadow: 1px 2px 3px #000;
    position: absolute;
    top: 14px;
    margin-left: 140px;
}

.price_and_heart ul li .fa:hover {
    color: red;
}

.product_details strong {
    font-size: 13px;
}

.mem_icon {
    background: #f90202;
    color: #fff;
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 2em;
    margin-left: 9px;
}

.check_mem {
    background: #08b8f5;
    color: #fff;
    font-size: 13px;
    padding: 3px 4px;
    border-radius: 2em;
    margin-left: 7px;
}

.size_now {
    background: #eee;
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: bold;
    font-size: 14px !important;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.new-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px;
    font-weight: 600;
    letter-spacing: 0px;
}

.new-label::before {
    width: 0;
    height: 0;
    border-top: 70px solid #fc3535;
    border-right: 70px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.new-label div {
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 10px;
    font-size: 15px;
}

.timer {
    font-family: sans-serif;
    color: #fff;
    display: flex;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
}

.timer div {
    padding: 1px 8px;
    border-radius: 0px;
    background: #ad0a0ae3;
    display: inline-block;
    font-family: Oswald;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    margin: 0.7px;
}

.timer .smalltext {
    color: #ffffff;
    font-size: 8px;
    font-family: Poppins;
    font-weight: 500;
    display: block;
    padding: 0;
    width: auto;
    line-height: 0px;
    margin-bottom: 10px;
}

#clearance {
    padding: 45px 0 10px;
}

.clearrace_main h3 {
    color: #f90202;
    margin-bottom: 0;
    font-size: 27px;
}

.clearnace_deta p {
    color: #000;
    font-size: 17px;
    margin-top: 15px;
    line-height: 25px;
}

#classifieds_deta {
    padding: 50px 0;
}

#classifieds_deta table {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
}

#classifieds_deta th {
    padding: 10px;
    border: 1px solid black;
    color: #000;
}

#classifieds_deta td {
    padding: 10px;
    border: 1px solid black;
    text-align: left;
}

#classifieds_deta tr:nth-child(even) {
    background-color: white;
}

#classifieds_deta tr:nth-child(odd) {
    background-color: #eee;
}

.ad_btn {
    background: #f90202;
    border: none;
    padding: 11px 15px;
    border-radius: 2em;
    border-bottom: 3px solid #218cca;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
}

.ad_btn:hover {
    background: #333;
    transition: all 0.6s ease;
}

.classified_image img.img-responsive {
    width: 80%;
    margin: 0 auto;
}

.classified_content {
    margin-top: 40px;
}


.classified_content ul {
    width: 100%;
}

.classified_content ul li {
    width: 31%;
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 1px 2px 20px #eee;
    display: inline-block;
    margin: 10px;
}

.classified_content ul {
    display: flex;
}

.classified_content #collapseOne li {
    width: 100%;
    padding: 7px;
}

.classified_content ul li h3 {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f90202;
}

.start ul li {
    border-bottom: 1px solid #eee;
}

.start ul li p {
    margin-bottom: 0;
}

.start ul li b {
    float: right;
}

.start ul li a strong {
    font-weight: 500;
    color: #f90202;
    font-family: sans-serif;
}

.ui.button.green {
    background: #02c874;
    color: #fff;
    border-color: #02c874;
}

.ui.button.fluid {
    width: 100%;
    margin-right: 0;
    padding: 12px;
}

.offcanvas {
    width: 350px;
    height: 100%;
    background: #f1f1f1;
    position: fixed;
    overflow: hidden;
}

.step-menu__menu {
    background: blue;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: 300ms all ease-in;
    transition: opacity 100 ease-in;
}

.step-menu__master {
    left: 0;
    opacity: 1;
}

.step-menu__menu li>span {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.step-menu__menu li>span.is-link::after {
    position: absolute;
    color: black;
    font-size: 10px;
    font-family: "FontAwesome";
    right: 8px;
}

.step-menu__menu li>span.is-link.js-link-down::after {
    content: "";
}

.step-menu__menu li>span.is-link.js-link-up::after {
    content: "";
}

.step-menu--step02 {
    transform: translateX(-100%);
}

.step-menu--step03 {
    transform: translateX(-200%);
}

.step-menu__menu {
    background-color: #fff;
}

.step-menu__menu .step-menu__menu {
    background-color: red;
}

.step-menu__menu .step-menu__menu .step-menu__menu {
    background-color: magenta;
}

.step-menu__menu.active {
    opacity: 1;
}

.profile_deta {
    margin: 25px 0;
}

.profile_deta .verifed_deta {
    margin-top: 20px;
}

.profile_deta .verifed_deta h3 {
    margin-bottom: 10px;
}

.profile_deta .verifed_deta strong.mem_icon {
    margin-left: 0;
}

.profile_listing ul {
    text-align: center;
}

.profile_listing ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 20px;
}

.profile_main_deta img {
    width: 10%;
    float: left;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 5px;
    margin-right: 15px;
    margin-top: 25px;
}

.profile_main_deta a {
    padding-top: 15px;
    display: block;
    width: 60%;
}

.profile_main_deta a h3 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 23px;
    color: #2d2d2d;
    margin-bottom: 0;
}

.profile_main_deta p {
    display: table;
}

.profile_listing ul li .fa {
    color: #f60;
    margin-right: 5px;
}

.tabing_smart .tab-pane {
    padding: 0;
}

.tabing_smart .tab-pane .single-patner {
    border: 1px solid #fff;
    padding: 10px;
    box-shadow: 1px 2px 7px #ccc;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 0px;
    position: relative;
}

.tabing_smart .tab-pane .single-patner .new-label::before {
    width: 0;
    height: 0;
    border-top: 80px solid #11a53e;
    border-right: 80px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.tabing_smart .tab-pane .single-patner .new-label div {
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 15px;
    font-size: 14px;
}

.tabing_smart #menu1 .single-patner .new-label::before {
    width: 0;
    height: 0;
    border-top: 70px solid #f90202;
    border-right: 70px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.tabing_smart #menu1 .single-patner .new-label div {
    margin-top: 9px;
}


/* sign in FORM */

#logreg-forms {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 15px;
}

#logreg-forms .form-control:focus {
    z-index: 2;
}

#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login {
    width: 390px;
    margin: 0 auto;
    margin-bottom: 14px;
}

#logreg-forms .social-btn {
    font-weight: 100;
    color: white;
    width: 190px;
    font-size: 0.9rem;
}

#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}

.form-signin #forgot_pswd {
    line-height: initial;
    padding-top: 5px;
    display: block;
    width: 30%;
}

form.form-signin h1 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

#logreg-forms button[type="submit"] {
    margin-top: 10px;
    width: 20%;
    padding: 10px;
    margin-bottom: 15px;
}

.next_center {
    text-align: center;
}

.next_center p {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal;
}

.next_center #btn-signup {
    width: 60%;
    margin: 0 auto;
    padding: 8px;
    font-size: 15px;
}

#logreg-forms .facebook-btn {
    background-color: #3C589C;
}

#logreg-forms .google-btn {
    background-color: #DF4B3B;
}


/*#logreg-forms .form-reset, #logreg-forms .form-signup{ display: none; }*/

#logreg-forms .form-signup .social-btn {
    width: 210px;
}

#logreg-forms .form-signup input,
#logreg-forms .form-signup select {
    margin-bottom: 2px;
}

.form-signup .social-login {
    width: 210px !important;
    margin: 0 auto;
}

.clearrace_main {
    text-align: center;
}

#bread_text {
    background: #f90202;
    padding: 14px;
}

#bread_text h1 {
    padding: 5px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 0;
    width: 70%;
    line-height: 27px;
}

.btn_new_btn {
    border: none;
    padding: 10px 15px;
    border-radius: 2em;
    border-bottom: 4px solid #ffffff;
    width: 28%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    display: block;
    text-align: center;
    float: right;
    margin-top: -55px;
    margin-right: 30px;
    box-shadow: 0px 2px 6px #3f403475;
    background-image: linear-gradient(-90deg, #060952, #041246);
}

.btn_new_btn:hover {
    background: #2A037C;
    color: #fff;
}

#bread_text .modal-header h4 {
    position: absolute;
}

.btn_new_btn:focus,
.btn_new_btn:hover {
    color: #fff;
    text-decoration: none;
}

.verifed_deta a {
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #2250fc;
    border-color: #2250fc;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
}

.verifed_deta a:hover {
    color: #fff;
}


/* Mobile */

@media screen and (max-width:500px) {
    #logreg-forms {
        width: 300px;
    }
    #logreg-forms .social-login {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms .social-btn {
        font-size: 1.3rem;
        font-weight: 100;
        color: white;
        width: 200px;
        height: 56px;
    }
    #logreg-forms .social-btn:nth-child(1) {
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span {
        display: none;
    }
    #logreg-forms .facebook-btn:after {
        content: 'Facebook';
    }
    #logreg-forms .google-btn:after {
        content: 'Google+';
    }
}

form.form-reset button.btn.btn-primary.btn-block {
    width: 30% !important;
}

form.form-signup p {
    margin-bottom: 0;
}

form.form-signup .form-group {
    margin-bottom: 0;
}

select.form-control.select2 {
    margin-bottom: 0 !important;
}

.modal-backdrop.fade.in {
    display: none;
}

#login_page {
    margin: 20px 0;
}


/* .login_page_code {
    background: #eeeeee6b;
    padding: 10px 0;
    box-shadow: 1px 5px 10px #eee;
    border-radius: 20px;
    border: 5px solid #fff;
} */


/* Start mohit */

.login_page_code input.form-control,
.login_page_code select.form-control {
    padding: 11px;
    height: auto;
    border: 1px solid #ecebeb;
    box-shadow: none;
}

.width140 {
    width: 140%;
    right: 20%;
    bottom: 50px;
}

.leftRegisterInfo {
    background:#c21616;
    height: 710px;
}

.leftRegisterInfo-page {
    background: #c21616;
    height: 700px;
}

.rightRegisterInfo {
    max-height: 710px;
    overflow-y: scroll;
}


/* .rightRegisterInfo-page {
    max-height: 800px;
    overflow-y: scroll;
} */

.modal-footer {
    padding: 20px !important;
    border-top: 0px solid #e5e5e5;
}

.nav-tabs {
    border-bottom: 0;
}

.leftLogo {
    padding-left: 0px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
}

h3.left-heading {
    color: #fff;
    font-size: 18px;
    margin: 15px 0px 15px 0px;
}
p.left-p {
    border-bottom: none;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
}

.register-top-teb {
    margin-left: 200px;
}

.error-validation {
    color:#c71a2b !important;
    font-size: 12px;
}

#mainMenu nav>ul>li>a {
    position: relative;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #ffffff;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}

.copyright {
    width: 100%;
}


/* End mohit */

#product_details_page {
    background: transparent;
    padding: 35px;
}

.titles h1 {
    text-transform: capitalize;
    font-size: 42px;
    color: #000;
    margin-bottom: 7px;
}

.titles h3 {
    color: #fc3535;
    margin-top: 0;
}

.modal-open .modal {
    background: #00000042;
}

.modal-dialog {
    margin: 120px auto;
}

.modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

#registerModel .modal-body form select {
    border: 1px solid #eeeeeefa;
    padding: 13px;
    margin: 0;
    width: 100%;
    box-shadow: none;
    display: inline-block;
    height: initial;
}

.full_width {
    width: 97% !important;
}

textarea.full_width {
    border: 1px solid #eeeeeec7;
    padding: 10px;
    margin: 10px 5px;
    width: 47%;
    box-shadow: 1px 0px 7px #eee;
    display: inline-block;
}

#registerModel .modal-body form button {
    background: #ffffff;
    color: #303030;
    border: none;
    padding: 5px 0px;
    margin-left: 7px;
    border-bottom: #f1f1f1 solid 1px;
}

.form-btn-new-clearance {
    background: #ffab00 !important;
    padding: 11px 15px !important;
    border-radius: 2em;
    border-bottom: 3px solid #218cca !important;
    width: 30%;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
}

.descreptipons h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 22px;
    font-family: unset;
    margin-bottom: 10px;
}

.descreptipons p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.price_div h3 {
    color: #000;
    font-size: 24px;
    font-family: sans-serif;
    margin-bottom: 5px;
}

.price_div span {
    font-weight: bold;
    color: red;
    font-size: 19px;
}

.price_div .price_main {
    color: #18c118;
    font-weight: normal;
    font-size: 24px;
    font-family: fantasy;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.btn.buy-it.orange_cart {
    background: #f90202;
    border: 1px solid #f90202;
}

.price_div .btn.buy-it {
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #f90202;
    border-color: #f90202;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 7px 0;
    outline: none;
    line-height: 14px;
    width: 70%;
}

.category-list li p {
    padding: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
    background: #eeeeee47;
    color: #424242;
    ;
}

.details_profile_main_deta img.img-responsive {
    width: 20%;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 4px;
    float: left;
    margin-right: 13px;
}

.details_profile_main_deta h3 {
    border: none;
    margin-bottom: 0;
}

.details_profile_main_deta {
    display: inline-block;
}

.product_details_page_data {
    border: 1px solid #eee;
    padding: 10px;
    background: #eee6;
}

.profile_details p {
    margin: 5px 0;
    font-size: 13px;
    line-height: initial;
}

.profile_details p span .fa {
    color: #ccc;
    margin-right: 5px;
    width: 10px;
    text-align: center;
}

.details_slider h3 {
    font-size: 30px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

#sailorTable {
    text-align: center;
}

#sailorTable tr th {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid red;
}

.main_details_table {
    margin-top: 35px;
}

#sailorTable tr td {
    padding: 5px;
    font-weight: bold;
    color: #000;
}

.tabing_start {
    border: 1px solid #eee;
    border-right: none;
    border-radius: 10px;
    margin-top: 35px;
}

.tabing_start .nav-link {
    padding: 20px;
    font-size: 19px;
    margin: 0;
}

.tabing_start li.nav-item.active a {
    color: #2250fc !important;
    font-size: 19px;
}

.tabing_start .nav-tabs>li {
    float: left;
    border-right: 1px solid #eee;
    margin: 0;
}

.btn.contact_seller_btn {
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #2250fc;
    border-color: #2250fc;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 25px;
    outline: none;
    line-height: 14px;
}

select.selectpicker {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    padding: 4px;
}

.selectpickers {
    width: 25%;
}

#regForm .tab.step-menu__menu.step-menu__master button {
    border-bottom: 1px solid #eee;
    margin-left: 0;
    padding: 12px 0;
}

.selectpickers .btn-default {
    width: 100%;
    background: #ffffff;
    border-color: #fff;
    border-radius: 0;
    text-align: left;
    box-shadow: 0px 0px 8px #00000096;
    color: #2d2d2d;
}

.selectpickers .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

.selectpickers .dropdown-menu li a {
    cursor: pointer;
}


/*======= Responsive Start ========*/

@media only (max-width: 767px) {}

.checkboxright {
    float: right;
}

.pad100 {
    padding: 100px;
}


/*======= Responsive Start ========*/

.mean-expand {
    visibility: hidden;
}

.clearance_btn_fn {
    margin-top: 17px;
    background: #31708f;
    width: 33%;
}

.clearance_btn_fn1 {
    margin-top: 17px;
    background: #31708f;
    width: 20%;
}

.sponsor-area {
    width: 80% !important;
    margin-top: 15px;
    padding-left: 30px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.sponsor-btn {
    background: blue;
    color: #fff;
    padding: 4px;
    display: block;
    width: 80%;
    font-size: 120%;
    font-weight: bolder;
    margin-top: 10px;
    margin-left: 5%;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 2em;
    border-bottom: 2px solid #218cca;
}

.img-sponsor {
    width: 25%;
}

.img-sponsor1 {
    width: 74%;
}

.members_listing_start-s ul li {
    width: 24%;
}

.classified-new1 {
    height: auto;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #eee;
}

#home br {
    display: none;
}

.fillter_section {
    margin: 10px;
}

#registerModel .tabing_smart .tab-pane {
    padding: 0;
    width: 100%;
}

.tabing_smart .nav li a {
    border: 1px solid #d2d2d2 !important;
    padding: 10px;
    text-decoration: none !important;
    border-radius: 0;
    margin: 0 5px;
}

.tabing_smart .nav li a u {
    border: none !important;
    text-decoration: none;
}

.tabing_smart .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #fb9703;
    color: #fff !important;
}

.tabing_smart button.btn.btn-primary.btn-block {
    background: orange !IMPORTANT;
    color: #fff !IMPORTANT;
}

span.blogCat {
    font-size: 16px;
}

.sponsor-area {
    width: 80% !important;
    margin-top: 40px;
}

.ImageCenter {
    height: 300px !important;
}

.but_now_deta .sponsor-btn2 {
    width: 25%;
    margin-left: 37%;
    margin-bottom: 4%;
}

.phoneCode {
    width: 33% !important;
    padding-left: 1px !important;
    position: absolute !important;
}

.phoneNumber {
    width: 64% !important;
    float: right !important;
}

.BuyersChoice {
    width: 80%;
    margin-left: 10%;
}

.BuyersChoice h3 {
    margin: 8px !important;
}

.BuyersChoice p {
    margin-left: 35px !important;
}

.BuyersChoiceBlue {
    color: #007cd6;
}

.BuyersChoiceRed {
    color: #f90202;
}

.rFixedBtns {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid #f03734;
    border-radius: unset;
    display: inline-block;
    background-color: #f03734;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    z-index: 9999;
    transform: rotate(-90deg);
    position: fixed;
    right: -75px;
    width: 190px;
    bottom: 100px;
    height: 42px;
    top: 0;
    margin: auto;
}

.rFixedBtns>span {
    display: inline-block;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.rFixedBtns:after {
    content: '';
    position: absolute;
    background-size: 42px;
    right: -20px;
    top: -1px;
    width: 42px;
    height: 42px;
    -webkit-transition: .3s;
    transition: .3s;
}

.rFixedBtns:after {
    content: '';
    position: absolute;
    background-size: 42px;
    right: -20px;
    top: -1px;
    width: 42px;
    height: 42px;
    -webkit-transition: .3s;
    transition: .3s;
}
.sliderImage {
    width: 100%;
    min-height: 400px !important;
    max: 650px !important;
    padding: 1px;
}

@media (min-width: 992px){
    .register-page .panel-body h1  {
        text-align: center;
    }
    ul.nav.nav-tabs {
        margin-left: 28%;
    }
    .regMenu1-left {
        padding-left: 2%;
    }
}
i.fa.fa-bell-o.f-bell {
    color: #fff;
    font-size: 14px;
}
.dropdown-menu {
    top: 150%;
    min-width: 200px;
    padding: 10px 10px;
    margin: 0px 0 0;
}
a.dropdown-item {
    padding: 18px;
}
.error-validation {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

li.nav-item.dropdown a#navbarDropdown {
    cursor: pointer;
    background-image: url(../../images/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 23px;
    background-size: 14px;
}

select.currencyS {
    padding: 3px;
    /* background: transparent; */
    margin-left: 25px;
    border: none;
}
span.listingPrice h5 {
    color: #d52a2a;
    padding-top: 20px;
    margin-bottom: 5px;
}
.cartButton {
    background: #ffab00;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-left: auto !important;
    margin-right: auto;
    width: 75%;
}
   select.form-control.sreach-select {
    float: left;
    width: 25%;
    font-weight: none;
}
.sreach-input {
    width: 75%;
}
select.form-control.sreach-select option {
    color: #000;
}
section.search-container.row {
    padding-top: 5%;
    padding-left: 5%;
    padding-bottom: 15%;
}
span.Wishlist {
    background: #e3e3e3;
    padding: 3px;
    border-radius: 8px;
    color: #767575;
}
.top_menu_right nav ul li a i span {
    color: #000;
}
#message {
    position: fixed;
    top: 56px;
    right: 20px;
    width: 15%;
    float: right;
    z-index: 9999;
    background: #505350;
    color: #000;
    box-shadow: 1px 1px 1px 1px #74c287;
}
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}
.alert-success {
    border-color: #94e5a8 !important;
    background-color: #94e5a8 !important;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #c1c1c1 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    /*border-radius: 5px;*/
    border: 0px solid #ffffff;
  }
