@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

body {
    margin: 0px;
    padding: 0px;
}

#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#pageloader img
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope';
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Rubik';
    color: #30353B;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

ul, li {
    padding: 0;
    margin: 0;
    font-family: 'Manrope';
    list-style: none;
}

a {
    text-decoration: none !important;
    font-family: 'Manrope';
}

main {
    overflow: hidden;
}

.hide-on-desktop {
    display: none;
}

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

input:-webkit-autofill {
    background-color: #FAFFBD !important;
}

.img-animation {
    animation: scrollDownAnimation 1s ease infinite alternate;
    -webkit-animation: scrollDownAnimation 1s ease infinite alternate;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10px)
    }
}

@-moz-keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10px)
    }
}

::-webkit-input-placeholder, select { /* Chrome/Opera/Safari */
    color: #30353B !important;
    font-family: 'Manrope';

}

::-moz-placeholder, select { /* Firefox 19+ */
    color: #30353B !important;
    font-family: 'Manrope';
}

:-ms-input-placeholder, select { /* IE 10+ */
    color: #30353B !important;
    font-family: 'Manrope';
}

:-moz-placeholder, select { /* Firefox 18- */
    color: #30353B !important;
    font-family: 'Manrope';
}

/*Header*/

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-box .logo {
    width: 210px;
    position: relative;
    top: 0;
}

.top-info ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 30px;
}

.top-info ul li {
    list-style: none;
}

.top-info ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #F13B47;
}

.top-info ul li + li {
    margin-left: 20px;
}

.top-bar {
    margin-top: 19px;
}

.navbar-list ul {
    display: flex;
    align-items: center;
}

.navbar-list {
    margin-left: auto;
    margin-right: 19px;
}

.contact-info ul {
    display: flex;
    align-items: center;
}

.contact-info ul li + li {
    margin-left: 10px;
}

.contact-info ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #F13B47;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #272b2f;
    padding: 9px 14px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-list ul li a {
    font-size: 14px;
    color: #30353B;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.navbar-list ul li + li {
    margin-left: 18px;
}

.top-info ul li a img {
    padding-right: 3px;
}

.top-info ul li a span {
    position: relative;
}

.top-info ul li a span:after {
    content: "";
    width: 0;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: #F13B47;
    height: 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-info ul li:nth-child(1) a {
    background-color: #272b2f;
    color: #fff;
}

.contact-info ul li:nth-child(1) a img {
    filter: brightness(100);
}

.contact-info ul li a:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: #F13B47;
    width: 0;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -9;
}

.contact-info ul li:nth-child(1) a:hover {
    background-color: #30353B;
    border: 1px solid #30353b;
}

/*Header*/

/*Hero Banner*/

.HeroBanner {
    background: url(../images/hero-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 130px 0;
    position: relative;
}

.HeroBanner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 9;
}

.HeroBanner .container {
    position: relative;
    z-index: 99;
}

.HeadingOne {
    font-size: 37px;
    font-weight: 400;
    line-height: 55px;
}

.banner-caption .HeadingOne span {
    color: #f13b47;
    font-weight: 600;
}

.partner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.partner li img {
    width: 90%;
}

.banner-caption .HeadingOne {
    margin-bottom: 15px;
    color: #fff;
}

.banner-caption p {
    color: #fff;
    width: 80%;
    line-height: 28px;
    font-size: 19px;
}

.contact-info ul li {
    display: inline-flex;
}

.banner-caption .contact-info {
    margin-top: 28px;
}

.banner-caption .contact-info ul li a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
}

.banner-caption .contact-info ul li a img {
    filter: brightness(100);
}

.banner-caption .contact-info ul li:nth-child(1) a {
    background: #30353B;
    border: 1px solid #30353B;
}

.contact-info ul li:nth-child(1) a:before {
    display: none;
}

.banner-caption .contact-info ul li a:before {
    background: #30353B;
}

.banner-caption .contact-info ul li a:hover {
    border: 1px solid #30353B;
}

.banner-caption .contact-info ul li:nth-child(1) a:hover {
    background: #F13B47;
    border: 1px solid #F13B47;
}

.contact-info ul li a img {
    width: 19px;
    margin-left: 4px;
}

.HeroBanner .row {
    justify-content: space-between;
    align-items: center;
}

.lead-form {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}

.HeadingThree {
    font-size: 36px;
    color: #30353B;
    font-weight: 400;
    line-height: 47px;
}

.lead-form .HeadingThree {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
}

.lead-form p {
    line-height: 20px;
    padding-top: 17px;
    font-size: 14px;
    cursor: pointer;
}

