.login-register {
    /* position: absolute; */
    height: 26.7px;
    left: 8.49%;
    right: 84.92%;
    top: 62px;

    /* Subtitle / 18px */

    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0025em;

    /* BG */

    /* color: #FCFCFC; */
    color: #313131;

}

.active-nav {
    background-color: #F2F5FA;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 3px solid #315C8C;
}

.login-vector {
    /* position: absolute; */
    left: 22.27%;
    right: 12.5%;
    top: 12.5%;
    bottom: 12.5%;
    margin-left: 7px;

    /* border: 1.5px solid #FFFFFF; */
}

.new-nav-item {

    height: 105px;


    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0025em;

    /* BG */

    color: #FCFCFC;
}

.new-nav-item>a {
    /* padding-right: 2.5rem !important; */
    margin-right: 25px;
    margin-left: 25px;
    font-size: 18px;
    text-decoration: none !important;


}

.nav-link-base :hover {

    text-decoration: unset !important;

}

.nav-colored {
    height: 300px;
}

.navbar-brand-edit {
    flex: unset !important;
}

.navbar {
    height: 105px !important;
    background-color: #FCFCFC !important;
    color: #313131 !important;
    animation-name: show-navbar;
    animation-duration: 3s;
    box-shadow: 2px 2px 4px #EAEAEA;
}

.navbar2 {
    background-color: #FCFCFC !important;

    animation-name: show-navbar;
    animation-duration: 3s;
    box-shadow: 2px 2px 4px #EAEAEA;

}

.navbar1 {
    background-color: #16293F !important;
    box-shadow: none !important;

}

.ModalTitle {
    text-align: center;
    margin-left: 40px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #313131;
}

.Modalcontent-text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

