@font-face {
    font-family: 'SharpSans';
    src: url('fonts/SharpSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SharpSans';
    src: url('fonts/SharpSans-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
font-family: 'SharpSans';
src: url('fonts/SharpSans-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}

body {
    font-family: 'SharpSans', sans-serif;
    color: #070441;
    overflow-x: hidden;
}

.inner-profesionet .single {
    width: 16.666%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid;
    padding: 20px;
    border-radius: 5px;
}

.inner-profesionet {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.inner-profesionet .single img {
    width: 60px;
    display: block;
    margin: auto;
}

.inner-profesionet .single a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

a.navbar-brand {
    color: #1f67d1;
    font-size: 40px;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
}

.navbar-expand-lg .navbar-nav {
    gap: 20px;
}

.second-section {
    margin: 40px 0;
}

.first-inner > div h2 {
    font-size: 63px;
    font-weight: 600;
}

main#main {
    margin: 0;
}

.thumb-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.navbar>.container {
    flex-wrap: wrap;
}

.navbar-expand-lg .navbar-collapse {
    /* width: 100%; */
    /* margin-top: 10px; */
}

.navbar-expand-lg .navbar-nav {
    margin: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
}

a.navbar-brand {
    display: flex;
}

.buttons .login {
    width: 100px;
    border-radius: 180px;
    border: 1px solid #dbd9d4;
    background: transparent !important;
    padding: 4px 16px 6px;
    color: #282827;
    font-size: 16px;
    font-weight: 700;
}

.buttons .login:hover {
    background-color: #ccc !important;
}

.buttons .singup {
    margin-left: 8px;
    display: block;
}

.right-section .buttons {
    display: flex;
    align-items: center;
}

.buttons .login {
    text-align: center;
}

.buttons .singup {
    border-radius: 9999px;
    background-color: #ff5532;
    color: #fff;
    width: 130px;
    padding: 6px 16px;
    font-weight: 700;
    text-align: center;
}

.buttons .singup:hover {
    background-color: #ef4624;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #676d73;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .current-menu-item .nav-link {
    color: #070441;
}
  
.title-top .slider {
    height: 74px;
    overflow: hidden;
}

.first-section {
    margin: 80px 0;
}

.first-inner .top {
    text-align: center;
}

.first-inner .top img {
    width: 80px;
}

.first-inner .top .icon {
    margin-bottom: 20px;
}

.title-top h3 {
    font-size: 60px;
    font-weight: 700;
}

form.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 65px 0 15px;
    gap: 20px;
}

p.under-form-text {
    text-align: center;
    font-size: 14px;
}

p.under-form-text svg {
    position: relative;
    top: -2px;
    color: #ff5632;
}

select {
    height: 50px;
    box-shadow: 0 2px 4px #e9eced;
    border: 1px solid #e9eced!important;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 15px;
    color: #10103f;
}

form.search-form button {
    height: 50px;
    font-weight: 700;
    background: #ff5632;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 0 20px;
}

.inner-profesionet {
    width: 1100px;
    margin: auto;
    max-width: 100%;
    flex-wrap: wrap;
}

.inner-profesionet .single {
    width: calc(25% - 15px);
    min-height: 152px;
    border-color: #e9eced!important;
    border-radius: 6px;
}

.inner-profesionet .single h4 {
    font-size: 16px;
    color: #10103f;
    font-weight: 700;
}

.info-section {
    padding: 70px 0;
}

.info-section .single {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
    background: rgb(245 245 242);
    padding: 20px;
    border-radius: 20px;
}

.info-section .single .image {
    width: 35%;
}

.info-section .single:nth-child(even) {
    flex-direction: row-reverse;
}

.info-section .single .text-section .title {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px solid #ff5632;
    width: max-content;
    padding-bottom: 2px;
    margin-bottom: 15px;
}

.info-section .single .text-section .text {
    margin: 0;
    font-size: 18px;
}

.info-section .single .text-section {
    width: 50%;
}

.latest-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

.post-card {
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-meta {
    font-size: 0.85rem;
    color: #555;
    margin-top: 0.5rem;
}

.post-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0.25rem;
}

.post-title a {
    text-decoration: none;
    color: #1a1a1a;
}

.post-excerpt {
    font-size: 0.95rem;
    color: #333;
    margin-top: 0.5rem;
}

.blog-section {
    padding: 80px 0;
    background: #f5f5f2;
}

.blog-section .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-section .top-section h4 {
    font-size: 30px;
    font-weight: 700;
}

.blog-section .top-section {
    margin-bottom: 30px;
}

.blog-section .top-section a {
    padding: 10px 30px;
    border: 2px solid #3f6eed;
    border-radius: 100px;
    color: #3f6eed;
    background: #fff;
    font-weight: 700;
}

.post-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span.post-date {
    font-size: 14px;
    font-weight: 500;
    color: #282827;
    margin-top: 13px;
    display: block;
}

h2.post-title {
    color: #070441;
    font-size: 20px;
    margin: 16px 0 8px;
}

nav#header {
    background: #f5f5f2 !important;
}

.inner-profesionet .single:hover {
    background: #f5f5f2;
}

.inner-profesionet .single:hover {
    background: #f5f5f2;
}

.inner-profesionet .single a {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.inner-profesionet .single {
    padding: 0;
}

.last-section {
    margin: 60px 0;
}

.last-section .inner {
    width: 1000px;
    margin: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f2f4fa;
    border-radius: 20px;
    gap: 30px;
}

.last-section .inner img {
    width: 100px;
}

.last-section .inner .text {
    margin: 0;
}

.last-section .inner .button {
    margin-left: auto;
}

.last-section .inner .button a {
    width: 150px;
    text-align: center;
    background: #ff5532;
    height: 45px;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 0;
    font-weight: 700;
}

.last-section .inner .text .title {
    font-weight: 700;
}

.last-section .inner .button a:hover {
    background-color: #ef4624;
}

.footer-top {
    padding: 50px 0;
    background: #f7f7f7;
}

footer#footer {
    margin-top: 100px;
}

.footer-top .title {
    color: #3d4549;
    font-weight: 700;
    margin-bottom: 25px;
    width: max-content;
}

.option-list-cutom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.option-list-cutom a {
    color: rgb(102 102 102);
}

.option-list-cutom a:hover {
    color: #3d4549;
    text-decoration: underline;
}

div#iv-form3 {
    margin: auto;
}

.row.hide-on-desktop .col-md-12 > *:not(:last-of-type) {
    display: none;
}

#iv-form3 label {
    width: unset;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check {
    width: 22%;
}

.bootstrap-wrapper .col-md-8 {
    width: 100% !important;
}

.form-check-inline label {
    display: flex !important;
    gap: 8px;
}

.bootstrap-wrapper .form-horizontal .form-group label {
    margin-bottom: 10px;
}

#iv-form3 .header-profile {
    border: 0 !important;
}