.form-field {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: stretch;
    background-color: #F4F4F4;
    padding: 5px 10px 5px 10px;
    height: 50px;
    border-radius: 4px;
}

.form-field input {
    border: none;
    background-color: transparent;
    color: #30353B;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    margin-left: 6px;
    width: 100%;
}

.form-field + .form-field {
    margin-top: 10px;
}

.form-button button {
    width: 100%;
    border: none;
    outline: none;
    margin-top: 15px;
    background-color: #272b2f;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: 'Manrope';
    border-radius: 4px;
    padding: 10px 0;
    height: 43px;
    transition: 0.5s;
}

.form-button button img {
    filter: brightness(100);
}

.form-button button span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-button button span img {
    width: 22px;
    margin-left: 7px;
}

/*Hero Banner*/

/*About*/

/*.AboutSec:before, .creation-sec:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    background: url(../images/shape.svg) no-repeat;*/
/*    width: 413px;*/
/*    height: 330px;*/
/*}*/

.creation-sec:after {
    left: auto;
    right: 20px;
}

.AboutSec .img-box img {
    width: 180%;
    float: left;
}

.AboutSec {
    padding: 60px 0;
    position: relative;
}

.AboutSec .row:nth-child(1) {
    justify-content: center;
}

.HeadingTwo {
    font-size: 42px;
    line-height: 55px;
    color: #30353B;
}

.global-box .HeadingTwo span {
    color: #F13B47;
    font-weight: 600;
}

.global-box .HeadingTwo {
    margin-bottom: 15px;
}

.global-box p {
    width: 90%;
    margin: auto;
    line-height: 26px;
}

.AboutSec .global-box {
    margin-bottom: 40px;
}

.HeadingFive {
    color: #F13B47;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding-left: 55px;
    display: inline-block;
}

.HeadingFive:before {
    content: '';
    width: 42px;
    height: 1px;
    background-color: #F13B47;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.HeadingThree span {
    color: #F13B47;
    font-weight: 600;
}

.about-caption .HeadingThree {
    margin-bottom: 20px;
}

.about-caption p + p {
    margin-top: 20px;
}

.about-caption p {
    width: 96%;
    line-height: 27px;
}

/*About*/

/*Service*/

.ServiceSec .img-box img {
    float: right;
    width: 165%;
    padding-right: 15px;
    margin-top: 70px;
}

.ServiceSec {
    background: rgb(246, 229, 229);
    background: radial-gradient(circle, rgba(246, 229, 229, 1) 0%, rgba(244, 244, 244, 1) 100%);
    padding: 50px 0;
}

.ServiceSec .HeadingTwo {
    color: #F13B47;
    font-weight: 400;
}

.service-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 51px 30px 33px 30px;
    margin-bottom: 20px;
    transition: .5s;
}

.HeadingFour {
    color: #F13B47;
    font-size: 22px;
    font-weight: 600;
}

.service-intro p {
    font-size: 15px;
    line-height: 24px;
    min-height: 195px;
}

.service-box .contact-info {
    margin-top: 23px;
}

.service-box .icon {
    margin-bottom: 20px;
    height: 70px;
    display: flex;
    align-items: center;
}

.service-intro .HeadingFour {
    margin-bottom: 13px;
}

.service-intro .contact-info ul li a {
    padding: 8px 9px;
}

.contact-info .contact-info ul {
    justify-content: space-between;
}

.BlackHeading {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 4px;
}

.vision-caption .HeadingTwo {
    font-weight: 600;
    color: #30353B;
    margin-bottom: 40px;
}

.vision-caption .HeadingTwo span {
    color: #F13B47;
}

.main-vision {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-vision .vision-box {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-bottom: 40px;
}

.vision-box .caption h5 {
    color: #F13B47;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 3px;
}

.vision-box .caption p {
    font-size: 17px;
    font-weight: 500;
}

.vision-box .caption {
    margin-left: 18px;
}

.main-vision .vision-box:nth-child(2n) {
    margin-left: 45px;
}

.vision-caption {
    padding-left: 10px;
}


/*Service*/

/*creation*/

.creation-sec {
    padding: 80px 0 50px;
    position: relative;
}

.intro-txt p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}

.intro-txt {
    padding-left: 25px;
    margin-bottom: 30px;
}

.creation-service .icon {
    width: 85px;
    height: 85px;
    background-color: #F13B47;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    transition: .5s;
}

.creation-service .caption p {
    font-size: 15px;
    line-height: 23px;
}

