@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Aubrey&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    scroll-behavior: smooth !important;
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
}

@font-face {
    font-family: oceanAubery;
    src: url(../fonts/Ocean\ Aubrey.woff);
}

@font-face {
    font-family: Aubery;
    src: url(../fonts/AUBREY1__.TTF);
}

@font-face {
    font-family: Authentic;
    src: url(../fonts/Authentic\ Signature.otf);
}

@font-face {
    font-family: "calibri-bold";
    src: url(../fonts/calibri-bold.ttf);
}

@font-face {
    font-family: "calibri-regular";
    src: url(../fonts/calibri-regular.ttf);
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary button {
    background: #15c8a0;
    display: block;
    width: 94%;
    padding: 10px 20px;
    margin: 10px auto !important;
    color: #fff !important;
}
.ajs-header {
    text-align: center;
}
.alertify .ajs-body .ajs-content {
    text-align: center;
}
div#exampleModal .modal-dialog {
    transform: translate(0px, 100px) !important;
}
/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #000;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #0068b4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* mobil headers starts here */
header .mobile-header {
    width: 50%;
    height: 100%;
    position: fixed;
    background: #1f2130;
    top: 0;
    z-index: 1;
    right: 0;
    padding-top: 30px;
    transition: 0.7s;
    transform: translateX(100%);
    overflow: overlay;
}
header .mobile-header.show {
    transform: translateX(0%);
    z-index: 999;
}
header .mobile-header ul.mobile-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
header .mobile-header .cancel {
    background: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 55px;
    margin: 0px 20px 20px auto;
}
header .mobile-header ul.mobile-nav li.nav-item {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dddddd4a;
    font-family: "Poppins";
    font-size: 21px;
}
header .mobile-header ul.mobile-nav li.nav-item a {
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}
.mobile-header .social-icon-wrapper ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.mobile-header .social-icon-wrapper ul li {
    margin: 0px 10px;
}
.mobile-header .social-icon-wrapper ul li i {
    background: #fff;
    color: #1f2130;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #1f2130;
    outline: 1px solid #fff;
}
.mobile-cta-wrapper ul {
    list-style: none;
}
.mobile-cta-wrapper .icon-wrapper {
    padding: 0px 9px;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.mobile-cta-wrapper .icon-wrapper h6 {
    color: #fff;
    font-size: 11px;
    margin: 0px;
}
.mobile-cta-wrapper .icon-wrapper h5 {
    color: #fff;
    font-size: 18px;
}
.canvas-icon {
    display: none;
}
@media (max-width: 1024px) {
    .step .step-btn {
        flex: 0 0 18% !important;
    }
    .canvas-icon {
        display: block;
    }
    header section.nav {
        display: none;
    }
    header#header .top .hide .book-now-img-and-text {
        display: none;
    }
    #header .top .hide .st-img {
        display: none;
    }
    #header .login-and-register {
        display: none;
    }
    #header .simple-tracker-btn {
        display: none;
    }
    #header .canvas-icon i {
        font-size: 27px;
    }
    #header .canvas-icon {
        text-align: center;
    }
    .blank {
        padding: 0px !important;
    }
}
/* mobil headers ends here */
/* Begin of header top  */
.book-now-img-and-text a {
    color: #fff;
    text-decoration: none;
}

section.top {
    background-color: #1f2130;
}

#carouselExampleSlidesOnly img {
    filter: drop-shadow(0px 0px 0px black);
    height: 629px;
    object-fit: cover;
    object-position: bottom;
}

.text h5 {
    font-size: 10px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0;
}

.text h4 {
    font-size: 14px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 4px;
}

.text h5 a {
    font-size: 11px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 500;
}

.book-now-img-and-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#header .bok-now {
    border-right: 2px solid #5c5d68;
}

section.top {
    background-color: #1f2130;
    /* padding: 20px 0px; */
    padding-top: 20px;
    padding-bottom: 30px;
}

.st-img::before {
    content: "Access now for FREE";
    color: #ffffff;
    position: absolute;
    right: 0;
}

.st-img {
    text-align: center;
}

.login-and-register .line {
    color: #fff;
}

.login-and-register a:first-child {
    color: #15c8a0;
}

.login-and-register a {
    font-size: 14px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 400;
    text-decoration: none;
    padding: 0px 10px;
}

.simple-tracker-btn a {
    font-size: 16px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 500;
    background-color: #15c8a0;
    padding: 10px 13px;
    text-transform: capitalize;
    display: block;
    width: 54%;
    margin-top: 13px !important;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

.st-img::before {
    content: "Access now for FREE";
    font-size: 41px;
    color: #15c8a0;
    position: absolute;
    top: -40px;
    right: -29%;
    font-family: oceanAubery;
    transform: rotate(-4deg);
    font-weight: 300;
}

.website-logo img {
    /* height: 59px; */
    width: 229px;
}

.arrow {
    position: absolute;
    right: -62px;
    top: 1px;
}

.for-padding {
    padding-right: 50px;
    width: 42%;
}

.text {
    padding-left: 10px;
}

section.top .row {
    display: flex;
    align-items: center;
}

/* End of header top  */

/* Begin of Nav bottom */
.nav-bar ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0px;
}

.nav-bar ul li a {
    font-size: 19px;
    color: #070709;
    font-family: "Poppins";
    font-weight: 500;
    padding-right: 21px;
    text-decoration: none;
}

.social-icons ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

.social-icons ul li a:hover {
    text-decoration: none;
    background: #15c8a0;
    box-shadow: 0px 0px 0px 7px #e3efec;
}

.social-icons ul li a {
    background-color: #2a2b44;
    border-radius: 50%;
    color: #ffffff;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
    margin: 0px 7px;
}

section.nav {
    padding: 16px 0px;
    /* background-color: #1F2130; */
    background-color: #ffffff;
    position: absolute;
    top: 100px;
    left: 20px;
    width: 96%;
    z-index: 19;
    padding-bottom: 5px;
}

a.no-background {
    background-color: transparent !important;
    color: #2a2b44 !important;
}

.blank {
    padding: 16px;
    background-color: #edf6f3;
}

.website-logo {
    padding-left: 30px;
}

.login-and-register {
    text-align: center;
    position: relative;
    bottom: 0px;
}

/* .login-and-register::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: white;
    position: absolute;
    top: 6px;
    left: 141px;
} */
.social-icons ul li a i::before {
    font-family: 'FontAwesome';
}
.canvas-icon.text-white i::before {
    font-family: 'FontAwesome';
}
.social-icons {
    position: relative;
    left: 113px;
}