.modal-share-link {
    direction: ltr;
    margin-top: 27px;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.modal-share-btn {
    background: #16293F !important;
    border: 1px solid #16293F;
    color: #FFFFFF !important;
    border: 1px solid #16293F;
    padding: 10px 16px !important;
    height: 45px;
    border-radius: 6px !important;
    text-align: center;
    cursor: pointer;
    font-size: unset !important;
    font-weight: unset !important;
    margin: 40px 0;
}

.modal-body-share {
    padding: 0 20px !important;
}

.modal-share-btn:hover {
    background: #FFFFFF !important;
    color: #16293F !important;
}

@keyframes show-navbar {
    from {

        margin-bottom: -110px;
    }

    to {

        margin-bottom: 0;
    }
}

.nav-link-base {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

.nav-link1 {

    color: #313131 !important;

}

.nav-link2 {

    color: #FCFCFC !important;
}

.login-vector1 {
    margin-left: 10px;
    height: 23px;
    width: 23px;
    background-image: url("/images/new-assests/login-icon.svg");
}

.login-vector {
    height: 23px;
    width: 23px;
    background-image: url("/images/new-assests/login-black.svg") !important;
}

.mt-20 {
    margin-top: 20px;
}

.container-fluid-new {
    background-color: #16293F;
    color: #FCFCFC;
    min-height: 550px;
}

.top-banner {
    max-width: 466px;
    max-height: 466px;
    width: 100%
}

.new-title {
    width: 573px;
    height: 122px;
    left: 677px;
    top: 260px;
    text-align: right;

    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 141.02%;
}

.btn-transparent {
    background-color: transparent;
    color: #FFC433;
    border: 1px solid #FFC433 !important;
    filter: drop-shadow(0px 2px 4px #16293F);
}


.btn-transparent:hover {
    background-color: #FFC433;
    color: #16293f;
    border: 1px solid #FFC433;
    filter: drop-shadow(0px 2px 4px #16293F);
}

.yellow-btn {
    background-color: #FFC433 !important;
    color: #fff;
    border: 1px solid #FFC433 !important;

}

.yellow-btn:hover {
    background-color: transparent;
    color: #fff;
}

.btn-yellow:hover {
    border: 1px solid #FFC433;

}

.btn-yellow {
    color: #FFFFFF;
}

.d-inline-block {
    padding: 7px 16px;
    gap: 8px;
    border-radius: 6px;
    height: 45px;
}

.d-inline-block.hover {
    border: 1px solid #FFC433;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.colleagues {
    flex-wrap: wrap;
}

.colleagues-item {
    /* width: 83px; */
    height: 50px;
    margin: 25px 10px;

}

.colleagues-item a img {
    height: 65px;
}

.colleagues-item a img:hover {
    filter: grayscale(100%);
}

.center-video {
    max-width: 550px !important;
    position: absolute;
    /* padding: 31px; */
    margin-right: 50px;
    /* margin-top: 47px; */
    border-radius: 15px;
    height: 394px;
    width: 550px;
}

.center-video-2 {
    /* height: 394px; */
    height: 310px;
    margin-top: -17px;
    width: 550px;
}

.main-bgc {
    background: #FCFCFC;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.dd {
    background-color: red;
}

.nw-title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #313131;
    font-weight: 650;
}

.folowing-item-title {
    font-size: 18px;
    line-height: 176.5%;
    text-align: center;
    color: #000;
}

.nw-body {

    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: right;

    color: #313131;
}

.nw-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.0125em;

    color: #16293F;

}

.center-section-content {
    max-width: 360px;
}

.campaign-item {
    width: 268px;
    /* height: 378px; */
}

.pay-donition-left-title {
    font-weight: 300;
    font-size: 18px;
    color: #16293F;

}

.campaign-item-cover {
    height: 112px;
}

.card-body-bgc {
    background-color: #fff;
}

.campaign-item-text {

    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    height: 50px;
    /* Text */

    color: #313131;
}

.campaign-item-user-name {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.015em;
    color: #9C9C9C;
}

.campaign-item-hemayat {
    font-size: 14px;
    line-height: 23px;
    color: #4785CC;
}

.progress-bar {

    background: #FDB913;
    border-radius: 4.62745px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.progress {
    border: unset !important;
    background-color: rgba(221, 221, 221, 0.3);
    direction: rtl !important;
    border-radius: 4.62745px;
    height: 6px;
}

.progres-circle {
    border: 1px solid #FDB913;
    /* width: 12px; */
    width: 8px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
}

.campaign-item-price {

    font-size: 12px !important;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.004em;

    color: #16293F;

}

.absolute {
    position: absolute;
}

.campaign-item-price-goal {
    float: left;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.015em;

    color: #AFAFAF;
}


.card-radius {
    border-radius: unset !important;
    border-radius: 15px !important;
}

.campaign-item-text-bottom {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.004em;
    color: #313131;
    float: left;
    margin-top: 10px;
}

.ssd {
    margin-top: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-item-user-avatar {
    width: 20px;
    height: 20px;
    margin-left: -7px;
    border-radius: 100%;
}

.campaign-item-title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.0015em;
    color: #313131;
    font-weight: 500;
    /* margin-right: -28px; */
}

.see-all-btn {
    margin-left: -38px;
}

.campaigns-link {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #16293F;
    font-weight: 500;
}

.folovwing-titre {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #FDB913;
}

.folovwing-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
    display: flex;
    align-items: center;
    text-align: right;
    width: 384px;
    z-index: 100;

    color: #313131;
}

.folovwing-left-body {
    width: 878px;
    height: 331px;
    background-color: #F4F7FA;
    /* opacity: 0.6; */
    border-radius: 60px;
    margin-right: -47px;
}

.folovwing-left-text {
    font-size: 18px;
    line-height: 176.5%;
    color: #757575;
    padding: 20px;
    max-width: 600px;
    text-align: justify;
    margin-top: 30px;
    font-weight: 300;

}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.demand-footer-btn-folow {
    text-decoration: none;
    background: #FFFFFF !important;
    border: 1px solid #16293F;
    padding: 10px 16px !important;
    color: #16293F !important;
    width: 211px;
    height: 45px;
    border-radius: 6px !important;
    text-align: center;
    cursor: pointer;
    font-size: unset !important;
    font-weight: unset !important;
}

.demand-footer-btn-folow:hover {
    text-decoration: none;
    background: #16293F !important;
    border: 1px solid #16293F;
    color: #FFFFFF !important;
}

.demand-footer-btn {
    transition: all .5s;
    display: block;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border-radius: unset;
    background: #FFFFFF;
    border: 1px solid #16293F;
    color: #16293F;
    border-radius: 5px;
    text-align: center;
    padding: 7px 16px;
    /* color: #16293F; */
    /* color: #fff; */

}

.demand-footer-btn:hover {
    transition: all .5s;
    background-color: #16293F;
    color: #FFFFFF;
}

.latest-news-link {
    float: none;
}

.latest-news-link:hover {
    text-decoration: underline !important;
}

.latest-news-image-text {
    position: absolute;
    z-index: 10;
    background: #F2F2F2;
    border-radius: 14px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.004em;
    color: #757575;
    padding: 4px 16px;
    margin: 11px 23px;
}

.counter-number {
    text-align: center;
    font-size: 100px;
    line-height: 90.02%;
    letter-spacing: -0.0575em;
    background: linear-gradient(208.65deg, #4785CC 16.56%, #16293F 77.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: .9;
}

.mirror {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -0.55);
    opacity: 0.25;
    margin-top: 10px;
    background-clip: text;
    margin-top: -40px;

}

.counter-item-text {
    position: absolute;
    z-index: 10;
    font-weight: 400;
    font-size: 24px;
    background: linear-gradient(208.65deg, #4785CC 16.56%, #16293F 77.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 70px;
}

.counter-circle {
    width: 78px;
    height: 78px;
    background-color: #EFF3F8;
    border-radius: 100%;
    position: absolute;

}

.counter-circle-0 {
    margin-bottom: -40px;
    margin-right: -30px;
}

.counter-circle-1 {
    margin-right: 40px;
    margin-top: -40px;
}

.counter-circle-2 {
    margin-bottom: -40px;
    margin-right: 30px;
}

.counter-circle-3 {
    margin-bottom: 40px;
    margin-right: 130px;
}

.bgc {
    background: #FCFCFC;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}

.arrow-btn {
    border: 2px solid #5e5d5d;
    border-radius: 7px;
    padding: 3px;
    width: 25px;
    height: 25px;
}

.carousel-control-prev {
    right: -73px;
}

.carousel-control-next {
    left: -43px;
}

.mr-35 {
    margin-right: 35px;
}

.about-us-slider-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #757575;
    text-align: center;

}

.about-us-slider-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.about-us-slider-vector {
    position: absolute;
    width: 115px;
    height: 115px;
}

.about-us-slider-vector-right {
    right: 0;
    margin-top: -55px;

}

.about-us-slider-vector-left {
    left: 0;
    transform: rotate(180deg);
    margin-top: -55px;

}

.about-us-slider-title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.0015em;
    color: #313131;
}

.demand-success-image-slider {
    border-radius: 15px;
    width: 400px;
    /* height: 180px; */
    height: auto;
}

.demand-success-text-slider {
    /* max-width: 490px; */
    width: 505px;
}

.demand-success-title-slider {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: #313131;
}

.sucess-text {
    color: #00DC5D;
    background: #E5F3E9;
    border-radius: 11.875px;
}

a {
    text-decoration: none !important;
}

.mr-100 {
    margin-right: 100px;
}

.acardon-titre {
    width: 557px;
    height: 76px;
    background-color: #FCFCFC;

    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 15px;
    line-height: 27px;
    font-size: 16px;
    color: #757575;
    padding: 24px 14px;
    cursor: pointer;

}

.acardeon-desc {
    background-color: #FCFCFC;
    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 176.5%;
    text-align: justify;
    color: #313131;
    border-right: 6px solid #315C8C;
    padding: 100px 45px;
    height: 445px;
}

.acardeon-active {
    border-left: 6px solid #315C8C;
    box-shadow: 2px 1px 12px #c7c7c7;
}

.create-demant-btn-desc {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.0015em;
    color: #313131;
}

.create-demant-btn-btn {
    width: 171px;
    height: 45px;
    left: 600px;
    /* background-color: linear-gradient(266.69deg, #FFBD1C 8.74%, #FFC63A 94.99%); */
    background-color: #FFBD1C;
    box-shadow: inset 0px 2px 4px #FDB913;
    border-radius: 6px;
    border: unset;
}

.create-demant-btn-btn:hover {
    color: #FFBD1C;
    border: 1px solid #FFBD1C;
    background-color: transparent;
    box-shadow: none
}

.footer-logo {
    width: 40px;
    height: auto;
}

.footer-logo-text {
    font-size: 16px;
    line-height: 170.52%;
    letter-spacing: 0.005em;
    color: #FDB913;
}

.footer-titre-text {
    font-size: 14px;
    line-height: 23px;
    color: #757575;
}

.footer-link-item {
    font-size: 14px;
    line-height: 23px;
    color: #FCFCFC;
}

.footer-all-item>div {
    margin-top: 15px;
    margin-bottom: 15px;

}

.footer-icon {
    color: #16293F;
    background-color: #fff;
}

.footer-logo-section {
    margin-right: -50px;
}

.copy-write {
    border-top: 1px solid #455465;
    ;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.015em;
    color: #455465;
}

.mx--30 {
    margin-left: -30px;
    margin-right: -30px;
}





/* about us page */


body {
    background-color: #fcfcfc;

}

.about-us-title-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.0015em;
    color: #313131;
}

.about-us-desc-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 176.5%;
    color: #313131;

}

.about-us-pc-vector {
    width: 557px;
    height: 342px;
}

.about-us-vector {
    width: 100px;
    height: 100px;


}

.about-vector-sec {
    width: 350px;
    height: 256px;
    border: 1px solid #c8c7c7;
    border-radius: 20px;
}

.about-vector-sec:hover {

    box-shadow: -4px -4px 8px #EEEEEE, 4px 4px 8px #EEEEEE;

}

.about-vector-sec:hover .about-us-vector {
    width: 30px;
    height: 30px;
    animation-name: about-us-vector-in;
    animation-duration: 1s;

}

.about-vector-sec:hover .about-us-title-text {
    font-size: 15px;
    animation-name: about-us-title-text;
    animation-duration: 1s;
}


