
@import url('https://fonts.cdnfonts.com/css/humanst521-bt');


* {
  font-family: 'Humanst521 BT', sans-serif !important;
}
/*@font-face {*/
/*    font-family: 'MyCabinCustomFont';*/
/*    src: url('../fonts/Cabin-Regular.ttf') format('truetype'); !* Safari, Android, iOS *!*/
/*  } */
  .text_field2 {
    font-family: "Arial" , "Helvetica" , sans-serif;
    padding: 0.8em 0;
    text-indent: 0.5em;
    display: block;
    width: 100%;
    border: none;
    background-color: #EAEBEB;
    margin: 0 0 1em 0;
    border: 2px solid #c1c1c1;
}
.login_fields_submit2 input {
    background-color: #bd1f23;
    padding: 0.9em 2em;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/*
// Rotating border
*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
        border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}

/* search */

.mc-search-bar {
    border: 3px solid #bd1f23;
    border-radius: 7px;
    margin: 8px 0 0;
    width: 100%;
    margin-left: 15px;
}
.mc-search-bar .input-group-addon {
    color: #fff!important;
}

.mc-search-bar > .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.mc-search-bar > .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.mc-search-bar .search-field {
    padding: 16px;
    border: none;
    width: 100%;
}
.mc-search-bar > button, input, select[multiple], textarea {
    background-image: none;
}
.mc-search-bar .input-group-addon.has-categories-dropdown {
    border-left: 1px solid #e0e0e0;
}
.mc-search-bar .input-group-addon {
    background-color: transparent;
    border: none;
    padding: 0 0 0 10px;
    text-align: left;
}
.mc-search-bar .button {
    border: none;
    padding: 20px 17px;
    margin: -1px -3px -2px 0px;
    background: #bd1f23;
    position: relative;
}
/* ..search */
  .w-100 {
    width: 100% !important;
    height: auto !important;
  }
  .w-75{
    width: 75%!important;
  }
  .w-50{
    width: 50%!important;
  }
  .text-white{
      color:#fff!important;
  }
  .colorline:nth-of-type(even) {
    background-color: #fefefe;
  }
  .margin {
      margin-right: 0!important;
      margin-left: 0!important;
      margin-top: 50px;
  }
  .text-success{
      color: #00cc00!important;
  }
  .text-warning{
      color: yellow!important;
  }
  .colorline:nth-of-type(odd) {
    background-color: #bad4ff;
  }

  .blueorder{
      background-image: -webkit-gradient(linear, left top, left bottom, from(#4c91cd), color-stop(0.52, #3277b3));
      border: 3px solid #c3daee;
      color: #fff!important;
  }

  input.form-controll,
  select.form-controll {
    background: none;
    background-color: #fff;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 10px 6px 15px;
  }
  .form-controll {
    width: auto;
    display: block;
    /* width: 100%; */
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .checkbox-fade {
    display: inline-block;
    margin-right: 15px;
  }
  .checkbox-fade label {
    line-height: 25px;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .checkbox-fade label input[type='checkbox'],
  .checkbox-fade label input[type='radio'] {
    display: none;
  }
  .checkbox-fade.fade-in-default .cr {
    border: 2px solid #bdc3c7;
  }
  .checkbox-fade .cr {
    border-radius: 0px;
    border: 2px solid #1abc9c;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 0.5em;
    position: relative;
    width: 25px;
  }
  .checkbox-fade label {
    line-height: 25px;
  }
  .checkbox-fade label input[type='checkbox'] + .cr > .cr-icon,
  .checkbox-fade label input[type='radio'] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
  }
  .checkbox-fade.fade-in-default .cr .cr-icon {
    color: #bdc3c7;
  }
  .checkbox-fade .cr .cr-icon {
    color: #1abc9c;
    font-size: 0.8em;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
  }
  .checkbox-fade .cr {
    border-radius: 0px;
    border: 2px solid #1abc9c;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 0.5em;
    position: relative;
    width: 25px;
  }
  .pt-0 {
    padding-top: 0px !important;
  }
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-2{
      padding-bottom: 0.5rem !important;
  }
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .ml-4{
    margin-left: 1.5rem!important;
  }
  .ml-3{
    margin-left: 1.25rem!important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-flex {
    display: flex !important;
  }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3{
      margin-bottom: 1.25rem!important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3 {
    padding-top: 1rem !important;
  }
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pl-4 {
    padding-left: 1.5rem !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .text-dark {
    color: #000 !important;
  }
  .col-xs-6{
    min-height: 1px!important;
  }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mr-2{
      margin-right: 1rem !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .row {
    flex-wrap: wrap !important;
  }
  .text-center {
    text-align: center !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  .product-chooser{
    display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .product-chooser .product-chooser-item{
    width: calc(100%); float: left;
  }
  .product-chooser .product-chooser-item img {
    border-radius: 5px;
  }
  .product-chooser1 .product-chooser-item img {
    border-radius: 5px;
  }
  .border-top {
    border-top: 3px solid #dee2e6 !important;
  }
  .border-bottom {
    border-bottom: 3px solid #dee2e6 !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bg-light {
    background-color: #f8f9fa !important;
  }
  .text-dark{
      color: #333!important;
  }
  .product-chooser .product-chooser-item input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  .product-chooser1 .product-chooser-item input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  input[type='checkbox'],
  input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
  }
  .text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  .item label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    border: 1px solid #d9e1e6;
    font-size: 15px;
    color: #777;
    cursor: pointer;
  }
  @media (max-width: 991px) {
    .item label {
      padding: 10px;
    }
  }
  .item label strong {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
  }
  .item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .item input[type='checkbox'],
  .item input[type='radio'] {
    visibility: hidden;
  }
  .item input[type='checkbox']:not(old):checked + label,
  .item input[type='radio']:not(old):checked + label,
  .item input[type='checkbox']:not(old):checked + span + label,
  .item input[type='radio']:not(old):checked + span + label {
    display: block;
    border: 1px solid #409fff;
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
  }

  .item input[type='checkbox']:not(old):checked + label:before,
  .item input[type='radio']:not(old):checked + label:before,
  .item input[type='checkbox']:not(old):checked + span + label:before,
  .item input[type='radio']:not(old):checked + span + label:before {
    font-family: 'fontello';
    content: '\e81b';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #409fff;
  }

  .checkbox_questions {
    position: relative;
  }
  .checkbox_questions span.error {
    left: -5px;
    top: -35px;
  }
  .checkbox_questions .icheckbox_square-grey {
    margin-right: 10px;
  }

  .box_general {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 45px;
    margin-top: 15px;
    border: 1px solid #d9e1e6;
  }
  @media (max-width: 991px) {
    .box_general {
      padding: 30px;
    }
  }

  input#website {
    display: none;
  }

  #wizard_container {
    position: relative;
    min-height: 450px;
  }

  button.backward,
  button.forward,
  button.submit {
    border: none;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    outline: none;
    min-width: 110px;
    text-align: center;
    background: #409fff;
    position: relative;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px 10px 30px;
  }
  @media (max-width: 767px) {
    button.backward,
    button.forward,
    button.submit {
      text-indent: -99999px;
      min-width: inherit;
      padding: 0 !important;
      text-align: center;
      width: 35px;
      height: 35px;
    }
  }

  button.backward {
    color: #333;
    background: #e8e8e8;
    padding: 10px 20px 10px 30px;
  }

  button.forward,
  button.submit {
    padding: 10px 30px 10px 20px;
  }

  button[disabled] {
    display: none;
  }

  button.backward:before {
    content: '\34';
    font-family: 'ElegantIcons';
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  @media (max-width: 767px) {
    button.backward:before {
      text-indent: 0px;
      font-size: 32px;
      font-size: 2rem;
      top: 0;
      left: 2px;
    }
  }

  button.forward:before {
    content: '\35';
    font-family: 'ElegantIcons';
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  @media (max-width: 767px) {
    button.forward:before {
      text-indent: 0px;
      font-size: 32px;
      font-size: 2rem;
      top: 0;
      right: 3px;
    }
  }

  button.submit:before {
    content: '\4e';
    font-family: 'ElegantIcons';
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  @media (max-width: 767px) {
    button.submit:before {
      text-indent: 0px;
      font-size: 26px;
      font-size: 1.625rem;
      top: 5px;
      right: 4px;
    }
  }

  button.backward:hover,
  button.submit:hover,
  button.forward:hover {
    background: #0073e5;
    color: #fff;
  }

  #bottom-wizard {
    padding: 15px 25px 10px 25px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: 0;
    border-top: 1px solid #d9e1e6;
    z-index: 3;
  }
  @media (max-width: 767px) {
    #bottom-wizard {
      padding: 15px 15px 10px 15px;
    }
  }

  .styled-select {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: #fff url(../img/arrow_down.svg) no-repeat right center;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .styled-select select {
    background: transparent;
    width: 107%;
    padding: 5px 5px 5px 15px;
    border: 0;
    height: 41px;
    color: #999;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
  }
  .streif-red:hover{
      color: #fff!important;
  }
  .styled-select select:focus {
    color: #555;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .styled-select select::-ms-expand {
    display: none;
  }
  .styled-select select::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .styled-select select::-webkit-input-placeholder {
    color: #999;
  }

  input.form-control,
  select.form-control {
    background: none;
    background-color: #fff;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 10px 6px 15px;
  }
  .btn-default{
    height: 39px!important;
  }
  textarea.form-control {
    background: none;
    background-color: #fff;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 10px 6px 15px;
  }

  input.form-control:focus,
  select.form-control:focus,
  textarea.form-control:focus {
    border-color: #409fff;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #555;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #195196;
    background-color: rgba(28, 93, 171, 0.03);
  }

  span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    left: 15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
  }
  span.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
  }

  .form-group {
    position: relative;
    margin-bottom: 25px;
  }
  .form-group span.error {
    left: -5px;
    top: -35px;
  }
  .form-group .icheckbox_square-grey {
    margin-right: 10px;
  }
  .form-group.short {
    margin-bottom: 10px;
  }

  .qty-buttons {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
  }

  input.qty {
    width: 100%;
  }

  input.qtyminus,
  input.qtyplus {
    position: absolute;
    width: 35px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-indent: -9999px;
    top: 2px;
  }

  input.qtyplus {
    background: url(../img/plus.svg) no-repeat center center;
    right: 35px;
  }

  input.qtyminus {
    background: url(../img/minus.svg) no-repeat center center;
    right: 5px;
  }

  .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
  }
  #background_2 .ribbon,
  #background_3 .ribbon {
    left: -9px;
    top: -9px;
  }
  .ribbon span {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(
      to right,
      rgba(73, 155, 234, 1) 0%,
      rgba(73, 155, 234, 1) 94%,
      rgba(32, 124, 229, 1) 100%
    );
    -webkit-box-shadow: 0px 3px 10px -5px black;
    -moz-box-shadow: 0px 3px 10px -5px black;
    box-shadow: 0px 3px 10px -5px black;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 19px;
    left: -21px;
  }
  .ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
  }
  .ribbon span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #638908;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
  }
  footer {
    margin-top: 50px;
  }

  /* file upload */
  .image-preview-input,
  .image-preview2-input,
  .image-preview3-input,
  .image-preview4-input,
  .image-preview5-input,
  .image-preview6-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .image-preview-input input[type='file'],
  .image-preview2-input input[type='file'],
  .image-preview3-input input[type='file'],
  .image-preview4-input input[type='file'],
  .image-preview5-input input[type='file'],
  .image-preview6-input input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .image-preview-input-title,
  .image-preview2-input-title,
  .image-preview3-input-title,
  .image-preview4-input-title,
  .image-preview5-input-title,
  .image-preview6-input-title {
    margin-left: 2px;
  }

  html,
  body {
    font-family: 'MyCabinCustomFont';
    color: #666666;
    font-size: 16px;
  }
  a {
    color: #0071bc;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  a:focus {
    outline: none;
    outline-offset: 0;
  }
  a:hover {
    color: #0071bc;
    text-decoration: none;
  }
  p {
    color: #545454;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  p a:hover {
    border-bottom: 1px dotted #0071bc;
  }

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

  .carousel-indicators li {
    border-radius: 0;
  }

  .carousel-indicators .active {
    background-color: #0071bc;
    border: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #666666;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0;
  }
  h5.card-title {
    padding-left: 10px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.125em;
  }
  h3 {
    font-size: 1.45em;
  }
  h4 {
    font-size: 1.375em;
  }
  h5 {
    font-size: 1.125em;
  }
  h6 {
    font-size: 0.875em;
  }
  h6 span {
    font-style: italic;
  }

  .parallax-style .btn {
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 600;
  }
  .parallax-style .btn:hover {
    border-color: transparent;
  }
  .button-container .btn {
    text-align: center;
  }

  /* .parallax-style,
  .no-parallax-style {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  } */
  /* .parallax-style {
    position: relative;
    z-index: 1;
  } */
  .no-parallax-style {
    background-attachment: inherit;
  }
  .parallax-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #top-section {
    background: url(../../img/bggg.jpg);
    background-size: cover;
    min-height: 845px;
  }
  .dropcap {
    line-height: 40px;
    display: inline-block;
    font-weight: 800;
    float: left;
    width: 40px;
    height: 40px;
    margin: 8px 10px 0 0;
  }
  .dropcap.default {
    font-size: 3.4375em;
    color: #262626;
  }
  .dropcap.box {
    font-size: 2.45em;
    color: #fff;
    background-color: #0071bc;
    text-align: center;
  }
  .dropcap.round {
    font-size: 2.45em;
    color: #fff;
    background-color: #262626;
    border-radius: 100%;
    text-align: center;
  }
  .panel-group .panel {
    border-radius: 0;
    border-width: 0px;
    border-color: transparent !important;
  }
  .panel-default > .panel-heading {
    background-color: transparent;
    min-height: 50px;
    padding: 0;
  }

  .checkbox-fade {
    display: inline-block;
    margin-right: 15px;
  }
  .checkbox-fade label {
    line-height: 25px;
  }
  .checkbox-fade label input[type='checkbox'],
  .checkbox-fade label input[type='radio'] {
    display: none;
  }
  .checkbox-fade label input[type='checkbox']:checked + .cr > .cr-icon,
  .checkbox-fade label input[type='radio']:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
  }
  .checkbox-fade label input[type='checkbox'] + .cr > .cr-icon,
  .checkbox-fade label input[type='radio'] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
  }
  .checkbox-fade label:after {
    content: '';
    display: table;
    clear: both;
  }
  .checkbox-fade.fade-in-disable label,
  .checkbox-fade.fade-in-disable .cr {
    color: #ccc;
    cursor: no-drop;
  }
  .checkbox-fade .cr {
    border-radius: 0px;
    border: 2px solid #1abc9c;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 0.5em;
    position: relative;
    width: 25px;
  }
  .checkbox-fade .cr .cr-icon {
    color: #1abc9c;
    font-size: 0.8em;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
  }
  .private{
    background: yellow!important;
    color: #333!important;
    border-color: #333!important;
  }
  .public{
    background: #044406!important;
    color: #fff!important;
  }
  .checkbox-fade.fade-in-primary .cr {
    border: 2px solid #1abc9c;
  }
  .checkbox-fade.fade-in-primary .cr .cr-icon {
    color: #1abc9c;
  }
  .checkbox-fade.fade-in-warning .cr {
    border: 2px solid #f1c40f;
  }
  .checkbox-fade.fade-in-warning .cr .cr-icon {
    color: #f1c40f;
  }
  .checkbox-fade.fade-in-default .cr {
    border: 2px solid #bdc3c7;
  }
  .checkbox-fade.fade-in-default .cr .cr-icon {
    color: #bdc3c7;
  }
  .checkbox-fade.fade-in-danger .cr {
    border: 2px solid #e74c3c;
  }
  .checkbox-fade.fade-in-danger .cr .cr-icon {
    color: #e74c3c;
  }
  .checkbox-fade.fade-in-success .cr {
    border: 2px solid #2ecc71;
  }
  .checkbox-fade.fade-in-success .cr .cr-icon {
    color: #2ecc71;
  }
  .checkbox-fade.fade-in-inverse .cr {
    border: 2px solid #34495e;
  }
  .checkbox-fade.fade-in-inverse .cr .cr-icon {
    color: #34495e;
  }
  .checkbox-fade.fade-in-info .cr {
    border: 2px solid #3498db;
  }
  .checkbox-fade.fade-in-info .cr .cr-icon {
    color: #3498db;
  }
  .checkbox-color {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
  }
  .checkbox-color label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    line-height: 25px;
  }
  .checkbox-color label::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .checkbox-color label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #fff;
  }
  .checkbox-color input[type='checkbox'] {
    opacity: 0;
  }
  .checkbox-color input[type='checkbox']:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .checkbox-color input[type='checkbox']:checked + label::after {
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .checkbox-color input[type='checkbox']:disabled + label {
    opacity: 0.65;
  }
  .checkbox-color input[type='checkbox']:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed;
  }
  .checkbox-color.checkbox-circle label::before {
    border-radius: 50%;
  }
  .checkbox-color.checkbox-inline {
    margin-top: 0;
  }
  .checkbox-primary input[type='checkbox']:checked + label::after,
  .checkbox-danger input[type='checkbox']:checked + label::after,
  .checkbox-info input[type='checkbox']:checked + label::after,
  .checkbox-warning input[type='checkbox']:checked + label::after,
  .checkbox-success input[type='checkbox']:checked + label::after {
    color: #fff;
  }
  .checkbox-primary input[type='checkbox']:checked + label::before {
    background-color: #2196f3;
    border-color: #2196f3;
  }
  .checkbox-primary input[type='checkbox']:checked + label::before {
    background-color: #1abc9c;
  }
  .checkbox-warning input[type='checkbox']:checked + label::before {
    background-color: #f1c40f;
  }
  .checkbox-default input[type='checkbox']:checked + label::before {
    background-color: #bdc3c7;
  }
  .checkbox-danger input[type='checkbox']:checked + label::before {
    background-color: #e74c3c;
  }
  .checkbox-success input[type='checkbox']:checked + label::before {
    background-color: #2ecc71;
  }
  .checkbox-inverse input[type='checkbox']:checked + label::before {
    background-color: #34495e;
  }
  .checkbox-info input[type='checkbox']:checked + label::before {
    background-color: #3498db;
  }
  .panel-title {
    text-transform: inherit;
  }
  .panel-title a {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    background-color: #0071bc;
    border: 2px solid #0071bc;
    width: 100%;
    position: relative;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .panel-title a.collapsed {
    background-color: transparent;
    border-color: #f1f2f7;
    color: #262626;
  }
  .panel-title a.collapsed:hover {
    color: #0071bc;
  }
  .panel-group .panel-title a:before {
    position: absolute;
    top: 0;
    right: 12px;
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .panel-group .panel-title a.collapsed:before {
    position: absolute;
    top: 0;
    right: 12px;
    font-family: FontAwesome;
    content: '\f0da';
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .panel-body {
    line-height: 25px;
    border: 2px solid #f1f2f7;
    border-top-color: transparent;
  }
  .sec-head-container {
    margin-top: 50px;
    margin-bottom: 120px;
    overflow: hidden;
  }
  .sec-head-container .sec-head-style {
    position: relative;
    max-width: 1170px;
    display: table;
    margin: auto;
    padding: 0 15px;
  }
  .sec-head-container .sec-head-style:after {
    content: '';
    height: 140px;
    width: 100%;
    background-color: #0071bc;
    position: absolute;
    top: 0;
    left: -100%;
    margin-left: -15px;
  }
  .section-title {
    color: #1a1a1a;
    font-size: 4.75em;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    line-height: 0.9em;
    -webkit-text-stroke: 0.3px;
    padding: 0;
    margin: 0;
    float: left;
    width: 300px;
  }
  .content-title {
    margin-top: 0;
    padding-top: 0;
  }
  .section-title span {
    color: #0071bc;
  }

  .section-description {
    color: #404040;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    margin-left: 360px;
    padding-top: 35px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.2px;
  }
  .parallax-style .subscribe-description {
    color: #ffffff;
  }

  .owl-controls {
    text-align: center;
    margin-top: 45px;
  }
  .owl-page {
    background-color: transparent;
    border: 1px solid #0071bc;
    border-radius: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
  }
  .owl-page.active {
    background-color: #0071bc;
    border: 1px solid #0071bc;
  }
  .icon,
  .texts {
    display: inline-block;
    height: auto;
  }
  .alert {
    overflow: hidden;
  }
  .short-code-title {
    padding-top: 85px;
    padding-bottom: 35px;
  }
  #shortcodes {
    margin-bottom: 80px;
  }
  .top-section {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 70px 0;
  }
  .top-headings {
    text-align: center;
  }
  .top-headings span {
    color: #0071bc;
  }
  [class^='top-heading-'],
  [class*=' top-heading-'] {
    color: #ffffff;
    font-weight: 900;
  }
  .top-heading-1 {
    font-size: 5em;
    line-height: 80px;
    margin-bottom: 78px;
  }
  .top-heading-2 {
    font-size: 3.4375em;
    line-height: 60px;
  }
  .top-heading-3 {
    font-size: 2.8125em;
    line-height: 60px;
  }
  .button-container,
  .top-carousel-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 15px;
  }
  .top-carousel-container .slide-nav {
    color: #ffffff;
    font-size: 1.5625em;
    background: rgba(22, 104, 228, 0.616);
    display: inline-block;
    line-height: 100px;
    text-align: center;
    width: 60px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    opacity: 0.6;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .top-carousel-container .slide-nav.left {
    left: -60px;
    border-radius: 0 3px 3px 0;
  }
  .top-carousel-container .slide-nav.right {
    right: -60px;
    border-radius: 3px 0 0 3px;
  }
  .top-carousel-container .slide-nav:hover {
    background: #0071bc;
    opacity: 1;
  }
  .top-carousel-container:hover .slide-nav.left {
    left: 0px;
  }
  .top-carousel-container:hover .slide-nav.right {
    right: 0px;
  }
  .top-carousel-container .carousel-indicators {
    bottom: 0px;
  }
  .main-menu-continer {
    min-height: 80px;
  }
  #main-menu h1 {
    margin: 0;
  }
  .navbar {
    min-height: 80px;
    border: none;
    margin-bottom: 0;
  }
  .navbar-default {
    background: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    border-radius: 0;
    clear: both;
  }
  .navbar-brand {
    height: 80px;
    font-size: 2rem;
    font-weight: 900;
    padding: 0 15px;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.2px;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #000000;
    text-transform: uppercase;
  }
  .navbar-default .navbar-brand span {
    color: #fff;
  }
  .navbar-nav > li {
    position: relative;
  }
  .navbar-nav > li > a {
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0px;
    background: transparent;
  }
  .navbar-nav > li > a:hover:after {
    height: 4px;
    background: #bd1f23;
  }
  .navbar-nav > li.menu-item-has-children > a:after {
    height: 0 !important;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #bd1f23;
    background: transparent;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-nav > li.menu-item-has-children:hover:before {
    color: #bd1f23;
  }
  .navbar-nav > li .sub-menu,
  .navbar-nav > li .sub-menu > li > a,
  .navbar-nav > li .sub-menu > li .sub-menu,
  .navbar-nav > li > a:after {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navbar-nav > li.menu-item-has-children {
    padding-right: 15px;
  }
  .navbar-nav > li.menu-item-has-children:before,
  .sub-menu > li.menu-item-has-children:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-nav > li.menu-item-has-children:before {
    content: '\f0d7';
    color: #fff;
  }
  .sub-menu > li.menu-item-has-children:before {
    content: '\f0da';
    color: #ffffff;
  }
  .sub-menu > li.menu-item-has-children:hover:before {
    color: #fff;
  }
  .navbar-nav > li .sub-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    top: 130%;
    left: 0;
    min-width: 160px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
  }
  .navbar-nav > li:hover .sub-menu {
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 100%;
  }
  .navbar-nav > li .sub-menu > li > a {
    background: rgba(16, 16, 161, 0.9);
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    min-width: 100%;
    line-height: 25px;
    padding: 15px;
  }
  .navbar-nav > li .sub-menu > li > a:hover {
    background: rgba(16, 16, 161, 1);
    color: #fff;
  }
  .navbar-nav > li .sub-menu > li {
    position: relative;
  }
  .navbar-nav > li .sub-menu > li .sub-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
    left: 130%;
    width: 0;
    height: auto;
    opacity: 0;
  }
  .navbar-nav > li .sub-menu > li:hover .sub-menu {
    opacity: 1;
    overflow: visible;
    width: 160px;
    left: 100%;
  }
  .toggle_nav_button {
    display: none;
  }

  .about-us-section {
    padding-bottom: 70px;
  }
  .over-view {
    padding: 40px 0;
  }
  .over-view-circle {
    background-color: #ffffff;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 5px solid #d4d4d4;
    margin: 20px auto;
  }
  .over-view-circle .value {
    color: #0071bc;
    font-size: 4.6875em;
    font-weight: 800;
    line-height: 90px;
    display: inline-block;
    width: 100%;
    padding-top: 30px;
  }
  .over-view-circle .cat-name {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* 19.2 - Contact Details
  --------------------------------------------- */
  .contact-details {
    text-align: center;
    padding: 40px 0;
  }
  .contact-details .title {
    padding-top: 20px;
  }
  .contact-details .contact-info-box {
    margin-bottom: 40px;
  }
  .contact-info {
    padding-top: 40px;
  }
  .contact-details .icon {
    font-size: 2.25em;
    color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 105px;
    position: relative;
    z-index: 0;
  }
  .contact-details .icon,
  .contact-info-box .icon:after,
  .contact-details .icon i {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .contact-info-box .icon:after {
    content: '';
    top: -4%;
    left: -4%;
    position: absolute;
    z-index: -1;
    box-shadow: 3px 3px transparent;
    width: 107%;
    height: 107%;
    border-radius: 50%;
    padding: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .contact-info-box:hover .icon:after {
    box-shadow: 3px 3px #0071bc;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .contact-info-box:hover .map-marker:after {
    box-shadow: 3px 3px #0071bc;
  }
  .contact-info-box:hover .envelope:after {
    box-shadow: 3px 3px #e12444;
  }
  .contact-info-box:hover .phone:after {
    box-shadow: 3px 3px #e0c124;
  }
  .contact-info-box:hover .skype:after {
    box-shadow: 3px 3px #ffbaba;
  }

  .contact-details-title {
    font-size: 1.2em;
    font-weight: 800;
    padding-top: 15px;
  }
  .contact-details a {
    color: #545454;
  }
  .map-marker {
    background-color: #0071bc;
  }
  .envelope {
    background-color: #e12444;
  }
  .phone {
    background-color: #e0c124;
  }
  .skype {
    background-color: #ffbaba;
  }

  .error {
    display: none;
    padding: 10px;
    margin: 0 0 5px 0;
    color: #d8000c;
    font-size: 12px;
    background-color: #ffbaba;
  }
  .success {
    display: none;
    padding: 10px;
    color: #044406;
    font-size: 12px;
    background-color: #b7fbb9;
  }
  .error img,
  .success img {
    margin-right: 10px;
  }

  /* account */

  .panel-login {
    margin-top: 20px;
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .panel-login > .panel-heading {
    color: #0071bc;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
  }
  .panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .panel-login > .panel-heading a.active {
    color: #0071bc;
    font-size: 18px;
  }
  .panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0)
    );
    background-image: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0)
    );
    background-image: -ms-linear-gradient(
      left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0)
    );
  }
  .panel-login input[type='text'],
  .panel-login input[type='email'],
  .panel-login input[type='password'] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .panel-login input:hover,
  .panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
  }

  input.btn-login {
    background-color: #0071bc !important;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #0071bc;
  }
  .btn-login:hover,
  .btn-login:focus {
    color: #fff;
    background-color: #0071bc;
    border-color: #0071bc;
  }
  .forgot-password {
    text-decoration: underline;
    color: #888;
  }
  .forgot-password:hover,
  .forgot-password:focus {
    text-decoration: underline;
    color: #666;
  }

  .btn-register {
    background-color: #0071bc;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #0071bc;
  }
  .btn-register:hover,
  .btn-register:focus {
    color: #fff;
    background-color: #0071bc;
    border-color: #0071bc;
  }

  /* footer */
  ***********************************************************/

  /* @import url(http://fonts.googleapis.com/css?family=Fjalla+One);
  @import url(http://fonts.googleapis.com/css?family=Gudea); */
  .footer1 {
    background: #fff url('../images/footer/footer-bg.png') repeat scroll left top;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0; /*	border-top-width: 4px;
      border-top-style: solid;
      border-top-color: #003;*/
  }

  .title-widget {
    color: #898989;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
  }

  .title-widget::before {
    background-color: #ea5644;
    content: '';
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
  }

  .widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
  }

  .widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
  }

  .widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 95%;
  }

  .title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
  }

  .footerp p {
    font-family: 'Gudea', sans-serif;
  }

  #social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  #social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
  }
  /*
      Only Needed in Multi-Coloured Variation
                                                 */
  .social-fb:hover {
    color: #3b5998;
  }
  .social-tw:hover {
    color: #4099ff;
  }
  .social-gp:hover {
    color: #d34836;
  }
  .social-em:hover {
    color: #f39c12;
  }
  .nomargin {
    margin: 0px;
    padding: 0px;
  }

  .footer-bottom {
    background-color: #0071bc;
    min-height: 30px;

    width: 100%;
  }
  .copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
  }
  .design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
  }
  .design a {
    color: #fff;
  }

  /* orders */
  .form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
  }

  .form_title h3 strong {
    background-color: #e04f67;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }

  .form_title h3 {
    margin: 0;
    padding: 0;
  }

  .form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .brdbot {
    border-bottom: 3px solid #0071bc;
  }
  .step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
  }
  .mt-3 {
    margin-top: 1rem;
  }
  .mt-9 {
    margin-top: 90px;
  }
  .pb-1 {
    padding-bottom: 0.25rem;
  }
  .pb-3 {
    padding-bottom: 1.25rem;
  }
  .pb-5 {
    padding-bottom: 1.75rem;
  }
  .pb-9 {
    padding-bottom: 90px;
  }
  .mt-2 {
    /* margin-top: 20px; */
    margin-top: 0.55rem;
  }
  .pl-1 {
    padding-left: 5px;
  }
  .pl-3 {
    padding-left: 30px;
  }
  .pt-5 {
    padding-top: 50px;
  }
  .pt-9 {
    padding-top: 90px;
  }

  .floors {
    list-style-type: none;
  }

  .floors li {
    display: inline-block;
    text-align: center;
  }

  .circle {
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 8px;
    border-radius: 16px;
    display: inline-block;
  }
  .floors li a:hover .circle {
    box-shadow: 0 0 10px 4px #dbdbdb;
  }
  .floors li .active {
    box-shadow: 0 0 10px 4px #bcbcbc;
  }
  .product-quantity {
    width: 3em;
    margin: -9px 5px 0 5px;
    text-align: center;
  }
  .form-contr {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .product-quantity-row {
    /* display: inline-flex; */
  }
  .orange {
    color: #0071bc;
  }
  .roof {
    font-size: 0.75rem !important;
  }

  .floors li {
    padding: 0;
  }
  .vcenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img,
  .img-responsive,
  .thumbnail a > img,
  .thumbnail > img {
    display: inline;
  }

  .card {
    margin-top: 1em;
  }

  /* IMG displaying */
  .person-card {
    margin-top: 5em;
    padding-top: 5em;
  }
  .person-card .card-title {
    text-align: center;
  }
  .person-img {
    width: 10rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: white;
  }

  span {
    font-weight: bold;
  }
  #myVideo {
    position: fixed;
    top: 5rem;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    border: none;
  }

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

  .mb-1 {
    margin-bottom: 5px;
  }
  /* gallery page */

  .graph {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .graph-content {
    padding: 10px;
    position: relative;
    overflow: hidden;
  }
  .graph-content img {
    background-clip: padding-box;
    position: relative;
  }
  /* .carousel-inner {
      padding-bottom:20px;
  }
  .carousel-inner h2 {
      display:inline;
  }
  .carousel-inner p {
      display:inline;
      padding-left:10px;
  } */
  #custom_carousel .item {
    color: #000;
    background-color: #eee;
    padding: 20px 0;
  }
  .controls img {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  }
  #custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 60px;
    margin: 0;
    text-align: center;
    position: relative;
    background: #e0e0e0;
  }
  #custom_carousel .controls li {
    border-left: 3px solid #616161;
  }
  #custom_carousel .controls li.active {
    background-color: #eee;
    border-left: 3px solid #ff474a;
  }
  #custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
  }

  /* brochure */
  /* CSS for responsive iframe */
  /* ========================= */

  /* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
  #Iframe-Master-CC-and-Rs {
    max-width: 800px;
    max-height: 100%;
    overflow: hidden;
  }

  /* inner wrapper: make responsive */
  .responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom */

    /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
      -webkit-overflow-scrolling: touch; overflow: auto; */
  }

  .responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;
    border: none;
  }

  /* padding-bottom = h/w as % -- sets aspect ratio */
  /* YouTube video aspect ratio */
  .responsive-wrapper-wxh-572x612 {
    padding-bottom: 107%;
  }

  /* general styles */
  /* ============== */
  .set-border {
    border: 5px inset #4f4f4f;
  }
  .set-box-shadow {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
  }
  .set-padding {
    padding: 40px;
  }
  .set-margin {
    margin: 30px;
  }
  .center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  section#pricerequest {
    margin-bottom: 50px;
  }

  @media (max-width: 768px) {
    .pt-5 {
      padding-top: 20px;
    }
    .imag-cen-sm {
      text-align: center;
    }
    #top-section {
      min-height: 685px;
    }
    body .pt-sm-0{
      padding-top: 0!important;
    }
  }

  /* orders */

  body .borderform {
    /* border: 3px outset #ffb3b3!important; */
    background: #f8f8f8;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    border-radius: 0;
    clear: both;
  }
  .justify-content-end{
      justify-content: flex-end!important;
  }
  .btn-dark{
    background: #333;
    color:#fff!important;
  }
  .border-pro{
    border: 5px double #800000;
  }
  .exterior .row:nth-child(odd){
      background: #f8f9fa!important;
  }
  .exterior .row:nth-child(even){
    background: #d9d9d9!important;
}
.border-dark{
    border-color: #333!important;
}
.float-left{
    float: left!important;
}
.interior{
    border-left: 1px solid #333;
}
.interior .row:nth-child(odd){
    background: #d9d9d9!important;
}
.interior .row:nth-child(even){
  background: #f8f9fa!important;
  }
  body .mywidth {
      background: #f8f9fa!important;
    border: 2px solid #f4f4f4;
    margin-top: 5px;
    padding: 10px;
    margin-left: 7px;
    margin-right: 5px;
    width: 130px;
    height: auto !important;
    float: left !important;
  }

  body .mywidth1 {
    width: auto !important;
  }

  body .mywidth img {
    width: auto !important;
    height: 100px !important;
  }

  body .shadow-animation {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }

  body .shadow-animation:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
      center,
      ellipse,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%
    );
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }

  body .shadow-animation:hover,
  body .shadow-animation:focus,
  body .shadow-animation:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  body .shadow-animation:hover:before,
  body .shadow-animation:focus:before,
  body .shadow-animation:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  body .bg-table {
    background: #d9d9d9 !important;
  }

  body .bg-sur {
    background: #f4f4f4 !important;
    color: #000 !important;
  }

  body .bg-sur:hover {
    background: #fff !important;
    color: #000 !important;
  }

  body .blue-light {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e6f9ff),
      color-stop(0.5, #ccf2ff),
      color-stop(0.51, #b3ecff),
      color-stop(0.52, #a8e9ff)
    );
    color: #000 !important;
  }

  body .blue-light .col-12 .text-center .username {
    /*border-right: 1px solid #000;*/
    padding-right: 2px;
  }

  body .blue-light a {
    color: #000 !important;
  }

  body .dark-green {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#358415),
      color-stop(0.5, #2c6e12),
      color-stop(0.51, #2a6911),
      color-stop(0.52, #23580e)
    );
    color: #fff !important;
  }
  .dark-green p{
    color: #fff !important;
  }

  body .dark-green .col-12 .text-center .username {
    /*border-right: 1px solid #fff;*/
    padding-right: 2px;
  }

  body .orange {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffb366),
      color-stop(0.5, #ffa64d),
      color-stop(0.51, #ff9933),
      color-stop(0.52, #ff8c1a)
    );
    color: #fff !important;
  }

  body .orange .col-12 .text-center .username {
    /*border-right: 1px solid #fff;*/
    padding-right: 2px;
  }

  body .black {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#262626),
      color-stop(0.5, #1a1a1a),
      color-stop(0.51, #0d0d0d),
      color-stop(0.52, #000)
    );
    color: #fff !important;
  }
  body .black p{
      color: #fff!important;
  }
  .bg-primary{
      background: #026dca!important;
  }
  body .black .col-12 .text-center .username {
    /*border-right: 1px solid #fff;*/
    padding-right: 2px;
  }

  body .violet {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f3a5f3),
      color-stop(0.5, #f08ff0),
      color-stop(0.51, #ee82ee),
      color-stop(0.52, #ed78ed)
    );
    color: #fff !important;
  }

  body .violet .col-12 .text-center .username {
    /*border-right: 1px solid #fff;*/
    padding-right: 2px;
  }

  body .menu-color {
    color: #bf8040 !important;
  }

  body .blue {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0388fc),
      color-stop(0.5, #027ae3),
      color-stop(0.51, #0275d8),
      color-stop(0.52, #026dca)
    );
    color: #fff !important;
  }

  body .blue .col-12 .text-center .username {
    /*border-right: 1px solid #fff;*/
    padding-right: 2px;
  }

  body .light-green {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#b3ffbd),
      color-stop(0.5, #99ffa7),
      color-stop(0.51, #91ffa0),
      color-stop(0.52, #80ff91)
    );
    color: #000 !important;
  }

  body .light-green .col-12 .text-center .username {
    /*border-right: 1px solid #000;*/
    padding-right: 2px;
  }

  body .yellow-light {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#feffe6),
      color-stop(0.5, #fdffd1),
      color-stop(0.51, #fcffcc),
      color-stop(0.52, #fbffb3)
    );
    color: #000 !important;
  }

  body .yellow-light .col-12 .text-center .username {
    /*border-right: 1px solid #000;*/
    padding-right: 2px;
  }

  body .yellow {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f5ff33),
      color-stop(0.5, #f4ff1a),
      color-stop(0.51, #f2ff00),
      color-stop(0.52, #dae600)
    );
    color: #000 !important;
  }

  body .yellow .col-12 .text-center .username {
    /*border-right: 1px solid #000;*/
    padding-right: 2px;
  }

  body .red {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ff3333),
      color-stop(0.5, #ff1a1a),
      color-stop(0.51, #ff0000),
      color-stop(0.52, #e60000)
    );
    color: #fff !important;
  }

  body .red .col-12 .text-center .username {
    /*border-right: 1px solid #fff;*/
    padding-right: 2px;
  }

  body .white {
    background: #fff !important;
    color: #000 !important;
  }

  body .white .col-12 .text-center .username {
    /*border-right: 1px solid #333;*/
    padding-right: 2px;
  }

  body .grey-dark {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2f2f2),
      color-stop(0.5, #e6e6e6),
      color-stop(0.51, #d9d9d9),
      color-stop(0.52, #cccccc)
    );
    color: #000 !important;
  }

  body .grey-dark .col-12 .text-center .username {
    /*border-right: 1px solid #fff;*/
    padding-right: 2px;
  }

  #menu-top {
    -webkit-box-shadow: 0px 10px 8px -4px green;
    -moz-box-shadow: 0px 10px 8px -4px green;
    box-shadow: 0px 10px 8px -4px green;
    margin-bottom: 50px;
  }

  #menu-top .mynav {
    overflow: hidden;
    display: inline-block;
  }

  #menu-top .mynav li {
    background-color: #f0f0f0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fefefe),
      color-stop(0.5, #f0f0f0),
      color-stop(0.51, #e6e6e6)
    );
    background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    border-right: 1px solid rgba(9, 9, 9, 0.125);
    box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    position: relative;
    float: left;
    list-style: none;
  }

  #menu-top .mynav li:after {
    content: '.';
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(168, 168, 168, 0.5)),
      color-stop(0.5, rgba(168, 168, 168, 0)),
      to(rgba(168, 168, 168, 0.5))
    );
    background-image: -moz-linear-gradient(
      left,
      rgba(168, 168, 168, 0.5),
      rgba(168, 168, 168, 0) 50%,
      rgba(168, 168, 168, 0.5)
    );
    background-image: -o-linear-gradient(
      left,
      rgba(168, 168, 168, 0.5),
      rgba(168, 168, 168, 0) 50%,
      rgba(168, 168, 168, 0.5)
    );
    background-image: -ms-linear-gradient(
      left,
      rgba(168, 168, 168, 0.5),
      rgba(168, 168, 168, 0) 50%,
      rgba(168, 168, 168, 0.5)
    );
    background-image: linear-gradient(
      left,
      rgba(168, 168, 168, 0.5),
      rgba(168, 168, 168, 0) 50%,
      rgba(168, 168, 168, 0.5)
    );
    box-shadow: -1px 0 0 #a3a3a3, -2px 0 0 #fff, 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    -moz-box-shadow: -1px 0 0 #a3a3a3, -2px 0 0 #fff, 1px 0 0 #a3a3a3,
      2px 0 0 #fff;
    -webkit-box-shadow: -1px 0 0 #a3a3a3, -2px 0 0 #fff, 1px 0 0 #a3a3a3,
      2px 0 0 #fff;
    -moz-transition: 0.25s all;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
  }

  #menu-top .mynav li:first-child {
    border-radius: 4px 0 0 4px;
  }

  #menu-top .mynav li:first-child:after,
  #menu-top .mynav li.selected:first-child:after {
    box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    -moz-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    -webkit-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
    border-radius: 4px 0 0 4px;
  }

  #menu-top .mynav li:last-child {
    border-radius: 0 4px 4px 0;
  }

  #menu-top .mynav li:last-child:after,
  #menu-top .mynav li.selected:last-child:after {
    box-shadow: -1px 0 0 #a3a3a3, -2px 0 0 #fff;
    -moz-box-shadow: -1px 0 0 #a3a3a3, -2px 0 0 #fff;
    -webkit-box-shadow: -1px 0 0 #a3a3a3, -2px 0 0 #fff;
    border-radius: 0 4px 4px 0;
  }

  #menu-top .mynav li:hover:after,
  #menu-top .mynav li.selected:after,
  #menu-top .mynav li:target:after {
    opacity: 1;
  }

  #menu-top .mynav:hover li.selected:after,
  #menu-top .mynav:hover li:target:after {
    opacity: 0;
  }

  #menu-top .mynav li.selected:hover:after,
  #menu-top .mynav li:target:hover:after {
    opacity: 1 !important;
  }

  #menu-top .mynav li a {
    color: #5d5d5d;
    display: inline-block;
    font: 14px/1 Lobster, Arial, sans-serif;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    z-index: 2;
    text-decoration: none !important;
    white-space: nowrap;
  }

  #menu-top .mynav a.homeIcon {
    background: url('../img/home.png') no-repeat center center;
    display: block;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    text-indent: -9999px;
    width: 16px;
  }

  #menu-top .container .row .text-top h1 {
    font-size: 27px;
  }

  #menu-top .container .row .text-top h1 span {
    color: green;
  }

  .container form #row20 #accepted {
    border-radius: 10px;
    cursor: pointer;
  }

  .clear {
    clear: both;
  }

  #choice .btn-choice .btn-outline-danger {
    border: 1px solid #c9302c;
    color: #ac2925;
    background: transparent;
  }

  #choice .btn-choice .btn-outline-danger:hover {
    background: #c9302c;
    color: #fff;
  }

  #choice .btn-choice .btn-danger {
    color: #fff;
  }

  .product-chooser {
    padding-top: 15px;
  }.product-chooser1 {
    padding-top: 15px;
  }
  .product-chooser #accordion .card .card-header h5 a {
    background: transparent;
  }
  .product-chooser1 #accordion .card .card-header h5 a {
    background: transparent;
  }
  .product-chooser #accordion .card .card-header h5 .collapsed {
    border: 2px solid #00b300 !important;
    color: #00b300 !important;
  }
  .product-chooser1 #accordion .card .card-header h5 .collapsed {
    border: 2px solid #00b300 !important;
    color: #00b300 !important;
  }
  .product-chooser .product-chooser-item {
    height: 100%;
  }
  .product-chooser1 .product-chooser-item {
    height: 100%;
  }
  .product-chooser .product-chooser-item img {
    border-radius: 5px;
  }
  .product-chooser1 .product-chooser-item img {
    border-radius: 5px;
  }
  .product-chooser .product-chooser-item .icon-cheked {
    position: absolute;
    top: 0px;
    right: 2px;
  }.product-chooser1 .product-chooser-item .icon-cheked {
    position: absolute;
    top: 0px;
    right: 2px;
  }

  .product-chooser .product-chooser-item span {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 12px !important;
    margin-top: 3px;
  }
  .product-chooser1 .product-chooser-item span {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 12px !important;
    margin-top: 3px;
  }

  .product-chooser .disabled .product-chooser-item {
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
  }
  .product-chooser1 .disabled .product-chooser-item {
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
  }
  .product-chooser .product-chooser-item {
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    border: 2px solid #f4f4f4;
  }
  .product-chooser1 .product-chooser-item {
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    border: 2px solid #f4f4f4;
  }
  .product-chooser .product-chooser-item.selected {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  body .block{
    margin-left: auto;
    margin-right: auto;
  }
  .product-chooser1 .product-chooser-item.selected {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .product-chooser .product-chooser-item img {
    padding: 0;
  }
  .product-chooser1 .product-chooser-item img {
    padding: 0;
  }
  .product-chooser .product-chooser-item .title {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 12px !important;
    margin-top: 3px;
  }
  .product-chooser1 .product-chooser-item .title {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 12px !important;
    margin-top: 3px;
  }
  .product-chooser .product-chooser-item input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  .product-chooser1 .product-chooser-item input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  .container .row .col-12 .custom-file:hover input,
  .container .row .col-12 .custom-file:hover label {
    cursor: pointer;
  }

  #footer .container footer {
    text-align: center;
  }

  #search .row .col-12 .form-group select {
    cursor: pointer;
  }

  #search .row .col-12 .form-group .input-group .input-group-prepend {
    cursor: pointer;
  }

  .page-content .container .projecttable {
    background: #d4eed1;
    border: 6px solid #24943a;
  }

  .page-content .container .drop {
    cursor: pointer;
    border: 2px dotted #a5a5c7;
  }

  .page-content .container .chose .col-12 .row .col-12 .form-control-file {
    cursor: pointer;
  }

  .page-content .container .itemselected .productselected {
    margin-top: 30px;
    padding-top: 30px;
  }

  .page-content
    .container
    .itemselected
    .productselected
    #accordion
    .card
    .card-header
    h5
    a {
    background: transparent;
  }

  .page-content
    .container
    .itemselected
    .productselected
    #accordion
    .card
    .card-header
    h5
    .collapsed {
    border: 2px solid #00b300 !important;
    color: #00b300 !important;
  }

  .page-content .container .itemselected .productselected .product {
    height: 100%;
  }

  .page-content .container .itemselected .productselected .product img {
    border-radius: 5px;
  }

  .page-content .container .itemselected .productselected .product .icon-cheked {
    position: absolute;
    top: 0px;
    right: 2px;
  }

  .page-content .container .itemselected .productselected.disabled .product {
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
  }

  .page-content .container .itemselected .productselected .product {
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    border: 2px solid #f4f4f4;
  }

  .page-content .container .itemselected .productselected .product.selected {
    border: 2px solid #00b300;
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .page-content .container .itemselected .productselected .product img {
    padding: 0;
  }

  .page-content .container .itemselected .productselected .product span.title {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
  }

  .page-content .container .itemselected .productselected .product input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }

  #row-input .col-12{
      height: 70px;
  }

  #textarea .col-8 textarea{
      margin-top: 15px;
  }

  #row-input .inputfile label {
    text-align: left;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    width: 90%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 39px!important;
  }

  #row-input .col-12 .inputfile label input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
  }

  #row-input .col-12 .inputfile label::after {
    content: 'Browse';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: 'Browse';
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 38px!important;
    padding-top: 1rem;
  }

  @media (max-width: 576px) {
    .borderform {
      border: none !important;
    }

    #option {
      font-size: 15px;
    }

    #choicetitle {
      font-size: 15px;
    }

    .mywidth {
      width: 100px!important;
      height: 270px !important;
    }

    .mywidth img {
      width: auto !important;
      height: 100px !important;
    }
    .product-chooser-item:parent {
      max-width: 49% !important;
      margin-right: 0px !important;
      float: left !important;
    }
    #order{
      margin-top: 1.5rem;
    }
  }

  @media(max-width: 1200px){
      .blueorder{
          margin: 5px 25px;
      }
  }

  @media(min-width: 992px){
    .ml-lg-2{
        margin-left: 1rem!important;
    }
  }