body {
    font-family: 'Poppins';
    margin: 0px;
    padding: 0px;
}

main {
    overflow: hidden;
}

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

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

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

input:-webkit-autofill {
    background-color: transparent !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)
    }
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}


.contact-form-inner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #184240 !important;
}

.contact-form-inner .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #184240 !important;
}

.contact-form-inner .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #184240 !important;
}

.contact-form-inner .form-control:-moz-placeholder { /* Firefox 18- */
    color: #184240 !important;
}

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

    .main-banner.animated .shape-box {
        width: 100%;
    }

    .solution-sec .website-box:hover {
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
    }

    .custom-btn:hover, .expert-btn:hover {
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
    }

    .platform-list ul li:hover img {
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
    }

    .custom-btn:hover:before, .custom-btn:hover:after {
        width: 50%;
    }

    .double-btn li .custom-btn:hover, .contact-form-sec button.custom-btn:hover {
        color: #fff;
    }

    .custom-btn.custom-white-btn:hover {
        color: #fff;
        border-color: #000;
    }

    .custom-btn:hover {
        color: #fff;
    }

    .main-hover-box .box img:hover {
        transform: translate(0.9em, -0.9em);
        transition: all 0.25s linear;
    }

    .feature-list ul li:hover {
        background-color: #2ac891;
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
    }

    .feature-list ul li:hover h4 {
        color: #fff;
    }

    .feature-list ul li:hover img {
        filter: brightness(100);
    }

    .tel-menu-list.footer-social a:hover {
        color: #2ac991;
    }

}

@media (min-width: 1450px) {

    .cta-sec .container {
        max-width: 1410px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

.expert-btn {
    font-size: 15px;
    color: #2aca91;
    font-weight: 600;
    border-radius: 8px;
    background-color: rgb(252, 251, 248);
    box-shadow: 0px 8px 13px 0px rgba(84, 182, 177, 0.33);
    padding: 10px 30px;
    line-height: 17px;
}

.expert-btn span {
    max-width: 140px;
    display: inline-flex;
    align-items: center;
}

.expert-btn span img {
    margin-right: 10px;
}

.custom-btn.custom-white-btn {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 13px 0px rgb(84 182 177 / 33%);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(42, 201, 145);
    border-radius: 8px;
    color: #2e6764;
    padding: 13px 37px;
    display: flex;
}

.primary-bg {
    box-shadow: 0px 8px 13px 0px rgba(84, 182, 177, 0.33);
    background-color: rgb(46, 103, 100) !important;
    color: #fff !IMPORTANT;
}

.border-bg {
    border: 1px solid #2ac991;
}

.custom-btn {
    background-color: #2aca91;
    border-radius: 6px;
    padding: 11px 35px;
    font-size: 17px !important;
    color: #fff !important;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.custom-btn:before, .custom-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #0a0a0a;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-btn:after {
    left: auto;
    right: 0;
    width: 0;
}

.custom-btn span i {
    margin-left: 5px;
}

.yellow-txt {
    color: #ffb71d;
}

.custom-btn span {
    position: relative;
    z-index: 9;
}

.clear {
    height: 0;
    line-height: 0;
    clear: both;
}

.clr {
    height: 0;
    line-height: 0;
    clear: both;
}

::selection {
    background: #2aca91;
    color: #fff;
    text-shadow: none;
}

/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

:hover {
    /* -webkit-transition: all 0.5s; */
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 43px;
    color: #fff;
    font-weight: 600;
}

h2 {
    font-size: 42px;
    color: #0a0a0a;
    font-weight: 700;
}

h3 {
    font-size: 32px;
    color: #414b4a;
    font-weight: 600;
}

h4 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    color: #43aaa5;
    font-weight: 600;
}

/*----------------------
Typography
----------------------*/
a {
}

a {
    text-decoration: none !important;
    outline: none;
    color: #f3fefd;
}

a:hover {
    color: #2aca91;
}

p {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
}

ul {
    padding: 0;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*Header css*/

header {
    padding: 14px 0;
}

.sticky-header .custom-btn {
    color: #fff !important;
}

.logo img {
    transition: .3s;
    width: 90%;
}

header.sticky-header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0 10px #dadada;
}

.sticky-header .contact-info ul li a {
    color: #000;
}

.sticky-header .navbar-list ul li a {
    color: #000;
}

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

.navbar-list {
    margin-left: auto;
}

.navbar-list ul {
}

.navbar-list ul li {
    display: inline-block;
}

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

.contact-info ul li a {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.contact-info ul li a .fa-phone {
    background-color: #2aca91;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    color: #143f3e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.navbar-list ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #113432;
    text-transform: capitalize;
}

.contact-info {
}

.contact-info ul {
}

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

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

/*Header css*/
/*main banner css*/

.main-banner .banner-img {
    position: relative;
}

.main-banner .caption p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 26px;
    padding-right: 0;
}

.main-banner .banner-img .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-banner .banner-img .container .row {
    justify-content: space-between;
}

.double-btn li {
    display: inline-flex;
    align-items: center;
}

.double-btn li + li {
    margin-left: 11px;
}

.main-banner .caption h1 {
    margin-bottom: 15px;
    font-size: 29px;
    line-height: normal;
    text-transform: capitalize;
}

.double-btn {
    display: flex;
    align-items: center;
}

.double-btn li .custom-btn {
    padding: 15px 35px;
}

/*main banner css*/

/*feature css*/
.feature-sec {
    padding: 30px 0;
}

.feature-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #2aca91;
    width: 100%;
}