.about-vector-sec:hover .about-us-desc-text {
    display: block !important;
    padding: 10px;
    text-align: center;
    animation-name: about-us-desc-text;
    animation-duration: 1s;
}

.about-vector-sec:not(:hover) .about-us-vector {
    animation-name: about-us-vector-0ut;
    animation-duration: 1s;
}

.about-vector-sec:not(:hover) .about-us-title-text {
    animation-name: about-us-title-text-out;
    animation-duration: 1s;
}

.about-vector-sec:not(:hover) .about-us-desc-text {
    animation-name: about-us-desc-text-out;
    animation-duration: 1s;
}

@keyframes about-us-vector-in {
    from {
        width: 100px;
        height: 100px;
        margin-top: 110px;
    }

    to {
        width: 30px;
        height: 30px;
        margin-top: 0;
    }
}

@keyframes about-us-vector-0ut {
    from {

        width: 30px;
        height: 30px;
        margin-top: -110px;
    }

    to {
        width: 100px;
        height: 100px;
        margin-top: 0;

    }
}

@keyframes about-us-title-text {
    from {
        font-size: 24px;

    }

    to {
        font-size: 15px;

    }
}

@keyframes about-us-title-text-out {
    from {
        font-size: 15px;

    }

    to {
        font-size: 24px;

    }
}

@keyframes about-us-desc-text {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes about-us-desc-text-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.about-us-desc-small {
    font-size: 14px !important;
    display: none;
}


.about-us-team-avatar {
    border-radius: 100%;
    width: 208px;
    height: 208px;
    border: 1px solid #c8c7c7;

}

.dark-bgc {
    background-color: #16293F;
}

.countact-us-form {
    background-color: #142437;
    border-radius: 20px;
    padding-left: 96px;
    padding-right: 96px;
    opacity: 0.9;
    width: 577px;
    margin-left: 45px
}

.input-contact-us {
    background-color: #142437 !important;
    border: 1px solid #9C9C9C !important;
    border-radius: 8px !important;
}

::placeholder {
    color: #9C9C9C !important;
}

.left {
    float: left;
}

.top-circle-about {
    background-color: #EFF3F8;
    border-radius: 100%;
    position: absolute;
    width: 150vw;
    height: 57vw;
    margin-right: -26vw;
    margin-top: -24vw;
}

.opacity-4 {
    opacity: 0.4;
    box-shadow: 0px 12px 24px rgba(22, 41, 63, 0.1);

}

.bgc-white {
    background-color: #fff !important;
}

.about-circle1 {
    margin-top: -80px;
    margin-right: 80vw;
}

.about-circle2 {
    margin-bottom: 40px;
    margin-right: 20vw;

}

.about-circle3 {
    margin-top: -80px;
    margin-right: 20vw;
}

.mt-50 {
    margin-top: 50px;
}




.about-us-light-logo {
    /* background-color:  #3C444F; */
    border-radius: 100%;
    width: 354px;
    color: #AFAFAF;
    position: absolute;
    opacity: 0.05;
    transform: rotate(60deg);
    right: -110px;
}

.about-us-light-logo2 {
    background-color: #3C444F;
    border-radius: 100%;
    width: 155px;
    height: 155px;
    color: #AFAFAF;
    position: absolute;
    opacity: 0.05;
    bottom: 100px;

}

.color-white {
    color: #ffffff !important;
}


.countact-us-form-white {
    background-color: unset;
}

.input-contact-us-white {
    background-color: #f7f7f842 !important;
}

.contact-border {
    border-left: 1px solid #cacaca;
}

.question-titre {
    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 15px;
    line-height: 27px;
    font-size: 16px;
    color: #757575;
    padding: 24px 14px;

}

.ffff {
    display: none;
}

.question-titre:focus .question-answer {
    display: block !important;

}

.services-item-section-2-active {
    /* width: 116px; */
    /* height: 0px; */
    border: 4px solid #FFC727;
    /* margin-top: 20px; */
    border-radius: 10px;
}

.services-item-section-20 {
    width: 116px;
    /* height: 0px; */
}

.question-titre:focus {
    color: #4785CC;
}

.question-answer {
    display: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 176.5%;
    text-align: right;
    color: #313131;
    animation-name: question-answer;
    animation-duration: 1s;

}

.main-active {
    background-color: #24364a;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 3px solid #a9c0da;
}


@keyframes question-answer {
    from {
        opacity: 0;
        margin-top: 20;

    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}


.question-titre:focus .question-arrow {
    transform: rotate(180deg);
    animation-name: rotate-arrow;
    animation-duration: 1s;

}

.question-arrow {
    animation-name: un-rotate-arrow;
    animation-duration: 1s;
}


@keyframes rotate-arrow {
    from {
        transform: rotate(0deg);

    }

    to {
        transform: rotate(180deg);

    }
}

@keyframes un-rotate-arrow {
    from {
        transform: rotate(180deg);

    }

    to {
        transform: rotate(0deg);

    }
}

.f-14 {
    font-size: 14px !important;
}

.f-14 {
    font-size: 13px !important;
}

.about-team-twitter {
    color: #fff;
    background-color: #000;
    padding: 4px;
    border-radius: 100%;
}

.contact-us-form-lable {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.0125em;
    color: #9C9C9C;
}

.footer-icon {
    background: #9C9C9C;
    padding: 4px;
    border-radius: 100%;
    color: #16293f;
}

.f-13 {
    font-size: 13px !important;
}

.contac-font-icon {
    color: #FFF;
    background-color: #000;
}

.contact-us-light-logo {
    opacity: unset;
    right: unset;
    right: -66px;
}

.contact-us-light-logo2 {
    opacity: unset;
}

.qustion-search {
    max-width: 557px;
    height: 63px;
    background-color: #FCFCFC;
    border: 1px solid #B5B5B5;
    box-shadow: 0px 2px 2px #F1F2F3;
    border-radius: 15px;
}

.qustion-search>.form-control {
    width: 100%;
    background-color: #FCFCFC;
    border: unset !important;
    border-radius: 15px !important;
    height: 100%;
}

.h50 {
    height: 50px;
}

.question-serch-icon {
    position: absolute;
    left: 10px;
    /* top: 23%; */
    width: 40px;
    height: 40px;
    background-color: #16293F;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.question-serch-icon>i {
    font-size: 30px !important;
    color: #ffffff !important;
    top: unset !important;
    left: unset !important;

}


.checkbox:checked~.hamburger-menu .menu {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    margin-top: -2px;
}

.checkbox:checked~.hamburger-menu .menu-line-1 {
    -webkit-transform: rotateZ(-40deg);
    transform: rotateZ(-40deg);

}

.checkbox:checked~.hamburger-menu .menu-line-2 {
    opacity: 0;
}

.checkbox:checked~.hamburger-menu .menu-line-3 {
    -webkit-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
}

.hamburger-menu .menu,
.card-overlay,
.card-img {
    width: 100%;
    height: 100%;
}



.hamburger-menu {
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 30px;
    left: 5%;
    z-index: 300;
    border: 2px solid #16293F;
    padding: 5px;
    border-radius: 100%;
    margin-top: -5px;

}

.hamburger-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    cursor: pointer;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.hamburger-menu .menu-line {
    width: 100%;
    height: 2px;
    background-color: #16293F;
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.ham-white {
    border: 2px solid #f1f4f7;

}

.menu-ham {
    background-color: #f1f4f7 !important;

}

.left0 {
    left: 0;
}

.right0 {
    right: 0;
}

.services-item-section {
    width: 174px;
    height: 174px;
    background: linear-gradient(228.74deg, #E7EDF6 22.1%, rgba(231, 237, 246, 0.25) 68.42%);
    border-radius: 100%;
}

.light-blue-req {
    width: 557px;
    height: 300px;
    background-color: #ECF0F5;
    border-radius: 10px;
}

.join-us-botton-section {
    background: linear-gradient(180deg, rgba(252, 252, 252, 0.1) 0%, rgba(71, 133, 204, 0.01) 4.47%);

    ;
}

.services-item-section-2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #E7EDF6 9.66%, rgba(231, 237, 246, 0.25) 100%);
    border-radius: 100%;
    cursor: pointer;
}

.rotate180 {
    transform: rotate(180deg);

}

.services-titre {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #313131;
}

.services-item {
    width: 370px;
}

.services-item>span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #16293F;
}

.how-create-profile {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #16293F;
    margin-top: 75px;
    margin-bottom: 34px;
}

.how-create-profile-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: right;
    color: #313131;
    max-width: 550px;
    margin-bottom: 92px;
    text-align: justify;
}

.mt-80 {
    margin-top: 80px;
}

.mr-40 {
    margin-right: 40px;
}

.center-video-1 {
    margin-right: 60px;
    margin-top: -48px;
    width: 614px;
    height: 312px;
}

.mt--30 {
    margin-top: -30px;
}

.jon-step-line {
    top: -60px;
    width: 26vw;
    /* height: 850px; */
    margin-right: 7vw;
    z-index: -1;
}

.serv-item {
    margin-top: 80px;
}

.group2237 {
    margin-right: -100px;
    margin-top: 30px;
}

.group2236 {
    margin-top: -40px;
}




.z-index--1 {
    z-index: -1;
}

.fold-image {
    width: 100%;
    height: 100px;
    /* border-radius: .5rem; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08); */
    height: 140px;

    position: relative;
    z-index: 10;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fold-images-container {
    width: 100%;
    height: 100%;
    background-image: url("/images/new-assests/logo/index.png");
    /* background-size: contain; */
    animation: animatedBackgroundFold 100s linear infinite;
}


@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -1920px 0
    }
}