.creation-service .HeadingFour {
    margin-bottom: 15px;
    transition: .5s;
}

.creation-service .contact-info ul li:nth-child(1) a {
    background-color: transparent;
    color: #F13B47;
}

.creation-service .contact-info ul li:nth-child(1) a img {
    filter: brightness(1);
}

.creation-service .contact-info ul li a:hover img {
    filter: brightness(100);
}

.creation-service {
    margin-top: 80px;
}

/*creation*/

/*CTA*/

.cta-sec {
    padding: 90px 0;
    background: rgb(234, 57, 74);
    background: linear-gradient(73deg, rgba(234, 57, 74, 1) 0%, rgba(50, 53, 59, 1) 100%);
}

.cta-intro .contact-info ul {
    justify-content: center;
}

.cta-intro .HeadingThree {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 40px;
}

.cta-intro .contact-info ul li:nth-child(1) a {
    background-color: #30353B;
    border: 1px solid transparent !important;
}

.cta-intro .contact-info ul li a {
    border: 1px solid #fff;
    color: #fff;
}

.cta-intro .contact-info ul li a img {
    filter: brightness(100);
}

.cta-intro .contact-info ul li a {
    font-size: 17px;
}

.cta-intro .contact-info ul li:last-child a {
    border: none;
}

.cta-intro .contact-info ul li:last-child a {
    font-size: 30px;
    font-weight: 500;
}

.cta-intro .contact-info ul li:last-child a img {
    width: 31px;
    margin-right: 10px;
    margin-left: 0;
}

.cta-intro .contact-info ul li + li {
    margin-left: 20px;
}

/*CTA*/


/*choose css*/

.choose-img {
    float: right;
    position: relative;
    top: -90px;
}

.choose-sec {
    overflow: hidden;
    padding-bottom: 70px;
}

.choose-caption {
    padding-left: 35px;
    margin-top: 100px;
}

.choose-caption p {
    font-size: 22px;
    line-height: 35px;
    width: 100%;
}

.featured-list {
    margin-top: 35px;
}

.featured-list .HeadingFour {
    margin-bottom: 13px;
    font-weight: 700;
}

.choose-caption-left {
    padding-left: 0;
    padding-right: 15px;
}

/*choose css*/

/*Faqs css*/

.faqs-sec {
    background-color: #F6EBEB;
    padding: 60px 0;
    position: relative;
    z-index: 9;
}

.faqs-sec:before {
    content: '';
    width: 50%;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -9;
    background-color: #c93847;
}

.footer-lead-form {
    background-color: transparent;
    padding: 0;
    padding-right: 50px;
    margin-top: 0;
}

.footer-lead-form .HeadingThree {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-lead-form p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding-top: 0;
    margin-bottom: 20px;
}

.inner-feild {
    display: block;
    justify-content: space-between;
    align-items: start;
}

.inner-feild .box {
    width: 100%;
}

.inner-feild .box .form-field {
    background-color: #ffff;
    height: auto;
}

.inner-feild .box .form-field textarea {
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    outline: none;
    color: #30353B;
    font-size: 14px;
    padding: 8px;
}

.inner-feild .box .form-field input {
    height: 43px;
}

.inner-feild .box:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
}

.footer-lead-form .form-button button {
    background-color: #30353B;
    width: auto;
    padding: 0 40px;
    margin-top: 0;
}

