.icon-email {
    mask-image: url(../img/svg/email.svg);
}

.icon-location {
    mask-image: url(../img/svg/locations.svg);
}

.sub-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    display: block;
    margin-bottom: 24px;
}

/* footer */

.footer {
    padding-top: 100px;
    border-top: 1px solid rgba(251, 185, 21, 0.24);
}

.footer .footer-top {
    padding-bottom: 40px;
}

.footer .footer-logo {
    margin-bottom: 24px;
}

.footer .footer-con {
    max-width: 398px;
}

.footer .footer-logo img {
    max-width: 184px;
    object-fit: cover;
}

.footer-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(251, 255, 255, 0.6);
}

.footer-nav-col .footer-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
}

.footer-nav-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

}

.footer-nav-col ul li {
    display: block;
    margin-bottom: 15px;

    &:last-child {
        margin-bottom: 0;
    }
}

.footer-nav-col ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: rgba(251, 255, 255, 0.6);
}

.footer-copy-right {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 30px 0;
}

.footer-copy-right p,
.footer-copy-right p a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgb(245 245 245 / 40%);
    display: inline-block;
}

.footer-copy-right p a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    max-width: 45px;
    object-fit: cover;
}


/* free-upgrade-sec */

.free-upgrade-inner {
    background-color: rgba(42, 30, 0, 0.5);
    border: 1px solid rgba(251, 185, 21, 0.24);
    border-radius: 16px;
    padding: 40px;
}

.free-upgrade-details .contact-info {
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 40px 64px;
}

.free-upgrade-details .contact-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.contact-info .contact-info-inner a,
.contact-info .contact-info-inner p {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 14px;

    &:last-child {
        margin-bottom: 0;
    }
}


.contact-info .contact-info-inner .call {
    font-weight: 600;
    font-size: 26px;
}

.contact-info-inner .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: linear-gradient(90deg, #FBB915 0%, #FFD263 100%);
}

.contact-info .contact-info-inner {
    margin-top: 40px;
}

.free-upgrade-details .contact-list {
    margin-top: 40px;
}

.contact-list .cms-con ul {
    margin-bottom: 0;
}

.contact-list .cms-con ul li {
    margin-bottom: 10px;
}

.free-upgrade-form {
    border-radius: 16px;
    padding: 46px 30px 40px;
    background-color: rgba(255, 255, 255, 1);
    max-width: 520px;
}

.free-upgrade-form .form-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
    color: #262525;
    display: block;
    margin-bottom: 30px;
}

.free-upgrade-form .btn {
    padding: 16px;
}

.form-group {
    margin-bottom: 38px;
    position: relative;
    display: block;
}

.form-group.mb-30 {
    margin-bottom: 30px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid rgba(141, 141, 141, 1);
    background-color: transparent !important;
    padding: 0 0 14px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #282828;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    display: block;
    border-radius: 0;
}

.form-control:focus {
    border-color: rgba(251, 185, 21, 1);
    color: #000;
    box-shadow: none;
    background-color: transparent !important;
}

.form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(40, 40, 40, 0.8);
    margin-left: 6px;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: 1 !important;
}

.form-check-input:checked {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(251, 185, 21, 0.24);
    opacity: 1;
}

.form-check-input {
    width: 22px;
    height: 22px;
}

.form-control::placeholder,
select:has(option:checked:first-child) {
    color: rgba(40, 40, 40, .5);
}

.form-select option {
    color: #000 !important;
}

textarea.form-control {
    resize: none;
    min-height: 85px;
}

.form-select {
    --bs-form-select-bg-img: url("../img/svg/select-down.svg");
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(../img/svg/check.svg);
    background-size: 14px;
}

.form-control:focus-visible {
    outline: none;
}

/* why-choose-sec */

.why-choose-box {
    background: rgba(31, 22, 0, 0.5);
    border: 1px solid rgba(251, 185, 21, 0.24);
    border-radius: 16px;
    padding: 36px 24px;
	height:100%;
}

.why-choose-sec .row>* {
    --bs-gutter-x: 40px;
}

.why-choose-box .why-choose-icon {
    background: linear-gradient(90deg, #FBB915 0%, #FFD263 100%);
    max-width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.why-choose-box .box-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    display: block;
}

.why-choose-box .cms-con p {
    font-size: 17px;
    font-weight: 300;
    color: #DFDFDF;
    line-height: 1.4;
}

.why-choose-box .why-choose-icon img {
    max-width: 40px;
    object-fit: cover;
}



.results-tabing .nav-pills {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 4px;
    background-color: rgba(45, 32, 2, 1);
    border: 1px solid rgba(251, 185, 21, 0.24);
    border-radius: 100px;
    width: max-content;
    user-select: none;
    margin-bottom: 60px;
}

.results-tabing {
    overflow: auto;
}

.results-tabing .nav-pills .nav-item {
    position: relative;
    z-index: 1;
}

.results-tabing .nav-pills .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 17px 20px;
    background-color: transparent;
}