@keyframes animatedBackgroundFold {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -8257px 0
    }
}



.lgoin-bgc {
    background-color: rgba(255, 255, 255, 1);
}


.login-left-bgc {
    background-color: #16293F;
    /* width: 100%; */
    border-radius: 0px 20px 20px 0px;
}

.login-left-bgc-sm {
    height: 100vh;

}

.register-left-bgc {
    background-color: #16293F;
    border-radius: 0px 20px 20px 0px;
    height: 100vh;

}

.login-right-section {
    width: 335px;

}

.input-block {
    position: relative;
}

.input-block input {
    color: #495055;
    width: 350px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #315C8C;
}

.register-input-block input {
    color: #495055;
    width: 350px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #315C8C;
}

.input-block span.placeholder {
    position: absolute;
    font-size: 14px;
    margin: -35px -70px;
    color: #315C8C;
    align-items: center;
    padding: 0 5px;
}

span.placeholder {
    transform: scale(0.8) translateY(-30px);
    background: #fff;
}

.login-btn {
    background-color: #16293F;
    box-shadow: inset 0px 2px 4px #16293F;
    border-radius: 6px;
    display: block;
    width: 100%;
    color: #FCFCFC;
    height: 45px;
    width: 350px;
    cursor: pointer;
    border: unset;
}

.login-btn:hover {
    color: #16293F;
    border: 1px solid #16293F;
    box-shadow: unset;
    background-color: #FCFCFC;
}

.login-link-section {
    margin-right: -13px;
}

.login-link {
    font-size: 12px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.004em;
    color: #16293F;
    cursor: pointer;
}

.login-back-link {
    font-weight: 400;
    font-size: 18px;
    color: #FCFCFC;
    margin-bottom: 50px;
    margin-top: 50px
}

.demand-back-link {
    font-weight: 400;
    font-size: 18px;
    color: #FCFCFC;
    margin-bottom: 50px;
}

.toman {
    width: 33%;
    margin-top: 5px;
}

.login-welcome {
    font-weight: 350;
    font-size: 18px;
    line-height: 176.5%;
    text-align: center;
    color: #242424;
    margin-bottom: 74px;
    margin-top: 32px;
}

.register-roll-text {
    font-size: 12px;
    padding-right: 10px;
    width: 440px;
}

.register-roll-check {
    width: 18px;
    height: 18px;
}

.register-form>div>input {
    border: 1px solid #9C9C9C;
}

.rtl {
    direction: rtl;
}

.mb-50 {
    margin-bottom: 50px !important;
}



.base-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #313131;
}

.hashtag {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #4785CC;
}

.mt-30 {
    margin-top: 30px;
}

.pading-petition {
    padding-left: 72px;
    padding-right: 72px;
}

.text-light {
    font-size: 12px;
    line-height: 19px;
    color: #ccd0d4;


}

.f-16 {
    font-size: 16px;

}

.fw-400 {
    font-weight: 400;
}

.plugins-section {
    background-color: #FBFBFB !important;
    /* box-shadow: 8px 0 6px #EAEAEA, -8px 0 6px #EAEAEA; */
    /* box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8); */
    box-shadow: 0px 5px 0px 0px #FBFBFB, 0px -8px 0px 0px #FBFBFB, 5px 0px 6px #9C9C9C47, -8px 0px 6px #9C9C9C47;
    /* margin-top: 74px !important; */
    height: 382px !important;
    padding: 0 !important;
    border-radius: 15px;

}

#demand {
    background-color: #FBFBFB !important;

}

.plugin {
    background-color: unset;
}

.plugin>.content>.title {
    font-size: 30px;
    line-height: 144.02%;
    letter-spacing: 0.0025em;
    color: #16293F;
}

.plugin .progress {
    background-color: rgba(221, 221, 221, 0.3) !important;

}

.share-btn-donation {
    text-decoration: none;
    /* background: #16293F; */
    border: 1px solid #16293F;
    padding: 10px 16px;
    color: #16293F;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    border: 1px solid #16293F;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.share-btn-donation:hover {
    background: #16293F;
    border: 1px solid #16293F;
    color: #FFFFFF;
}


.btn {
    height: 45px;
    background: #16293F;
    border: 1px solid #16293F;
    border-radius: 6px;
}

.yellow-btn {
    background-color: #FFC433;
    border: 1px solid #FFC433;
    color: #16293f;


}

.yellow-btn:hover {
    background-color: transparent !important;
    color: #FFC433;


}

.demand-header {
    height: 382px;
}

#demand-header {
    border-radius: 15px;

}

.content-tabs {
    background-color: #fcfcfc !important;
    border: 1px solid #16293F;
}

.content-tabs>.tab {
    width: 183px;
    color: #16293F;
    font-size: 16px !important;
    padding: 8px !important;
    margin-top: 3px;
    margin-bottom: 3px;
}

