.about-video-section__statistics {
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 0px;
}

.header__logo {
    font-size: 24px;
}

.team-section__container {
    padding-bottom: 120px;
}

.about-video-section {
    padding: 120px 0 0px;
}

.faq__title,
.start-project__title {
    font-size: 58px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
}

section.our-services {
    margin-top: 150px;
}

.field select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 0 14px;
    font-family: "Neue Montreal", "Arial", sans-serif;
    font-size: 16px;
    outline: none;
    line-height: 1;
    color: #000000;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #000000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.project-preview__para {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-top: 7px;
    display: block;
    max-width: 90%;
}

.team-section__container {
    padding-bottom: 120px;
    padding-top: 120px;
}

.header {
    padding: 10px 0;
}

.header img {
    width: 100px;
}

.error {
    color: red;
}

.msgSubmit {
    font-size: 16px !important;
    color: green;
}

.start-project__title {
    font-size: 58px !important;
    margin-bottom: 80px !important
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    justify-content: space-between;
}

.services-sec .card-price__list {
    text-align: center;
}

.services-sec .card-price__plan {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 130%;
}

.services-sec .card-price__list {
    margin-bottom: 35px;
}

.services-sec .card-price__wrapper {
    height: auto;
    padding: 45px 25px 55px;
}

.services-sec span.btn__text {
    padding-right: 10px;
}

.services-sec .card-price__wrapper img {
    margin-bottom: 35px;
}

.services-sec .pricing__container {
    padding-top: 00px;
    padding-bottom: 00px;
}

.start-project__title {
    font-size: 200px !important;
    text-transform: uppercase;
}

.services-sec {
    padding-top: 100px;
}

.circlet {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    margin: -144px 0 0 -140px;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* @media (min-width: 768px){
.footer__bottom {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto !important;
}
} */
.footer__bottom::before {
    margin-bottom: 10px;
}

.footer__privacy:hover,
.footer__privacy:focus {
    text-decoration: none;
}

.footer a {
    color: #000;
}

/* .footer a:hover{
    text-decoration: underline;
} */

.header .modern-hero__more {
    display: inline-block;
    position: relative;
}

.header .modern-hero__more:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #000000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.header .modern-hero__more:hover:after {
    width: 100%;
    left: 0;
}

.footer__privacy a {
    display: inline-block;
    position: relative;
}

.footer__privacy a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #000000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.footer__privacy a:hover:after {
    width: 100%;
    left: 0;
}

.services-sec .card-price__wrapper {
    height: 430px;
}

div#msgSubmit {
    color: green;
    padding-top: 20px;
}

.member-card__image {
    height: 450px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    object-position: center;
    width: 300px;
    padding: 50px;
}

.member-card__image img {
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
}

/* .footer__feedback-notice {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
} */
.footer__copyright {
    text-align: right;
}

.footer__logo {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__logo img {
    width: 100px;
}

span.partner-naem {
    font-size: 18px;
    padding-left: 6px;
    color: #fffe55;
}
.about-video-section {
    padding: 120px 0 100px;
}
.about-video-section__title{
    font-size: 22px;
    font-family: "Neue Montreal", "Arial", sans-serif;
    font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .modern-hero__title {
        font-size: calc(0.08194* 100vw + 28.66667px);
    }
}
@media (min-width: 992px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .start-project {
        padding: 184px 0;
    }


}

@media (max-width: 1599px) {
    .member-card__image {
        width: 260px;
    }
}

@media (max-width: 1400px) {
    .member-card__image {
        width: 250px;
    }
}

@media (max-width: 1200px) {
    .member-card__image {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 992px) {
    .header__mobile {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .header__mobile .mobile-canvas__nav {
        position: relative;
        left: auto;
    }

    .footer__feedback {
        grid-column: 2 / span 4;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media (max-width:991px) {
    .circlet {
        margin: -144px 0 0 -129px;
    }

    .member-card__image img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .services-sec .card-price__wrapper {
        height: auto;
    }
}

@media (max-width:767px) {
    .carousel-section__title {
        font-size: 39px;
        line-height: 1.2;
    }
    .about-video-section__title {
        font-size: 15px;
        font-family: "Neue Montreal", "Arial", sans-serif;
        font-weight: 400;
    }
    span.accordion__item-title.col-11.col-md-6 {
        display: grid;
        line-height: 36px;
    }

    span.partner-naem {

        padding-left: 0;
    }

    .team-section__container {
        padding-bottom: 0px;
    }

    .about-video-section {
        padding: 0px 0 0px;
    }

    .header a.modern-hero__more.arrow-link {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        position: absolute;
        right: 20px;
    }

    .circlet {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 180px;
        height: 180px;
        margin: -92px 0 0 -67px;
        -webkit-animation: spin 15s linear infinite;
        -moz-animation: spin 15s linear infinite;
        animation: spin 15s linear infinite;
    }

    .header {
        display: none;
    }

    .header--fixed {
        width: auto;
    }

    .start-project {
        padding-bottom: 0;
    }

    .modern-hero {
        padding-top: 40px;
    }

    .start-project__title {
        font-size: 48px !important;
    }

    .accordion__item-left {
        display: none;
    }

    .services-sec.container.container--size-large {
        padding-top: 70px;
    }

    .footer {
        background-color: #fffe55;
    }

    .member-card__image {
        width: 100%;
        height: 140px;
        padding: 15px;
    }

    .footer__copyright {
        text-align: left;
    }

    .footer__copyright {
        margin-top: 10px;
    }
}