.rms-wizard .rms-wizard-header .title,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.rms-wizard .rms-step-section.allstepClickable .rms-multistep-progressbar li.rms-step,.sidenav .closebtn
.rms-wizard .rms-step-section.compeletedStepClickable .rms-multistep-progressbar li.rms-step.completed-step {
}
#btn-warning:hover{
 border :1px solid orange;
}
.li-disc{
    list-style:disc !important;
}

.h4-business{
    margin-top:0px;
}

.btn{
    border-radius:6px !important; 
}
.iconcla{
    font-size:36px;
    color:#B9714D;
}
.icontext{
    font-size:12px;
    color:black;
}

.error{
    color:red;
    font-size:medium;
    padding:5px;
    
}



.container{
    /*margin:20px auto;*/
    /*background-color:#fff;*/
    border-radius:20px;
    /*padding:30px;*/
}

.job-container{
    margin:20px auto;
    background-color:#fff;
    border-radius:20px;
    padding:30px;
}


.disabled-link {
  pointer-events: none;
  cursor: default; /* Optional: Change the cursor appearance to default */
  text-decoration: none; /* Optional: Remove underline from the link */
  color: #999; /* Optional: Change the color to a muted tone */
}

@media only screen and (max-width: 600px) {
    .iconcla{
        /*font-size:25px !important;*/
        color:#B9714D !important;
    }
    .icontext{
        font-size:12px !important;
    }
    #jobimage{
        height:250px !important;
    }
    #mySidenav{
        margin-top: 0px !important;
    }
    .h4-business{
    margin-top:-8px;
}
}


body {
  background: #6bcdf1;
  font-family: Roboto, sans-serif
}

.rms-wizard .rms-container {
  width: 100%;
  height: auto;
  margin: 10px auto 0;
  border-radius: 4px;
}

.bancho{
    font-size:15px !important;
    padding-top: 10px !important;
    line-height: 1.5 !important;
}

.bancho .visible-xs{
      /*padding-left: 8px !important;*/
      font-size:12px !important;
}

.address{
    margin-bottom:6px !important;
    margin-top:0px !important;
    /*line-height:2;*/
    display:inline-block;
}

.bancho .hidden-xs{
    margin-top:3px;
    font-size:15px !important;
}

.bancho .hidden-xs b{
    font-weight:bolder;
}

    
.rms-wizard .rms-container:after,
.rms-wizard .rms-container:before {
  display: block;
  content: " "
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.rms-wizard .rms-wizard-header {
  border-bottom: 1px solid #dadada;
  border-radius: 4px 4px 0 0;
  clear: both;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(top, #FFF 0, #f0f0f0 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 0, #f0f0f0 100%);
  background: linear-gradient(to bottom, #FFF 0, #f0f0f0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f0f0f0', GradientType=0)
}

.rms-wizard .rms-wizard-header .title {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  padding: 10px;
  color: #757575
}

.rms-wizard .rms-wizard-header .title span {
  color: #59bbdf;
  font-weight: 400
}

.rms-wizard .rms-form-wizard {
  clear: both
}

.rms-wizard .rms-form-wizard:after,
.rms-wizard .rms-form-wizard:before {
  display: block;
  content: " ";
  clear: both
}

.rms-wizard .rms-step-section {
  padding: 10px;
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #dadada;
  background: #FFF
}

.rms-wizard .rms-step-section:after,
.rms-wizard .rms-step-section:before {
  content: " ";
  clear: both;
  display: block
}

.rms-wizard .rms-multistep-progressbar {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both
}

.rms-wizard .rms-multistep-progressbar li.rms-step {
  list-style-type: none;
  float: left;
  position: relative;
  text-align: center;
  height: 115px;
  z-index: 10
}

.rms-wizard .rms-multistep-progressbar li.rms-step:before {
  content: " ";
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d9d9d9;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #eaeaea;
  color: #a9a9a9
}

.rms-wizard .rms-step-section[data-step-counter=true] .rms-multistep-progressbar {
  counter-reset: step
}

.rms-wizard .rms-step-section[data-step-counter=true] .rms-multistep-progressbar li.rms-step:before {
  content: counter(step) !important;
  counter-increment: step
}

.rms-wizard .ml10 {
  margin-left: -10px !important
}

.rms-wizard .rms-step-section .rms-multistep-progressbar li .step-icon {
  z-index: 1024;
  position: absolute;
  top: 0;
  margin-top: 8px;
  font-size: 18px;
  color: #a9a9a9;
  margin-left: -7px
}

.rms-wizard .rms-step-section[data-step-image=false] .rms-multistep-progressbar li .step-icon {
  opacity: 0;
  visibility: hidden
}

.rms-wizard .rms-step-section[data-step-image=true] .rms-multistep-progressbar li .step-icon {
  opacity: 1;
  visibility: visible
}

.rms-wizard .rms-step-section .rms-multistep-progressbar li.completed-step .step-icon,
.rms-wizard .rms-step-section .rms-multistep-progressbar li.rms-current-step .step-icon {
  color: #FFF
}

.rms-wizard .rms-multistep-progressbar li.rms-step:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #eaeaea;
  top: 19px;
  left: 0;
  z-index: -1;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9
}

.rms-wizard .rms-multistep-progressbar li.rms-step:first-child:after {
  width: 100% !important;
  left: 50%
}

.rms-wizard .rms-multistep-progressbar li.rms-step:last-child:after {
  width: 50%
}

.rms-wizard .rms-multistep-progressbar li.rms-step .step-title {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #464646;
  text-align: center;
  line-height: 20px
}

#logo{
    margin-top:-8px !important;
    width:130px !important;
    padding:0px !important;
    margin-left:-7px !important;
}

.rms-wizard .rms-multistep-progressbar li.rms-step .step-info {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 15px
}

.rms-wizard .rms-multistep-progressbar li.rms-step.completed-step {
  color: #000
}

.rms-wizard .rms-multistep-progressbar li.rms-step.rms-current-step {
  color: #000
}

.rms-wizard .rms-content-section {
  padding: 0 15px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  clear: both;
  position: relative;
  overflow: hidden
}

.rms-wizard .rms-content-section:after,
.rms-wizard .rms-content-section:before {
  content: " ";
  clear: both;
  display: block
}

.rms-wizard .rms-content-box {
  display: none;
  clear: both
}

.rms-wizard .rms-content-box:after,
.rms-wizard .rms-content-box:before {
  display: block;
  content: " ";
  clear: both
}

.rms-wizard .rms-content-box.rms-current-section {
  display: block
}

.rms-wizard .rms-content-section .rms-content-title {
  background: #fff;
  color: #7e8b8f;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 10px 5px
}

.rms-wizard .rms-content-section .rms-content-title b {
  color: #5cb0cf;
  font-weight: 400
}

.rms-wizard .rms-content-section .rms-content-title:after,
.rms-wizard .rms-content-section .rms-content-title:before {
  clear: both;
  content: " ";
  display: block
}

.rms-wizard .rms-content-section .rms-content-title .leftside-title {
  float: left
}

.rms-wizard .rms-content-section .rms-content-title b i {
  font-size: 21px !important
}

.rms-wizard .rms-content-section .rms-content-title .step-label {
  float: right;
  font-size: 16px
}

.rms-wizard .rms-content-section .rms-content-body {
  background: #f2f7f9;
  border: 1px solid #d0dde1;
  padding: 10px;
  border-radius: 4px
}

.rms-wizard .inpt-form-group {
  margin-bottom: 10px
}

.rms-wizard label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  color: #7c8a8e;
  font-size: 13px
}

.rms-wizard .inpt-group {
  position: relative;
  display: block
}

.rms-wizard .inpt-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 32px 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4cdcf;
  border-radius: 3px;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69);
  box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.rms-wizard .inpt-control:focus {
  border-color: #c4cdcf;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6)
}

.rms-wizard input[type=password]::-webkit-input-placeholder,
.rms-wizard input[type=text]::-webkit-input-placeholder {
  color: #b5b5b5
}

