@font-face {
    font-family: "SEGOE UI", sans-serif;
    src: url(../fonts/SEGOEUI.TTF);
}

:root {
    --primary: #093475;
    --dark-primary: #022457;
    --secondary: #C7D9F5;
    --orange: #FF8E00;
    --black: #010001;
    --text: #393939;
    --grey: #faf8f8;
    --white: #ffffff;
    --bg: #EAEFF5;
}

body {
    font-family: "SEGOE UI", sans-serif;
    margin: 0;
    padding: 0;
}

* a {
    text-decoration: none;
    color: var(--bl);
}

* a:hover {
    color: var(--hover);
    transition: all 0.6s ease 0s;
}

.dropdown-toggle::after {
    display: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.clear {
    clear: both;
}

.btn-hope-primary:hover {
    transition: all 0.25s 0.25s ease-out;
    background-color: var(--primary);
    opacity: 0.75;
    border: 1px solid var(--primary);
}

.btn-hope-secondary:hover {
    transition: all 0.25s 0.25s ease-out;
    background-color: var(--orange) !important;
    opacity: 0.75;
    border: 1px solid var(--orange);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "SEGOE UI", sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

.form-control[type="file"] {
    padding: 14px 20px;
}

textarea.form-control {
    min-height: 100px !important;
}

label {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--black);
}

.form-select,
.form-control {
    border-radius: 5px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    height: 50px;
    font-size: 14px !important;
    margin-top: 0;
}

.form-select:focus,
.form-control:focus {
    border: 1px solid #003a92 !important;
    box-shadow: none !important;
}

.form-select {
    cursor: pointer;
}

.container-fluid {
    padding: 0 40px;
}

* {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-decoration: none;
    outline: none !important;
}

/* custom css starts here */
.hopeMenuList ul {
    margin: 0;
    padding: 0;
}

.hopeMenuList li {
    list-style-type: none;
    margin-right: 30px;
    display: inline-block;
}

.hopeMenuList a {
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
}

.hopeMenuList li:last-child {
    margin-right: 0;
}

.hopeLogo {
    width: 150px;
    height: 80px;
    margin: 0 auto 20px auto;

}
.hoverHopeLogo{
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.hoverHopeLogo:hover {
    top: -8px;
}

.secondLogo{
    margin-left: 0px;
}

.hopeLogo img,
.aboutHopeLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutHopeLogo {
    width: 300px;
    height: 300px;
    margin: 0 auto 30px auto;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.hopeNavbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.hopeNavGrp {
    background-color: var(--white);
    padding: 5px 0;
    box-shadow: -4px 6px 19px -6px rgba(0, 0, 0, 0.1);
}

.btn {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 7px;
}

.btn-hope-primary {
    background-color: var(--primary);
    color: var(--white) !important;
}

.btn-hope-secondary {
    background-color: var(--orange);
    color: var(--white) !important;
}

.btn-hope-white {
    background-color: var(--white);
    color: var(--text) !important;
    font-weight: 600;
}

.btn-hope-border {
    background-color: var(--white);
    color: var(--primary) !important;
    border: 2px solid var(--primary);
}

.btn-hope-border:hover {
    background-color: var(--primary);
    color: var(--white);
}

.img-container {
    overflow: hidden;
    position: relative;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*banner css here*/
.bannerImg {
    width: auto;
    max-width: 750px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.hopeBanner {
    position: relative;
    min-height: 600px;
}

.bannerInfo h2 {
    margin-top: 19%;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.bannerInfo h3 {
    font-size: 46px;
    font-weight: 700;
    color: var(--black);
    margin: 10px 0 0 0;
    line-height: 55px;
}

.bannerInfo p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    margin: 20px 0;
}

.searchIcon {
    background-color: var(--secondary);
    height: 40px;
    min-width: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.searchIcon i {
    color: var(--primary);
}

.noborder-space {
    height: unset;
    padding-left: 0;
    padding-top: 0;
    border-radius: 0;
    font-size: 14px;
}

.noborder-space:focus {
    border: 0px solid;
}

.bannerInfo {
    position: relative;
}

.searchJobGrp {
    width: 680px;
    position: absolute;
    left: 0;
    z-index: 1;
    margin-top: 40px;
    background-color: var(--white);
    padding: 12px;
    border-radius: 10px;
    box-shadow: -4px 6px 19px -6px rgba(0, 0, 0, 0.1);
}

.wrapper {
    padding-top: 8.5pc;
    min-height: 100vh;
}

.hopeSpace {
    padding: 70px 0;
}

.hopePrimaryBg {
    background-color: var(--primary);
}

.footerMenu ul {
    margin: 0;
    padding: 0;
}

.footerMenu li,
.footerInfo p {
    list-style-type: none;
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--white);
}

.footerMenu a {
    color: var(--white);
}

footer h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--white);
}

.footerIcon {
    border: 2px solid var(--white);
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

footer strong {
    font-weight: 600;
}

.lowFooter {
    background-color: var(--dark-primary);
    padding: 12px 0;
}

.lowFooter p {
    list-style-type: none;
    display: block;
    font-size: 13px;

    color: var(--white);
}

.hopeHead h2 {

    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.hopeHead h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--black);
    margin: 5px 0 0 0;

}

.hopeHead h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--black);


}

.industriesGrp {
    background-color: var(--secondary);
    padding: 20px;
    border-radius: 10px;
    color: var(--primary);
    min-height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.industriesGrp i {
    font-size: 28px;
    margin-bottom: 10px;
}

.industriesGrp h5 {
    font-size: 18px;
    font-weight: 600;
    max-width: 100px;
}

.industriesInner a:hover .industriesGrp {
    background-color: var(--orange);
    color: var(--white);
}

.industriesInner {
    margin-bottom: 30px;
}

.hopeHead p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    margin: 20px 0;
}

.hopeList ul {
    margin: 0;
    padding: 0;
}

.hopeList li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
    display: flex;
    align-items: center;
    line-height: 24px;
}

