/*
Main color: #05abda;
Second color: #095e76;
*/

body {
    direction: rtl;
    text-align: right;
    font-family: "Almarai", sans-serif;
    min-height: 100vh;
    overflow-x: hidden !important;
}

main.inner-page {
    padding-top: 120px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.alert.new-alert {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.alert.alert-info.new-alert {
    color: #0C5460;
    background: #D1ECF1;
    border: 1px solid #BEE5EB;
    margin-bottom: 0;
}

.alert.alert-danger.new-alert {
    color: #721C24;
    background: #F8D7DA;
    border: 1px solid #F5C6CB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert.alert-danger.new-alert i {
    font-size: 20px;
    margin-left: 8px;
}

.create-alert-con .container.create-alert {
    display: none;
}

.create-alert-con .container.create-alert:first-child {
    display: block;
}

.create-alert-con .alert.new-alert {
    margin-bottom: 0;
    margin-top: 8px;
}

.table-alert .alert.new-alert {
    margin-bottom: 40px;
}

.row-new-alert {
    margin-bottom: 32px;
}

.register-page:not(.edit-profile) .alert.new-alert {
    margin-bottom: 40px;
}

#submit_claim_form {
    padding: 0;
}

.text-main {
    color: #485761;
}

.pointer {
    cursor: pointer !important;
}

.main-header {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.my-title {
    color: #485761;
    font-size: 24px;
    font-weight: bold;
}

.main-header.fixed {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    transition: 0.4s;
}

.main-header .navbar {
    padding-right: unset;
    padding-left: unset;
}

.main-header .navbar-brand {
    margin-right: unset;
}

.main-header div#navbarSupportedContent {
    flex-grow: unset;
    flex-basis: unset;
}


/*mainslider :start*/

.main-slider .home-main-photo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main-slider .slid-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.main-slider .slid-content .btn {
    display: block;
    margin: 150px auto 0;
}

.main-slider {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider .caption {
    align-self: flex-start;
    margin-top: 40px;
}

.main-slider .caption .caption__wrapper h1 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    color: #485761;
    font-weight: 700;
}

.block-title.my-title:after,
.main-slider .caption .caption__wrapper h1:after {
    content: "";
    position: absolute;
    left: -4px;
    top: 4px;
    background-image: url("../img/Group\ 1847.svg");
    height: 32px;
    width: 16px;
    z-index: -1;
}

.block-title.my-title:after {
    top: unset;
    left: -10px;
    bottom: 10px;
}

.main-slider .caption .caption__wrapper h2 {
    font-size: 23px;
    color: #485761;
    font-weight: 700;
}

.main-slider .links {
    margin-top: 20%;
}

.main-slider .links a {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 42px;
}

.main-slider .main-slider-img img {
    width: auto;
    height: 452px;
    /* width: 160px;
height: 160px;
border-radius: 8px;
background: #87a3b6; */
    /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16); */
}


/*mainslider :end*/


/*section-one:Start*/

.section-one {
    background-color: #485761;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-one .container {
    position: relative;
}

.section-one .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: -90px;
    background-image: url(../img/Group\ 1847.svg);
    height: 32px;
    width: 16px;
}

.section-one .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-one .row .right h1 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.section-one .row .right h2 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.section-one .row .right a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 8px 42px;
}

.section-one .left img {
    height: 336px;
    width: auto;
    max-width: 100%;
}


/*section-one:End*/

.home-block {
    padding: 100px 0;
    background: #f9f9f9;
}