.footer-lead-form .form-button {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-lead-form .top-info ul li a {
    color: #fff;
    font-size: 16px;
}

.footer-lead-form .top-info {
    display: flex;
    align-items: stretch;
    margin-left: 20px;
}

.footer-lead-form .top-info ul li a img {
    filter: brightness(100);
}

.footer-lead-form .top-info ul li a span:after {
    background-color: #fff;
}

.faqs-box .HeadingThree {
    color: #F13B47;
    font-weight: 700;
    margin-bottom: 20px;
}

.faqs-box {
    padding-left: 80px;
}

.faqs-box .set a {
    font-size: 22px;
    color: #30353B;
    font-weight: 500;
    font-family: 'Rubik';
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.faqs-box .set {
    border-bottom: 1px solid rgb(0 0 0 / 29%);
}

.faqs-box .set a svg {
    font-size: 19px;
    transition: 0.5s;
    transform: rotate(180deg);
}

.faqs-box .set .content p {
    line-height: 25px;
    padding: 18px 0;
    padding-top: 0;
}

.faqs-box .set .content {
    display: none;
}

.faqs-box .set:last-child {
    border-bottom: none;
}

.faqs-box .set a.active {
    color: #F13B47;
}

.faqs-box .set a.active svg {
    transform: rotate(0deg);
}


/*Faqs css*/

/*Footer css*/

footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.footer-nav {
}

.footer-nav h6 {
    font-size: 14px;
    color: #F13B47;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.footer-nav ul {
    padding-left: 10px;
}

.footer-nav ul li {
    position: relative;
    padding-left: 13px;
}

.footer-nav ul li a {
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
}

.footer-nav ul li + li {
    margin-top: 3px;
}

.footer-nav ul li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgb(255 255 255 / 75%);
    width: 4px;
    height: 4px;
    border-radius: 50px;
}

.footer-nav .top-info ul {
    display: block;
    padding: 0;
}

.footer-nav .top-info ul li:before {
    display: none;
}

.footer-nav .top-info ul li a {
    font-size: 16px;
}

.footer-nav .top-info ul li {
    padding: 0;
    margin: 0;
}

.footer-nav .top-info {
    margin-top: 28px;
}

.footer-nav .top-info ul li + li {
    margin-top: 16px;
}

.footer-nav .top-info ul li a span:after {
    background: rgb(255 255 255 / 75%);
}

.footer-nav .top-info ul li a img {
    margin-right: 5px;
    width: 28px;
}

.footer-nav p {
    color: rgb(255 255 255 / 75%);
    line-height: 26px;
    font-weight: 300;
}

.disclaimer-txt {
    padding-right: 20px;
}

.footer-social {
    margin-top: 20px;
}

.footer-logo {
    max-width: 175px;
    margin-bottom: 40px;
}

.footer-social a svg {
    color: #fff;
    font-size: 26px;
    margin-right: 6px;
    margin-top: 4px;
    transition: .5s;
}

.copyright {
    background-color: #F13B47;
    text-align: center;
    padding: 16px 0;
}

.copyright p {
    color: #fff;
    font-size: 14px;
    font-family: 'Manrope';
    line-height: normal;
    text-align: left;
}

/*Footer css*/


/*Testimonial css*/

.testimonial-sec {
    background: rgb(246, 229, 229);
    background: radial-gradient(circle, rgba(246, 229, 229, 1) 0%, rgba(244, 244, 244, 1) 100%);
    padding: 80px 0 140px;
    border-bottom: 3px solid #fff;
}

.swiper {
    width: 100%;
    height: 100%;
}

.testi-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    min-height: 395px;
    max-height: 400px;
    position: relative;
}

.author-box {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.author-intro {
    margin-left: 0;
}

.author-intro h5 {
    font-size: 20px;
    font-weight: 700;
    color: #F13B47;
    margin-bottom: 4px;
}

.bio p {
    font-size: 14px;
    line-height: 26px;
}

.author-intro h6 {
    color: #30353B;
    font-size: 16px;
}

.testi-box .star {
    margin-top: 14px;
}

.testi-box .star svg {
    color: #ffa41b;
}

.testimonial-sec .about-caption {
    margin-bottom: 60px;
}

.testi-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 0 27px;
    border-color: transparent transparent transparent #fff;
    top: calc(99% - 1px);
    transform: rotate(90deg);
    z-index: 2;
    border-bottom-right-radius: 4px;
}

/*Testimonial css*/

/*inner css*/

.inner-service .choose-caption {
    margin-top: 0;
}

.banner-list li {
    font-size: 16px;
    color: #fff;
    list-style: inside;
    font-weight: 600;
}

.banner-list li + li {
    margin-top: 8px;
}

.contact-page .HeroBanner {
    padding: 150px 0;
    background-position: top;
}

.inner-contact-sec {
    padding: 70px 0;
}

.contact-page .footer-lead-form {
    padding: 0;
}

.contact-page .inner-feild .box .form-field {
    background-color: #ECECEC;
}

.contact-page .inner-feild .box .form-field textarea {
    background-color: #ececec;
}

.inner-contact-info .HeadingThree {
    color: #30353B;
    font-size: 36px;
}

.inner-contact-info p {
    color: #30353B;
    margin-bottom: 24px;
    line-height: 32px;
}

.inner-contact-info .top-info ul {
    display: block;
}

.inner-contact-info .top-info ul li + li {
    margin-left: 0;
}

.right-contact-info {
    background-color: #ececec;
    padding: 25px 15px;
    border-radius: 4px;
    margin-top: 59px;
}

.right-contact-info .box h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #30353B;
    color: #30353B;
    padding-bottom: 10px;
}

.right-contact-info .top-info ul li + li {
    margin-top: 8px;
}

.right-contact-info .top-info ul li a {
    font-size: 18px;
    display: flex;
}

