 a.kobinet-boxcard {
    text-decoration: none;
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    -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;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: #444;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

@media (max-width: 767px) {
    a.kobinet-boxcard {
        padding: 20px 20px 0 20px
    }
}

a.kobinet-boxcard:hover {
   border:1px solid #ddd;
}

a.kobinet-boxcard i {
    display: inline-block;
    font-size: 51px;
    font-size: 3.1875rem;
    color: #004dda;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #0044c2;
    background-color: rgba(0, 77, 218, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px
}

a.kobinet-boxcard h3 {
    font-size: 18px;
    font-size: 1.125rem
}

a.kobinet-boxcard.version_2 {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left
}

a.kobinet-boxcard_2 {
    padding: 30px 30px 5px 110px;
    position: relative;
    display: block;
    -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;
    color: #444;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    min-height: 165px;
    border: 1px solid #ededed
}

@media (max-width: 991px) {
    a.kobinet-boxcard_2 {
        min-height: inherit
    }
}

a.kobinet-boxcard_2:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 77, 218, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 77, 218, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 77, 218, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

a.kobinet-boxcard_2 i {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 52px;
    font-size: 3.25rem;
    color: #004dda;
    margin-bottom: 10px
}

a.kobinet-boxcard_2 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #004dda
}

a.kobinet-boxcard_2 p {
    font-size: 16px;
    font-size: 1rem
}
.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 0px;
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #ecf0f5;
  border: 2px dashed #91b0b3;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  padding: 37px;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 2px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #ecf0f5;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
.kobinet-search{
    background-color: #fff;
}
.google-search {
    background: #fff;
    padding: 10px;
    border: 1px solid rgb(29, 1, 189);
    width: 100%;
}
.search-title {
    font-size: 19px;
    line-height: 18px;
    font-weight: normal;
    color: rgb(29, 1, 189);
    margin-bottom: 0px;
    margin-top: 25px;
}
.search-url {
    font-size: 14px;
    line-height: 14px;
    color: green;
    margin-bottom: 0px;
}
.search-dest {
    width: 100%;
    font-size: 13px;
    margin-top: 0px;
    color: rgb(82, 82, 82);
}
/* ###### 4.3 jQuery Steps ###### */
/***** DEFAULT STYLE WIZARD *****/
.wizard {
    border: 1px solid rgba(72, 94, 144, 0.16);
    background-color: #fff;
    border-radius: 0.25rem;
}
.wizard > .steps {
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .wizard > .steps {
        padding: 15px 20px;
    }
}
.wizard > .steps > ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}
.wizard > .steps > ul li {
    float: none;
    display: block;
    width: auto;
}
.wizard > .steps > ul li .current-info {
    display: none;
}
.wizard > .steps > ul li .title {
    margin-left: 5px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .wizard > .steps > ul li .title {
        transition: none;
    }
}
@media (min-width: 576px) {
    .wizard > .steps > ul li .title {
        display: none;
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
    .wizard > .steps > ul li .title {
        display: inline-block;
    }
}
.wizard > .steps > ul li + li {
    margin-left: 10px;
    position: relative;
}
@media (min-width: 576px) {
    .wizard > .steps > ul li + li {
        margin-left: 20px;
    }
}
@media (min-width: 992px) {
    .wizard > .steps > ul li + li {
        margin-left: 40px;
    }
}
.wizard > .steps > ul li + li::before {
    content: "\f287";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: 400;
    color: #b4bdce;
    position: absolute;
    top: 50%;
    left: -26px;
    line-height: 0;
    display: none;
}
@media (min-width: 768px) {
    .wizard > .steps > ul li + li::before {
        display: block;
    }
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    color: #1c273c;
    font-weight: 500;
    font-size: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
@media (min-width: 1200px) {
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active {
        justify-content: flex-start;
    }
}
.wizard > .steps a .number,
.wizard > .steps a:hover .number,
.wizard > .steps a:active .number {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    border: 2px solid #7987a1;
    border-radius: 100%;
}
@media (min-width: 768px) {
    .wizard > .steps a .number,
    .wizard > .steps a:hover .number,
    .wizard > .steps a:active .number {
        width: 32px;
        height: 32px;
    }
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    color: #97a3b9;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
    color: #97a3b9;
    border-color: #b4bdce;
}
.wizard > .steps .disabled .title {
    display: none;
}
@media (min-width: 768px) {
    .wizard > .steps .disabled .title {
        display: inline-block;
    }
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #0168fa;
}
.wizard > .steps .current a .title,
.wizard > .steps .current a:hover .title,
.wizard > .steps .current a:active .title {
    display: inline-block;
}
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
    border-color: #0168fa;
    background-color: #0168fa;
    color: #fff;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    color: #10b759;
}
.wizard > .steps .done a .title,
.wizard > .steps .done a:hover .title,
.wizard > .steps .done a:active .title {
    display: none;
}
@media (min-width: 768px) {
    .wizard > .steps .done a .title,
    .wizard > .steps .done a:hover .title,
    .wizard > .steps .done a:active .title {
        display: inline-block;
    }
}
.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
    border-color: #10b759;
    background-color: #10b759;
    color: #fff;
}
.wizard > .content {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    min-height: 150px;
    padding: 20px;
    font-size: inherit;
}
@media (min-width: 768px) {
    .wizard > .content {
        padding: 20px;
    }
}
.wizard > .content > .title {
    font-size: 18px;
    color: #1c273c;
    font-weight: 600;
    margin-bottom: 5px;
    display: none;
}
.wizard > .content > .title.current {
    display: block;
}
.wizard > .content > .body {
    float: none;
    position: static;
    width: auto;
    height: auto;
}
.wizard > .content > .body input.parsley-error {
    border-color: #dc3545;
}
.wizard > .content > .body input.parsley-error + ul {
    list-style: none !important;
}
.wizard > .content input,
.wizard > .content textarea,
.wizard > .content select {
    font-size: inherit;
}
.wizard > .actions {
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .wizard > .actions {
        padding: 15px 20px;
    }
}
.wizard > .actions > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.wizard > .actions > ul > li:last-child a {
    background-color: #10b759;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    display: block;
    background-color: #0168fa;
    padding: 9px 20px;
    line-height: 1.539;
    color: #fff;
    border-radius: 0.25rem;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background-color: #97a3b9;
}
.wizard.vertical > .steps {
    padding: 15px 20px;
}
@media (min-width: 576px) {
    .wizard.vertical > .steps {
        float: left;
        width: 20%;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .steps {
        width: 15%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps {
        width: 30%;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps ul {
        flex-direction: column;
    }
}
.wizard.vertical > .steps ul li + li {
    margin-left: 10px;
}
@media (min-width: 576px) {
    .wizard.vertical > .steps ul li + li {
        margin-top: 10px;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .steps ul li + li {
        margin-top: 20px;
    }
}
.wizard.vertical > .steps ul li + li::before {
    content: "";
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    position: absolute;
    top: -15px;
    left: 15px;
    height: 10px;
}
.wizard.vertical > .steps ul li .title {
    display: none;
}
@media (min-width: 992px) {
    .wizard.vertical > .steps ul li .title {
        display: block;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps a {
        justify-content: flex-start;
    }
}
.wizard.vertical > .steps .current a .title {
    display: inline-block;
}
@media (min-width: 576px) {
    .wizard.vertical > .steps .current a .title {
        display: none;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps .current a .title {
        display: inline-block;
    }
}
.wizard.vertical > .content {
    margin: 0;
    padding: 20px;
}
@media (min-width: 576px) {
    .wizard.vertical > .content {
        border-top-width: 0;
        border-bottom-width: 0;
        width: 80%;
        float: right;
        border-left: 1px solid rgba(72, 94, 144, 0.16);
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .content {
        width: 85%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .content {
        width: 70%;
    }
}
.wizard.vertical > .actions {
    padding: 10px 15px;
}
@media (min-width: 576px) {
    .wizard.vertical > .actions {
        width: 80%;
        float: right;
        border-left: 1px solid rgba(72, 94, 144, 0.16);
        padding: 15px 20px;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .actions {
        width: 85%;
        border-top: 1px solid rgba(72, 94, 144, 0.16);
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .actions {
        width: 70%;
    }
}
.wizard.vertical > .actions ul {
    float: none;
    margin: 0;
    padding: 0;
}

/***** CUSTOM STYLES *****/
.wizard-tab {
    border-width: 0;
}
.wizard-tab > .steps {
    padding: 0;
    border-bottom-width: 0;
    margin-bottom: 20px;
}
.wizard-tab > .steps > ul {
    width: 100%;
}
.wizard-tab > .steps > ul > li {
    flex: 1;
    width: auto;
    float: none;
}
.wizard-tab > .steps > ul > li + li {
    margin-left: 1px;
}
.wizard-tab > .steps > ul > li + li::before {
    display: none;
}
.wizard-tab > .steps a {
    padding: 7px 10px;
}
@media (min-width: 768px) {
    .wizard-tab > .steps a {
        padding: 10px 20px;
    }
}
.wizard-tab > .steps .current a,
.wizard-tab > .steps .current a:hover,
.wizard-tab > .steps .current a:focus,
.wizard-tab > .steps .done a,
.wizard-tab > .steps .done a:hover,
.wizard-tab > .steps .done a:focus {
    color: #fff;
}
.wizard-tab > .steps .current a .number,
.wizard-tab > .steps .current a:hover .number,
.wizard-tab > .steps .current a:focus .number,
.wizard-tab > .steps .done a .number,
.wizard-tab > .steps .done a:hover .number,
.wizard-tab > .steps .done a:focus .number {
    border-color: #fff;
    color: #fff;
}
.wizard-tab > .steps .current a {
    background-color: #0168fa;
}
.wizard-tab > .steps .done a {
    background-color: #10b759;
}
.wizard-tab > .steps .disabled a {
    background-color: #c0ccda;
}
.wizard-tab > .steps .first a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.wizard-tab > .steps .last a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.wizard-tab > .content {
    padding: 0;
    border: 0;
}
.wizard-tab > .actions {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    padding: 15px 0 0;
}
.note-group-select-from-files{
    display:none !important;
}
        /* ###### 4.5 Morris ###### */