.rms-wizard input[type=password]::-moz-placeholder,
.rms-wizard input[type=text]::-moz-placeholder {
  color: #b5b5b5
}

.rms-wizard input[type=password]:-ms-input-placeholder,
.rms-wizard input[type=text]:-ms-input-placeholder {
  color: #b5b5b5
}

.rms-wizard input[type=password]:-moz-placeholder,
.rms-wizard input[type=text]:-moz-placeholder {
  color: #b5b5b5
}

.rms-wizard .inpt-group-addon {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 17px;
  color: #5cb0cf
}

.rms-wizard select.inpt-control {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

.rms-wizard .inpt-group.dropdown-select-icon:before {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  padding-right: 8px;
  top: 3px;
  color: #94abb3;
  font-size: 14px
}

.rms-wizard .inpt-group.dropdown-select-icon:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  padding-right: 8px;
  top: 10px;
  color: #94abb3;
  font-size: 14px
}

.rms-wizard select option {
  color: #555 !important
}

.rms-wizard select option:disabled {
  color: #CCC !important
}

.rms-wizard button,
.rms-wizard input,
.rms-wizard select,
.rms-wizard textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.rms-wizard .desc-container {
  background: #FFF;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #c4cdcf;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69);
  box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69)
}

.rms-wizard .desc-table td,
.rms-wizard .desc-table th {
  font-size: 13px;
  padding: 5px;
  font-weight: 400;
  font-family: inherit
}

.rms-wizard .desc-label {
  color: #909ca0
}

.rms-wizard .desc-val {
  color: #697375
}

.rms-wizard .form-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fb6b5b;
  color: #FFF;
  padding: 10px;
  min-height: 100px;
  z-index: 10;
  width: 262px;
  left: 100%;
  top: 0;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 11px
}

.rms-wizard .tooltip-edge.form-tooltip {
  bottom: 0;
  top: auto
}

.rms-wizard .inpt-control:focus+.form-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rms-wizard .form-tooltip p {
  margin: 0;
  padding: 5px 0 15px
}

.rms-wizard .tooltip-title {
  font-weight: 700;
  font-size: 12px
}

.rms-wizard .form-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fb6b5b transparent transparent;
  top: 10px;
  left: -20px
}

.rms-wizard .tooltip-edge.form-tooltip:before {
  bottom: 10px;
  top: auto
}

.rms-wizard .form-tooltip .tooltip-info:before {
  content: "\f023";
  font-family: FontAwesome;
  position: relative;
  font-size: 14px;
  padding-right: 3px;
  color: #FFF
}

.rms-wizard .button-section:after,
.rms-wizard .button-section:before,
.rms-wizard .rms-footer-section:after,
.rms-wizard .rms-footer-section:before {
  content: " ";
  clear: both;
  display: block
}

.rms-wizard .rms-footer-section {
  clear: both;
  min-height: 40px;
  position: relative;
}

.rms-wizard .button-section {
  width: 100%;
  position: relative
}
.btn:activ, .btn:focus {
    outline:none;
} 