.bootstrap-wrapper input {
    border: 1px solid #10103f;
    border-radius: 2px;
    height: 45px;
}

.bootstrap-wrapper .form-group {
    margin-bottom: 0;
}

.bootstrap-wrapper .form-horizontal .form-group label {
    color: #10103f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.bootstrap-wrapper input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border-radius: 2px;
}

span.help-block.form-error {
    font-size: 0;
}

.bootstrap-wrapper .row button {
    margin-top: 30px;
    background: #ff5532;
    border: 0;
    height: 45px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
}

#iv-form3 .header-profile div {
    border-color: #ff5532 !important;
    border-width: 0px !important;
}

.disclaimer sm {
    font-size: 14px;
    font-style: italic;
}

span.chili {
    color: #ff5532;
}

.bootstrap-wrapper .row button:hover {
    background: #ef4624;
}

h1.entry-title {
    display: none;
}

.bootstrap-wrapper {
    margin: 50px 0;
}

/* .form-check-input.error {
    border-color: #ff5532 !important;
}

label.form-check-label.has-error * {
    color: #ff5532 !important;
} */

.bootstrap-wrapper .form-horizontal .form-group label.has-error {
    color: #ff5532 !important;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check label {color: #676d73 !important;font-weight: 500 !important;}

.bootstrap-wrapper .form-horizontal .form-group .form-check label input {
    visibility: hidden;
    margin-top: 2px;
    position: relative;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check label input:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #676d73;
    visibility: visible;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check label input:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #ff5532;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.bootstrap-wrapper .form-horizontal .form-group .form-check label input:checked:after {
    visibility: visible;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check label input:checked:before {
    border-color: #ff5532;
}

.bootstrap-wrapper .form-horizontal .form-group.width-50 {
    width: 49%;
    float: left;
}

form#iv_membership_registration {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.bootstrap-wrapper .row {
    width: 100%;
}

.bootstrap-wrapper .col-md-8 {
    padding: 0 !important;
}

.bootstrap-wrapper .form-horizontal .form-group label {
    padding-left: 0;
}
  
#iv-form3 .header-profile {
    padding-left: 0;
}
  
.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 0 16px 0 0;
    position: relative;
    border-radius: 3px;
}

.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 9px 16px;
    border-radius: 2px;
    margin-right: 8px;
    cursor: pointer;
}

.file-input:hover > .button {
    background: #ff5532;
    color: white;
}

.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
}

.file-input.-chosen > .label {
    opacity: 1;
}
  
.file-input.-chosen > .label {
    color: #10103f;
}
  
.bootstrap-wrapper .form-horizontal .form-group.width-30 {
    width: 31%;
}

div#loading {
    display: none;
}

div#iv-form3 {
    width: 100%;
    background: #f5f5f2;
    padding: 30px;
    border-radius: 20px;
}

form#iv_membership_registration .row {
    margin: 0;
    margin-bottom: 10px;
}

form#iv_membership_registration {
    column-gap: 16px;
}

.file-input {
    width: 100%;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check {
    padding-left: 0;
}

.bootstrap-wrapper .col-md-12 {
    padding-left: 0;
}

.bootstrap-wrapper .form-horizontal .form-group.width-30 {
    width: 32%;
}

.bootstrap-wrapper .form-horizontal .form-group.width-30 input {
    padding-left: 11px;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check label input:before {
    background: #fff;
}

.bootstrap-wrapper .col-md-12 input {
    padding-left: 14px !important;
}

.bootstrap-wrapper .col-md-8 input[type='text'] {
    padding-left: 14px !important;
}

form#iv_membership_registration .row input[type="email"] {
    padding-left: 14px;
}

span.help-block.form-error {
    margin: 0;
}

#iv-form3 .header-profile div {
    margin: auto;
    text-align: center;
}

#iv-form3 .header-profile {
    text-align: center;
    font-weight: 700;
}

.row.hide-on-desktop .col-md-12 {
    padding-left: 0;
}

.bootstrap-wrapper .form-horizontal .form-group.width-50 {
    display: block !important;
}

.bootstrap-wrapper .form-horizontal .form-group .form-check {
    width: 45% !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #070441;
}

