
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #F0F0F0;
  font-size: 15px;
  color: #666;
  font-family:  'Montserrat', sans-serif !important;
  margin: 0px !important;
}


a { text-decoration: none; }

.nav-fostrap {
  display: block;
  margin-bottom: 15px 0;
  background: #f96020;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
 
}
.text-alirit {
    display: inline-block;
}
.text-alirit .btn-success {
   color: #343434;
    background-color: #f1e983;
    border-color: transparent;
    padding: 7px 12px 8px;
    margin-top: 0px;
    border-radius: 35px;
}
.text-alirit .btn-success:hover {
    color: #fff !important;
}

.No-pad{
  padding: 0px !important;
}
span.user-itemstmp, span.user-salestmp {
    border-right: 2px solid #e3bfb0;
    padding-right: 5px;
    margin-right: 2px;
}
a#sendmsg {
    font-weight: 500;
}
#promoClose {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 16px;
    text-align: right;
    padding: 24px 28px;
    color: #fefeff;
    z-index: 9992;
    font-family: sans-serif;
    font-size: 33px !important;
    opacity: 0.6;
    transition: 0.1s all;
    text-decoration: none;
}
div#message1 ul.msg-view li {
    border-bottom: 1px solid #dae1eb;
}
.cls_ads_top_header {
    padding-top: 20px;
}
.cls_ads_bottom {
    padding-bottom: 20px;
}
.cls_contant_inner {
    background: #f5f5f5;
}
.cls_all_inner {
    padding: 20px;
}
.user-information .navbar-header input.file-upload {
    display: none;
}
.user-information .navbar-header input.btn{
  vertical-align: -webkit-baseline-middle;
}
.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
p#notification-latest .notification-item {
    border:1px solid #dae1eb;
    border-left: 0px;
    border-right: 0px;
    padding: 10px;
}
.template-details-img{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,.1);
    margin: 0px 15px 15px 15px;
}
img.profile-pic.blur{
    width: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    opacity: 0.6;
    max-height: 220px;
}
.items ul li.custom-nomsg , p.custom-nomsg {
    background: #fff;
    width: 100% !important;
    padding: 20px;
    color: #f96020;
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,.1);
}
.sub-headings h2{
   font-weight: 500;
   text-align: left;
    font-size: 22px;
    margin: 15px 15px 15px 15px;
}
div#payment_providers h3 , div#wallet h3 , div#invoice h3 , div#payout_request h3 , h2.subtitle-t{
font-size: 22px !important; 
font-weight: 500 !important;
}
.notification-subject a {
    font-weight: normal !important;
}
.notification-subject a:hover {
    color: #286cc3;
}
p#notification-latest {
    padding: 0px 0 0 10px;
    width: 100%;
}
.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #667686;
}

.nav-fostrap li a {
  padding: 15px 20px 18px 20px;
    font-size: 14 !important;
    color: #fff;
    display: inline-block;
    outline: 0;
    font-weight: 400;
    margin: 6px 0 0px 0;
    border-bottom: 2px solid #fa6020;
}
.nav-fostrap li a.active {
    border-bottom: 2px solid #000;
}
.nav-fostrap li:hover ul.dropdown { display: block; }

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
  z-index:100;
  background: #000;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 6px 15px;
  font-size: 13px;
  color: #fff;
  display: block;
  font-weight: 400;
  border-radius:0px;
  margin:0px !important
}

.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:hover a {
  color: #ffe5da;
}
.nav-fostrap li ul.dropdown li a{transition:all 0.2s linear;-webkit-transition:all 0.2s linear;}


