﻿/*global styles*/
.td-u {
    text-decoration: underline;
}

.siz-s {
    font-size: 10px;
}

.siz-xs {
    font-size: 14px;
}

.siz-sm {
    font-size: 16px;
}

.siz-md {
    font-size: 18px;
}

.va-super {
    vertical-align: super;
}

.font-franklin {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.font-lucida {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.font-cambria {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}

.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: open-sans;
    font-display: fallback;
    src: url('/content/fonts/OpenSans-Regular.ttf') format('truetype'), url('/content/fonts/Roboto.ttf') format('truetype'), url('/content/fonts/OpenSans-Light.ttf') format('truetype'), url('/content/fonts/OpenSans-SemiBold.ttf') format('truetype');
}

.font-sans {
    font-family: open-sans;
}

.resume-wrapper {
    background-color: #F2F6FA;
    padding-bottom: 3rem;
}

.resume-header, .pull-skils1 {
    background-color: #3176E0;
}

.bg-container {
    background-color: #F2F6FA;
}

pre {
    font-family: sans-serif;
    white-space: pre-wrap;
}
/*slide*/
.slick-current img.resume-edit-img {
    border: 2px solid #0E46A1 !important;
}
.slick-current > .article-out{
    opacity: 1 !important;
}
.slick-slide:focus, .slick-slide, img.resume-edit-img {
    outline: none;
}

.dis-none {
    display: none;
}

.nav-bg {
    background-color: #004274;
}

.nav-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.fixed-control {
    position: fixed;
    top: 90px;
    right: 60px;
    background: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    z-index: 10;
}

.dropUL {
    width: 160px;
    height: 38px;
    background-color: #1361BF;
    z-index: 100;
}

    .dropUL.show {
        width: 160px;
        height: 35px;
        border-bottom: 2px solid #1361BF;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .dropUL .dropdown-menu {
        background-color: #1361BF;
    }

        .dropUL .dropdown-menu.show {
            border-top-left-radius: 0 !important;
            border-top-right-radius: 0 !important;
        }

            .dropUL .dropdown-menu.show li {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

                .dropUL .dropdown-menu.show li a:hover {
                    background-color: none !important;
                }

    .dropUL .fa-chevron-down {
        display: inline-block;
    }

    .dropUL.show .fa-chevron-down {
        display: none;
    }

    .dropUL .fa-chevron-up {
        display: none;
    }

    .dropUL.show .fa-chevron-up {
        display: inline-block;
    }

    .dropUL i, .dropUL a {
        line-height: 1.5;
    }
/*template two*/
.clear {
    clear: both;
}

.mainDetails {
    background-color: #81F6DC;
}

.two-border {
    border-bottom: 1.5px solid #468273;
}

.two-title {
    color: #2A7262;
}

.list-style-none {
    list-style: none;
}

.two-skills::before {
    content: "\2022";
    color: #2A7262;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    line-height: 1.1;
    width: .8rem;
    margin-left: -.8rem;
}

.minhieght {
    height: 100%;
}
/*template treh*/
.resume-header-3, .pull-skils {
    background-color: #004274;
}

.color-skils {
    color: #004274;
}

.resume-header-3 img {
    border-radius: 50%;
}

.media-body-3 {
    background-color: #00AAEB;
    justify-content: center;
}

.min-h-150 {
    min-height: 130px;
}

.min-h-297mm {
    min-height: 297mm;
}
/*template for*/
.left-border-for {
    border-left: 1px solid #343a40;
}
/*template fix*/
.right-border-six {
    border-right: 1px solid #343a40;
}

.remove-abs {
    top: -10px;
    right: -6px;
    cursor: pointer;
}

.page {
    display: block;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.slick-slide .article-out {
    transform: scale(0.9);
    opacity: .6;
}

.slick-slide.slick-center .article-out {
    transform: scale(1);
    opacity: 1;
}

.outline-none, .outline-none:focus {
    outline: none;
}
/*New Resumes*/
.slider-allresumes {
    margin-left: 60px;
}

.slide-res-item {
    padding-bottom: 30px;
    margin-right: 12px;
}

.article-out {
    box-shadow: 0px 12px 42px -12px rgba(24, 39, 75, 0.12), 0px 8px 16px -23px rgba(24, 39, 75, 0.12);
}

.sl-custopm-arrow {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0E46A1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.sl-next-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
}

.sl-prev-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 30px;
}

.yellow-icon {
    color: #F4D546;
}

.info-container a {
    width: 180px;
    word-break: break-word;
    display: block;
}

@media (max-width: 1200px) {
    .slider-allresumes {
        margin-left: 0px !important;
    }
}

.labele-link {
    width: 49%;
}

.resume-position-title, .resume-position-title {
    font-size: 12px;
}

.colors-container {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 75px;
}

    .colors-container p {
        color: #46464E;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
    }

.colors {
    margin-left: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
}

.color-sl {
    width: 28px;
    height: 28px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    background-color: #7D7D7D;
    border: none;
    cursor: pointer;
    position: relative;
}

    .color-sl:not(:first-child) {
        margin-left: 21px;
    }

/* social dropdown */
.resume-edit-img {
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    border-radius: 4px !important;
}

.hidden-img {
    display: none !important;
}

.slider-for {
    overflow: hidden;
}

.active-sl::before {
    position: absolute;
    content: "";
    background: white;
    width: 36px;
    height: 36px;
    z-index: -1;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    border: 2px solid #808D97;
}

.active-sl::after {
    position: absolute;
    content: "";
    background: url(/Content/icons/check-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 8px;
    left: 6px;
}

.active-sl:first-child::after {
    content: unset;
}

.social-button {
    color: #0E46A1;
    font-family: Arian AMU;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    cursor: pointer;
}

.res-inner-content {
    max-width: 1380px;
    margin: auto;
}

.defoult-color {
    box-shadow: unset !important;
}

.header-res-eleven {
    height: 181px;
    background: #7D7D7D;
}

.res-fullname-div-eleven {
    padding-left: 45px;
    padding-top: 60px;
}

.res-fullname-eleven {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.res-proffession-eleven {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 163.69%;
    color: #FFFFFF;
}

.inf-res-eleven {
    display: flex;
    margin-bottom: 7px;
    gap: 10px;
}

.infos-res-ten {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.header-res-eleven {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.res-foot-eleven {
    background: #F4D546;
    height: 11px;
}

.left-side-eleven {
    background: #FFFFFF;
    padding-left: 60px;
}

.right-side-eleven {
    background: #FFFFFF;
    padding-right: 60px;
}

.about-me-eleven {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3C4043;
    padding-top: 77px;
}

.active-mob-res {
    border: 2px solid white !important;
    border-radius: 4px !important;
    padding: 3px;
}

.border-eleven {
    max-width: 100%;
    height: 0px;
    border: 1px solid #3C4043;
}

.about-me-res-eleven {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3C4043;
}

.res-work-eleven {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3C4043;
}

.res-work-eleven-div {
    padding-top: 77px;
}

.res-education-eleven {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3C4043;
}

.info-eleven-res-sec {
    padding-right: 75px;
}

.res-twelve-wrapper {
    background: #FFFFFF;
}

.border-twelve {
    background: #FFDF5A;
    width: 80px;
    height: 100px;
    position: relative;
}

.ab-res-tw {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 0px !important;
    margin-bottom: 0;
}

.border-line-twelve {
    border: 1px solid;
    width: 322px;
    position: absolute;
    top: 50%;
}

.rs-skl {
    padding-left: unset !important;
}

.res-fullname-twelve {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 19px;
    padding-top: 19px;
    margin-bottom: 10px;
}

.res-proffession-twelve {
    padding-left: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 163.69%;
    color: #000000;
}

.border-hd-yell {
    width: 100%;
    height: 4px;
    background: #FFDF5A;
}

.line-h-r {
    height: 320px;
    width: 1px;
    background: black;
    top: 0;
    right: 64px;
}

.rgh-brd {
    border: 1px solid;
    position: absolute;
    width: 300px;
    bottom: -54px;
    bottom: 150px;
    right: 0;
}

.res-ed-tw {
    padding-left: unset !important;
    margin-top: 50px;
}

.rght-border {
    width: 300px;
    background: #FFDF5A;
    top: 50%;
    height: 18px;
    position: absolute;
    transform: rotate(90deg);
    right: -148px;
}

.left-effect {
    width: 132px;
    background: #FFDF5A;
    height: 18px;
    position: absolute;
    transform: rotate(90deg);
    bottom: 58px;
    left: -59px;
}

.res-title-company-twelve {
    display: flex;
    margin-top: 30px;
    gap: 1px;
}

.brd-yellow {
    height: 3px;
    background: #FFDF5A;
    width: 60px;
    margin-top: 0px !important;
}

.ylw-div {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.res-edu-twelve {
    padding-left: 25px;
    padding-right: 25px;
}

.res-edu-border {
    max-width: 60px;
    height: 3px;
    background: #FFDF5A;
}

.res-exp-wrk {
    margin-left: unset !important;
    padding-top: 15px !important;
}

.res-edu-text {
    display: flex;
    gap: 10px;
}

.res-skills-twelve {
    padding-left: 25px;
}

.res-jb-dt {
    margin-top: 30px;
}

.res-edu-twelve-div {
    display: flex;
    gap: 10px
}

.lang-res-twelve {
    padding-left: 25px;
}

.pd-l-r {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.header-res-twelve {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.left-thirteen {
    padding-left: 25px;
    background: #F6F6F6;
}

.inner-left {
    padding-left: 10px;
    padding-right: 5px;
}

.user-text-thirteen {
    overflow-wrap: break-word;
}

.user-text-info-thirteen {
    padding-top: 48px;
}

.user-city-thirteen {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.feedback-contact-thirteen {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
}

.border-line-thirteen {
    height: 0px;
    border: 1px solid;
    margin-bottom: 13px;
}

.right-thirteen {
    margin: unset !important;
    padding-top: 40px;
    background: #FFF;
    padding-right: 40px;
    padding-left: 25px;
}

.res-fullname-thirteen {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000;
}

.res-proffession-thirteen {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 163.69%;
    color: #000000;
}

.work-border-thirteen {
    width: 99%;
    height: 0px;
    border: 1px solid #000000;
}

.res-title-date-thirteen {
    margin-top: 12px;
}

.desc-thirteen {
    word-break: break-all;
}

.feedback-div {
    margin-top: 50px;
}

.info-res-thirteen {
    margin-top: 13px;
    font-size: 12px;
}

.resthrteen {
    display: block;
    width: 180px;
    word-break: break-word;
}

.left-side {
    background: #02266C;
}

.res-name {
    background: #EAEDF3;
    padding: 40px 25px;
}

.right-side {
    padding-left: unset !important;
    background: #FFFFFF;
    min-width: 500px;
    width: 100%;
}

.user-icon-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 40px;
}

.user-profile {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.user-text {
    overflow-wrap: break-word;
    max-width: 280px;
}

.user-text-info {
    font-style: normal;
    padding-left: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    padding-right: 25px;
}

.user-city {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar {
    width: 14px;
    height: 14px;
    display: flex;
}

.calendar-icon {
    width: 100%;
    height: 100%;
}

.calendar-date-div {
    gap: 5px;
    margin-left: 25px;
}

.calendar-location-section {
    padding-top: 50px;
}

.location-icon {
    width: 14px;
    height: 14px;
    display: flex;
}

.feedback-contact {
    padding-left: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.border-line {
    height: 0px;
    border: 1px solid #FFFFFF;
    margin: auto;
    max-width: 100%;
    margin: 0 15px 0 25px;
}

.info-res {
    margin-left: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    display: flex;
}

.res-fullname {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000;
}

.user-profession {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 163.69%;
    color: #000000;
    padding: 10px 0 40px 0;
}

.res-profession {
    margin-bottom: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.res-title-date {
    display: flex;
    justify-content: space-between;
}

.res-work-exp {
    margin-left: 25px;
    margin-right: 25px;
}

.res-job-title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.res-job-date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.res-company-address {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    font-style: italic;
}

.res-company-name {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0px !important;
}

.res-description {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.res-univer-date {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    text-transform: lowercase;
    color: #000000;
}


.res-education {
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0px;
}

.res-univer {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}

.res-faculty-name {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    gap: 5px;
}

.updated-height {
    height: auto !important;
}

.usr-block {
    display: flex;
}

.usr-hide {
    display: none;
}

.border-seven {
    border: 1px solid black;
}

.point-li {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    display: flex;
}

.info-res > p {
    word-wrap: break-word;
    width: 185px;
}

.resume-timeline-item-desc {
    margin-top: 50px;
    margin-bottom: 50px;
}

.left-side-ate {
    padding: 0 !important;
    background: #FFFFFF;
    padding-left: 15px !important;
}

.right-side-ate {
    background: #4F4F4F;
}

.exp-work {
    display: flex;
    padding: 40px 0 0 35px;
    justify-content: space-between;
}

.border-work {
    height: 3px;
    background: #C4C4C4;
    align-self: center;
    width: 215px;
    transform: rotate(180deg);
}

.res-job-date-border {
    display: flex;
    margin-left: 35px;
    gap: 9px;
    padding-top: 30px;
}

.border-date {
    width: 28px;
    height: 2px;
    align-self: center;
    background: #999999;
}

.date-text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
}

.res-job-title-company {
    display: flex;
    padding-top: 8px;
    gap: 4px;
    margin-left: 35px;
}

.res-address {
    margin-left: 35px;
}

.res-address-company {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    text-transform: capitalize;
    color: #999999;
}

.resume-description {
    margin-left: 35px;
    word-break: break-all;
    font-style: normal;
    margin-right: 35px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.resume-education {
    margin-left: 35px;
}

.res-edu-div {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    font-size: 16px;
}

.res-univer-sp {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.resume-faculty {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.resume-faculty-name {
    display: flex;
    gap: 4px;
}

.res-skills {
    margin-left: 35px;
}

.res-skills-user {
    margin-left: 17px;
    font-size: 13px;
}

.lang-res {
    margin-left: 35px;
}

.lang-res-ul {
    margin-left: 17px;
    font-size: 13px;
}

.res-proffession {
    padding-top: 41px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F2F2F2;
    padding-left: 25px;
    width: 205px;
}

.prof-border {
    display: flex;
    align-items: baseline;
}

.right-border-ate {
    height: 3px;
    background: #F2F2F2;
    width: 95px;
    position: absolute;
    top: 50px;
    right: 0;
}

.res-fullname-ate {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
    color: #F2F2F2;
    padding-left: 25px;
    width: 200px;
    margin-bottom: 0px;
}

.user-profile-res {
    position: relative;
}

.border-imguser::before {
    content: "";
    width: 140px;
    height: 140px;
    top: 17px;
    left: 18px;
    border: 3px solid #FFFFFF;
    position: absolute;
}

.user-profile-img {
    width: 140px;
    height: 140px;
    position: relative;
    margin-bottom: 12px;
    background: white;
}

.border-user-img {
    position: absolute;
    top: 0;
}

.user-profile-parent {
    padding-left: 25px;
    padding-top: 43px;
}

.phone-res-ate {
    padding-left: 25px;
    padding-top: 33px;
    display: flex;
    gap: 10px;
}

.number-res-ate {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #F2F2F2;
}

.res-number-div-ate {
    display: flex;
    align-items: center;
    gap: 10px;
}

.res-email-ate {
    display: flex;
    padding-left: 25px;
    padding-top: 16px;
    align-items: center;
    gap: 10px;
}

.res-date-ate {
    display: flex;
    padding-left: 25px;
    padding-top: 16px;
    align-items: center;
    gap: 10px;
}

.res-city-ate {
    display: flex;
    padding-left: 25px;
    padding-top: 16px;
    align-items: center;
    gap: 10px;
}

.res-linkedin-ate-parent {
    padding-left: 23px;
    padding-right: 23px;
    display: flex;
    color: #F2F2F2;
    align-items: start;
}

.res-linkedin-ate {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #F2F2F2;
}

.res-desc-ate-parent {
    padding-top: 16px;
    overflow-wrap: break-word;
    max-width: 290px;
    color: #F2F2F2;
}

.res-desc-ate {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 20px;
}

.number-res-ate {
    width: 180px;
    word-wrap: break-word;
}

.left-side-nine {
    padding-left: 60px;
    margin-top: 0;
    padding-top: 50px;
    background: #FFFFFF;
}

.right-side-nine {
    margin: unset !important;
    background: #FFFFFF;
    padding-right: 30px;
}

.res-img-nine-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-res-nine {
    background: #6D6DAF;
    padding: 0;
}

.res-img-nine {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}

.res-img-nine-parent {
    padding-left: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
}

.res-city-for-nine {
    gap: 10px;
    align-items: center;
}

.res-desc-for-nine {
    word-break: break-all;
}

.res-fullname-nine {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 220px;
}

.res-proffession-nine {
    font-weight: 700;
    font-size: 14px;
    line-height: 163.69%;
    color: #FFFFFF;
}

.res-date-for-nine {
    gap: 10px;
    align-items: center;
}

.phone-res-nine {
    display: flex;
}

.res-date-nine {
    display: flex
}

.res-city-nine {
    display: flex
}

.res-desc-nine {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #282522;
    margin-bottom: 0px;
}

.phone-res-for-nine {
    gap: 10px;
    align-items: center;
}

.border-line-nine {
    height: 0px;
    border: 1px solid #282522;
    max-width: 100%;
}

.lang-res-ul-nine {
    list-style-type: none;
}

.res-title-date-nine {
    display: flex;
    gap: 30px;
}

.res-job-exp-nine {
    display: flex;
    flex-direction: column;
    max-width: 373px;
    margin-bottom: 30px;
}

.res-email-for-nine {
    display: flex;
    gap: 10px;
    align-items: center;
}

.border-line-right-nine {
    max-width: 90%;
    margin: auto;
    height: 0px;
    border: 1px solid #282522;
}

.res-edu-nine {
    display: flex;
    gap: 30px;
}

.res-edu-faculty-nine {
    display: flex;
    flex-direction: column;
}

.mail-nine {
    width: 220px;
    word-wrap: break-word;
    font-size: 12px;
}

.number-res-nine {
    font-size: 12px;
}

.header-res-ten {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
}

.res-img-ten {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}

.res-img-ten-parent {
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
}

.res-fullname-ten {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #5F7BCD;
}

.res-proffession-ten {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 163.69%;
    color: #282522;
}

.inf-res-ten {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    align-items: center;
}

.lang-rs-ten {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #5F7BCD;
}

.infos-res-ten {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #282522 !important;
}

.about-me-ten {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #5F7BCD;
    padding-top: 50px;
}

.res-border-ten {
    border: 1px solid #5F7BCD;
    height: 0px;
}

.res-linkedin-ten {
    padding-top: 18px;
}

.res-linkedin-ten-name {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #282522;
}

.res-second-border-ten {
    width: 31px;
    border: 2px solid #5F7BCD;
    margin-top: -2px;
}

.res-linkedin-ten {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #282522;
}

.res-edc-ten {
    margin-left: 25px !important;
}

.res-desc-ten-parent {
    overflow-wrap: break-word;
}

.res-desc-ten {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #282522;
}

.wrk-res-10 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #5F7BCD;
}

.res-work-exp {
    padding-top: 50px;
}

.res-sum-ten {
    word-break: break-all;
}

.icons-phone {
    color: #5F7BCD
}

.icons-envelope {
    color: #5F7BCD
}

.icons-calendar {
    color: #5F7BCD
}

.icons-marker {
    color: #5F7BCD
}

.res-32 {
    margin-right: 32px;
}

.info-res-thirteen a {
    width: unset !important;
}

/*Gray*/
.template-1.gray-color .left-side {
    background-color: rgb(125, 125, 125);
}

.template-1.gray-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.gray-color .res-foot-eleven {
    background-color: rgb(125, 125, 125);
}

.template-2.gray-color .yellow-icon {
    color: white;
}

.template-3.gray-color .border-twelve {
    background-color: rgb(125, 125, 125);
}

.template-3.gray-color .header-border-twelve {
    background-color: rgb(125, 125, 125);
}

.template-3.gray-color .brd-yellow {
    background-color: rgb(125, 125, 125);
}

.template-3.gray-color .rght-border {
    background-color: rgb(125, 125, 125);
}

.template-3.gray-color .left-effect {
    background-color: rgb(125, 125, 125);
}

.template-3.gray-color .changeble {
    background-color: rgb(125, 125, 125);
}

.template-3.gray-color .yellow-icon {
    color: rgb(125, 125, 125);
}

.template-4.gray-color .changeble-color {
    color: rgb(125, 125, 125);
}

.template-5.gray-color .changeble-color {
    color: rgb(125, 125, 125);
}

.template-5.gray-color .changeborder-color {
    border-color: rgb(125, 125, 125);
}

.template-6.gray-color .changeble {
    background-color: rgb(125, 125, 125);
}

.template-7.gray-color .changeble {
    background-color: rgb(125, 125, 125);
}
/*darkbluecolor*/
.template-1.darkblue-color .left-side {
    background-color: #102A73;
}

.template-1.darkblue-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.darkblue-color .res-foot-eleven {
    background-color: #102A73;
}

.template-2.darkblue-color .yellow-icon {
    color: white;
}

.template-3.darkblue-color .border-twelve {
    background-color: #102A73;
}

.template-3.darkblue-color .header-border-twelve {
    background-color: #102A73;
}

.template-3.darkblue-color .brd-yellow {
    background-color: #102A73;
}

.template-3.darkblue-color .rght-border {
    background-color: #102A73;
}

.template-3.darkblue-color .left-effect {
    background-color: #102A73;
}

.template-3.darkblue-color .changeble {
    background-color: #102A73;
}

.template-3.darkblue-color .yellow-icon {
    color: #102A73;
}

.template-4.darkblue-color .changeble-color {
    color: #102A73;
}

.template-5.darkblue-color .changeble-color {
    color: #102A73;
}

.template-5.darkblue-color .changeborder-color {
    border-color: #102A73;
}

.template-6.darkblue-color .changeble {
    background-color: #102A73;
}

.template-7.darkblue-color .changeble {
    background-color: #102A73;
}
/*lightsbluecolor*/
.template-1.lightblue-color .left-side {
    background-color: #3A8DEF;
}

.template-1.lightblue-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.lightblue-color .res-foot-eleven {
    background-color: #3A8DEF;
}

.template-2.lightblue-color .yellow-icon {
    color: white;
}

.template-3.lightblue-color .border-twelve {
    background-color: #3A8DEF;
}

.template-3.lightblue-color .header-border-twelve {
    background-color: #3A8DEF;
}

.template-3.lightblue-color .brd-yellow {
    background-color: #3A8DEF;
}

.template-3.lightblue-color .rght-border {
    background-color: #3A8DEF;
}

.template-3.lightblue-color .left-effect {
    background-color: #3A8DEF;
}

.template-3.lightblue-color .changeble {
    background-color: #3A8DEF;
}

.template-3.lightblue-color .yellow-icon {
    color: #3A8DEF;
}

.template-4.lightblue-color .changeble-color {
    color: #3A8DEF;
}

.template-5.lightblue-color .changeble-color {
    color: #3A8DEF;
}

.template-5.lightblue-color .changeborder-color {
    border-color: #3A8DEF;
}

.template-6.lightblue-color .changeble {
    background-color: #3A8DEF;
}

.template-7.lightblue-color .changeble {
    background-color: #3A8DEF;
}
/*lightpurple-color*/
.template-1.lightpurple-color .left-side {
    background-color: #5B7FC4;
}

.template-1.lightpurple-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.lightpurple-color .res-foot-eleven {
    background-color: #5B7FC4;
}

.template-2.lightpurple-color .yellow-icon {
    color: white;
}

.template-3.lightpurple-color .border-twelve {
    background-color: #5B7FC4;
}

.template-3.lightpurple-color .header-border-twelve {
    background-color: #5B7FC4;
}

.template-3.lightpurple-color .brd-yellow {
    background-color: #5B7FC4;
}

.template-3.lightpurple-color .yellow-icon {
    color: #5B7FC4;
}

.template-3.lightpurple-color .rght-border {
    background-color: #5B7FC4;
}

.template-3.lightpurple-color .left-effect {
    background-color: #5B7FC4;
}

.template-3.lightpurple-color .changeble {
    background-color: #5B7FC4;
}

.template-4.lightpurple-color .changeble-color {
    color: #5B7FC4;
}

.template-5.lightpurple-color .changeble-color {
    color: #5B7FC4;
}

.template-5.lightpurple-color .changeborder-color {
    border-color: #5B7FC4;
}

.template-6.lightpurple-color .changeble {
    background-color: #5B7FC4;
}

.template-7.lightpurple-color .changeble {
    background-color: #5B7FC4;
}
/*lightpurple-color*/
.template-1.purple-color .left-side {
    background-color: #6D6DAF;
}

.template-1.purple-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.purple-color .res-foot-eleven {
    background-color: #6D6DAF;
}

.template-2.purple-color .yellow-icon {
    color: white;
}

.template-3.purple-color .border-twelve {
    background-color: #6D6DAF;
}

.template-3.purple-color .header-border-twelve {
    background-color: #6D6DAF;
}

.template-3.purple-color .brd-yellow {
    background-color: #6D6DAF;
}

.template-3.purple-color .rght-border {
    background-color: #6D6DAF;
}

.template-3.purple-color .left-effect {
    background-color: #6D6DAF;
}

.template-3.purple-color .changeble {
    background-color: #6D6DAF;
}

.template-3.purple-color .yellow-icon {
    color: #6D6DAF;
}

.template-4.purple-color .changeble-color {
    color: #6D6DAF;
}

.template-5.purple-color .changeble-color {
    color: #6D6DAF;
}

.template-5.purple-color .changeborder-color {
    border-color: #6D6DAF;
}

.template-6.purple-color .changeble {
    background-color: #6D6DAF;
}

.template-7.purple-color .changeble {
    background-color: #6D6DAF;
}
/*orange-color*/
.template-1.orange-color .left-side {
    background-color: #DB9045;
}

.template-1.orange-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.orange-color .res-foot-eleven {
    background-color: #DB9045;
}

.template-2.orange-color .yellow-icon {
    color: white;
}

.template-3.orange-color .border-twelve {
    background-color: #DB9045;
}

.template-3.orange-color .header-border-twelve {
    background-color: #DB9045;
}

.template-3.orange-color .brd-yellow {
    background-color: #DB9045;
}

.template-3.orange-color .rght-border {
    background-color: #DB9045;
}

.template-3.orange-color .left-effect {
    background-color: #DB9045;
}

.template-3.orange-color .changeble {
    background-color: #DB9045;
}

.template-3.orange-color .yellow-icon {
    color: #DB9045;
}

.template-4.orange-color .changeble-color {
    color: #DB9045;
}

.template-5.orange-color .changeble-color {
    color: #DB9045;
}

.template-5.orange-color .changeborder-color {
    border-color: #DB9045;
}

.template-6.orange-color .changeble {
    background-color: #DB9045;
}

.template-7.orange-color .changeble {
    background-color: #DB9045;
}
/*green-color*/
.template-1.green-color .left-side {
    background-color: #58A18A;
}

.template-1.green-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.green-color .res-foot-eleven {
    background-color: #58A18A;
}

.template-2.green-color .yellow-icon {
    color: white;
}

.template-3.green-color .border-twelve {
    background-color: #58A18A;
}

.template-3.green-color .header-border-twelve {
    background-color: #58A18A;
}

.template-3.green-color .brd-yellow {
    background-color: #58A18A;
}

.template-3.green-color .rght-border {
    background-color: #58A18A;
}

.template-3.green-color .left-effect {
    background-color: #58A18A;
}

.template-3.green-color .changeble {
    background-color: #58A18A;
}

.template-3.green-color .yellow-icon {
    color: #58A18A;
}

.template-4.green-color .changeble-color {
    color: #58A18A;
}

.template-5.green-color .changeble-color {
    color: #58A18A;
}

.template-5.green-color .changeborder-color {
    border-color: #58A18A;
}

.template-6.green-color .changeble {
    background-color: #58A18A;
}

.template-7.green-color .changeble {
    background-color: #58A18A;
}
/*pink-color*/
.template-1.pink-color .left-side {
    background-color: #CF8FB0;
}

.template-1.pink-color .rightDiv .res-name {
    background-color: transparent;
}

.template-2.pink-color .res-foot-eleven {
    background-color: #CF8FB0;
}

.template-2.pink-color .yellow-icon {
    color: white;
}

.template-3.pink-color .border-twelve {
    background-color: #CF8FB0;
}

.template-3.pink-color .header-border-twelve {
    background-color: #CF8FB0;
}

.template-3.pink-color .brd-yellow {
    background-color: #CF8FB0;
}

.template-3.pink-color .rght-border {
    background-color: #CF8FB0;
}

.template-3.pink-color .left-effect {
    background-color: #CF8FB0;
}

.template-3.pink-color .changeble {
    background-color: #CF8FB0;
}

.template-3.pink-color .yellow-icon {
    color: #CF8FB0;
}

.template-4.pink-color .changeble-color {
    color: #CF8FB0;
}

.template-5.pink-color .changeble-color {
    color: #CF8FB0;
}

.template-5.pink-color .changeborder-color {
    border-color: #CF8FB0;
}

.template-6.pink-color .changeble {
    background-color: #CF8FB0;
}

.template-7.pink-color .changeble {
    background-color: #CF8FB0;
}

.template-5 {
    background-color: white;
}

.res-link {
    font-size: 12px;
}

.toggs-slide {
    margin-top: 49px;
}

.left-side .info-res > p {
    width: 200px;
}

.mlr-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.res-desc-top {
    margin-top: 15px;
}

.exp-title {
    margin-bottom: 12px;
    text-transform: uppercase
}

.data-skills li {
    padding-bottom: 12px;
}

.templ-ul > li:first-child {
    padding-top: 0px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.res-desc-nine-parent {
    margin-bottom: 30px;
}

.ten-rs {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF !important;
}

.font-italic {
    font-style: italic;
}

.mb-15 {
    margin-bottom: 15px;
}

.lang-ul-templ-3 li {
    padding-bottom: 13px;
}

    .lang-ul-templ-3 li:last-child {
        padding-bottom: 0px;
    }

.exp-tem-4 {
    margin-bottom: 25px;
}

    .exp-tem-4:last-child {
        margin-bottom: 50px !important;
    }

.add-info-side {
    overflow-y: auto;
    height: 1300px;
    overflow-x: hidden;
    display: block
}

    .add-info-side::-webkit-scrollbar {
        width: 6px;
    }

    .add-info-side::-webkit-scrollbar-track {
        background: #f1f1f1;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .add-info-side::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #E6E6E6;
    }

.template-5 {
    padding-left: 60px;
    padding-right: 60px;
}

.inputDate {
    position: relative;
    display: flex;
}

    .inputDate::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

    .inputDate:before {
        color: lightgray;
        content: attr(placeholder);
    }

    .inputDate.full:before {
        color: black;
        content: "" !important;
    }

.font-pdf-20 {
    font-size: 20px !important
}

.font-pdf-16 {
    font-size: 16px !important
}

.font-pdf-24 {
    font-size: 24px !important
}

.font-pdf-30 {
    font-size: 30px !important
}

.subtitle-pdf {
    padding-left: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 23px !important;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF
}

.social-size {
    font-size: 20px;
    line-height: 22px;
}

.cl-bottom {
    margin-bottom: 17px;
}

.fixed-colors {
    position: fixed;
    top: 15%;
    right: 8px;
    display: none;
}

.width-auto {
    width: auto !important;
}

.text-pdf-desc {
    font-size: 20px !important;
    line-height: 30px !important;
}

.pdt-15 {
    padding-top: 15px;
}

.font-pdf-30 {
    font-size: 30px !important;
    line-height: 30px !important;
}

.bottom-footer-resume {
    display: none;
}

.add-info-side {
    display: block;
    position: inherit !important;
}

@media(max-width: 992px) {
    .colors {
        align-items: center;
        justify-content: center;
    }

    .bottom-footer-resume {
        display: block;
    }

    .color-sl {
        margin-top: 10px;
    }

    .colors-container {
        flex-direction: column
    }

    .fixed-colors {
        display: none !important;
    }

    .colors-desk, .add-slidetemplate {
        display: none;
    }

    .toggs-slide {
        margin-top: 5px;
        box-shadow: 1px 5px 20px 0px rgba(3, 2, 41, 0.05);
        padding: 15px;
        margin-bottom: 39px;
    }

    .main-res-title {
        max-width: 360px;
        margin: auto;
    }

        .main-res-title > h2 {
            font-size: 20px !important;
        }

    .slide-res-item {
        width: 226px !important;
    }

    .slick-slide.slick-current .evt-img-slick {
        transform: scale(1);
        opacity: 1;
    }

    .slider-allresumes {
        margin-left: 15px !important;
        margin-right: 15px;
    }

        .slider-allresumes .slick-track {
            display: flex;
        }

    .sl-prev-arrow {
        position: absolute;
        top: 35%;
        z-index: 99;
        left: 0px;
    }

    .sl-next-arrow {
        position: absolute;
        top: 35%;
        right: 20px;
    }

    .color-sl {
        width: 26px;
        height: 26px;
    }

        .color-sl:not(:first-child) {
            margin-left: 13px;
        }

    .colors {
        margin-left: 0px;
    }

    .colors-container {
        padding: 0px !important;
        margin-bottom: 40px;
    }

    .bottom-footer-resume {
        border-top: 1px solid #E6E6E6;
        background: white;
        padding: 20px 0;
    }

    .active-sl::before {
        position: absolute;
        content: "";
        background: transparent;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        top: -4px;
        left: -4px;
        border: 2px solid #808D97;
        z-index: 1;
    }

    .add-info-side {
        display: none;
        position: fixed !important;
        z-index: 99999;
        left: 0;
        top: 0;
        background: #FAF9F9;
        height: unset;
        max-height: 90vh;
    }
    
    .bodyafterEffect::after {
        width: 100%;
        height: 100%;
        background: #FAF9F9;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
    }   
        .btn-directions {
            flex-direction: column-reverse;
        }

    .btn-mobres {
        margin-bottom: 20px;
    }

    .res-hdmodal {
        padding: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%,-20%) scale(0.58);
        top: -35%;
    }

    .show-resume-container {
        width: 100%;
        height: 100%;
    }

    .close-preve {
        position: absolute;
        top: -10px;
        right: 0px;
    }

    .mobile-view-slider .slide-res-item {
        flex: 0 0 auto;
        width: 32% !important;
        margin-right: 10px;
    }

    .btn-p-mob {
        padding: 7px 23px !important;
    }

    .close-prevbtn {
        bottom: -50px;
        margin-bottom: 60px;
    }

    .modal-colors {
        position: absolute;
        bottom: 280px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 500px) {
    .res-hdmodal {
        transform: translate(-50%,-20%) scale(0.5);
    }

    .close-preve {
        position: absolute;
        top: 11px;
    }
}

@media(max-width: 440px) {
    .res-hdmodal {
        transform: translate(-50%,-20%) scale(0.4);
    }

    .close-preve {
        position: absolute;
        top: 57px;
    }

    .modal-colors {
        bottom: 395px;
    }

    .m-view-slider {
        bottom: 185px !important;
    }

    .close-prevbtn {
        bottom: 115px;
        margin-bottom: 0px;
    }
}

.sl-item:nth-child(3) {
    display: block;
}

.sl-item {
    display: none;
}

.template-minwidth {
    min-width: 830px;
}

.pointer-events-auto {
    pointer-events: auto !important;
}

.mobile-view-slider {
    display: flex;
}

.m-view-slider {
    position: absolute;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    bottom: 50px;
}

.save-flopy {
    color: #0e46a1;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.font-pdf-30 {
    font-size: 30px !important;
    line-height: 30px !important;
}

@media (max-width: 576px) {
    .color-sl:not(:first-child) {
        margin-left: 14px;
    }

    .color-sl {
        width: 22px;
        height: 22px;
        background-color: transparent;
    }

    .active-sl::before {
        width: 30px;
        height: 30px;
    }

    .active-sl::after {
        width: 11px;
        height: 11px;
        top: 5px;
        left: 5px;
    }

    .defoult-color::before {
        top: -1px !important;
        left: -1px !important;
    }

    .defoult-color {
        margin-top: 5px !important;
    }

    .colors {
        margin-left: 0px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.btnsave-pdf:hover .save-flopy {
    color: white;
}

.m-view-slider::-webkit-scrollbar {
    display: none;
}

.backres-img {
    filter: invert(0%) sepia(4%) saturate(7484%) hue-rotate(187deg) brightness(98%) contrast(76%);
    width: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .template-minwidth, .template-minwidth .right-side {
        min-width: unset;
    }
}
.pre-text{
    white-space: pre-wrap;
}
.input-fordate[readonly] {
    background-color: transparent !important;
}
.month-picker {
    z-index: 999999999999 !important;
}
.pl-10{
    padding-left: 10px !important;
}
.edu-content-box {
    max-width: 500px;
}

.modal-resumebuilder{
    max-width: 680px;
}
.box-res1 {
    border-radius: 8px;
    background: #E7F2D9;
    height: 242px;
    display: flex;
    align-items: center;
}
.box-res2 {
    border-radius: 8px;
    background: #E6E9FF;
    border-radius: 8px;
    background: #E6E9FF;
    height: 242px;
    display: flex;
    padding: 15px;
}
.close-resmod {
    right: 20px;
}
.title-resmode{
    margin-top: 25px;
}
@media (max-width: 992px) {
    .flex-column-section{
        flex-direction: column !important;
        align-items: center;
    }
    .box-res1, .box-res2 {
        margin: auto;
        margin-bottom: 25px !important;
    }
    .flex-column-section > div {
        margin: auto;
    }
}
@media (max-width: 576px) {
    .flex-column-section > div {
        width: 70% !important;
        margin: auto;
        padding: 0px !important;
    }
}
@media (max-width: 450px) {
    .flex-column-section > div {
        width: 89% !important;
        margin: auto;
        padding: 0px !important;
    }
}