.select2-container--default .select2-selection--multiple {
    height: 45px;
    border: 1px solid #10103f !important;
    border-radius: 2px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 100% !important;
    line-height: 33px;
    padding-left: 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0 !important;
    display: flex !important; 
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0;
    height: auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: auto !important;
}

span.select2-search.select2-search--inline {
    height: 45px;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background: transparent !important;
}

.row.hide-on-desktop .col-md-12 > .checkbox-show {
    display: block !important;
    margin: 0 !important;
    margin-top: 20px !important;
}

.row.hide-on-desktop .col-md-12 > .checkbox-show label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-group.row.user-name-field.width-50 {
    display: none !important;
}

.hour-rate-input .col-md-8 input {
    width: 90%;
}

.hour-rate-input .col-md-8 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hour-rate-input .col-md-8:after {
    content: 'Lekë';
    color: #10103f;
    font-weight: 700;
}

.bootstrap-wrapper input[type="file"] {
    height: 45px !important;
    float: unset !important;
    z-index: 999999999;
    position: absolute;
    opacity: 0;
}

.file-input {
    height: 45px;
    border: 1px solid #15133f;
}

form#iv_membership_registration .row .col-md-8 {
    position: relative;
}

.bottom-section-register .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-section-register .inner .single {
    width: 32%;
    padding: 40px 20px;
    border: 1px solid #dbd9d4;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.bootstrap-wrapper h1, .bootstrap-wrapper h2, .bootstrap-wrapper h3, .bootstrap-wrapper h4, .bootstrap-wrapper h5, .bootstrap-wrapper h6, .bootstrap-wrapper .h1, .bootstrap-wrapper .h2, .bootstrap-wrapper .h3, .bootstrap-wrapper .h4, .bootstrap-wrapper .h5, .bootstrap-wrapper .h6 {
    font-family: 'SharpSans' !important;
}

html #login-2 h3 {
    color: #15133f !important;
    font-size: 32px !important;
    font-weight: 700 !important;
}

html #login-2 .content {
    margin-top: 30px !important;
    background: #f5f5f2 !important;
    border: 1px solid #e9eced!important;
    padding: 30px !important;
    border-radius: 5px !important;
    max-width: 500px !important;
    overflow: unset !important;
    padding-bottom: 15px !important;
}

html #login-2 .content label {
    font-weight: 400 !important;
    color: #15133f !important;
}

html #login-2 .content input {
    height: 45px !important;
    border: 0 !important;
    background: #fff !important;
}

html #login-2 .content .row {
    margin: 0 !important;
}

html #login-2 .content .row .col-md-4, #login-2 .content .row .col-md-8 {
    padding: 0 !important;
    width: 100% !important;
}

html #login-2 .btn-success {
    width: 100% !important;
    font-size: 16px !important;
    text-transform: none !important;
    background: #ff5632 !important;
    border: 0 !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

html #login-2 .content .create-account {
    position: absolute !important;
    bottom: -60px !important;
    width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

html #login-2 .login-form {
    position: relative !important;
}

html #login-2 .content .create-account p {
    margin: 0 !important;
}

html #login-2 .content .create-account p a {
    padding: 0 !important;
    margin: 0 !important;
}

html #login-2 .content .create-account p {
    color: #15133f;
}

html #login-2 .content .create-account p a {
    text-transform: none;
    font-size: 16px;
    color: #ff5632;
    text-decoration: underline;
}

html #forget-password h3 {
    position: absolute;
    top: -114px;
    width: 100%;
    background: #fff;
}

html #forget-password {
    position: relative;
}

.bootstrap-wrapper #forget-password .pull-right {
    float: unset !important;
    margin: 0 !important;
}

html #forget-password > div:last-of-type {
    display: flex;
    align-items: center;
    margin: 20px 0 15px;
    gap: 20px;
}

html #forget-password > div:last-of-type button {
    margin: 0;
}

.kerko-wrapper {
    margin: 50px 0 0;
}

.kerko-wrapper .search-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.kerko-wrapper .search-results .user-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.kerko-wrapper .user-list .user-card {
    border: 2px solid #ccc;
    padding: 16px;
    border-radius: 10px;
}

.kerko-wrapper .user-card > img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.kerko-wrapper .user-card .name {
    font-weight: 600;
}

.user-card .other img {
    width: 20px;
}

.user-card .other {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.user-card > a {
    display: block;
    width: 100%;
    background: #ff5532;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-weight: 700;
    border-radius: 100px;
}

.user-card .others {
    background: #f5f5f2;
    padding: 15px 10px;
    margin: 0 0 15px;
    border-radius: 10px;
}

.user-card .others p:last-of-type {
    margin: 0;
}

/* .page-template-kerko-profesionist main#main {
    background: rgb(245 245 242);
}

.page-template-kerko-profesionist nav#header {
    background: #fff !important;
}

.page-template-kerko-profesionist .kerko-wrapper .user-list {
    background: #fff;
} */

#login-2 .form-control-solid {
    color: #15133f;
}

div#wrapper {
    background: #fff !important;
}

.contentshowep {
    border: 0 !important;
    box-shadow: unset !important;
}

.item-detail-special {
    border: 2px solid #ccc !important;
    margin-top: 80px;
    width: 1000px !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important; 
}

.profili .meta-job p {
    margin: 0;
}

.profili .item-detail-special {
    padding-left: 30px;
    padding-right: 30px;
}

.profili .item-detail-special .row {
    margin: 0;
}

.profili .item-detail-special .row > div {
    padding: 0;
}

.profili h2.title-detail {
    font-weight: 700;
    font-size: 32px;
}

.box-description h3 {
    color: #15133f;
    font-weight: 600 !important;
}