.active-tab {
    width: 177.5px;
    height: 44.55px;
    background: #315C8C;
    box-shadow: -4px -4px 8px #EEEEEE, 4px 4px 8px #EEEEEE;
    border-radius: 8px;
    color: #fcfcfc !important;
}

#demand-content {
    padding: 25px;
}

#demand-content .content .body p {
    color: #313131;
    ;
    line-height: 27px;
    font-weight: 300;
    font-size: 16px !important;
}

#demand-content .content .title {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0;
    color: #313131;
}

#demand-content .content.card {
    background-color: #E7EDF6 !important;
    border: unset;
}

.letter-body>p {
    color: #315C8C !important;

}

.letter-title {
    color: #315C8C !important;

}

.tabcontent {
    display: none;
}

.share-section {
    max-width: 300px;
    min-width: 250px;
    /* height: 159px; */
    box-shadow:
        5px 0px 0px 0px #FBFBFB,
        -8px 0px 0px 0px #FBFBFB,
        0px 5px 4px #9c9c9c28,
        0px -5px 9px #9c9c9c28;

}

#share-section {
    margin: unset;
    padding: unset;
    flex-direction: column;
    align-items: center;
}

#share-section .networks {
    background-color: unset;
    border-radius: 100px;
    border: unset;
    padding: 10px 0;
}

.sharing-border {
    width: 50px;
    height: 2px;
    border-top: 1px solid rgba(202, 202, 202, 1);
    margin-top: 10px;
}

.sharing-section-titre {
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    margin-top: 22px;
}

#share-section .networks a {
    color: #ffffff;
    background-color: #315C8C;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding-bottom: 1px;
    margin-bottom: 39px;
}

#share-section .networks a i {
    margin-top: -6px;
}

.card-img-top-new {
    width: 185px;
    height: 141px;
    border-radius: 0px 10px 10px 0px;
}

.news-card-item {

    background-color: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 10px;
    margin: 5px;
    margin-top: 20px;
}

.news-card-item:hover {
    box-shadow: -4px -4px 8px #EEEEEE, 4px 4px 8px #EEEEEE;
}

.card-news-date {
    font-weight: 400;
    font-size: 10px;
    color: #757575;
    margin-top: 15px;
}

.card-news-text {
    font-weight: 400;
    font-size: 14px;
    color: #313131;
}

.see-news-cta {
    margin-top: 16px;
}

.see-news-cta>a {
    border: unset;
    background-color: transparent;
    color: #16293F;
    font-weight: 400;
    font-size: 14px;

}

.see-news-cta>i {
    font-size: 14px !important;
    margin-right: 15px;

}

.see-news-cta>a:hover {
    background-color: transparent;
    color: #16293F;
    border-bottom: 1px solid #16293F;

}

.demnad-success {
    background: #E5F3E9;
    border-radius: 18px;
    color: #00DC5D;
    padding: 5px 18px;
}
.demnad-unsuccess {
    background: #f8d7da;
    border-radius: 18px;
    color: #721c24;
    padding: 5px 18px;
}
.demnad-info {
    background: #cce5ff;
    border-radius: 18px;
    color: #004085;
    padding: 5px 18px;
}
.demnad-close {
    background: #e2e3e5;
    border-radius: 18px;
    color: #383d41;
    padding: 5px 18px;
}

.desabled-progress {
    background-color: #B5B5B5 !important;
    box-shadow: 2px 5px 15px 0 #B5B5B5;
    direction: ltr;
}

.prog {
    border: 1px solid #B5B5B5;
}

.top-green-line {
    width: 100%;
    height: 5px;
    background-color: #00DC5D;
    border-radius: 15px 15px 0px 0px;
}

.complaint-count-card {
    width: 192px;
    height: 163px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #EAEAEA;
    padding: 0 18px;
}

.complaint-count-logo {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #E7EDF6 9.66%, rgba(231, 237, 246, 0.25) 100%);
    border-radius: 100%;
    margin-top: -30px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.complaint-count-title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.0025em;
}

.complaint-count-title2 {
    font-weight: 400;
    font-size: 12px;
    color: #16293F;

}

.complaint-count-title3 {
    font-size: 14px;
    letter-spacing: 0.0125em;
    color: #16293F;

}

.complaint-count-title4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #4785CC;

}

.complaint-input {
    border: 1px solid #9C9C9C;
    border-radius: 8px;
    width: 311px;
    height: 48px;
    padding-right: 10px;
    margin-top: 30px;
}

.complaint-min-desc {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 176.5%;
    text-align: justify;
    color: #313131;
}

.complaint-btn {
    margin-top: 62px;
    margin-bottom: 78px;
}

.complaint-btn>button {
    width: 340px;
}

.complaint-list {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 3px solid #FDB913
}

.complaint-list-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #313131;
    margin-top: 8px;

}

.complaint-hr {
    background: #FDB913;
    border-radius: 5px;
    width: 267px;
    height: 5px;
    border-radius: 5px;
}

.hr-gray {
    background: #DDDDDD;
}

.bordar-gray {
    border: 3px solid #DDDDDD
}

.complaint-text-gray {
    color: #757575;
}

.complaint-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.0025em;
    color: #313131;
    margin-bottom: 15px;

}

.complaint-desc {

    font-size: 16px;
    line-height: 27px;
    color: #313131;
}

.complaint-titre {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #313131 !important;
}

.complaint-factor-left {
    max-width: 461px;
    height: 288px;
    background: #F6F6F6;
    border-radius: 15px;
    padding: 23px 40px;
}

.factor-left-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #313131;

}

.factor-left-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #313131;
}

.complaint-factor-right {
    max-width: 420px;
}

.factor-right-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #315C8C;
}


.btn1 {
    background-color: transparent;
    border: 1.5px solid #315C8C;
    color: #315C8C;
    border-radius: 6px;
    border-radius: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 32px;
    height: 32px;
    margin-inline: 15px;
}

.price-counter {
    width: 392px;
    height: 57px;
    left: 752px;
    top: 403px;

    background: rgba(231, 237, 246, 0.25);
    border-radius: 5px;
}

.price-counter-input {
    border: unset;
    background-color: transparent;
}

.price-counter-input:focus {
    color: #495057;
    background-color: transparent !important;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset;

}

.discount-input {
    width: 392px;
    height: 57px;
    left: 747px;
    top: 537px;
    background: rgba(231, 237, 246, 0.25);
    border-radius: 5px;
    border: unset;
    text-align: center;
}

.content p {
    margin: 0;
    color: unset !important;
}

.complaint-min-desc-width {
    width: 657px;
}

.btn-sign-width {
    width: 268px;
}

.modal-personal {
    width: 400px;
    height: 361px;
    border-radius: 15px;
    background-color: #fff !important;
}

.modal-close-btn {
    text-align: right;
    margin: 28px 28px 0 0;
    font-size: 28px;
    font-weight: 400;
}

.counter-show {
    width: 100%;
    text-align: center;
    margin-top: -40px;
}

.modal-msg {
    font-size: 18px !important;
    font-weight: 500;
    color: #313131;
    margin-top: 35px;
}