.social-icons i.fa.fa-search {
    margin-left: 12px;
}

/* End of Nav bottom  */

/* Begin of Banner section  */
.car-caption h1 {
    font-size: 75px;
    color: #000000;
    font-family: Aubery;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0.8;
    text-shadow: 0 0 black;
}

.for-slex {
    display: flex;
    align-items: baseline;
}

.car-caption-flex {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .all-text-area {
    display: flex;
    justify-content: center;
} */
.form-btn button {
    background-color: #15c8a0;
    border: 1px solid #15c8a0;
    font-size: 16px;
    font-family: "Poppins";
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.all-text-area .form-btn button {
    height: 55px;
    border-radius: 10px;
    margin-top: -8px;
}

.text-btn button {
    background-color: #15c8a0;
    border: 1px solid #15c8a0;
}

.text-btn i {
    background-color: #ffffff;
    font-size: 7px;
    color: #15c8a0;
    padding: 3px 4px;
    border-radius: 40px;
    position: relative;
    left: -4px;
    bottom: 2px;
}

.form-btn i {
    background-color: #ffffff;
    font-size: 7px;
    color: #15c8a0;
    padding: 3px 4px;
    border-radius: 40px;
    position: relative;
    top: -2px;
}

.for-slex h3 {
    font-size: 45px;
    color: #15c8a0;
    font-family: "Aubery";
    font-weight: 400;
}

.text-banner h3 {
    font-size: 25px;
    color: #15c8a0;
    font-family: "Aubery";
    text-align: center;
}

.text-banner h3 span {
    font-weight: 700;
    text-decoration: underline;
}

.tax-cal {
    position: absolute;
    top: unset;
    left: 84px;
    right: 0;
    bottom: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-tax h3 {
    font-size: 20px;
    color: #1f2130;
    font-family: "Poppins";
    font-weight: 500;
}

.for-back-img {
    background-image: url("../img/button-back.png") !important;
    background-repeat: no-repeat;
}

.cis-tax {
    background-color: #dbe0e4;
    padding: 20px 30px;
    border-radius: 11px;
    padding-bottom: 40px;
    width: 43%;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1f2130;
    border-color: #15c8a0;
    box-shadow: 0px 0px 4px 3px #1f2130;
    outline: 1px solid #15c8a0;
}

.all-tax {
    text-align: left;
}

.text-btn {
    border-top: 1px solid #ffffff;
    padding-top: 22px;
    text-align: center;
}

.text-btn button {
    background-color: #15c8a0;
    border: 1px solid #15c8a0;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    width: 30%;
    font-family: "Poppins";
    height: 60px;
}

.cis-tax button.new-btn {
    width: 159px;
}

.cis-tax button.callback {
    width: 190px;
}

.tax-cal .text-btn span.text-bold {
    font-weight: 600;
}

.form-group input {
    padding: 9px 16px;
    border: none;
}

.form-group input::placeholder {
    font-size: 10px;
    color: #1f2230;
    font-family: "Poppins";
    font-weight: 500;
}

.text-banner {
    padding: 6px;
}

button.for-back-img {
    background-image: url(../img/button-back.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    border-radius: unset;
    border: none;
    color: #15c8a0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins";
}

.form-btn {
    margin-left: 0px;
}

.text-btn button {
    margin: 5px;
}

.all-text-area input::placeholder {
    font-size: 18px;
    font-weight: 500;
}

.all-text-area input {
    border-radius: 10px;
    height: 55px;
    margin-top: 8px;
}

/* End of Banner section  */

/* Begin of maxi mise section  */
.progress-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
}

.maxi-mise-text h1 {
    font-size: 81px;
    color: #1e202e;
    font-family: "Aubery";
    position: relative;
    bottom: 16px;
}

.maxi-mise-text h1 span {
    font-size: 33px;
    color: #15c8a0;
}

span.rebate-bold {
    font-weight: 600;
}

.maxi-mise-text p {
    font-size: 14px;
    color: #1e202e;
    font-family: "Poppins";
    font-weight: 400;
}

h1.move {
    position: relative;
    left: 156px;
    bottom: 25px;
}

.maxi-mise-text p span {
    color: #15c8a0;
}

.progress-text h3 {
    font-size: 22px;
    color: #1f212f;
    font-family: "Poppins";
    font-weight: 600;
}

.progress-text h5 {
    font-size: 22px;
    color: #1f212f;
    font-family: "Poppins";
    font-weight: 600;
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #15c8a0;
    border-radius: 60px !important;
}

section.maxi-mise-sec .row {
    display: flex;
    align-items: center;
}

.maxi-mise-img img {
    width: 100%;
    position: relative;
    /* object-fit: cover; */
    height: 567px;
}
section.maxi-mise-sec {
    padding: 60px 0px;
}

.maxi-mise-sec .maxi-mise-text span.tax {
    color: #1e202e;
    font-weight: 600;
}

.max-mise-second-img img {
    width: 42%;
}

.max-mise-second-img {
    position: absolute;
    bottom: 0;
    top: 406px;
    left: -20px;
}

.max-mise-second-img::before {
    content: "Claim Yours Today!";
    font-size: 110px;
    color: #15c8a0;
    position: absolute;
    top: 129px;
    right: 11px;
    font-family: oceanAubery;
    transform: rotate3d(1, 1, 1, 349deg);
}

/* Begin of Process section  */
section.process-sec {
    background-image: url("../img/normalpic.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 34px;
    position: relative;
    /* margin-top: 80px; */
}

.process-sec .step.step3 a {
    margin-top: -65px;
    /* display: block; */
}

.process-sec .border-red {
    padding: 0px;
}

.process-sec span.bold {
    font-weight: 700;
    text-shadow: 1px 1px 1px #15c8a0;
}

.step-section span.green-color {
    color: #15c8a0;
}

.step-text p {
    font-size: 13px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 400;
}

.step-btn a {
    font-size: 15px;
    color: #15c8a0;
    font-family: "Poppins";
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: 1s;
}

.process-anchor a {
    font-size: 15px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 500;
    background-color: #184140;
    padding: 10px 40px;
    clip-path: polygon(10% -75%, 99% -7%, 94% 100%, 0% 100%);
    text-decoration: none;
    transition: 0.4s;
    border: 1px solid #184140;
    text-transform: uppercase;
}

.step-text h3 {
    font-size: 25px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 500;
}

.process-anchor {
    float: right;
    padding: 30px 0px;
    margin: 5px 0px;
}

.process-head h1 {
    font-size: 60px;
    color: #ffffff;
    font-family: "Aubery";
    text-transform: uppercase;
}

h1.for-paddings span {
    font-size: 35px;
    color: #15c8a0;
    text-transform: lowercase;
}

h1.for-paddings {
    position: relative;
    left: 97px;
    bottom: 12px;
    font-size: 70px;
}

.process-head {
    position: relative;
    left: 160px;
    padding-bottom: 50px;
}

.process-sec .process-anchor.track a {
    display: block;
    padding: 10px 54px;
}

.step {
    display: flex;
    align-items: center;
    padding: 12px;
}
.step .step-btn {
    flex: 0 0 11%;
}
.step-text {
    padding-left: 40px;
}

.process-sec::before {
    content: "No need to waste money \A on Accountancy Software";
    font-size: 70px;
    color: #15c8a0;
    position: absolute;
    top: 122px;
    right: 51px;
    bottom: unset;
    line-height: 50px;
    font-family: Authentic;
    transform: rotate3d(1, 1, 1, 355deg);
    white-space: pre;
}

.process-head-top h4 {
    font-size: 22px;
    color: #ffffff;
    background-color: #15c8a0;
    padding: 14px 20px;
    position: absolute;
    top: 0;
    left: 121px;
    font-family: "Poppins";
}

.step:hover .step-btn a {
    background-color: #15c8a0;
    color: #07090f;
    border: none;
}

.step:hover .step-text h3 {
    color: #15c8a0;
}

.process-anchor a:hover {
    border: 1px solid #fe2e2e;
    background-color: transparent;
    clip-path: polygon(10% -75%, 99% -7%, 94% 100%, 0% 100%);
}

/* End of Process section  */

/* End of maxi mise section  */

/* Begin of fee structure section  */
.fee-structure h1 {
    font-size: 69px;
    color: #08080b;
    font-family: "Aubery";
}

.fee-structure h1 span {
    color: #15c8a0;
    font-size: 52px;
}

h1.structure-padding {
    padding-left: 122px;
    position: relative;
    bottom: 14px;
}

span.only-bold {
    font-weight: 600;
}

h1.structure-padding {
    padding-left: 86px;
}

.standard-text {
    background-color: #17171f;
}

.standard-text h2 {
    font-size: 25px;
    color: #ffffff;
    font-family: calibri-bold;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.standard-para {
    background-color: #f5f8f7;
    padding: 20px 0px;
}

.only-for-abckground-color {
    background-color: #17171f;
    padding: 12px;
}

.standard-para p {
    color: #1f2130;
    font-family: calibri-regular;
}

p.bold {
    font-family: calibri-bold;
}

p.bold span {
    color: #ef030b;
    padding-left: 8px;
}

.standard-para p:nth-child(2) {
    line-height: 20px;
}

.standard-box.color-red p.bold {
    line-height: 1;
    margin-top: 13px;
}

.standard-para p {
    color: #1f2130;
    font-family: calibri-regular;
    margin: -0;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
}

.color-black {
    background-color: #15c8a0;
}

.color-green-change {
    background-color: #daf8f1;
}

.color-greens {
    background-color: #15c8a0;
    color: #ffffff;
    font-family: calibri-bold;
    padding: 1px 0px;
}

.color-greens p {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 3px;
}

.most-popular h3 {
    font-size: 16px;
    color: #15c8a0;
    font-family: "calibri-bold";
}

.most-popular h4 {
    font-size: 50px;
    color: #15c8a0;
    font-family: "oceanAubery";
}

.most-popular {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -28px;
}

.faster {
    position: relative;
    top: 49px;
    right: 30px;
}

.for-standard-padding {
    padding-top: 65px;
    transform: scale(0.8);
}

.color-red-change {
    background-color: #fff2f2;
}

.color-redish {
    background-color: #ef1f1f;
}

.color-red {
    background-color: #ef1f1f;
    transform: scale(0.8);
}

.faster h4 {
    color: #ef1f1f;
}

.color-green {
    border: 1px solid #15c8a0;
    padding: 10px;
    transform: scale(1.2);
}

.structure-head h3 {
    font-size: 36px;
    color: #1f2130;
    font-family: "calibri-regular";
    text-transform: uppercase;
    padding-bottom: 12px;
}

.structure-head h3 span {
    font-family: "calibri-bold";
}

.structure-head {
    text-align: center;
    padding-bottom: 32px;
}

.fee-structure {
    position: relative;
    left: 320px;
}

.fee-structure {
    position: relative;
    left: 320px;
    padding-bottom: 31px;
}

/* .standard-box:hover {
    transform: scale(1.1);
} */
section.fee-structure-sec {
    padding: 120px 0px;
    padding-top: 60px;
}

.color-black h2 {
    color: #000;
}

.process-sec .cta-wrapper {
    display: flex;
    align-items: center;
}

.process-sec .cta-wrapper i {
    font-size: 42px;
    color: #15c8a0;
}

.process-sec .cta-wrapper .cta-wrapper-text {
    color: #fff;
    margin-left: 27px;
}

.process-sec .cta-wrapper p {
    margin-bottom: 0px;
}

p.bold {
    color: #000 !important;
    font-weight: 600;
}

.standard-box {
    cursor: pointer;
}

.for-btn-backgorund a {
    background-image: url(../img/button-back.png);
    background-repeat: no-repeats;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    clip-path: polygon(-5% -65%, 99% -2%, 114% 100%, 0% 100%);
    padding: 18px 60px;
    border: none;
}

.for-btn-backgorund a {
    color: #15c8a0;
    font-size: 26px;
    font-weight: 600;
}

.border-red a {
    background-color: transparent;
    border: 1px solid #fe2e2e;
    transform: skewX(181deg);
    clip-path: unset;
    padding: 20px 38px;
}

.process-sec .border-red a {
    display: flex;
    flex-direction: column;
    width: 303px;
    text-align: center;
    height: 62px;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.process-sec .process-anchor.border-red span.pil {
    transform: skewX(16deg);
}

.only-for-abckground-color p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0px;
}

.border-red a:hover {
    clip-path: unset;
}

.border-red {
    transform: skewX(343deg);
}

/* End of fee structure section  */

/* Begin of looking-section  */
.self-text h3 {
    font-size: 23px;
    color: #12111a;
    font-family: "Poppins";
    font-weight: 600;
    padding-bottom: 8px;
}

.self-text p {
    font-size: 15px;
    color: #12111a;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
}

.self-box h4 {
    background-color: #15c8a0;
    font-size: 20px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
}

.self {
    background-color: #e8e9e9;
    padding: 16px 16px;
    margin-top: 50px;
    height: 400px;
}

.self-box h4 {
    background-color: #15c8a0;
    font-size: 17px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 500;
    padding: 10px 43px;
    width: 100%;
}

.self-img {
    position: relative;
    top: -32px;
}

.self-box {
    position: absolute;
    top: 190px;
    left: 15px;
}

.structure-head span.for-bold {
    font-weight: 600;
    font-size: 18px;
}

.structure-head span.for-bold span {
    color: #15c8a0;
}

.fee-structure-sec .structure-head p {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    color: #1e202e;
}

.looking-head h1 {
    font-size: 57px;
    color: #08080b;
    font-family: Aubery;
}

.self-box {
    position: absolute;
    top: 200px;
    left: 15px;
}

h1.structure-padding span {
    font-size: 52px;
    color: #15c8a0;
}

.for-structure-space {
    position: relative;
    left: 27px;
}

.looking-head-para p {
    font-size: 17px;
    color: #08080b;
    font-family: "Poppins";
    font-weight: 600;
    position: relative;
    left: 100px;
}

.looking-head-para {
    text-align: center;
}

.looking-head {
    position: relative;
    left: 347px;
}

section.looking-sec {
    background-color: #f6f6f6;
    padding: 80px 0px;
}

.looking-head-para p::before {
    content: "";
    width: 2%;
    height: 1px;
    background-color: #000;
    position: absolute;
    margin-top: 13px;
    left: 41%;
}

/* End of looking-section   */

/* Begin of digital section  */
section.digital-sec {
    background-image: url(../img/digital.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 40px 0px;
}

.make-digital-head h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: "calibri-bold";
}

.make-digital-head p {
    font-size: 29px;
    color: #ffffff;
    font-family: "calibri-bold";
    margin-bottom: 4px;
}

.make-digital-head {
    text-align: center;
    padding: 52px 0px;
}

.make-digital-btn a {
    font-size: 16px;
    color: #ffffff;
    font-family: "Poppins";
    background-color: #15c8a0;
    padding: 0px 32px;
    text-decoration: none;
    border-radius: 9px;
    height: 54px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.make-digital-btn i {
    color: #15c8a0;
    background-color: #ffffff;
    font-size: 8px;
    position: relative;
    bottom: 2px;
    left: -6px;
    border-radius: 20px;
    padding: 4px 5px;
}

/* End of digital section  */

/* Begin of Boxes section  */
.copy-right span.green {
    color: #15c8a0;
}

.boxes-sec h3 {
    font-size: 32px;
    font-weight: 500;
}

.highly-experienced {
    font-size: 35px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
    background-color: #00d2a2;
    text-align: center;
    height: 381px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Friendly-service {
    font-size: 35px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
    background-color: #6eedcf;
    text-align: center;
    height: 381px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Competitive-Fees {
    font-size: 35px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
    background-color: #c6f8ec;
    text-align: center;
    height: 381px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.boxes-sec .col-md-4 {
    padding: 0;
}

.brandSlides .container {
    padding: 0px;
}

.for-colorss {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
    width: 560px;
    padding-left: 10px;
    height: 640px;
    margin: 0px auto;
}

.for-main-div {
    display: flex;
    justify-content: space-evenly;
}

.dv-text h3 {
    font-size: 25px;
    color: #090b1c;
    font-family: "Poppins";
    font-weight: 700;
}

.dv-text h5 {
    font-size: 21px;
    color: #090b1c;
    font-family: "Poppins";
    font-weight: 300;
}

.dv-para p {
    font-size: 16px;
    color: #090b1c;
    font-family: "Poppins";
    font-weight: 400;
    padding: 20px 50px;
    text-align: center;
}

/* End of Boxes section  */

/* Begin of happy client section  */
section.happy-client {
    /* padding: 60px 0px; */
    padding-top: 60px;
}

/* .happy-client .ps {
  border-bottom: 9px solid #00d2a2;
} */
.happy-client-head h1 {
    font-size: 62px;
    color: #08080b;
    font-family: "Aubery";
}

.happy-client-head h1 span {
    font-size: 40px;
    color: #15c8a0;
}

h1.for-only-space {
    padding-left: 60px;
    position: relative;
    left: 28px;
    bottom: 8px;
}

.happy-client-head {
    position: relative;
    left: 234px;
    top: 26px;
}

.for-back-colorsz {
    background-color: #15c8a0;
    align-items: center;
    padding: 80px 0px;
}

section.brandSlides .dv-coma img {
    filter: invert(1) !important;
}

.lorem-ispum {
    background-color: #ffffff;
}

.lorem-ispum h3 {
    font-size: 23pxx;
    font-size: 25px;
    color: #090b1c;
    font-family: "Poppins";
    font-weight: 500;
}

.lorem-ispum p {
    font-size: 15px;
    color: #090b1c;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 30px;
}

.lorem-ispum {
    background-color: #ffffff;
    width: 530px;
    padding: 30px;
    margin: 0 auto;
    height: 500px;
    overflow-y: scroll;
}

.lorem-head h1 {
    font-size: 62px;
    color: #ffffff;
    font-family: "Aubery";
}

h1.space {
    position: relative;
    left: 40px;
}

.lorem-head {
    position: relative;
    left: 290px;
    bottom: 44px;
}
/* .dv-date {
    position: relative;
    left: 128px;
    top: 10px;
} */

.dv-date h5 {
    font-size: 15px;
    color: #15c8a0;
}

/* End of happy client section  */

/* Begin of footer section  */
.copy-right {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #70707059;
    padding-top: 20px;
    margin-top: 40px;
}

.footer-logo img {
    width: 56%;
    margin-bottom: 27px;
}

.footer-para p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 2;
}

.footer-social-icon ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.footer-social-icon ul li a {
    padding-right: 20px;
}

.footer-social-icon ul li a {
    font-size: 10px;
    color: #2b304e;
    background-color: #ffffff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: inline-flex;
    margin: 0px 5px 0px 0px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.footer-head h2 {
    font-size: 32px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

footer.footer {
    background-image: url(../img/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.footer-head p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 400;
}

.footer-icon img {
    background-color: #15c8a0;
    padding: 9px 13px;
}

.copy-right p {
    font-size: 16px;
    color: #ffffff;
    font-family: "calibri-regular" !important;
}

.term-and-policy a {
    font-size: 15px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 400;
}

.term-and-policy span {
    color: #ffffff;
    padding: 0px 6px;
}

.footer-input input {
    width: 100%;
    padding: 10px;
}

.footer-input input {
    position: relative;
}

footer.footer {
    background-image: url(../img/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 60px;
}

.footer-colum {
    float: right;
}
.footer-icon {
    position: absolute;
    right: 16px;
    top: 82px;
}

.for-border-line {
    border-left: 1px solid #70707054;
}

.footer-social-icon ul li a:hover {
    background-color: #15c8a0;
    color: #2b304e;
}

/* End of footer section  */
button:hover {
    background-color: transparent;
    border: 1px solid #15c8a0;
    color: #15c8a0;
}

button.for-back-img.animated_btn {
    -webkit-animation: rotation 2s infinite linear !important;
    transition: 0.6s;
}

@-webkit-keyframes rotation {
    30% {
        background-color: #0000;
        color: #15c8a0;
    }

    70% {
        background-color: #1f2130;
        color: #fff;
    }

    100% {
        background-color: #0000;
        color: #15c8a0;
    }
}

button {
    transition: 0.7s;
}

.dv-img img {
    width: 70%;
    margin: 0 auto;
}

h1.for-space-things {
    position: relative;
    left: 86px;
}

h3.things-space {
    position: relative;
    left: 103px;
}

h1.for-left-spcae {
    position: relative;
    right: 18px;
}

h3.things-space span {
    font-weight: 400;
}

.for-struct-space {
    font-size: 32px !important;
}

a.no-background::before {
    content: "";
    width: 1px;
    height: 28px;
    background-color: #1f213038;
    position: absolute;
    right: 34px;
}

.nav-bar {
    position: relative;
    right: 152px;
}

.tax-cal input {
    background-color: #ffffff !important;
}

/* ************************Responsive****************** */
section.maxi-mise-sec {
    overflow: hidden;
    padding-bottom: 150px;
}
section.process-sec {
    overflow: hidden;
}

section.fee-structure-sec {
    overflow: hidden;
}

section.looking-sec {
    overflow: hidden;
}

.looking-sec .self-img img {
    height: 235px;
    width: 100%;
    object-fit: cover;
}

section.happy-client {
    overflow: hidden;
    padding-top: 0px;
}

.fee-structure-sec .pop {
    width: 420px;
    margin-left: -33px;
}

@media (max-width: 1573px) {
    .process-sec .process-anchor.track a {
        padding: 10px 52px;
    }
}

@media (max-width: 1550px) {
    .process-sec .process-anchor.track a {
        padding: 10px 50px;
    }
}

@media (max-width: 1520px) {
    .nav-bar {
        right: 81px;
    }

    .social-icons {
        left: 57px;
    }

    .cis-tax {
        width: 46%;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 35px;
    }

    .process-sec .process-anchor.border-red span.pil {
        transform: skewX(12deg);
    }

    .looking-head-para p::before {
        left: 41%;
    }
}

@media (max-width: 1500px) {
    .nav-bar {
        right: 111px;
    }

    .social-icons {
        left: 77px;
    }

    .cis-tax {
        width: 47%;
    }
}

@media (max-width: 1490px) {
    .process-sec .process-anchor.track a {
        padding: 10px 39px;
    }
}

@media (max-width: 1440px) {
    .step .step-btn {
        flex: 0 0 13%;
    }
    .nav-bar {
        right: 81px;
    }

    .social-icons {
        left: 57px;
    }

    .cis-tax {
        width: 46%;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 35px;
    }

    .process-sec .process-anchor.border-red span.pil {
        transform: skewX(12deg);
    }

    .looking-head-para p::before {
        left: 41%;
    }
}

@media (max-width: 1420px) {
    .process-sec .process-anchor.track a {
        padding: 10px 33px;
    }

    .process-anchor a {
        padding: 10px 37px;
    }

    .nav-bar {
        right: 71px;
    }
}
@media (max-width: 1418px) {
    .tax-cal {
       
        bottom: 27px !important;
       
    }

    .text-btn button {
        margin: 3px !important;
    }
}
@media (max-width: 1400px) {
    .process-anchor a {
        padding: 10px 34px;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 32px;
    }

    .for-btn-backgorund a {
        font-size: 20px;
    }

    .cis-tax {
        width: 50%;
    }
}

@media (max-width: 1390px) {
    .process-sec .process-anchor.track a {
        padding: 10px 25px;
    }

    .process-anchor a {
        padding: 10px 32px;
    }

    .social-icons {
        left: 33px;
    }
}

@media (max-width: 1366px) {
    .process-anchor.pay {
        margin-top: 0px;
        padding-top: 28px;
    }

    .process-anchor.for-btn-backgorund.for-big {
        margin-top: 50px;
    }

    .process-anchor a {
        font-size: 13px !important;
    }

    .process-anchor {
        margin: 10px 0px;
    }

    .process-sec .border-red a {
        display: flex;
        flex-direction: column;
        width: 253px;
        text-align: center;
        height: 48px;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 12px;
        margin-right: 10px;
        margin-top: 16px;
    }

    .process-sec .process-anchor.track a {
        width: 309px;
        text-align: center;
    }

    .step-text p br {
        display: none;
    }

    .process-sec .process-anchor.for-btn-backgorund.for-big a {
        padding: 20px 40px;
        position: unset;
    }

    .social-icons {
        left: 26px;
    }

    .cis-tax {
        width: 50%;
    }

    .process-anchor a {
        padding: 10px 17px;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 28px;
        font-size: 14px;
    }

    .nav .nav-bar {
        margin-left: 37px;
    }

    .nav-bar ul li a {
        font-size: 16px;
    }

    .for-padding {
        width: 54%;
    }

    .st-img::before {
        font-size: 35px;
    }

    #header .bok-now {
        border: none;
    }

    .book-now-img-and-text::after {
        content: "";
        display: block;
        height: 42px;
        width: 2px;
        background: #5c5d68;
        position: relative;
        right: -14px;
        border-radius: 17px;
    }

    .top .trt:after {
        content: "";
        display: block;
        background: #5c5d68;
        height: 42px;
        width: 2px;
        position: absolute;
    }
}

@media (max-width: 1360px) {
    .cis-tax {
        width: 51%;
    }

    .nav-bar {
        right: 62px;
    }

    .social-icons {
        left: 5px;
    }
}

@media (max-width: 1300px) {
    .process-sec .process-anchor.track a {
        padding: 10px 27px;
    }
}

@media (max-width: 1290px) {
    .process-sec .process-anchor.track a {
        padding: 10px 26px;
    }

    .cis-tax {
        width: 54%;
    }
}

@media (max-width: 1280px) {
    .process-anchor a {
        padding: 10px 18px;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 23px;
    }
    .step .step-btn {
        flex: 0 0 15%;
    }
}

@media (max-width: 1280px) {
    .nav .nav-bar {
        margin-left: 78px;
    }
}

@media (max-width: 1250px) {
    .process-anchor a {
        padding: 10px 16px;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 19px;
    }

    .social-icons {
        left: -16px;
    }
}

@media (max-width: 1240px) {
    .process-anchor a {
        padding: 10px 14px;
    }
}

@media (max-width: 1230px) {
    .process-sec .process-anchor.track a {
        padding: 10px 17px;
    }

    .cis-tax {
        width: 56%;
    }
}

@media (max-width: 1210px) {
    .process-anchor a {
        padding: 10px 12px;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 16px;
    }
}

@media (max-width: 1200px) {
    .process-anchor a {
        padding: 10px 10px;
    }

    .process-sec .process-anchor.track a {
        padding: 10px 14px;
    }

    .social-icons {
        left: -32px;
    }
}

@media (max-width: 1150px) {
    .fee-structure-sec .pop {
        width: 318px;
        margin-left: -14px;
    }

    .for-colorss {
        transform: scale(0.8);
    }
    .step .step-btn {
        flex: 0 0 17%;
    }

    section.nav {
        top: 98px;
    }

    .text h5 a {
        font-size: 10px;
    }

    .top .book-now-img-and-text.trt img {
        transform: scale(0.8);
        margin-right: -10px;
    }

    .top .arrow img {
        transform: scale(0.8);
    }

    .process-sec .process-anchor.track a {
        padding: 10px 9px;
        font-size: 13px;
        width: 105%;
        text-align: center;
    }

    .process-anchor a {
        font-size: 12px;
    }

    .process-sec .border-red a {
        width: 211px;

        height: 50px;
    }

    .process-anchor a {
        font-size: 13px !important;
    }

    .process-sec::before {
        font-size: 41px;
    }

    .simple-tracker-btn a {
        font-size: 14px;
    }

    .cis-tax {
        width: 60%;
    }

    h1.for-paddings {
        font-size: 50px;
    }

    .self-box {
        top: 162px;
    }

    .highly-experienced {
        height: 300px;
    }

    .Friendly-service {
        height: 300px;
    }

    .Competitive-Fees {
        height: 300px;
    }

    .car-caption h1 {
        font-size: 60px;
    }

    .happy-client-head {
        left: 162px;
    }

    .lorem-ispum {
        width: 486px;
    }

    .tax-cal {
        bottom: 30px;
    }

    h1.for-left-spcae {
        right: -18px;
    }

    .all-tax h3 {
        font-size: 18px;
    }

    .cis-tax {
        padding: 20px 24px;
    }

    .car-caption h1 {
        font-size: 67px;
    }

    .maxi-mise-text h1 {
        font-size: 70px;
    }

    .maxi-mise-text h1 span {
        font-size: 24px;
    }

    .process-anchor a {
        font-size: 9px;
    }

    .looking-head-para p::before {
        left: 426px;
    }

    .looking-head-para p {
        left: 170px;
    }

    .self-text h3 {
        font-size: 22px;
    }

    .for-padding {
        width: 54%;
        margin-top: 10px;
    }

    .process-anchor.for-btn-backgorund.for-big {
        margin-top: 100px;
    }

    .process-anchor.track {
        margin-top: 50px;
    }

    .process-anchor {
        margin-top: 30px;
    }

    .make-digital-head p {
        font-size: 20px;
    }

    .make-digital-head h2 {
        font-size: 36px;
    }

    .process-anchor.for-btn-backgorund.for-big a {
        transform: scale(1.5);
    }

    .lorem-ispum h3 {
        font-size: 23px;
    }

    .lorem-head {
        left: 229px;
    }

    .dv-date {
        left: 32px;
    }

    .nav-bar {
        right: 51px;
    }

    .social-icons ul li a {
        padding: 3px 8px;
    }

    .color-green {
        transform: scale(1.1);
    }

    .standard-para p {
        line-height: 33px;
    }

    .standard-para p {
        font-size: 15px;
    }

    .most-popular {
        top: -6px;
    }

    section.fee-structure-sec {
        padding: 90px 0px;
    }

    .structure-head p {
        font-size: 13px;
        font-family: "Poppins";
    }

    .login-and-register::before {
        top: 6px;
    }
}
@media (max-width: 1030px) {
    .cis-tax {
        width: 68%;
    }
    .tax-cal {
        bottom: 97px;
    }
}
@media (max-width: 991px) {
    .process-anchor.for-btn-backgorund.for-big {
        margin: 0px;
    }
    .process-anchor {
        margin-top: 0px;
    }
    .process-anchor.track {
        margin: 0px;
    }
    #process-sec .pol .process-anchor {
        display: inline-block;
        width: 32%;
    }
    .process-sec .process-anchor.track a {
        position: relative;
        left: -62px;
    }
    section#fee-structure .for-standard-padding {
        transform: scale(1);
    }
    section#fee-structure .color-red {
        transform: scale(1);
    }
    .standard-text h2 {
        font-size: 17px;
    }
    .color-greens p {
        font-size: 14px;
    }
    .only-for-abckground-color p {
        font-size: 14px;
    }
    #fee-structure .standard-para ruby {
        line-height: 19px !important;
    }
    .standard-para p {
        line-height: 18px;
    }
    .self-box h4 {
        font-size: 14px;
    }
    .looking-head {
        left: 10%;
    }
    .looking-head-para p {
        left: 37px;
    }
    .looking-head-para p::before {
        left: 364px;
    }
    .self-text p {
        font-size: 13px;
    }
    .self-text h3 {
        font-size: 19px;
    }
    .footer-icon {
        top: 137px;
    }
    .fee-structure-sec .pop {
        width: 100%;
    }
    #fee-structure .most-popular {
        margin: 20px 0px;
    }
    .most-popular {
        top: 22px;
    }
}
@media (max-width: 800px) {
    .step .step-btn {
        flex: 0 0 15%;
    }
    .process-head-top h4 {
        left: 21px;
    }
    .process-head {
        left: 60px;
    }
    .process-sec::before {
        font-size: 31px;
    }
    .fee-structure {
        left: 20px !important;
    }
    .cis-tax {
        width: 90%;
    }
    div#carouselExampleSlidesOnly .tax-cal {
        left: 0px;
    }
    .progress-text h3 {
        font-size: 13px;
    }
    .maxi-mise-text h1 {
        font-size: 36px;
    }
    h1.move {
        left: 79px;
    }
    .max-mise-second-img::before {
        font-size: 93px;
    }
    .progress-text h5 {
        font-size: 15px;
    }
    .boxes-sec h3 {
        font-size: 19px;
    }
    .highly-experienced {
        height: 250px;
    }
    .Friendly-service {
        height: 250px;
    }
    .Competitive-Fees {
        height: 250px;
    }
}
@media (max-width: 768px) {
}

@media (max-width: 575px) {
    .car-caption h1 {
        font-size: 43px !important;
    }
    section.your-sec {
        padding: 30px 0px !important;
       
    }
    .your-sec-head h2 {
        font-size: 22px !important;
        
    }
    .videoandperson {
        display: block !important;
      
    }
    .footer-icon {
        top: 93px !important;
    }
    .copy-right p {
        font-size: 14px !important;
        
    }
    .main-heading h1 {
        font-size: 30px !important;
       
    }
    section.inner-banner-sec {
      
        height: 240px !important;
    }
    .footer-head h2 {
        font-size: 21px !important;
       
    }
    .footer-icon {
        top: 91px !important;
    }
    .free-sec .free-sec-head h2 {
        font-size: 28px;
       
    }
    .for-responsive-date-things {
        display: flex !important;
        position: absolute;
        width: 55% !important;
        bottom: 875px !important;
    }

  .for-responsive-date-things h3 {
        font-size: 11px !important;
        padding: 5px !important;
    }
    input[type="file"] {
        position: relative !important;
        top: -33px !important;
        left: 90px !important;
        opacity: 0 !important;
    }

    .onlineform-sec input[type="file"] {
        opacity: 1 !important;
        width: 100% !important;
        position: unset !important;
        margin: 0 !important;
    }
    .for-slex h3 {
        font-size: 47px !important;
        white-space: break-spaces;
    }

    .tax-cal {
        bottom: 90px !important;
    }
    h3.things-space span {
        font-weight: 800;
    }
    .progress {
        
        width: 100% !important;
    }
    /* .custom-file .custom-file-input {
        position: absolute;
        left: 120px !important;
        top: -40px !important;
    } */
    .custom-file .custom-file-input {
        position: relative !important;
        left: 110px !important;
        top: -34px !important;
    }
    .award-sticker img {
        transform: scale(0.6);
    }
    .award-sticker {
        position: absolute;
        top: -44px !important;
        right: -44px !important;
    }
 
}

.alertify-notifier.ajs-center {
   
    left: -50px !important;
}


.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
    top: 110px !important;
}

@media (max-width: 480px) {
    .mobile-header li.smart-nav a {
        color: #15c8a0 !important;
    }
    header .mobile-header ul.mobile-nav li.nav-item a {
        text-transform: capitalize;
    }
    section.looking-sec {
        padding: 40px 0px;
    }
    section.fee-structure-sec {
        padding: 40px 0px;
    }
    .for-standard-padding {
        padding-top: 5px;
    }
    section.maxi-mise-sec {
        padding-bottom: 60px !important;
        padding-top: 30px !important;
    }
    .text-banner {
        padding: 6px;
        padding-top: 20px;
    }
    .pol .process-anchor a {
        display: flex;
        justify-content: center;
    }
    .process-sec .process-anchor.for-btn-backgorund.for-big a {
        width: 72%;
        margin: 0px auto;
        border: none;
        clip-path: none;
        background-size: contain;
        background-position: center;
        padding: 10px;
    }
    .color-green {
        transform: scale(1) !important;
    }
    footer .footer-colum {
        float: unset !important;
    }
    .footer-icon {
        top: 105px;
    }
    .maxi-mise-img img {
        object-fit: contain;
        height: unset;
    }
    .copy-right {
        flex-direction: column;
        justify-content: center;
    }
    .website-logo img {
        transform: scale(2);
    }
    #carouselExampleSlidesOnly img {
        height: 700px;
        object-position: center;
    }
    div#carouselExampleSlidesOnly {
        overflow-x: hidden;
    }
    div#carouselExampleSlidesOnly .tax-cal {
        left: 0px;
        bottom: 40px;
    }
    .maxi-mise-text {
        margin-top: 117px;
    }
    .max-mise-second-img::before {
        font-size: 65px;
    }
    .max-mise-second-img {
        top: 302px;
        left: 7px;
    }
    section.process-sec {
        padding: 80px 14px;
    }
    .step .step-btn {
        flex: 0 0 15%;
        margin: 30px 0px;
    }
    .step {
        flex-direction: column;
    }
    .step-text h3 {
        font-size: 19px;
    }
    #process-sec .pol .process-anchor {
        display: inline-block;
        width: 46%;
    }
    section#process-sec .process-anchor.track {
        width: 100%;
    }
    .process-sec .process-anchor.track a {
        left: 0%;
    }
    .process-sec .border-red a {
        width: 100%;
        height: 50px;
    }
    .process-anchor.border-red {
        width: 100% !important;
    }
    #process-sec .pol .process-anchor {
        width: 100%;
        padding: 10px 0px;
    }
    .pol .for-btn-backgorund.for-big {
        padding-top: 30px !important;
    }
    .self-box {
        top: 206px;
    }
    .cis-tax {
        width: 95%;
        padding: 20px 14px;
    }
    .car-caption h1 {
        font-size: 53px;
    }
    h3.things-space {
        position: relative;
        left: 0px;
        top: 50px !important;
    }
    .tax-cal .text-btn {
        border-top: 1px solid #ffffff;
        padding-top: 22px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tax-cal .text-btn button {
        font-size: 8px;
        width: 100% !important;
    }

    .cis-tax button.new-btn {
        width: 126px;
    }
    .cis-tax button.callback {
        width: 140px;
    }
    button.for-back-img.animated_btn {
        width: 120px;
    }
    .looking-head-para p::before {
        left: 120px;
    }
    .for-colorss {
        width: unset !important;
    }
    .process-sec::before {
        top: 28px;
    }
    .lorem-ispum {
        width: 96%;
    }
}
@media (max-width: 414px) {
    .cis-tax button.callback {
        width: 140px;
        height: 40px;
    }
    button.for-back-img.animated_btn {
        width: 120px;
        height: 40px;
    }
    .cis-tax button.new-btn {
        width: 126px;
        height: 40px;
    }
    .website-logo img {
        transform: scale(4);
        margin-left: 38px;
    }
    #process-sec .step .step-text {
        padding: 0px;
    }
    .fee-structure h1 {
        font-size: 40px;
    }
    h1.structure-padding span {
        font-size: 42px;
        color: #15c8a0;
    }
    .looking-head h1 {
        font-size: 39px;
    }
    .looking-head-para p::before {
        left: 68px;
        width: 7%;
    }
    h1.structure-padding {
        padding-left: 50px;
    }
    .happy-client-head {
        left: 52px;
    }
    .lorem-head {
        left: 129px;
    }

    .process-head {
        left: 60px;
        top: 77px;
    }
    .process-head {
        left: 10px;
    }
    .process-sec::before {
        top: 49px;
    }
    .process-head h1 {
        font-size: 41px;
    }
    h1.for-paddings {
        left: 48px;
    }
    h1.for-paddings span {
        font-size: 28px;
    }
}