.feature-box:hover .img-box img {
    transform: rotate(360deg);
}

.feature-box .img-box {
    width: 52px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #2acb91;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box .img-box img {
    transition: .3s;
}

.feature-box .caption {
    margin-left: 13px;
    width: 80%;
}

.feature-box .caption h4 {
    line-height: 23px;
    font-size: 17px;
}

/*feature css*/
/*workflow css*/
.workflow-sec {
    background-color: #f4f6f5;
    padding-top: 55px;
    padding-bottom: 80px;
    border-bottom: 5px solid #fff;
}

.workflow-sec .caption {
    padding-left: 0;
    margin-top: 23px;
}

.workflow-sec .caption h5 {
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.workflow-sec .caption h2 {
    line-height: 44px;
    margin-bottom: 15px;
    font-size: 31px;
}

.workflow-sec .caption p {
    color: #414b4a;
    line-height: 34px;
    font-size: 19px;
}

.platform-list ul li {
    display: flex;
    height: 150px;
    background-color: #fff;
    border-radius: 5px;
    align-items: stretch;
    justify-content: center;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    margin-right: 38px;
    width: 50%;
    margin-left: 50%;
}

.platform-list ul li img {
    max-width: 55%;
    height: 65px;
    margin: auto;
    object-fit: contain;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.platform-list ul li:last-child {
    margin-right: 0;
}

.platform-list ul li:nth-child(3) {
    margin-right: 0;
}

.platform-list ul li:nth-child(1) {
    background-color: #30beed;
}

.platform-list ul li:nth-child(2) {
    background-color: #86b827;
    margin-left: 0;
}

.platform-list ul li:nth-child(4) {
    background-color: #86b827;
}

.platform-list {
    margin-top: 30px;
}

/*workflow css*/
/*package css*/
.package-sec .global-heading {
    margin-bottom: 90px !important;
    width: 80%;
    margin: auto;
}

.pkg-tab-list ul li + li {
}

.pkg-tab-list ul li.slick-current a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: -9;
    width: 100%;
    border-bottom: 3px solid #2aca91;
    border-radius: 0 0 3px 3px;
    height: 100%;
}

.pkg-tab-list ul li + li {
}

.package-sec {
    background-color: #f4f6f5;
    padding-top: 66px;
    border-bottom: 5px solid #fff;
    padding-bottom: 85px;
}

.global-heading {
    margin-bottom: 30px;
}

.global-heading h2 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

.global-heading h3 {
    font-size: 27px;
    font-weight: 600;
    color: #0a0a0a;
}

.pkg-tab-list {
}

.pkg-tab-list ul {
    margin-top: 20px;
}

.pkg-tab-list ul li {
    display: block !important;
}

.pkg-tab-list ul li + li {
    margin-top: 7px;
}

.pkg-tab-list ul li a {
    color: #414b4a;
    font-size: 16px;
    font-weight: 600;
    display: block;
    align-items: center;
    position: relative;
    z-index: 9;
    padding: 15px 15px;
    width: 100%;
}

.pkg-tab-list ul li a .icon-box {
    width: 42px;
    text-align: center;
    margin-right: 14px;
}

.pkg-tab-list ul li a .icon-box img {
    margin: auto;
}

.tab-main-content {
}

.tab-main-content .desc {
}

.tab-main-content .desc h3 {
    margin-bottom: 18px;
}

.tab-main-content .desc P + p {
    margin-top: 20px;
}

/*package css*/

/*solution-sec css*/
.solution-sec {
    padding: 60px 0;
}

.solution-sec .global-heading {
    margin-bottom: 50px;
}

.solution-sec .global-heading h4 {
    font-size: 16px;
    color: #43aaa5;
}

.solution-sec .global-heading h2 {
}

.solution-sec .global-heading p {
    font-size: 22px;
    color: #676767;
    line-height: 33px;
}

.solution-sec .website-box {
    background-color: #eef4f4;
    padding: 70px 0 0;
    margin-bottom: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    min-height: 840px;
}

.solution-sec .website-box h4 {
    font-size: 16px;
    color: #43aaa5;
    font-weight: 400;
    margin-bottom: 20px;
}

.solution-sec .website-box h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.solution-sec .website-box p {
    font-size: 18px;
    color: #676767;
    font-weight: 500;
}

.solution-sec .col-md-6:last-child .website-box p {
}

.global-heading.native-title h2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 66px;
}