.box-description h3:after {
    content: "";
    width: 10%;
    height: 3px;
    background: #ff5632;
    display: block;
    margin: 10px 0 30px;
}

.box-description p {
    color: #15133f;
}

.profili .location {
    display: flex;
    gap: 20px;
    align-items: center;
}

.buttons-profile {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.profili .item-detail-special .col-md-10 {
    position: relative !important;
}

.buttons-profile a {
    display: flex;
    background: #ff5632 !important;
    color: #fff;
    border-radius: 10px;
    padding: 15px 40px;
    font-weight: 700;
    letter-spacing: 1px;
    align-items: center;
    gap: 10px;
}

.buttons-profile a:hover {
    color: #fff !important;
}

.profili .services {
    margin-top: 30px;
}

.profili .services h3 {
    font-size: 28px;
    color: #15133f;
    font-weight: 600;
}

.profili .services h3:after {
    content: "";
    width: 10%;
    height: 3px;
    background: #ff5632;
    display: block;
    margin: 10px 0 30px;
}

.profili .services-wrapper span {
    color: #15133f;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.profili .services-wrapper {
    display: flex;
    gap: 20px;
}

.profili .portfolio {
    margin: 30px 0 10px;
}

.profili .portfolio h3 {
    font-weight: 600;
    color: #15133f;
}

.profili .portfolio h3:after {
    content: "";
    width: 10%;
    height: 3px;
    background: #ff5632;
    display: block;
    margin: 10px 0 30px;
}

.single-post article {
    margin: 100px 0;
}

.single-post h1.entry-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.post-thumbnail img {
    height: 400px;
    object-fit: cover;
}

.single-post .post-content {
    margin: 40px 0;
}

.post-navigation a {
    border: 1px solid #ccc;
    box-shadow: unset;
    font-size: 15px;
    color: #15133f;
    background: #fff;
    font-weight: 600;
}

.post-navigation a:hover {
    background: #fff;
    color: #15133f;
}

.post-navigation a .arrow {
    color: #ff5632;
}

.post-navigation {
    gap: 30px;
}

#profile-account2 .profile-content {
    box-shadow: unset !important;
    border: 2px solid  #ccc;
    padding: 30px !important;
    margin: 50px 0 0;
    border-radius: 20px;
}

form#profile_setting_form .form-group {
    display: block;
}

#profile-account2 .profile-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#profile-account2 .profile-content .col-md-12 {
    padding: 0 !important;
}

#profile-account2 .profile-content .row {
    margin: 0;
}

#profile-account2 .tab-content {
    padding: 0 !important;
}

form#profile_setting_form .form-group .col-md-8 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}

#profile-account2 .profile-content .row .col-md-4 {
    flex: 0 0 23%;
}

#profile-account2 .tabbable-line {
    padding: 0 !important;
}

#profile-account2 .tabbable-line h4 {
    font-weight: 700 !important;
    color: #16133f;
}

#profile-account2 .nav-tabs li {
    display: flex;
    align-items: center;
    justify-content: center;
}

html .student-status {
    margin: 0;
}

#profile-account2 .caption {
    display: flex;
    align-items: center;
    gap: 25px;
}

html #profile-account2 .tabbable-line {
    border: 0;
}

html #profile-account2 .portlet-title .nav li.active {
    background-color: #ff5532 !important;
    border-color: #ff5532 !important;
    border-radius: 4px;
}

#profile-account2 .nav-tabs {
    gap: 15px;
}

#profile-account2 .nav li a {
    color: #16133f !important;
}

#profile-account2 .portlet-title .nav li.active a {
    font-weight: 700;
    color: #fff !important;
}

form#profile_setting_form h5 {
    font-size: 26px;
    color: #16133f;
    font-weight: 600 !important;
}

#profile-account2 .profile-content #profile_setting_form .row .col-md-4 {
    padding: 0;
}

html #profile-account2 .portlet-title .nav li:not(.active):hover {
    background: transparent !important;
    border: 0 !important;
}

form#profile_setting_form .form-group:nth-child(2), form#profile_setting_form .form-group:nth-child(3), form#profile_setting_form .form-group:nth-child(4) {
    width: 32%;
}

form#profile_setting_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

form#profile_setting_form h5 {
    width: 100%;
}

form#profile_setting_form label {
    width: 100% !important;
    max-width: 100%;
}

.verified-user-doc {
    width: 100%;
}

form#profile_setting_form .form-group textarea {
    height: 200px;
    padding: 13px !important;
}

form#profile_setting_form h5:after {
    content: '';
    width: 10%;
    height: 3px;
    background: #ff5532;
    display: block;
    margin: 3px 0 0;
}

form#profile_setting_form label {
    font-size: 16px;
    font-weight: 600;
}

.form-group.row.custom-profile {
    width: 49%;
}

.custom-profile button.select2-selection__clear {
    color: #ff5532;
}

.custom-profile .select2-selection__choice__display {
    font-size: 14px;
}

form#profile_setting_form .form-group input[type='text'] {
    height: 45px;
    border-radius: 4px;
}

.custom-profile .select2-selection__rendered {position: absolute;top: 9px;}

.form-group.row.file-profile {
    width: 100% ;
    max-width: 100%;
}

.uploaded-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 17px;
}

.uploaded-images > div {
    width: 32%;
    position: relative;
}

.uploaded-images > div button {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0 !important;
    color: #fff;
    font-size: 30px !important;
    padding: 0 !important;
    height: 30px !important;
    display: flex;
    width: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
    outline: 0 !important;
}