.nav-fostrap li ul.dropdown{border-radius:0px !important}
.nav-fostrap li ul.dropdown li ul.dropdown{border-radius:0px !important}
.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }
.nav-fostrap li ul.dropdown li ul.dropdown{left:100%;display:none;top:0}
.nav-fostrap li ul.dropdown li:hover ul.dropdown{display:block;border-radius: 0 !important;}
.nav-fostrap li ul.dropdown li:hover a {border-radius:0px !important;color:#ffffff !important;background:#555;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
input.btn.btn-info.button-cart{
    background: #f96020;
    border: 2px solid transparent;
    width: 100%;
    border-radius: 0px;
}
input.btn.btn-success.button-cart{
    background: #296cc3;
    border: 2px solid transparent;
    width: 100%;
    border-radius: 0px;
}
input.btn.btn-info.button-cart:hover{
background: #fff !important;
    border: 2px solid #f96020;
    color: #f96020 !important;
        -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
input.btn.btn-success.button-cart:hover{
background: #fff !important;
    border: 2px solid #296cc3;
    color:#296cc3 !important;
        -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
.title-mobile {
  display: none;
}
#disp-colo label {
    color: #323232;
}
.block-d{
  display: block;
}
.desc-color {
    color: #323232;
}
div#panelPrecios ul{
      white-space: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    width: auto;
    min-height: 0;
}
div#panelPrecios ul li{
 width: 18%;
    margin: 0 15px 20px 0;
}
div#panelPrecios ul li a img{
      height: auto;
    width: 100%;
    margin: 0px auto;
    display: block;
    padding: 5px;
    background-color: #fff;
}
div#panelPrecios ul li {
    list-style: none;
    display: inline-block;

}
.banner-innerarea {
    max-height: 220px;
}
#new-dashbread {
    position: absolute;
    top: 0;
    width: 100%;
    color: #FFF;
    right: auto;
}
.banner-innerarea .home-search {
    padding: 15px 0 0;
}
.banner-innerarea .carousel-inner {
    max-height: 220px;
}
a#showreview {
    cursor: pointer;
}
.reviewer-details{
    text-align: left;
    margin-top: 10px;
}
.tmpl-tagslist .btn-primary{
    color: #fff;
    background: #337ab7;
    border: 2px solid #337ab7;
}
.tmpl-tagslist a {
    margin: 2px 0px;
}
.reviewer-details p {
    font-size: 13px;
}
span.rds-3 {
    float: right;
}
p.rdp-1 span , p.rdp-2 span {
    font-size: 13px;
}
input.buton007 {
    border-radius: 0px;
    padding: 5px 7px 7px 7px;
    margin: -4px 0 0 -5px;
    width: 26%;
}
.width-proper {
    width: 100%;
    display: inline-block;
}
.width-proper .show-hidere {
    width: 70%;
    display: inline-block;
    border-radius: 0px;
}
.head-review h2 {
    text-align: center;
}
span.flot-right {
    float: right;
}
span.pad-dot {
    padding-left: 47px;
    padding-right: 10px;
}
.review-page {
       background: #f5f5f5;
    padding: 20px 20px 0px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px rgb(149, 149, 149);
    border-radius: 5px;
}
.review-page hr {
    border-top-color: #dfdfdf;
    margin: 10px 0px;
}
span.pad-dot1 {
    padding-left: 25px;
    padding-right: 10px;
}
.width-fleft {
    width: 32%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.list-messageview{
  border:1px solid #ccc;
  background: #fff;
}
img.profile-pic.newpic {
    border-radius: 50%;
}
.width-fright {
    width: 66%;
    float: right;
}
.width-for {
    width: 100%;
}
.meg-view h3{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px !important;
  margin-top: 15px !important;
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #ececec;
    margin-bottom: 0px;
}
.newww.col-md-12 {
    padding: 0;
}
.max-heightover {
    overflow: hidden;
    height: 170px;
    overflow-y: scroll;
}
ul.msg-view {
    overflow: hidden;
}
ul.msg-view li {
    color: #000;
    list-style: none;
    padding: 10px 0px;
}
ul.msg-view li.active {
    background: #ececec;
    overflow: hidden;
    padding: 10px 0px;
}
.max-heightover ul.msg-view li {
    border-top: 1px solid #ccc;
    overflow: hidden;
}
p.color-p1 {
    color: #34495e !important;
    font-weight: 600;
    margin: 0px;
}
p.color-p2{
 margin: 0px;
}
p.color-p3 {
    color: #9babba;
}
.image-chatarea::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #ffffff;
}
.image-chatarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f95020;
    border: 0px;
}
.image-chatarea::-webkit-scrollbar {
    width: 4px !important;
}
.image-chatarea {
    background: #fff;
    height: 270px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 15px;
}
#promoButtons a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 16px;
    background: #286cc3;
    text-align: center;
    margin: 0 6px;
    color: #fff;
}
.cls-aMain {
    margin: 15px 0 0 0;
}
.text-right.newww {
    overflow: hidden;
}
.submenu_login li {
    padding:0 ;
    margin: auto !important; 
    float: none;
    width: 100%;
    overflow: hidden;
}
div#home ul li a {
    text-align: left;
    color: #323232;
    padding: 5px 12px;
    font-weight: normal;
}
.login_menu {
    display: inline-block;
    position: relative;
}
ul.submenu_login li hr {
    margin: 5px 0px;
    border-top-color: #fff;
}
.submenu_login {
   display: none;
    padding: 0px 0px 6px;
    margin: 0px;
    position: absolute;
    background: #deecff;
    z-index: 20;
    top: 0px;
    right: -30px;
    min-width: 310px;
    box-shadow: none;
}
a.nopad-cust img {
  
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
li.flot-sam {
    background: #fff;
    text-align: center;
    padding: 5px 15px 5px;
    border-radius: 5px 5px 0 0;
}
.tabcontent {
    display: none;   
}
span.line-def {
    padding-left: 16px;
    color: #fff;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 10px;
    transition: 0.3s;
    color: #286cc3;
    font-weight: 500;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
}
div#message1 p , div#cart1 p{
  color: #323232;
  text-align: left;
  display: inline-block;
}
div#cart1{
  display: inline-block;
  padding: 0px 3px 0px 14px;
} 
.border-bootup .line-head {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color:#fff;
    width: 100%;
    display: inline-block;
}
.content-affill , .generate-link {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,.1);
    margin:15px; 
}
.REviwe p {
    color: #f96020;
    text-align: center;
    padding-bottom: 15px;
    
}
div#message1 p.color-p1 , div#message1 p.color-p2 , div#message1 p.color-p3  {
    display: block !important;
    font-weight: normal;
}
li.flot-sam:hover {
    background: #deecff;
}
div#message1 {
    padding: 0;
}
div#message1 ul.msg-view li{
  border-top: 0px;
}
div#message1 p.color-p3 {
    color: #286cc3 !important;
}
span.follow-right {
    float: right;
}
span.follow-left {
    float: left;
}
span.follow-left button.btn.btn-primary {
    display: block;
    border-radius: 0px;
    margin-top: 10px;
    background: #286cc3;
    border: 0px;
    transition: all 0.3s ease-in-out;
}
span.follow-left button.btn.btn-primary:hover {
    color: #fff !important;
    background: #337ab7;
    border: 0px;
    transition: all 0.3s ease-in-out;
}
/* Style the tab */
.Sidetab {
    border: 1px solid #ccc;
   background-color: #f1f1f1;
   height: 437px;
   margin-bottom: 15px;
}
/* Style the buttons inside the tab */
.Sidetab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 18.2px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}
/* Change background color of buttons on hover */
.Sidetab button:hover {
    background-color: #337ab7;
    color: #fff;
}
/* Create an active/current "tab button" class */
.Sidetab button.active {
  background-color: #f96020;
  color: #fefefe  ;
}
/* Style the tab content */
.sidetabcontent {
    padding: 0px 12px;
    border: 1px solid #ccc;

}
.pull-rght {
    text-align: right;
}
.comments-details hr {
    margin: 10px 0;
    border-top-color: #efebeb;
}
.comments-details {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}
section#content {
    background: #f5f5f5;
}
#content .content-overall {
    background: #ffff;
    overflow: hidden;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
}
.comments-details form .btn {
    margin-top: 15px;
}
.clsAccSetting .clsAccMain.col-md-12 {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}
.col-md-9.details {
    color: #323232;
}
.tab-content {
    margin-top: 15px;
}
.col-md-12.cls-InnerCommon.clsSite-links {
    background: #f5f5f5;
    margin: 20px 0px;
    padding: 0 0 15px 15px;
}
span.red {
    color: red;
}
form#register-form label {
    font-weight: 600;
    color: #323232;
}
p.info-user {
    color: red;
}
span.rds-1 {
    padding-left: 5px;
}
.cls_promocode {
    background: #f3f4f6;
}
.col-md-12.map-site {
    background: #fff;
    padding: 20px;
    margin: 15px 0px;
}
div#panel-Precious ul li {
    display: inline-block;
    list-style: none;
    width: 18%;
    margin: 40px 15px 20px 0;
}
.cls_promocode .cls_menu_inners {
    padding: 20px !important;
    margin: 20px 0px;
    background: #fff;
}
.testcontent-width p {
    text-align: justify;
}
.abcRioButton.abcRioButtonBlue {
    width: 100% !important;
    box-shadow: none;
}
.promo-codebtn {
    text-align: center;
}
p.color-promo {
    color: red;
    font-weight: 600;
    text-align: center;
}
p.promo-align {
    text-align: justify;
}
.main-text.hidden-xs {
    display: block !important;
}
.cls-Thead {
    background: #e17346;
    color: #fff !important;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal !important;
}
thead.cls-Thead tr th {
    border: 0px !important;
}
tbody.cls_Tbody tr td {
    border: 0px;
}
tbody.cls_Tbody tr td {
    border: 0px !important;
    border-bottom: 1px solid #ccc;
}
tbody.cls_Tbody tr {
    border: 0px !important;
}
span.cls-Title {
    float: right;
    font-size: 14px;
    color: #286cc3;
    padding-top: 4px;
}
.form-stylenew input.btn.cssubmit {
    padding: 6px 12px;
}
.sty-labell {
    text-align: right;
}
.form-stylenew {
    background: #ffff;
    overflow: hidden;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
}
ul.profport-ul li.prof-1 {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f96020;
}
li.prof-2 {
    display: block;
    color: #323232;
    padding-top: 5px;
    font-weight: 500;
}
li.prof-2 span.Count {
    color: #f96020;
    padding-left: 10px;
}
.prot-prof {
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.prot-prof ul.nav.nav-tabs.cls_cart_nav {
    margin-top: 3rem;
}
.prot-prof .cls_cart_nav li.active a {
    background: #286cc3 !important;
    color: #fff !important;
}
.prot-prof .cls_cart_nav li a:hover {
    color: #fff;
    background: #f96020 !important;
}
.prot-prof .tab-content {
    background: #f5f5f5;
    overflow: hidden;
    margin: 0;
    padding: 15px;
    margin-bottom: 20px;
}
.col-md-12.cls-cchange p {
    text-align: justify;
}
.col-md-12.form-group.tab-pay {
    margin-top: 15px;
    padding-left: 0px;
    color: #3b7bbf;
}
.col-md-12.form-group.tab-stripe {
    padding: 0px;
    color: #32325d;
    font-weight: 600;
}
.col-md-12.form-group.tab-stripe .col-md-6{
  padding-left: 12px;
}
.rating-section .clsSearchArea.cls_cart_starreview p {
    text-align: left;
    font-size: 14px;
    color: #f96020;
    font-weight: 600;
}
.strclass li{
      font-size: 20px;
}
a#showreview {
    padding: 6px 12px;
    color: #fff;
    background: #f96020;
    font-size: 14px;
}
div#reviwetog {
    margin-top: 15px;
}


 @media only screen and (max-width:900px) {

.nav-fostrap {
  background: #fff;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.title-mobile {
  position: fixed;
  display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
}
.nav-fostrap.visible {
  left: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.nav-bg-fostrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #03A9F4;
  padding: 12px 0 0 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.navbar-fostrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
}

.navbar-fostrap span {
  height: 2px;
  background: #fff;
  margin: 5px;
  display: block;
  width: 20px;
}

.navbar-fostrap span:nth-child(2) { width: 20px; }

.navbar-fostrap span:nth-child(3) { width: 20px; }

.nav-fostrap ul { padding-top: 50px; }

.nav-fostrap li { display: block; }

.nav-fostrap li a {
  display: block;
  color: #505050;
  font-weight: 600;
  padding:10px 18px;
}

.nav-fostrap li:first-child:hover a { border-radius: 0; }

.nav-fostrap li ul.dropdown { position: relative; }

.nav-fostrap li ul.dropdown li a {
  background: #fff !important;
  border-bottom: none;
  color: #34495e !important;
}

.nav-fostrap li:hover a {
  background: #03A9F4;
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li:hover a {
  background: rgba(0,0,0,.1); !important;
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}