.global-heading.native-title {
    padding-right: 18%;
    margin-bottom: 30px;
}

.features-list {
    display: table;
}

.features-list h4 {
    font-size: 20px;
    color: #43aaa5;
    margin-bottom: 15px;
}

.features-list li {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #2e6764;
    font-weight: 600;
    border-bottom: 1px solid #dddddd;
    padding: 43px 0;
}

.features-list li .icon-box {
    width: 60px;
    text-align: center;
    margin-right: 20px;
}

.features-list li .icon-box img {
}

.native-android-sec .img-box {
    width: 125%;
    position: relative;
}

.native-android-sec .img-box .box {
    position: absolute;
    top: -6px;
    left: -21px;
}

.native-android-sec .img-box .box-4 {
    right: 35%;
    left: auto;
    top: -24px;
}

.native-android-sec .img-box .box-3 {
    left: 90px;
    top: 75px;
}

.native-android-sec .img-box .box-5 {
    top: auto;
    bottom: 110px;
    left: 312px;
}

.native-android-sec .img-box .box-6 {
    top: 39%;
    left: 54%;
}

.double-btn.border-btn {
    margin-top: 20px !important;
    position: relative;
    justify-content: center;
}

/*.double-btn.border-btn:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    background-color: #cdd7d3;*/
/*    height: 1px;*/
/*    z-index: -9;*/
/*}*/

/*.double-btn.border-btn:after {*/
/*    content: '';*/
/*    background-color: #fff;*/
/*    width: 40%;*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    z-index: -9;*/
/*}*/

.contact-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.contact-info-box .icon-box {
    width: 57px;
    height: 57px;
    background-color: #2aca91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-info-box .icon-box i {
    color: #e8e8e8;
    font-size: 44px;
}

.contact-info-box .txt p, .contact-info-box .txt a {
    font-size: 15px;
    color: #2aca91;
    font-weight: 600;
    line-height: 31px;
}

.contact-info-box .txt a {
    font-size: 28px;
}

/*solution-sec css*/
/*Contact sec css*/
.contact-form-sec {
    background: url(../images/contact-bg.jpg) no-repeat;
    height: 100%;
    background-size: cover;
    background-position: top;
    padding: 85px 0;
}

.contact-form-sec .global-heading {
    margin-bottom: 95px;
}

.contact-form-sec .global-heading h2 {
    font-size: 40px;
    color: #04e496;
    font-weight: 600;
}

.contact-form-sec .form-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #acd6df;
    width: 100%;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
    outline: none !important;
    font-weight: 500;
    letter-spacing: 2px;
    height: auto;
}

.contact-form-sec select.form-control option {
    color: #000;
}

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

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

.contact-form-sec textarea.form-control {
    height: 100px;
    resize: none;
}

.contact-form-sec button.custom-btn {
    outline: none !important;
    border: none;
    color: #154551;
    padding: 13px 45px;
    box-shadow: 0px 8px 13px 0px rgb(84 182 177 / 33%);
}

/*Contact sec css*/


/*footer*/
.start-earn-sec {
    background: url(../images/start-earn-bg.jpg) center / cover no-repeat;
    padding: 80px 0 75px;
}

.start-earn-content h6 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.start-earn-content h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.start-earn-content h2 {
    font-size: 47px;
    color: #04e496;
    font-weight: 900;
    margin: 16px 0;
}

.btn-start-earning {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.icon-how.btn-start-icon img {
    margin-right: -28px;
}

.icon-list-text.btn-start-text p {
    color: #fff;
    font-weight: 600;
}

.icon-list-text.btn-start-text a {
    font-size: 29px;
    line-height: 36px;
}

/*.footer-main-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}*/

.footer-logo a {
    display: block;
}

.footer-logo p {
    font-size: 14px;
    color: #1c2b2a;
    font-weight: 500;
    margin-top: 10px;
}

.footer-logo {
    border-right: 1px solid #d5d5d5;
}

.form-footer input {
    width: 100%;
    background: none;
    outline: none;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    font-size: 14px;
    color: #849190;
}

.form-footer button {
    position: absolute;
    width: 37px;
    height: 37px;
    background-color: #0d5d69;
    border-radius: 50px;
    color: #fff;
    border: 0;
    outline: none;
    bottom: 10px;
    right: 0;
}

.form-footer label {
    font-size: 22px;
    font-weight: 500;
    color: #1c2b2a;
    margin-bottom: 15px;
}

footer {
}

.form-footer {
    padding-left: 12px;
    border-right: 1px solid #d5d5d5;
    padding-right: 45px;
    position: relative;
}

.tel-menu-list.footer-social a {
    color: #1c2b2a;
    font-weight: 600;
    font-size: 31px;
}

.tel-menu-list.footer-social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.tel-menu-list.footer-social ul li a {
    margin-left: 50px;
    color: #1c2b2a;
}

.tel-menu-list.footer-social {
    text-align: center;
    border-right: 1px solid #d5d5d5;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-footer form {
    position: relative;
}

.form-footer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #849190 !important;
}