.uploaded-images > div img {
    width: 100%;
    height: 350px;
}

html #profile-account2 .green-haze {
    margin: 0;
    margin-left: auto;
    display: block;
    background: #ff5532 !important;
    border-radius: 100px;
    cursor: pointer;
}

form#profile_setting_form > div:last-of-type {
    width: 100%;
}

.bootstrap-wrapper .file-profile input[type="file"] {
    position: unset;
}

.thumb-wrapper img {
    height: auto;
    width: 300px;
}

.verified-user-doc {
    display: flex;
    flex-wrap: wrap;
}

html .verified-user-doc > div:nth-child(1), html .verified-user-doc > div:nth-child(2) {
    width: 49% !important;
}

form#profile_setting_form > div:last-of-type {
    display: flex;
    align-items: center;
}

.bootstrap-wrapper .alert-info {
    margin: 0;
}

form#profile_setting_form input#galeria {
    display: none;
}

button.btn.btn-secondary.shto-pune-btn {
    width: auto;
    background: #ccc;
    border: 2px solid #ccc;
    box-shadow: unset;
    color: #16133f;
}

.thumb-wrapper {
    margin-top: 20px;
}

button.btn.btn-secondary.ndrysho-btn {
    margin: 10px 0 40px;
    width: max-content;
    background: #ccc;
    border: 2px solid #ccc;
    box-shadow: unset;
    color: #16133f;
}

.profili .portfolio img {
    height: 370px !important;
    width: 100%;
    object-fit: cover;
}

.about-wrapper .row img {
    width: 100%;
}

.about-wrapper .single img {
    width: 50px !important;
    margin-bottom: 20px;
}

.how-it-works {
    background: #f2f4fa;
    padding: 50px 0;
    border-top: 1px solid #ccc;
}

.how-it-works .wrapper {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.how-it-works .wrapper .right {
    width: 85%;
}

.how-it-works .wrapper .left {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 40px 35px;
    border-radius: 10px;
}

.how-it-works .wrapper .left .title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
}

.how-it-works .wrapper .single-step {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    gap: 14px;
}

.how-it-works .wrapper .single-step .text {
    margin: 0;
    width: 260px;
}

.how-it-works .wrapper .single-step .number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ff5632;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.how-it-works .wrapper .single-step:last-of-type {
    margin-bottom: 0;
}

.page-id-138 footer#footer {
    margin: 0;
    border-top: 1px solid #ccc;
}

.second-section.kategorit {
    margin: 80px 0;
}

.first-section .title,
.third-section .title {
    font-size: 32px;
    font-weight: 700;
}

.first-section .content,
.third-section .content {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
}

.border-top {
    border: 0 !important;
    width: 250px;
    display: block;
    margin: 0 auto 50px auto;
    background: #ff5632;
    height: 4px;
    position: relative;
}

.border-top:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #ff5632;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    border: 8px solid #fff;
}

.second-section .col-md-12 .title,
.fourth-section .col-md-12 .title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.second-section .col-md-12 .desc,
.fourth-section .col-md-12 .desc {
    text-align: center;
    width: 540px;
    margin: 20px auto 80px;
    font-size: 18px;
}

.about-wrapper .single img {
    width: 40px !important;
}

.second-section .single .title,
.fourth-section .single .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.second-section .single .desc,
.fourth-section .single .desc {
    font-size: 18px;
}

.fourth-section .col-md-4 {
    margin-top: 30px;
}

.blog-section.blog-page {
    background: transparent;
}

.kerko-wrapper .user-card .name {
    margin: 0px;
}

.profili .item-detail-special .row > div.col-md-10 {
    padding-left: 20px;
}

html #login-2 .content input {
    color: #15133f;
}

.home .select2-container .select2-selection--single {
    height: 44px;
    border-color: #e9eced;
    box-shadow: 0 2px 4px #E9ECED;
}

.home .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #060441;
    font-size: 15px;
}

.home .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.home .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #060441 transparent transparent transparent;
}

.home .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #060441 transparent;
}

.home .search-form .select2-container:nth-child(2) {
    width: 200px !important;
}

.home .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 30px;
}

.home .search-form .select2-container:nth-child(4) {
    width: 170px !important;
}

.logged-in .buttons .login {
    width: auto;
}

form#profile_setting_form > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

form#profile_setting_form > div.custom-wrapper {
    background: #f5f5f2;
    padding: 20px;
    border-radius: 6px;
}

.home .blog-posts .post-thumbnail img {
    height: 300px;
    border-radius: 5px;
}

.blog-section .top-section a:hover {
    background: #3f6eed;
    color: #fff;
}

.blog-section.blog-page .post-thumbnail img {
    height: 300px;
    border-radius: 5px;
}

.home footer {margin-top: 60px !important;}

.footer-bottom {
    background: #d8d8d8;
    padding: 15px 0;
}

.footer-bottom p {
    margin: 0 !important;
    color: #070441;
}

.footer-bottom .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom .contact a {
    color: #070441;
}

.profili .other img {
    width: 30px;
}

.profili .other {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-bottom .social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom .social img {
    width: 32px;
}

.left-footer-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}

.left-footer-bottom svg {
    width: 18px;
}

.left-footer-bottom a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #070441;
}

.content-main-right.single-detail.contentshowep {
    padding-left: 0;
    padding-right: 0;
}

.profili .box-description, .profili .services, .profili .portfolio {
    background: #f5f5f2;
    padding: 20px;
    border-radius: 10px;
}

.profili .services-wrapper span {
    background: #fff;
}

.kerko-wrapper .top-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.kerko-wrapper .search-title {
    margin-bottom: 10px;
}