.modal-btn {
    border: unset;
    background: unset;
    text-decoration: underline;
    color: #4785CC;

}

.modal.error .modal-content {
    background-color: #fff !important;
}

.payment-modal,
.payment-modal .close {
    color: #313131 !important;
}

.networkss a {
    color: #ffffff;
    background-color: #315C8C;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: 14px;
}

.h-unset {
    height: unset !important;
}

.sucess-modal-footer {
    margin-top: 35px;
    margin-bottom: 52px;
}

.plugin .price {
    background-color: transparent;
    color: #315C8C !important;
    border: 1px solid #315C8C;
    border-radius: 5px;
    width: 129px;
    height: 48px;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;

    margin-bottom: 5px;
    font-size: 16px !important;
}

.plugin .price.selected {
    background: #315C8C;
    color: #ffffff;
}

.plugin {
    color: #16293F;
}

.plugin .btn-submit {
    padding: unset !important;
}

.px-160 {
    padding-left: 50px;
    padding-right: 50px;
}

.pay-denand-desc {
    width: 100%;
    max-width: 580px;
    height: 113px;
    background: rgba(231, 237, 246, 0.25);
    border-radius: 5px;
    border: unset;
    font-size: 15px;
}

.pay-petition-left {
    max-width: 461px;
    height: 512px;
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 15px;
}

.plugin .price.selected {
    background: #315C8C;
    color: #ffffff !important;
}

.supporters>.img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.supporters>.name {
    font-size: 14px;
    color: #313131;
}

.supporters>.price {
    font-size: 12px;
    color: #315C8C;
}

.supporters>.time {
    font-size: 12px;
    color: #9C9C9C;
    justify-self: end;
}

.supporter-link {
    font-size: 14px;
    color: #4785CC !important;
    cursor: pointer;
    text-align: center;
}


@media (max-width:1300px) {
    .complaint-min-desc-width {
        width: unset;
    }

    .serv-item {
        margin-top: 60px;
    }
}

.during-campaining {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.folovwing-body {
    max-width: 550px !important;
    position: absolute;
    /* padding: 31px; */
    /* margin-right: 50px; */
    /* margin-top: 47px; */
    border-radius: 15px;
    height: 394px;
    width: 550px;
}

.demand-success-body-slider {
    margin-right: 40px;
    margin-left: 43px;
}

.lawyer-profile {
    background-color: #FCFCFC;
    margin-top: 25px;
}

.lawyer-side {
    background-color: #FFFFFF;
    border-radius: 15px;
}

.side-lawyer-name {
    font-weight: 500;
    font-size: 24px;
    color: #16293F;
}

.lawyer-bage {
    font-size: 14px;
    color: #B5B5B5;
    margin-top: 12px;
}

.ide-lawyer-price {
    font-size: 18px;
    color: #16293F;
}

.side-lawyer-link {
    font-size: 12px;
    color: #4785CC;
    margin-bottom: 33px;
}

.side-lawyer-middel {
    border-top: 1px solid #FAFAFA;
}

.side-lawyer-middel>a {
    font-size: 16px;
    color: #B5B5B5;
    height: 50px;
    margin: 0 20px;
    padding: 11px;
}

.side-lawyer-middel>.active {
    background: #F6F9FC;
    border-radius: 10px;
    color: #16293F;
}

.side-lawyer-btn {
    font-size: 14px;
    color: #16293F;
    padding: 11px 24px;
    border: 1px solid #16293F;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
}

.side-lawyer-btn:hover {
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
    background-color: #16293F;
}

.side-lawyer-footer {
    background: #F6F9FC;
    border-radius: 0px 0px 15px 15px;
    height: 35px;
    margin-top: 43px;
}

.side-lawyer-logout {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #FDB913;
    margin: 6px 19px;
    cursor: pointer;
}

.lawyer {
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.6);
    border-radius: 15px;
    margin-bottom: 108px;
}

.lawyer>div>img {
    width: 100%;
    height: 237px;
    padding-bottom: 40px;
    /* box-shadow: inset 0px 0px 12px 12px white, inset 0 -10px 3px 2px white; */
    background: linear-gradient(180deg, rgba(22, 41, 63, 0.29) 56.35%, rgba(22, 41, 63, 0) 100%);
    border-radius: 15px 15px 0 0;
}

.lawyer-avatar {
    margin-right: 40px;
    border-radius: 20px;
    margin-top: -83px;
    position: relative;
    width: 139px;
    height: 139px;
    background-color: #ffffff;
}

.lawyer-titre-section {
    width: 541px;
    height: 96px;
    background: #455466;
    border-radius: 0px 0px 16px 16px;
    margin-top: -40px;
    margin-left: 40px;
}

.lawyer-titre-demand {
    width: 33%;
    color: #FFFFFF;
    font-size: 16px;
}

.lawyer-titre-actived {
    background: rgba(22, 41, 63, 0.41);
    border-radius: 0px 0px 16px 16px;
}

.lawyer-personal-information {
    padding: 20px 40px;
}

.lawyer-personal-information-titre {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
    color: #313131;
}

.lawyer-data-sec {
    border-bottom: 1px solid #DDDDDD;
    width: 336px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
}

.border-unset {
    border: unset;
}

.gray-title {
    font-size: 14px;
    color: #9C9C9C;
}

.lawyer-data-item {
    font-size: 16px;
    line-height: 27px;
    color: #313131;
}

.mt-10 {
    margin-top: 10px;
}

.edit-pen {
    background: #FCFCFC;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    color: #B5B5B5;
    font-size: 22px;
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}
.edit-pen:hover {
    background: #eceaeab8;
}

.m-t-35 {
    margin-top: 35px;
}

.lawyer-main-warning {
    background: #E7EDF6;
    border-radius: 15px;
    padding: 20px 32px;
    font-size: 16px;
    color: #315C8C;
    margin: 40px 40px -40px 40px;
}

.lawyer-icon-warning {
    font-size: 32px;
    font-weight: 300;
    color: #315C8C8A;
}

.lawyer-change-avatar-btn {
    position: absolute;
    left: 16px;
    margin: 16px;
    /* padding-top: 16px; */
}

.lawyer-chnge-pass-link {
    border: unset;
    background-color: transparent;
    font-size: 14px;
    text-decoration-line: underline;
    cursor: pointer;


    color: #4785CC;
}

.lawyer-chnge-pass-link:hover {

    color: #66819f;
}

.lawyer-uplod-icon {
    border: unset;
    background-color: transparent;
    cursor: pointer;
}

.input-group {
    position: relative;
}

.custom-label {
    position: absolute;
    right: 16px;
    font-size: 16px;
    color: #757575;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input-lawyer {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    padding: 1rem;
    font-size: 1rem;
    color: #142437;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input-lawyer:focus~label {
    transform: translateY(-50%)scale(0.8);
    background-color: #FFFFFF;
    padding: 0 0.2cm;
    color: #315C8C;
    /* color: #24364a; */
}

.input-lawyer:focus {
    outline: 2px solid #315C8C;
    border: 1px solid#315C8C !important;
    /* color: #24364a; */
}

.input-lawyer::content~label {
    transform: translateY(-50%)scale(0.8);
    background-color: #FFFFFF;
    padding: 0 0.2cm;
    /* color: #24364a; */
}