.hopeList li:last-child {

    margin-bottom: 0px;
}

.checkbg {
    min-width: 22px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.hopeFindImg {
    height: 540px;
}

.innerSpaceLeft {
    padding-left: 20px;
}

.innerSpaceRight {
    padding-right: 20px;
}

.popularIndustries .hopeSpace {
    padding-bottom: 50px;
}

.coutnerBannerBg {
    background-image: url("../images/counterBanner.jpg");
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
}

.counterBannerInner {
    background-color: rgba(9, 52, 117, 0.82);
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counterBannerInner h2,
.counterBannerInner h3 {
    color: var(--white);

}

.counterBannerInner h3 {
    font-size: 55px;
    margin-bottom: 10px;
}

.mapFrameTop {
    display: flex;
    align-items: center;

    flex: 1;
    flex-wrap: wrap;
}

.contactGrp,
.mapFrame {
    flex: 0.5;
}

.contactGrp {
    background-color: var(--secondary);
    padding: 50px;
}

.mapFrame {
    width: auto;
    height: 585px;
}

.mapFrame iframe {
    width: 100%;
    height: 100%;
}

.blogImg {
    width: auto;
    height: 190px;
}

.blogImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryImg {
    width: auto;
    height: 250px;
    margin-bottom: 30px;
}

.galleryImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogGrp {
    background-color: var(--white);
    padding: 20px;
}

.blogInfo h6 {
    font-size: 17px;
    color: var(--black);
    font-weight: 700;
    line-height: 24px;
    margin: 20px 0;
}

.blogInfo p,
.clientInnerGrp p {
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
    margin-bottom: 20px;
    line-height: 24px;
}

.blogGrp:hover {
    box-shadow: -4px 6px 19px -6px rgba(0, 0, 0, 0.1);
}

.happyClientsList ul {
    margin: 30px 0 0 0;
    padding: 0;
}

.happyClientsList li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid var(--primary);
}

.happyClientsList h5 {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
}

.happyClientsList p {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    margin-top: 5px;

}

.happyClientsList li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.topBar .footerIcon {
    border: 0px solid var(--white);
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.topBar li {
    margin-right: 10px;
}

.topBar .form-select {
    background-color: transparent;
    padding: 0 50px 0 0;
    height: unset;
    color: var(--white);
    font-size: 14px;
    margin-left: 10px;
}

footer {
    margin-top: 50px;
    position: relative;
}

.topFooter {
    padding-bottom: 50px;
    padding-top: 90px;
}

.footerCaption {
    background-color: var(--orange);
    padding: 35px;
    width: 84%;
    left: 8%;
    top: -65px;
    position: absolute;
}

.footerCaption p {
    font-weight: 600;
    font-size: 16px;

    color: var(--white);
}

.blogDetailImg {
    width: auto;
    height: 550px;
}

.blogDetailImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogInnerInfo {
    margin: 30px 0 0 0;
}

.blogInnerInfo p {
    text-align: justify;
}

.text-primary {
    color: var(--primary) !important;
}

.contact-card i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--secondary);
    color: var(--primary);
    display: inline-block;
    text-align: center;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.contact-card {
    margin-bottom: 30px;
    position: relative;
}

.contact-card .content {
    padding-left: 85px;
}

.contact-card .content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.contact-card .content p {
    margin-bottom: 0;
    color: var(--black);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {


    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

.clientFormGrp .form-select, .clientFormGrp .form-control {
    border: 1px solid var(--black) !important;
min-width: 240px;
}

.clientFormGrp .btn-sm{
    width: 70px;
}
/*Blue Buttons*/


/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#progressbar .active {
    color: #000000;

}

#progressbar li {
    list-style-type: none;
    font-size: 16px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 600;
    margin-bottom: 50px;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1ad";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f0f2";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f03a";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f03a";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: var(--orange);
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}


fieldset h4 {
    font-size: 20px;
}

.aboutImg {
    width: auto;
    height: 450px;
    margin: 30px auto;
}

.aboutImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chairManImg {
    width: auto;
    height: 500px;
    margin-bottom: 25px;
}

.chairManImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messageGrp {
    background-color: var(--secondary);


}

.keyPeopleImg {
    width: auto;
    height: 450px;

}

.keyPeopleImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.keyPeopleOuter {
    position: relative;
}

.keyPeopleInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    padding: 30px;
}

