@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
.profile-detail :root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Open Sans, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.profile-detail *,
.profile-detail *::before,
.profile-detail *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-detail html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    .profile-detail {
        width: device-width;
    }
}

.profile-detail figcaption,
.profile-detail footer,
.profile-detail header,
.profile-detail main,
.profile-detail nav,
.profile-detail section {
    display: block;
}

.profile-detail body {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    color: #525f7f;
    background-color: #f8f9fe;
}

.profile-detail [tabindex='-1']:focus {
    outline: 0 !important;
}

.profile-detail hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.profile-detail h1,
.profile-detail h3,
.profile-detail h4,
.profile-detail h5,
.profile-detail h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.profile-detail p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.profile-detail address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

.profile-detail ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.profile-detail ul ul {
    margin-bottom: 0;
}

.profile-detail dfn {
    font-style: italic;
}

.profile-detail strong {
    font-weight: bolder;
}

.profile-detail a {
    text-decoration: none;
    color: #5e72e4;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.profile-detail a:hover {
    text-decoration: none;
    color: #233dd2;
}

.profile-detail a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
}

.profile-detail a:not([href]):not([tabindex]):hover,
.profile-detail a:not([href]):not([tabindex]):focus {
    text-decoration: none;
    color: inherit;
}

.profile-detail a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.profile-detail code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

.profile-detail img {
    vertical-align: middle;
    border-style: none;
}

.profile-detail caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    caption-side: bottom;
    text-align: left;
    color: #8898aa;
}

.profile-detail label {
    display: inline-block;
    margin-bottom: .5rem;
}

.profile-detail button {
    border-radius: 0;
}

.profile-detail button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.profile-detail input,
.profile-detail button,
.profile-detail textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.profile-detail button,
.profile-detail input {
    overflow: visible;
}

.profile-detail button {
    text-transform: none;
}

.profile-detail button,
.profile-detail html [type='button'],
.profile-detail [type='reset'],
.profile-detail [type='submit'] {
    -webkit-appearance: button;
}

.profile-detail button::-moz-focus-inner,
.profile-detail [type='button']::-moz-focus-inner,
.profile-detail [type='reset']::-moz-focus-inner,
.profile-detail [type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.profile-detail input[type='radio'],
.profile-detail input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.profile-detail input[type='date'],
.profile-detail input[type='time'],
.profile-detail input[type='datetime-local'],
.profile-detail input[type='month'] {
    -webkit-appearance: listbox;
}

.profile-detail textarea {
    overflow: auto;
    resize: vertical;
}

.profile-detail legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

.profile-detail progress {
    vertical-align: baseline;
}

.profile-detail [type='number']::-webkit-inner-spin-button,
.profile-detail [type='number']::-webkit-outer-spin-button {
    height: auto;
}

.profile-detail [type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

.profile-detail [type='search']::-webkit-search-cancel-button,
.profile-detail [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

.profile-detail ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.profile-detail [hidden] {
    display: none !important;
}

.profile-detail h1,
.profile-detail h3,
.profile-detail h4,
.profile-detail h5,
.profile-detail h6,
.profile-detail .h1,
.profile-detail .h3,
.profile-detail .h4,
.profile-detail .h5,
.profile-detail .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d;
}

.profile-detail h1,
.profile-detail .h1 {
    font-size: 1.625rem;
}

.profile-detail h3,
.profile-detail .h3 {
    font-size: 1.0625rem;
}

.profile-detail h4,
.profile-detail .h4 {
    font-size: .9375rem;
}

.profile-detail h5,
.profile-detail .h5 {
    font-size: .8125rem;
}

.profile-detail h6,
.profile-detail .h6 {
    font-size: .625rem;
}

.profile-detail .display-2 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.5;
}

.profile-detail hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-detail code {
    font-size: 87.5%;
    word-break: break-word;
    color: #f3a4b5;
}

.profile-detail a>code {
    color: inherit;
}

.profile-detail .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .profile-detail .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .profile-detail .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .profile-detail .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .profile-detail .container {
        max-width: 1140px;
    }
}

.profile-detail .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.profile-detail .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-detail .col-4,
.profile-detail .col-8,
.profile-detail .col,
.profile-detail .col-md-10,
.profile-detail .col-md-12,
.profile-detail .col-lg-3,
.profile-detail .col-lg-4,
.profile-detail .col-lg-6,
.profile-detail .col-lg-7,
.profile-detail .col-xl-4,
.profile-detail .col-xl-6,
.profile-detail .col-xl-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.profile-detail .col {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profile-detail .col-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.profile-detail .col-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
}

@media (min-width: 768px) {
    .profile-detail .col-md-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }
    .profile-detail .col-md-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    .profile-detail .col-lg-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .profile-detail .col-lg-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .profile-detail .col-lg-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .profile-detail .col-lg-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }
    .profile-detail .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1200px) {
    .profile-detail .col-xl-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .profile-detail .col-xl-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .profile-detail .col-xl-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }
    .profile-detail .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .profile-detail .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.profile-detail .form-control {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: .375rem;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .profile-detail .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.profile-detail .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.profile-detail .form-control:focus {
    color: #8898aa;
    border-color: rgba(50, 151, 211, 0.25);
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none, none;
    box-shadow: none, none;
}

.profile-detail .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd;
}

.profile-detail .form-control::-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd;
}

.profile-detail .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #adb5bd;
}

.profile-detail .form-control::placeholder {
    opacity: 1;
    color: #adb5bd;
}

.profile-detail .form-control:disabled,
.profile-detail .form-control[readonly] {
    opacity: 1;
    background-color: #e9ecef;
}

.profile-detail textarea.form-control {
    height: auto;
}

.profile-detail .form-group {
    margin-bottom: 1.5rem;
}

.profile-detail .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .profile-detail .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .profile-detail .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .profile-detail .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .profile-detail .form-inline .input-group {
        width: auto;
    }
}

.profile-detail .btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .375rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    .profile-detail .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.profile-detail .btn:hover,
.profile-detail .btn:focus {
    text-decoration: none;
}

.profile-detail .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.profile-detail .btn:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.profile-detail .btn:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08), none;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08), none;
}

.profile-detail .btn-primary {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.profile-detail .btn-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.profile-detail .btn-primary:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.profile-detail .btn-primary:disabled {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.profile-detail .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #5e72e4;
    background-color: #324cdd;
}

.profile-detail .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
    box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.profile-detail .btn-info {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.profile-detail .btn-info:hover {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}

.profile-detail .btn-info:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(17, 205, 239, 0.5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(17, 205, 239, 0.5);
}

.profile-detail .btn-info:disabled {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}

.profile-detail .btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #11cdef;
    background-color: #0da5c0;
}

.profile-detail .btn-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
    box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}

.profile-detail .btn-default {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.profile-detail .btn-default:hover {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
}

.profile-detail .btn-default:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(23, 43, 77, 0.5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(23, 43, 77, 0.5);
}

.profile-detail .btn-default:disabled {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
}

.profile-detail .btn-default:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #172b4d;
    background-color: #0b1526;
}

.profile-detail .btn-default:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
    box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}

.profile-detail .btn-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .375rem;
}

.profile-detail .dropdown {
    position: relative;
}

.profile-detail .dropdown-menu {
    font-size: 1rem;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    list-style: none;
    text-align: left;
    color: #525f7f;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: .4375rem;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profile-detail .dropdown-menu.show {
    display: block;
    opacity: 1;
}

.profile-detail .dropdown-menu-right {
    right: 0;
    left: auto;
}

.profile-detail .dropdown-menu[x-placement^='top'],
.profile-detail .dropdown-menu[x-placement^='right'],
.profile-detail .dropdown-menu[x-placement^='bottom'],
.profile-detail .dropdown-menu[x-placement^='left'] {
    right: auto;
    bottom: auto;
}

.profile-detail .dropdown-divider {
    overflow: hidden;
    height: 0;
    margin: .5rem 0;
    border-top: 1px solid #e9ecef;
}

.profile-detail .dropdown-item {
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #212529;
    border: 0;
    background-color: transparent;
}

.profile-detail .dropdown-item:hover,
.profile-detail .dropdown-item:focus {
    text-decoration: none;
    color: #16181b;
    background-color: #f6f9fc;
}

.profile-detail .dropdown-item:active {
    text-decoration: none;
    color: #fff;
    background-color: #5e72e4;
}

.profile-detail .dropdown-item:disabled {
    color: #8898aa;
    background-color: transparent;
}

.profile-detail .dropdown-header {
    font-size: .875rem;
    display: block;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap;
    color: #8898aa;
}

.profile-detail .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.profile-detail .input-group>.form-control {
    position: relative;
    width: 1%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.profile-detail .input-group>.form-control+.form-control {
    margin-left: -1px;
}

.profile-detail .input-group>.form-control:focus {
    z-index: 3;
}

.profile-detail .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-detail .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.profile-detail .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-detail .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.profile-detail .input-group-prepend .btn+.btn,
.profile-detail .input-group-prepend .btn+.input-group-text,
.profile-detail .input-group-prepend .input-group-text+.input-group-text,
.profile-detail .input-group-prepend .input-group-text+.btn {
    margin-left: -1px;
}

.profile-detail .input-group-prepend {
    margin-right: -1px;
}

.profile-detail .input-group-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: .625rem .75rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #cad1d7;
    border-radius: .375rem;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-detail .input-group-text input[type='radio'],
.profile-detail .input-group-text input[type='checkbox'] {
    margin-top: 0;
}

.profile-detail .input-group>.input-group-prepend>.btn,
.profile-detail .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-detail .input-group>.input-group-prepend:not(:first-child)>.btn,
.profile-detail .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.profile-detail .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.profile-detail .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.profile-detail .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-detail .nav-link {
    display: block;
    padding: .25rem .75rem;
}

.profile-detail .nav-link:hover,
.profile-detail .nav-link:focus {
    text-decoration: none;
}

.profile-detail .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-detail .navbar>.container,
.profile-detail .navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-detail .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.profile-detail .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.profile-detail .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

@media (max-width: 767.98px) {
    .profile-detail .navbar-expand-md>.container,
    .profile-detail .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-detail .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .profile-detail .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .profile-detail .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .profile-detail .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .profile-detail .navbar-expand-md>.container,
    .profile-detail .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.profile-detail .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
}

.profile-detail .navbar-dark .navbar-nav .nav-link:hover,
.profile-detail .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.65);
}