#demoModal {
    z-index: 9999999;
}

div#demoModal .modal-content {
    height: 400px;
    max-height: 400px;
    overflow-y: scroll;
}
.alertify .ajs-dialog {
    max-width: 600px;
    min-height: 122px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    position: relative;
    top: 100px;
}
@media (max-width: 414px) {
    section.inner-banner-sec {
        overflow-x: hidden !important;
    }
    header .mobile-header {
        width: 70%;
    }
    .footer-icon {
        top: 69px !important;
    }
    .for-responsive-date-things {
        display: flex !important;
        position: absolute;
        width: 55% !important;
        bottom: 1070px !important;
    }
    .maxi-mise-text {
        margin-top: 147px !important;
    }
    .car-caption-flex {
       
        left: 19px !important;
       
    }
    .custom-file .custom-file-input {
        position: absolute;
        left: 130px !important;
        top: unset !important;
    }

}

@media (max-width: 412px) {
    .for-responsive-date-things {
        
        bottom: 1071px !important;
    }
    .car-caption-flex {
       
        left: 19px !important;
        
    }
    .custom-file .custom-file-input {
        position: absolute;
        left: 130px !important;
        top: unset !important;
    }
}
@media (max-width: 393px) {
    .maxi-mise-text {
        margin-top: 139px;
    }
    .for-responsive-date-things {
    
        bottom: 1071px !important;
    }
    .car-caption-flex {
        left: 8px !important;
    }
}
@media (max-width: 393px) {
    .maxi-mise-text {
        margin-top: 176px !important;
    }
}