.home-block .block-content {
    background: #fff;
    padding: 0;
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.home-block .block-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.home-block .block-content .block-title {
    position: absolute;
    bottom: 0;
    background: rgba(72, 87, 97, 0.95);
    line-height: 42px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.home-block .block-content img {
    width: 100%;
}

.home-man-text {
    background: #485761;
    padding: 100px 0;
    color: #fff;
    text-align: right;
}

.form-con {
    padding: 40px 0;
}

.form-con .block-title {
    text-align: center;
}

.form-con .form input,
.form-con .form button,
.form-con a.btn,
.dispute-form input,
.dispute-form select {
    border-radius: 8px;
    width: 100%;
}

.form-con .view-claims,
.form-con .add-new {
    min-height: 160px;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 16px;
}

.form-con .add-new {
    background: #485761;
}

.form-con .view-claims {
    background: #87A3B6;
}

.form-con .view-claims i,
.form-con .add-new i {
    font-size: 20px;
    margin-left: 16px;
}

.all-claims .table-con {
    margin-top: 40px;
}

.all-claims .table-con .title {
    text-align: right;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.all-claims .table-parent {
    color: #485761;
    border: 1px solid #c3d1da;
    box-shadow: 20px 30px 80px rgba(135, 163, 182, 0.16);
    border-radius: 8px;
    white-space: nowrap;
}

.all-claims .table a i {
    color: #485761;
    font-size: 24px;
    opacity: 0.25;
    cursor: default;
}

.all-claims .table a i.icon-messages,
.all-claims .table a:hover i.icon-messages-1 {
    opacity: 1;
}

.all-claims .table a i.icon-messages-1,
.all-claims .table a i.icon-messages {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition-duration: 0.6s;
    top: 50%;
}

.all-claims .table td,
.all-claims .table th {
    vertical-align: middle;
}

.all-claims .table td a:hover i.icon-messages,
.all-claims .table a i.icon-messages-1 {
    opacity: 0;
}

.back-home {
    color: #485761;
    font-size: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.back-home i {
    font-size: 18px;
}

.all-claims .table th {
    border-top: 0;
}

.all-claims .table td,
.all-claims .table th {
    padding-right: 20px;
    padding-left: 20px;
    border-color: #c3d1da;
    border-width: 1px;
}

.all-claims .table a.active i {
    opacity: 1;
    cursor: pointer;
}

.messages-page .messages {
    justify-content: flex-end;
}

.messages-page .messages .message-wrapper .sender-img img {
    width: 64px;
    height: 64px;
    border: solid 5px #485761;
}

.messages-page .messages .message-wrapper.my-message .sender-img span {
    width: 64px;
    height: 64px;
    background-color: #87A3B6;
    font-size: 13px;
}

.messages-page .messages .message-wrapper .message .text-wrap {
    border-radius: 8px;
    padding: 8px 16px 16px 16px;
}

.messages-page .file,
.messages-page .messages .message-wrapper .message .text-wrap p {
    font-size: 16px;
    color: #485761;
}

.messages-page .file {
    max-width: 192px;
    height: 32px;
    border-radius: 8px;
    background: #c3d1da;
}

.messages-page .file span {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.messages-page .file i,
.messages-page .file a {
    font-size: 18px;
}

.messages-page .file a {
    width: 32px;
    height: 32px;
    border-radius: 8px 0px 0px 8px;
    background: #485761;
}

.messages-page [class^="icon-"]:before,
.messages-page [class*=" icon-"]:before {
    width: unset;
    margin: 0;
}

.messages-page .send-message .input-group .file {}

.messages-page .messages .message-wrapper.my-message .message .text-wrap {
    box-shadow: 0px 0px 80px rgba(135, 163, 182, 0.25);
}

.messages-page .messages .message-wrapper:not(.my-message) .message .text-wrap {
    background: #D4DEE5;
}

.messages-page .messages .message-wrapper .message .date {
    font-size: 12px;
    text-align: left;
    color: #485761;
}

.messages-page .send-message {
    border-top: 1px solid #485761;
}

.messages-page .send-message button {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #485761;
}

.messages-page .send-message .file-wrap {
    display: none;
}

.messages-page .send-message .file i.icon-remove {
    font-size: 8px;
    left: -4px;
    top: -4px;
}

.messages-page .send-message button {
    align-self: flex-end;
}

.messages-page .send-message .input-group input {
    height: 48px!important;
    line-height: 48px;
}

.messages-page .send-message .input-group {
    border-radius: 8px;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.16);
}

.messages-page .send-message .input-group .input-group-text {
    color: #485761;
}

.messages-page .send-message .input-group input::placeholder {
    opacity: .25;
}

.messages-page .send-message .input-group input:focus {
    box-shadow: none;
}

.messages-page .send-message .input-group label input {
    opacity: 0;
    z-index: -1;
}

.messages-page #messages-con {
    /* height: 550px;
    overflow-x: auto; */
}


/* width */

.messages-page #messages-con::-webkit-scrollbar {
    width: 0;
}


/* Track */

.messages-page #messages-con::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.messages-page #messages-con::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.messages-page #messages-con::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.textarea-max-alert {
    display: flex;
    justify-content: space-between;
}

.textarea-max-alert .invalid-feedback {
    width: auto;
}

.textarea-max-alert .textarea-max-160 {
    margin-right: auto;
    font-size: 80%;
}

.btn-primary {
    background: #485761;
    color: #fff !important;
    border-radius: 8px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 0;
    outline: 0;
    box-shadow: none !important;
    padding: 0;
    font-size: 16px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #313b41;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}

.btn-secondary {
    background: #87a3b6;
    color: #fff !important;
    border-radius: 8px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 0;
    outline: 0;
    box-shadow: none !important;
    padding: 0;
    font-size: 16px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: #7890a1;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}

.btn .fa-long-arrow-alt-left,
.btn .fa-paper-plane {
    margin-right: 8px;
}

.btn .fa-long-arrow-alt-right {
    margin-left: 8px;
}

.dispute-form .block-title {
    font-size: 20px;
    margin: 40px auto;
    text-align: center;
}

.dispute-form .item-title {
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.dispute-form .item-title i,
.dispute-form .item-title span,
.dispute-form .last-step .item-title button {
    height: 48px;
}

.dispute-form .last-step .item-title button:hover {
    background-color: #313B41;
    border-color: #313B41;
}

.dispute-form .item-title span {
    background: #485761;
    color: #fff;
    border: 2px solid #87A3B6;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dispute-form .last-step .item-title span {
    /* margin-left: 15px; */
    border-radius: 8px;
}

.dispute-form .item-title button {
    background: #485761;
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: none;
    outline: none;
    border: 2px solid #485761;
}

.dispute-form .item-title button::after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

.dispute-form .form-control {
    border: 1px solid #87a3b6;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 16px;
    line-height: 48px;
    height: 48px;
}

.dispute-form textarea.form-control {
    min-height: 160px;
    line-height: 1.7;
}

.dispute-form .form-control:focus {
    border: 2px solid #87a3b6;
    outline: unset;
    box-shadow: unset;
}

input[type=number] {
    -moz-appearance: number-input;
}

span.item-note {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    line-height: 1.7;
    text-align: right;
}

.dispute-form .item-title:not(:first-child) {
    margin-top: 40px;
}

.dispute-form .tab-content {
    display: none;
}

.dispute-form .tab-content.active {
    display: flex;
}

.dispute-form .tab-content-items {
    padding-top: 40px;
    padding-bottom: 40px;
}

.dispute-form .tab-content .buttons .btn:first-child {
    margin-left: 15px;
}

.company-response .dispute-form .tab-content .buttons .btn:first-child {
    margin-left: 0;
}

.company-response .form-seperator {
    margin: auto;
    margin-top: 25px;
    width: 160px;
    height: 1px;
    background: #87a3b6;
}

.company-response .flex-checkcbox-parent-new {
    background: #EBEDEE;
    border: 1px solid #485761;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 350px;
    height: 48px;
    border-radius: 8px;
    margin: 24px auto;
}

.company-response .flex-checkcbox-parent-new .form-check-label {
    color: #485761 !important;
}

.company-response .flex-checkcbox-parent-new .form-check-input {
    width: auto;
    margin: 0;
}

.company-response .flex-checkcbox-parent-new .form-check-label {
    margin-right: 20px;
}

.company-response .flex-checkcbox-parent-new .form-check {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.company-response .flex-checkcbox-parent-new .form-check:first-child {
    border-left: 1px solid #485761;
}

.opacity-5,
.company-response #tab-step-2 .item-title,
.company-response #tab-step-2 .form-group:not(.input-file),
.company-response #tab-step-3 .item-title,
.company-response #tab-step-3 .form-group:not(.input-file) {
    opacity: .5;
}

.company-response #tab-step-2 .textarea-max-alert,
.company-response #tab-step-3 .textarea-max-alert {
    display: none;
}

.company-response #tab-step-2 input,
.company-response #tab-step-2 select,
.company-response #tab-step-2 textarea,
.company-response #tab-step-2 label,
.company-response #tab-step-3 input,
.company-response #tab-step-3 select,
.company-response #tab-step-3 textarea,
.company-response #tab-step-3 label,
.show-claim .custom-file.my-custom-file {
    pointer-events: none;
}

.company-response #tab-step-5 .buttons {
    margin-top: 80px;
}

.company-response input-file {
    position: relative;
}

.company-show #tab-step-5 #claim_final {
    background: #D5DFE5;
    padding: 16px 16px 0;
    border-radius: 8px;
    color: #485761;
    margin-top: 21px;
}

.company-show .files-loop {
    line-height: 48px;
}

.form-row.files-loop {
    padding-bottom: 16px;
}

.company-show .files-loop label {
    margin: 0;
}

.company-response .file-preview {
    height: 48px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #485761;
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    right: 15px;
    width: calc(100% - 30px);
    z-index: 99;
}

.page-title-company-response {
    padding-top: 20px;
}

.form-seperator.mb-40 {
    margin-bottom: 40px;
}

.dispute-form .tab-content.last-step .buttons {
    display: none;
}

.dispute-form .tab-content.last-step:last-child .buttons {
    display: flex;
}

.dispute-form .tab-link span,
.dispute-form .tab-link i {
    cursor: pointer;
}

.dispute-form .tab-link {
    display: flex;
    align-items: center;
}

.dispute-form .tab-link::after {
    content: '';
    width: 100px;
    height: 6px;
    position: absolute;
    background-color: #D1D5D7;
    border-radius: 8px;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dispute-form .tab-link.activeBg::after {
    background: #485761;
}

.dispute-form #tab-link-4::after {
    display: none !important;
}

.dispute-form .tab-link.active i,
.dispute-form .tab-link.activeBg i {
    background-color: #485761;
    color: #fff;
}

.dispute-form .tab-link i {
    margin-left: 8px;
    color: #485761;
    background-color: #fff;
    border: 1px solid #485761;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-style: normal;
}

.custom-file {
    text-align: left;
}

.invalid-feedback {
    display: block;
}

#tab-step-1 .previous-btn {
    display: none;
}