.results-tabing .nav-pills .nav-link.active,
.results-tabing .nav-pills .show>.nav-link {
    color: #000;
    position: relative;
    z-index: 1;
}

.result-slide img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.result-slider-wrapper {
    overflow: clip;
}

.result-slider-wrapper .slick-list {
    overflow: visible;
}

.result-slider {
    max-width: 1300px;
    margin: 0 auto;
}

.result-slide {
    padding: 0 8px;
}

.result-slide .result-slide-inner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    overflow: hidden;
    max-height: 667px;
    min-height: 667px;
}

.result-slide .result-slide-inner img {
    width: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    height: 100%;
}

.result-slide-inner .slide-content {
    width: fit-content;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 30px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.result-slide-inner .slide-content .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.result-slide-inner .slide-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #DFDFDF;
}

.result-slider .result-slide.slick-active .slide-content .title {
    color: rgba(251, 185, 21, 1);
}

.result-slider .result-slide.slick-active img {
    mix-blend-mode: unset;
}

.result-slide .result-slide-inner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.result-slide.slick-active .result-slide-inner::before {
    display: none;
}


#pills-tab {
    position: relative;
    display: inline-flex;
}

.results-tabing .nav-pills {
    position: relative;
    z-index: 1;
}

.results-tabing .nav-pills .nav-item {
    position: relative;
    z-index: 2;
}

.tab-indicator {
    position: absolute;
    top: 4px;
    height: calc(100% - 8px);
    background-color: rgba(251, 185, 21, 1);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    z-index: 0;
    pointer-events: none;
}

.result-prev::after,
.result-next::after {
    content: '';
    width: 10px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.result-prev::after {
    transform: translate(-50%, -50%) rotate(135deg);
}

.result-next::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    width: 48px;
    height: 48px;
    background-color: #2A1E00;
    position: relative;
    border: 1px solid rgba(251, 185, 21, 0.24);
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}

.slick-arrow::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/svg/slider-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    width: 16px;
    height: 16px;
    transition: all 0.4s ease-in-out;
}

.slick-prev.slick-arrow::before {
    transform: rotate(180deg);
}

.result-slider .slick-arrow {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.result-slider .slick-next.slick-arrow {
    left: inherit;
    right: -15px;
}

.result-slider .slick-track {
    display: flex;
}

.result-slider .slick-slide {
    height: auto !important;
}

.result-slider .slick-slide>div {
    height: 100%;
}


.error-sec .error-con {
    text-align: center;
    max-width: 450px;
    margin: auto;
}

.error-sec .error-title {
    font-size: 150px;
    font-weight: 800;
    color: #fbb915;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    column-gap: 5px;
}

.error-sec .error-title img {
    width: 90px;
    height: 90px;

}

.error-sec .sec-title {
    color: #fff;
    background: none;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    -webkit-background-clip: initial;
    margin-bottom: 10px;
}



.error-sec p,
.thank-you-sec p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1.4;
    margin-bottom: 22px;
}

.commercial-premise-sec,
.how-it-work-sec {
    overflow: clip;
}

.thank-you-sec .thank-you-img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
}

.free-upgrade-form label.error {
    width: max-content;
    height: auto;
    display: block;
    font-size: 0.6875rem !important;
    line-height: 0.6875rem !important;
    color: rgb(251, 1, 1) !important;
    margin: 0px;
    padding: 5px 0 0;
}


:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}


.wpcf7-form-control-wrap {
    display: block;
}

button.btn.loaderDiv.loading {
    pointer-events: none;
    text-indent: -9999px;
}

button.btn.loaderDiv.loading:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #000;
    border-right-color: rgba(255, 255, 255, 0);
    animation: spinner-d3wgkg 0.8s infinite linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

.formResponse {
    display: none;
}

.formResponse.show {
    display: block;
}

.formResponse.show .success {
    padding: 10px !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
    font-size: 13px !important;
    background-color: #dfffe2 !important;
    border: 2px solid rgb(70 180 80 / 50%) !important;
    color: #000000 !important;
    border-width: 2px;
    font-weight: 600;
    border-radius: 4px;
}

.formResponse.show .error {
    padding: 10px !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
    font-size: 13px !important;
    background-color: #ffe3e3 !important;
    border: 2px solid rgb(251 1 1 / 50%) !important;
    color: #000000 !important;
    border-width: 2px;
    font-weight: 600;
    border-radius: 4px;
}