.kerko-wrapper .top-section .filter-group {
    display: flex;
    align-items: center;
    gap: 20px;
}
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
#kerko-loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #ff5532; /* Customize color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: flex;
}

.bottom-section-register .inner .single img {
    width: 70px;
}

#iv-form3 label sm {
    font-weight: 400;
    font-size: 14px;
}

.profile-image {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.profile-image img {
    flex: 0 0 70px;
    border-radius: 50%;
    height: 70px;
    object-fit: cover;
}

.profili .item-detail-special .profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.buttons-profile img {
    width: 30px;
}

.home .inner-profesionet.slick-initialized {
    display: block;
}

.home .inner-profesionet .slick-list {
    margin: 0 -10px;
}

.home .inner-profesionet .slick-slide {
    margin: 0 10px;
}

.home .inner-profesionet .slick-slide > div {
    margin-bottom: 20px;
}

.home .slick-prev img, .home .slick-next img {
    width: 40px;
    height: 40px;
}

.home .slick-prev, .home .slick-next {
    width: 40px;
    height: 40px;
}

.home .slick-prev:before, .home .slick-next:before {
    display: none;
}

.home .slick-prev {
    left: -50px;
}

.home .slick-next {
    right: -50px;
}

.home .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.kerko-wrapper .select2-container .select2-selection--single {
    height: 44px;
    border-color: #e9eced;
    box-shadow: 0 2px 4px #E9ECED;
}

.kerko-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-size: 14px;
}

.kerko-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.kerko-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 44px;
}

.kerko-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #060441 transparent transparent transparent;
}

.review p {
    margin: 0 0 10px 0 !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

.comment-rating {
    width: 100%;
    background: #f5f5f2;
    padding: 20px;
    border-radius: 10px;
}

.comment-rating h2.section-title {
    font-size: 28px;
    color: #15133f;
    font-weight: 600;
}

.comment-rating h2.section-title:after {
    content: "";
    width: 10%;
    height: 3px;
    background: #ff5632;
    display: block;
    margin: 10px 0 30px;
}

.comment-rating form {
    width: 50%;
    margin-bottom: 20px;
}

.comment-rating form p >label, .comment-rating form p >label input {
    width: 100% !important;
}

.comment-rating form p >label input {
    padding-left: 14px;
}

.comment-rating form p {
    margin-bottom: 5px;
}

.comment-rating form button {
    background: #ff5532;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 700;
}

.comment-rating form button:hover {
    background: #ef4624;
}

.user-reviews .user-review hr {
    display: none;
}

.comment-rating .user-reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}