.profile-detail .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}

.profile-detail .card>hr {
    margin-right: 0;
    margin-left: 0;
}

.profile-detail .card-body {
    padding: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.profile-detail .card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.profile-detail .card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.profile-detail .progress {
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 1rem;
    border-radius: .375rem;
    background-color: #e9ecef;
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.profile-detail .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile-detail .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.profile-detail .bg-secondary {
    background-color: #f7fafc !important;
}

.profile-detail a.bg-secondary:hover,
.profile-detail a.bg-secondary:focus,
.profile-detail button.bg-secondary:hover,
.profile-detail button.bg-secondary:focus {
    background-color: #d2e3ee !important;
}

.profile-detail .bg-default {
    background-color: #172b4d !important;
}

.profile-detail a.bg-default:hover,
.profile-detail a.bg-default:focus,
.profile-detail button.bg-default:hover,
.profile-detail button.bg-default:focus {
    background-color: #0b1526 !important;
}

.profile-detail .bg-white {
    background-color: #fff !important;
}

.profile-detail a.bg-white:hover,
.profile-detail a.bg-white:focus,
.profile-detail button.bg-white:hover,
.profile-detail button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.profile-detail .bg-white {
    background-color: #fff !important;
}

.profile-detail .border-0 {
    border: 0 !important;
}

.profile-detail .rounded-circle {
    border-radius: 50% !important;
}

.profile-detail .d-none {
    display: none !important;
}

.profile-detail .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .profile-detail .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .profile-detail .d-lg-inline-block {
        display: inline-block !important;
    }
    .profile-detail .d-lg-block {
        display: block !important;
    }
}

.profile-detail .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.profile-detail .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.profile-detail .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width: 1200px) {
    .profile-detail .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

.profile-detail .float-right {
    float: right !important;
}

.profile-detail .shadow,
.profile-detail .card-profile-image img {
    -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

.profile-detail .m-0 {
    margin: 0 !important;
}

.profile-detail .mt-0 {
    margin-top: 0 !important;
}

.profile-detail .mb-0 {
    margin-bottom: 0 !important;
}

.profile-detail .mr-2 {
    margin-right: .5rem !important;
}

.profile-detail .ml-2 {
    margin-left: .5rem !important;
}

.profile-detail .mr-3 {
    margin-right: 1rem !important;
}

.profile-detail .mt-4,
.profile-detail .my-4 {
    margin-top: 1.5rem !important;
}

.profile-detail .mr-4 {
    margin-right: 1.5rem !important;
}

.profile-detail .mb-4,
.profile-detail .my-4 {
    margin-bottom: 1.5rem !important;
}

.profile-detail .mb-5 {
    margin-bottom: 3rem !important;
}

.profile-detail .mt--7 {
    margin-top: -6rem !important;
}

.profile-detail .pt-0 {
    padding-top: 0 !important;
}

.profile-detail .pr-0 {
    padding-right: 0 !important;
}

.profile-detail .pb-0 {
    padding-bottom: 0 !important;
}

.profile-detail .pt-5 {
    padding-top: 3rem !important;
}

.profile-detail .pt-8 {
    padding-top: 8rem !important;
}

.profile-detail .pb-8 {
    padding-bottom: 8rem !important;
}

.profile-detail .m-auto {
    margin: auto !important;
}

@media (min-width: 768px) {
    .profile-detail .mt-md-5 {
        margin-top: 3rem !important;
    }
    .profile-detail .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .profile-detail .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .profile-detail .pl-lg-4 {
        padding-left: 1.5rem !important;
    }
    .profile-detail .pt-lg-8 {
        padding-top: 8rem !important;
    }
    .profile-detail .ml-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .profile-detail .mb-xl-0 {
        margin-bottom: 0 !important;
    }
}

.profile-detail .text-right {
    text-align: right !important;
}

.profile-detail .text-center {
    text-align: center !important;
}

.profile-detail .text-uppercase {
    text-transform: uppercase !important;
}

.profile-detail .font-weight-light {
    font-weight: 300 !important;
}

.profile-detail .font-weight-bold {
    font-weight: 600 !important;
}

.profile-detail .text-white {
    color: #fff !important;
}

.profile-detail .text-white {
    color: #fff !important;
}

.profile-detail a.text-white:hover,
.profile-detail a.text-white:focus {
    color: #e6e6e6 !important;
}

.profile-detail .text-muted {
    color: #8898aa !important;
}

@media print {
    .profile-detail *,
    .profile-detail *::before,
    .profile-detail *::after {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .profile-detail a:not(.btn) {
        text-decoration: underline;
    }
    .profile-detail img {
        page-break-inside: avoid;
    }
    .profile-detail p,
    .profile-detail h3 {
        orphans: 3;
        widows: 3;
    }
    .profile-detail h3 {
        page-break-after: avoid;
    }
    @page {
        .profile-detail {
            size: a3;
        }
    }
    .profile-detail body {
        min-width: 992px !important;
    }
    .profile-detail .container {
        min-width: 992px !important;
    }
    .profile-detail .navbar {
        display: none;
    }
}

.profile-detail figcaption,
.profile-detail main {
    display: block;
}

.profile-detail main {
    overflow: hidden;
}

.profile-detail .bg-white {
    background-color: #fff !important;
}

.profile-detail a.bg-white:hover,
.profile-detail a.bg-white:focus,
.profile-detail button.bg-white:hover,
.profile-detail button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.profile-detail .bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.profile-detail .bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

@-webkit-keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.profile-detail .opacity-8 {
    opacity: .8 !important;
}

.profile-detail .opacity-8 {
    opacity: .9 !important;
}

.profile-detail .center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profile-detail [class*='shadow'] {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.profile-detail .font-weight-300 {
    font-weight: 300 !important;
}

.profile-detail .text-sm {
    font-size: .875rem !important;
}

.profile-detail .text-white {
    color: #fff !important;
}

.profile-detail a.text-white:hover,
.profile-detail a.text-white:focus {
    color: #e6e6e6 !important;
}

.profile-detail .avatar {
    font-size: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    background-color: #adb5bd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-detail .avatar img {
    width: 100%;
    border-radius: 50%;
}

.profile-detail .avatar-sm {
    font-size: .875rem;
    width: 36px;
    height: 36px;
}

.profile-detail .btn {
    font-size: .875rem;
    position: relative;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
}

.profile-detail .btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.profile-detail .btn:not(:last-child) {
    margin-right: .5rem;
}

.profile-detail .btn i:not(:first-child) {
    margin-left: .5rem;
}

.profile-detail .btn i:not(:last-child) {
    margin-right: .5rem;
}

.profile-detail .input-group .btn {
    margin-right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.profile-detail .btn-sm {
    font-size: .75rem;
}

.profile-detail [class*='btn-outline-'] {
    border-width: 1px;
}

.profile-detail .card-profile-image {
    position: relative;
}

.profile-detail .card-profile-image img {
    position: absolute;
    left: 50%;
    max-width: 180px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    border-radius: .375rem;
}

.profile-detail .card-profile-image img:hover {
    -webkit-transform: translate(-50%, -33%);
    transform: translate(-50%, -33%);
}

.profile-detail .card-profile-stats {
    padding: 1rem 0;
}

.profile-detail .card-profile-stats>div {
    margin-right: 1rem;
    padding: .875rem;
    text-align: center;
}

.profile-detail .card-profile-stats>div:last-child {
    margin-right: 0;
}

.profile-detail .card-profile-stats>div .heading {
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
}

.profile-detail .card-profile-stats>div .description {
    font-size: .875rem;
    color: #adb5bd;
}

.profile-detail .main-content {
    position: relative;
}

.profile-detail .main-content .navbar-top {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-color: transparent;
}

@media (min-width: 768px) {
    .profile-detail .main-content .container-fluid {
        padding-right: 39px !important;
        padding-left: 39px !important;
    }
}

.profile-detail .dropdown {
    display: inline-block;
}

.profile-detail .dropdown-menu {
    min-width: 12rem;
}

.profile-detail .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .5rem 1rem;
}

.profile-detail .dropdown-menu .dropdown-item>i {
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: -17%;
}

.profile-detail .dropdown-header {
    font-size: .625rem;
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    color: #f6f9fc;
}

.profile-detail .dropdown-menu a.media>div:first-child {
    line-height: 1;
}

.profile-detail .dropdown-menu a.media p {
    color: #8898aa;
}

.profile-detail .dropdown-menu a.media:hover .heading,
.profile-detail .dropdown-menu a.media:hover p {
    color: #172b4d !important;
}

.profile-detail .footer {
    padding: 2.5rem 0;
    background: #f7fafc;
}

.profile-detail .footer .nav .nav-item .nav-link {
    color: #8898aa !important;
}

.profile-detail .footer .nav .nav-item .nav-link:hover {
    color: #525f7f !important;
}

.profile-detail .footer .copyright {
    font-size: .875rem;
}

.profile-detail .form-control-label {
    font-size: .875rem;
    font-weight: 600;
    color: #525f7f;
}

.profile-detail .form-control {
    font-size: .875rem;
}

.profile-detail .form-control:focus:-ms-input-placeholder {
    color: #adb5bd;
}

.profile-detail .form-control:focus::-ms-input-placeholder {
    color: #adb5bd;
}

.profile-detail .form-control:focus::-webkit-input-placeholder {
    color: #adb5bd;
}

.profile-detail .form-control:focus::placeholder {
    color: #adb5bd;
}

.profile-detail textarea[resize='none'] {
    resize: none !important;
}

.profile-detail textarea[resize='both'] {
    resize: both !important;
}

.profile-detail textarea[resize='vertical'] {
    resize: vertical !important;
}

.profile-detail textarea[resize='horizontal'] {
    resize: horizontal !important;
}

.profile-detail .form-control-alternative {
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.profile-detail .form-control-alternative:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.profile-detail .input-group {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border-radius: .375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .input-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .input-group .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0;
}

.profile-detail .input-group .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0;
}

.profile-detail .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .input-group-text {
    -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.profile-detail .input-group-alternative {
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.profile-detail .input-group-alternative .form-control,
.profile-detail .input-group-alternative .input-group-text {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .focused .input-group-alternative {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.profile-detail .focused .input-group {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .focused .input-group-text {
    color: #8898aa;
    border-color: rgba(50, 151, 211, 0.25);
    background-color: #fff;
}

.profile-detail .focused .form-control {
    border-color: rgba(50, 151, 211, 0.25);
}

.profile-detail .header {
    position: relative;
}

.profile-detail .input-group {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border-radius: .375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .input-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .input-group .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0;
}

.profile-detail .input-group .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0;
}

.profile-detail .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .input-group-text {
    -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.profile-detail .input-group-alternative {
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.profile-detail .input-group-alternative .form-control,
.profile-detail .input-group-alternative .input-group-text {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .focused .input-group-alternative {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.profile-detail .focused .input-group {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-detail .focused .input-group-text {
    color: #8898aa;
    border-color: rgba(50, 151, 211, 0.25);
    background-color: #fff;
}

.profile-detail .focused .form-control {
    border-color: rgba(50, 151, 211, 0.25);
}

.profile-detail .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .profile-detail .mask {
        -webkit-transition: none;
        transition: none;
    }
}

.profile-detail .nav-link {
    color: #525f7f;
}

.profile-detail .nav-link:hover {
    color: #5e72e4;
}

.profile-detail .nav-link i.ni {
    position: relative;
    top: 2px;
}

.profile-detail .navbar-search .input-group {
    border: 2px solid;
    border-radius: 2rem;
    background-color: transparent;
}

.profile-detail .navbar-search .input-group .input-group-text {
    padding-left: 1rem;
    background-color: transparent;
}

.profile-detail .navbar-search .form-control {
    width: 270px;
    background-color: transparent;
}

.profile-detail .navbar-search-dark .input-group {
    border-color: rgba(255, 255, 255, 0.6);
}

.profile-detail .navbar-search-dark .input-group-text {
    color: rgba(255, 255, 255, 0.6);
}

.profile-detail .navbar-search-dark .form-control {
    color: rgba(255, 255, 255, 0.9);
}

.profile-detail .navbar-search-dark .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.profile-detail .navbar-search-dark .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.profile-detail .navbar-search-dark .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.profile-detail .navbar-search-dark .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.profile-detail .navbar-search-dark .focused .input-group {
    border-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
    .profile-detail .navbar .dropdown-menu {
        margin: 0;
        pointer-events: none;
        opacity: 0;
    }
    .profile-detail .navbar .dropdown-menu-arrow:before {
        position: absolute;
        z-index: -5;
        bottom: 100%;
        left: 20px;
        display: block;
        width: 12px;
        height: 12px;
        content: '';
        -webkit-transform: rotate(-45deg) translateY(12px);
        transform: rotate(-45deg) translateY(12px);
        border-radius: 2px;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .profile-detail .navbar .dropdown-menu-right:before {
        right: 20px;
        left: auto;
    }
    @-webkit-keyframes show-navbar-dropdown {
        0% {
            -webkit-transition: visibility .25s, opacity .25s, -webkit-transform .25s;
            transition: visibility .25s, opacity .25s, -webkit-transform .25s;
            transition: visibility .25s, opacity .25s, transform .25s;
            transition: visibility .25s, opacity .25s, transform .25s, -webkit-transform .25s;
            -webkit-transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
        }
    }
    @keyframes show-navbar-dropdown {
        0% {
            -webkit-transition: visibility .25s, opacity .25s, -webkit-transform .25s;
            transition: visibility .25s, opacity .25s, -webkit-transform .25s;
            transition: visibility .25s, opacity .25s, transform .25s;
            transition: visibility .25s, opacity .25s, transform .25s, -webkit-transform .25s;
            -webkit-transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
        }
    }
    @-webkit-keyframes hide-navbar-dropdown {
        from {
            opacity: 1;
        }
        to {
            -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
            opacity: 0;
        }
    }
    @keyframes hide-navbar-dropdown {
        from {
            opacity: 1;
        }
        to {
            -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
            opacity: 0;
        }
    }
}

@media (max-width: 767.98px) {
    .profile-detail .navbar-nav .nav-link {
        padding: .625rem 0;
        color: #172b4d !important;
    }
    .profile-detail .navbar-nav .dropdown-menu {
        min-width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@-webkit-keyframes show-navbar-collapse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes show-navbar-collapse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes hide-navbar-collapse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@keyframes hide-navbar-collapse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

.profile-detail .progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    background-color: #e9ecef;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.profile-detail p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

.profile-detail .description {
    font-size: .875rem;
}

.profile-detail .heading {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.profile-detail .heading-small {
    font-size: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.profile-detail .display-2 span {
    font-weight: 300;
    display: block;
}

@media (max-width: 768px) {
    .profile-detail .btn {
        margin-bottom: 10px;
    }
}

.profile-detail #navbar .navbar {
    margin-bottom: 20px;
}

:root {
    font-family: "Poppins";
    --primary-color-1: hsl(348, 68%, 34%);
    --primary-color-2: hsl(20, 94%, 34%);
    --primary-color-3: hsl(232, 16%, 34%);
    --primary-color-4: hsl(0, 0%, 25%);
    --text-area-color: whitesmoke;
    --heading-secondary-color: hsl(0, 0%, 55%);
    --secondary-card-color: whitesmoke;
}

.product-detail-card {
    background: aliceblue;
    /*  ============= 
            Text styling 
                    ========== */
    /*  ============= 
            Available colors
                    ========== */
    /*  ============= 
            price-and-buy-btn styling
                             ========== */
    /* ========== Themes ======== */
    /* Theme 1 */
    /* Theme 2 */
    /* Theme 3 */
    /* Theme 4 */
    /* Transition when the screen is higher than 1000px */
    /* ====== Phone Size ===== */
}

.product-detail-card :root {
    font-family: "Poppins";
    --primary-color-1: hsl(348, 68%, 34%);
    --primary-color-2: hsl(20, 94%, 34%);
    --primary-color-3: hsl(232, 16%, 34%);
    --primary-color-4: hsl(0, 0%, 25%);
    --text-area-color: whitesmoke;
    --heading-secondary-color: hsl(0, 0%, 55%);
    --secondary-card-color: whitesmoke;
}

.product-detail-card input {
    display: none;
}

.product-detail-card .container {
    margin: 0 auto;
    /* background-color: green; */
    max-width: 70rem;
    min-height: 30rem;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail-card .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* background-color: wheat; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 0px #919191;
    box-shadow: 0px 0px 10px 0px #919191;
    border-radius: 0.8rem;
}

.product-detail-card .shoe-area {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 0.8rem 0 0 0.8rem;
}

.product-detail-card .logo-div {
    margin: 2rem 0 0 1.5rem;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: yellowgreen; */
}

.product-detail-card .logo-div img {
    width: 70%;
    opacity: 0.1;
}

.product-detail-card .floating-div {
    /* background-color: yellowgreen; */
    height: 100%;
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-6%);
        transform: translateY(-6%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-6%);
        transform: translateY(-6%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.product-detail-card .shoe-area :is(.shoe-1,
.shoe-2,
.shoe-3,
.shoe-4) {
    /* background-color: yellow; */
    position: absolute;
    width: 100%;
    -webkit-transform: rotateZ(-30deg) scale(1.3) translateX(-10%);
    transform: rotateZ(-30deg) scale(1.3) translateX(-10%);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.product-detail-card .shoe-area .shoe-4 {
    /* background-color: whitesmoke; */
}

.product-detail-card :is(.shoe-1,
.shoe-2,
.shoe-3,
.shoe-4) img {
    width: 100%;
    opacity: 0;
    -webkit-transform: rotateZ(-30deg) scale(1.3) translateX(-10%);
    transform: rotateZ(-30deg) scale(1.3) translateX(-10%);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.product-detail-card .text-area {
    background-color: var(--text-area-color);
    /* background-color: rgb(114, 91, 114); */
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0 0.8rem 0.8rem 0;
}

.product-detail-card .text-area .heading-area {
    padding: 1rem;
}

.product-detail-card .heading-area h2 {
    font-weight: 800;
    font-size: 2.5rem;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.product-detail-card .heading-area h4 {
    margin: 0.25rem 0 0 0;
}

.product-detail-card .paragraph-area {
    margin: 1.5rem 1rem 1.5rem 5rem;
    /* background-color: yellow; */
    font-size: 1rem;
}

.product-detail-card .color-selection {
    margin: 1rem 1rem 1.5rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    column-gap: 0.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: wheat; */
}

.product-detail-card .color-selection h5 {
    font-size: 1rem;
}

.product-detail-card .color-selection .colors {
    padding: 1rem;
    border-radius: 50%;
    cursor: pointer;
}

.product-detail-card .color-pick-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    column-gap: 0.8rem;
}

.product-detail-card .color-selection .color-1 {
    background-color: var(--primary-color-1);
}

.product-detail-card .color-selection .color-2 {
    background-color: var(--primary-color-2);
}

.product-detail-card .color-selection .color-3 {
    background-color: var(--primary-color-3);
}

.product-detail-card .color-selection .color-4 {
    background-color: var(--primary-color-4);
}

.product-detail-card .price-and-buy-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 1rem;
}

.product-detail-card .price-and-buy-btn :is(.price-1,
.price-2,
.price-3,
.price-4) {
    display: none;
    font-weight: 800;
    font-size: 2.5rem;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.product-detail-card .buy-btn {
    padding: 1em 1.5em;
    font-size: 1.2rem;
    border-radius: 2rem;
    border: none;
    color: whitesmoke;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.product-detail-card #color-1:checked~.text-area .color-selection .color-pick-div .color-1 {
    outline: 2px solid var(--primary-color-1);
    outline-offset: 2px;
}

.product-detail-card #color-1:checked~.shoe-area {
    background-color: var(--primary-color-1);
}

.product-detail-card #color-1:checked~.text-area .heading-area h2 {
    color: var(--primary-color-1);
}

.product-detail-card #color-1:checked~.text-area .price-and-buy-btn .price-1 {
    display: block;
    color: var(--primary-color-1);
}

.product-detail-card #color-1:checked~* .buy-btn {
    background-color: var(--primary-color-1);
}

.product-detail-card #color-2:checked~.text-area .color-selection .color-pick-div .color-2 {
    outline: 2px solid var(--primary-color-2);
    outline-offset: 2px;
}

.product-detail-card #color-2:checked~.shoe-area {
    background-color: var(--primary-color-2);
}

.product-detail-card #color-2:checked~.text-area .heading-area h2 {
    color: var(--primary-color-2);
}

.product-detail-card #color-2:checked~.text-area .price-and-buy-btn .price-2 {
    display: block;
    color: var(--primary-color-2);
}

.product-detail-card #color-2:checked~* .buy-btn {
    background-color: var(--primary-color-2);
}

.product-detail-card #color-3:checked~.text-area .color-selection .color-pick-div .color-3 {
    outline: 2px solid var(--primary-color-3);
    outline-offset: 2px;
}

.product-detail-card #color-3:checked~.text-area .price-and-buy-btn .price-3 {
    display: block;
    color: var(--primary-color-3);
}

.product-detail-card #color-3:checked~.shoe-area {
    background-color: var(--primary-color-3);
}

.product-detail-card #color-3:checked~.text-area .heading-area h2 {
    color: var(--primary-color-3);
}

.product-detail-card #color-3:checked~* .buy-btn {
    background-color: var(--primary-color-3);
}

.product-detail-card #color-4:checked~.text-area .color-selection .color-pick-div .color-4 {
    outline: 2px solid var(--primary-color-4);
    outline-offset: 2px;
}

.product-detail-card #color-4:checked~.shoe-area {
    background-color: var(--primary-color-4);
}

.product-detail-card #color-4:checked~.text-area .price-and-buy-btn .price-4 {
    display: unset;
    color: var(--primary-color-4);
}

.product-detail-card #color-4:checked~.text-area .heading-area h2 {
    color: var(--primary-color-4);
}

.product-detail-card #color-4:checked~* .buy-btn {
    background-color: var(--primary-color-4);
}