.input-lawyer::placeholder {
    opacity: 0;
}

.input-lawyer:not(:placeholder-shown)~label {
    transform: translateY(-50%)scale(0.8);
    background-color: #FFFFFF;
    padding: 0 0.2cm;
}

.avatar-orerlay {
    position: absolute;
    bottom: 0;
    background: rgba(22, 41, 63, 0.8);
    color: #f1f1f1;
    width: 100%;
    height: 41px;
    transition: .5s ease;
    text-align: center;
    opacity: 0;
    border-radius: 0px 0px 20px 20px;


}

.lawyer-avatar:hover .avatar-orerlay {
    opacity: 1;
    /* transition: opacity 2s; */
    transition: opacity 1s linear;
}

.avatar-edit-pen {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 22px;
    cursor: pointer;
    border: unset;
    background-color: transparent;
    border-radius: 0px 0px 20px 20px;

}

.change-pass-modal {
    width: 375px;
}

.change-pass-msg {
    font-size: 12px;
    color: #9C9C9C;

}

.pass-eye {
    position: absolute;
    left: 0;
}

.icon-eye-off::before {
    content: none;
}

.icon-eye::before {
    content: none;
}

.lawyer-avatar-change {
    border-radius: 20px;
    width: 318px;
    height: 318px;

}

.lawyer-avatar-change img {
    width: 318px;
    height: 318px;
    border-radius: 20px;

}

.lawyer-avatar img {
    width: 139px;
    height: 139px;
    border-radius: 20px;

}

.change-avatar-modal {
    width: 503px;
}

.change-avatar-btn {
    margin-top: -60px;
}

.change-baner-modal {
    max-width: 766px !important;
    width: 766px !important;
}

.change-baner-img {
    width: 725px;
    height: 228px;
    border-radius: 15px 15px 0px 0px;
}

.change-baner-btn {
    background-color: transparent;
    border: 1px solid transparent;
}

.change-baner-btn:hover {
    border: 1px solid #16293F;
    border-radius: 7px;
}

.h-120 {
    height: 120px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;

    text-align: right;
    opacity: 0;
    outline: none;
    background: #FCFCFC;
    cursor: inherit;
    display: block;
}

.edit-pen {
    background: #FCFCFC;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    color: #B5B5B5;
    font-size: 22px;
    cursor: pointer;
}

.btn-file input[type=file]:hover {
    background: #eceaeab8;
}

.p-40 {
    padding: 40px;
}

.slash {
    font-size: 30px;
    font-weight: 300;
    color: #9C9C9C63;
    margin-right: 15px;
    margin-left: 20px;
}

.mb--6 {
    margin-bottom: -6px;
}

.h-10 {
    height: 10px;
}

.progres-1 {
    max-height: 10px;
    position: absolute;
    display: block !important;
}
.progres-circle-1{
    height: 14px;
    width: 14px;
    margin-top: -2px;
}

.limit {
    color: #00DC5D;
}
.campaign-item-price {
    font-size: 18px;
    color: #16293F;
    font-weight: 500;
    margin-right: 50px;
  }
  .lawyer-banr-msg{
    position: absolute;
    margin: 22px;
  }
  .f-12{
    font-size: 12px;
  }

@media (max-width:1199.98px) {
    .side-lawyer-btn {
        padding: 11px 10px;
    }

    .lawyer-titre-section {
        width: 400px;
    }

    .lawyer-profile {
        max-width: 100% !important;
    }

    .folovwing-body {
        margin-right: 50px;
    }

    .folovwing-left-body {
        margin-right: 0;
    }

    .complaint-input {
        width: 238px;
    }

    .pading-petition {
        padding: unset;
    }

    .demand-success-body-slider {
        margin: unset !important;
        margin-top: 10px !important;
    }

    .serv-item {
        margin-top: 20px;
    }

    .services-item {
        width: 300px;
    }

    .mt--30 {
        margin-top: 30px !important;
    }

    .center-section-content {
        max-width: none;
    }

    .acardon-titre {
        width: 100%;
    }

    .new-title {
        font-size: 22px;
        width: 400px;

    }

    .center-video-2 {
        /* height: 354px; */
        width: 450px;
        height: 254px;
    }
}

@media (max-width:991.99px) {
    .change-baner-modal {
        max-width: 766px !important;
        width: auto !important;
    }

    .side-lawyer-btn {
        padding: 11px 5px;
    }

    .lawyer-titre-section {
        margin-left: 0;
    }

    .complaint-factor-left {
        margin-top: 30px;
    }


    .carousel-control-prev {
        right: -60px;
    }

    .carousel-control-next {
        left: -43px;
    }

    .login-left-vector-sm {
        width: 45vw;
    }

    .how-create-profile-des {
        max-width: unset;
        padding: 20px;
    }

    .how-create-profile {
        margin-right: 20px;
    }

    .jon-step-line {
        /* margin-top: 50px; */
        display: none;
    }

    .serv-item {
        margin-top: 0px;
    }

    .services-item>span {
        font-size: 16px;
    }

    .services-item-section {
        width: 144px;
        height: 144px;
    }

    .fold-images-container {
        background-size: cover;
    }

    .services-item {
        width: 270px;
    }

    .folovwing-left-body {
        width: unset;
        height: unset;
    }

    .center-section-content {
        max-width: unset;
    }

    .navbar {
        height: 80px !important;
    }

    .hamburger-menu {
        display: block !important;
    }

    .navbar-brand {
        margin-right: 20px !important;
    }

    .hamburger-menu {
        left: 34px !important;
    }
}