@media (max-width: 390px) {
    .tax-cal .text-btn button {
        font-size: 8px !important;
  
    }
    .dv-img img {
        width: 100%;
        margin: 0 auto;
    }
    .for-responsive-date-things {
        
        bottom: 1071px !important;
    }
    .maxi-mise-text {
        margin-top: 177px !important;
    }
    .car-caption-flex {
       
        left: 11px !important;
        
    }

}
@media (max-width: 375px) {
    .looking-head-para p::before {
        left: 49px;
    }
    .text-btn button i {
        display: none;
    }
    .text-btn button {
        height: 47px;
    }
    .max-mise-second-img {
        top: 223px;
        left: 7px;
    }
    .maxi-mise-text {
        margin-top: 119px;
    }
    .for-responsive-date-things {
        
        bottom: 1071px !important;
    }
    .maxi-mise-text {
        margin-top: 127px !important;
    }
    .car-caption-flex {
        left: -2px !important;
    }
}

@media (max-width: 360px) {
    .footer-icon {
        top: 137px;
    } 
    .max-mise-second-img::before {
        top: 114px !important;
    }
    .new-add-text p {
        font-size: 12px !important;
    }
    .footer-icon {
        top: 91px !important;
    }
    .maxi-mise-text {
        margin-top: 119px !important;
    }
    .car-caption-flex {
       
        left: -8px !important;
        
    }
}