.dispute-form .item-title button {
    display: none;
}

.dispute-form .last-step .item-title button {
    /* display: flex; */
    display: none;
}

.dispute-form .form-control[type="number"] {
    padding-left: 0;
}

.dispute-form .has-icon-parent {
    position: relative;
    background: transparent;
    border-radius: 25px;
}

.dispute-form .has-icon-parent select {
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #0000;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #87a3b6;
}

.dispute-form .has-icon-parent select:focus {
    border-width: 2px solid #485761;
}

.dispute-form .has-icon-parent .has-icon-child {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    color: #485761;
}

.dispute-form .my-custom-file {
    position: relative;
    text-align: revert;
}

.dispute-form .my-custom-file .custom-file-input:focus~.custom-file-label {
    border-color: #485761;
}

.dispute-form .my-custom-file label {
    padding-right: 160px;
    color: #87A3B6;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.dispute-form .my-custom-file label:before {
    display: none;
}

.dispute-form .my-custom-file label::after {
    background: #485761;
    color: #fff;
    height: auto;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 145px;
    font-size: 16px;
}

.flex-checkcbox-parent {
    display: flex;
    justify-content: center;
    width: 350px;
    background: #485761;
    align-items: center;
    color: #fff;
    height: 48px;
    border-radius: 8px;
    margin: 24px auto;
}

.form-group.flex-checkcbox-parent.disabled_input {
    background: #a2aaaf;
    pointer-events: none;
}

.flex-checkcbox-parent>label {
    margin: 0 8px;
}

.flex-checkcbox-parent label {
    color: #fff !important;
}

.form-group.flex-checkcbox-parent .form-check {
    padding-left: 0;
    padding-right: 24px;
    direction: ltr;
}

.flex-checkcbox-parent .form-check input {
    margin: 0px 16px;
    top: 50%;
    transform: translateY(-50%);
}

.form-group.flex-checkcbox-parent .form-check:nth-of-type(1) {
    margin-left: 16px !important;
}

.form-group.flex-checkcbox-parent .form-check:nth-of-type(2) input {
    left: -6px !important;
}

.required-txt::before {
    content: '*';
    margin-left: 3px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    padding: 0;
}

div#tab-step-4 .item-title {
    background: #485761;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 40px;
}

div#tab-step-4 .form-group:nth-of-type(2),
div#tab-step-4 .form-group #claim_final:not(:empty) {
    background: #D5DFE5;
    padding: 16px;
    border-radius: 8px;
    color: #485761;
}

div#tab-step-4 .form-group label {
    color: #485761 !important;
}

div#tab-step-4 .form-group .form-check input {
    width: auto;
}

div#tab-step-4 .form-group:nth-of-type(2) {
    padding-left: 48px;
    margin-bottom: 8px;
}

div#tab-step-4 .form-group:nth-of-type(2) label {
    padding-right: 24px;
}

div#tab-step-4 .form-group:nth-of-type(2)+label {
    margin-bottom: 40px;
}

button.add_new_proof_btn.disabled_input {
    pointer-events: none;
}

.alert.alert-danger {
    border-radius: 8px;
}