.right-contact-info .top-info ul li a img {
    width: 26px;
    margin-right: 10px;
}

.right-contact-info .box {
    margin-top: 0;
}

.right-contact-info .box p {
    margin-bottom: 0;
    line-height: 27px;
}

.top-info {
    margin-left: auto;
}

header {
    padding: 10px 0;
}

.partner li {
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-field select {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    height: 45px;
    color: #30353B;
}

.right-contact-info .box h5 span {
    color: #f13b47;
}

.list-item li {
    font-size: 14px;
}

.list-item li + li {
    margin-top: 8px;
}

.list-item li svg {
    margin-right: 9px;
    color: green;
}

.total {
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 20px;
}

.total li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 19px;
}

.total li span {
    color: #f13b47;
}

/*ul.list-item {*/
/*    column-count: 2;*/
/*}*/

.left-box {
    width: 40%;
    background: url(../images/report-bg.jpg) no-repeat;
    background-position: center center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
}

.report-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-box {
    background-color: #f13b47;
    width: 60%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 115px;
}

.left-box:before {
    content: '';
    position: absolute;
    /* background-color: #000; */
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.left-box h3 {
    color: #fff;
    position: relative;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}

.left-box h3 span {
    display: block;
    color: #f13b47;
    font-weight: 700;
}

.right-box ul li {
    color: #fff;
    font-size: 18px;
}

.right-box ul li + li {
    margin-top: 13px;
}

.right-box ul li svg {
    margin-right: 12px;
}


.popup-sec {
    display: none;
}

.popup-sec .overlay {
    background-color: rgba(0, 0, 0, 0.333);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    animation: 250ms ease 0s 1 normal forwards running animation-181uifa;
    overflow-y: hidden;
    z-index: 998;
}

.popup-box {
    max-width: 712px;
    width: calc(100% - 32px);
    max-height: calc(100% - 32px);
    overflow: auto;
    padding: 40px 16px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    z-index: 999;
}

.popup-box h2 {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 40px;
}

.popup-box .box {
    width: 80%;
    margin: auto;
    margin-top: 19px;
}

.popup-box .box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup-active .popup-sec {
    display: block;
}

.popup-active {
    overflow-y: hidden;
}

.vin-label {
    font-size: 13px;
    color: #f13b47;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 500;
}


.terms {
    margin-top: 15px;
}

.custom-checkbox {
    display: flex;
    align-items: start;
    margin-top: 10px;
    font-size: 15px;
}

.custom-checkbox input {
    margin-top: 6px;
    margin-right: 5px;
}

label.term-txt {
    font-weight: 700;
    color: #f13b47;
    font-size: 22px;
}

.custom-checkbox label span {
    background-color: lightblue;
    color: #000;
    font-weight: 500;
}


.privacy-sec {
    padding: 70px 0;
}

.privacy-sec h1 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000;
    font-size: 50px;
}

.privacy-sec h4 {
    font-size: 32px;
    color: #000;
    padding: 20px 0;
}

.privacy-sec p strong {
    color: #000;
    padding: 16px 0 0;
    display: inline-block;
}

.privacy-sec ul li {
    color: #5C5856;
    font-size: 17px;
    list-style: inside;
}

.privacy-sec ul {
    padding-top: 15px;
}

.privacy-sec ul li + li {
    margin-top: 6px;
}

.privacy-sec p:last-child a {
    color: #000;
}

.privacy-sec p:last-child strong {
    padding: 0;
}

.copyright ul {
    display: flex;
    align-items: end;
    justify-content: end;
}

.copyright ul li + li {
    padding-left: 16px;
}

.copyright ul li a {
    color: #fff;
    font-size: 14px;
}

/*inner css*/

@media (min-width: 1200px) {
    .top-info ul li a span:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }

    .contact-info ul li a:hover:before {
        width: 100%;
    }

    .contact-info ul li a:hover {
        color: #fff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .contact-info ul li a:hover img {
        filter: brightness(100);
    }

    .form-button button:hover {
        background-color: #30353B;
    }

    .service-box:hover {
        transform: translateY(-12px);
    }

    .creation-service .contact-info ul li:nth-child(1) a:hover {
        background-color: #30353B;
        border: 1px solid #30353B;
        color: #fff;
    }

    .footer-social a svg:hover {
        color: #F13B47;
    }

    .creation-service:hover .icon {
        background-color: #30353B;
    }

    .creation-service:hover .HeadingFour {
        color: #30353B;
    }

    .navbar-list ul li a:hover {
        color: #ef394b;
    }

}