@media screen and (min-width: 62.5rem) {
    .product-detail-card {
        /* Theme 2 */
        /* Theme 3 */
        /* Theme 4 */
    }
    .product-detail-card #color-1:checked~.shoe-area .floating-div .shoe-1 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        z-index: 99;
    }
    .product-detail-card #color-1:checked~.shoe-area .floating-div .shoe-1 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
    .product-detail-card #color-2:checked~.shoe-area .floating-div .shoe-2 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        z-index: 99;
    }
    .product-detail-card #color-2:checked~.shoe-area .floating-div .shoe-2 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
    .product-detail-card #color-3:checked~.shoe-area .floating-div .shoe-3 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        z-index: 99;
    }
    .product-detail-card #color-3:checked~.shoe-area .floating-div .shoe-3 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
    .product-detail-card #color-4:checked~.shoe-area .floating-div .shoe-4 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        z-index: 99;
    }
    .product-detail-card #color-4:checked~.shoe-area .floating-div .shoe-4 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
}

.product-detail-card #color-4:checked~* .heading-area h2 {
    color: var(--primary-color-4);
}

@media screen and (max-width: 62.5rem) {
    .product-detail-card {
        /* Transition for any screen lower than 1000px */
        /* Theme 2 */
        /* Theme 3 */
        /* Theme 4 */
        /* Transition end */
    }
    .product-detail-card .container {
        padding: 1rem;
    }
    .product-detail-card .card-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-detail-card .shoe-area {
        width: 100%;
        height: 40vw;
        padding: 1rem 0;
        border-radius: 0.8rem 0.8rem 0 0;
    }
    .product-detail-card .shoe-area :is(.shoe-1,
    .shoe-2,
    .shoe-3,
    .shoe-4) {
        /* background-color: yellow; */
        position: absolute;
        -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }
    .product-detail-card .shoe-area :is(.shoe-1,
    .shoe-2,
    .shoe-3,
    .shoe-4) {
        /* background-color: yellow; */
        -webkit-transform: rotateZ(0deg) translateY(-10%);
        transform: rotateZ(0deg) translateY(-10%);
        width: 70%;
        margin: 1rem 0;
        opacity: 0;
    }
    .product-detail-card :is(.shoe-1,
    .shoe-2,
    .shoe-3,
    .shoe-4) img {
        -webkit-transform: rotateZ(0) scale(1);
        transform: rotateZ(0) scale(1);
        opacity: 1;
    }
    .product-detail-card #color-1:checked~.shoe-area .floating-div .shoe-1 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    .product-detail-card #color-1:checked~.shoe-area .floating-div .shoe-1 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
    .product-detail-card #color-2:checked~.shoe-area .floating-div .shoe-2 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    .product-detail-card #color-2:checked~.shoe-area .floating-div .shoe-2 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
    .product-detail-card #color-3:checked~.shoe-area .floating-div .shoe-3 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    .product-detail-card #color-3:checked~.shoe-area .floating-div .shoe-3 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
    .product-detail-card #color-4:checked~.shoe-area .floating-div .shoe-4 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        opacity: 1;
    }
    .product-detail-card #color-4:checked~.shoe-area .floating-div .shoe-4 img {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 1;
    }
    .product-detail-card .logo-div img {
        width: 40%;
    }
    .product-detail-card .text-area {
        /* background-color: rgb(114, 91, 114); */
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0 0 0.8rem 0.8rem;
    }
    .product-detail-card .paragraph-area,
    .product-detail-card .color-selection {
        margin: 1.5rem 1rem;
    }
}

