/******************* Negocia Old Css *************/
.fixed-header .navbar-brand img{height:40px !important;}
.navbar-brand{
    background:#000;
    padding: 4px 15px;
}
.product-base-class {
    box-shadow: 0px 0px 8px #e6e6e6;
    height: 300px;
    text-align:center;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
.businesssss{
    background:
#eee;
    padding: 8px !important;
    border-radius: 8px;
}
.product-base-class img{height:100%;}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(open-sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{font-family: 'Open Sans', sans-serif;font-size: 1.05rem}
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;
}
marquee .inner{
    float: left;
    display: inherit;
}
.welcome-strip{
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    margin: 0;
    background: #f47e2b;
    padding: 0px 10px 2px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 12px;
}
#slide2 .carousel-indicators li {
    background-color: #33649f;
    width: 10px;
    height: 10px;
}
.form-control:focus{
    outline: none;
    border-color: #3364a1;
    box-shadow: none;
}
.formCenter{
    width: 40%;
    margin: 30px auto 0;
}
.rechargeUtility{
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 15px;
}
.newsDiv{
    background: linear-gradient(to left,#002D4F,#3DB5FF);
    display:block;
}
.referralDiv{
    background: #2e308f;
}
.newsHeadDiv h5{
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 5px 0 5px 15px;
    color: #fff;
}
.newsHeadDiv:before{
    position: absolute;
    content:'';
    left: 15px;
    top: 0;
    background: #002D4F;
    width: 80px;
    height: 100%;
    z-index: 1;
}
.newsHeadDiv.referralLink:before{
    width: 150px;
}
.newsHeadDiv:after{
    position: absolute;
    content: '';
    left: 95px;
    top: 0;
    border-bottom: 17px solid #002D4F;
    border-right: 17px solid transparent;
    height: 100%;
    border-left: 17px solid #002D4F;
    border-top: 17px solid transparent;
    z-index: 1;
}
.newsHeadDiv.referralLink:after{
    left: 165px;
}
 .spclgray {
    background: #f8f8f8;
    padding: 50px 0;
}

.product-item .pi-pic {
    position: relative;
    display: block;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .tag-new,
.product-item .tag-sale {
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #50e550;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 9px 1px;
    border-radius: 15px;
    width: 42px
}

.product-item .tag-sale {
    text-align: center;
    padding: 5px 0 1px;
    min-width: 65px;
    background: #f51167
}

.product-item .pi-links {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 18px;
    z-index: 9;
    padding-right: 15px;
    text-align: right
}

.product-item .pi-links a {
    display: inline-table;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 60px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 9px;
    overflow: hidden;
  
    position: relative;
    -webkit-box-shadow: 1px 0 32px rgba(0, 0, 0, .2);
    box-shadow: 1px 0 32px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center
}

.product-item .pi-links a i {
    display: inline-block;
    
}

.product-item .pi-links a.add-card {
    padding-top: 8px
}

.product-item .pi-links a.add-card span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 19px;
    top: 20px;
    opacity: 0
}

.product-item .pi-links a.add-card:hover {
    width: 148px;
    padding: 8px 18px 0;
    text-align: left
}

.product-item .pi-links a.add-card:hover span {
    opacity: 1;
    top: 10px;
    -webkit-transition: all .4s ease .3s;
    -o-transition: all .4s ease .3s;
    transition: all .4s ease .3s
}

.product-item .pi-text {
   padding-top: 10px;
    height: 60px;
}

.product-item .pi-text h6 {
    float: right;
    padding-left: 20px;
    overflow: hidden;
    font-weight: 700;
    color: #111;
    font-size:14px;
}

.product-item .pi-text p {
    font-size: 14px;
    color: #111;
    margin-bottom: 0
}

.product-filter-section {
    padding-bottom: 60px
}

.product-filter-section .section-title {
    margin-bottom: 70px
}

.product-filter-menu {
    list-style: none;
    margin: 0 -10px;
    padding-bottom: 15px
}

.product-filter-menu li {
    margin: 0 10px 10px;
    display: inline-block
}

.product-filter-menu li a {
    color: #111;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ebebeb;
    display: block;
    width: 100%;
    padding: 10px 34px;
    border-radius: 31px
}

.product-item img {
    max-height: 100%;
}

.spclgray .product-item {
    box-shadow: 0px 0px 8px #d6d6d6;
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.spclgray .product-item:hover .pi-pic:before {
    content: "";
    position: absolute;
    top: 0;
}

.viewdetails {
    position: absolute;
    top: 100%;
    height: 100%;
    left: 0;
    width: 100%;
    background:
        rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in;
}

.product-item:hover .viewdetails {
    top: 0;
}

.pi-pic {
    overflow: hidden;
}
.btn-primary {
    color: #fff;
    background-color: #1B699D;
    border-color: #1B699D;
    border-radius: 18px;
}
table.dataTable.no-footer{
    border-collapse: collapse;
}
.table thead th, .table td, .table th, .table-bordered td, .table-bordered th {
    border-color: #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255,255,255,1);
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dee2e6 !important;
}
.table td, .table th {padding: 8px 10px;vertical-align: middle;}
.table td {font-weight: 600;}
td .btn-lg {
    padding: 5px 8px;
    font-size: 14px;
}
.borrdrd{
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.loginres{
	background: #f1f2f3;
    margin: 30px auto;
    padding: 30px 0;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    left: 0;
    right: auto;
}
.dropdown-item{
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    position: relative;
    padding: 6px 15px 6px 30px;
}
.dropdown-item:before{
    position: absolute;
    font-family: FontAwesome;
    content: "\f101";
    left: 11px;
    top: 50%;
    margin-top: -10px;
    color: #334e7e;
}
.dropdown-item:hover{
    background: linear-gradient(to left,#002D4F,#3DB5FF) !important;
    color: #fff;
}
.dropdown-item:hover:before{
    color: #fff;
}
select, [type=search] {
    border: 1px solid #ced4da;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {padding: 3px 13px !important;}
.dataTables_wrapper .dataTables_info {padding-top: 0.25em !important;}
.shops{
    background: #fff;
    text-align: center;
    line-height: 65px;
    border: 1px dashed #333;
    margin-top: 15px;
    box-shadow: 0px 3px 6px 0px #999;
    border-radius: 10px;
    padding: 10px;
    transition: .2s;
    min-height: 164px;
}
.shops a{color: #111;}
.shops:hover{
    border-color: #f47e2a;
    box-shadow: 0px 5px 8px 0px #555;
}
.bggray{background:#f1f2f3; padding:30px 0;}
.shops h4{
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
}
.shops h5{font-size: 14px;margin: 0;}
.benefits{text-align:center;}
.benefits .sn {
    width: 100%;
    height: auto;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.benefits .sn img{
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 6px 0px #999;
    transition: .2s;
    height: 140px;
}
.benefits:hover .sn img {
    border-color: #f47e2a;
    box-shadow: 0px 5px 8px 0px #555;
}
.achievers .benefits{
    padding: 15px;
}
.achievers .benefits .sn {
    margin-bottom: 20px;
}
.achievers .benefits .sn img{
    width: 140px;
}
.allCategory{margin-bottom: 15px;}
.categoryDiv{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.cfcfcf{
    background: linear-gradient(45deg, rgb(115, 3, 192, 0.9), rgb(236, 56, 188, 0.9)), url('../images/small-icons.png');
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.cfcfcf div{
    height: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    transition: .2s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.cfcfcf div img{
    height: 100%;
    width: 100%;
}
.frsss:hover .cfcfcf div {
    box-shadow: 0px -2px 6px 0px #999;
}
.benefits h5{font-size:14px;line-height: 1.4;}
.benefits h4{
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.height100{height:100%;}
.frsss h4 {
    font-size: 20px;
    background: linear-gradient(45deg, #0b5cf6, red);
    padding: 45px 15px;
    text-align: center;
    color: #fff;
    line-height: 28px;
}
.frsss h6{border:1px solid #ddd;}
.frsss p{padding-bottom:30px;}
.smsallfrss{
    border: 1px solid #ddd;
    padding: 10px 12px;
    background: #fff;
    margin: auto;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    border-top: none;
    transition: 0.2s;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frsss:hover .smsallfrss{box-shadow: 0px 2px 6px 0px #999;}

  /* header  1 */

.hero-area {
    position: relative;
}
.hero-area .overlay {
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       background: linear-gradient(95deg,#334e7e 40%,#3397f1 100%);
       transform: skewY(-3deg);
       -webkit-transform-origin: 0;
       transform-origin: 0;
       z-index: -12;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.hero-area .contents {
    padding: 220px 0;
}
.hero-area .contents h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
}

.hero-area .contents p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.hero-area .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase;
    width: 180px;
    height: 50px;
    padding: 15px;
}
.hero-area .contents .btn-border {
    border: 1px solid #fff;
    color: #3ecf8e!important;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    width: 180px;
    height: 50px;
    padding: 15px;
    background: #fff;
}
.hero-area .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase;
    width: 180px;
    height: 50px;
    padding: 15px;
}
.hero-area .intro-img {
    padding: 158px 0 0;
}
.hero-area .intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}
.menu-bg{
	background: #fff;
	box-shadow: 0 0 7px 1px rgba(0,0,0,.1);
	z-index: 1000;
	padding: 5px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position:relative
}
.navbar.fixed-header {
    position: fixed;
    height:75px;
    top: -70px;
    transform: translateY(69px);
    transition: transform 500ms ease,background 500ms ease;
    -webkit-transition: transform 500ms ease,background 500ms ease;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.1);
    background: #fff;
}
.navbar.dashboard-menu.fixed-header {
    top: -2px;
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, #7303c0, #ec38bc);
}
.shopy-by-category{
    background: #001145;
    padding: 15px;
    color: #fff;
    line-height: 34px;
    font-size: 24px;
    font-weight: 600;
    display: none;
}
.carousel-indicatorleftright{
    width: 50px;
    height: 50px;
    background: linear-gradient(to left,#002D4F,#3DB5FF);
    top: 50%;
    margin-top: -15px;
    opacity: 1;
    border-radius: 50%;
}
.carousel-control-prev {left: 10px;}
.carousel-control-next {right: 10px;}
.dpl0{padding-left: 0px;}
.listing{
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0px 6px 0 #999;
    transition: 0.2s;
}
.listing:hover{
    box-shadow: 0 0px 8px 0 #333;
}
.listing .imgDiv{
    background: #f1f2f3;
    border: 1px dashed #333;
    padding: 5px;
    box-shadow: 0px 3px 6px 0px #999;
    text-align: center;
}
.listing img{
    height: 65px;
    width: 100%;
}
.listing h4{font-size: 20px; margin-bottom: 1px; color: #334e7e;}
.listing p{
    font-size: 13px;
    margin-top: 0;
    color: #333;
    margin-bottom: 0;
    height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing .stateP{
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: #f47b25;
    color: #fff;
    padding: 4px 6px;
    line-height: 10px;
    border-radius: 3px;
    font-size: 11px;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.singleImage{
    height: 307px;
    width: 100%;
    overflow: hidden;
}
.singleImage img{
    height: 100%;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    width: 100%;
}
.singleDetails{
    border: 1px solid #999;
    padding: 15px 15px 0;
    border-radius: 5px;
    background: #fff;
}
.singleDetails h6{font-weight: 600;}
.singleDetails i {
    background: #2e308f;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
}
.singleProfile{
    background: #f1f2f3;
    padding: 30px 0;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.profileData tr:nth-child(4){
    text-transform: capitalize;
}
.profileData tr td{
    padding: 2px 8px;
    color: #f47b25;
}
.profileData tr td:last-child{
    color: #111;
}
.rating{
    background: #f42714;
    color: #fff;
    padding: 0 10px 0 16px;
    line-height: 20px;
    font-size: 11px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: -20px;
    right: 15px;
}
.rating::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 2px;
    position: absolute;
    width: 6px;
    top: 7px;
}
.rating::after {
    background: transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f42714;
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
}
label.showPass{
    margin: 0;
}
label.showPass input{
    position: relative;
    top: 2px;
}
div#ctp, label.showPass{
    position: absolute;
    right: 15px;
    text-align: right;
    bottom: 10px;
    font-size: 12px;
}
.filter{background: #fff; border:1px solid #ddd;padding: 15px; border-radius: 4px;}
.filter h4{
    font-size: 14px; 
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter ul{list-style: none; padding:0px;max-height: 400px;overflow: auto;}
.filter ul li{border-bottom:1px solid #ddd;padding: 5px 0;}
.filter ul li label{margin: 0;}
.dmb50{margin-bottom: 50px;}
.bglight{background: #f3f3f3;}
.ooferitem ul{width: 100%; float: left; padding: 0px; list-style: none;}
.ooferitem ul li{border:1px solid #ddd; margin-bottom: 8px; padding: 8px; width: 49%; float: left; margin:.5%;}
.ooferitem ul li span{float: right; font-size: 14px; background: #334e7e; color: #fff; padding: 5px 10px; line-height: 14px;}
.ooferitem h5{
    background: #7303c0;
    display: block;
    width: 100%;
    padding: 15px;
    color: #fff;
    margin-bottom: 1rem;
}
.ooferitem{border: 1px solid #ddd;background: #fff;margin-top: 20px;}
.offersingle h3{color: #001145;font-size: 22px;}
.offersingle h3 span{position: relative;font-size: 17px; background: #f42714; color: #fff; padding: 5px 11px 5px 15px;}
.offersingle h3 span::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 0px;
    position: absolute;
    width: 6px;
    top: 12px;

}
.offersingle h3 span::after {
    background: transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f42714;
    border-top: 15px solid transparent;
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
}
.dp0{padding: 0px;}

.banner1{
	background: url(../images/banner1.jpg);
	height: 500px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.banner1 h2, .banner1 h3, .banner1 h4{color: #fff;}
.banner1 h2{
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 25px;
}
.banner1 h3{
	font-size: 32px;
    margin-bottom: 25px;
}
.banner1 h4{
	font-size: 20px;
    font-weight: normal;
    line-height: 32px;
}
.formsection{
	background: #fff;
    padding: 25px;
}
.banner1 .container{height: 100%; display:flex; align-items:center;}
.formsection h3{color: #15b5ac !important; margin-bottom: 5px;}
.formsection h4{color: #222 !important;}
.formsection img{height: 75px;}
.formsection input[type=radio] {
    transform: scale(1.3);
}
.dbr{border-right: 1px solid #ddd;}
.formsection form{margin-top: 30px;}
.ddf{display: flex; align-items: center; justify-content: center;}
.dpr120{padding-right: 120px;}
.formsection form button{width:50%;}
.dp50{padding: 50px 0;}
.welcome_section h4{font-weight: normal;line-height: 32px;margin-top: 15px;font-size: 17px;}
.logoss ul:nth-of-type(last){
	margin-top: 30px;
}
.dmt30{margin-top: 30px;}
.dpl50{padding-left: 50px;}
.dpr50{padding-left: 50px;}
ul.homeAds{
    padding: 0;
    margin: 0;
}
.homeAds li {display: inline-block;margin-right: 20px;}
.homeAds li img{
    height: 230px;
    width: 355px;
    border: 1px solid #999;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.homeAds li p{
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}
.banner2{
	padding-top: 50px;
	background: linear-gradient(-45deg,#e57c81,#f5bfcc);
	padding-bottom:50px;
}
.banner2-content h2{font-size: 30px;color: #fff;margin-top: 0;}
.banner2-content p{
    font-size: 17px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align:justify;
}
.readmorebtn{margin-top: 10px;}
.readmorebtn a{background: #df0e86;color: #fff;padding: 15px 30px;border-radius: 25px;font-size: 15px;display: inline-block;}
a:hover{text-decoration: none;}
.banner3{padding: 50px; background:linear-gradient(rgb(21, 181, 172,0.6),rgb(21, 181, 172,0.6)), url(../images/1.png);}
.banner3div{width: 20%; float: left; text-align: center; color: #fff;}
.banner3div img{height: 150px; margin-bottom: 20px; background: #fff; padding:15px; border-radius: 15px;}
.banner3divafter{width: 15%; margin-left: 2.5%; margin-right: 2.5%; float:left; position: relative;}
.banner3div p{margin-bottom: 0px;}
.elementor-divider-separator {
    border-top-style: dashed;
    border-top-width: 5px;
    border-top-color: #fff;
    width: 100%;
    margin-top: 80px;
}
.elementor-divider-separator::after {
    font-family: "FontAwesome";
    font-size: 20px;
    content: '\f04b';
    position: absolute;
    top: 68px;
    right: -15px;
    color: #fff;
    display: block;
    font-weight: 900;
}
.spclheading .span1{
	font-size: 85px;
    color: #15b5ac;
    font-weight: bold;
}
.spclheading .span2{
	font-size: 36px;
    font-weight: normal;
    margin-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.spclheading .span3{
	font-weight: bolder;
    font-size: 36px;
}


.owl-item{opacity:1}
.owl-item.center{opacity:1; transform: scale(1.1); transition: 1.2s;}

.mycaraaa{background:#f1f2f3; margin: 15px; float:left; padding: 30px 40px 30px 40px; border-radius: 80px 80px 0px 80px;}
.mycaraaa h5{width: 100%;float: left;display: block;font-style: italic;line-height: 30px;font-size: 18px;}
.mycaraaa h6{width: 100%; float: left; display: block; text-align: right; font-style: italic;}
.owl-nav{display: none;}

.bt10{border-top: 15px solid green;}
.fishhead h2 {
    font-size: 26px;
    font-weight: bold;
    margin-top: -8px;
    color: #001145;
}
.bg-whitee{background:#fff !important;}
.dm50{margin: 30px 0;}
.question h4{font-size: 24px; letter-spacing: 2px; margin-bottom: 15px;}
.question h6{
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.homeAds li{color:#fff;}
.scrolling-navbar, .fixed-header{background:linear-gradient(to left,#002D4F,#3DB5FF) !important; box-shadow: none !important;}
.question a{border: 2px solid #33649f;padding: 10px 40px;border-radius: 40px;color: #33649f;font-size: 15px;font-weight: 600;}
.navbar-expand-md{width: 100%; height:75px; padding:0px;}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
}
.banner4{background:#15b5ac; padding: 30px 0; color: #fff;}
.banner4 h2 {
    font-size: 60px;
    font-weight: bolder;
    margin-bottom: 30px;
}
.banner4 p{font-size: 20px; font-weight: 600; margin-bottom: 30px;}
.banner4 a{border: 2px solid #fff;
    padding: 12px 24px;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
}
.dmb30{margin-bottom: 30px;}
.banner4 img{height: 50px;}
.footer_block h4{font-size: 18px;color: #fff;font-weight: bold;text-transform: capitalize;margin-top: 10px;margin-bottom: 25px;}
.footer_block ul{padding: 0px; list-style: none;}
.footer_block li{margin-bottom: 10px;text-transform: capitalize;}
.footer_block li a{color: #fff;}
.bglightgray {background: #002D4F;color: #fff;}
.footer_block img{
    margin-bottom: 15px;
   
    padding: 3px 10px;
    border-radius: 5px;
}
.footer_block p{margin-bottom: 0px;	}
.copyRight p{font-size: 14px;}
.social li{
    background:linear-gradient(to left,#002D4F,#3DB5FF) !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.dpb25{padding-bottom: 25px;}
.dmt15{margin-top: 15px;}
.dpb15{padding-bottom: 15px;}
.dp30{padding:30px 0;}
.borderli{border: 1px solid #850b7a;
    border-radius: 25px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.bl{
	border: 10px solid #296f2e;
	height: 0px;
	border-radius: 0px 10px 10px 0px;
}
.br{
	border: 10px solid #296f2e;
	height: 0px;
	border-radius: 10px 0px 0px 10px;
}
.border1 {
    border-left: 10px solid #f47e2a;
    border-right: 10px solid #f47e2a;
    padding: 25px 0;
}
.logoss ul li{width: 150px; float: left;}
.slick-slide .inner {margin: 7px 7px;}
.inner img{
    height: 80px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    margin: 3px 10px;
}

/*** Register Form ****/

.register{
    padding: 40px;
    margin: 30px auto;
    background-size: cover;
    background-position: left;
    background: linear-gradient(to left,rgba(82,78,183,0.8),rgba(11,127,177,0.8)), url(../images/small-icons.png);
    border-radius: 10px;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #fff;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 50%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    margin-top: 10px;
    border: none;
    border-radius: 1.5rem;
    padding: 12px 40px;
    background: linear-gradient(to left,#002D4F,#3DB5FF);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}
.btnRegister:hover{color: #ddd;}
.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #15b5ac;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
    position: relative;
    top: 45px;
    right: 80px;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #15b5ac;
    border: 2px solid #15b5ac;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading {
    text-align: left;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
    margin-left: 80px;
}

.abtn{
    background: #fff;
    padding: 8px 40px 10px;
    border-radius: 25px;
    color: #333;
}
.stepsOfNegocia{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0;
}
.stepsOfNegocia img{
    margin-top: 10px;
    border: 2px solid #7805c0;
}

/* Our World  */
.c-butions {
    background: #f1f2f3;
    padding: 30px 0;
}
.section-title {
	text-align: center;
}
.giftss{
    background: #f1f2f3;
    padding-top: 35px;
    padding-bottom: 40px;
}
.btnnnnttt{
        margin-top: 20px;
    background: #000943;
    color: #fff;
}
.sercntbn{
	background: #3083f1;
	border-color: #3083f1;
    color: #fff;
}
.mt0{margin-top: 0px !important;}
.section-title .lines{
	height: 2px;
	width: 50px;
	text-align: center;
	background: #334e7e;
	display: inline-block;
	position: relative;
	top: -16px;
	display: none;
}
.section-title .lines:before{
	    position: absolute;
	    left: -30px;
	    top: 5px;
	    height: 2px;
	    width: 50px;
	    background: #334e7e;
	    content: "";
}
.section-title .lines:after{
	    position: absolute;
	    right: -30px;
	    top: 5px;
	    height: 2px;
	    width: 50px;
	    background: #334e7e;
	    content: "";
}
.section-title h2::before {

    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background: 

    #9512bf;
    border-radius: 50%;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;

}
.section-title h2 {
	margin-bottom: 28px;
	text-transform: capitalize;
	position: relative;
	color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    background: linear-gradient(45deg, #7303c0, #ec38bc);
    padding: 0 10px 8px;
    border-bottom: 2px solid #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    ont-size: 40px;

text-transform: capitalize;

font-family: 'Kalam', cursive;
}
.section-title p {
	font-size: 16px;
	color: #666;
	width: 80%;
	margin: auto;
	margin-bottom: 15px;
}
.df{display: flex; align-items: center;}
.single-butions img{margin-bottom:15px;}
.c-butions .single-butions {
	position: relative;
	background: #001145;
	color:#fff;
	border: 1px solid #ddd;
	padding: 30px;
	text-align: center;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
	margin-bottom: 30px;
	border: none;
	box-shadow: 0px 0px 26px #00000017;
	border-radius: 8px;
}
.c-butions .single-butions:hover{
	border-color:transparent;
	background:linear-gradient(-45deg,#334e7e,#3370b3);
	cursor:pointer;
}
.c-butions .single-butions.active{
	border-color:transparent;
	background: linear-gradient(-45deg,#334e7e,#3370b3);
}
.c-butions .single-butions .number {
	font-weight: 700;
	font-size: 28px;
	color: #2c2d3f;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.c-butions .single-butions:hover .number{
	color:#fff;
}
.c-butions .single-butions.active .number{
	color:#fff;
}
.c-butions .single-butions .latter {
	color: #2c2d3f;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
	font-weight: 700;
	font-size: 28px;
	margin-left: 5px;
}
.c-butions .single-butions:hover .latter{
	color:#fff;
}
.c-butions .single-butions.active .latter{
	color:#fff;
}
.c-butions .single-butions i {
	position: absolute;
	font-size: 35px;
	color: #c5c5c5;
	left: 30px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.c-butions .single-butions:hover i{
	color:#fff;
}
.c-butions .single-butions.active i{
	color:#fff;
}
.c-butions .single-butions p{
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.c-butions .single-butions:hover p{
	color:#fff;
}
.c-butions .single-butions.active p{
	color:#fff;
}
.c-butions .button {
	margin-top: 40px;
}
.contDetails{
    border-radius: 10px;
}
.contDetails p{
    padding: 15px 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: linear-gradient(to left,#002D4F,#3DB5FF);
    color: #fff;
    font-size: 13px;
}
.contDetails p b{
    font-size: 16px;
}
.work {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 35px;
}
.work .single-work{
	text-align:center;
	position:relative;
	padding:10px;
}
.work .single-work::before {
	position: absolute;
	content: "";
	right: -50px;
    top: 38px;
    height: 1px;
    width: 100px;
    border-top-style: dashed;
    border-top-width: 2px;
    border-top-color: #e736bc;
}
.work .single-work::after {
    font-family: "FontAwesome";
    font-size: 16px;
    content: '\f04b';
    position: absolute;
    top: 27px;
    right: -52px;
    color: #e736bc;
    display: block;
    font-weight: 900;
}
.work .single-work.last::before{
	display:none;
}
.work .single-work.last::after{
    display:none;
}
.work .single-work .serial span{
    font-size: 26px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #7805c0;
    display: inline-block;
    position: relative;
}
.work .single-work .serial span:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    margin-left: -1px;
    height: 10px;
    width: 2px;
    background: #7805c0;
}
.work .single-work h3{
	padding-top: 15px;
    color: #7906c0;
    font-weight: 700;
    font-size: 16px;
}
.work .single-work p{margin-top: 10px;margin-bottom: 0;}
.pd-box-0{padding:0px;}

/* features */
.section-padding {padding: 30px 0;}
#features .box-item {
    box-shadow: 0 0px 6px 0 #999;
    padding: 19px;
    line-height: 22px;
    margin-top: 19px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
    min-height: 110px;
}
#features .box-item:hover {box-shadow: 0 0 8px #333;}
#features .content-left span {float: left;}
#features .box-item .icon {
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: #f1f2f3;
    border: 1px dashed #333;
    padding: 5px;
    box-shadow: 0px 3px 6px 0px #999;
    margin-right: 15px;
}
#features .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}
#features .box-item .icon img {
    height: 100%;width: 100%;
}
#features .box-item .icon i {
    color: #004ed8;
    font-size: 30px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.lni-rocket:before {
    content: "\e9e4";
}
#features .box-item .text {
    float: left;
    width: calc(100% - 85px);
}
#features .box-item .text h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#features .box-item .text h5 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#features .box-item .text p {
    font-size: 14px;
    line-height: 26px;
}
#features .content-right span {
    float: left;
}
.text-three{
	margin-top:0px;
}
.comman-headding{
	    font-size: 26px;
		letter-spacing: 0.5px;
        color: #001145;
        font-weight: bold !important;
}
.closeDivAbs{position:absolute; right:0px;top: -3px;}
.new-menu-header{background:#000 !important;}
.new-menu-header .navbar-expand-md .navbar-nav .nav-link{color:#fff;}
.tableTd img{
    height: 40px;
    margin-top: 20px;
}
.table.rank-reward{
    background:linear-gradient(rgba(115, 3, 192, 0.8), rgba(236, 56, 188, 0.6)), url(../images/reward-background.png);
    background-size: cover;
    color: #fff;
}
.user-name-strip{
    display: block;position: absolute;right: 24px;top: 0px;margin: 0;background: #f47e2b;padding: 0px 10px 2px;border-radius: 0 0 5px 5px;color: #fff;font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.tableTd img{
    height: 30px;
    width: 30px;
    background: #fff;
    margin-top: 0;
}
.topheaderr .navbar-toggler{
    background: #50108c;
    position: absolute;
    padding: 5px 7px;
    color: #fff;
    right:0px;
    font-size: 14px;
}
.navbar-toggler.dashboard-menu{
    position: absolute;
    right: 40px;
    z-index: 9999;
    font-size: 14px;
    font-weight: bold;
    background: #ec38bc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}
.navbar.dashboard-menu.fixed-header {
    top: -11px;
    left: auto;
}
.navbar-toggler-icon{font-size:18px !important; line-height: 28px;
    color: #fff;}
.new-menu-header .navbar-expand-md .navbar-nav .dropdown-menu{width:100%; display:none;} 
.new-menu-header .navbar-collapse {
    position: absolute;
    background: linear-gradient(45deg, #7303c0, #ec38bc);
    left: -15px;
    z-index: 1;
    top: 0;
    right: -15px;
}
.new-menu-header .navbar-expand-md .navbar-nav .dropdown-menu{opacity:1; visibility:visible;}
.new-menu-header .navbar-expand-md .navbar-nav .dropdown-menu.show{display:block !important;}
.spclteam1 {
    opacity: 1 !important;
    visibility: visible !important;
    display:block !important;
}
.res-padz{padding: 0;}
.singleProfile {
    margin-bottom: 15px;
}
.table.max-content-table{width: max-content;}
.navbar-brand img, .footer_block img{height: 40px;}
.rowMargin{margin: 0;}
.innerMobTop{margin-top: 15px;}
.navbar-expand-md {
    padding: 10px 15px 0;
}
.categoryDiv {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cfcfcf {height: 130px;}
.stepsOfNegocia {
    -ms-flex: 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.work .single-work::before, .work .single-work::after{display: none;}
.homeAds li img {height: 180px;}
.carousel-control-next, .carousel-control-prev{display: none;}
.newsHeadDiv h5 {font-size: 16px;}
.newsHeadDiv:after {
    border-bottom: 15px solid #ec38bc;
    border-right: 15px solid transparent;
    border-left: 15px solid #ec38bc;
    border-top: 14px solid transparent;
}
.homeAds li {font-size: 14px;}
.section-title h2 {margin-bottom: 14px;font-size: 18px;}
.comman-headding {font-size: 20px;}
.welcome_section h4 {font-size: 14px;line-height: 24px;}
.shops h5 {font-size: 12px;}
.navbar-collapse{
    position: absolute;
    background: #fff;
    left: -15px;
    top: 50px;
    right: -15px;
}
.topheaderr .navbar-expand-md .navbar-nav a.nav-link {
    margin-left: 0;
}
.welcome-strip {
    right: 0;
}
.work .single-work {padding: 10px 15px;}
.work .single-work p {font-size: 14px;margin-top: -4px;}
.work .single-work .serial span {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.question h4 {font-size: 20px;}
.legall {margin-bottom: 10px;}
#searchh select, #searchh input{margin-bottom: 5px;}
.searchByCat{font-size: 16px;}
.closeDivAbs {
    right: -15px;
    top: -45px;
    width: auto;
    padding: 0;
}
.benefits {margin: 15px 0;}
.banner1 {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.dpr120{padding-right:15px;}
.banner1 h2 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}
.banner1 h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.dpl50 {
 	padding-left: 0px;
 }
.mp15{padding: 0 15px;}
.mdn{display: none;}
.banner2-content h2 {font-size: 20px;margin-top: 0;}
.banner2-content p {
    font-size: 14px;
    margin-top: 15px;
}
.readmorebtn {
    margin-top: 26px;
    text-align: center;
}
.banner2 {
    padding: 30px 0;
}
.dpr50 {
    padding: 0px 15px;
}
.banner3div {
    width: 100%; margin-bottom: 30px;
}
.banner3divafter{display: none;}
.banner3 {
    padding: 30px 0;
}
.spclheading .span1 {
    font-size: 34px;}
    .spclheading .span2 {
    font-size: 28px;}
    .spclheading .span3 {
    font-size: 28px;
}
.spclheading{padding:0px;}
.owl-carousel{width: 100% !important;}
.bl, .br{display: none;}
.question h6 {padding:0px;}
.mp0{padding: 0px;}
.banner4 h2 {
    font-size: 34px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.banner4 {
    padding: 30px 0;
 }
 .owl-item{width: 100% !important;}

.navbar-expand-md .navbar-nav .nav-link {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.contDetails p {padding: 10px 10px;}
.borderli {
    border: 0px solid #850b7a;
    border-radius: 25px; 
    padding-left: 8px !important; 
    padding-right: 30px !important;
}
.navbar-toggler {
	padding: 0px;
    margin-top: 3px;
}
.navbar-toggler-icon{font-size: 30px !important;}
.register {padding: 30px;}
.register-left{display: none;}
.register-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.register .nav-tabs {
    background: transparent;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: static;
}
.register .nav-tabs .nav-link {
    color: #15b5ac;
    width: 100% !important;
}
.register .register-form{
    padding: 20px 0;
    margin-top: 0;
}
.register-heading {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 20px;
}
.tab-content form input, .tab-content form select, .form-groups select, form .panel-body input{margin-bottom: 10px;}
.padReverse{padding: 0 15px;}
.formCenter{width: 100%;}
.social li {display: inline-flex;}
.footer_block {margin-bottom: 15px;}
.listing img {height: 150px;}
.leftPadding{padding-left:15px;margin-top: 13px;}
.rating {top: -23px;}
}


@media only screen and (min-width:320px) and (max-width:767px){
    .product-item .pi-pic {
    height: 150px;}
    .product-item .pi-text p {
    font-size: 12px;}
    .product-base-class{
        margin-top:10px;
    }    
    .user-name-strip {
        right: 0;
        top: -15px;
        font-size: 10px;
    }
    .mtc{text-align:center;}
    .contDetails p{word-wrap:break-word;}
    .fixed-header .navbar-brand img {
        height: 40px !important;
    }
    .navbar-expand-md{padding:15px 15px 0;}
    .navbar-expand-md .navbar-nav .nav-link {
        color: #222;
    }
    .dashboard-menu.navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar-brand img{height:30px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .product-item .pi-pic {height: 180px;}
    .product-base-class {height: 150px;}
    .navbar-brand img, .fixed-header .navbar-brand img{height: 30px !important;}
    .navbar-expand-md .navbar-nav {
        align-items: center;
    }
    .user-name-strip {
        font-size: 10px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 11px;
        font-weight:600;
    }
    .navbar.dashboard-menu.fixed-header {top: -24px;}
}