.hidden {
    width: 0;
    height: 0;
    display: none
}

.back-to-top {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 2.75rem;
    height: 2.75rem;
    background: #fbb915;
    border-radius: 4.375rem;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    overflow: hidden;
    color: #fff
}

.back-to-top.active {
    bottom: 85px;
    opacity: 1;
    z-index: 9
}

.back-to-top>div {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top>.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

.back-to-top>.arrow svg {
    fill: #fff;
    height: 20px;
    width: 100%
}

.back-to-top>.text {
    font-size: .5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px
}



@media screen and (hover: hover) {

    .back-to-top:hover {
        transform: scale(1.1);
        bottom: 85px;
        cursor: pointer
    }

    .back-to-top:hover>.arrow {
        transform: translateY(-150%) translateX(-50%);
        opacity: 0
    }

    .back-to-top:hover>.text {
        transform: translateY(-50%) translateX(-50%);
        opacity: 1
    }

    .slick-arrow:hover {
        background-color: rgba(251, 185, 21, 1);
    }

    .slick-arrow:hover::before {
        filter: invert(1);
    }

    .footer-nav-col ul li a:hover,
    .footer-copy-right p a:hover {
        color: #FBB915;
    }

    .contact-info .contact-info-inner a:hover {
        color: #FBB915;
    }

}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1460px) {
    .result-slider {
        max-width: 1100px;
    }

    .why-choose-box .box-title {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .why-choose-box .why-choose-icon {
        margin-bottom: 20px;
    }

    .why-choose-sec .row>* {
        --bs-gutter-x: 30px;
    }

    .why-choose-box {
        padding: 25px 18px;
    }

    .free-upgrade-inner {
        padding: 25px;
    }

    .free-upgrade-details .contact-info {
        padding: 40px 30px 50px;
    }

    .footer {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1348px) {}

@media screen and (max-width: 1299px) {
    .result-slide-inner .slide-content .title {
        font-size: 30px;
    }

    .result-slide .result-slide-inner {
        max-height: 550px;
        min-height: 550px;
    }

    .result-slide-inner .slide-content {
        padding: 25px;
    }

    .results-tabing .nav-pills {
        margin-bottom: 50px;
    }

    .why-choose-sec .row>* {
        --bs-gutter-x: 20px;
    }

    .why-choose-box .cms-con p {
        font-size: 15px;
    }

    .why-choose-box .why-choose-icon {
        max-width: 55px;
        min-height: 55px;
    }

    .why-choose-box .why-choose-icon img {
        max-width: 32px;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .free-upgrade-details .contact-list,
    .contact-info .contact-info-inner {
        margin-top: 30px;
    }

    .free-upgrade-form {
        padding: 40px 25px 35px;
    }

    .free-upgrade-form .form-title {
        margin-bottom: 25px;
    }

    .footer {
        padding-top: 70px;
    }

    .footer-copy-right {
        padding: 20px 0;
    }

    .thank-you-sec .thank-you-img {
        max-width: 120px;
    }

}

@media screen and (max-width: 1199px) {

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-arrow::before {
        width: 12px;
        height: 12px;
    }

    .result-slider {
        max-width: 750px;
    }

    .result-slide .result-slide-inner {
        max-height: 400px;
        min-height: 400px;
    }

    .result-slide-inner .slide-content {
        left: 15px;
        bottom: 15px;
    }

    .result-slide-inner .slide-content p {
        font-size: 16px;
    }

    .results-tabing .nav-pills .nav-link {
        font-size: 16px;
        padding: 15px;
    }

    .result-slide-inner .slide-content {
        padding: 20px;
    }

    .result-slide-inner .slide-content .title {
        font-size: 25px;
    }

    .why-choose-box .box-title {
        font-size: 20px;
        margin-bottom: 10px;
        min-height: 52px;
    }

    .why-choose-box .why-choose-icon {
        margin-bottom: 15px;
    }

    .why-choose-sec .row>* {
        --bs-gutter-x: 15px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .sub-title {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .free-upgrade-details .contact-info {
        padding: 30px 30px 40px;
    }

    .free-upgrade-form {
        padding: 30px 20px 30px;
    }

    .free-upgrade-details .contact-info>p {
        font-size: 16px;
    }

    .contact-info .contact-info-inner .call {
        font-size: 20px;
    }

    .contact-info .contact-info-inner a,
    .contact-info .contact-info-inner p {
        font-size: 18px;
    }

    .free-upgrade-details .contact-list,
    .contact-info .contact-info-inner {
        margin-top: 20px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer .footer-logo img {
        max-width: 160px;
    }

    .error-sec .error-title {
        font-size: 120px;
    }

}

@media screen and (max-width: 1023px) {
    /* .container {
        padding: 0 15px;
    } */
}

@media screen and (max-width: 992px) {
    .sub-title {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .result-slider {
        max-width: 600px;
    }

    .result-slide .result-slide-inner {
        max-height: 320px;
        min-height: 320px;
    }

    .results-tabing .nav-pills .nav-link {
        font-size: 14px;
    }

    .results-tabing .nav-pills {
        margin-bottom: 40px;
    }

    .result-slide-inner .slide-content .title {
        font-size: 22px;
    }

    .result-slide-inner .slide-content p {
        font-size: 14px;
    }

    .why-choose-sec .row>* {
        --bs-gutter-y: 15px;
    }

    .why-choose-box .cms-con p {
        font-size: 14px;
    }

    .why-choose-box .box-title {
        min-height: fit-content;
    }

    .contact-info-wrapper {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .free-upgrade-details .contact-info {
        padding: 25px 20px;
    }

    .free-upgrade-details .contact-info>p {
        font-size: 14px;
    }

    .contact-info .contact-info-inner a,
    .contact-info .contact-info-inner p {
        font-size: 16px;
    }

    .contact-info .contact-info-inner .call {
        font-size: 18px;
    }

    .contact-info-inner .icon {
        width: 20px;
        height: 20px;
    }

    .free-upgrade-details .contact-list {
        margin-top: 0;
    }

    .contact-info .contact-info-inner {
        margin-top: 15px;
    }

    .free-upgrade-inner .free-upgrade-form {
        max-width: 100%;
    }

    .footer {
        padding-top: 50px;
    }

    .footer-con p {
        font-size: 14px;
    }

    .footer-nav-col ul li a {
        font-size: 14px;
    }

    .footer-nav-col ul li {
        margin-bottom: 10px;
    }

    .footer .footer-logo {
        margin-bottom: 14px;
    }

    .footer .footer-logo img {
        max-width: 150px;
    }

    .footer-nav-col .footer-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .error-sec .error-title {
        font-size: 100px;
    }

    .thank-you-sec .thank-you-img {
        max-width: 100px;
    }


    .error-sec .error-title img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .sub-title {
        font-size: 20px;
    }

    .free-upgrade-details .contact-info {
        padding: 20px 15px;
    }

    .free-upgrade-form .form-title {
        margin-bottom: 20px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer .footer-top {
        padding-bottom: 30px;
    }

    .thank-you-sec .thank-you-img {
        max-width: 80px;
    }

    .error-sec .error-title img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 568px) {

    .result-slide-inner .slide-content {
        padding: 20px 15px;
        position: unset;
        width: 100%;
    }

    .result-slide .result-slide-inner {
        height: 100%;
        min-height: auto;
        max-height: none;
        background-color: #000;
    }

    .result-slide .result-slide-inner img {
        max-height: 220px;
        min-height: 220px;
    }

    .results-tabing .nav-pills .nav-link {
        padding: 10px 15px;
    }

    .results-tabing .nav-pills {
        margin-bottom: 30px;
    }

    .result-slide-inner .slide-content .title {
        font-size: 20px;
    }

    .why-choose-box .why-choose-icon {
        margin-bottom: 0;
        flex: 0 0 55px;
    }

    .why-choose-box {
        border-radius: 10px;
        display: flex;
        align-items: start;
        column-gap: 15px;
    }

    .free-upgrade-details .contact-list {
        margin-top: 20px;
    }

    .free-upgrade-inner {
        padding: 12px;
    }

    .free-upgrade-details .contact-info,
    .free-upgrade-inner .free-upgrade-form {
        border-radius: 10px;
    }

    .contact-info .contact-info-inner .call {
        font-size: 16px;
    }

    .contact-info .contact-info-inner a,
    .contact-info .contact-info-inner p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact-info-inner .icon {
        margin-right: 6px;
    }

    .free-upgrade-form {
        padding: 20px 15px;
    }

    .free-upgrade-form .form-title {
        font-size: 22px;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    .footer-copy-right {
        padding: 15px 0;
        text-align: center;
    }

    .footer-copy-right .design-developed {
        margin-top: 8px;
    }

    .footer-copy-right p a img {
        max-width: 30px;
    }

    .footer-nav-col .footer-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer .footer-logo img {
        max-width: 140px;
    }

    .footer-nav-col ul li {
        margin-bottom: 6px;
    }

    .error-sec .error-title {
        font-size: 70px;
    }

    .error-sec,
    .thank-you-sec {
        height: calc(84vh + 90px);
    }
}

@media screen and (max-width: 390px) {}