@media screen and (max-width: 26.9rem) {
    .product-detail-card .paragraph-area {
        margin: 1rem;
        font-size: 0.8rem;
    }
    .product-detail-card .paragraph-area,
    .product-detail-card .color-selection {
        margin: 0.7rem 1rem;
    }
    .product-detail-card .color-selection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        row-gap: 0.8rem;
    }
    .product-detail-card .price-and-buy-btn {
        padding: 0.5rem 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0.8rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.product-detail-card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.product-detail-card body {
    line-height: 1.5;
}

.product-detail-card .card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.product-detail-card img {
    width: 100%;
    display: block;
}

.product-detail-card .img-display {
    overflow: hidden;
}

.product-detail-card .img-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-detail-card .img-showcase img {
    min-width: 100%;
}

.product-detail-card .img-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-detail-card .img-item {
    margin: 0.3rem;
}

.product-detail-card .img-item:nth-child(1),
.product-detail-card .img-item:nth-child(2),
.product-detail-card .img-item:nth-child(3) {
    margin-right: 0;
}

.product-detail-card .img-item:hover {
    opacity: 0.8;
}

.product-detail-card .product-content {
    padding: 2rem 1rem;
}

.product-detail-card .product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-detail-card .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}

.product-detail-card .product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-detail-card .product-link:hover {
    opacity: 0.9;
}

.product-detail-card .product-rating {
    color: #ffc107;
}

.product-detail-card .product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-detail-card .product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-detail-card .product-price span {
    font-weight: 400;
}

.product-detail-card .last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.product-detail-card .new-price span {
    color: #256eff;
}

.product-detail-card .product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail-card .product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail-card .product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail-card .product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.product-detail-card .product-detail ul li span {
    font-weight: 400;
}

.product-detail-card .purchase-info {
    margin: 1.5rem 0;
}

.product-detail-card .purchase-info input,
.product-detail-card .purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.product-detail-card .purchase-info input {
    width: 60px;
}

.product-detail-card .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.product-detail-card .purchase-info .btn:first-of-type {
    background: #256eff;
}

.product-detail-card .purchase-info .btn:last-of-type {
    background: #f64749;
}

.product-detail-card .purchase-info .btn:hover {
    opacity: 0.9;
}

.product-detail-card .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail-card .social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-detail-card .social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .product-detail-card .card {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .product-detail-card .card-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-detail-card .product-imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-detail-card .product-content {
        padding-top: 0;
    }
}


/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #a9a9a9;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 45px;
    text-align: center;
}

.section-title span {
    font-size: 16px;
    color: #f36100;
    text-transform: uppercase;
    font-weight: 700;
}

.section-title h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}


/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 17px 30px 16px;
    color: #ffffff;
    background: #f36100;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.primary-btn.btn-normal {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.primary-btn.btn-normal:hover {
    background: #f36100;
    border-color: #f36100;
}


/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*---------------------
  Header
-----------------------*/