.icon-phone i {
    font-size: 45px;
    color: #15c8a0;
    /* padding-left: 15px; */
    text-decoration: unset;
    padding: 0px 13px;
}
.icon-phone a {
    color: #ffffff;
}
/* ************************End of Responsive****************** */
.modal .modal-dialog p {
    font-family: "Poppins";
    text-align: center;
    padding-bottom: 0px;
    margin: 0px;
}
.modal .modal-dialog {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#Congratulations button.close,
#finishuploading button.close,
#Prepareuploadincome button.close,
#selfasesment button.close,
#uploadexpenses button.close,
#uploadexpensescalcel button.close,
#UploadIncome button.close {
    position: absolute;
    top: -11px;
    right: -10px;
    background: #fff;
    opacity: 1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px #00000029;
}
.colr {
    -webkit-animation: rotation 2s 2 linear !important;
    transition: 1.6s;
}

.codecopys {
    width: 51%;
}

.select-your-date {
    position: relative !important;
}

/* begin of progress bar css  */
.progress {
    background: rgba(255,255,255,0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 40px;
    width: 500px;
  }
  .progress-value {
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #15c8a0;
    height: 15px;
    width: 0;
}
  .progress-value.section-appear {
    animation: load 5s normal forwards;
  }
  @keyframes load {
    0% { width: 0; }
    100% { width: 80%; }
  }
/* End of progress bar css  */

/* begin of progress bar css  */
.prog {
    background: rgba(255,255,255,0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 40px;
    width: 500px;
  }
  .prog-value {
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #15c8a0;
    height: 15px;
    width: 0;
}
.prog-value.section-appear {
    animation: pro 5s normal forwards !important;
}
  
  @keyframes pro {
    0% { width: 0; }
    100% { width: 100%; }
  }
/* End of progress bar css  */

.register-sec input[type="date"]::before{
    
    font-family: "Poppins";
    color: #9e9e9d;
    content: attr(placeholder) ": ";
    
 }
 .register-sec input[type="date"]:focus::before {
    content: "" !important;
 }

 .register-sec input[type="date"]{
    font-size: 13px !important;
    color: #9e9e9d !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;

 }



 @media not all and (min-resolution: 0.001dpcm) {
   
    }
    @media not all and (min-resolution:.001dpcm) { 
        @supports (-webkit-appearance:none) {
            .register-sec input[type="date"]::before{
    
       
                position: relative !important;
                bottom: 6px !important;
             }
        
        }
   }
   .footer-social-icon ul li a i::before {
    font-family: 'FontAwesome';
}
   

    
 /* .register-sec input[type="date"]::-webkit-input-placeholder {
  padding-top: 30px !important;
  } */

 /* input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-month-field{
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
} */
.custom-file .custom-file-input {
    position: absolute;
    left: 20px !important;
    top: 10px !important;
}

.award-sticker img {
    width: 221px !important;
    height: 221px !important;
}
.award-sticker {
    position: absolute;
    top: 0;
    right: 0;
}

.lorem-ispum::-webkit-scrollbar {
  height: 20px !important;
  width: 10px !important;
}
.lorem-ispum::-webkit-scrollbar-thumb {
    background-color: #6eedcf !important;
    border-radius: 10px !important;
}