.form-footer input::-moz-placeholder { /* Firefox 19+ */
    color: #849190 !important;
}

.form-footer input:-ms-input-placeholder { /* IE 10+ */
    color: #849190 !important;
}

.form-footer input:-moz-placeholder { /* Firefox 18- */
    color: #849190 !important;
}

.btn-start-earning .contact-info-box {
    margin: 0;
    margin-left: 20px;
}

.btn-start-earning .contact-info-box .icon-box {
    background-color: #fff;
    color: #1b5c5a;
    margin-right: 10px;
}

.btn-start-earning .contact-info-box .icon-box i {
    color: #1b5c5a;
}

.btn-start-earning .contact-info-box .txt a {
    color: #fff;
}

.btn-start-earning .contact-info-box .txt p {
    color: #fff;
    line-height: inherit;
    margin-bottom: 2px;
}

/*footer*/
/*trusted-sec css*/
.trusted-sec {
    background: url(../images/trust-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 520px;
    padding-top: 70px;
}

.trusted-sec .global-heading {
}

.trusted-sec .global-heading h2 {
    font-size: 45px;
    margin-top: 23px;
}

.trusted-sec .global-heading h2 span {
    display: block;
    font-size: 40px;
}

.testi-slider p {
    color: #676767;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px;
}

.development-lsit .box {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 18px 0px rgba(67, 170, 165, 0.1);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 240, 237);
    position: absolute;
}

.development-lsit {
    position: relative;
}

.box.magento {
    top: 80px;
    left: 13px;
}

.box.apple {
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
}

.box.android {
    right: 20px;
    left: auto;
    background-color: #3dda84;
    top: 135px;
}

.box.wordpress {
    left: auto;
    right: -37px;
    width: 73px;
    height: 73px;
    padding: 14px;
    bottom: -86px;
}

.main-banners {
    position: relative;
    top: 100px;
    left: 0;
    z-index: 9;
}

.mob-frame {
    background: url(../images/iPhone.png) no-repeat;
    height: 731px;
    background-position: center;
    background-size: contain;
    width: 366px;
    margin: auto;
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
}

.mob-frame-secound {
    background: url(../images/mob-frame.png) no-repeat;
    height: 627px;
    width: 308px;
}

.main-banner-mob .img-box img {
    margin: auto;
}

/*trusted-sec css*/


.main-hover-box {
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 400px;
    top: 0;
    z-index: 9;
}

.main-hover-box .box {
    position: absolute;
    bottom: 0;
    transition: all 0.25s linear;
}

.main-hover-box .box img {
    transition: all 0.25s linear;
}

.main-hover-box .box.box1 {
    right: 29px;
    bottom: 37%;
}

.main-hover-box .box.box2 {
    right: 0;
    bottom: 20px;
}

.main-hover-box .box.box3 {
    left: -15%;
    bottom: 13%;
}

.banner-img .shape-box {
    /* background-color: #e8b342; */
    width: 0;
    /* height: 170px; */
    position: absolute;
    bottom: 32px;
    z-index: -9;
    transition: 1.5s;
    right: 0;
}

.main-hover-box.main-hover-box-2 {
    left: 73%;
    bottom: 0;
    top: 0;
}

.main-hover-box-2 .box.box1 {
    bottom: 50%;
}

.main-hover-box-2 .box.box2 {
    top: 50%;
    left: 62px;
}

.pkg-tab-list-slider .slick-track {
    width: auto !important;
}


/*cta-sec css*/
.cta-sec {
    background: url(../images/cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-title h4 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}

.cta-title h2 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    line-height: 48px;
    padding-right: 20px;
    margin-bottom: 11px;
}

.yellow {
    color: #f8ab03;
}

.cta-info .txt h2 {
    font-size: 75px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 15px;
}

.contact-info-box.cta-info {
    margin: 0;
}

.cta-info .txt p {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.cta-info .txt a {
    font-size: 32px;
    color: #fff;
}

.cta-sec .col-md-1 {
    display: flex;
    align-items: center;
    position: relative;
    top: 42px;
}

/*cta-sec css*/


.green-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    animation: rotateElement 6s infinite linear;
    width: 1050px;
    height: 1050px;
}