.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 15px;
    padding-top: 55px;
    z-index: 99;
}

.logo a {
    display: inline-block;
}

.nav-menu {
    text-align: center;
}

.nav-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 32px;
    position: relative;
    z-index: 1;
}

.nav-menu ul li .dropdown {
    position: absolute;
    left: -30px;
    top: 58px;
    width: 180px;
    background: #252525;
    z-index: 99;
    text-align: left;
    padding: 13px 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-menu ul li .dropdown li {
    margin-right: 0;
    display: block;
}

.nav-menu ul li .dropdown li a {
    display: block;
    text-transform: none;
    padding: 6px 0 6px 30px;
    font-weight: 400;
}

.nav-menu ul li .dropdown li a:after {
    display: none;
}

.nav-menu ul li:last-child {
    margin-right: 0;
}

.nav-menu ul li.active>a {
    color: #f36100;
}

.nav-menu ul li.active>a:after {
    opacity: 1;
}

.nav-menu ul li:hover>a {
    color: #f36100;
}

.nav-menu ul li:hover>a:after {
    opacity: 1;
}

.nav-menu ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.nav-menu ul li a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-menu ul li a:after {
    position: absolute;
    left: 0;
    top: 22px;
    height: 1px;
    width: 100%;
    background: #f36100;
    content: "";
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-option {
    text-align: right;
    padding: 9px 0;
}

.top-option .to-search {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.top-option .to-search:after {
    position: absolute;
    right: 0;
    top: 5px;
    height: 15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
}

.top-option .to-search i {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.top-option .to-social {
    display: inline-block;
}

.top-option .to-social a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin-left: 15px;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas-open {
    display: none;
}


/*---------------------
  Hero Section
-----------------------*/

.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text span {
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease 0.2s;
    transition: all .2s ease 0.2s;
    opacity: 1;
}

.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text h1 {
    position: relative;
    top: 0;
    -webkit-transition: all .4s ease 0.4s;
    transition: all .4s ease 0.4s;
    opacity: 1;
}

.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text .primary-btn {
    position: relative;
    top: 0;
    -webkit-transition: all .6s ease 0.6s;
    transition: all .6s ease 0.6s;
    opacity: 1;
}

.hs-slider.owl-carousel .owl-nav button {
    height: 46px;
    width: 46px;
    color: #a9a9a9;
    background: rgba(255, 255, 255, 0.1);
    line-height: 46px;
    text-align: center;
    position: absolute;
    font-size: 24px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
}

.hs-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 30px;
}

.hs-slider .hs-item {
    height: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 355px;
}

.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 18px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hs-slider .hs-item .hi-text h1 {
    font-size: 80px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 90px;
    margin-bottom: 42px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hs-slider .hs-item .hi-text h1 strong {
    color: #f36100;
}

.hs-slider .hs-item .hi-text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
}


/*---------------------
  ChoseUs Section
-----------------------*/

.choseus-section {
    background: #0a0a0a;
    padding-bottom: 70px;
}

.cs-item {
    text-align: center;
    margin-bottom: 30px;
}

.cs-item:hover span {
    background: #f36100;
    color: #ffffff;
}

.cs-item span {
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    color: #f36100;
    line-height: 90px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cs-item h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
}


/*---------------------
  Classes Section
-----------------------*/

.classes-section {
    background: #151515;
    padding-bottom: 80px;
}

.classes-section .section-title {
    margin-bottom: 35px;
}

.class-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.class-item .ci-pic img {
    min-width: 100%;
}

.class-item .ci-text {
    background: #0a0a0a;
    position: relative;
    padding: 10px 30px 26px 30px;
    z-index: 1;
}

.class-item .ci-text:after {
    position: absolute;
    left: -5px;
    top: -44px;
    height: 100px;
    width: 600px;
    border-top: 4px solid #464646;
    background: #0a0a0a;
    content: "";
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
}

.class-item .ci-text span {
    color: #f36100;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.class-item .ci-text h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4px;
}

.class-item .ci-text h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4px;
}

.class-item .ci-text a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    right: 30px;
    bottom: 26px;
}


/*---------------------
  Banner Section
-----------------------*/

.banner-section {
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bs-text.service-banner .bt-tips {
    margin-bottom: 35px;
}

.bs-text h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.bs-text .bt-tips {
    font-size: 20px;
    color: #c4c4c4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.bs-text .primary-btn {
    background: transparent;
    border: 2px solid #f36100;
}

.bs-text .play-btn {
    display: inline-block;
    height: 70px;
    width: 70px;
    background: #f36100;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}


/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
    background: #151515;
}

.pricing-section .section-title {
    margin-bottom: 56px;
}

.ps-item {
    text-align: center;
    padding: 40px 30px 52px;
    border: 1px solid #464646;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
    position: relative;
}

.ps-item:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.ps-item:hover h3 {
    color: #111111;
}

.ps-item:hover .pi-price span {
    color: #444444;
}

.ps-item:hover ul li {
    color: #111111;
    font-weight: 600;
}

.ps-item:hover .primary-btn.pricing-btn {
    background: #f36100;
}

.ps-item:hover .thumb-icon {
    opacity: 1;
    visibility: visible;
}

.ps-item h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 16px;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
}

.ps-item .pi-price {
    margin-bottom: 30px;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
}

.ps-item .pi-price h2 {
    font-size: 60px;
    color: #f36100;
    font-weight: 600;
}

.ps-item .pi-price span {
    color: #c4c4c4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.ps-item ul {
    margin-bottom: 40px;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
}

.ps-item ul li {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 32px;
    list-style: none;
}

.ps-item .primary-btn.pricing-btn {
    display: block;
    background: #333333;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
}

.ps-item .thumb-icon {
    font-size: 48px;
    color: #f36100;
    position: absolute;
    left: 50px;
    bottom: 120px;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    opacity: 0;
    visibility: hidden;
}


/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
    background: #151515;
    overflow: hidden;
}

.gallery-section.gallery-page {
    padding-top: 10px;
}

.grid-sizer {
    width: calc(25% - 10px);
}

.gallery {
    margin-right: -10px;
}

.gallery .gs-item {
    height: 472px;
    width: calc(25% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gallery .gs-item:hover .thumb-icon {
    opacity: 1;
    visibility: visible;
}

.gallery .gs-item .thumb-icon {
    font-size: 48px;
    color: #f36100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gallery .gs-item.grid-wide {
    width: calc(50% - 10px);
}


/*---------------------
  Team Section
-----------------------*/

.team-section {
    background: #151515;
}

.team-section.team-page {
    padding-bottom: 70px;
}

.team-section.team-page .ts-item {
    margin-bottom: 30px;
}

.team-section.team-page .ts-item:hover .ts_text {
    bottom: -30px;
}

.team-section.team-page .ts-item .tt_social {
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    margin-top: 13px;
}

.team-section.team-page .ts-item .tt_social a {
    font-size: 14px;
    color: #c4c4c4;
    margin-right: 10px;
}

.team-section.team-page .ts-item .tt_social a:last-child {
    margin-right: 0;
}

.team-title .section-title {
    text-align: left;
    float: left;
}

.primary-btn.appoinment-btn {
    background: transparent;
    border: 2px solid #f36100;
    float: right;
    margin-top: 10px;
}

.ts-slider .col-lg-4 {
    max-width: 100%;
}

.ts-slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.ts-slider.owl-carousel .owl-dots button {
    height: 4px;
    width: 20px;
    background: #5c5c5c;
    margin-right: 15px;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

.ts-slider.owl-carousel .owl-dots button.active {
    background: #f36100;
}

.ts-slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.ts-item {
    height: 450px;
    position: relative;
    overflow: hidden;
}

.ts-item:hover .ts_text {
    bottom: -35px;
}

.ts-item .ts_text {
    padding: 40px 0 60px;
    text-align: center;
    background: #0a0a0a;
    border-top: 4px solid #464646;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    bottom: -250px;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ts-item .ts_text h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 14px;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
}

.ts-item .ts_text span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #aaaaaa;
    text-transform: uppercase;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
}


/*---------------------
  Get Touch Section
-----------------------*/

.gettouch-section {
    background: #0a0a0a;
    padding: 30px 0 15px;
}

.gt-text {
    overflow: hidden;
    margin-bottom: 30px;
}

.gt-text i {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    height: 65px;
    width: 65px;
    background: #f36100;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.gt-text p {
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 10px;
}

.gt-text ul {
    overflow: hidden;
    padding-top: 20px;
}

.gt-text ul li {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px;
    display: inline-block;
    position: relative;
}

.gt-text ul li:after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "|";
    color: #545454;
}

.gt-text ul li:last-child {
    margin-right: 0;
}

.gt-text ul li:last-child:after {
    display: none;
}

.gt-text.email p {
    padding-top: 20px;
}


/*---------------------
  Footer
-----------------------*/

.footer-section {
    background: #000000;
    padding-top: 50px;
}

.fs-about {
    margin-bottom: 30px;
}

.fs-about .fa-logo {
    margin-bottom: 30px;
}

.fs-about .fa-logo a {
    display: inline-block;
}

.fs-about p {
    line-height: 26px;
    color: #c4c4c4;
}

.fs-about .fa-social a {
    font-size: 14px;
    color: #c4c4c4;
    margin-right: 10px;
}

.fs-about .fa-social a:last-child {
    margin-right: 0;
}

.fs-widget {
    margin-bottom: 30px;
}

.fs-widget h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 18px;
}

.fs-widget ul li {
    list-style: none;
}

.fs-widget ul li a {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 30px;
}

.fs-widget .fw-recent {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1a1a1a;
}

.fs-widget .fw-recent:last-child {
    padding-bottom: 0;
    border: none;
}

.fs-widget .fw-recent h6 {
    margin-bottom: 6px;
}