.comment-rating .user-reviews > div {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.comment-rating .user-reviews > div p {
    margin: 0;
    line-height: 30px;
}

.kerko-wrapper .user-card .name .review p {
    font-size: 12px;
}

.kerko-wrapper .user-card .name .review p {
    gap: 4px;
    margin: 0 !important;
}

.comment-rating > p {
    font-weight: 700;
}

.kerko-wrapper .user-card .name .review {
    margin-top: 5px;
}

ul.slick-dots {
    position: unset;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slick-dots li {
    margin: 0;
    width: 12px;
    height: 12px;
}

.slick-dots li button {
    padding: 0 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #16133f;
    opacity: 0.5;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.comment-rating form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
}

.comment-rating form p:nth-child(2), .comment-rating form p:nth-child(3) {
    width: 49%;
    float: left;
}

.comment-rating form p:nth-child(2) {
    margin-right: 2%;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .kerko-wrapper .search-results .user-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 992px) {
    .about-wrapper {
        padding: 0 10px;
        margin-bottom: 40px;
    }
    
    .option-list-cutom {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-top .row {
        gap: 40px;
    }
    
    .first-inner .top img {
        width: 40px;
    }
    
    .title-top h3 {
        font-size: 26px;
    }
    
    .title-top .slider {
        height: 40px;
    }
    
    form.search-form {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    
    form.search-form select {
        width: 90%;
        height: 45px;
    }
    
    form.search-form button {
        width: 90%;
        height: 45px;
    }
    
    .inner-profesionet .single {
        width: calc(50% - 8px);
    }
    
    .first-section {
        margin-bottom: 40px;
    }
    
    .inner-profesionet .single h4 {
        font-size: 14px;
    }
    
    .inner-profesionet {
        gap: 10px;
    }
    
    .info-section .single {
        flex-direction: column;
        gap: 30px;
    }
    
    .info-section .single .image {
        width: 100%;
    }
    
    .info-section {
        padding-top: 23px;
        padding-bottom: 20px;
    }
    
    .info-section .single .text-section {
        width: 100%;
        text-align: center;
    }
    
    .info-section .single .text-section .title {
        margin: 0 auto 20px;
        font-size: 26px;
    }
    
    .info-section .single .text-section .text {
        font-size: 16px;
    }
    
    .info-section .single:nth-child(even) {
        flex-direction: column;
    }
    
    .blog-section .top-section {
        flex-direction: column;
    }
    
    .blog-section {
        padding: 30px 0;
    }
    
    .blog-section .top-section h4 {
        font-size: 20px;
    }
    
    .last-section .inner {
        flex-wrap: wrap;
    }
    
    .last-section .inner .button {
        margin: 0;
    }

    .how-it-works .wrapper .left {
        position: unset;
        padding: 20px;
        width: 100%;
    }
    
    .how-it-works .wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 10px;
    }
    
    .how-it-works .wrapper .right img {
        width: 100%;
    }
    
    .how-it-works .wrapper .right {
        width: 100%;
    }
    
    .how-it-works .wrapper .left .title {
        font-size: 24px;
    }
    
    .how-it-works .wrapper .single-step {
        margin-bottom: 20px;
    }
    
    .how-it-works .wrapper .single-step .text {
        font-size: 14px;
    }
    
    .how-it-works .wrapper .single-step .number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .about-wrapper .first-section {
        margin: 20px 0;
        gap: 20px;
        margin-top: 70px;
    }
    
    .about-wrapper .first-section > div {
        padding: 0;
    }
    
    .about-wrapper .first-section .title, .about-wrapper .third-section .title {
        font-size: 24px;
    }
    
    .about-wrapper .first-section .content, .about-wrapper .third-section .content {
        font-size: 16px;
    }
    
    .about-wrapper .second-section .col-md-12 .desc, .about-wrapper .fourth-section .col-md-12 .desc {
        max-width: 100%;
        font-size: 16px;
    }
    
    .about-wrapper .second-section .col-md-12 .title, .about-wrapper .fourth-section .col-md-12 .title {
        font-size: 24px;
    }
    
    .about-wrapper .second-section .single .title, .about-wrapper .fourth-section .single .title {
        font-size: 20px;
    }
    
    .about-wrapper .second-section .single .desc, .about-wrapper .fourth-section .single .desc {
        font-size: 14px;
    }
    
    .about-wrapper .third-section .title {
        margin-top: 20px;
    }
    
    .about-wrapper .fourth-section .desc {
        margin: 0 !important;
    }
    
    .about-wrapper .second-section .col-md-12 {
        padding: 0;
    }
    
    .about-wrapper .second-section .col-md-4 {
        padding: 0;
    }

    .post-thumbnail img {
        height: 230px;
    }
    
    .blog-section.blog-page {
        padding-top: 60px;
    }
    
    h2.post-title {
        font-size: 18px;
    }
    
    footer#footer {
        margin-top: 3px;
    }

    .single-post h1.entry-title {
        font-size: 22px;
    }
    
    .single-post article {
        margin-bottom: 60px;
    }

    #iv-form3 .header-profile {
        padding: 0;
        font-size: 24px;
        line-height: 30px;
    }
    
    div#iv-form3 {
        padding: 25px 15px;
    }
    
    .bootstrap-wrapper .form-horizontal .form-group.width-50 {
        width: 100%;
    }
    
    .bootstrap-wrapper .col-md-8 input[type='text'] {
        width: 100%;
    }
    
    form#iv_membership_registration .row input[type="email"], form#iv_membership_registration .row input[type="password"] {
        width: 100%;
    }
    
    /* .bootstrap-wrapper .row button {
        width: 100%;
    } */
    
    .bottom-section-register .inner .single {
        width: 100%;
    }
    
    .bottom-section-register .inner {
        gap: 20px;
    }
    
    .bottom-section-register {
        margin-bottom: 40px;
    }
    
    div#iv-form3 {
        margin-top: 85px !important;
    }

    .hour-rate-input .col-md-8 input {
        width: 85%;
    }

    html #login-2 .content {
        padding: 20px !important;
    }
    
    div#login-2 {margin: 80px 0;}
    
    html #login-2 h3 {
        font-size: 25px !important;
    }

    html #forget-password h3 {
        top: -97px;
    }

    .kerko-wrapper .search-results .user-list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 30px;
    }
    
    .kerko-wrapper .search-title {
        font-size: 26px;
    }
    
    .kerko-wrapper {
        margin-bottom: 50px;
    }
    
    nav#header {
        width: 100vw;
    }
    
    html {
        overflow-x: hidden;
    }
    
    .kerko-wrapper .user-card > img {
        height: 100px;
    }

    .profili .item-detail-special {
        border: 0 !important;
        padding: 0;
    }
    
    .buttons-profile {
        position: unset;
        transform: unset;
    }
    
    .buttons-profile a {
        justify-content: center;
    }
    
    .profili .location p {
        display: flex;
        align-items: center;
    }
    
    .profili .item-detail-special .row > div.col-md-10 {
        padding: 0;
    }
    
    .single-detail {
        padding: 0 !important;
        margin: 20px 0;
    }

    #profile-account2 .profile-content {
        max-width: 100%;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ff5532' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    button.navbar-toggler {
        background: #fff;
        border: 0;
        box-shadow: unset !important;
    }
    
    .navbar-expand-lg .navbar-nav {
        gap: 0;
    }
    
    button.navbar-toggler {
        background: #fff;
        border: 0;
        box-shadow: unset !important;
    }
    
    .navbar-expand-lg .navbar-nav {
        gap: 0;
    }
    
    #header .right-section {
        display: none;
    }
    
    #navbar .right-section {
        display: block !important;
    }

    .navbar-expand-lg .navbar-nav {
        margin: 30px 15px 0;
    }
    
    #navbar .right-section {
        margin: 20px 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        color: #16133f;
    }

    .blog-section .slick-list {
        overflow: visible;
        margin: 0 -15px;
    }
    
    .blog-section .slick-list .slick-slide {
        margin: 0 15px;
    }

    .post-thumbnail img {
        border-radius: 6px;
    }

    .blog-section .top-section a {
        display: none;
    }

    .home .first-section {
        margin-top: 40px;
    }

    .navbar-expand-lg .navbar-nav .current-menu-item .nav-link {
        font-weight: 700;
    }

    .single-post article {
        margin-top: 50px;
    }

    .navbar-toggler.open .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='18' y1='6' x2='6' y2='18' stroke='%23ff5532' stroke-width='2'/%3E%3Cline x1='6' y1='6' x2='18' y2='18' stroke='%23ff5532' stroke-width='2'/%3E%3C/svg%3E");
    }

    .primary-page.profili {
        padding: 0 16px;
    }

    .footer-top {
        padding-left: 10px;
        padding-right: 10px;
    }

    #profile-account2 .profile-content {
        padding: 20px 22px !important;
    }
    
    div#profile-account2 > .row {
        margin: 0;
    }
    
    #profile-account2 .nav-tabs {
        display: flex;
        float: unset;
        width: 100%;
        justify-content: space-between;
    }
    
    #profile-account2 .nav-tabs li {
        width: 47%;
        margin: 0 !important;
    }
    
    form#profile_setting_form .form-group:nth-child(2), form#profile_setting_form .form-group:nth-child(3), form#profile_setting_form .form-group:nth-child(4) {
        width: 100%;
    }
    
    .form-group.row.custom-profile {
        width: 100%;
    }
    
    html .verified-user-doc > div:nth-child(1), html .verified-user-doc > div:nth-child(2) {
        width: 100% !important;
    }
    
    .uploaded-images {
        gap: 0;
        justify-content: space-between;
    }
    
    .uploaded-images > div {
        width: 48%;
    }
    
    .uploaded-images > div img {
        height: 200px;
    }
    
    .uploaded-images > div button {
        width: 30px !important;
    }
    
    #profile-account2 .profile-content {
        margin-bottom: 40px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        width: auto !important;
        margin: 0 6px 0 0 !important;
    }
    
    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 0 !important;
    }
    
    #profile-account2 .nav li {
        border: 2px solid #f1593a !important;
        border-radius: 6px;
    }
    
    form#profile_setting_form {
        gap: 5px;
    }
    
    form#profile_setting_form h5 {
        margin-top: 20px;
    }
    
    html #profile-account2 .green-haze {
        margin-top: 40px;
        width: 100%;
    }

    form#profile_setting_form h5:after {
        width: 30%;
    }
    
    .student-status h5 {
        font-size: 16px !important;
    }
    
    #profile-account2 .caption {
        width: 100%;
        justify-content: space-between;
    }

    .profili .location p span {
        font-size: 14px;
    }
    
    .profili .services h3:after {
        width: 30%;
    }
    
    .box-description h3:after {
        width: 30%;
    }
    
    .profili .portfolio h3:after {
        width: 30%;
    }

    .home .search-form .select2-container:nth-child(2) {
        width: 90% !important;
    }
    
    .home .search-form .select2-container:nth-child(4) {
        width: 90% !important;
    }
    
    .footer-bottom .inner {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-bottom .social {
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-bottom .contact {
        width: 100%;
        justify-content: center;
    }

    .profili .location {
        flex-wrap: wrap;
        row-gap: 13px;
    }
    
    .profili .location .other {
        margin-bottom: 0;
    }
    
    .profili h2.title-detail {
        margin-bottom: 20px;
    }
    
    .buttons-profile {
        margin-top: 24px;
    }
    
    .profili .services h3 {
        font-size: 24px;
    }

    .kerko-wrapper .top-section {
        flex-direction: column;
    }
    
    .kerko-wrapper .search-results .user-list {
        padding: 0 0px;
    }

    .profili .item-detail-special {
        margin-top: 20px;
    }

    .profili .item-detail-special .profile-img {
        width: 80px;
        height: 80px;
    }

    .home .slick-prev, .home .slick-next {
        bottom: -55px;
        top: auto;
    }
    
    .home .slick-prev {
        left: 35%;
    }
    
    .home .slick-next {
        right: 0;
        left: 55%;
    }
    
    .home .slick-prev img, .home .slick-next img {
        width: 30px;
        height: 30px;
    }

    .home .slick-prev, .home .slick-next {
        width: 30px;
        height: 30px;
        bottom: -45px;
    }
    
    .home .slick-prev {
        left: 40%;
    }
    
    .home .slick-next {
        left: 54%;
    }

    .comment-rating h2.section-title {
        font-size: 24px;
    }
    
    .comment-rating h2.section-title:after {
        width: 30%;
    }
    
    .comment-rating form {
        width: 100%;
    }
    
    .comment-rating .user-reviews {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .primary-page.profili {
        padding: 0 10px;
    }
    
    .profili h2.title-detail {
        margin: 10px 0;
    }

    .home .blog-posts .post-thumbnail img {
        height: 200px;
    }

    .profili .item-detail-special .row > div.show-mobile {
        display: block !important;
    }
    
    .profili .item-detail-special .row > div.hide-mobile {
        display: none;
    }
    
    .profili .item-detail-special .row > div.show-mobile.col-md-2 {
        flex: 0 0 80px;
        width: 80px;
    }
    
    .profili .item-detail-special .row > div.show-mobile.col-md-10 {
        width: 70%;
        flex: 0 0 70%;
    }
    
    .profili .item-detail-special .row {
        justify-content: space-between;
    }
    
    .profili .item-detail-special .row > div.show-mobile.col-md-12 {
        margin-top: 20px;
    }

    .comment-rating form p:nth-child(2), .comment-rating form p:nth-child(3) {
        width: 100%;
        margin: 0;
    }
    
    .comment-rating .user-reviews > div p {
        display: flex;
        flex-direction: column;
    }
    
    .comment-rating form {
        padding: 15px;
    }
}

.user-card .others {
    padding: 20px 15px;
    margin: 10px 0 20px;
}

.slick-dots li button[aria-label='1 of 1'] {
    display: none;
}