.green-circle img {
    width: 100%;
    height: 100%;
}

.discount-price {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-family: 'Montserrat';
    left: 37px;
    position: relative;
    top: 0;
    letter-spacing: 2px;
}

.discount-price:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ff0000;
    width: 100%;
    height: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.real-price {
    font-size: 90px;
    color: #2a1e03;
    font-weight: 700;
    font-style: italic;
    font-family: 'Montserrat';
    line-height: 90px;
    margin-left: 27px;
}

.yellow-circle p {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}

.red-circle {
    position: absolute;
    left: -257px;
    top: -160px;
    background: url(../images/red-circle.svg) no-repeat;
    width: 422px;
    height: 528px;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    opacity: 0;
}

.cta-sec.animated .yellow-circle .red-circle {
    width: 122px;
    height: 128px;
    opacity: 1;
    left: -50px;
    top: 20px;
}

.red-circle b {
    font-size: 31px;
    color: #fff;
    font-weight: 900;
    line-height: 28px;
    font-style: italic;
}

.red-circle b span {
    display: block;
}

@keyframes rotateElement {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotateElementYellow {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.yellow-circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 290px;
    height: 290px;
    background-color: #fcad01;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

.yellow-circle-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 345px;
    height: 345px;
    margin: auto;
    animation: rotateElementYellow 6s infinite linear;
}

.yellow-circle-box img {
    width: 100%;
}

.tab-main-content .slick-track {
    display: flex;
    align-items: flex-end;
}

/*popup css*/
.popup-main {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    background: rgb(0 0 0 / 60%);
    align-items: center;
    justify-content: center;
    display: none !important
}

.popup-main.active {
    display: flex !important
}

.popup-inner {
    width: 770px;
    height: 575px;
    background: #fff url(../images/popup-bg.png) top left/cover no-repeat;
    border-radius: 20px;
    position: relative;
    padding: 32px 10px;
}

.popup-close-btn {
    position: absolute;
    cursor: pointer;
    right: -15px;
    top: -15px;
    box-shadow: 0 1px 4px #095460;
    border-radius: 50%;
}

.form-con h3 {
    text-align: center;
    font-size: 16px;
    color: #171717;
    font-weight: 700;
    margin-bottom: 7px;
}

.form-con h3 span {
    color: #50d4a4
}

.form-con h2 {
    color: #171717;
    font-size: 28px;
    text-align: center;
    line-height: 44px;
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.form-con h2 span {
    display: block;
    font-size: 42px;
    color: #4ad3a1;
}

.form-con p {
    color: #5d5d5d;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

form.footer-vld-frm {
    max-width: 85%;
    margin: 22px auto 0;
}

form.footer-vld-frm input,
form.footer-vld-frm textarea, form.footer-vld-frm select {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    height: 48px;
    margin-bottom: 9px;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    outline-color: #2acb91;
    color: #757575;
}

form.footer-vld-frm .col-md-6, form.footer-vld-frm .col-md-12 {
    padding: 0 7.5px;
}

form.footer-vld-frm textarea {
    height: 112px;
    resize: none;
    margin-bottom: 0;
}

form.footer-vld-frm input[type=submit] {
    background: #087984;
    background: linear-gradient(90deg, #087984 0, #09515e 100%);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 22px;
    display: table;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    position: relative;
    top: 0;
    letter-spacing: 1px;
    border: none !important;
    cursor: pointer;
    margin-bottom: 0 !important;
    margin: auto;
    width: auto;
}

.desk-btn {
    display: block !important
}

.mobile-btn {
    display: none !important
}

.thankyou-pg {
    background: url(../images/thank-you-bg.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.thankyou-content {
    text-align: center;
}

.thankyou-content h5 {
    font-size: 54px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 30px;
}

.thankyou-content h6 {
    font-family: "Libre Baskerville", serif;
    font-size: 54px;
    color: #FFFFFF;
    font-style: italic;
    margin: 10px 0 25px 0;
}

.thankyou-content p {
    font-size: 18px;
    color: #ab8cb4;
    font-style: italic;
    margin-bottom: 20px;
}

.thankyou-content .btn-style-3 {
    padding: 11px 55px 11px 55px;
    color: #fff !important;
}

.thankyou-content .back-to-home {
    display: block;
    margin-top: 20px;
}

.thankyou-content .back-to-home span {
    color: #FFFFFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}

.form-con h2:after {
    content: "";
    background: #4ad3a1;
    width: 35px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-form {
    padding: 20px 28px;
    border-radius: 7px;
    background: url(../images/form-bg.png) no-repeat;
    background-size: contain;
    margin-top: 0;
    background-position: bottom;
    background: rgb(10 32 29 / 81%);
    padding-bottom: 30px;
}

.banner-form h4 {
    color: #ffb71d;
    font-size: 28px;
    margin-bottom: 13px;
    line-height: normal;
}

.banner-form .form-group {
    margin: 0;
    border-radius: 3px;
    background-color: rgb(10, 31, 29);
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
}

.banner-form .form-group label {
    margin: 0 !important;
    font-size: 9px;
    font-weight: 500;
    color: #6da49f;
    letter-spacing: 1px;
    line-height: 9px;
}

.banner-form .form-group + .form-group {
    margin-top: 6px;
}

.banner-form .form-group .form-control {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    padding: 0;
    height: 37px;
    line-height: 24px;
    font-weight: 500;
}

.banner-form .custom-btn {
    width: 100%;
    justify-content: center;
    border: none;
    margin-top: 20px;
    padding: 15px 35px;
    outline: none;
}

.trusted-sec .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.trusted-sec .img-box .box {
    width: 20%;
    display: flex;
    margin: 0 40px;
    position: relative;
}

.trusted-sec .img-box .box:before {
    content: '';
    position: absolute;
    right: -46px;
    background-color: #c8d0d2;
    width: 1px;
    height: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.trusted-sec .img-box .box:last-child:before {
    display: none;
}

.anchor-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.banner-img .shape-box-has {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.has-ban-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.cta-title .double-btn li .custom-btn {
    background-color: #fcad01;
    color: #fff;
}

.cta-title .double-btn {
    margin-top: 17px;
}

.main-banner-mob .slick-list {
    max-width: 320px;
    margin: 0 auto;
}

.e-commerce-slider {
    top: -42px;
}

.e-commerce-slider .slick-list {
    max-width: 282px;
}

.e-commerce-slider .img-box img {
    height: 600px;
}

.e-commerce-slider .img-box {
    margin-top: 0px;
}

.feature-list ul li img {
    height: 48px;
}

.feature-list ul li:nth-child(9) img, .feature-list ul li:nth-child(13) img {
    height: 37px;
}

.border-btn .custom-btn {
    padding: 10px 90px !important;
    font-size: 25px !important;
}

.banner-form h4 strong {
    color: #fff;
}

.choose-service-box {
    display: flex;
    align-items: start;
}

.choose-service-box .icon-box {
    max-width: 150px;
    width: 150px;
    margin-right: 20px;
}

.choose-service-box .caption-box h4 {
    font-size: 27px;
    margin-bottom: 13px;
}

.choose-service-box .icon-box img {
    width: 100%;
}

.package-sec .container .row:nth-child(2) {
    margin-bottom: 80px;
}

.choose-service-box .caption-box p {
    text-align: justify;
}

.feature-box .img-box i {
    font-size: 23px;
    color: #2acb91;
}

.platform-list img {
    width: 100%;
}

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

.workflow-sec .double-btn {
    margin-top: 40px;
}

.header-box .logo {
    max-width: 250px;
}


/*premium service css*/

.premium-service {
    padding-top: 55px;
    padding-bottom: 35px;
}

.premium-service .global-heading {
    margin-bottom: 40px;
}

.online-service {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.online-service .img-box {
    position: relative;
    overflow: hidden;
}

.online-service img-box img {
    width: 100%;
}

.online-service .caption {
    text-align: left;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsl(177deg 38% 29% / 87%);
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.online-service .img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.online-service .caption h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.online-service .caption p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
}

.service-overlay h5 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;
    line-height: 29px;
}

.service-overlay p {
    font-size: 17px;
    line-height: 32px;
    color: #000;
}

.premium-service .global-heading h3 {
    margin-bottom: 0;
    font-size: 45px;
}

.about-caption h4 {
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 600;
}

/*premium service css*/


/*footer*/
footer {
    padding: 50px 0 0;
    background-color: #18181a;
}

.footer-about {
}

.footer-about h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-about p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.quick-link {
    padding-left: 10px;
}

.quick-link ul li {
    position: relative;
    padding-left: 22px;
}

.quick-link ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 10px;
    height: 2px;
}

.quick-link ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.quick-link ul li + li {
    margin-top: 7px;
}

.footer-contact-info {
    padding-left: 40px;
}

.footer-contact-info .info {
    display: flex;
    align-items: start;
}

.footer-contact-info .info p {
    font-size: 14px;
    line-height: 22px;
}

.footer-contact-info .info img {
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.footer-contact-info .info + .info {
    margin-top: 22px;
}

.footer-contact-info .info a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

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

.footer-newsletter input {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #181818;
    padding: 12px 10px;
    border-radius: 5px;
    outline: none;
}

.footer-newsletter .newsletter-btn {
    width: 100%;
    margin-top: 6px;
    border: none;
    background-color: #286af2;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 0;
}

.newsletter {
    padding-left: 0;
}

.copyright-box {
    margin-top: 45px;
}

.policy-list {
    display: flex;
    justify-content: end;
    align-items: center;
}

.policy-list li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.policy-list li + li {
    margin-left: 10px;
    border-left: 1px solid #fff;
    line-height: 13px;
    display: inline-block;
    padding-left: 10px;
}

p.copyright {
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #333;
    padding: 20px 0;
    letter-spacing: 1px;
}

.feature-sec .col-md-3:nth-child(4) .feature-box {
    border: none;
}

/*footer*/

/*review*/

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

.author-box .icon-box {
    background-color: #00b67a;
    width: 85px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.author-box .star-icon img {
    max-width: 40%;
}

.author-box .star-icon {
    margin-left: 10px;
}

.inner-review .box {
    border: 2px solid #d1d1d1;
    border-radius: 8px;
    padding: 20px 30px;
    min-height: 300px;
}

.review-intro h4 {
    margin-bottom: 5px;
    font-size: 19px;
}

.review-intro p {
    font-size: 14px;
    line-height: 21px;
}

.review-intro {
}

.review-sec .inner-review {
    padding: 0 20px;
}

.inner-review .inner-box .box {
    margin-bottom: 20px;
}

.inner-review .inner-box .box {
    margin-right: 20px;
}

.review-sec {
    padding: 60px 0 50px;
}

.review-sec .inner-review .inner-box {
    width: calc(100% / 4);
    min-width: 400px;
    max-width: 400px;
}

.review-sec .global-heading {
    margin-bottom: 50px;
}

/*faqs sec*/

.faqs-sec {
    background-color: #f4f6f5;
    padding: 60px 0;
}

.set .content {
    display: none;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e1e8;
}

.accordion-container .set a {
    color: #000;
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e8;
}

.accordion-container .set {
}

.faqs-inner-row {
    justify-content: center;
}

.faqs-sec .global-heading {
    margin-bottom: 60px;
}

.set .content p {
    padding: 20px 0;
    font-size: 15px;
}

.set .content ul li {
    list-style: inside;
    color: #6a6a6a;
}

.set .content ul {
    padding-bottom: 20px;
}

.set .content ul li + li {
    margin-top: 8px;
}

/*faqs sec*/

/*satisfaction-sec*/

.satisfaction-sec {
    padding: 50px 0 65px;
    background: url(../images/new-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.satisfaction-sec .about-caption h4 {
    color: #fff;
    width: 55%;
    margin: auto;
    line-height: normal;
    margin-bottom: 12px;
}

.satisfaction-sec .about-caption p {
    color: #fff;
    margin: auto;
    font-size: 22px;
    line-height: 35px;
    padding-right: 10%;
    font-weight: 500;
}

.expert-box {
    text-align: center;
}

.expert-box .caption h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.satisfaction-sec .global-heading {
    margin-bottom: 40px;
}

.expert-box .caption p {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}

.package-sec .double-btn {
    justify-content: center;
    margin-top: 60px;
}

.faqs-sec .about-caption h4 {
    margin-bottom: 20px;
}

.content-sec {
    padding: 60px 0;
}

.intro-box h3 {
    color: #000;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
}

.intro-box p {
    color: #6a6a6a;
    font-size: 15px;
    line-height: 30px;
}

.subject-box {
    border: 1px solid #fff;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 13px;
    flex-direction: column;
}

.subject-box h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
}

.subject-box i {
    color: #2aca91;
    font-size: 30px;
    margin-bottom: 10px;
}

.subject-cover {
    margin-bottom: 45px !important;
}

.slick-dots li button {
    display: none !important;
}

.slick-dots li {
    background-color: #fff;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
}

.slick-dots {
    text-align: left !important;
    position: static !important;
    margin-top: 20px !important;
}

.slick-dots li.slick-active {
    background-color: #2aca91;
}

.satisfaction-sec .caption {
    text-align: center;
    margin-bottom: 40px;
}

.satisfaction-sec .caption p {
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
    color: #fbac01;
    margin-bottom: 5px;
}

.satisfaction-sec .caption h4 {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
}

.main-banner .caption h3 {
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    padding-right: 60px;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
}

.phd-txt {
    text-transform: capitalize;
}

.table-of-content-sec {
    padding: 60px 0 80px;
}

.content-list {
    background-color: #f4f6f5;
    border-radius: 10px;
}

.content-list li {
    padding: 20px 20px;
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
}

.content-list li + li {
    border-top: 1px solid #6666;
}

.content-list li:first-child {
    font-weight: 700;
    font-size: 23px;
    color: #fbac01;
}

.content-list li i {
    margin-right: 11px;
    color: #fbac01;
    font-size: 19px;
}

.price-includes {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0 0 15px;
}

.price-includes h4 {
    padding: 19px 13px;
    color: #fff;
    background-color: #2e6764;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
}

.free-txt span{
    background-color: #18bd79;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
}

.price-includes .table {
    margin-bottom: 0 !important;
}

.price-includes h6 {
    padding: 18px 13px;
    color: #fbac01;
    font-weight: 600;
    text-transform: uppercase;
}

.table tr td {
    padding: 13px 10px;
    font-weight: 500;
    font-size: 15px;
}

.include-btn {
    justify-content: center;
    width: 93%;
    margin: auto;
    margin-top: 0;
    background-color: #18bd79;
}

.satisfaction-sec .double-btn {
    justify-content: center;
}

.top-bar {
    background-color: #0a1f1d;
    padding: 12px 0;
}

.top-bar .contact-info {
    text-align: right;
}
.top-bar .custom-btn {
    padding: 10px 22px;
}

.review-btn {
    display: table;
}

#countdown ul {
    display: flex;
    margin-bottom: 13px;
    justify-content: center;
}

#countdown ul li {
    color: #2aca91;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#countdown ul li span {
    display: block;
}

#countdown ul li + li {
    margin-left: 25px;
}

.agent-box {
    text-align: center;
    background-color: #f4f6f5;
    padding: 15px 0;
    border-radius: 5px;
}

.agent-box .img-box {
    width: 165px;
    margin: auto;
}

.agent-box .img-box img {
    width: 100%;
}

.agent-box .caption {
    margin-top: 10px;
}

.agent-box .caption h5 {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}

.agent-box .caption p {
    font-size: 15px;
    color: #000;
}

.intro-box p + p {
    margin-top: 18px;
}

.expert-slider .item .row + .row {
    margin-top: 20px;
}

.expert-slider .item {
    margin: 0 20px;
}

.process-icon {
    background-color: #2e6764;
    height: 80px;
    border-radius: 50%;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-left: auto;
}

.table-of-content-sec .col-md-8 .row + .row {
    margin-top: 45px;
}

.table-of-content-sec .col-md-8 .row {
    align-items: self-start;
}

.process-caption h4 {
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.process-caption p {
    padding-right: 5%;
    font-size: 14px;
    line-height: 24px;
}

.table-of-content-sec .global-heading {
    margin-bottom: 60px;
}

.table-of-content-sec .global-heading h3 {
    margin-bottom: 25px;
    font-size: 42px;
}

.table-of-content-sec .global-heading p {
    width: 80%;
    margin: auto;
}

.content-sec .double-btn {
    justify-content: center;
    margin-top: 70px;
}

.table-of-content-sec .double-btn {
    justify-content: center;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.iti__arrow {
    border-top: 4px solid #fff !important;
}

.iti__arrow--up {
    border-bottom: 4px solid #fff !important;
}

.banner-list {
    margin-bottom: 25px;
}

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

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

.review-btn img {max-width: 60%;border-radius: 4px;}

.top-bar .row {
    align-items: center;
}

.heartBeat {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out;
}

.navbar-list img {display: none;}

.contact-us-sec .container .row {
    width: 100%;
}

.contact-us-sec .contact-banner-intro h1 {
    text-transform: uppercase;
    font-size: 48px;
}

.contact-us-sec .contact-banner-intro p {
    font-size: 24px;
    width: 60%;
    margin: auto;
    line-height: 36px;
    font-weight: 300;
}

/*satisfaction-sec*/

.main-contact-sec{
    padding: 50px 0;
}

.main-contact-sec .row {
    justify-content: center;
}

.contact-form-inner h2 {
    margin-bottom: 40px;
    color: #184240;
}

.contact-form-inner .form-control {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #13524f;
}

.contact-form-inner textarea {
    height: 150px !important;
    padding-top: 20px !important;
}

.contact-form-inner .iti {
    width: 100%;
}

.contact-btn {
    border: none;
    background-color: #0a1f1d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

/**/

.main-sample-sec {
    padding: 70px 0;
}

.sample-box {
    text-align: center;
    border: 2px solid #184240;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.sample-box .icon-box {
    width: 120px;
    margin: auto;
    height: 120px;
    background-color: #184240;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.sample-btn a {
    width: 100%;
    background-color: #184240;
    display: block;
    color: #fff;
    padding: 13px 0;
    border-radius: 5px;
    text-decoration: none !important;
}

.sample-caption {
    margin-bottom: 25px;
}

.sample-caption h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.do-fundamental span {
    display: block;
    color: #ffb71d;
    font-size: 32px;
    margin-top: 10px;
}

.footer-social a {
    display: inline-block;
    margin: 0 1px;
    font-size: 20px;
    color: #fff;
    background: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #25D366; /* WhatsApp color */
    color: #fff;
}

.workflow-sec .caption h3 {
    font-size: 20px;
    margin: 17px 0;
    color: #0a0a0a;
}