.fs-widget .fw-recent h6 a {
    color: #c4c4c4;
    letter-spacing: 0.5px;
}

.fs-widget .fw-recent ul li {
    font-size: 12px;
    color: #4d4d4d;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.fs-widget .fw-recent ul li:last-child:after {
    display: none;
}

.fs-widget .fw-recent ul li:after {
    position: absolute;
    right: -16px;
    top: 0;
    content: "|";
}

.copyright-text {
    font-size: 14px;
    color: #c4c4c4;
    letter-spacing: 0.5px;
    border-top: 1px solid #1a1a1a;
    padding: 25px 0;
    margin-top: 15px;
}

.copyright-text a,
.copyright-text i {
    color: #f36100;
}


/* ----------------------------------- Other Pages Styles ----------------------------------- */


/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
    height: 500px;
    padding-top: 230px;
}

.breadcrumb-text h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.breadcrumb-text .bt-option a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.breadcrumb-text .bt-option a:after {
    position: absolute;
    right: -14px;
    top: 6px;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 13px;
    font-weight: 400;
}

.breadcrumb-text .bt-option span {
    font-size: 18px;
    color: #f36100;
    font-weight: 700;
}


/*---------------------
  About Us Section
-----------------------*/

.about-video {
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-video .play-btn {
    display: inline-block;
    height: 70px;
    width: 70px;
    background: #f36100;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}

.about-text {
    background: #000000;
    height: 640px;
    padding: 120px 70px 0 70px;
}

.about-text .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.about-text .at-desc {
    margin-bottom: 27px;
}

.about-text .at-desc p {
    color: #c4c4c4;
}

.about-text .about-bar .ab-item {
    margin-bottom: 34px;
}

.about-text .about-bar .ab-item p {
    color: #ffffff;
    margin-bottom: 13px;
}

.about-text .about-bar .ab-item .barfiller {
    background: #2d2d2d;
    height: 5px;
    border: none;
    margin-bottom: 0;
}

.about-text .about-bar .ab-item .barfiller .tip {
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    background: transparent;
    position: initial !important;
    float: right;
    margin-top: -40px;
}

.about-text .about-bar .ab-item .barfiller .tip:after {
    display: none;
}


/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
    background: #151515;
}

.ts_slider.owl-carousel .owl-item img {
    display: inline-block;
}

.ts_slider.owl-carousel .owl-nav button {
    height: 46px;
    width: 46px;
    color: #a9a9a9;
    background: rgba(255, 255, 255, 0.1);
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
}

.ts_slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 30px;
}

.ts_slider .ts_item .ti_pic {
    margin-bottom: 32px;
}

.ts_slider .ts_item .ti_pic img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.ts_slider .ts_item .ti_text p {
    color: #fefefe;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ts_slider .ts_item .ti_text h5 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ts_slider .ts_item .ti_text .tt-rating i {
    font-size: 12px;
    color: #d49d09;
}


/*---------------------
  Services Section
-----------------------*/

.services-section {
    background: #151515;
}

.ss-pic img {
    height: 100%;
    min-width: 100%;
}