.rms-wizard .button-section .btn {
  border-radius: 10px;
  border:none;
  color: #fff;
  cursor: pointer;
  padding: 7px 20px;
  position: relative;
  left: 0;
  transition: all .3s ease 0s;
  display: block;
  min-width: 155px;
  text-align: left;
  line-height: 15px;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 0px 2px rgba(0, 0, 0, .6);
  text-decoration: none;
  background: linear-gradient(180deg, rgba(254, 180, 4, 1) 0%, rgba(254, 146, 4, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b300c0ff', endColorstr='#0479d2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

.rms-wizard .button-section .btn small {
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.rms-wizard .button-section .next .btn {
  float: right;
  padding-right: 43px
}

.rms-wizard .button-section .prev .btn {
  float: left;
  padding-left: 48px
}

.rms-wizard .button-section .submit .btn {
  float: right;
  padding-right: 43px
}

.rms-wizard .button-section .next .btn:after,
.rms-wizard .button-section .submit .btn:after {
  content: "";
  width: 2px;
  height: 38px;
  background: 0 0;
  position: absolute;
  top: 3px;
  right: 0;
  margin-right: 36px;
  border-left: 1px solid #fbdb00;
  border-right: 1px solid #ffa600;
}

.rms-wizard .button-section .next .btn:before,
.rms-wizard .button-section .submit .btn:before {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  padding-right: 3px;
  color: #FFF;
  top: 14px;
  right: 6px;
  font-size: 23px
}

.rms-wizard .button-section .prev .btn:after {
  content: "";
  width: 2px;
  height: 38px;
  background: 0 0;
  position: absolute;
  top: 3px;
  left: 0;
  margin-left: 36px;
  border-left: 1px solid #fbdb00;
  border-right: 1px solid #ffa600;
}

.rms-wizard .button-section .prev .btn:before {
  content: "\f137";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  top: 14px;
  left: 7px;
  font-size: 23px
}

.rms-wizard .input-error {
  border-color: red
}

.rms-wizard .errors {
  color: red;
  font-size: 13px
}

.rms-wizard .errors:before {
  content: "\f071";
  font-family: FontAwesome;
  position: relative;
  color: red;
  top: 0;
  left: 0;
  padding-right: 3px;
  font-size: 14px
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .rms-wizard .rms-multistep-progressbar li.rms-step {
    width: 50%;
    height: auto
  }
 
}

@media only screen and (max-width:767px) {
  .rms-wizard .rms-multistep-progressbar li.rms-step {
    width: 100%;
    height: auto
  }
}

@media only screen and (max-width:1024px) {
  .rms-wizard .rms-multistep-progressbar li.rms-step:after {
    display: none
  }
  
 
  .rms-wizard .rms-multistep-progressbar li.rms-step:before {
    float: left
  }

  .rms-wizard .rms-multistep-progressbar li.rms-step .step-info,
  .rms-wizard .rms-multistep-progressbar li.rms-step .step-title {
    padding-left: 60px
  }

  .rms-wizard .rms-multistep-progressbar li.rms-step.completed-step .step-title:after {
    left: auto;
    padding-left: 10px
  }

  .rms-wizard .form-tooltip {
    left: auto;
    top: auto;
    bottom: 45px;
    right: 0
  }

  .rms-wizard .form-tooltip:before {
    border-color: #fb6b5b transparent transparent;
    top: auto;
    left: auto;
    right: 10px;
    bottom: -20px
  }

  .rms-wizard .ml10 {
    margin-left: 10px !important
  }

  .rms-wizard .rms-step-section .rms-multistep-progressbar li .step-icon {
    z-index: 1024;
    position: absolute;
    top: 0;
    margin-top: 8px;
    font-size: 18px;
    color: #a9a9a9;
    margin-left: 13px;
    left: 0
  }
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step:before {
  border-color: #bac7e3;
  background: #d9e8f5;
  color: #0074d9
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li .step-icon {
  color: #0074d9
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step:after {
  background-color: #d9e8f5;
  border-top-color: #bac7e3;
  border-bottom-color: #bac7e3
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step .step-title {
  color: #464646
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step .step-info {
  color: #a8a8a8
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step:before {
  background-color: #92cf5c;
  border-color: #92cf5c;
  color: #FFF
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.completed-step .step-icon {
  color: #FFF
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step:after {
  background-color: #92cf5c;
  border-color: #75b43e
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step .step-info,
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step .step-title {
  color: #567d34
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step:before {
  background-color: #0074d9;
  border-color: #0860ad;
  color: #FFF
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-current-step .step-icon {
  color: #FFF
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step:after {
  background-color: #0074d9;
  border-color: #0860ad
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step .step-info,
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step .step-title {
  color: #185991
}

.rms-wizard.steptheme1 .inpt-group-addon,
.rms-wizard.steptheme1 .rms-content-section .rms-content-title b,
.rms-wizard.steptheme1 .rms-wizard-header .title span {
  color: #0074d9
}

.rms-wizard.steptheme1 .rms-step-section {
  border-bottom-color: #d0dde1;
  background: #f2f7f9
}

.rms-wizard.steptheme1 .rms-wizard-header {
  background: #FFF;
  border-bottom-color: #d0dde1
}

.rms-wizard.steptheme1 .form-tooltip {
  background: #26324b;
  color: #7d94c8
}

.rms-wizard.steptheme1 .form-tooltip .tooltip-title {
  color: #7092db
}

.rms-wizard.steptheme1 .form-tooltip .tooltip-info:before {
  color: #7d94c8
}

.rms-wizard.steptheme1 .form-tooltip:before {
  border-color: transparent #26324b transparent transparent
}

.profile-content hr {
  margin-top: 2px;
  margin-bottom: 6px;
  border-color: green;
}

.navbar {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

div .modal-dialog {
  margin-top: 140px !important;
}

#my .modal-body {
  padding: 10px 60px 10px 60px;
}

.new-video img {
  max-width: 100%;
  height: 300px;
}

.heading_mobile {
  margin-bottom: 20px;
}

.main_heading {
  /*  position: fixed;*/
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  top: 74px;
  height: 100%;
  /*  display:none;*/
}

.heading_mobile h4 span {
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 24px;
}

.cityhola li label span,
.cityhola li label {
  color: #333;
  font-weight: normal;
}

.new-filter-mobile ul li {
  margin-left: 10px !important;
  border: 0px;
}

.new-filter-mobile a {
  font-size: 14px !important;
}

.new-filter-mobile {
  margin-top: 20px;
  padding: 10px 0px;
  background-color: #fff;
}

.main_heading i {
  margin-right: 6px;
}

.main_heading ul li a {
  font-size: 16px !important;
  color: #363d43;
}

.heading_mobile h4 {
  background-color: #eee;
  padding: 10px;
  border-left: 4px solid #FE6D04;
  margin: 0px;
}

.main_heading ul li {
  list-style: none;
  line-height: 32px;
}

.main_heading ul {
  padding-left: 17px;
  padding-top: 10px;
  max-height: 100%;
  overflow: auto;
}

.new-video div {
  position: absolute;
  font-size: 50px;
  text-align: center;
  background: rgba(68, 68, 68, 0.44);
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 100px;
  cursor: pointer;
}

.ulli {
  margin: 0px;
  padding: 0px;
}

.mobile-filter li a {
  color: #333;
}

.nonet .input-group {
  margin-top: 16px;
}

.nonet .input-group .form-control {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding-left: 18px;
}

.citynamebro {
  color: #363d43;
}

.nonet .input-group .btn {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.mobile-city input {
  border-radius: 20px;
}

.mobile-city ul li a {
  font-size: 16px !important;
  color: #363d43;
}

.mobile-city ul li {
  list-style: none;
  line-height: 32px;
}

.mobile-city ul {
  margin: 0px;
  padding: 20px 0px;
  max-height: 100%;
  overflow: auto;
}

.design-box {
  background-color: #ccc;
  padding: 4px;
  margin-top: 10px;
border-radius:25px;

}

.design-inner {
  background-color: white;
  padding: 20px;
  border-radius:21px;
}

.mobile-city {
  padding: 20px;
  position: absolute;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  top: 68px;
  height: 100%;
  display: none;
}

.mobile-menu .col-xs-4 {
  text-align: right;
}

.mobile-menu img {
  margin-left: 50px;
  width
}

.mobile-filter li {
  list-style: none;
  text-align: center;
  float: left;
  margin-left: 14px;
  cursor: pointer;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.dropdown-menu {
  min-width: 100px !important;
}

.mobile-filter .dropdown-menu li {
  border: none;
  margin-left: 0px;
}

.mobile-filter li i {
  font-size: 18px;
}

.mobile-filter li small {
  font-size: 12px;
}

.job-content img {
  height: 40px;
}

.job-content h5 {
  margin: 0px;
  margin-top: 12px;
  font-weight: bold;
  color: #767679;
  margin-left: 8px;
}

.job-content small {
  margin-left: 8px;
  color: #9B9DC1;
}

.job-content {
  padding: 14px;
}

.job-box .thumbnail {
  margin-bottom: 0px !important;
}

.job-box h4 {
  font-size: 12px;
  color: #767679;
  font-weight: bold;
  margin-bottom: 4px;
}

.job-box h3 {
  margin: 0px;
  font-size: 17px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}

.job-box img {
  height: 70px;
}

.job-box p small {
  font-size: 11px;
}

.job-box p {
  font-size: 16px;
  color: #554f4f;
  font-weight: bold;
}

.job-box {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 2px #ccc;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 8px;
  background-color: #fff;
}

.job-top-ticker {
  color: #767679;
  font-size: 13px;
}

.job-content h3 {
  margin: 0px;
  font-size: 18px;
  color: #565675;
}

.job-content h4 {
  color: #9B9DC1;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.job-content ul {
  margin: 0px;
  padding: 0px;
}

.job-content ul li {
  list-style: none;
  font-weight: bold;
  line-height: 24px;
}

.job-content ul li a {
  color: #565675;
  font-size: 12px;
}

.rms-wizard .rms-multistep-progressbar li.rms-step:after {
  right: 50%;
}

.top-header {
  background-color: #F8F8F8;
  padding: 4px;
  border-bottom: 1px solid #eee;
}

.drop-box {
  box-shadow: 0px 0px 10px #ccc;
  padding: 10px;
  width: 100%;
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  margin-top: 36px;
  border-radius: 4px;
  display: none;
}

.drop-box .badge {
  margin-bottom: 10px;
  float: left;
  width: 212px;
  margin-left: 14px !important;
}

.navbar {
  margin-bottom: 0px;
}

.marketplace-box {
  background-color: #F8F8F8;
  border-radius: 4px;
  border:1px solid #ccc;
  /*box-shadow: 0px 0px 4px #ccc;*/
  margin-bottom: 20px;
}

.sea .dropdown-menu li {
  padding: 4px 10px 4px 10px;
}

.sea .dropdown-menu li:hover {
  background-color: #eee;
}

.search-box-buy-sell .dropdown-menu {
  right: 0;
  left: auto;
}

.search-box-buy-sell {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 6px;
  margin-top: 14px;
}

.search-box-buy-sell .se {
  margin-left: 10px;
}

.search-box-buy-sell .badge {
  color: #fff;
  background-color: #428BCA;
  float: right;
  padding: 3px 10px 3px 10px;
  font-weight: bold;
}

.sea .dropdown-toggle {
  color: #333;
  font-size: 14px;
}

.sea .dropdown-menu a {
  font-size: 12px;
  color: #333;
}

.rms-container .active:after {
  background-color: #367889 !important;
  border-color: #367889 !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tabs-upper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tabs-upper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.tabs-upper .badge {
  padding: 10px 20px 10px 20px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #5d5656;
  border-radius: 20px;
  transition: 1s;
  margin-left: 6px;
}

.newli label {
  font-weight: normal;
  font-size: 12px;
}

.search-padding label span {
  color: #000;
  font-weight: normal;
}

.tabs-upper .badge:hover {
  background-color: #fff;
  transition: 1s;
}

.tabs-upper {
  width: 100%;
  overflow: auto;
  display: flex;
  margin-top: 10px;
}

.close_button i {
  color: #333;
  font-size: 18px;
  /*margin-left: 118px !important;*/
  /*margin-top: -130px !important;*/
  margin-top: -80px;
  position: relative;
}

.form-new .form-control {
  /*border: 1px solid #002f34;*/
  /*border-radius: 0px;*/
  box-shadow: none !important;
border:1px solid #ccc !important;
border-radius:10px !important;
}

.listing-down {
  padding: 0px 6px 0px 6px;
}

.listing-down strong {
  color: #8B8B8B;
}

.listing-down p {
  color: #8B8B8B;
  margin-top: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.user {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 4px 20px 4px 20px;
  box-shadow: 0 0 6px #ccc;
  border-radius: 6px;
  background-color: #337ab7;
  color: #fff;
  font-weight: bold;
}

.form-new .form-control::placeholder {
  color: #002f34;
  font-size:16px;
  padding-left:10px;
}

.form-new select {
  height: 50px;
}

.form-new input[type="text"] {
  height: 50px;
}

.form-new input[type="number"] {
  height: 50px;
}

.form-new input[type="email"] {
  height: 50px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-alert {
  margin-top: 20px;
}

.form-alert h3 {
  margin: 0px;
}

.form-alert ul {
  margin-left: -32px;
}

.form-alert ul li {
  margin-bottom: 10px;
  font-size: 13px;
}

.rms-container .active:before {
  background-color: #367889 !important;
  border-color: #367889 !important;
  color: #fff !important;
}

.rms-container .active1:before {
  background-color: #92CF5C !important;
  border-color: #92CF5C !important;
  color: #fff !important;
}

.rms-container .active1:after {
  background-color: #92CF5C !important;
  border-color: #92CF5C !important;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa {
  left: 4px;
  top:3px;
}

.right-addon .fa {
  right: 0px;
}

.city-dropdown {
  box-shadow: 0px 0px 4px #ccc;
  padding: 10px 6px 10px 6px;
  position: absolute;
  width: 94%;
  max-height: 400px;
  overflow: auto;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.city-dropdown ul {
  margin: 0px;
  padding: 0px;
}

.city-dropdown ul li {
  list-style: none;
  margin-bottom: 6px;
}

.city-dropdown ul li a {
  color: #333;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

.searchsss {
  padding: 10px 20px 10px 46px;
}

.searchsss li button {
  border-radius: 0px;
  padding: 9px;
  margin-left: -13px;
}

.searchsss li input {
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 162px;
  margin-right: 10px;
  border: 1px solid #286090;
;
  height: 40px;
}

.searchsss li .input {
  width: 340px;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 10px 10px 10px;
  background: #fff;
  border-radius: 4px;
}

.white_btn {
  color: #fff !important;
}

.btn-details {
  padding: 8px 20px 8px 20px !important;
  margin: 0px 10px 0px 10px;
}

.navs {
  margin-top: 8px;
}

.navbar-nav>li>a>.icon-top {
  font-size: 16px;
  font-weight: bold;
}

.navbar-nav>li>a {
  padding: 0px 10px 0px 10px;
  font-size: 13px;
}

.white_btn:hover {
  color: #000 !important;
}

.main_nav li {
  border-left: 1px solid #ccc;
}

.mySlides {
  display: none;
}

.w3-section,
.w3-code {
  margin-bottom: 0px !important;
}

.w3-content {
  max-width: 100% !important;
}

.newlii {
  margin-left: -40px;

}

.edit {
  position: fixed;
  right: 0;
  margin-right: 20px;
  margin-top: 40px;
  z-index: 9999;
}

.edit a {
  font-size: 30px !important;
}

.butn1 {
  padding: 1px 8px 1px 8px;
  background-color: orange;
  color: #000;
  border-color: orange;
}

.yoi {
  font-size: 19px;
  color: #797979;
}

.btn-group {
  box-shadow: 0px 0px 6px;
  border-radius: 4px;
}

.butn2 {
  padding: 1px 8px 1px 8px;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  color: #000;
}

.butn1:hover {
  background-color: orange;
  border-color: orange;
  color: #000;
}

.butn2:hover {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  color: #000;
}

.newbanner {
  padding-right: 6px;
  padding-left: 6px;
  margin-top: 4px;
}

.ul {
  margin-left: -30px;
}

.ul li {
  margin-bottom: 20px;
}

.newlii li {
  list-style: none;
  float: left;
  width: 210px;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pro-p {
  font-size: 14px;
}

.pro-ul li {
  list-style: none;
  float: left;
  margin-left: 15px;
}

.pro-ul li i {
  font-size: 18px;
  color: #337AB7;
}

.work {
  margin-top: 10px;
  padding: 5px;
  box-shadow: 0px 0px 10px #ccc;
  margin-bottom: 20px;
}

.work h4 {
  margin: 0px;
  color: #5B9BD1;
  padding-bottom: 6px;
  margin-left: 10px;
  font-size: 18px;
}

.work p {
  font-size: 12px;
  padding-top: 6px;
}

.profile-content h3 {
  color: #5A7391;
  margin-top: 0px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.contentul li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.search-padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.topul {
  margin-left: -40px;
}

.topul li {
  list-style: none;
}

.topul li span {
  font-size: 13px;
}

.close-button {
  border-radius: 50% !important;
  border: 1px solid black !important;
  background-color: #7f7070 !important;
  color: #fff !important;
  padding: 1px 6px 1px 6px !important;
}

.ulli li {
  list-style: none;
  line-height: 30px;
}

.ulli li i {
  color: #FF6E04;
}

.labels {
  /*font-size: 12px;*/
  font-size:16px !important;
}

.main-box-profile {
  padding: 20px;
  box-shadow: 0px 0px 10px#ccc;
  margin-top: 40px;
  width: 70%;
  margin: auto;
}

.map iframe {
  width: 100% !important;
  height: 350px !important;
}

.profile-box {
  padding: 10px;
}

.profile-box i {
  font-size: 50px;
}

.profile-box p {
  font-size: 20px;

}

.pack {
  margin-top: 40px;
}

.pack h3 {
  font-family: raleway;
}

.pack .thumbnail {
  padding-bottom: 28px;
}

.pack img {
  height: 100px !important;
  margin-top: -50px;
  z-index: 9999;
}

.pack p {
  text-align: justify;
  padding: 10px 20px 10px 20px;
}

.down {
  box-shadow: 0px 0px 10px #ccc;
  padding: 10px 20px 30px 20px;
  background-color: #fff;
}

.down h3 {
  font-family: raleway;
}

.navbar-toggle {
  margin-top: 18px !important;
}

hr {
  border-color: #ccc !important;
}

.claim {
  font-weight: normal;
  font-size: 11px;
}

.post {
  color: #fff !important;
  padding: 5px 10px 5px 10px !important;
  margin-top: 10px;
}

.marquee h5 {
  margin-bottom: 4px !important;
  font-size: 13px !important;
}

.marquee p {
  font-weight: normal !important;
  font-size: 12px !important;
}

.nonet1 {
  width: 100% !important;
}

.post:hover {
  background-color: #428BCA !important;
}

.filter-search-top {
  background-color: #428BCA;
  padding: 5px 10px 5px 10px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.filter-search-middle {
  background-color: #fff;
  padding: 6px;
}

.filter-search-top-head {
  background-color: #eee;
  padding: 5px 10px 5px 10px;
  font-size: 15px;
}

.search-button {
  padding: 2px 10px 2px 10px;
  float: right;
}

.filter-search-top-head hr {
  margin: 5px;
  border-color: black;
}

.icon center {
  margin-top: 10px;
}

.no-need-left {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.no-need-right {
  padding-left: 5px !important;
  padding-right: 0px !important;
}

.top-box-show {
  margin-top: 20px;
}

.top-box-show .row {
  margin-bottom: 10px;
}

.top-box-show .heading-div {
  background-color: white;
  box-shadow: 0px 0px 6px #ccc;
}

.heading-div-2 {
  background-color: white;
  box-shadow: 0px 0px 6px #ccc;
  margin-bottom: 15px;
}

.modal-box {
  margin-top: 150px;
  background-color: #eee;
  width: 450px;
}

.modal-box .modal-body {
  padding: 10px 40px 40px 40px;
}

table td {
  vertical-align: middle !important;
}

.login_style p i {
  color: #337AB7;
}

.icon .a {
  float: left;
  margin-left: 15px;
}

.phone {
  position: fixed;
  bottom: 0;
  padding-left: 10px;
  padding-bottom: 50px;
  z-index: 888;

}

.phone-ticker {
  background-color: #649732;
  padding: 8px 12px 8px 12px;
  border-radius: 100%;
  box-shadow: 0px 0px 2px;
}

.phone i {
  font-size: 20px;
  color: white;
  animation: blinker 2s linear infinite;
  letter-spacing: 1px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.videoid label {
  transition: 0.5s;
  cursor: pointer;
}

.videoid label:hover {
  background-image: url('../images/youtubeid.png');
  width: 100%;
  height: 40px;
  background-size: cover;
  padding-top: 45px;
  transition: 0.5s;
}

.p_box {
  //padding: 15px;
  //background-color: #eee; }


  .p_box:hover {
    //background-color: #ccc;
    color: black;
  }

  #divclose {
    display: none;
  }

  .address {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .border {
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    box-shadow: 1px 2px #ccc;
  }

  .main-box a {
    color: black;
  }

  .border-a {
    font-size: 22px;
    color: black !important;
    letter-spacing: 1px;
  }

  .heading {
    color: #337AB7;
    font-family: raleway;
  }

  hr {
    border-color: #ccc;
  }

  #forms1 {
    display: none;
  }

  #forms5 {
    display: none;
  }

  #form {
    display: none;
  }

  body {
    font-family: 'Arial';
  }

  .fa-btn {
    margin-right: 6px;
  }

  .icon a i {
    font-size: 34px;
  }

  .icon li {
    list-style: none;
    font-size: 17px;
    line-height: 35px;
  }

  .icon a {
    color: white;
  }

  .icon p {
    font-size: 16px;
  }

  .style {
    margin-top: 60px;
  }

  .image-resize {
    width: 150px;
    height: 100px !important;
  }

  .img-landpage {
    width: 100%;
    height: 190px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #ccc;
  }

  .search-top {
    padding: 0px 17px 0px 17px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e7e7e7;
  }

  .search-down i {
    color: #E7711B;
  }

  .search-down {
    margin-bottom: 5px;
  }

  .search-down1 {
    margin-top: 72px;
    margin-left: 10px;
  }

  .rating b {
    padding: 2px 8px 2px 8px;
    background-color: #00A400;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
  }

  .rating i {
    color: #FFA500;
  }

  .rating {
    margin-bottom: 15px;
    margin-left: 15px;


  }

  .search-down1 a {
    padding: 4px 25px 4px 25px;
    letter-spacing: 1px;
    background-color: transparent;
    color: #337AB7;
  }

  .thumbnail {
    margin-bottom: 10px !important;
  }

  .search-top .row {
    /*background-color: white;*/
  }

  .search-top hr {
    border-color: black;
    margin: 5px;
  }

  .pad-left a h3 {
    color: #2A2A2A !important;
    font-size: 20px;
    margin-top: 5px;
  }

  .top-pad {
    margin-top: 5px;
  }

  .search-buttom {
    border: 1px solid #ccc;
    padding: 5px;
  }

  .search-buttom a {
    padding: 2px 6px 2px 6px;
    font-size: 14px;
  }

  .pad-left {
    font-size: 14px;
    color: #6b6a6a;
  }

  .white {
    color: #fff !important;
  }

  .down-div {
    background-color: #eee;
    padding: 30px 40px 20px 40px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .left-right {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    z-index: 9999;
  }

  .verify {
    width: 80%;
    margin: auto;
    margin-top: 100px;
    position: relative;
    z-index: 9999;
  }

  .panel-group .panel-heading {
    border-top: 2px solid;
  }

  .panel-group .panel-heading,
  .panel-body {
    padding: 6px;
  }

  .panel {
    margin-bottom: 12px !important;
  }

  .bgin {
    opacity: 1;
  }

  .search-heading {
    font-size: 20px !important;
    color: #2D6A9D;
    /*margin-left:6px;*/
    margin-left:12px;
    text-transform:toupperCase;
    display:block;
  }
  
  .bancho span{
      padding:0 !important;
      margin-left:12px !important;
  }

  .top-ticker {
    background-color: #F8F8F8;
    padding: 6px;
    margin-top: 22px;
    color: #428BCA;
    box-shadow: 0px 0px 8px #ccc;
  }

  .left-border {
    border-left: 1px solid #ccc;
  }

  .top-pad .verifyicon {
    width: 18px;
  }

  .verified-cricle {
    border-radius: 50%;
    padding: 4px 6px 6px 6px;
    background-color: #fff;
    opacity: 0.9;
    margin-top: -45px;
    float: left;
    box-shadow: 0px 0px 2px #ccc;
    position: relative;
    margin-left: 6px;

  }

  .change-img {
    font-size: 12px;
  }

  .borders {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    padding: 7px 2px 2px 2px;
    width: 16% !important;
    border-top: 1px solid #eee;

  }

  .top-main {
    min-height: 500px;
    padding-top: 65px;
  }

  .navbar-header i {
    font-size: 18px;
    margin-top: 15px;
    color: #828282;
  }

  .plus i {
    font-size: 35px !important;
    margin-top: -35px !important;
    color: black !important;
    margin-bottom: 5px;
    border-radius: 80%;
    padding: 8px 10px;
    background-color: orange !important;
  }

  .borders span {
    font-size: 11px;
    color: #828282;
  }

  .borders i {
    font-size: 24px;
    /*color:#828282;*/
    color: rgba(20, 20, 20, 0.6);
  }

  .footerxs {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    box-shadow: 0px 0px 1px;
  }

  .noimg {
    width: 400px;
    margin-top: 100px;
  }
  
  

  @media (max-width: 1172px) {
    .noimg {
      margin-top: 20px;
    }
    
 


    .searchsss {
      padding: 10px !important;
    }

    .searchsss li .input {
      width: 264px !important;
    }
  }

  @media (max-width: 480px) {
    .top-main {
      padding-top: 120px;
    }
    .mobile-menu img {
        margin: 3px 39px;
        width: 132px;
    }

    #my .modal-body {
      padding: 30px !important;
    }

    .design-box {
      background-color: transparent !important;
      padding: 0px !important;
      margin-top: 0px !important;
    }

    .p_box {
      min-height: 80px;
      margin-bottom:5px;
    }

    .job-content {
      text-align: center;
    }

    .job-box .btn-success {
      font-size: 10px !important;
    }

    .job-box h3 {
      font-size: 14px;
      font-weight: bold;
    }

    .job-box p {
      font-size: 11px;
    }

    .job-box p small {
      font-size: 8px;
    }

    .thumbnail img {
      width: 200px !important;
      height: 80px !important;
    }

    .market .col-md-3,
    .col-md-8,
    .col-md-1 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .main .btn-primary {
      margin-bottom: 10px;
    }

    .marketplace-inner-box span {
      font-size: 8px !important;
    }

    .post_bg i {
      font-size: 16px !important;
    }

    .carousel-inner img {
      height: 200px !important;
    }

    .left-addon .fa {
      top: 3px;
      right:3px;
    }

    .job-content .col-md-12 {
      text-align: left !important;
    }

    /*.navbar-header a img {*/
    /*  width: 150px;*/
    /*}*/

    .lia i {
      width: 40px;
      height: 40px;
      border-radius: 100px;
      padding-top: 10px;
    }

    .red {
      background-color: #FF0000;
      color: #fff;
    }

    .blue {
      background-color: #223480;
      color: #fff;
    }

    .lia {
      font-size: 18px !important;
      text-align: center;
    }

    .lia span {
      font-size: 12px !important;
    }

    .newbar li a {
      padding: 0px !important;
      padding-top: 4px !important;
    }

    .newbar .newli {
      float: left !important;
      width: 20% !important;
    }

    .newbar li ul li {
      width: 350px;
    }

    .top-box-show .heading-div {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .yo {
      margin-top: 10px;
    }

    .no-need-left {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .no-need-right {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .leftsides img {
      width: 100% !important;
      height: 200px !important;
    }

    .verified-cricle {
      margin-top: -32px !important;
      padding: 1px 5px 4px 5px !important;
      margin-left: 4px !important;
    }

    .top-pad .verifyicon {
      width: 12px !important;
      height: 12px !important;

    }

    .chota {
      font-size: 25px !important;
    }

    .kaam {
      padding: 20px !important;
    }

    .top-ticker span {
      font-size: 12px !important;
    }

    .border {
      font-size: 28px !important;
    }

    .border a {
      font-size: 28px !important;
    }

    .pack img {
      width: 120px !important;
      height: 100px !important;
    }

    .pack h3 a {
      font-size: 20px !important;
    }

    .pack .thumbnail {
      margin-bottom: 60px !important;
    }

    .down {
      margin-bottom: 20px;
    }

    .left-border {
      border: 1px solid #ccc;
      padding-top: 20px;
    }

    .index-page img {
      height: 100% !important;
      width: 100% !important
    }

    .green-button {
      margin-top: 25px !important;
    }

    .search-heading span {
      margin-top: 2px !important;
    }

    .down-div {
      font-size: 12px !important;
    }

    .search-top {
      padding: 0px !important;
      margin-top: 6px !important;
    }

    .search {
      /*border-bottom: 1px solid #ccc;*/
    }

    .icon p,
    a {
      font-size: 12px !important;
    }

    .heading {
      font-size: 12px !important;
      word-wrap: break-word;
      margin-bottom:35px !important;
    }

    .main-box span {
      font-size: 30px !important;
    }

    .main-box p {
      font-size: 12px !important;
    }

    .pad-left {
      padding-left: 0px !important;
    }

    .watermark {
      width: 140px !important;
      height: 40px !important;
    }

    .search-heading span {
      font-size: 15px !important;
      margin-top: 0px;
      /*font-weight:600 !important;*/
    }

    .thumbnail {
      margin-bottom: 10px !important;
    }

    .search-top .row {
      /*padding: 2px !important;*/
        padding:10px 0px !important;
        margin: 0px 0px;
    }

    .search-down span {
      font-size: 12px !important;
    }

    .top-box-show .heading-div h1 {
      font-size: 25px !important;
      margin-top: 10px;
    }

    .heading-div {
      padding: 6px;
    }

    .left-right address {
      font-size: 11px;
      margin-bottom: 0px !important;
    }

    .bancho2 {
      padding-left: 10px !important;
    }

  

    .left-right {
      padding-right: 5px !important;
      padding-left: 12px;
    }

    .left-right span {
      font-family: candara;
      margin-bottom: 2px !important;

    }

    .smaal_mobile .btn i {
      font-size: 15px;
    }

    .smaal_mobile .btn {
      width: 100%;
      font-size: 13px !important;
    }

    .smaal_mobile .btn-success {
      background-color: transparent;
      color: #333;
      border-color: #FD6D03;
    }

    .but {
      padding: 4px 12px 4px 12px;
      letter-spacing: 1px;
    }

    .top-pad {
      width: 30.333% !important;
    }

    .top-pad img {
      width: 100% !important;
      height: 138px !important;
      border-radius: 5px !important;
    }

    .login_style {
      padding: 20px 40px 20px 40px !important;
    }

    .heading {
      font-size: 25px;
    }

    .ad {
      text-align: center;
    }

    .leftside {
      padding-right: 15px !important;
    }

    .icon .a {
      margin-left: 5px !important;
    }

    .index {
      margin-top: 10px;
    }

    .upper {
      margin-top: -20px !important;
    }

    .panel-heading span {
      font-size: 26px !important;
    }

    .uppar {
      margin-top: 0px !important;
      float: none !important;
      width: 100% !important;
    }

    .modal-box {
      margin-top: 100px;
      background-color: #eee;
      width: 320px;
    }

    .modal-box .modal-body {
      padding: 20px 40px 40px 40px;
    }

  }
  
  
  @meida (max-width: 900){
         .rm-job-step{
      width:20% !important;
    }
  }

  @media (max-width: 767px) {
    .green-button {
      margin-left: -17px !important;
      margin-top: 55px;
    }
    
  

  }
  
  

  @media (max-width: 768px) {
    .navbar-right {
      margin-right: 0px;
    }
    
    .rm-job-step{
      width:50% !important;
    }

  }

  /*# sourceMappingURL=app.css.map */
  .li li {
    display: inline;
    float: left;
    width: 300px;
    list-style-type: disc;
    font-size: 16px;
    font-weight: bold;
  }

  .li i {
    color: green;
  }

  .header_post {
    background-color: #367889;
  }

  label {
    font-size: 16px;
    margin-bottom: 0px;
  }

  label span {
    color: red;
  }

  .big {
    width: 33.3%;
    font-size: 25px;
  }

  .upper {
    z-index: 9999;
    margin-top: -200px;
  }

  .uppar {
    z-index: 9999;
    margin-top: -50px;
    width: 80%;
    float: right;
  }

  .login_style {
    font-size: 20px;
  }

  .login_style span {
    color: green;
    font-weight: bold;
  }
  
  #ads{
       margin:10px !important; 
    }

  @media (max-width:480px) {
    .left_box_post .drop {
      margin-left: 100px !important;
    }
    
    .rm-job-step{
      width:100% !important;
    }

    
    #adsid{
        /*margin:10px !important;*/
        padding:0px 14px !important;
    }

    .bancho .span{
        font-size:13px !important;
    }
    
    .search-heading {
        font-size:15px !important;
        padding:0 !important;
        margin-left:8px !important;
        display:inline-block !important;
            text-transform:toupperCase;
        font-weight:600;
    }

    .left_box_post ul {
      width: 62%;
    }

    .post_bg ul li {
      font-size: 12px !important;
    }

    .login_style {
      padding: 20px 40px 20px 40px !important;
    }

    label.star {
      margin-right: -7px !important;
    }

    .new-image img {
      width: 100%;
      height: 270px !important;
    }
  }

  .box {
    padding: 20px;
    margin-top: 20px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 2px #ccc;
    margin-bottom: 40px;
  }

  .color p {
    color: white;
  }

  .color footer {
    color: black;
  }

  .new-image img {
    width: 100%;
    height: 400px;
  }

  .comparison {
    max-width: 940px;
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px;
  }
  
   .marketplace-inner-box h5 {
     font-size: 15px !important;
  }

  .comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #CCC;
  }

  .comparison td,
  .comparison th {
    border-right: 1px solid #CCC;
    empty-cells: show;
    padding: 10px;
  }

  .compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
    text-align: center;
  }

  .comparison tbody tr:nth-child(odd) {
    display: none;
  }

  .comparison .compare-row {
    background: #F5F5F5;
  }

  .comparison .tickblue {
    color: #0078C1;
  }

  .comparison .tickgreen {
    color: #009E2C;
  }

  .comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #CCC;
  }

  .comparison tr td:first-child {
    text-align: left;
  }

  .comparison .comparison .qbo,
  .comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
  }

  .comparison .tl2 {
    border-right: 0;
  }

  .comparison .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px;
  }

  .comparison .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
    border-right: 0px;
  }

  .comparison .price-info {
    padding: 5px 15px 15px 15px;
    text-align: center;
  }

  .comparison .price-was {
    color: #999;
    text-decoration: line-through;
  }

  .comparison .price-now,
  .comparison .price-now span {
    color: #428BCA;
  }

  .comparison .price-now span {
    font-size: 32px;
  }

  .comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
  }

  .comparison .price-buy {
    background: #428BCA;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
  }

  .comparison .price-try {
    font-size: 12px;
  }

  .comparison .price-try a {
    color: #202020;
  }

  @media (max-width: 767px) {

    .comparison td:first-child,
    .comparison th:first-child {
      display: none;
    }

    .comparison tbody tr:nth-child(odd) {
      display: table-row;
      background: #F7F7F7;
    }

    .comparison .row {
      background: #FFF;
    }

    .comparison td,
    .comparison th {
      border: 1px solid #CCC;
    }

    .price-info {
      border-top: 0 !important;

    }

  }

  @media (max-width: 639px) {
    .comparison .price-buy {
      padding: 5px 10px;
    }

    .comparison td,
    .comparison th {
      padding: 10px 5px;
    }

    .comparison .hide-mobile {
      display: none;
    }

    .comparison .price-now span {
      font-size: 16px;
    }

    .comparison .price-small {
      font-size: 16px !important;
      top: 0;
      left: 0;
    }

    .comparison .qbse,
    .comparison .qbo {
      font-size: 12px;
      padding: 10px 5px;
    }

    .comparison .price-buy {
      margin-top: 10px;
    }

    .compare-heading {
      font-size: 13px;
    }
  }

  .new-heading {
    font-size: 25px;
    font-weight: bold !important;
  }

  .stars {

    width: 100%;

    display: inline-block;

  }



  input.star {
    display: none;
  }



  label.star {

    float: right;

    padding: 10px;

    margin-right: 42px;

    font-size: 36px;

    color: #444;

    transition: all .2s;

  }



  input.star:checked~label.star:before {

    content: '\f005';

    color: #FD4;

    transition: all .25s;

  }



  input.star-5:checked~label.star:before {

    color: #FE7;

    text-shadow: 0 0 20px #952;

  }



  input.star-1:checked~label.star:before {
    color: #F62;
  }



  label.star:hover {
    transform: rotate(-15deg) scale(1.3);
  }



  label.star:before {

    content: '\f006';

    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1');

  }

  footer .partone {
    background-color: #FBFBFB;
    padding: 20px;
  }

  footer .partone img {
    width: 60%;
  }

  footer .partone p {
    color: #464343;
    margin-top: 15px;
    text-align: justify;
  }

  footer .partone .ulfooter {
    margin-left: -38px;
    margin-top: 5px;
  }

  footer .partone .ulfooter li {
    list-style: none;
    border: 1px solid #ccc;
    float: left;
    padding: 4px 8px 4px 8px;
    font-size: 20px;
    color: #333333;
  }

  .category_part p {
    font-size: 18px;
  }

  .category_part ul {
    margin-left: -32px;
  }

  .category_part ul li {
    list-style: none;
    line-height: 28px;
  }

  .parttwo {
    background-color: #fff;
    padding: 20px;
  }

  .parttwo h4 {
    font-weight: bold;
    font-size: 16px;
  }

  .parttwo i {
    font-size: 28px;
    margin-top: 6px;
  }

  .parttwo a {
    font-weight: bold;
    font-size: 12px;
  }

  .parttwo .footer-bottom {
    font-size: 11px;
    color: #8b8b8b;
  }

  .footer-don {
    color: #fff;
  }

  .footer-don span {
    font-size: 16px;
  }

  .category_footer {
    color: #464343 !important;
  }
   
  .category_footer p{
    color: #464343;
  }

  .category_footer a {
    color: #464343;
  }

  footer {
    font-weight: normal !important;
  }

  .consider {
    margin-left: -16px;
  }

  .consider li {
    font-weight: normal;
    margin-bottom: 4px;
  }

  .aara .modal-dialog {
    margin: 0px !important;
    margin-top: 0rem;
    margin-bottom: 0rem;
    max-width: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
  }

  .aara .modal-content {
    border-radius: 0rem;
  }

  .aara .btn {
    margin: 0.2rem;
  }

  .main-box sup {
    position: absolute;
  }

  .recent_box .col-md-4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .recent_box .inner_box {
    margin-bottom: 16px;
    padding: 5px 15px 5px 15px;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 10px;
  }

  .recent_box .inner_box:hover {
    box-shadow: 0px 0px 10px #ccc;
  }

  .recent_box .col-xs-3 {
    padding-left: 0px;
    padding-right: 2px;
  }

  .recent_box .col-xs-9 {
    padding-left: 6px;
  }

  .recent_box img {
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 2px #ccc;
    border-radius: 10px;
  }

  .recent_box h3 {
    overflow: hidden;
    margin: 0px;
    font-size: 18px;
    color: #5a5353;
    line-height: 20px;
  }

  .recent_box p {
    font-weight: bold;
    margin-bottom: 0px;
  }

  .recent_box small {
    color: #5a5353;
  }

  .search-box .form-control {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 40px;
  }

  .search-box .col-md-5,
  .col-md-5,
  .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .search-box .index {
    height: 40px;
    border-radius: 0px;
  }

  .search-box .row {
    margin: 0px;
  }

  .post_bg ul {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ccc;

  }

  .cust-border {
    border: 1px solid #928c8c !important;
    padding: 3px;
    border-radius: 2px;
  }

  .cust {
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 14px !important;
    font-weight: bold;
    padding: 4px 20px !important;
    background-color: #FF6E04 !important;
    transition: 1s;
  }

  .cust:hover {
    transform: scale(0.9);
    background-color: green !important;
    transition: 1s;
    border-color: green !important;
  }

  .post_bg ul li {
    font-size: 20px;
    list-style: none;
    padding: 20px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 1px solid #ccc;
  }

  .post_bg ul li:hover {
    background-color: #EEEEEE !important;
    color: #333 !important;
    border-color: #EEEEEE !important;
  }

  .post_bg i {
    font-size: 26px;
  }

  .left_box_post ul li a {
    color: #333 !important;
  }

  .drop {
    display: none;
  }

  .left_box_post ul li:hover>a {
    color: #333;
  }

  .left_box_post ul li:hover>.drop {
    display: block;
    animation: name 1s;
  }

  @keyframes name {
    from {
      opacity: 0;
      transform: scaleY(1.2);
    }

    to {
      opacity: 1;
    }
  }

  .left_box_post .drop {
    margin-left: 338px;
    position: absolute;
    margin-top: -50px;
    width: 48.3%;
  }

  .left_box_post {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 5px;
    padding: 20px;
  }

  .left_box_post ul {
    width: 50%;
  }

  .left_box_post ul li .ici {
    float: right;
    font-size: 22px;
  }

  .left_box_post .badge {
    float: right;
  }

  .right_box_post {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 5px;
    padding: 10px;
  }

  .right_box_post img {
    width: 100%;
  }

  .post_bg {
    background-color: #fff;
    padding: 20px;
  }

  .modal-backdrop {
    background-color: transparent;
  }

  .main .btn-primary {
    height: 40px;
    width: 100%;
    font-size: 11px;
  }

  .main {
    width: 100%;
  }

  .has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
    top: 3px;
  }

  .has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
    border-radius: 0px;
    height: 40px;
  }

  .marketplace-box img {
    height: 150px !important;
    max-width: 100% !important;
    padding: 6px 6px 0px 6px;
  }

  .marketplace-inner-box {
    padding: 8px;
    border-bottom: 3px solid;
    border-color: #fff;
  }

  .marketplace-inner-box h4 {
    margin: 0px;
    color: #333;
    font-size: 13px;
    margin-bottom: 8px;
    height: 26px;
  }

  .marketplace-inner-box h5 {
    margin-top: 14px;
    font-size: 15px;
    color: #302e2e;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .mobile-menu div center a {
      padding-right:0px !important;
  }

  .marketplace-inner-box span {
    font-size: 11px;
    color: rgba(38, 43, 43, 0.64);
  }

  .featured {
    border-color: #FE6E03;
    border-radius:4px;
  }

  .featured-ticker {
    padding: 2px 10px;
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    border-radius:2px;
    background-color: #FE6E03;
    color: #fff;
    right: 15px;
    top: 5px;
    text-transform: uppercase !important;

  }

  .hiha .col-md-3,
  .col-xs-6 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .payment-css p {
    font-size: 15px;
  }

  .payment-css label {
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .payment-css input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    left: 28px;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .payment-css:hover input~.checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .payment-css input:checked~.checkmark {
    background-color: #2196F3;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .payment-css input:checked~.checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .payment-css .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  #result-card-right h3 {
    margin: 10px 10px 6px 10px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .result-card {
    padding: 6px 0px;
    background-color: #fff;
    overflow: auto;
    max-height: 350px;
    box-shadow: 0px 0px 4px #ccc;
    position: absolute;
    width: 100%;
    z-index: 9999;
    display: none;
  }

  .result-card ul {
    margin: 0px;
    padding: 0px;
  }

  .result-card ul a {
    color: #333;
  }

  .result-card ul a li:hover {
    background-color: #eee;
  }

  #result-card-right .ullll li {
    width: 184px;
  }

  #result-card-right ul li {
    float: left;
    width: 195px;
  }

  #result-card-right {
    min-height: 200px;
  }

  .result-card ul li {
    list-style: none;
    width: 100%;
    padding: 6px 10px 6px 10px;
  }

  .result-card .alert {
    margin: 10px 10px 6px 10px;
  }

  .topul label {
    margin-bottom: 0px;
    line-height: 10px;
  }

  .topul label span {
    color: #333 !important;
  }

  .topul hr {
    margin: 4px;
    width: 100%;
  }

  .topul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
  }

  .topul li {
    list-style: none;
    font-size: 13px !important;
  }

  .topul li span {
    font-weight: normal;
  }

  .topul ul::-webkit-scrollbar {
    display: none;
  }

  .topul ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  @keyframes animation {
    0% {
      background-color: red;
    }

    50.0% {
      background-color: #ff6666;
    }

    100.0% {
      background-color: red;
    }
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .equalHeightPerent {}

  .equalHeightPerent .equalHeightChild {
    display: block;
  }



  .featureNine {}

  .featureBoxItem {
    background-color: rgba(21, 92, 158, 1);
    border-radius:20px;
    color: #fff;
    text-align: center;
    height: 200px;
    padding: 50px 15px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    cursor: default;
    text-decoration: none;
    animation-duration: 2s;
    animation-delay: 0s;
    transition: all 0.3s ease 0s;
  }
  
  .tag-line{
      font-size:14px;
      padding:5px 0px;
      color:white;
      font-weight:400;
  }

  .featureBoxItem:hover {
    background-color: rgba(240, 145, 25, 1) !important;
    color: #fff;
  }

  .featureBoxItem:hover {
    background-color: rgba(240, 145, 25, 1);
    color: #fff;
  }

  .disableHover .featureBoxItem:hover {
    background-color: rgba(21, 92, 158, 1);
    color: #fff;
  }

  .featureBoxItem.orange {
    background-color: rgba(240, 145, 25, 1);
  }

  .featureBoxItem.orange:hover {
    background-color: rgba(21, 92, 158, 1);
  }

  .disableHover .featureBoxItem.orange:hover,
  .disableHover .featureBoxItem.orange:hover {
    background-color: rgba(240, 145, 25, 1);
  }

  .alterText .featureBoxItem {
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }

  .alterText .featureBoxItem {
    overflow: hidden;
  }

  .alterText .featureBoxItem .caption {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*top: 80px; */
    opacity: 1;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .alterText .featureBoxItem:hover .caption {
    top: 140px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .alterText .featureBoxItem .altCaption {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 200px;
    position: absolute;
    text-align: center;
    width: 90%;
    margin: 0px;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff !important;
  }

  .alterText .featureBoxItem:hover .altCaption {
    top: 120px;
  }

  .alterText .featureBoxItem.hight2x .caption {
    /*top: 150px;*/
    opacity: 1;
  }

  .alterText .featureBoxItem.hight2x:hover .caption {
    top: 300px;
    opacity: 0;
  }

  .alterText .featureBoxItem.hight2x .altCaption {
    top: 300px;
  }

  .alterText .featureBoxItem.hight2x:hover .altCaption {
    top: 150px;
  }

  .featureBoxItem.hight2x {
    height: 290px;
    padding-top: 40px;
  }

  .featureBoxItem.hight2x i {
    margin-top: 40px;
  }

  .featureNine i,
  .featureBoxItem i {
    font-size: 50px;
    margin-bottom: 15px;
    text-align: center;
  }

  .featureBoxItem .caption {
    text-align: center;
  }

  .featureBoxItem img {
    text-align: center;
    margin: 0 auto;
  }

  .featureBoxItem.featureBox-primary {
    background-color: rgba(21, 92, 158, 1);
  }

  .featureBoxItem.featureBox-primary:hover {
    background-color: rgba(21, 92, 158, 1);
  }

  .disableHover .featureBoxItem.featureBox-primary:hover {
    background-color: rgba(21, 92, 158, 1);
  }

  .featureBoxItem.featureBox-Warning {
    background-color: rgba(240, 145, 25, 1);
  }

  .featureBoxItem.featureBox-Warning:hover {
    background-color: rgba(21, 92, 158, 1);
  }

  .disableHover .featureBoxItem.featureBox-Warning:hover {
    background-color: rgba(240, 145, 25, 1);
  }

  .featureBoxItem.featureBox-Success {
    background-color: rgba(128, 164, 8, 1);
  }

  .featureBoxItem.featureBox-Success:hover {
    background-color: rgba(21, 92, 158, 1);
  }

  .disableHover .featureBoxItem.featureBox-Success:hover {
    background-color: rgba(128, 164, 8, 1);
  }

  .featureBoxItem.featureBox-Inverse {
    background-color: rgba(88, 88, 88, 1);
  }

  .featureBoxItem.featureBox-Inverse:hover {
    background-color: rgba(21, 92, 158, 1);
  }

  .disableHover .featureBoxItem.featureBox-Inverse:hover {
    background-color: rgba(88, 88, 88, 1);
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
    margin-top: 9px;
  }

  #mon,
  #tus,
  #web,
  #thu,
  #fri,
  #sat,
  #sun {
    display: none;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked+.slider {
    background-color: #2196F3;
  }

  input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  
  /*Loader CSS*/
  
  .loader {
border: 4px solid #f3f3f3;
border-top: 4px solid #3498db;
margin-left:10px;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 2s linear infinite;
position: absolute;
left: 10%;
top: 10%;
transform: translate(-50%, -50%);
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


.box1{
	border: 1px solid whitesmoke;
	border-radius: 5px;
	/*padding-top: 5px;*/
	margin-bottom: 5px;
	/*margin-top: 5px;*/
	box-shadow: 0px 0px 1px grey;
	padding-left: 0px;
	background-color: #fff;
}

.ms1{margin-top: 3%;}

/*img{*/
/*    padding: 10px;height: 130px;width: 130px;*/
    
/*}*/
.text{
	padding: 5px;
}

.text-primary{
    margin: 8px 3px !important;
    text-transform:capitalize;
}

ul li{list-style: none;}

h3{
	White-Space: nowrap;
	Overflow: hidden;
	Text-overflow: ellipsis;
}

.btn-link{text-decoration: none;}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.box1 ul{
    padding:5px 20px;
}

/*.box1 ul li{*/
/*    padding:5px 10px;*/
/*}*/


.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
ul li{
    color:#5a5555;
}
.center{text-align: center;}

@media only screen and  (min-width: 1200px) {
    .jobs{
       padding:10px 200px !important;
    }
    .i{
        width:100% !important;
        height:145px !important;
        border-radius:15px !important;
    }
    
}


@media only screen and (max-width: 600px) {
	h3{font-size: 17px!important;padding-bottom: 0px;}
	p{font-size: 12px;color:#5a5555;}
	ul li{font-size: 12px;color:#36454F;}
	img{
	    width: 100%;
	}
	.featureBoxItem{
	    padding:50px 10px !important;
	}
	.i{
	   width: 100%;
        height: 141px;
        margin-top: 4px;
        border-radius: 10px;
	    
	}
	.custom p {
	    font-size:12px !important;
	}
}
.box2{
    padding:5px !important;
}