@media (max-width:767.98px) {
    .change-baner-img {
        width: 540px;
        height: 182px;
    }

    .lawyer-avatar {
        margin-right: 0;
        width: 168px;
        height: 168px;
        margin-top: -138px;
    }

    .lawyer-avatar img {
        width: 168px;
        height: 168px;
        border-radius: 20px;

    }

    .lawyer-profile {
        margin-top: 0;
    }

    .lawyer>div>img {
        border-radius: 0;
    }

    .lawyer-titre-section {
        height: 276px;
        margin-left: 0px;
        width: 100%;
        /* padding-top: 70px; */
    }

    .sm-lawyer-name {
        font-weight: 500;
        font-size: 24px;
        color: #FFFFFF;
    }

    .lawyer-titre-demand-sm {
        color: #FFFFFF;
        justify-content: space-evenly;
    }

    .f-36 {
        font-size: 36px;
    }

    .demand-back-link {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .px-160 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .complaint-title {
        padding-right: 20px;
    }

    .complaint-desc {
        text-align: justify;
        padding: 20px;
    }

    .complaint-btn>button {
        width: 100%;
    }

    .complaint-input {
        width: 100%;
    }

    .plugins-section {
        box-shadow: unset;
    }

    .arrow-btn {
        border: 1px solid #575555;
        background-color: #fffefe9e;

    }

    .carousel-control-prev {
        right: -5px;
    }

    .carousel-control-next {
        left: -5px;
    }

    .login-left-bgc {
        height: unset !important;
    }

    .register-left-bgc {
        background-color: unset;
        border-radius: 0px 20px 20px 0px;
        height: unset;

    }

    .login-back-link {
        margin-bottom: 22px;
        margin-top: 22px
    }

    .login-back-link {
        color: #16293F;
    }

    .login-left-vector-sm {
        margin-bottom: -80px;
        width: 80vw;
    }

    .login-left-bgc-sm {
        background-color: unset;
    }

    .login-left-bgc {
        border-radius: 8px;
    }

    .services-item-section>img {
        width: 60px;
    }

    .services-item {
        width: 200px;
    }

    .services-item-titre {
        font-size: 12px;
    }

    .top-circle-about {

        margin-right: -26vw;
        margin-top: -14vw;

    }

    .about-baner-text {
        font-style: normal;
        /* font-weight: bold; */
        padding: 13px;
        color: #333333;
        line-height: 35px;
        text-align: center !important;
        max-width: 581px;
    }

    .about-circle3 {
        display: none;
    }

    .contact-border {
        border: unset;
    }


    .center-video-1 {
        width: 90vw !important;
        height: 47vw !important;
        margin-right: 0 !important;
    }

    .light-blue-req {
        width: 93vw !important;
        height: 49vw !important;
    }

    .acardon-titre {
        width: 100% !important;
    }

    .navbar-collapse {
        background-color: #FCFCFC !important;
        color: #16293F !important;
        width: 100%;
        height: 50vh;
        ;
    }

    .xs-mr-25 {
        margin-right: 25px;
    }

    .navbar-collapse>ul {
        border-bottom: 1px solid rgba(221, 221, 221, 0.6);

    }

    .navbar {
        padding: unset;
    }

    .collapse-nav {
        background-color: #FCFCFC !important;
        color: #16293F !important;
        width: 100%;
        /* height: 40vh; */
        padding-right: 11px;
        padding-top: 22px;
        ;
    }

    .collapse-nav>li {
        height: unset;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .collapse-nav>a {
        color: #16293F !important;

    }


    .nav-contain {
        margin: unset;
    }

    .nav-link-base {
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        text-align: right;
        color: #16293F !important;
        height: unset;
    }









    .banner-btn-section {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .mx--30 {
        margin: unset;
    }

    .banner-btn-section>a {
        width: 100%;
        margin: unset;
        margin-top: 10px;
    }

    .new-title {
        text-align: right;
        font-size: 30px;
        width: 100% !important;
        height: max-content;
    }



    .center-section-content {
        margin-top: 25px;
    }

    .center-section-content>img {
        margin-right: unset !important;
    }

    .demand-success-image-slider {

        width: 100% !important;
    }



    .counter-number {
        font-size: 72px;

    }

    .folovwing-left-body {
        width: unset;
        height: unset;
    }

    .acardon-titre {
        width: unset;
        height: 76px;
        font-size: 13px;
        padding: 24px 14px;

    }

    .acardeon-desc {
        font-size: 18px;
        padding: 30px 20px;
    }

    .footer-logo-section {
        margin-right: 0px;
    }

}

@media (max-width:576px) {
    .lawyer {
        background: #FFFFFF;
        border: unset;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .lawyer-main-warning {
        margin: 20px;
    }

    .change-baner-img {
        width: 340px;
        height: 132px;
    }

    .modal.message .modal-content {
        border-radius: 14px;
    }

    .w-60-vw {
        width: 60vw;
    }

    .w-30-vw {
        width: 30vw;
    }

    .side-lawyer-btn {
        font-size: 14px;
        padding: 11px 24px;
    }

    .lawyer-data-sec {
        width: 100%;
    }

    .lawyer-personal-information {
        padding: 20px 20px;
    }

    .folowing-item-title {
        font-size: 16px;
    }

    .success-item {
        width: 85vw;
    }

    .ms-padding-0 {
        padding: 0px;
    }

    .success-items-sm {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: mandatory;
    }

    .during-campaining {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-snap-align: start;
        justify-content: unset;

    }

    #description {
        margin: 0 12px;
    }

    #content-tabs {
        margin: 12px;
    }

    #demand-header {
        border-radius: 0;
    }

    .p-sm-unset {
        padding: 0 !important;
    }

    .main-active {
        background-color: unset;

    }

    .modal-personal {
        width: 100%;
    }

    .discount-input {
        width: 100%;
    }

    .complaint-factor-right {
        width: 100%;
    }

    .price-counter {
        width: 100%;
    }

    .complaint-btn>button {
        width: 100%;
    }

    .complaint-input {
        width: 100%;
    }

    .complaint-min-desc-width {
        padding: 20px;
    }

    .arrow-btn {
        margin-top: -100px;
    }

    .demand-success-title-slider {
        font-size: 15px;
        font-weight: 500;
    }

    .login-right-section form {
        width: 300px;
    }

    .register-form {
        width: 300px;
    }

    .login-right-section {
        width: 300px;

    }

    .login-link-section {
        margin-right: 0px;
    }

    .input-block input {
        width: 300px;
        height: 48px;
    }

    .login-btn {
        width: 300px;
    }

    .register-roll-text {
        width: unset;
    }

    .input-block input {
        margin-right: 10px;
    }

    .services-item-section {
        width: 110px;
        height: 110px;
    }

    .services-item-section>img {
        width: 50px;
    }

    .services-item {
        width: 150px;
    }

    .services-item>span {
        font-size: 12px;
        font-weight: 600;
    }

    .center-video-2 {
        width: 100%;
        height: 54vw;
        padding: unset;
        margin-right: 0px;
        margin-right: -2vh;
    }

    .folovwing-title {
        font-size: 30px;
        width: 300px;
    }

    .mr-35 {
        margin-right: unset;
    }

    .campaign-item-title {
        font-size: 18px;
        margin-right: unset;
    }

    .demand-success-text-slider {
        /* max-width: 490px; */
        width: 100%;
    }

    .counter-number {
        font-size: 52px;

    }

    .footer-all-item>div {
        margin: unset;
        margin: 10px;
    }

    .footer-link-item {
        font-size: 11px;
    }

    .counter-item-text {
        font-weight: 400;
        font-size: 16px;
        margin-top: 70px;
    }

    .counter-circle {
        width: 58px;
        height: 58px;

    }



    .services-item-titre {
        font-size: 8px;
    }

    .top-circle-about {

        margin-right: -26vw;
        margin-top: -22vw;
        height: 88vw;


    }

    .about-circle2 {
        margin-right: -93vw;
        opacity: 0.9;
    }

    .about-circle1 {
        margin-right: 90vw;
        margin-top: -150px;
        opacity: 0.9;
    }

    .about-us-pc-vector {
        width: 100%;
    }

    .countact-us-form {
        padding-left: 30px;
        padding-right: 30px;
        opacity: 0.9;
        margin-top: 300px !important;
        width: unset;
        margin-left: unset;

    }

    .about-us-light-logo {
        /* background-color:  #3C444F; */
        width: 354px;
        height: 354px;
        opacity: 0.08;
        transform: rotate(60deg);
        right: 0px;
    }

    .about-us-light-logo2 {
        display: none;

    }

}

@media (max-width:380px) {
    .xs-margin {
        margin-right: 7vw !important;
    }
}