.ss-text {
    background: #252525;
    padding: 72px 30px;
    height: 293px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ss-text:hover {
    background: #363636;
}

.ss-text:hover a {
    color: #f36100;
}

.ss-text:hover:after {
    background: #363636;
}

.ss-text:after {
    position: absolute;
    left: -15px;
    top: 50%;
    height: 20px;
    width: 20px;
    background: #252525;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-10px);
    transform: rotate(45deg) translateY(-10px);
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ss-text.second-row:after {
    left: auto;
    right: 0;
}

.ss-text h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.ss-text p {
    margin-bottom: 11px;
}

.ss-text a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*---------------------
  Class Timetable Section
-----------------------*/

.class-timetable-section {
    background: #151515;
}

.class-timetable-section.class-details-timetable {
    padding-top: 0;
}

.class-timetable-section .section-title {
    text-align: left;
}

.class-details-timetable_title {
    margin-bottom: 35px;
}

.class-details-timetable_title h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.table-controls {
    text-align: right;
    margin-top: 14px;
    margin-bottom: 50px;
}

.table-controls ul {
    background: #000000;
    padding: 12px 30px 15px;
    display: inline-block;
}

.table-controls ul li {
    list-style: none;
    font-size: 14px;
    color: #aaaaaa;
    list-style: none;
    display: inline-block;
    margin-right: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}

.table-controls ul li:after {
    position: absolute;
    right: -22px;
    top: 0;
    content: "/";
}

.table-controls ul li.active {
    color: #ffffff;
}

.table-controls ul li.active:after {
    color: #aaaaaa;
}

.table-controls ul li:last-child {
    margin-right: 0;
}

.table-controls ul li:last-child:after {
    display: none;
}

.class-timetable .ts-meta h5,
.class-timetable .ts-meta span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.class-timetable.filtering .ts-meta h5,
.class-timetable.filtering .ts-meta span {
    opacity: 0;
}

.class-timetable.filtering .ts-meta.show h5,
.class-timetable.filtering .ts-meta.show span {
    opacity: 1;
}

.class-timetable.details-timetable td h5 {
    color: #ffffff1a;
}

.class-timetable.details-timetable td span {
    color: #363636;
}

.class-timetable.details-timetable td.hover-dp h5 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.class-timetable.details-timetable td.hover-dp span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.class-timetable.details-timetable td.hover-dp:hover h5 {
    color: #ffffff;
}

.class-timetable.details-timetable td.hover-dp:hover span {
    color: #a9a9a9;
}

.class-timetable.details-timetable td.dark-bg {
    background: #0a0a0a;
}

.class-timetable table {
    border: 1px solid #363636;
    text-align: center;
}

.class-timetable table thead {
    border-bottom: 1px solid #363636;
}

.class-timetable table thead tr th {
    font-size: 14px;
    color: #ffffff;
    background: #f36100;
    border-right: 1px solid #363636;
    padding: 15px 0;
    font-weight: 400;
}

.class-timetable table tbody tr td {
    width: 146px;
    padding: 35px 0;
}

.class-timetable table tbody tr td.class-time {
    font-size: 12px;
    color: #f36100;
    background: #000000;
    border: 1px solid #363636;
}

.class-timetable table tbody tr td.dark-bg {
    background: #090909;
}

.class-timetable table tbody tr td.hover-bg {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.class-timetable table tbody tr td.hover-bg:hover {
    background: #f36100;
}

.class-timetable table tbody tr td.blank-td {
    position: relative;
    overflow: hidden;
}

.class-timetable table tbody tr td.blank-td:after {
    position: absolute;
    left: -47px;
    top: 59px;
    width: 237px;
    height: 1px;
    background: #363636;
    content: "";
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.class-timetable table tbody tr td h5 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.class-timetable table tbody tr td span {
    display: block;
    font-size: 12px;
    color: #a9a9a9;
}


/*---------------------
  Class Details Section
-----------------------*/

.class-details-section {
    background: #151515;
    padding-bottom: 60px;
}

.class-details-text .cd-pic {
    margin-bottom: 45px;
}

.class-details-text .cd-pic img {
    min-width: 100%;
}

.class-details-text .cd-text {
    margin-bottom: 33px;
}

.class-details-text .cd-text .cd-single-item h3 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.class-details-text .cd-text .cd-single-item p {
    color: #c4c4c4;
}

.class-details-text .cd-trainer .cd-trainer-pic img {
    min-width: 100%;
}

.class-details-text .cd-trainer .cd-trainer-text {
    position: relative;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title {
    margin-bottom: 18px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title span {
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social {
    position: absolute;
    right: 0;
    top: 20px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social a {
    display: inline-block;
    font-size: 14px;
    color: #c4c4c4;
    margin-right: 9px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social a:last-child {
    margin-right: 0;
}

.class-details-text .cd-trainer .cd-trainer-text p {
    color: #c4c4c4;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info {
    margin-top: 28px;
    margin-bottom: 26px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li {
    font-size: 14px;
    color: #c4c4c4;
    list-style: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #252525;
    margin-bottom: 10px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li span {
    color: #ffffff;
    font-weight: 700;
    width: 150px;
    display: inline-block;
}

.sidebar-option {
    padding-left: 40px;
}

.sidebar-option .so-categories {
    margin-bottom: 40px;
}

.sidebar-option .so-categories .title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sidebar-option .so-categories ul li {
    list-style: none;
}

.sidebar-option .so-categories ul li:hover a {
    color: #f36100;
}

.sidebar-option .so-categories ul li:hover a span {
    color: #ffffff;
}

.sidebar-option .so-categories ul li a {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sidebar-option .so-categories ul li a span {
    font-size: 12px;
    float: right;
}

.sidebar-option .so-latest {
    margin-bottom: 60px;
}

.sidebar-option .so-latest .title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sidebar-option .so-latest .latest-large {
    height: 200px;
    position: relative;
    margin-bottom: 30px;
}

.sidebar-option .so-latest .latest-large .ll-text {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    padding: 0 25px;
}

.sidebar-option .so-latest .latest-large .ll-text h5 a {
    color: #ffffff;
    font-weight: 600;
    line-height: 23px;
}

.sidebar-option .so-latest .latest-large .ll-text ul li {
    list-style: none;
    font-size: 12px;
    color: #888888;
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:last-child {
    margin-right: 0;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:last-child:after {
    display: none;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:after {
    position: absolute;
    right: -16px;
    top: 0;
    content: "|";
}

.sidebar-option .so-latest .latest-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.sidebar-option .so-latest .latest-item:last-child {
    margin-bottom: 0;
}

.sidebar-option .so-latest .latest-item .li-pic {
    float: left;
    margin-right: 20px;
}

.sidebar-option .so-latest .latest-item .li-text {
    overflow: hidden;
}

.sidebar-option .so-latest .latest-item .li-text h6 a {
    font-size: 15px;
    color: #ffffff;
    line-height: 21px;
}

.sidebar-option .so-latest .latest-item .li-text .li-time {
    display: inline-block;
    font-size: 12px;
    color: #888888;
}

.sidebar-option .so-banner {
    height: 300px;
    position: relative;
}

.sidebar-option .so-banner h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
}

.sidebar-option .so-tags .title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sidebar-option .so-tags a {
    display: inline-block;
    font-size: 14px;
    color: #c4c4c4;
    padding: 10px 15px;
    background: #252525;
    margin-right: 5px;
    margin-bottom: 10px;
}


/*------------------------
  Bmi Calculator Section
-------------------------*/

.bmi-calculator-section {
    background: #151515;
}

.section-title.chart-title {
    text-align: left;
}

.chart-table table {
    border: 1px solid #363636;
    width: 100%;
}

.chart-table table thead {
    border-bottom: 1px solid #363636;
}

.chart-table table thead tr th {
    background: #060606;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid #363636;
    padding: 14px 0 11px 50px;
}

.chart-table table tbody tr:nth-child(even) {
    background: #111111;
}

.chart-table table tbody tr td {
    font-size: 14px;
    color: #c4c4c4;
    border-right: 1px solid #363636;
    padding: 17px 0 17px 50px;
}

.chart-table table tbody tr td.point {
    width: 200px;
}

.section-title.chart-calculate-title {
    text-align: left;
}

.chart-calculate-form p {
    color: #c4c4c4;
    margin-bottom: 24px;
}

.chart-calculate-form form input {
    font-size: 14px;
    color: #c4c4c4;
    width: 100%;
    height: 50px;
    border: 1px solid #363636;
    padding-left: 20px;
    padding-right: 5px;
    background: transparent;
    margin-bottom: 20px;
}

.chart-calculate-form form input::-webkit-input-placeholder {
    color: #c4c4c4;
}

.chart-calculate-form form input:-ms-input-placeholder {
    color: #c4c4c4;
}

.chart-calculate-form form input::-ms-input-placeholder {
    color: #c4c4c4;
}

.chart-calculate-form form input::placeholder {
    color: #c4c4c4;
}

.chart-calculate-form form button {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 15px 0;
    background: #f36100;
}


/*---------------------
  Blog Section
-----------------------*/

.blog-section {
    background: #151515;
}

.blog-section .sidebar-option {
    padding-left: 70px;
}

.blog-item {
    margin-bottom: 40px;
}

.blog-item .bi-pic {
    float: left;
}

.blog-item .bi-pic img {
    width: 360px;
    height: 240px;
    min-width: 100%;
}

.blog-item .bi-text {
    border: 1px solid #363636;
    overflow: hidden;
    height: 240px;
    padding: 32px 30px 0 30px;
}

.blog-item .bi-text h5 {
    margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 28px;
}

.blog-item .bi-text ul {
    margin-bottom: 18px;
}

.blog-item .bi-text ul li {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    position: relative;
}

.blog-item .bi-text ul li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "|";
}

.blog-item .bi-text ul li:last-child {
    margin-right: 0;
}

.blog-item .bi-text ul li:last-child:after {
    display: none;
}

.blog-item .bi-text p {
    color: #c4c4c4;
    line-height: 22px;
    margin-bottom: 0;
}

.blog-pagination {
    padding-top: 10px;
}

.blog-pagination a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 15px;
    background: #252525;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog-pagination a:last-child {
    margin-right: 0;
}

.blog-pagination a:hover {
    background: #555555;
}


/*--------------------------
  Blog Detils Hero Section
--------------------------*/

.blog-details-hero {
    height: 900px;
    padding-top: 365px;
}

.bh-text {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 40px 50px 34px 50px;
}

.bh-text h3 {
    color: #ffffff;
    font-weight: 600;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bh-text ul li {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    position: relative;
}

.bh-text ul li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "|";
}

.bh-text ul li:last-child {
    margin-right: 0;
}

.bh-text ul li:last-child:after {
    display: none;
}


/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
    background: #151515;
    padding-top: 80px;
    overflow: hidden;
}

.blog-details-text .blog-details-title {
    text-align: center;
    margin-bottom: 32px;
}

.blog-details-text .blog-details-title p {
    color: #c4c4c4;
}

.blog-details-text .blog-details-title p:first-child {
    margin-bottom: 25px;
}

.blog-details-text .blog-details-title h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 28px;
}

.blog-details-text .blog-details-pic {
    margin-right: -10px;
    overflow: hidden;
    margin-bottom: 22px;
}

.blog-details-text .blog-details-pic .blog-details-pic-item {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-details-text .blog-details-pic .blog-details-pic-item img {
    min-width: 100%;
}

.blog-details-text .blog-details-desc {
    text-align: center;
    margin-bottom: 60px;
}

.blog-details-text .blog-details-desc p {
    color: #c4c4c4;
}

.blog-details-text .blog-details-quote {
    text-align: center;
    border: 2px solid #363636;
    padding: 40px 22px 25px;
    position: relative;
    margin-bottom: 30px;
}

.blog-details-text .blog-details-quote .quote-icon {
    position: absolute;
    left: 50%;
    top: -26px;
    height: 55px;
    width: 55px;
    background: #151515;
    border: 2px solid #363636;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateX(-27.5px);
    transform: translateX(-27.5px);
}

.blog-details-text .blog-details-quote h5 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 6px;
}

.blog-details-text .blog-details-quote span {
    font-size: 15px;
    color: #888888;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-details-text .blog-details-more-desc {
    text-align: center;
    margin-bottom: 40px;
}

.blog-details-text .blog-details-more-desc p {
    color: #c4c4c4;
}

.blog-details-text .blog-details-more-desc p:first-child {
    margin-bottom: 25px;
}

.blog-details-text .blog-details-tag-share {
    text-align: center;
    margin-bottom: 100px;
}

.blog-details-text .blog-details-tag-share .tags {
    margin-bottom: 25px;
}

.blog-details-text .blog-details-tag-share .tags a {
    display: inline-block;
    font-size: 14px;
    color: #c4c4c4;
    padding: 10px 15px;
    background: #252525;
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog-details-text .blog-details-tag-share .tags a:last-child {
    margin-right: 0;
}

.blog-details-text .blog-details-tag-share .share span {
    font-size: 14px;
    color: #c4c4c4;
    text-transform: uppercase;
    margin-right: 30px;
}

.blog-details-text .blog-details-tag-share .share a {
    font-size: 14px;
    color: #c4c4c4;
    margin-right: 15px;
}

.blog-details-text .blog-details-tag-share .share a:last-child {
    margin-right: 0;
}

.blog-details-text .blog-details-tag-share .share a i {
    color: #ffffff;
    margin-right: 5px;
}

.blog-details-text .blog-details-author {
    text-align: center;
    background: #0a0a0a;
    position: relative;
    padding: 70px 50px 35px 50px;
    margin-bottom: 55px;
}

.blog-details-text .blog-details-author .ba-pic {
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
}

.blog-details-text .blog-details-author .ba-pic img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.blog-details-text .blog-details-author .ba-text h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-details-text .blog-details-author .ba-text p {
    color: #c4c4c4;
}

.blog-details-text .blog-details-author .ba-text .bp-social a {
    font-size: 13px;
    color: #c4c4c4;
    margin-right: 10px;
}

.blog-details-text .blog-details-author .ba-text .bp-social a:last-child {
    margin-right: 0;
}

.blog-details-text .comment-option .co-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.blog-details-text .comment-option .co-widget {
    position: absolute;
    right: 0;
    top: 5px;
}

.blog-details-text .comment-option .co-widget a {
    font-size: 14px;
    color: #c4c4c4;
    margin-left: 8px;
}

.blog-details-text .comment-option .co-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
}

.blog-details-text .comment-option .co-item.reply-comment {
    margin-left: 30px;
}

.blog-details-text .comment-option .co-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #363636;
    content: "";
}

.blog-details-text .comment-option .co-item .co-pic {
    overflow: hidden;
    margin-bottom: 12px;
}

.blog-details-text .comment-option .co-item .co-pic img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.blog-details-text .comment-option .co-item .co-pic h5 {
    color: #ffffff;
    overflow: hidden;
    line-height: 30px;
}

.blog-details-text .comment-option .co-item .co-text p {
    color: #c4c4c4;
    margin-bottom: 0;
}

.leave-comment h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.leave-comment form input {
    font-size: 13px;
    color: #c4c4c4;
    width: 100%;
    height: 46px;
    border: 1px solid #363636;
    padding-left: 20px;
    padding-right: 5px;
    background: transparent;
    margin-bottom: 20px;
}

.leave-comment form input::-webkit-input-placeholder {
    color: #c4c4c4;
}

.leave-comment form input:-ms-input-placeholder {
    color: #c4c4c4;
}

.leave-comment form input::-ms-input-placeholder {
    color: #c4c4c4;
}

.leave-comment form input::placeholder {
    color: #c4c4c4;
}

.leave-comment form textarea {
    font-size: 13px;
    color: #c4c4c4;
    width: 100%;
    height: 100px;
    border: 1px solid #363636;
    padding-left: 20px;
    padding-top: 12px;
    padding-right: 5px;
    background: transparent;
    margin-bottom: 14px;
    resize: none;
}

.leave-comment form textarea::-webkit-input-placeholder {
    color: #c4c4c4;
}

.leave-comment form textarea:-ms-input-placeholder {
    color: #c4c4c4;
}

.leave-comment form textarea::-ms-input-placeholder {
    color: #c4c4c4;
}

.leave-comment form textarea::placeholder {
    color: #c4c4c4;
}

.leave-comment form button {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 14px 0 12px;
    background: #f36100;
}


/*---------------------
  Contact Section
-----------------------*/

.contact-section {
    background: #151515;
}

.section-title.contact-title {
    text-align: left;
    margin-bottom: 35px;
}

.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 35px;
}

.contact-widget .cw-text i {
    font-size: 30px;
    color: #f36100;
    display: inline-block;
    height: 65px;
    width: 65px;
    background: #363636;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.contact-widget .cw-text p {
    overflow: hidden;
    color: #c4c4c4;
    margin-bottom: 0;
    padding-top: 10px;
}

.contact-widget .cw-text ul {
    overflow: hidden;
    padding-top: 20px;
}

.contact-widget .cw-text ul li {
    list-style: none;
    font-size: 14px;
    color: #c4c4c4;
    margin-right: 25px;
    display: inline-block;
    position: relative;
}

.contact-widget .cw-text ul li:after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "|";
    color: #545454;
}

.contact-widget .cw-text ul li:last-child {
    margin-right: 0;
}

.contact-widget .cw-text ul li:last-child:after {
    display: none;
}

.contact-widget .cw-text.email p {
    padding-top: 20px;
}

.map {
    height: 550px;
    margin-top: 35px;
}

.map iframe {
    width: 100%;
}


/*---------------------
  404 Section
-----------------------*/

.section-404 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-404 {
    text-align: center;
}

.text-404 h1 {
    font-size: 200px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.text-404 h3 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.text-404 p {
    font-size: 15px;
    color: #c4c4c4;
    margin-bottom: 43px;
}

.text-404 .search-404 {
    position: relative;
    width: 470px;
    margin: 0 auto 35px;
}

.text-404 .search-404 input {
    font-size: 15px;
    color: #ffffffb3;
    height: 46px;
    width: 100%;
    background: #f36100;
    border: none;
    padding-left: 20px;
}

.text-404 .search-404 input::-webkit-input-placeholder {
    color: #ffffffb3;
}

.text-404 .search-404 input:-ms-input-placeholder {
    color: #ffffffb3;
}

.text-404 .search-404 input::-ms-input-placeholder {
    color: #ffffffb3;
}

.text-404 .search-404 input::placeholder {
    color: #ffffffb3;
}

.text-404 .search-404 button {
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px 11px;
}

.text-404 a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.text-404 a:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background: #252525;
    content: "";
}

.text-404 a i {
    color: #f36100;
    margin-right: 5px;
}


/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1650px) and (max-width: 1920px) {
    .nav-menu ul li {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu ul li {
        margin-right: 5px;
    }
    .ps-item .thumb-icon {
        left: 15px;
    }
    .blog-item .bi-pic {
        float: none;
    }
    .blog-item .bi-text {
        height: auto;
        padding: 32px 30px 30px 30px;
    }
    .blog-item .bi-pic img {
        height: auto;
    }
}


/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-text {
        height: auto;
        padding: 120px 70px 60px 70px;
    }
    .blog-section .sidebar-option {
        padding-left: 0;
    }
    .blog-item .bi-pic {
        float: none;
    }
    .blog-item .bi-text {
        height: auto;
        padding: 32px 30px 30px 30px;
    }
    .class-details-text .cd-trainer .cd-trainer-text {
        padding-top: 30px;
    }
    .sidebar-option {
        padding-left: 0;
        padding-top: 30px;
    }
    .chart-table {
        margin-bottom: 30px;
    }
    .table-controls {
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .ss-text:after {
        display: none;
    }
    .ss-text {
        padding: 72px 60px;
        margin-bottom: 30px;
    }
    .class-item .ci-text:after {
        width: 750px;
    }
    .ts_slider.owl-carousel .owl-nav button {
        left: 0;
    }
    .ts_slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .hs-slider.owl-carousel .owl-nav button {
        left: 0;
    }
    .hs-slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .canvas-open {
        position: absolute;
        right: 40px;
        top: 61px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 2px;
        line-height: 29px;
        text-align: center;
        z-index: 1;
        display: block;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 50px 30px 30px 30px;
        display: block;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .canvas-close {
        font-size: 22px;
        width: 30px;
        height: 30px;
        border: 1px solid #151515;
        border-radius: 2px;
        text-align: center;
        line-height: 27px;
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper .canvas-search {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper .canvas-menu {
        display: none;
    }
    .offcanvas-menu-wrapper .canvas-social {
        text-align: center;
        padding-top: 20px;
    }
    .offcanvas-menu-wrapper .canvas-social a {
        display: inline-block;
        font-size: 16px;
        color: #363636;
        margin-right: 6px;
    }
    .offcanvas-menu-wrapper .canvas-social a:last-child {
        margin-right: 0;
    }
    .offcanvas-menu-wrapper .slicknav_btn {
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
    }
    .offcanvas-menu-wrapper .slicknav_nav {
        display: block !important;
    }
    .offcanvas-menu-wrapper .slicknav_nav ul {
        margin: 0;
    }
    .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
    .offcanvas-menu-wrapper .slicknav_nav a {
        padding: 10px 0;
        margin: 0;
        color: #151515;
        border-bottom: 1px solid #151515;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
    }
    .offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #f36100;
    }
    .offcanvas-menu-wrapper .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #f36100;
    }
    .nav-menu {
        display: none;
    }
    .top-option {
        display: none;
    }
    .grid-sizer {
        width: calc(50% - 10px);
    }
    .gallery .gs-item {
        width: calc(50% - 10px);
        float: none;
    }
    .gallery .gs-item.grid-wide {
        width: 100%;
    }
    .blog-item .bi-pic img {
        height: auto;
    }
}


/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .canvas-open {
        position: absolute;
        right: 40px;
        top: 30px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 2px;
        line-height: 29px;
        text-align: center;
        z-index: 1;
        display: block;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 50px 30px 30px 30px;
        display: block;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .canvas-close {
        font-size: 22px;
        width: 30px;
        height: 30px;
        border: 1px solid #151515;
        border-radius: 2px;
        text-align: center;
        line-height: 27px;
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper .canvas-search {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .offcanvas-menu-wrapper .canvas-menu {
        display: none;
    }
    .offcanvas-menu-wrapper .canvas-social {
        text-align: center;
        padding-top: 20px;
    }
    .offcanvas-menu-wrapper .canvas-social a {
        display: inline-block;
        font-size: 16px;
        color: #363636;
        margin-right: 6px;
    }
    .offcanvas-menu-wrapper .canvas-social a:last-child {
        margin-right: 0;
    }
    .offcanvas-menu-wrapper .slicknav_btn {
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
    }
    .offcanvas-menu-wrapper .slicknav_nav {
        display: block !important;
    }
    .offcanvas-menu-wrapper .slicknav_nav ul {
        margin: 0;
    }
    .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
    .offcanvas-menu-wrapper .slicknav_nav a {
        padding: 10px 0;
        margin: 0;
        color: #151515;
        border-bottom: 1px solid #151515;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
    }
    .offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #f36100;
    }
    .offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
        color: #f36100;
    }
    .offcanvas-menu-wrapper .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #f36100;
    }
    .nav-menu {
        display: none;
    }
    .top-option {
        display: none;
    }
    .gallery .gs-item {
        width: 100%;
        float: none;
    }
    .gallery .gs-item.grid-wide {
        width: 100%;
    }
    .about-text {
        height: auto;
        padding: 120px 70px 60px 70px;
    }
    .class-timetable {
        overflow-x: auto;
    }
    .chart-table {
        overflow-x: auto;
    }
    .blog-section .p-0 {
        padding: 15px !important;
    }
    .blog-section .sidebar-option {
        padding-left: 0;
    }
    .blog-item .bi-pic {
        float: none;
    }
    .blog-item .bi-text {
        height: auto;
        padding: 32px 30px 30px 30px;
    }
    .class-details-text .cd-trainer .cd-trainer-text {
        padding-top: 30px;
    }
    .sidebar-option {
        padding-left: 0;
        padding-top: 30px;
    }
    .chart-table {
        margin-bottom: 30px;
    }
    .table-controls {
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .ss-text:after {
        display: none;
    }
    .ss-text {
        padding: 72px 60px;
        height: auto;
    }
    .class-item .ci-text:after {
        width: 750px;
    }
    .hs-slider .hs-item {
        height: auto;
        padding: 250px 0 150px;
    }
    .hs-slider .hs-item .hi-text h1 {
        font-size: 48px;
        line-height: normal;
    }
    .ts_slider.owl-carousel .owl-nav button {
        left: 0;
    }
    .ts_slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .hs-slider.owl-carousel .owl-nav button {
        left: 0;
    }
    .hs-slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .ss-pic img {
        height: auto;
    }
    .ss-text {
        margin-bottom: 20px;
    }
    .blog-item .bi-pic img {
        height: auto;
    }
    .blog-details-hero {
        height: auto;
        padding: 160px 0 100px;
    }
    .text-404 .search-404 {
        width: 100%;
    }
    .search-model-form input {
        width: 100%;
    }
}


/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .primary-btn.appoinment-btn {
        float: none;
        margin-top: 0;
    }
    .hs-slider .hs-item .hi-text h1 {
        font-size: 38px;
        line-height: normal;
    }
    .team-title {
        margin-bottom: 20px;
    }
    .about-text {
        padding: 70px 15px 60px;
    }
    .blog-details-section .p-0 {
        padding: 15px !important;
    }
    .text-404 h1 {
        font-size: 160px;
    }
    .breadcrumb-text h2 {
        font-size: 38px;
    }
    .text-404 h1 {
        font-size: 80px;
    }
    .blog-details-text .blog-details-author {
        padding: 70px 15px 35px;
    }
    .search-model-form input {
        font-size: 28px;
    }
}


/*# sourceMappingURL=style.css.map */