.delete-icon-btn {
    background: #E12C2C;
    height: 48px;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-icon-btn:focus {
    outline: none;
    box-shadow: none !important;
}

.delete-icon-btn i {
    margin: 0 5px;
}

.btn-160 {
    width: 160px !important;
    height: 48px;
}

.buttons-end-parent {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* start handle diasble css */

.form-control.disabled_input,
.dropdown-toggle.disabled {
    border: 1px solid #C2D0DA;
    color: #C2D0DA;
}

.dropdown-toggle.disabled .dropdown-item {
    color: #C2D0DA;
}

.dispute-form label.disabled_input,
.dispute-form .form-control.disabled_input+.has-icon-child i,
.dispute-form .form-control.disabled_input::placeholder {
    color: #A2AAAF;
}

label.custom-file-label.disabled_input {
    border: 1px solid #C2D0DA;
    pointer-events: none;
}

.dispute-form .my-custom-file label.disabled_input::after {
    background: #A2AAAF;
}

.custom-file-input.disabled_input,
.form-check .disabled_input,
.flex-checkcbox-parent .form-check input.disabled_input {
    pointer-events: none;
}

.form-row.justify-content-end.buttons .col {
    display: flex;
    justify-content: flex-end;
}


/* end handle diasble css */

.form-row {
    margin-left: -15px;
    margin-right: -15px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.hide-dive {
    display: none;
}

#add_new_proof_div_new .hide-dive,
#add_new_file_div_new .hide-dive {
    display: block !important;
}

.with-love {
    color: #485761;
    font-size: 16px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.with-love i {
    color: #D42525;
    margin: 0 7px;
    animation: heart-beat infinite 0.8s;
}

.with-love.rtl span {
    margin-left: 7px;
}

.with-love a {
    line-height: 0;
}

@keyframes heart-beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

footer {
    background: #87a3b6;
}


/*Footer:start*/

footer .footer-wrapper {
    /* padding: 40px 0; */
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .list-group.site-links a:not(:last-child) {
    margin-bottom: 16px;
}

footer .list-group.site-links a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

footer .socials p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
}

.socials-icons-wrapper img:not(:last-child) {
    margin-left: 16px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.database-form {
    border: 1px solid #87a3b6;
    padding: 10px;
    border-radius: 8px;
    background: #87a3b614;
}

.btn-header {
    background: #87a3b6;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}

footer .footer-brand {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .btn-footer {
    background: #87a3b6;
    text-align: center;
}

footer .btn-footer .list-group {
    /* padding: 5px; */
    display: block;
}

footer .btn-footer .list-group a {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

footer .btn-footer .list-group a:hover {
    text-decoration: none;
}

footer .btn-footer {
    padding: 22px 0;
}

footer .btn-footer a.site-copy-right {
    text-decoration: unset;
    direction: ltr;
}

footer .copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    background-color: #fff;
}

footer .copy-right div {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .copy-right .copy-right-heart,
footer .copy-right .copy-right-dimo {
    margin: 0 4px;
}

footer .copy-right .copy-right-dimo {
    margin-bottom: 5px;
}

footer .copy-right div {
    margin: unset;
    width: 100%;
}

footer .copy-right div>span {
    min-width: 10px;
}


/* Auth:start */


/* Login */

main.inner-page.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

main.inner-page.login-page .form-con {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset;
    margin: 80px auto;
}

main.login-page .form-con .block-title {
    margin-bottom: 64px;
    font-weight: 400px;
    font-size: 24px;
    text-decoration: underline;
    color: #485761;
}

main.login-page .form-con .form label {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

main.login-page .form-con .form .form-control {
    border: 1px solid #87a3b6;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 16px;
    line-height: 48px;
    height: 48px;
}

main.login-page .form-con .form .form-control:focus {
    box-shadow: unset;
    outline: none;
    border: 2px solid #87a3b6;
}

main.login-page .form-con .form .form-control.is-invalid {
    border-color: #E12C2C;
}

main.login-page .form-con .form button {
    margin-top: 22px;
    margin-bottom: 40px !important;
    font-weight: 700;
    height: 48px;
}

main.login-page .form-seperator {
    margin: auto;
    margin-bottom: 40px;
    width: 160px;
    height: 1px;
    background: #87a3b6;
}

main.login-page .form-con .form-assist-links {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

main.login-page .form-con .form-assist-links.m-b-16 {
    margin-bottom: 16px;
}

main.login-page .form-con .form-assist-links p {
    margin: unset;
}

main.login-page .form-con .form-assist-links a {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    padding-right: 2px;
    text-decoration: underline;
}


/* Login:end */


/* Forget-pw */

main.ForgetPass-page .form-con {
    padding: unset;
}

main.ForgetPass-page .form-con .block-title {
    margin-bottom: 64px;
    font-weight: 400px;
    font-size: 24px;
    text-decoration: underline;
    color: #485761;
}

main.ForgetPass-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

main.ForgetPass-page .form-con {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset;
    margin: 80px auto;
}

main.ForgetPass-page .form-con .block-title {
    margin-bottom: 64px;
    font-weight: 400px;
    font-size: 24px;
    text-decoration: underline;
    color: #485761;
}

main.ForgetPass-page .form-con .form .form-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main.ForgetPass-page .form-con .form label {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.main-header .navbar-brand img {
    height: 60px;
    transition: .4s;
}

.main-header.fixed .navbar-brand img {
    height: 50px;
}

main.ForgetPass-page .form-con .form .form-control {
    border: 1px solid #87a3b6;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 16px;
    line-height: 48px;
    height: 48px;
}

main.ForgetPass-page .form-con .form .form-control:focus {
    box-shadow: unset;
    outline: none;
    border: 2px solid #87a3b6;
}

main.ForgetPass-page .form-con .form button {
    margin-top: 22px;
    margin-bottom: 40px !important;
    font-weight: 700;
    height: 48px;
}

main.ForgetPass-page .form-seperator {
    margin: auto;
    margin-bottom: 40px;
    width: 160px;
    height: 1px;
    background: #87a3b6;
}

main.ForgetPass-page .form-con .form-assist-links {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

main.ForgetPass-page .form-con .form-assist-links.m-b-16 {
    margin-bottom: 16px;
}

main.ForgetPass-page .form-con .form-assist-links p {
    margin: unset;
}

main.ForgetPass-page .form-con .form-assist-links a {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    padding-right: 2px;
    text-decoration: underline;
}


/* Forget-pw:end */


/*Register:start*/

main.inner-page.register-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

main.inner-page.register-page .form-con {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset;
    margin: 80px auto;
}

main.inner-page.register-page.edit-profile .form-con {
    margin: 40px 0;
}

main.inner-page.register-page.edit-profile .my-title-wrap {
    margin-bottom: 40px;
}

main.register-page .form-con .block-title {
    margin-bottom: 64px;
    font-weight: 400px;
    font-size: 24px;
    text-decoration: underline;
    color: #485761;
}


/* main.register-page .form-con .form label {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

main.register-page .form-con .form label::before {
    content: '* ';
}*/

main.register-page .form-con .form .has-icon-parent {
    position: relative;
    background: transparent;
    border-radius: 25px;
}

main.register-page .form-con .form .has-icon-parent select {
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #0000;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #87a3b6;
}

main.register-page .form-con .form .has-icon-parent select:focus {
    border-width: 2px solid #485761;
}

main.register-page .form-con .form .has-icon-parent .has-icon-child {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    color: #485761;
}

main.register-page .form-con .form .form-control {
    border: 1px solid #87a3b6;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 16px;
    line-height: 48px;
    height: 48px;
}

main.register-page .form-con .form .form-control.is-invalid,
main.register-page .form-con .form .form-control.is-invalid:focus {
    border: 1px solid #E12C2C;
}

main.register-page .form-con .form .form-control:focus {
    border: 1px solid #87a3b6;
    outline: unset;
    box-shadow: unset;
}

main.register-page .form-con .form .my-custom-file {
    position: relative;
    text-align: revert;
}

main.register-page .form-con .form .my-custom-file .custom-file-input:focus~.custom-file-label {
    border-color: #485761;
}

main.register-page .form-con .form .my-custom-file label {
    padding-right: 160px;
    color: #87A3B6;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

main.register-page .form-con .form .my-custom-file label:before {
    display: none;
}

main.register-page .form-con .form .my-custom-file label::after {
    background: #485761;
    color: #fff;
    height: auto;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 145px;
    font-size: 16px;
    border-radius: 8px;
}

.form-con .flex-inputs-parent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-con .phone-code-flex {
    align-items: flex-end !important;
}

.form-con .flex-inputs-parent .bigger-one {
    width: 70%
}

.form-con .flex-inputs-parent .smaller-one {
    width: 35%;
    margin-right: 16px;
}

.form-con .flex-inputs-parent .smaller-one .small-input-code {
    padding: 0 10px;
}

.list-error-con {
    padding: 0;
}

.custom-file-input~.custom-file-label {
    border: 1px solid #87a3b6;
}

.custom-file-input:focus~.custom-file-label {
    outline: unset;
    box-shadow: unset;
    border: 2px solid #87a3b6;
}

main.register-page .form-con .form button {
    font-weight: 700;
    height: 48px;
}

main.register-page:not(.edit-profile) .form-con .form button {
    margin-top: 22px;
    margin-bottom: 40px !important;
}

main.register-page .form-seperator {
    margin: auto;
    margin-bottom: 40px;
    width: 160px;
    height: 1px;
    background: #87a3b6;
}

main.register-page .form-con .form-assist-links {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

main.register-page .form-con .form-assist-links.m-b-16 {
    margin-bottom: 16px;
}

main.register-page .form-con .form-assist-links p {
    margin: unset;
}

main.register-page .form-con .form-assist-links a {
    color: #485761;
    font-size: 16px;
    font-weight: 400;
    padding-right: 2px;
    text-decoration: underline;
}


/*Register:start*/


/* body.login-page footer {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
} */


/* Login:end */


/*Auth:end  */


/*Footer:End*/


/*Footer:End*/


/* start landing page */

.landing-page .inner-page.landing-page .main-dashboard .block-title {
    margin-bottom: 80px;
}

.landing-page .inner-page.landing-page .main-dashboard .link-parent {
    background-color: #485761;
    font-size: 24px;
    border-radius: 8px;
}

.landing-page .inner-page.landing-page .main-dashboard .link-parent:hover {
    text-decoration: none;
}

.main-dashboard .file-download-title {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    color: #485761;
}

.main-dashboard .file-download-link {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 8px;
    background: #F9F9F9;
    color: #485761;
    padding: 8px;
    width: 328px;
    max-width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: unset;
    box-shadow: 0 8px 15px #eee;
}

.main-dashboard .file-download-link i {
    font-size: 20px;
    margin-left: 8px;
}

.swal2-content {
    display: flex;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: #ffffffd9 !important;
}

.swal2-popup {
    background: transparent !important;
}

.swal2-icon {
    margin-bottom: 16px !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #485761 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #485761 !important;
}

p.swal-paragraph {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
}

.swal-btn {
    width: 350px;
    height: 48px;
}

@media(min-width:992px) and (max-width:1366px) {
    .dispute-form .tab-link::after {
        width: 50px;
        left: 20%;
    }
}

@media(max-width:992px) {
    .dispute-form .tab-link::after {
        display: none;
    }
}

@media(max-width:768px) {
    .notification-wrap .dropdown-content {
        left: 0;
        right: auto;
    }
    .form-con .view-claims,
    .form-con .add-new {
        min-height: 80px;
    }
    button.swal-btn.btn.btn-primary {
        width: 250px;
    }
}

@media (max-width:380px) {
    .notification-wrap .dropdown-content {
        min-width: 270px;
    }
    .landing-page .inner-page.landing-page .main-dashboard .link-parent {
        width: 200px;
    }
    .landing-page .inner-page.landing-page .main-dashboard .block-title {
        font-size: 16px;
    }
}


/* end landing page */


/* start contact page */

.contact-page .form-con .block-title {
    margin-bottom: 24px;
    font-size: 16px;
    background: #485761;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 8px;
}

.contact-page .form-con .form .form-control {
    border: 1px solid #87a3b6;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 16px;
    line-height: 48px;
    height: 48px;
}

.contact-page .form-con .form .form-control.is-invalid {
    border: 1px solid #E12C2C;
}

input.is-invalid {
    padding-right: 35px !important;
}

.contact-page .form-con .form textarea.form-control {
    min-height: 190px;
    line-height: 1.7;
}

.contact-page .form-con .form .form-control:focus {
    box-shadow: unset;
    outline: none;
    border: 2px solid #87a3b6;
}

.contact-page .buttons-end-parent {
    margin-top: 40px;
}

.has-unread {
    width: 10px;
    height: 10px;
    background-color: #F33232;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    right: -15px;
}


/* end contact page */

.dispute-form .item-title i {
    background: #485761;
    width: 65px;
    border: 2px solid #87A3B6;
    color: #fff;
    margin-left: 15px;
    padding: 0 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}

.navbar-light .navbar-nav .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link.log-out-btn {
    font-size: 16px;
    font-weight: bold;
    color: #485761;
}

.navbar-light .navbar-nav .nav-link.log-out-btn.edit-data {
    border-radius: 8px;
    border: solid 1px #485761;
    padding: 8px 20px;
}

.navbar-light .navbar-nav .nav-link.log-out-btn.edit-data i {
    font-size: 18px;
}

.footer-brand img {
    filter: brightness(0)invert(1);
}

.textarea-max-160 {
    margin-top: .25rem;
}

span.invalid-feedback.file-error,
.input-file .textarea-max-160 {
    margin-top: 16px;
}

.dispute-form .item-title.m-b-4 {
    margin-bottom: 4px;
}

.dispute-form .form-control.is-invalid {
    border: 1px solid #E12C2C;
}

.phone-code-select {
    width: 30%;
}

.phone-code-select .dropdown-menu.show {
    height: 150px;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.phone-code-select .dropdown-toggle::after {
    margin-left: 8px;
}

.phone-code-select .dropdown-menu.show .dropdown-item {
    text-align: left;
    cursor: pointer;
}

.phone-code-select .dropdown-menu.show .dropdown-item i {
    margin-left: 5px;
}

.phone-code-select .btn-outline {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #87a3b6;
}

.phone-code-flex .form-control {
    border-radius: 0 8px 8px 0 !important;
}

.phone-code-select .btn-outline:hover,
.phone-code-select .dropdown-item:focus,
.phone-code-select .dropdown-item:hover {
    background: transparent;
    color: #333;
}

.phone-code-select .dropdown-item {
    padding: 0;
    direction: ltr;
    text-align: center;
}

.phone-code-select .dropdown-item .flag-icon {
    margin-right: 5px;
}


/* edit profile */

.edit-profile .edit-input {
    font-size: 18px;
    bottom: 15px;
    left: 16px;
    z-index: 5;
}

.edit-profile .password-con,
.edit-profile .hidden-sibling {
    display: none;
}

.edit-profile .password-con {
    margin-bottom: 40px;
}

.edit-profile .password-toggler {
    background-color: #87A3B6;
    margin-bottom: 24px !important;
}

.edit-profile .form-seperator {
    margin-top: 40px !important;
}

.edit-profile .password-toggler i {
    font-size: 18px;
}

.edit-profile .phone-code-flex.overlayed .phone-code-overlay {
    z-index: 4;
    border-radius: 8px 0 0 8px;
    border: 1px solid #87a3b6;
    border-right: 0;
}

.edit-profile .phone-code-flex.overlayed .bigger-one #phone {
    border-left: 0;
}

.edit-profile .phone-code-flex:not(.overlayed) .phone-code-overlay,
.edit-profile .cuustom-file-wrap:not(.overlayed) label:nth-child(2),
.edit-profile .cuustom-file-wrap.overlayed label:nth-child(1) {
    display: none;
}

.edit-profile .otp-wrapper p {
    font-size: 12px;
}

.edit-profile .back-home {
    right: 15px;
}


/* for custom file input */

.my-custom-file.with-overlay {
    height: 48px;
}

.my-custom-file.with-overlay .file-input-overlay {
    z-index: 5;
    border: 1px solid #87a3b6;
    border-radius: 8px;
}

.my-custom-file.with-overlay .file-input-overlay a {
    text-decoration: underline;
    color: #485761;
}

.otp-wrapper .btn {
    width: 80px !important;
}

.otp-send.disabled_input {
    opacity: 0.5;
}

.otp-send.disabled_input * {
    color: #C2D0DA;
}

.disabled_input {
    pointer-events: none;
}

.otp-send .form-control[type="number"] {
    padding-left: 0 !important;
}

.otp-wrapper .otp-phone {
    width: calc(100% - 96px);
}

.otp-wrapper .phone-code-select {
    width: 40%;
}

.company-response .my-title:after,
.company-response .dispute-form .item-title i {
    display: none;
}

.add_new_proof_btn {
    padding-left: 40px;
    padding-right: 40px;
    width: auto !important;
}

.delete-file-company {
    position: absolute;
    z-index: 99999;
    left: 10px;
    top: -10px;
    font-size: 16px;
    color: #485761;
}

.delete-file-company:hover {
    color: #87a3b6;
}


/*Media Quires*/

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
    /* main.min-height-parent {
      min-height: 840px;
  } */
}

@media (max-width: 1024px) {
    .main-slider {
        height: 60vh;
    }
    .section-one .left img {
        height: 300px;
    }
    .main-slider .caption .caption__wrapper h1 {
        font-size: 34px;
    }
    .main-slider .main-slider-img img {
        height: 360px;
    }
}

@media (max-width:1024px) {
    /*hamburger*/
    .navbar-light .navbar-toggler {
        border: unset;
    }
    .navbar-toggler {
        padding-left: 0;
    }
    .navbar-toggler.open .show {
        display: none;
    }
    .navbar-toggler.open .hide {
        display: block;
    }
    .navbar-toggler:not(.open) .hide {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing,
    .navbar-collapse.collapse.show {
        background-color: #fff;
        transition: unset !important;
        /* height: 100vh !important; */
        margin-left: -39px;
        margin-right: -39px;
        border-top: 1px solid #87a3b6;
    }
    .navbar-collapse.collapse ul.navbar-nav {
        padding: unset;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding-right: 18px;
        padding-left: 18px;
    }
    .navbar-collapse.collapse ul.navbar-nav li {
        position: relative;
        flex-basis: 100%;
    }
    .navbar-collapse.collapse ul.navbar-nav li:first-child {
        /* margin-top: 8px; */
        margin-bottom: unset;
    }
    .navbar-collapse ul.navbar-nav li a.mobile-nav-link {
        font-weight: 700;
        color: #485761 !important;
        font-size: 16px;
        background-color: unset;
        text-align: right;
    }
    .navbar-collapse.collapse ul.navbar-nav li.nav-item:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #87a3b6;
    }
    .navbar-collapse.collapse ul.navbar-nav li:last-child {
        margin: unset;
    }
    /*Header*/
    .main-slider-img {
        display: none;
    }
    .main-slider {
        height: 55vh;
    }
    .main-slider .caption,
    .main-slider .links {
        margin-top: unset;
    }
    .main-slider .links a {
        margin-right: auto;
    }
    /*section-one*/
    .section-one .left {
        margin-top: 65px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .section-one .left img {
        height: auto;
    }
    /*Footer*/
    footer .footer-wrapper {
        /* padding: 40px 0; */
        padding-top: 24px;
        padding-bottom: 24px;
    }
    footer .list-group.site-links a:last-child {
        margin-bottom: 16px;
    }
    footer .list-group.site-links {
        position: relative;
        overflow-x: hidden;
    }
    footer .list-group.site-links::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 156px;
        background-color: #485761;
        right: 0;
        bottom: 0;
    }
    footer .list-group.site-links {
        margin-top: 16px;
    }
    footer .list-group.site-links.one {
        margin-top: unset;
    }
    footer .socials {
        margin-top: 16px;
    }
    footer .footer-brand {
        display: none;
    }
    .desktop-only {
        display: none !important;
    }
    /*claim page */
    .dispute-form .tab-link-items .tab-link {
        display: none;
    }
    .dispute-form .block-title {
        margin-bottom: 0;
    }
    .dispute-form .form-row .form-group {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 600px) {
    .navbar-collapse.collapse,
    .navbar-collapse.collapsing,
    .navbar-collapse.collapse.show {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-collapse.collapse ul.navbar-nav {
        padding-right: 15px;
        padding-left: 15px;
    }
    /*Header*/
    .main-slider .main-slider-img {
        display: none;
    }
    .main-slider .caption .caption__wrapper h1 {
        font-size: 24px;
    }
    .main-slider .caption .caption__wrapper h2 {
        font-size: 16px;
    }
    .main-slider .caption .caption__wrapper h1:after {
        left: -2px;
        top: 4px;
        height: 18px;
        width: 9px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .main-slider .links a {
        margin-top: 24px;
    }
    /* End:Header */
    .section-one .row .right h1 {
        font-size: 24px;
    }
    .section-one .row .right h2 {
        font-size: 16px;
    }
    .section-one .container:before {
        left: 25%;
    }
    .section-one .left {
        justify-content: center;
    }
    /*Footer*/
    footer .btn-footer .list-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    footer .btn-footer .list-group a:not(:last-child) {
        margin-bottom: 16px;
    }
}


/************* icons***************** */


/**
*
*	Name:			iconly font icon
*	Version:	    1.0
*	Created on:		Dec 29, 2020
*	License:		GNU General Public License
--------------------------------------------------------------------------------------
*
**/


/*@import url('bulk-style.css');*/

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Iconly-light.eot');
    src: url('../fonts/Iconly-light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/Iconly-light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Iconly-light.ttf') format('truetype'), url('../fonts/Iconly-light.svg#Iconly-light') format('svg');
    ;
}

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Iconly-Broken.eot');
    src: url('../fonts/Iconly-Broken.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/Iconly-Broken.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Iconly-Broken.ttf') format('truetype'), url('../fonts/Iconly-Broken.svg#Iconly-Broken') format('svg');
    ;
}

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Iconly-Bold.eot');
    src: url('../fonts/Iconly-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/Iconly-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Iconly-Bold.ttf') format('truetype'), url('../fonts/Iconly-Bold.svg#Iconly-Bold') format('svg');
    ;
}

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Iconly-bulk.eot');
    src: url('../fonts/Iconly-bulk.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/Iconly-bulk.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Iconly-bulk.ttf') format('truetype'), url('../fonts/Iconly-bulk.svg#Iconly-bulk') format('svg');
    ;
}

[class^="iconly-"],
[class*="iconly-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconly' !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    /*   Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icli {
    font-weight: 200;
}

.icbr {
    font-weight: normal;
}

.icbo {
    font-weight: 700;
}

.icbu {
    font-weight: 900;
}

.iconly-Activity:before {
    content: "\e900";
}

.iconly-Add-User:before {
    content: "\e901";
}

.iconly-Arrow-Down:before {
    content: "\e902";
}

.iconly-Arrow-Down-2:before {
    content: "\e903";
}

.iconly-Arrow-Down-3:before {
    content: "\e904";
}

.iconly-Arrow-Down-Circle:before {
    content: "\e905";
}

.iconly-Arrow-Down-Square:before {
    content: "\e906";
}

.iconly-Arrow-Left:before {
    content: "\e907";
}

.iconly-Arrow-Left-2:before {
    content: "\e908";
}

.iconly-Arrow-Left-3:before {
    content: "\e909";
}

.iconly-Arrow-Left-Circle:before {
    content: "\e90a";
}

.iconly-Arrow-Left-Square:before {
    content: "\e90b";
}

.iconly-Arrow-Right:before {
    content: "\e90c";
}

.iconly-Arrow-Right-2:before {
    content: "\e90d";
}

.iconly-Arrow-Right-3:before {
    content: "\e90e";
}

.iconly-Arrow-Right-Circle:before {
    content: "\e90f";
}

.iconly-Arrow-Right-Square:before {
    content: "\e910";
}

.iconly-Arrow-Up:before {
    content: "\e911";
}

.iconly-Arrow-Up-2:before {
    content: "\e912";
}

.iconly-Arrow-Up-3:before {
    content: "\e913";
}

.iconly-Arrow-Up-Circle:before {
    content: "\e914";
}

.iconly-Arrow-Up-Square:before {
    content: "\e915";
}

.iconly-Bag:before {
    content: "\e916";
}

.iconly-Bag-2:before {
    content: "\e917";
}

.iconly-Bookmark:before {
    content: "\e918";
}

.iconly-Buy:before {
    content: "\e919";
}

.iconly-Calendar:before {
    content: "\e91a";
}

.iconly-Call:before {
    content: "\e91b";
}

.iconly-Call-Missed:before {
    content: "\e91c";
}

.iconly-Call-Silent:before {
    content: "\e91d";
}

.iconly-Calling:before {
    content: "\e91e";
}

.iconly-Camera:before {
    content: "\e91f";
}

.iconly-Category:before {
    content: "\e920";
}

.iconly-Chart:before {
    content: "\e921";
}

.iconly-Chat:before {
    content: "\e922";
}

.iconly-Close-Square:before {
    content: "\e923";
}

.iconly-Danger:before {
    content: "\e924";
}

.iconly-Delete:before {
    content: "\e925";
}

.iconly-Discount:before {
    content: "\e926";
}

.iconly-Discovery:before {
    content: "\e927";
}

.iconly-Document:before {
    content: "\e928";
}

.iconly-Download:before {
    content: "\e929";
}

.iconly-Edit:before {
    content: "\e92a";
}

.iconly-Edit-Square:before {
    content: "\e92b";
}

.iconly-Filter:before {
    content: "\e92c";
}

.iconly-Filter-2:before {
    content: "\e92d";
}

.iconly-Folder:before {
    content: "\e92e";
}

.iconly-Game:before {
    content: "\e92f";
}

.iconly-Graph:before {
    content: "\e930";
}

.iconly-Heart:before {
    content: "\e931";
}

.iconly-Hide:before {
    content: "\e932";
}

.iconly-Home:before {
    content: "\e933";
}

.iconly-Image:before {
    content: "\e934";
}

.iconly-Image-2:before {
    content: "\e935";
}

.iconly-Info-Circle:before {
    content: "\e936";
}

.iconly-Info-Square:before {
    content: "\e937";
}

.iconly-Location:before {
    content: "\e938";
}

.iconly-Lock:before {
    content: "\e939";
}

.iconly-Login:before {
    content: "\e93a";
}

.iconly-Logout:before {
    content: "\e93b";
}

.iconly-Message:before {
    content: "\e93c";
}

.iconly-More-Circle:before {
    content: "\e93d";
}

.iconly-More-Square:before {
    content: "\e93e";
}

.iconly-Notification:before {
    content: "\e93f";
}

.iconly-Paper:before {
    content: "\e940";
}

.iconly-Paper-Download:before {
    content: "\e941";
}

.iconly-Paper-Fail:before {
    content: "\e942";
}

.iconly-Paper-Negative:before {
    content: "\e943";
}

.iconly-Paper-Plus:before {
    content: "\e944";
}

.iconly-Paper-Upload:before {
    content: "\e945";
}

.iconly-Password:before {
    content: "\e946";
}

.iconly-Play:before {
    content: "\e947";
}

.iconly-Plus:before {
    content: "\e948";
}

.iconly-Profile:before {
    content: "\e949";
}

.iconly-Scan:before {
    content: "\e94a";
}

.iconly-Search:before {
    content: "\e94b";
}

.iconly-Send:before {
    content: "\e94c";
}

.iconly-Setting:before {
    content: "\e94d";
}

.iconly-Shield-Done:before {
    content: "\e94e";
}

.iconly-Shield-Fail:before {
    content: "\e94f";
}

.iconly-Show:before {
    content: "\e950";
}

.iconly-Star:before {
    content: "\e951";
}

.iconly-Swap:before {
    content: "\e952";
}

.iconly-Tick-Square:before {
    content: "\e953";
}

.iconly-Ticket:before {
    content: "\e954";
}

.iconly-Ticket-Star:before {
    content: "\e955";
}

.iconly-Time-Circle:before {
    content: "\e956";
}

.iconly-Time-Square:before {
    content: "\e957";
}

.iconly-Unlock:before {
    content: "\e958";
}

.iconly-Upload:before {
    content: "\e959";
}

.iconly-User2:before {
    content: "\e95a";
}

.iconly-User3:before {
    content: "\e95b";
}

.iconly-Video:before {
    content: "\e95c";
}

.iconly-Voice:before {
    content: "\e95d";
}

.iconly-Voice-2:before {
    content: "\e95e";
}

.iconly-Volume-Down:before {
    content: "\e95f";
}

.iconly-Volume-Off:before {
    content: "\e960";
}

.iconly-Volume-Up:before {
    content: "\e961";
}

.iconly-Wallet:before {
    content: "\e962";
}

.iconly-Work:before {
    content: "\e963";
}

.notify-circle {
    top: 3px;
    right: 3px;
    font-size: 12px;
    width: 17px;
    height: 17px;
    border: 1px solid white;
    background-color: #87a3b6!important;
}