@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.primary {
    color: #0368ff;
}

.secondary {
    color: #0d503c;
}

.paragraph {
    color: rgba(23, 23, 23, 0.8);
}

.ebony-clay {
    color: #475467;
}

.shuttle-color {
    color: #5c6268;
}

.black {
    color: #202020;
}

.white {
    color: #fff;
}

.yellow {
    color: #f7b000;
}

.green {
    color: #12b76a;
}

.gray {
    color: #636572;
}

.gray-300 {
    color: #d0d5dd;
}

.gray-500 {
    color: #667085;
}

.gray-800 {
    color: #1d2939;
}

.gray-900 {
    color: #101828;
}

.red {
    color: #f04438;
}

.text-color {
    color: #2fb4d1;
}

.gray-light-bg {
    background-color: rgba(47, 180, 209, 0.03);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1248px;
    }
}
@media (max-width: 1920px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0368ff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

::selection {
    color: #fff;
    background: #0d503c;
}

.ic-section-space {
    padding: 130px 0px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-section-space {
        padding: 80px 0px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-section-space {
        padding: 60px 0px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-section-space {
        padding: 40px 0px;
    }
}

.ic-section-space-top-80 {
    padding-top: 80px;
}
@media only screen and (max-width: 1650px) {
    .ic-section-space-top-80 {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-section-space-top-80 {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-section-space-top-80 {
        padding-top: 40px;
    }
}

.ic-section-space-top {
    padding-top: 120px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-section-space-top {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-section-space-top {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-section-space-top {
        padding-top: 40px;
    }
}

.ic-section-space-bottom {
    padding-bottom: 120px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-section-space-bottom {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-section-space-bottom {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-section-space-bottom {
        padding-bottom: 40px;
    }
}

.ic-section-margin-bottom {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-section-margin-bottom {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-section-margin-bottom {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-section-margin-bottom {
        margin-bottom: 40px;
    }
}

.ic-section-header-space {
    margin-bottom: 60px;
}

.ic-content-space {
    margin-bottom: 30px;
}

.ic-content-space-small {
    margin-bottom: 18px;
}

.ic-content-space-extra-small {
    margin-bottom: 15px;
}

.mb-60 {
    margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
    .mb-60 {
        margin-bottom: 35px;
    }
}

.mt-60 {
    margin-top: 60px;
}
@media only screen and (max-width: 1399.98px) {
    .mt-60 {
        margin-top: 35px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1650px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .mb-50 {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991.98px) {
    .mb-50 {
        margin-bottom: 25px;
    }
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-40 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1650px) {
    .mb-40 {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .mb-40 {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 991.98px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mt-40 {
    margin-top: 40px;
}
@media only screen and (max-width: 1650px) {
    .mt-40 {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .mt-40 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .mt-40 {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 991.98px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.mb-38 {
    margin-bottom: 38px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1650px) {
    .mb-30 {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .mb-30 {
        margin-bottom: 15px;
    }
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-23 {
    margin-bottom: 23px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-5 {
    margin-bottom: 5px;
}

.primary {
    color: #0368ff;
}

.secondary {
    color: #0d503c;
}

.paragraph {
    color: rgba(23, 23, 23, 0.8);
}

.ebony-clay {
    color: #475467;
}

.shuttle-color {
    color: #5c6268;
}

.black {
    color: #202020;
}

.white {
    color: #fff;
}

.yellow {
    color: #f7b000;
}

.green {
    color: #12b76a;
}

.gray {
    color: #636572;
}

.gray-300 {
    color: #d0d5dd;
}

.gray-500 {
    color: #667085;
}

.gray-800 {
    color: #1d2939;
}

.gray-900 {
    color: #101828;
}

.red {
    color: #f04438;
}

.text-color {
    color: #2fb4d1;
}

.gray-light-bg {
    background-color: rgba(47, 180, 209, 0.03);
}

.telegram,
.left-red,
.right-green,
.netflix,
.vinted,
.facebook,
.whatsUp,
.g2a,
.tinder,
.instagram,
.twitter,
.uber,
.google {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #202020;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.21%);
}
@media only screen and (max-width: 575.98px) {
    .telegram,
    .left-red,
    .right-green,
    .netflix,
    .vinted,
    .facebook,
    .whatsUp,
    .g2a,
    .tinder,
    .instagram,
    .twitter,
    .uber,
    .google {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
    }
    .telegram img,
    .left-red img,
    .right-green img,
    .netflix img,
    .vinted img,
    .facebook img,
    .whatsUp img,
    .g2a img,
    .tinder img,
    .instagram img,
    .twitter img,
    .uber img,
    .google img {
        width: 15px;
    }
}

.google {
    background: linear-gradient(180deg, #f5f5f5 0%, #eff0f0 99.21%);
}

.uber {
    background: linear-gradient(180deg, #383838 0%, #000000 99.21%);
}

.twitter {
    background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.21%);
}

.instagram {
    background: linear-gradient(
        211.33deg,
        #8531c2 13.65%,
        #ff010b 49.24%,
        #ffd600 87.13%
    );
}

.tinder {
    background: linear-gradient(225deg, #ff7854 0%, #fd267d 100%);
}

.tinder {
    background: linear-gradient(225deg, #ff7854 0%, #fd267d 100%);
}

.g2a {
    background: linear-gradient(180deg, #ff7800 0%, #ff5c00 99.21%);
}

.whatsUp {
    background: linear-gradient(180deg, #3ef05e 0%, #09d32e 99.21%);
}

.facebook {
    background: linear-gradient(180deg, #3b5998 0%, #2c4c8f 99.21%);
}

.vinted {
    background: linear-gradient(180deg, #05b3bd 0%, #00a0aa 99.21%);
}

.netflix {
    background: linear-gradient(180deg, #323232 0%, #000000 99.21%);
}

.right-green {
    background: rgba(0, 236, 137, 0.1);
}

.left-red {
    background: rgba(255, 92, 92, 0.1);
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    background-color: #f5f7fc;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h6 span,
h5 span,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

button {
    border: 0;
    outline: 0;
}
button:focus {
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    width: 100%;
    border: none;
    outline: none;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

.ic-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0368ff;
    z-index: 99999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/** ============ title css ==============**/
.side-title h2,
.side-title h2 span,
h2 .side-title span {
    position: relative;
    font-size: 44px;
    position: relative;
    padding-right: 30px;
    display: inline-block;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 575.98px) {
    .side-title h2,
    .side-title h2 span,
    h2 .side-title span {
        font-size: 33px;
    }
}
.side-title h2::before,
.side-title h2 span::before,
h2 .side-title span::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 110px;
    height: 0.1px;
    left: 100%;
    background-color: #2fb4d1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 1199.98px) {
    .side-title h2::before,
    .side-title h2 span::before,
    h2 .side-title span::before {
        width: 48px;
    }
}

.full-sc h2,
.full-sc h2 span,
h2 .full-sc span {
    position: relative;
    font-size: 44px;
    position: relative;
    padding-right: 30px;
    display: inline-block;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding-left: 35px;
}
@media only screen and (max-width: 767.98px) {
    .full-sc h2,
    .full-sc h2 span,
    h2 .full-sc span {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 575.98px) {
    .full-sc h2,
    .full-sc h2 span,
    h2 .full-sc span {
        font-size: 33px;
    }
}
.full-sc h2::before,
.full-sc h2 span::before,
h2 .full-sc span::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 110px;
    height: 0.1px;
    left: 100%;
    background-color: #2fb4d1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
    .full-sc h2::before,
    .full-sc h2 span::before,
    h2 .full-sc span::before {
        width: 30px;
    }
}
.full-sc h2::after,
.full-sc h2 span::after,
h2 .full-sc span::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 110px;
    height: 0.1px;
    right: 100%;
    background-color: #2fb4d1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
    .full-sc h2::after,
    .full-sc h2 span::after,
    h2 .full-sc span::after {
        width: 30px;
    }
}

/**Font Size & Font Family**/
h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h6 span,
h5 span,
h6 {
    margin: 0px;
    font-family: "Inter", sans-serif;
}

p,
a,
span,
label,
li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
    p,
    a,
    span,
    label,
    li {
        font-size: 15px;
        line-height: 25px;
    }
}

h1,
h1 span {
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
}
@media only screen and (max-width: 1399.98px) {
    h1,
    h1 span {
        font-size: 44px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 1199.98px) {
    h1,
    h1 span {
        font-size: 36px;
        line-height: 48px;
    }
}
h2,
h2 span {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
}
@media only screen and (max-width: 1650px) {
    h2,
    h2 span {
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1399.98px) {
    h2,
    h2 span {
        font-size: 28px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 1199.98px) {
    h2,
    h2 span {
        font-size: 24px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 991.98px) {
    h2,
    h2 span {
        font-size: 22px;
        line-height: 30px;
    }
}
h3,
h3 span {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}
@media only screen and (max-width: 1399.98px) {
    h3,
    h3 span {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1280px) {
    h3,
    h3 span {
        font-size: 28px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1199.98px) {
    h3,
    h3 span {
        font-size: 24px;
        line-height: 29px;
    }
}
h4,
h4 span {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}
@media only screen and (max-width: 1399.98px) {
    h4,
    h4 span {
        font-size: 26px;
        line-height: 120%;
    }
}
@media only screen and (max-width: 1280px) {
    h4,
    h4 span {
        font-size: 24px;
        line-height: 120%;
    }
}
@media only screen and (max-width: 1199.98px) {
    h4,
    h4 span {
        font-size: 22px;
        line-height: 120%;
    }
}
h5,
h6 span,
h5 span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}
@media only screen and (max-width: 1199.98px) {
    h5,
    h6 span,
    h5 span {
        font-size: 22px;
        line-height: 120%;
    }
}
h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}
@media only screen and (max-width: 1399.98px) {
    h6 {
        font-size: 16px;
    }
}
.sub-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.font-14 {
    font-size: 14px;
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.sub2 {
    font-size: 13px;
    line-height: 18px;
}

.extra-small {
    font-size: 10px;
    line-height: 18px;
}

.input-text {
    font-size: 14px;
    line-height: 150%;
}

@media only screen and (max-width: 1399.98px) {
    p {
        font-size: 14px;
    }
}

.ic-btn,
.ic-btn-white,
.ic-btn-gray {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 70px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: 700;
    height: 60px;
    background-color: #0368ff;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (max-width: 575.98px) {
    .ic-btn,
    .ic-btn-white,
    .ic-btn-gray {
        padding: 0 60px;
        height: 50px;
    }
}
.ic-btn:hover,
.ic-btn-white:hover,
.ic-btn-gray:hover {
    color: #fff;
    background-color: #0386ff;
}

.ic-btn-gray {
    background-color: rgba(3, 104, 255, 0.1);
    color: #0368ff;
}
.ic-btn-gray:hover {
    color: #0368ff;
    background-color: rgba(3, 104, 255, 0.1);
}

.ic-btn-white {
    background-color: #fff;
    color: #202020 !important;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.ic-btn-outline {
    height: 38px;
    border: 1px solid #0d503c;
    filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0d503c;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ic-btn-outline:hover {
    background-color: #0d503c;
    color: #fff;
}

.btn-book {
    background-color: #0d503c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 0 25px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 67px 80px rgba(23, 23, 23, 0.07),
        0px 43.4259px 46.8519px rgba(23, 23, 23, 0.0531481),
        0px 25.8074px 25.4815px rgba(23, 23, 23, 0.0425185),
        0px 5.45926px 6.51852px rgba(23, 23, 23, 0.0274815);
}

.form-group {
    margin-bottom: 18px;
}
.form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    color: #475467;
}
@media only screen and (max-width: 1650px) {
    .form-group {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .form-group {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 991.98px) {
    .form-group {
        margin-bottom: 10px;
    }
}

.form-check-input {
    padding: 0;
    border-radius: 0 !important;
}

input {
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #667085;
    padding: 0px 14px;
    background-color: #f4f5fe;
    color: #6c757d;
}
input::placeholder {
    color: #6c757d;
}
input:focus {
    outline: none;
    box-shadow: none;
}
@media only screen and (max-width: 1399.98px) {
    input {
        height: 40px;
        line-height: 40px;
    }
}

label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5c6268;
    padding-bottom: 6px;
}

.ic-select {
    display: block;
    width: 100% !important;
}
.ic-select .dropdown-toggle {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border: 1px solid #d0d5dd !important;
    padding: 0px 14px !important;
}
@media only screen and (max-width: 1399.98px) {
    .ic-select .dropdown-toggle {
        height: 40px;
    }
}

.filter-option-inner {
    line-height: 40px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}

.ic-pagination {
    padding-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.ic-pagination li:first-child {
    padding-right: 34px;
}
@media only screen and (max-width: 991.98px) {
    .ic-pagination li:first-child {
        padding-right: 20px;
    }
}
.ic-pagination li:last-child {
    padding-left: 34px;
}
@media only screen and (max-width: 991.98px) {
    .ic-pagination li:last-child {
        padding-left: 20px;
    }
}
.ic-pagination li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #475467;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
@media only screen and (max-width: 991.98px) {
    .ic-pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.ic-pagination li a:hover {
    background-color: #f6fef9;
    color: #0368ff;
}
.ic-pagination li a.active {
    background-color: #f6fef9;
    color: #0368ff;
}

.bootstrap-select {
    width: 100% !important;
}
.bootstrap-select .dropdown-toggle {
    background-color: #f4f7f9;
    border: none;
    border: 1px solid #eaecf0;
    font-family: "Inter", sans-serif;
    padding: 0;
    padding: 4px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bootstrap-select .dropdown-toggle::after {
    font-family: "remixicon" !important;
    content: "\ea4e";
    border: none;
    color: #636572;
    font-size: 19px;
    font-weight: 800;
}
.bootstrap-select .dropdown-toggle:active {
    background-color: #f4f7f9;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: "Inter", sans-serif;
    color: #202020;
    font-size: 16px;
}
.bootstrap-select .dropdown-toggle:focus {
    box-shadow: none;
    outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner li .dropdown-item:active {
    background-color: #0368ff;
}
.bootstrap-select
    .dropdown-menu.inner
    li.selected.active
    .dropdown-item.selected {
    background-color: #0368ff;
}
.bootstrap-select .dropdown-menu.inner li .text {
    font-size: 14px;
    line-height: 16px;
}

.ic__newsletter--dialog {
    max-width: 1150px;
    margin: 1.75rem auto;
}
@media only screen and (max-width: 1650px) {
    .ic__newsletter--dialog {
        max-width: 900px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .ic__newsletter--dialog {
        max-width: 800px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic__newsletter--dialog {
        max-width: 650px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic__newsletter--dialog {
        max-width: 600px;
    }
}
.ic__newsletter--dialog .modal-content {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: transparent;
}
.ic__newsletter--dialog .modal-body {
    position: relative;
    padding: 165px 100px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
@media only screen and (max-width: 1650px) {
    .ic__newsletter--dialog .modal-body {
        padding: 80px 60px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .ic__newsletter--dialog .modal-body {
        padding: 60px 40px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic__newsletter--dialog .modal-body {
        padding: 40px 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic__newsletter--dialog .modal-body {
        padding: 40px 20px;
    }
}
.ic__newsletter--dialog .modal-body .ic-newsletter {
    background-color: #fff;
}
.ic__newsletter--dialog .modal-body .ic--closed {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    color: #fff;
}
@media only screen and (max-width: 1650px) {
    .ic__newsletter--dialog .modal-body .ic--closed {
        top: 25px;
        right: 25px;
    }
}
@media only screen and (max-width: 1399.98px) {
    .ic__newsletter--dialog .modal-body .ic--closed {
        top: 20px;
        right: 20px;
        font-size: 25px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic__newsletter--dialog .modal-body .ic--closed {
        top: 10px;
        right: 10px;
    }
}

.flatpickr-months {
    background-color: #0d503c;
    padding: 8px 0;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    fill: #fff;
}
.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.flatpickr-months .numInputWrapper .cur-year {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.flatpickr-day {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flatpickr-day.today {
    border: 1px solid #0d503c;
    color: #fff;
    background-color: #0d503c;
}
.flatpickr-day.selected {
    background-color: #0368ff;
    color: #fff;
    border: 1px solid #0368ff;
}
.flatpickr-day.nextMonthDay.selected {
    background-color: #0368ff;
    color: #fff;
    border: 1px solid #0368ff;
}
.flatpickr-day:hover {
    background-color: #0d503c;
    border-color: #0d503c;
    color: #fff;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 375px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 575px) {
    .modal-dialog {
        margin: 0 !important;
        height: 100%;
    }
}
.ic-auth-modal-content {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 14px 34px rgba(1, 27, 67, 0.1);
}
@media only screen and (max-width: 575.98px) {
    .ic-auth-modal-content {
        height: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}
.ic-auth-modal-content .modal-header {
    padding: 20px 20px;
    border-bottom: none;
}
.ic-auth-modal-content .modal-header h5,
.ic-auth-modal-content .modal-header h5 span,
h5 .ic-auth-modal-content .modal-header span,
.ic-auth-modal-content .modal-header h6 span,
h6 .ic-auth-modal-content .modal-header span {
    font-size: 18px;
    font-weight: 800;
    color: #202020;
}
.ic-auth-modal-content .modal-header .btn-close {
    background-size: 15px;
}
.ic-auth-modal-content .modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.ic-auth-modal-body {
    padding: 0px 0px;
}

.ic-auth-white-bg {
    background-color: #fff;
    padding: 0px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (max-width: 575.98px) {
    .ic-auth-white-bg {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-auth-form-wraper {
        height: 100%;
    }
    .ic-auth-form-wraper form {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}
.ic-auth-form-wraper .form-group {
    margin-bottom: 20px;
}
.ic-auth-form-wraper .ic-login-btn {
    padding: 32px 0px;
}
@media only screen and (max-width: 575.98px) {
    .ic-auth-form-wraper .ic-login-btn {
        margin-top: auto;
    }
}
.ic-auth-form-wraper .ic-login-btn .ic-btn,
.ic-auth-form-wraper .ic-login-btn .ic-btn-gray,
.ic-auth-form-wraper .ic-login-btn .ic-btn-white {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 500;
}
.ic-auth-form-wraper .ic-login-btn .ic-btn:hover,
.ic-auth-form-wraper .ic-login-btn .ic-btn-gray:hover,
.ic-auth-form-wraper .ic-login-btn .ic-btn-white:hover {
    background-color: #0386ff;
    color: #fff;
}
.ic-auth-form-wraper .label-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 12px;
}
.ic-auth-form-wraper .label-flex label {
    margin-bottom: 0;
}
.ic-auth-form-wraper .label-flex a {
    font-size: 14px;
    color: #0368ff;
    font-weight: 500;
}
.ic-auth-form-wraper label {
    font-size: 14px;
    font-weight: 500;
    color: #636572;
    margin-bottom: 12px;
    padding-bottom: 0;
}
.ic-auth-form-wraper .input-wrap {
    position: relative;
}
.ic-auth-form-wraper .input-wrap .icon {
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #636572;
}
.ic-auth-form-wraper .form-control {
    height: 50px;
    line-height: 50px;
    padding: 0px 12px;
    color: #202020;
    background: rgba(3, 104, 255, 0.1);
    border: 1px solid #d2dce4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
}
@media only screen and (max-width: 575.98px) {
    .ic-auth-form-wraper .form-control {
        height: 40px;
        line-height: 40px;
    }
}
.ic-auth-form-wraper .form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #202020;
}
.ic-auth-form-wraper .form-control:focus {
    outline: none;
    box-shadow: none;
}

.ic-auth-bg2 {
    padding: 32px 32px;
    background: rgba(3, 104, 255, 0.1);
    text-align: center;
}
@media only screen and (max-width: 575.98px) {
    .ic-auth-bg2 {
        margin-top: auto;
    }
}

.ic-auth-new-account p {
    margin-bottom: 20px;
    color: #202020;
    font-weight: 500;
}
.ic-auth-new-account .ic-btn,
.ic-auth-new-account .ic-btn-gray,
.ic-auth-new-account .ic-btn-white {
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #0368ff;
    font-weight: 700;
}
.ic-auth-new-account .ic-btn:hover,
.ic-auth-new-account .ic-btn-gray:hover,
.ic-auth-new-account .ic-btn-white:hover {
    background-color: #0368ff;
    color: #fff;
}

.ic__api--input input {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    padding-right: 60px !important;
}

.ic-reset-password-wrap {
    padding: 0px 20px;
}
@media only screen and (max-width: 575.98px) {
    .ic-reset-password-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
    }
}
.ic-reset-password-wrap .success-icon {
    padding: 30px 0px;
    text-align: center;
}
@media only screen and (max-width: 575.98px) {
    .ic-reset-password-wrap .success-icon {
        margin-top: auto;
    }
}

.ic__add--founds {
    padding: 0 20px;
}
@media only screen and (max-width: 575.98px) {
    .ic__add--founds {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}
.ic__add--founds ul {
    max-height: 357px;
    overflow-y: auto;
}
.ic__add--founds ul li:not(:last-child) {
    padding-bottom: 8px;
}
.ic__add--founds ul li a {
    display: block;
    padding: 13px 18px;
    background: #ffffff;
    border: 1px solid #c6d4e3;
    border-radius: 12px;
    color: #202020;
}
@media only screen and (max-width: 575.98px) {
    .ic__add--founds ul li a {
        padding: 9px 13px;
        font-size: 14px;
    }
}
.ic__add--founds .ic__text--styled {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #636572;
    text-align: center;
    padding-top: 12px;
}
.ic__add--founds .ic__found--euro {
    padding-top: 32px;
}
.ic__add--founds .ic__found--euro svg {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.ic__add--founds .ic__found--euro input {
    color: rgba(32, 32, 32, 0.5);
    background-color: rgba(3, 104, 255, 0.1);
    border: 1px solid #d2dce4;
    border-radius: 12px;
}

.ic__footer--part {
    padding: 33px 0;
    border-top: 1px solid #e2eaf3;
}

.ic__footer--logo {
    padding-right: 60px;
}
@media only screen and (max-width: 767.98px) {
    .ic__footer--logo {
        text-align: center;
        padding-right: 0;
    }
}
.ic__footer--logo img + p {
    font-weight: 300;
    padding-top: 21px;
    padding-bottom: 19px;
}

.ic--footer--heading h6 {
    color: #fff;
    font-family: "Inter", sans-serif;
    padding-bottom: 30px;
    text-decoration: underline;
}
@media only screen and (max-width: 991.98px) {
    .ic--footer--heading {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic--footer--heading {
        text-align: center;
    }
}
.ic--footer--heading ul li:not(:last-child) {
    padding-bottom: 18px;
}
.ic--footer--heading ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ic--footer--heading ul li a:hover {
    color: #0368ff;
}

.ic--footer--phone {
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 8px;
}
.ic--footer--phone i {
    font-size: 20px;
}

.ic--social--menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 10px;
}
@media only screen and (max-width: 767.98px) {
    .ic--social--menu {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.ic--social--menu li a {
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .ic--social--menu li a {
        width: 40px;
        height: 40px;
    }
}
.ic--social--menu li a i {
    font-size: 18px;
}
.ic--social--menu li a:hover {
    color: #fff;
    background-color: #0368ff;
}

@media only screen and (max-width: 767.98px) {
    .ic__footers--links {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__footers--links {
        text-align: center;
        padding-top: 20px;
    }
}
.ic__footers--links h4,
.ic__footers--links h4 span,
h4 .ic__footers--links span {
    font-weight: 600;
    padding-bottom: 20px;
}
.ic__footers--links ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.ic__footers--links ul li:not(:last-child) {
    padding-bottom: 10px;
}

.ic__social--footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    gap: 20px;
}
@media only screen and (max-width: 991.98px) {
    .ic__social--footer {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.ic__social--footer li a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 27px;
}
.ic__social--footer li a i {
    font-size: 16px;
    color: #475467;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ic__social--footer li a:hover i {
    color: #0368ff;
}

.ic__footer--shape {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 767.98px) {
    .copyright-content {
        text-align: center;
    }
}
.copyright-content p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: rgba(99, 101, 114, 0.5);
    font-weight: 500;
}

.copyright-content--actions ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
}
@media only screen and (max-width: 767.98px) {
    .copyright-content--actions ul {
        flex-direction: column;
        align-items: center;
        gap: 9px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.copyright-content--actions a {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: #636572;
    font-weight: 500;
}
.copyright-content--actions a:hover {
    color: #0368ff;
}
.copyright-content--actions a img {
    width: 40px;
}

/**Scroll To TOP CSS**/
@keyframes ic_up_down {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}
.ic-scroll-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0368ff;
    color: #fff;
    font-size: 32px;
    text-align: center;
    position: fixed;
    right: 4%;
    text-decoration: none;
    z-index: 999;
    animation: ic_up_down 3s linear infinite;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
    .ic-scroll-top {
        bottom: 8% !important;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic-scroll-top {
        display: none;
    }
}
.ic-scroll-top:hover {
    color: #fff;
}

/**Top header**/
/**Header CSS***/
.ic-header-area {
    background: #0368ff;
    z-index: 9;
}
.ic-header-area .ic-header--inner {
    padding: 28px 0;
    border-bottom: 1px solid rgba(226, 234, 243, 0.2);
}
.ic-header-area.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.ic-header-area.sticky .ic__logo--header .ic-logo img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (min-width: 1199px) {
    .ic-header-area.sticky .ic__logo--header .ic-logo img {
        max-width: 140px;
    }
}
.ic-header-area.sticky .ic__navbar--nav {
    padding: 23px 0;
    transition: 0.5s;
}
@media only screen and (max-width: 991.98px) {
    .ic-header-area.sticky .ic__navbar--nav {
        padding: 23px 0;
    }
}
.ic-header-area.sticky .ic__navbar--nav .ic-navbar-nav .ic-nav-item {
    position: relative;
}
.ic-header-area.sticky .ic-mobile-menu-warper {
    top: 53px;
    height: calc(100% - 53px);
}
@media only screen and (max-width: 1199.98px) {
    .ic-header-area {
        padding: 0;
    }
}
.ic-header-area .container-fluid {
    padding: 0 100px;
}
@media only screen and (max-width: 575.98px) {
    .ic-header-area .container-fluid {
        padding: 0 15px;
    }
}

.ic__navbar--nav {
    border-bottom: 1px solid rgba(226, 234, 243, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 23px 0;
}
@media (min-width: 1199px) {
    .ic__navbar--nav {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
.ic__navbar--nav .ic__logo--header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ic__navbar--nav .ic__logo--header .ic-logo img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ic__navbar--nav .ic-navbar-login-reg {
    width: 40px;
    display: none;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 991.98px) {
    .ic__navbar--nav .ic-navbar-login-reg {
        display: block;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic__navbar--nav .ic-navbar-login-reg {
        width: 35px;
    }
}
@media (max-width: 375px) {
    .ic__navbar--nav .ic-navbar-login-reg {
        width: 20px;
    }
}
.ic__navbar--nav .ic-navbar-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
@media only screen and (max-width: 1399.98px) {
    .ic__navbar--nav .ic-navbar-nav {
        padding-left: 83px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic__navbar--nav .ic-navbar-nav {
        padding-left: 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic__navbar--nav .ic-navbar-nav {
        display: none;
        flex-direction: column;
        gap: 20px;
        position: fixed;
        width: 100%;
        height: calc(100% - 79px);
        top: 79px;
        left: 0;
        background: #0368ff;
        z-index: 99;
        padding: 25px 15px 0 15px;
        display: flex;
        transform: translateX(-100%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .ic__navbar--nav .ic-navbar-nav.active {
        transform: translateX(0);
    }
}
.ic__navbar--nav .ic-navbar-nav .ic-nav-item {
    position: relative;
}
@media only screen and (max-width: 991.98px) {
    .ic__navbar--nav .ic-navbar-nav .ic-nav-item {
        padding: 0;
    }
}
.ic__navbar--nav .ic-navbar-nav .ic-nav-item .ic-nav-link {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1440px) {
    .ic__navbar--nav .ic-navbar-nav .ic-nav-item .ic-nav-link {
        font-size: 15px;
    }
}
.ic__navbar--nav .ic-navbar-nav .ic-nav-item .ic-nav-link svg {
    margin-right: 10px;
}
.ic__navbar--nav .ic-navbar-nav .ic-nav-item .ic-nav-link i {
    font-size: 20px;
    margin-left: 8px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__navbar--nav .ic-navbar-nav .ic-nav-item .ic-nav-link {
        display: block;
        padding: 12px 0px;
    }
}
.ic__navbar--nav .ic-navbar-nav .ic-nav-item .ic-nav-link.active {
    color: #0368ff;
}
.ic__navbar--nav .ic-navbar-nav .ic-nav-item:hover .ic-dropdown-nav,
.ic__navbar--nav
    .ic-navbar-nav
    .ic-nav-item:hover
    .ic__notification
    .ic__notification--dropdown,
.ic__notification
    .ic__navbar--nav
    .ic-navbar-nav
    .ic-nav-item:hover
    .ic__notification--dropdown {
    transform: translateX(-50%) translateY(32px);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.ic__navbar--nav .ic-navbar-nav .nav-bottom {
    margin-top: auto;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .ic__navbar--nav .ic-navbar-nav .nav-bottom {
        display: none;
    }
}

.nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 991.98px) {
    .nav-right {
        margin-left: auto;
    }
}
.nav-right .nav-right-items:not(:last-child) {
    padding-right: 38px;
}
@media only screen and (max-width: 575.98px) {
    .nav-right .nav-right-items:not(:last-child) {
        padding-right: 11px;
        padding-left: 11px;
    }
}
.nav-right .nav-right-items:not(:last-child) span {
    font-size: 14px;
    line-height: 17px;
}
.nav-right .nav-right-items .dropdown-toggle::after {
    display: none;
}
.nav-right .nav-right-items:nth-of-type(2) {
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.nav-right .nav-right-items a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.nav-right .nav-right-items a span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
@media only screen and (max-width: 991.98px) {
    .nav-right .nav-right-items a span {
        display: none;
    }
}
.nav-right .nav-right-items a svg {
    margin-right: 10px;
}
@media (max-width: 375px) {
    .nav-right .nav-right-items a {
        font-size: 12px;
    }
}
.nav-right .nav-right-items a i {
    padding-right: 8px;
    color: #0368ff;
}

.dropdown.ic-header-drop {
    display: inline-block;
}
.dropdown.ic-header-drop .dropdown-toggle {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.dropdown.ic-header-drop .dropdown-toggle::after {
    display: none;
}
.dropdown.ic-header-drop .dropdown-toggle img {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 375px) {
    .dropdown.ic-header-drop button {
        font-size: 12px;
    }
}
.dropdown.ic-header-drop .dropdown-menu {
    border: 1px solid #e2eaf3;
    box-shadow: 0px 14px 34px rgba(1, 27, 67, 0.1);
    border-radius: 12px;
}
.dropdown.ic-header-drop .dropdown-menu.show {
    inset: inherit !important;
    top: 57px !important;
    right: 0 !important;
}
@media only screen and (max-width: 991.98px) {
    .dropdown.ic-header-drop .dropdown-menu.show {
        bottom: 57px !important;
        left: 0 !important;
        top: inherit !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .dropdown.ic-header-drop .dropdown-menu.show {
        bottom: 6px !important;
    }
}
@media only screen and (max-width: 575.98px) {
    .dropdown.ic-header-drop .dropdown-menu.show {
        bottom: 6px !important;
    }
}
.dropdown.ic-header-drop .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
}
.dropdown.ic-header-drop .dropdown-menu .dropdown-item img {
    width: 30px;
    height: 30px;
    border: 1px solid #e7ecf7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.dropdown.ic-header-drop .dropdown-menu .dropdown-item:hover {
    background-color: #eaf2f9;
}

.ic-dropdown-nav,
.ic__notification .ic__notification--dropdown {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9;
    width: 216px;
    left: 50%;
    transform: translateX(-50%) translateY(40px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}
.ic-dropdown-nav li a,
.ic__notification .ic__notification--dropdown li a {
    display: block;
    padding: 12px 16px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px;
    color: #5c6268 !important;
    font-family: "Inter", sans-serif;
}
.ic-dropdown-nav li a:hover,
.ic__notification .ic__notification--dropdown li a:hover {
    background-color: rgba(58, 120, 66, 0.1);
}
.ic-dropdown-nav li:first-child a,
.ic__notification .ic__notification--dropdown li:first-child a {
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}
.ic-dropdown-nav li:last-child a,
.ic__notification .ic__notification--dropdown li:last-child a {
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

.ic-navbar-wraper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    display: none;
}
@media only screen and (max-width: 1199.98px) {
    .ic-navbar-wraper {
        display: block;
        margin-top: 0;
    }
}

.navbar-nav {
    gap: 40px;
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.navbar-nav .nav-item .nav-link svg {
    margin-right: 10px;
}

.navbar-toggler svg {
    fill: #fff;
    width: 20px;
}
.navbar-toggler:focus {
    box-shadow: none;
}

@keyframes lienAnimation {
    0% {
        width: 0px;
        height: 4px;
    }
    50% {
        width: 8px;
        height: 4px;
    }
    100% {
        width: 16px;
        height: 4px;
    }
}
@keyframes lienAnimation2 {
    0% {
        width: 0px;
        height: 4px;
    }
    50% {
        width: 8px;
        height: 4px;
    }
    100% {
        width: 16px;
        height: 4px;
    }
}
.ic-navbar-login-reg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
@media only screen and (max-width: 1199.98px) {
    .ic-navbar-login-reg {
        padding-left: 0px;
    }
}
.ic-navbar-login-reg .ic-navbar-login {
    margin-right: 8px;
}
@media only screen and (max-width: 767.98px) {
    .ic-navbar-login-reg .ic-navbar-login {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-navbar-login-reg .ic-navbar-reg {
        display: none;
    }
}

/**Mobile-menu**/
.ic-mobile-login-dropdown .btn {
    background: #0368ff;
    border: none;
    color: #fff;
    display: none;
}
.ic-mobile-login-dropdown .btn:focus {
    outline: none;
    box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
    .ic-mobile-login-dropdown .btn {
        display: block;
    }
}
.ic-mobile-login-dropdown .btn::after {
    display: none;
}

.ic-mobile-menu-icon svg {
    fill: #fff;
    width: 18px;
}
.ic-mobile-menu-icon .ic-mobile-menu-open {
    position: relative;
    cursor: pointer;
    display: block;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span {
    height: 2px;
    display: block;
    margin-bottom: 0px;
    transition: all 0.3s;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    margin-left: auto;
    background: #fff;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:not(:last-child) {
    margin-bottom: 7px;
}
.ic-mobile-menu-icon .ic-mobile-menu-open.active span:nth-of-type(1) {
    transform: rotate(46deg);
    position: relative;
    top: 9px;
}
.ic-mobile-menu-icon .ic-mobile-menu-open.active span:nth-of-type(2) {
    opacity: 0;
}
.ic-mobile-menu-icon .ic-mobile-menu-open.active span:nth-of-type(3) {
    transform: rotate(135deg);
    top: -8px;
    position: relative;
}

.ic-mobile-logo-close {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 24px 0px;
    position: relative;
    display: none;
}
@media only screen and (max-width: 1199.98px) {
    .ic-mobile-logo-close {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
    }
}
.ic-mobile-logo-close::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 1px;
    background-color: #f2f4f7;
    left: -24px;
    bottom: 10px;
}
.ic-mobile-logo-close .logo img {
    width: 86px;
}
.ic-mobile-logo-close .ic-menu-close {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0368ff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.ic-mobile-logo-close .ic-menu-close i {
    font-size: 20px;
    color: #fff;
}

.ic-mobile-social {
    display: none;
    position: absolute;
    bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
    .ic-mobile-social {
        display: block;
    }
}
.ic-mobile-social .contact a {
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}
.ic-mobile-social ul {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.ic-mobile-social ul li {
    margin-right: 16px;
}
.ic-mobile-social ul li a {
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 1199.98px) {
    .ic-mobile-menu-warper {
        position: fixed;
        background: #0368ff;
        z-index: 9;
        top: 79px;
        height: 100vh;
        transition: 0.6s cubic-bezier(0.17, 0.67, 0.85, 0.73);
        left: 0;
        padding: 0px 14px 0px;
        overflow-y: auto;
        transform: translateX(-100%);
        min-width: 100%;
        animation: unset !important;
        height: calc(100% - 79px);
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-mobile-menu-warper.active {
        transform: translateX(0%);
    }
}
@media only screen and (max-width: 991.98px) {
    .ic-mobile-menu-warper .ic-navbar-nav {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .ic-mobile-menu-warper .ic-navbar-nav .nav-bottom {
        margin-top: auto;
        margin-bottom: 32px;
    }
}
.ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item {
    position: relative;
}
.ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item .ic-nav-link {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    font-family: "Inter", sans-serif;
}
.ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item .ic-nav-link svg {
    margin-right: 10px;
}
@media only screen and (max-width: 1366px) {
    .ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item .ic-nav-link {
        font-size: 15px;
    }
}
.ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item .ic-nav-link i {
    font-size: 20px;
    margin-left: 8px;
}
@media only screen and (max-width: 991.98px) {
    .ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item .ic-nav-link {
        display: block;
        padding: 12px 0px;
        font-weight: 700;
    }
}
.ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item .ic-nav-link::after {
    right: 15px;
}
.ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item li a {
    display: block;
    padding: 12px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #5c6268;
}
.ic-mobile-menu-warper .ic-navbar-nav .ic-nav-item:hover .ic-dropdown-nav,
.ic-mobile-menu-warper
    .ic-navbar-nav
    .ic-nav-item:hover
    .ic__notification
    .ic__notification--dropdown,
.ic__notification
    .ic-mobile-menu-warper
    .ic-navbar-nav
    .ic-nav-item:hover
    .ic__notification--dropdown {
    transform: translateX(-50%) translateY(10px);
    opacity: 1;
    visibility: visible;
    z-index: 9;
    top: 98%;
}

.ic-mobile-phn-number {
    margin-top: auto;
    padding-bottom: 20px;
}

.ic__notification {
    position: relative;
    cursor: pointer;
}
.ic__notification .svg-icon {
    width: 38px;
    animation: ring 1s ease-in-out infinite;
    animation-duration: 8s;
    animation-delay: 5s;
    transform-origin: 9.5px 2.4781px;
}
.ic__notification .ic__count {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f04438;
    color: #fff;
    font-size: 9px;
    font-family: "Inter", sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    position: absolute;
    right: 0;
}
.ic__notification .ic__notification--dropdown {
    width: 360px;
    padding: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
@media only screen and (max-width: 575.98px) {
    .ic__notification .ic__notification--dropdown {
        right: 0;
        left: unset;
        transform: translateX(0) translateY(10px);
    }
    .ic__notification .ic__notification--dropdown::before {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .ic__notification .ic__notification--dropdown {
        right: -53px;
        width: 300px;
    }
}
@media (max-width: 400px) {
    .ic__notification .ic__notification--dropdown {
        right: -80px;
    }
}
.ic__notification .ic__notification--dropdown .heading {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: "Inter", sans-serif;
    color: #475467;
    padding-bottom: 16px;
}
.ic__notification .ic__notification--dropdown .ic__notification--nav {
    max-height: 380px;
    overflow-y: auto;
}
.ic__notification .ic__notification--dropdown .ic__notification--nav li {
    padding-bottom: 17px;
}
.ic__notification .ic__notification--dropdown .ic__notification--nav li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 14px;
    padding: 0;
}
.ic__notification
    .ic__notification--dropdown
    .ic__notification--nav
    li
    a:hover {
    background-color: transparent;
}
.ic__notification .ic__notification--dropdown .ic__notification--nav li a img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ic__notification
    .ic__notification--dropdown
    .ic__notification--nav
    li
    a
    div
    p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #5c6268;
    font-family: "Inter", sans-serif;
}
.ic__notification
    .ic__notification--dropdown
    .ic__notification--nav
    li
    a
    div
    p
    span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #475467;
    font-family: "Inter", sans-serif;
}
.ic__notification
    .ic__notification--dropdown
    .ic__notification--nav
    li
    a
    div
    span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: "Inter", sans-serif;
    color: #667085;
}
.ic__notification .ic__notification--dropdown .show-all {
    display: block;
    border-top: 1px solid #f2f4f7;
    padding-top: 8px;
    text-align: center;
}
.ic__notification:hover .ic__notification--dropdown {
    transform: translateX(-50%) translateY(10px);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
@media only screen and (max-width: 575.98px) {
    .ic__notification:hover .ic__notification--dropdown {
        transform: translateX(0) translateY(10px);
    }
}

@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

@keyframes ring {
    0% {
        transform: rotate(0deg);
    }
    1.5% {
        transform: rotate(30deg);
    }
    2.5% {
        transform: rotate(-25deg);
    }
    3.75% {
        transform: rotate(20deg);
    }
    5.15% {
        transform: rotate(-10deg);
    }
    6.65% {
        transform: rotate(5deg);
    }
    8.0% {
        transform: rotate(-2deg);
    }
    10.0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.page-indicator {
    width: 0;
    background-color: #0368ff;
    height: 2px;
    position: absolute;
    top: 0;
    z-index: 9;
}

.section-bg {
    background-color: #f7f8fd;
}

.ic__banner--part {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 162px;
    padding-top: 107px;
    position: relative;
    background-color: #0368ff;
}
@media only screen and (max-width: 991.98px) {
    .ic__banner--part {
        padding-top: 50px;
    }
}
.ic__banner--part .ic__banner--content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.ic__banner--part .ic__banner--content h3,
.ic__banner--part .ic__banner--content h3 span,
h3 .ic__banner--part .ic__banner--content span {
    padding-bottom: 20px;
    font-weight: 800;
}
@media (max-width: 375px) {
    .ic__banner--part .ic__banner--content h3,
    .ic__banner--part .ic__banner--content h3 span,
    h3 .ic__banner--part .ic__banner--content span {
        font-size: 30px;
        line-height: 44px;
    }
}
.ic__banner--part .ic__banner--content p {
    color: #fff;
    padding-bottom: 20px;
}
.ic__banner--part .ic__banner--content .ic__banner--allCountries {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 575.98px) {
    .ic__banner--part .ic__banner--content .ic__banner--allCountries {
        gap: 9px;
    }
}
.ic__banner--part .ic__banner--content .ic__banner--allCountries ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow-x: auto;
}
.ic__banner--part
    .ic__banner--content
    .ic__banner--allCountries
    ul::-webkit-scrollbar {
    height: 2px;
}
.ic__banner--part .ic__banner--content .ic__banner--allCountries ul li a {
    padding: 9px 32px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
}
@media only screen and (max-width: 767.98px) {
    .ic__banner--part .ic__banner--content .ic__banner--allCountries ul li a {
        padding: 9px 15px;
    }
}
.ic__banner--part .ic__banner--content .ic__banner--allCountries ul li a span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    display: inline-block;
}
@media only screen and (max-width: 991.98px) {
    .ic__banner--part
        .ic__banner--content
        .ic__banner--allCountries
        ul
        li
        a
        span {
        display: none;
    }
}
.ic__banner--part
    .ic__banner--content
    .ic__banner--allCountries
    ul
    li
    a.active {
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #0368ff;
}
.ic__banner--part
    .ic__banner--content
    .ic__banner--allCountries
    .ic__banner--allC-btn {
    padding: 9px 18px 9px 29px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
}
@media only screen and (max-width: 575.98px) {
    .ic__banner--part
        .ic__banner--content
        .ic__banner--allCountries
        .ic__banner--allC-btn {
        padding: 9px 18px 9px 19px;
        height: 42px;
    }
}
.ic__banner--part
    .ic__banner--content
    .ic__banner--allCountries
    .ic__banner--allC-btn
    span {
    font-size: 14px;
    font-weight: 700;
}
@media only screen and (max-width: 575.98px) {
    .ic__banner--part
        .ic__banner--content
        .ic__banner--allCountries
        .ic__banner--allC-btn
        span {
        display: none;
    }
}
.ic__banner--part
    .ic__banner--content
    .ic__banner--allCountries
    .ic__banner--allC-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}
.ic__banner--part .ic__banner--content .ic__banner--search input {
    height: 78px;
    background: #fff;
    border: 1px solid #e2eaf3;
    box-shadow: 0px 2px 12px rgba(86, 89, 98, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (max-width: 991.98px) {
    .ic__banner--part .ic__banner--content .ic__banner--search input {
        height: 50px;
    }
}
.ic__banner--part .ic__banner--content .ic__banner--search button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: transparent;
}
.ic__banner--part .ic__banner--content .banner-btn {
    height: 60px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #0368ff;
}
.ic__banner--part .ic__banner--content .ic__banner--buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__banner--part .ic__banner--content .ic__banner--buttons {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.ic__banner--part .ic__banner--content .ic__banner--buttons .banner-play-btn {
    color: #fff;
}
.ic__banner--part
    .ic__banner--content
    .ic__banner--buttons
    .banner-play-btn
    img {
    margin-right: 11px;
}

.ic__banner--searchService {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 110.121px 88.0972px rgba(0, 0, 0, 0.03),
        0px 71.375px 51.5939px rgba(0, 0, 0, 0.0227778),
        0px 42.4172px 28.0606px rgba(0, 0, 0, 0.0182222),
        0px 22.0243px 14.3158px rgba(0, 0, 0, 0.015),
        0px 8.97286px 7.17829px rgba(0, 0, 0, 0.0117778),
        0px 2.03929px 3.46679px rgba(0, 0, 0, 0.00722222);
    backdrop-filter: blur(32px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    grid-gap: 24px;
    margin-top: 110px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__banner--searchService {
        margin-top: 51px;
        padding: 25px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic__banner--searchService {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic__banner--searchService .ic__banner--filter {
        flex: 0 0 calc(50% - 12px);
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__banner--searchService .ic__banner--filter {
        flex: 0 0 calc(100% - 0px);
    }
}
.ic__banner--searchService .ic__banner--filter label {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #202020;
    padding-bottom: 10px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__banner--searchService .ic__banner--filter label {
        font-size: 16px;
    }
}
.ic__banner--searchService .ic__banner--filter:last-child {
    width: 190px;
}
@media only screen and (max-width: 1399.98px) {
    .ic__banner--searchService .ic__banner--filter:last-child {
        width: 127px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic__banner--searchService .ic__banner--filter:last-child {
        flex: 0 0 100%;
    }
}
.ic__banner--searchService .ic__banner--filter .ic__banner__filter--btn {
    height: 60px;
    padding: 0 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #0368ff;
    box-shadow: 0px 20px 25px -20px rgba(0, 0, 0, 0.1);
    width: 100%;
}
@media only screen and (max-width: 1399.98px) {
    .ic__banner--searchService .ic__banner--filter .ic__banner__filter--btn {
        height: 55px;
    }
}
.ic__banner--searchService .ic__banner--filter .ic__banner__filter--btn i {
    padding-right: 8px;
}

.ic__dollar--part {
    margin-top: -133px;
    position: relative;
    padding-bottom: 388px;
}

.ic__dollar--grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ic__dollar--grid .ic__dollar--items {
    flex: 0 0 calc(33.33% - 8px);
    width: calc(33.33% - 8px);
}
@media only screen and (max-width: 991.98px) {
    .ic__dollar--grid .ic__dollar--items {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px);
    }
}
@media only screen and (max-width: 480px) {
    .ic__dollar--grid .ic__dollar--items {
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
    }
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content {
    padding: 15px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #c6d4e3;
    border-radius: 12px;
}
@media only screen and (max-width: 480px) {
    .ic__dollar--grid .ic__dollar--items .ic__dollar--content {
        padding: 10px 10px;
    }
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .text-names {
    padding-left: 12px;
    color: #202020;
    font-weight: 500;
    flex: 1;
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #202020;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 767.98px) {
    .ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }
}
.ic__dollar--grid
    .ic__dollar--items
    .ic__dollar--content
    .social-icon
    .country {
    position: absolute;
    bottom: -3px;
    right: 0;
}
@media only screen and (max-width: 767.98px) {
    .ic__dollar--grid
        .ic__dollar--items
        .ic__dollar--content
        .social-icon
        .country {
        width: 15px;
        height: 15px;
    }
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.telegram,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.google,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.uber,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.twitter,
.ic__dollar--grid
    .ic__dollar--items
    .ic__dollar--content
    .social-icon.instagram,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.tinder,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.g2a,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.whatsUp,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.facebook,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.vinted,
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.netflix,
.ic__dollar--grid
    .ic__dollar--items
    .ic__dollar--content
    .social-icon.right-green,
.ic__dollar--grid
    .ic__dollar--items
    .ic__dollar--content
    .social-icon.left-red {
    background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.21%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.google {
    background: linear-gradient(180deg, #f5f5f5 0%, #eff0f0 99.21%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.uber {
    background: linear-gradient(180deg, #383838 0%, #000000 99.21%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.twitter {
    background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.21%);
}
.ic__dollar--grid
    .ic__dollar--items
    .ic__dollar--content
    .social-icon.instagram {
    background: linear-gradient(
        211.33deg,
        #8531c2 13.65%,
        #ff010b 49.24%,
        #ffd600 87.13%
    );
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.tinder {
    background: linear-gradient(225deg, #ff7854 0%, #fd267d 100%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.tinder {
    background: linear-gradient(225deg, #ff7854 0%, #fd267d 100%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.g2a {
    background: linear-gradient(180deg, #ff7800 0%, #ff5c00 99.21%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.whatsUp {
    background: linear-gradient(180deg, #3ef05e 0%, #09d32e 99.21%);
}
.ic__dollar--grid
    .ic__dollar--items
    .ic__dollar--content
    .social-icon.facebook {
    background: linear-gradient(180deg, #3b5998 0%, #2c4c8f 99.21%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.vinted {
    background: linear-gradient(180deg, #05b3bd 0%, #00a0aa 99.21%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .social-icon.netflix {
    background: linear-gradient(180deg, #323232 0%, #000000 99.21%);
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .ic-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    gap: 20px;
}
@media only screen and (max-width: 767.98px) {
    .ic__dollar--grid .ic__dollar--items .ic__dollar--content .ic-cart {
        gap: 10px;
    }
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .ic-cart .euro {
    color: #202020;
    font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
    .ic__dollar--grid .ic__dollar--items .ic__dollar--content .ic-cart .euro {
        font-size: 13px;
    }
}
.ic__dollar--grid .ic__dollar--items .ic__dollar--content .ic-cart .cart {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0368ff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media only screen and (max-width: 767.98px) {
    .ic__dollar--grid .ic__dollar--items .ic__dollar--content .ic-cart .cart {
        width: 30px;
        height: 30px;
    }
    .ic__dollar--grid
        .ic__dollar--items
        .ic__dollar--content
        .ic-cart
        .cart
        img {
        max-width: 14px;
    }
}

.ic__dollar--buttons {
    padding-top: 32px;
}
@media only screen and (max-width: 575.98px) {
    .ic__dollar--buttons a {
        width: 100%;
    }
}

.ic__countries--left,
.ic__countries--right {
    background-color: #fff;
    padding: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-height: 440px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767.98px) {
    .ic__countries--left,
    .ic__countries--right {
        min-height: 370px;
        padding: 20px;
        text-align: center;
    }
}
.ic__countries--left p,
.ic__countries--right p {
    padding-bottom: 18px;
}
.ic__countries--left h3,
.ic__countries--right h3,
.ic__countries--left h3 span,
.ic__countries--right h3 span,
h3 .ic__countries--left span,
h3 .ic__countries--right span {
    font-weight: 800;
}
@media only screen and (max-width: 575.98px) {
    .ic__countries--left a,
    .ic__countries--right a {
        width: 100%;
    }
}

.ic__countries--right {
    background-color: #2e2e2e;
    background-repeat: no-repeat;
    background-size: cover;
}
.ic__countries--right .percentage {
    display: inline-block;
    padding: 6px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    color: #202020;
}
@media only screen and (max-width: 575.98px) {
    .ic__countries--right a {
        width: 100%;
    }
}

.ic__work--flow .ic__countries--maps {
    margin-top: -420px;
}

.ic__workFlow--content {
    overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
    .ic__workFlow--content {
        overflow: visible;
    }
}
.ic__workFlow--content h3,
.ic__workFlow--content h3 span,
h3 .ic__workFlow--content span {
    font-weight: 800;
    color: #202020;
    padding-bottom: 15px;
}
.ic__workFlow--content p {
    color: #202020;
}
.ic__workFlow--content .desktop {
    margin-bottom: -10px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__workFlow--content .desktop {
        max-width: 500px;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__workFlow--content .desktop {
        max-width: 260px;
    }
}

.ic__workFlow--display {
    padding-top: 70px;
    display: inline-flex;
    position: relative;
}
@media only screen and (max-width: 991.98px) {
    .ic__workFlow--display {
        padding-top: 56px;
    }
}
.ic__workFlow--display .mobile {
    position: absolute;
    bottom: -76px;
    right: -150px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__workFlow--display .mobile {
        bottom: -83px;
        max-width: 150px;
        right: -49px;
        max-width: 150px;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__workFlow--display .mobile {
        max-width: 90px;
        right: -19px;
    }
}

.ic__weHave--added {
    padding-top: 201px;
    padding-bottom: 158px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
@media only screen and (max-width: 991.98px) {
    .ic__weHave--added {
        padding-bottom: 64px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic__weHave--added {
        background-image: url(/frontend/assets/images/social-bg.png) !important;
        background-repeat: no-repeat;
        background-position: center top;
        padding-bottom: 64px;
    }
}
.ic__weHave--added h3,
.ic__weHave--added h3 span,
h3 .ic__weHave--added span {
    font-weight: 800;
    padding-bottom: 18px;
}
.ic__weHave--added p {
    color: #636572;
    padding-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
    .ic__weHave--added a {
        width: 100%;
    }
}

.ic__service--items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 4px 30px;
}
@media only screen and (max-width: 991.98px) {
    .ic__service--items {
        padding: 4px 0;
    }
}
.ic__service--items .ic__service--icons {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(3, 104, 255, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 1399.98px) {
    .ic__service--items .ic__service--icons {
        width: 67px;
        height: 70px;
        flex: 0 0 70px;
    }
    .ic__service--items .ic__service--icons svg {
        width: 20px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic__service--items .ic__service--icons {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
    }
    .ic__service--items .ic__service--icons svg {
        width: 20px;
    }
}
.ic__service--items .ic__service--info h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    padding-bottom: 10px;
}
.ic__service--items .ic__service--info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #636572;
}

.ic__process--part {
    padding-bottom: 200px;
}
@media only screen and (max-width: 1399.98px) {
    .ic__process--part {
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic__process--part {
        padding-bottom: 50px;
    }
}

.ic__community--part {
    background-color: #fff;
}
@media only screen and (max-width: 991.98px) {
    .ic__community--part {
        padding: 32px 0;
    }
}

.ic__community--img {
    margin-top: -50px;
}
@media only screen and (max-width: 991.98px) {
    .ic__community--img {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic__community--content {
        text-align: center;
    }
}
.ic__community--content h3,
.ic__community--content h3 span,
h3 .ic__community--content span {
    font-weight: 800;
    color: #202020;
    padding-bottom: 32px;
}
@media only screen and (max-width: 991.98px) {
    .ic__community--content h3,
    .ic__community--content h3 span,
    h3 .ic__community--content span {
        padding-bottom: 20px;
    }
}
.ic__community--content .padding-bottom {
    padding-bottom: 32px;
}
@media only screen and (max-width: 991.98px) {
    .ic__community--content .padding-bottom {
        padding-bottom: 20px;
    }
}
.ic__community--content p {
    color: #636572;
}

.ic__community--buttons {
    padding-top: 60px;
}
@media only screen and (max-width: 767.98px) {
    .ic__community--buttons {
        padding-top: 20px;
    }
}
.ic__community--buttons a {
    background-color: #5865f2;
}
@media only screen and (max-width: 575.98px) {
    .ic__community--buttons a {
        width: 100%;
    }
}

.ic__rent--number-content {
    padding-bottom: 64px;
}
@media only screen and (max-width: 991.98px) {
    .ic__rent--number-content {
        padding-bottom: 20px;
    }
}
.ic__rent--number-content h3,
.ic__rent--number-content h3 span,
h3 .ic__rent--number-content span {
    font-weight: 800;
    color: #202020;
    padding-bottom: 32px;
}
.ic__rent--number-content .paragraph {
    padding-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
    .ic__rent--number-content .ic__rent--buttons a {
        width: 100%;
    }
}

.ic__chooseCountry--div {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2eaf3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 32px;
}
@media only screen and (max-width: 991.98px) {
    .ic__chooseCountry--div {
        padding: 10px;
    }
}
.ic__chooseCountry--div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 32px;
}
@media only screen and (max-width: 991.98px) {
    .ic__chooseCountry--div ul {
        flex: 1;
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
}
.ic__chooseCountry--div ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
}
.ic__chooseCountry--div ul li a {
    display: none;
}
@media only screen and (max-width: 991.98px) {
    .ic__chooseCountry--div ul li {
        width: 100%;
    }
    .ic__chooseCountry--div ul li:not(:last-child) {
        padding-bottom: 12px;
        border-bottom: 1px solid #e2eaf3;
    }
    .ic__chooseCountry--div ul li:not(:first-child) {
        padding-top: 12px;
    }
    .ic__chooseCountry--div ul li a {
        margin-left: auto;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #0368ff;
        display: block;
    }
}
.ic__chooseCountry--div ul li .ic__chooseCountry--img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(3, 104, 255, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media only screen and (max-width: 575.98px) {
    .ic__chooseCountry--div ul li .ic__chooseCountry--img {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
    }
}
.ic__chooseCountry--div ul li .ic__chooseCountry--img.twitter {
    background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.21%);
}

.ic__rent--collapsed {
    border-top: 1px solid #e2eaf3;
    padding-top: 64px;
    padding-bottom: 200px;
}
@media only screen and (max-width: 991.98px) {
    .ic__rent--collapsed {
        padding-top: 20px;
        padding-bottom: 64px;
    }
}

.ic__accordion--rows .col-lg-6 .accordion-item:not(:last-child) {
    margin-bottom: 12px;
}
.ic__accordion--rows .accordion-item {
    background: #ffffff;
    border: 1px solid #e2eaf3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ic__accordion--rows .accordion-item .accordion-button {
    color: #202020;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    line-height: 19.36px;
    font-weight: 500;
    color: #202020;
    padding: 18px 20px;
    height: 80px;
}
@media only screen and (max-width: 991.98px) {
    .ic__accordion--rows .accordion-item .accordion-button {
        height: 70px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic__accordion--rows .accordion-item .accordion-button {
        height: auto;
    }
}
.ic__accordion--rows .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.ic__accordion--rows .accordion-item .accordion-button::after {
    background-image: url(/frontend/assets/images/d-arros.png);
    z-index: 1;
    background-size: auto;
    background-color: #0368ff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.ic__accordion--rows .accordion-item .accordion-button:not(.collapsed) {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
}
.ic__accordion--rows .accordion-item .accordion-button:not(.collapsed)::after {
    background-color: rgba(3, 104, 255, 0.3);
}
.ic__accordion--rows .accordion-item .accordion-button.collapsed {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ic__accordion--rows .accordion-item:first-of-type .accordion-button {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ic__accordion--rows .accordion-item:not(:last-child) {
    margin-bottom: 12px;
}
.ic__accordion--rows .accordion-item .accordion-body {
    border-top: 1px solid #e2eaf3;
    padding: 32px 20px;
}
.ic__accordion--rows.ic__according--rentNumber .accordion-item {
    border: 0;
    border-bottom: 1px solid #e2eaf3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ic__accordion--rows.ic__according--rentNumber
    .accordion-item
    .accordion-button {
    padding: 12px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
}
.ic__accordion--rows.ic__according--rentNumber .accordion-body {
    padding: 20px 0;
}
.ic__accordion--rows.ic__according--rentNumber .accordion-body .ic__my--list {
    border-bottom: 0;
    padding-bottom: 0;
}
.ic__accordion--rows.ic__according--rentNumber
    .accordion-body
    .ic__my--list
    ul
    li {
    -webkit-box-pack: start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: start !important;
    justify-content: start !important;
}
@media only screen and (max-width: 991.98px) {
    .ic__accordion--rows.ic__according--rentNumber
        .accordion-body
        .ic__my--list
        ul
        li {
        flex-wrap: wrap !important;
        gap: 20px;
    }
}
.ic__accordion--rows.ic__according--rentNumber
    .accordion-body
    .ic__my--list
    ul
    li
    .left {
    width: 368px;
    flex: 0 0 368px;
}

.ic__choose--country {
    padding: 20px 0;
}
.ic__choose--country .position-relative {
    margin: 0 20px;
}
.ic__choose--country .position-relative input {
    border: 1px solid #d2dce4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ic__choose--country .position-relative .ic__country--btn {
    position: absolute;
    right: 12px;
    background-color: transparent;
    top: 8px;
}
.ic__choose--country .position-relative .ic__country--btn img {
    width: 24px;
    height: 24px;
}
.ic__choose--country .search-country {
    margin-top: 20px;
}
.ic__choose--country .search-country li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 13px 20px;
    gap: 8px;
    color: #202020;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ic__choose--country .search-country li a .ic__count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
}
.ic__choose--country .search-country li a img {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ic__choose--country .search-country li a .count {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
}
.ic__choose--country .search-country li a:hover {
    background-color: #eaf2f9;
}

@media only screen and (max-width: 991.98px) {
    .ic__ProfileTabs--number {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.ic__order--mainContent {
    padding: 36px 12px;
    background: #ffffff;
    border: 1px solid #e2eaf3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (max-width: 991.98px) {
    .ic__order--mainContent {
        padding: 0;
        background: transparent;
        border: 1px solid transparent;
        margin: 0 -15px;
    }
}

.api--switch {
    display: inline-flex;
    padding: 4px;
    background: rgba(3, 104, 255, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.api--switch li a {
    color: #0368ff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 17px 44px;
    display: inline-block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (max-width: 1024px) {
    .api--switch li a {
        padding: 17px 34px;
        font-size: 15px;
        color: #202020;
    }
}
@media only screen and (max-width: 767.98px) {
    .api--switch li a {
        padding: 17px 34px;
    }
}
.api--switch li a.active {
    background-color: #fff;
}

.my__order--tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media only screen and (max-width: 991.98px) {
    .my__order--tabs .api--switch {
        padding: 0;
        flex-direction: column;
        width: 100%;
        background: transparent;
    }
}
@media only screen and (max-width: 991.98px) {
    .my__order--tabs .api--switch li:not(:last-child) {
        border-bottom: 1px solid #e2eaf3;
    }
}
@media only screen and (max-width: 991.98px) {
    .my__order--tabs .api--switch li a {
        font-size: 14px;
        display: block;
        padding: 17px 15px;
    }
}
@media only screen and (max-width: 991.98px) {
    .my__order--tabs .api--switch li a.active {
        background-color: transparent;
    }
}

.ic__modal-tabs {
    margin-top: 32px;
}
.ic__modal-tabs .api--switch li a {
    padding: 15px 16px;
}

.ic__api--content {
    margin-top: 32px;
}
.ic__api--content .ic__api--items {
    display: none;
}
.ic__api--content .ic__api--items.active {
    display: block;
}
.ic__api--content.ic__metal--price {
    margin-top: auto !important;
}

.ic__modalItems-tabs {
    display: none;
}
.ic__modalItems-tabs .ic__price--bottoms {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
    padding-bottom: 20px;
}
.ic__modalItems-tabs .ic__price--bottoms span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
}
.ic__modalItems-tabs.active {
    display: block;
}

.ic__api--body .sms-getway-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    padding-bottom: 15px;
}
.ic__api--body .endpoint-text,
.ic__api--body .endpoint-text a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
    padding-bottom: 12px;
}
.ic__api--body .endpoint-text a {
    color: #0368ff;
}
.ic__api--body .method-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.ic--tables {
    width: 100%;
    margin-top: 32px;
}
.ic--tables thead th {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #636572;
}
.ic--tables thead th:first-child {
    width: 165px;
}
.ic--tables tr {
    border: 0;
    display: block;
    margin: 5px;
}
.ic--tables tr td {
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
}
@media only screen and (max-width: 575.98px) {
    .ic--tables tr td {
        padding: 10px;
    }
}
.ic--tables tr td:first-child {
    width: 165px;
}
@media only screen and (max-width: 575.98px) {
    .ic--tables tr td:first-child {
        width: 100px;
    }
}
.ic--tables .style-border {
    border: 1px solid #c6d4e3;
    border-radius: 12px;
}

.ic__possible-test {
    margin-top: 32px;
}
.ic__possible-test .possible {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    padding-bottom: 20px;
}
.ic__possible-test ul li p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
}
.ic__possible-test ul li span {
    color: #ff5c5c;
}
.ic__possible-test ul li:not(:last-child) {
    padding-bottom: 12px;
}

@media only screen and (max-width: 991.98px) {
    .ic__profile--content {
        position: fixed;
        top: 0;
        background: #fff;
        left: 0;
        width: 100%;
        padding: 20px;
        z-index: 999;
        height: 100%;
        margin-top: 0;
        overflow-y: auto;
        transform: translateX(100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .ic__profile--content.active {
        transform: translateX(0);
    }
}

.ic__my--profile--mobile {
    background-color: #0368ff;
    padding: 20px 20px;
    margin: 0 -20px;
    margin-bottom: 32px;
    display: none;
}
@media only screen and (max-width: 991.98px) {
    .ic__my--profile--mobile {
        display: block;
    }
    .ic__my--profile--mobile h3,
    .ic__my--profile--mobile h3 span,
    h3 .ic__my--profile--mobile span {
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
    }
    .ic__my--profile--mobile h3 svg,
    h3 .ic__my--profile--mobile span svg {
        margin-right: 10px;
    }
}

.ic__step--headers .row {
    padding: 64px 0;
}
@media only screen and (max-width: 991.98px) {
    .ic__step--headers .row {
        padding: 20px 0;
    }
}
.ic__step--headers .row:not(:last-child) {
    border-bottom: 1px solid #e2eaf3;
}
.ic__step--headers .row:last-child {
    padding-bottom: 0;
}
.ic__step--headers .ic__step--img {
    background: #ffffff;
    border: 1px solid #e2eaf3;
    box-shadow: 0px 14px 34px rgba(1, 27, 67, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (max-width: 991.98px) {
    .ic__step--headers .ic__step--img {
        margin-bottom: 20px;
    }
}
.ic__step--headers .ic__step--img img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.ic__step--headers .ic__step--info h3,
.ic__step--headers .ic__step--info h3 span,
h3 .ic__step--headers .ic__step--info span {
    font-weight: 800;
    color: #202020;
    padding-bottom: 12px;
}
.ic__step--headers .ic__step--info .provider {
    padding-bottom: 32px;
}
.ic__step--headers .ic__step--info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
}
.ic__step--headers .ic__step--info ul {
    padding-left: 20px;
    padding-top: 32px;
}
.ic__step--headers .ic__step--info ul li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
}
.ic__step--headers .ic__step--info ul li:not(:last-child) {
    padding-bottom: 20px;
}

.ic__faq--according {
    padding-bottom: 174px;
}
@media only screen and (max-width: 991.98px) {
    .ic__faq--according {
        padding-bottom: 64px;
    }
}

.ic__chat--info {
    margin-top: 64px;
    padding: 20px 32px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: rgba(3, 104, 255, 0.1);
}

@media only screen and (max-width: 991.98px) {
    .ic__chat--text {
        text-align: center;
        padding-bottom: 32px;
    }
}
.ic__chat--text p {
    font-weight: 700;
    line-height: 19px;
}

.ic__chat--button {
    text-align: right;
}
@media only screen and (max-width: 991.98px) {
    .ic__chat--button {
        text-align: center;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__chat--button a {
        width: 100%;
    }
}

.ic__refreshNumber {
    padding: 8px 20px;
    background-color: rgba(255, 200, 3, 0.4);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    gap: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991.98px) {
    .ic__refreshNumber {
        flex-direction: column;
        text-align: center;
    }
}
.ic__refreshNumber p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #be4907;
}
.ic__refreshNumber a {
    padding: 8px 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #0368ff;
    display: inline-block;
}

.order-id-text {
    font-weight: 800;
    line-height: 39px;
    color: #202020;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-id-text .cancel {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(99, 101, 114, 0.5);
}
.order-id-text .cancel svg {
    margin-right: 10px;
}
.order-id-text .cancel svg path {
    fill: rgba(99, 101, 114, 0.5);
}
.order-id-text .completed {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #00ec89;
}
.order-id-text .completed svg {
    margin-right: 10px;
}
.order-id-text .completed svg path {
    fill: #00ec89;
}

.ic__order--numberInput {
    padding-bottom: 32px;
    border-bottom: 1px solid #d2dce4;
}
@media only screen and (max-width: 991.98px) {
    .ic__order--numberInput {
        padding-bottom: 10px;
    }
}
.ic__order--numberInput p {
    padding-bottom: 10px;
}

.ic__order--inputField {
    display: flex;
    gap: 12px;
}
.ic__order--inputField .ic__order--question {
    background: #ffffff;
    border: 1px solid #e2eaf3;
    box-shadow: 0px 4px 12px rgba(1, 27, 67, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 16px 12px;
    position: absolute;
    right: 13%;
    top: -62px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__order--inputField .ic__order--question {
        display: none;
    }
}
.ic__order--inputField .ic__order--question p {
    font-weight: 500;
}
.ic__order--inputField > div {
    width: 525px;
}
@media only screen and (max-width: 991.98px) {
    .ic__order--inputField > div {
        width: auto;
        flex: 1;
    }
}
.ic__order--inputField input {
    background: rgba(3, 104, 255, 0.1);
    border: 1px solid #d2dce4;
    height: 60px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
}
@media only screen and (max-width: 991.98px) {
    .ic__order--inputField input {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__order--inputField input {
        height: 50px;
    }
}
.ic__order--inputField .ic--refBtn {
    height: 60px;
    padding: 0 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: rgba(3, 104, 255, 0.1);
}
@media only screen and (max-width: 575.98px) {
    .ic__order--inputField .ic--refBtn {
        height: 50px;
    }
}
.ic__order--inputField .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.ic__order--inputField .copy svg path {
    fill: rgba(99, 101, 114, 0.5);
}

.ic__order--bottomContent {
    padding-top: 32px;
}
@media only screen and (max-width: 991.98px) {
    .ic__order--bottomContent {
        padding-top: 10px;
    }
}
.ic__order--bottomContent .ic__order--verification-code {
    background: rgba(3, 104, 255, 0.1);
    border: 1px dashed #0368ff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 33px 20px;
    margin-top: 20px;
    max-width: 660px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
}
.ic__order--bottomContent .ic__order--verification-code .ic__order--icons {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(3, 104, 255, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.ic__order--bottomContent .ic__order--verification-code p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
}

.ic__profile--headers {
    padding-top: 70px;
    background-color: #fff;
}
@media only screen and (max-width: 991.98px) {
    .ic__profile--headers {
        padding-top: 25px;
    }
}
.ic__profile--headers h3,
.ic__profile--headers h3 span,
h3 .ic__profile--headers span {
    font-style: normal;
    font-weight: 800;
    line-height: 39px;
    padding-bottom: 38px;
}
@media only screen and (max-width: 991.98px) {
    .ic__profile--headers h3,
    .ic__profile--headers h3 span,
    h3 .ic__profile--headers span {
        padding-bottom: 20px;
    }
}
.ic__profile--headers h3 svg,
h3 .ic__profile--headers span svg {
    margin-left: 20px;
}

.ic__profile--navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 64px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__profile--navbar {
        gap: 32px;
    }
}
.ic__profile--navbar .ic__profile--navLeft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ic__profile--navbar .ic__profile--navLeft p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(99, 101, 114, 0.5);
}
.ic__profile--navbar .ic__profile--navLeft .ic__profile--euro {
    color: #0368ff;
    padding-bottom: 0;
}
.ic__profile--navbar .ic__profile--navLeft .add-btn {
    height: 60px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 0 60px;
    background-color: #0368ff;
    color: #fff;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
    .ic__profile--navbar .ic__profile--navLeft .add-btn {
        padding: 0 34px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic__profile--navbar .ic__profile--navLeft .add-btn + div {
        margin-right: auto;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__profile--navbar .ic__profile--navLeft .add-btn {
        height: 50px;
    }
}
.ic__profile--navbar .ic__profile--navCenter ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ic__profile--navbar .ic__profile--navCenter ul li:not(:last-child) {
    padding-right: 32px;
    border-right: 1px solid #d2dce4;
}
@media only screen and (max-width: 1199.98px) {
    .ic__profile--navbar .ic__profile--navCenter ul li:not(:last-child) {
        padding-right: 20px;
    }
}
.ic__profile--navbar .ic__profile--navCenter ul li:not(:first-child) {
    padding-left: 32px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__profile--navbar .ic__profile--navCenter ul li:not(:first-child) {
        padding-left: 20px;
    }
}
.ic__profile--navbar .ic__profile--navCenter ul li p {
    font-weight: 800;
    color: #202020;
}
.ic__profile--navbar .ic__profile--navCenter ul li span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
}
.ic__profile--navbar .ic__profile--navRight {
    margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
    .ic__profile--navbar .ic__profile--navRight {
        margin-left: inherit;
        margin-right: auto;
    }
}
.ic__profile--navbar .ic__profile--navRight ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 32px;
}
.ic__profile--navbar .ic__profile--navRight ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
}

.ic__ProfileTabs--number {
    padding-bottom: 200px;
}
@media only screen and (max-width: 991.98px) {
    .ic__ProfileTabs--number {
        padding-bottom: 50px;
    }
}

.ic__my--orderDetails .ic__my--detailsList:not(:first-child) {
    padding-top: 20px;
}
.ic__my--orderDetails .ic__my--detailsList p {
    padding-bottom: 20px;
}
.ic__my--orderDetails .ic__my--detailsList .ic__my--nav .ic__my--list {
    padding-bottom: 20px;
    border-bottom: 1px solid #e2eaf3;
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list:not(:first-child) {
    padding-top: 20px;
}
.ic__my--orderDetails .ic__my--detailsList .ic__my--nav .ic__my--list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li:not(:last-child) {
    padding-bottom: 20px;
}
.ic__my--orderDetails .ic__my--detailsList .ic__my--nav .ic__my--list .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
    max-width: 558px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .left {
        max-width: 452px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .left {
        flex-wrap: wrap;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .left
        .right-text {
        order: 1;
        margin-left: auto;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .left
        .city--info {
        order: 2;
    }
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .left
    .city--info
    p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    padding-bottom: 1px;
}
@media only screen and (max-width: 575.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .left
        .city--info
        p {
        font-size: 14px;
        line-height: 19px;
    }
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .left
    .city--info
    p
    svg {
    margin-left: 10px;
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .left
    .city--info
    p
    svg
    path {
    fill: rgba(99, 101, 114, 0.5);
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .left
    .city--info
    span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
}
@media only screen and (max-width: 575.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .left
        .city--info
        span {
        font-size: 12px;
        line-height: 15px;
    }
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .left
    .city--info
    .write-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
}
@media only screen and (max-width: 575.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .left
        .city--info
        .write-text {
        font-size: 12px;
        line-height: 15px;
    }
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .right-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 30px;
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .right-text
    .id {
    color: rgba(99, 101, 114, 0.5);
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .right-text
    .number {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
}
@media only screen and (max-width: 575.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .right-text
        .number {
        font-size: 12px;
        line-height: 15px;
    }
}
.ic__my--orderDetails
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    .right-text
    .re-refresh
    svg {
    margin-right: 10px;
}
@media only screen and (max-width: 1199.98px) {
    .ic__my--orderDetails
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        .right-text
        .re-refresh
        span {
        display: none;
    }
}
.ic__my--orderDetails + .ic__See-More {
    padding-top: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ic__my--orderDetails.ic__rent--numbers {
    width: 100%;
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list {
    border-bottom: 0;
    padding-bottom: 0;
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 991.98px) {
    .ic__my--orderDetails.ic__rent--numbers
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        ul
        li {
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
    }
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .left {
    width: 368px;
    flex: 0 0 368px;
}
@media only screen and (max-width: 991.98px) {
    .ic__my--orderDetails.ic__rent--numbers
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        ul
        li
        .left {
        flex: 0 0 0;
    }
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .flex-switch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .flex-switch
    .form-switch
    .form-check-input {
    width: 42px;
    height: 26px;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    background-image: url("/frontend/assets/images/circle.svg") !important;
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .flex-switch
    .form-switch
    .form-check-input:not(:checked) {
    background-color: rgba(99, 101, 114, 0.5);
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .flex-switch-info
    p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
    padding-bottom: 0;
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .flex-switch-info
    span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(99, 101, 114, 0.5);
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .ic__several {
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 20px;
    padding-right: 16px;
}
@media only screen and (max-width: 991.98px) {
    .ic__my--orderDetails.ic__rent--numbers
        .ic__my--detailsList
        .ic__my--nav
        .ic__my--list
        ul
        li
        .ic__several {
        margin-left: inherit;
    }
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .ic__several
    a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #0368ff;
}
.ic__my--orderDetails.ic__rent--numbers
    .ic__my--detailsList
    .ic__my--nav
    .ic__my--list
    ul
    li
    .ic__several
    span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(99, 101, 114, 0.5);
}

.othersIcon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #202020;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: rgba(3, 104, 255, 0.1);
}
@media only screen and (max-width: 575.98px) {
    .othersIcon {
        flex: 0 0 35px;
        width: 35px;
        height: 35px;
    }
    .othersIcon svg {
        width: 20px;
    }
}

.ic__referal_link {
    max-width: 525px;
}
.ic__referal_link .label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
    padding-bottom: 10px;
}
.ic__referal_link input {
    background: rgba(3, 104, 255, 0.1);
    border: 1px solid #d2dce4;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    height: 60px;
}
@media only screen and (max-width: 575.98px) {
    .ic__referal_link input {
        height: 50px;
        font-size: 14px;
    }
}
.ic__referal_link .copy_link {
    padding: 0 47px;
    background: #0368ff;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    height: 60px;
    margin-top: 20px;
}
@media only screen and (max-width: 575.98px) {
    .ic__referal_link .copy_link {
        height: 50px;
        line-height: 50px;
    }
}

.ic__your--refetals {
    padding-top: 64px;
}
.ic__your--refetals .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    padding-bottom: 20px;
}
.ic__your--refetals ul {
    background: rgba(3, 104, 255, 0.1);
    border: 1px solid #d2dce4;
    border-radius: 12px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 64px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
    .ic__your--refetals ul {
        gap: 24px;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic__your--refetals ul {
        gap: 16px;
    }
}
.ic__your--refetals ul li p {
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
}
.ic__your--refetals ul li span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #636572;
}

.ic__order--setting {
    text-align: center;
    padding-bottom: 20px;
}
.ic__order--setting h3,
.ic__order--setting h3 span,
h3 .ic__order--setting span {
    font-weight: 800;
    color: #202020;
}

.ic__order--settingDiv {
    padding: 32px 0;
    border-bottom: 1px solid #e2eaf3;
}
.ic__order--settingDiv .email {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #202020;
    padding-bottom: 20px;
}
.ic__order--settingDiv .ic__form .form-group {
    width: 50%;
}
@media only screen and (max-width: 767.98px) {
    .ic__order--settingDiv .ic__form .form-group {
        width: 100%;
    }
}
.ic__order--settingDiv .ic__form input {
    display: block;
    border-radius: 12px;
    height: 50px;
    background: rgba(3, 104, 255, 0.1);
    border: 1px solid #d2dce4;
}
.ic__order--settingDiv .ic__form label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ic__order--settingDiv .ic__form label .text-danger {
    color: #ff5c5c;
}
.ic__order--settingDiv .ic__form .text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #636572;
    padding-bottom: 10px;
}
.ic__order--settingDiv button {
    margin-top: 15px;
}

.danger-border {
    border: 1px solid #ff5c5c !important;
}

.delete-Account {
    padding-top: 35px;
    display: block;
    color: #ff5c5c;
}
.delete-Account svg {
    margin-right: 10px;
}
.delete-Account:hover {
    color: #ff5c5c;
}

@media only screen and (max-width: 991.98px) {
    .ic__profile-setting--number {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .mobile-padding {
        padding: 0 20px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic__overflow {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic__setting--Heading {
        background-color: #0368ff;
        padding: 20px 12px;
        margin: 0 -20px 0 -20px;
    }
    .ic__setting--Heading h3,
    .ic__setting--Heading h3 span,
    h3 .ic__setting--Heading span {
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
    }
}

/*# sourceMappingURL=style.css.map */