.keyPeopleInfo h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
}

.keyPeopleInfo p {
    font-size: 14px;
    color: var(--white);
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.availialeBg {
    background-color: var(--bg);
    padding: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
    color: var(--black);
    font-weight: 600;
}

.nav-pills .nav-link {

    padding: 7px 0;
    font-size: 16px;
    color: var(--text);
}

.availialeBg h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);

}

.dropbtn {
    background-color: transparent;
    color: var(--black);
    font-weight: 500;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--secondary);

    box-shadow: -4px 6px 19px -6px rgba(0, 0, 0, 0.1);

    z-index: 10000;
    min-width: 200px;
    left: 0px;
}

.dropdown-content a {
    color: var(--text);
    padding: 12px 15px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: var(--primary);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: var(--pr);
}

.hopeSidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--secondary);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.hopeSidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: var(--text);
    display: block;
    transition: 0.3s;
}

.hopeSidenav a:hover {
    color: var(--primary);
}

.hopeSidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.smallScreen {
    display: none;
}

.largeScreen {
    display: block;
}


.noBg {
    background-color: transparent;
}

.recurementProcess ul {
    margin: 0 auto;
    justify-content: center;
    border-bottom: 2px solid var(--primary);
    position: relative;
}

.recurementProcess
.nav-pills .nav-link {
    padding: 20px;
}

.yellowDot {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background-color: var(--orange);
    position: absolute;
    left: 41%;
    bottom: -10px;
}

/*.counterListGrp h5::before {*/
/*    counter-increment: section;*/
/*    content: counter(section);*/
/*    display: inline-block;*/
/*    color: white;*/
/*    background: #555;*/
/*    border: 5px solid #555;*/
/*    padding: 1px 15px;*/
/*    margin-right: 16px;*/
/*    border-radius: 50%;*/
/*}*/
body {
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
}

.recruitmentBg {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-color: var(--orange);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.recruitmentBg h6::before {
    /* Increment "my-sec-counter" by 1 */
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
}

.recruitmentFlex {
    display: flex;
    margin-bottom: 10px;
}

.noteText p {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    font-style: italic;
    margin-top: 30px;

}

.blogInnerSingle .hopeHead h3 {
    font-size: 30px;

}

.blogInnerSingle .hopeHead p {
    font-size: 15px;

    margin: 10px 0;
}

.blogInnerSingle
.hopeFindImg {
    height: 340px;
}

.countrySpace {
    margin: 0 15px 5px 15px;
}

.countrySpace .hopeLogo {
    width: auto;
}

.blogInnerSingle {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

.hopeBorder {
    border-bottom: 2px solid var(--primary);
    margin-bottom: 50px;
}

.aboutLargeImg {
    width: auto;
    height: 530px;
}

.aboutLargeImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bigBtn {

    display: flex;
    align-items: center;
    justify-content: center;
}

.subJobList ul {
    margin: -45px 0 0 10px;
}

.subJobList li {

}

.clientHead h6 {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.goog-te-gadget-simple {
    margin-left: 5px;
}

.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-menu-value {
    font-size: 11px;
}

.goog-te-gadget-simple {
    background-color: #afcfff !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    font-size: 10px !important;

    display: inline-block;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    cursor: pointer;
    zoom: 1;
    *display: inline;
    border-radius: 3px;
}
.btn:focus, .btn.focus{
    background-color: var(--primary);
    opacity: 0.75;
}

.wrapper .hope-baner-image {
    max-height: 400px;
    max-width:  100%;
    overflow-y: hidden;
    
}
.wrapper .hope-baner-image img.baner-hero-image {
    width:   100%;
    height:  100%;
}
.wrapper .baner-title {
    font-size: 50px;
    font-weight: 900;
}

.wrapper .breadcrumb-icon {
    font-size: 12px;
    font-weight: 900;
}
.wrapper .baner-breadcrumb-section {
    top : 50%;
    left: 50%;
    /* bottom: 50%; */
    transform: translate(-50%, -50%);
    text-align: center;
}
.wrapper .ads-baner-breadcrumb {
    font-weight: 400;
}
.wrapper .ads-title:hover {
    color:  #2a7e31 !important;
    cursor: pointer !important;
}

.wrapper .ads-container {
    max-width: 80%;
    margin: 0 auto;
}


.wrapper .ads-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.wrapper .ads-modal-content {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: 999999;
    transform: translate(-50%, 0);
    width: 50%;
    outline: 0;
}
.wrapper .ads-modal-content img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.wrapper .ads-model-body {
    position: relative;
}
.wrapper .ads-close-modal {
    width: 30px;
    height: 30px;
    opacity: 0.4;
    background-color: #000000;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.wrapper .ads-close-modal:hover,
.wrapper .ads-close-modal:focus {
    opacity: 1;
    color: rgb(255, 0, 0);
    text-decoration: none;
    cursor: pointer;
}
.wrapper .ads-model-close-icon {
    padding-top: 10px;
    padding-right: 10px;
    align-items: center;
    background: white;
    display: flex;
    justify-content: end;
}
