:root {
    --primary: #effe43;
    --primary-light: #ffa825;
    --secondary: #0a323f;
    --secondary-light: #007c85;
    --white: #fff;
    --text: #232323;
    --backgorund: #fafafa;
    --bar: #027d85;
    --light-bg: #dbefe8;
    --bg: #f9fdfb;
   
}

html {
  scroll-behavior: smooth;
}

.container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important
}

#navbarTogglerDemo01 ul {
    list-style: none;
    display: flex;
    margin-bottom: 0
}

.navbar ul li.border-right {
    position: relative;
    margin-left: 10px
}

.navbar ul li.border-right:after {
    width: 2px;
    height: 20px;
    background: #d9d9d9;
    position: absolute;
    content: "";
    right: -12px;
    top: 13px
}

.section-head {
    box-shadow: 0 2px 2px rgb(0 0 0/13%);
    margin-bottom: 2px
}

.navbar.bg-light {
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.navbar a.nav-link {
    font-family: inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: .5px;
    color: var(--white);
}

.navbar button.btn.btn-success {
    background: #27ae60;
    box-shadow: 0 4px 4px rgb(33 33 33/15%);
    border-radius: 4px;
    font-family: inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: none;
    text-align: center;
    font-feature-settings: "salt" on, "liga" off;
    color: #fff
}

#banner-section {
    background: url(https://bizfoc.com/assets/images/main-banner.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    padding: 70px 0 100px;
    margin-top: 65px
}

/*.left-side {
    margin-right: 57px
}*/

.left-side h1 {
    color: #fff;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 1.04px;
    margin-bottom: 20px;
    position: relative
}

.left-side h1 span.country-line {
    color: #fff;
    position: relative
}

.left-side h1 span.country-line:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/india-flag-line.png);
    width: 100%;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0%;
    top: 60%
}


.left-side h1 span.design {
    position: relative;
    z-index: 1
}

.left-side h1 span.design:after {
    position: absolute;
    content: "";
    background: url(../images/design4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: -1
}


.left-side p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .4px;
    margin-bottom: 0
}

.left-side .btn.business {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--bar);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 50px
}

.review-part h4 {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin-left: 80px
}

.review-part {
    margin-top: 25px
}

.review-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--primary);
    backdrop-filter: blur(7.5px);
    border-radius: 10px;
    width: 55%;
    position: relative;
    border-top-left-radius: 0
}

.review-heading {
    position: absolute;
    top: -28px
}

.review-heading h3 {
    color: #fff;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .345px;
    margin-bottom: 0
}

.review-card-inner {
    margin-left: 22px;
    margin-top: 15px;
    padding-bottom: 12px
}

.review-card p {
    color: rgba(255, 255, 255, .8);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .21px;
    margin-bottom: 10px;
    margin-top: 12px
}

.review-card h5 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .27px;
    margin-bottom: 20px
}

.br-bottom {
    position: relative
}

.br-bottom:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .15);
    bottom: 2px;
    left: 12px;
    width: 80%;
    height: .5px
}

.income-about-us {
    padding: 42px 0
}

.about-us-content h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 18px
}

.about-us-content h3 span.design {
    position: relative;
    z-index: 1
}

.about-us-content h3 span.design:after {
    position: absolute;
    content: "";
    background: url(../images/design4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.about-us-content p {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .4px
}

.about-us-content .about-card {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(17, 12, 79, .1);
    padding: 19px 29px 16px 45px;
    border-left: 8px solid var(--secondary);
    width: 483px;
    margin-bottom: 30px
}

.about-us-content .about-card p {
    color: #18191f;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    position: relative
}

.about-us-content .about-card p:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/symbol-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 19px;
    height: 52px;
    left: 20px;
    top: -15px
}

.about-us-content .btn.applynow {
    width: 140px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--Green-1, var(--bar));
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

#steps-register {
    background: rgba(1, 30, 65, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15) inset;
    padding: 53px 0 59px;
    position: relative;
    z-index: 1
}

.steps-register-heading h2 {
    color: #000000;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    margin-bottom: 18px
}

.steps-register-heading h2 span.design {
    position: relative;
    z-index: 1
}

.steps-register-heading h2 span.design:after {
    position: absolute;
    content: "";
    background: url(../images/design4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.steps-register-heading p {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .27px
}

#steps-register:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/map-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.stars-side {
    display: flex;
    justify-content: end
}

.stars-side-inner {
    margin-top: 12px;
    text-align: right
}

.stars-side p {
    color: #181e23;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .24px
}

.stars-side .btn.free {
    padding: 10px 28px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--bar);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.days {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    background: var(--secondary);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    width: 100px;
    height: 100px;
    text-align: center;
    margin: auto;
    position: relative
}

.days.b-line {
    position: relative
}

.days.b-line:after {
    position: absolute;
    content: "";
    height: 141px;
    border: 2px dashed var(--secondary);
    left: 50%;
    top: 80px
}

.days.mt-43 {
    margin-top: 43px
}

.days.mb-100 {
    margin-bottom: 100px
}

.days p {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: .3px;
    margin-bottom: 0
}

.steps-card {
    padding: 19px 24px 22px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    height: 100%;
    position: relative
}

.steps-card:hover {
    background: var(--secondary);
    position: relative
}

.steps-card.default-hover {
    padding: 19px 24px 22px;
    background: var(--secondary);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    height: 100%;
    position: relative
}

.steps-card.default-hover p {
    color: #fff
}

/*.steps-card.default-hover:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/01-back.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 8px;
    top: 0;
    width: 100px;
    height: 100%
}*/

.steps-card.default-hover img {
    filter: brightness(100)
}

/*.steps-card:hover:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/01-back.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 8px;
    top: 0;
    width: 100px;
    height: 100%
}*/

.steps-card.bl {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.steps-card.br {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.steps-card p {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .27px;
    margin-bottom: 0;
    margin-top: 10px
}

.steps-card:hover p {
    color: #fff
}

.steps-card:hover img {
    /*filter: brightness(100);*/
    filter: invert(100%);
}

.steps-card2 {
    padding: 19px 24px 22px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    height: 100%
}

.steps-card2:hover {
    background: var(--secondary);
    position: relative
}

.steps-card2:hover:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/02-back.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 8px;
    top: 0;
    width: 100px;
    height: 100%
}

.steps-card2.bl {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.steps-card2.br {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.steps-card2 p {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .27px;
    margin-bottom: 0;
    margin-top: 10px
}

.steps-card2:hover p {
    color: #fff
}

.steps-card2:hover img {
    filter: brightness(100)
}

.steps-card2.default-hover {
    padding: 19px 24px 22px;
    background: var(--secondary);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    height: 100%;
    position: relative
}

.steps-card2.default-hover p {
    color: #fff
}

.steps-card2.default-hover:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/02-back.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 8px;
    top: 0;
    width: 100px;
    height: 100%
}

.steps-card2.default-hover img {
    filter: brightness(100)
}

.mb-40 {
    margin-bottom: 40px
}

.start {
    margin-top: 77px
}

.start h3 {
    color: var(--secondary);
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1.08px;
    margin-bottom: 0
}

.start .btn.business {
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--bar);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

#register-step {
    margin: 94px 0 96px
}

.register-steps-heading {
    margin-bottom: 50px
}

.register-steps-heading h2 {
    color: #000000;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    margin-bottom: 0;
    z-index: 1
}

.register-steps-heading h2 span.design {
    position: relative
}

.register-steps-heading h2 span.design:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/design4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.types-card {
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    padding: 45px 23px
}

#v-pills-tab h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .36px;
    margin-bottom: 48px;
    position: relative
}

#v-pills-tab h3:before {
    position: absolute;
    content: "";
    width: 89px;
    height: 1px;
    background: var(--secondary);
    left: 0;
    bottom: -3px
}

#v-pills-tab h3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #eee;
    left: 0;
    bottom: -25px
}

.types-card .nav-pills .nav-link.active {
    border-radius: 5px;
    background: var(--secondary);
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .24px;
    position: relative
}

.types-card .nav-pills .nav-link.active:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 100%;
    border-radius: 64px;
    background:  var(--primary);
    left: -1px;
    top: 0
}

.types-card .nav-pills .nav-link.active:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 4px;
    background: var(--secondary);
    right: -44px;
    top: 0
}

.types-card .nav-pills .nav-link {
    border-radius: 5px;
    background: #f4f4f4;
    color: #011e41;
    border-color: var(--secondary);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .24px;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 17px
}

#v-pills-tab {
    position: relative;
    z-index: 1
}

#v-pills-tab:after {
    position: absolute;
    content: "";
    border: 2px solid #9ca4b9;
    right: -43px;
    top: 54px;
    border-radius: 2px;
    height: 98%;
    z-index: -1
}

#v-pills-tabContent {
    margin-left: 65px;
    margin-right: 40px
}

#v-pills-tabContent .tab-pane h4 {
    color: #011e41;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: .36px;
    margin-bottom: 10px
}

#v-pills-tabContent .tab-pane h5 {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: .36px;
    margin-bottom: 15px
}

#v-pills-tabContent .tab-pane p {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px;
    margin-bottom: 25px
}

#v-pills-tabContent .tab-pane ul {
    list-style: none;
    padding-left: 0
}

#v-pills-tabContent .tab-pane ul li {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px
}

#v-pills-tabContent .tab-pane ul li:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/double-angle.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 11px;
    left: 0;
    top: 5px
}

#corporate {
    position: relative
}

#corporate:before {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/corporate-left-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 425px;
    height: 663px;
    left: 0;
    top: 30px
}

#corporate:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/corporate-right-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 425px;
    height: 480px;
    right: 0;
    top: 200px
}

#corporate .container {
    padding-left: 90px;
    padding-right: 90px
}

.corporate-heading {
    margin-bottom: 52px
}

.corporate-heading h2 {
    color: #000000;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px
}

.corporate-heading h2 span.design {
    position: relative;
    z-index: 1
}

.corporate-heading h2 span.design:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/design4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.corporate-inner-left {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    margin-right: 15px
}

.corporate-inner-left .w-80 {
    width: 80%
}

.corporate-inner-left .w-20 {
    width: 20%
}

.corporate-inner-left .img-back {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    border: 2px solid var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center
}

.corporate-inner-left h3 {
    color: #011e41;
    text-align: right;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .27px;
    margin-bottom: 0
}

.corporate-inner-left p {
    color: #011e41;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .24px;
    margin-bottom: 0
}

.corporate-inner-right {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    margin-left: 15px
}

.corporate-inner-right .w-80 {
    width: 80%
}

.corporate-inner-right .w-20 {
    width: 20%
}

.corporate-inner-right .img-back {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    border: 2px solid var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center
}

.corporate-inner-right h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .27px;
    margin-bottom: 0
}

.corporate-inner-right p {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .24px;
    margin-bottom: 0
}

#reasons {
    background: var(--secondary);
    padding: 68px 0 58px
}

.reasons-left h2 {
    color: #fff;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    margin-bottom: 24px
}

.reasons-left h2 span.design {
    position: relative;
    z-index: 1
}

.reasons-left h2 span.design:after {
    position: absolute;
    content: "";
    background: url(../images/design4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.reasons-left p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .27px;
    margin-bottom: 5px
}

.reasons-left h6 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px;
    margin-top: 28px
}

.reasons-left .btn.business , .btn.business{
    width: 211px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--bar);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 45px
}

.reasons-right {
    display: flex;
    margin-bottom: 43px;
    margin-left: 60px
}

.reasons-right .w-55 {
    width: 75%;
    margin-left: 35px
}

.reasons-right .back-color.active {
    background: #fff;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--secondary);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 5px;
    letter-spacing: .3px;
    position: relative
}

.reasons-right .back-color.active:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 76px;
    background: #fff;
    left: 50%;
    top: 68px
}

.reasons-right .back-color {
    background: #395766;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 5px;
    letter-spacing: .3px;
    position: relative
}

.back-color.br-bottom {
    position: relative
}

.back-color.br-bottom:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 76px;
    background: #395766;
    left: 50%;
    top: 68px
}

.reasons-right h3 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .27px
}

.reasons-right p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .24px;
    margin-bottom: 0
}

#ideal {
    margin-top: 98px;
    margin-bottom: 60px
}

.ideal-heading {
    margin-bottom: 50px
}

.ideal-heading h2 {
    color: #011e41;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px
}

.ideal-heading h2 span.design {
    position: relative;
    z-index: 1
}

.ideal-heading h2 span.design:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/design.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 33px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.ideal-card {
    padding: 24px 30px;
    border-radius: 10px;
    border: 1px solid #03202e;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    transform: skew(-10deg)
}

.ideal-card.default-hover {
    background: var(--secondary)
}

.ideal-card.default-hover h3 {
    color: #fff
}

.ideal-card.default-hover .ideal-img {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .1)
}

.ideal-card.default-hover .ideal-img img {
    filter: brightness(100)
}

.ideal-card:hover {
    background: var(--secondary)
}

.ideal-card:hover h3 {
    color: #fff
}

.ideal-card:hover .ideal-img {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .1)
}

.ideal-card:hover .ideal-img img {
    filter: brightness(100)
}

.ideal-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #03202e;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(10deg)
}

.ideal-card h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .27px;
    margin-bottom: 0;
    margin-left: 20px;
    transform: skewX(10deg)
}

/*#easy-steps {
    margin-bottom: 50px
}

.easy-steps-heading {
    margin-bottom: 50px
}*/

.easy-steps-heading h2 {
    color: #000000;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    margin-bottom: 0
}

.easy-steps-heading h2 span.design {
    position: relative;
    z-index: 1
}

.easy-steps-heading h2 span.design:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/design.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 33px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.newsCard {
    position: relative;
    margin-bottom: 115px
}

.newsCaption {
    position: absolute;
    bottom: -50px;
    left: 30px;
    width: 81%;
    height: 50%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    padding: 20px;
    -webkit-transition: opacity .1s .3s, -webkit-transform .4s;
    transition: opacity .1s .3s, -webkit-transform .4s;
    transition: transform .4s, opacity .1s .3s;
    transition: transform .4s, opacity .1s .3s, -webkit-transform .4s
}

.easy-img {
    position: absolute;
    top: -25px
}

.newsCaption h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: .27px;
    margin-top: 15px
}

.easy-content {
    height: inherit;
    overflow-y: auto;
    min-height: 60px
}

.easy-content p {
    color: #011e41;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .21px;
    display: flex;
    align-items: baseline;
    overflow: hidden
}

.news-Slide-up:hover .newsCaption {
    -webkit-transform: translateY(0px);
    transform: translateY(0%);
    -webkit-transition: opacity .1s, -webkit-transform .4s;
    transition: opacity .1s, -webkit-transform .4s;
    transition: transform .2s, opacity .1s;
    transition: transform .8s, opacity .1s, -webkit-transform .8s;
    height: 100%
}

.easy-content::-webkit-scrollbar {
    width: 5px
}

.easy-content::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.easy-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--secondary)
}

#choose {
    margin-bottom: 100px
}

.choose-left h2 {
    color: #011e41;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px
}

.choose-left h2 span.design {
    position: relative
}

.choose-left h2 span.design:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/design.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 33px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.choose-left p {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .27px;
    margin-bottom: 38px
}

.choose-left-card {
    display: flex;
    margin-bottom: 28px
}

.choose-left-card h3 {
    color: #172541;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.choose-left-card p {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.choose-left .btn.business {
    padding: 10px 25px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--bar);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px
}

.choose-left-card .ms-2 {
    width: 155%
}

.ml-100 {
    margin-left: 100px
}

.choose-right {
    border-radius: 10px;
    border: 2px solid #cecece;
    background: #fff;
    padding: 28px
}

.choose-right.default-hover {
    background: var(--secondary);
    border: 2px solid var(--secondary)
}

.default-hover .choose-img-back {
    border-radius: 10px;
    background: rgba(15, 45, 122, .1);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px
}

.choose-right.default-hover h3 {
    color: #fff
}

.choose-right.default-hover p {
    color: #fff
}

.choose-right.default-hover .choose-img-back {
    background: rgba(255, 255, 255, .1)
}

.choose-right.default-hover .choose-img-back img {
    filter: invert(1)
}

.choose-right.mt-40 {
    margin-top: 35px
}

.choose-right .choose-img-back {
    border-radius: 10px;
    background: rgba(15, 45, 122, .1);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px
}

.choose-right:hover {
    background: var(--secondary);
    border: 2px solid var(--secondary)
}

.choose-right:hover .choose-img-back {
    background: rgba(255, 255, 255, .1)
}

.choose-right:hover img {
    filter: invert(1)
}

.choose-right:hover h3 {
    color: #fff
}

.choose-right:hover p {
    color: #fff
}

.choose-right h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .27px
}

.choose-right p {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .24px;
    margin-bottom: 0
}

.dream-outer {
    background: url(../images/stock-audit-123.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 586px;
    padding: 0 56px;
    margin-bottom: 97px
}

.dream-inner {
    margin-top: 224px
}

.dream-inner h2 {
    color: #fff;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: .69px
}

.dream-inner p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .27px;
    margin-bottom: 44px
}

.dream-inner .btn.business {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--bar);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-right: 20px
}

.dream-inner .btn.consultation {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: #fff;
    color: var(--bar);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

#service-section {
    margin-bottom: 115px
}

#service-section .container {
    padding-left: 110px !important;
    padding-right: 110px !important
}

.service-section-heading {
    margin-bottom: 54px
}

.service-section-heading h2 {
    color: #011e41;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px
}

.service-section-heading h2 span.design {
    position: relative;
    z-index: 1
}

.service-section-heading h2 span.design:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/design.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 33px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.service-section-card {
    padding: 22px 36px 37px;
    margin-bottom: 30px;
    border-radius: 10px
}

.service-section-img {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.row .col-xs-12:nth-child(1) .service-section-card .service-section-img {
    background: rgba(16, 213, 212, .1)
}

.row .col-xs-12:nth-child(2) .service-section-card .service-section-img {
    background: rgba(1, 30, 65, .1)
}

.row .col-xs-12:nth-child(3) .service-section-card .service-section-img {
    background: rgba(33, 150, 83, .1)
}

.row .col-xs-12:nth-child(4) .service-section-card .service-section-img {
    background: rgba(108, 74, 231, .1)
}

.row .col-xs-12:nth-child(5) .service-section-card .service-section-img {
    background: rgba(60, 85, 214, .1)
}

.row .col-xs-12:nth-child(6) .service-section-card .service-section-img {
    background: rgba(255, 134, 121, .1)
}

.row .col-xs-12:nth-child(1) .service-section-card:hover {
    background: rgba(16, 213, 212, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.row .col-xs-12:nth-child(2) .service-section-card:hover {
    background: rgba(1, 30, 65, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.row .col-xs-12:nth-child(3) .service-section-card:hover {
    background: rgba(33, 150, 83, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.row .col-xs-12:nth-child(4) .service-section-card:hover {
    background: rgba(108, 74, 231, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.row .col-xs-12:nth-child(5) .service-section-card:hover {
    background: rgba(60, 85, 214, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.row .col-xs-12:nth-child(6) .service-section-card:hover {
    background: rgba(255, 134, 121, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.row .col-xs-12:nth-child(2) .service-section-card.default-hover {
    background: rgba(1, 30, 65, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.service-section-card h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .27px;
    margin-bottom: 12px;
    margin-top: 20px
}

.service-section-card p {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .24px;
    margin-bottom: 0
}

#testimonial {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative
}

#testimonial:after {
    position: absolute;
    content: "";
    background: rgba(1, 30, 65, .05);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.testi-left h2 {
    color: #011e41;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    z-index: 1;
    position: relative;
    margin-bottom: 18px
}

.testi-left h2:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/design.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 299px;
    height: 33px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.testi-left p {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .27px;
    margin-bottom: 40px
}

.testi-left .btn.business {
    width: 211px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid rgba(20, 120, 241, .2);
    background: var(--bar);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

#test-slider {
    margin-left: 100px
}

#test-slider .test-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    padding: 68px 37px 58px;
    position: relative
}

#test-slider .test-card:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/dots-vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 123px;
    height: 121px;
    right: 13px;
    top: 15px
}

#test-slider .test-card p {
    color: rgba(1, 30, 65, .5);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .24px;
    margin-bottom: 30px;
    margin-top: 34px
}

#test-slider .test-card h3 {
    color: rgba(3, 32, 46, .8);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-top: 18px
}

#test-slider .testi-img {
    position: relative
}

#test-slider .quote-icon {
    position: absolute;
    left: 55px;
    width: 30px !important;
    top: 45px
}

#test-slider .test-card span {
    color: rgba(86, 88, 114, .7);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: capitalize
}

#test-slider .test-card img.user-icon {
    width: 76px !important
}

#test-slider .test-card img.stars {
    width: 105px !important
}

#insights-section {
    padding: 92px 0
}

.insights-heading {
    text-align: center;
    margin-bottom: 52px
}

.insights-heading h2 {
    color: #011e41;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px
}

.insights-heading h2 span.design {
    position: relative;
    z-index: 1
}

.insights-heading h2 span.design:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: url(https://bizfoc.com/assets/images/design.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 246px;
    height: 33px;
    bottom: 0;
    left: 0
}

.insights-heading p {
    color: #011e41;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .27px
}

.insight-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    padding: 15px;
    margin: 3px
}

.insight-card .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px
}

.insight-card .time p {
    color: rgba(1, 30, 65, .5);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px
}

.insight-card .time p.insight-service {
    border-radius: 5px;
    background: rgba(26, 55, 128, .1);
    display: inline-flex;
    padding: 4px 13px;
    justify-content: center;
    align-items: center;
    color: #1a3780;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .21px
}

.insight-card h3 {
    color: #011e41;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .27px
}

.insight-card p {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .24px
}

.insight-card .more {
    display: flex
}

.insight-card .more h6 {
    color: #011e41;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0
}

.insight-card .more p {
    color: rgba(1, 30, 65, .5);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0
}

.insight-card a {
    color: var(--secondary);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    display: flex;
    text-decoration-line: underline;
    align-items: center
}

.insight-card img.right-icon {
    width: 16px !important
}

#insights .owl-carousel .owl-nav.disabled {
    display: block
}

#insights button.owl-prev {
    position: absolute;
    top: -90px;
    right: 70px;
    background: url(https://bizfoc.com/assets/images/carousel-left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px
}

#insights button.owl-next {
    position: absolute;
    top: -90px;
    right: 15px;
    background: url(https://bizfoc.com/assets/images/carousel-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px
}

#insights button span {
    display: none
}

#news-section {
    margin-bottom: 97px
}

#news-section h2 {
    color: #011e41;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    margin-bottom: 50px
}

#news-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center
}

#news-carousel .news-carousel-img img {
    width: 90px !important
}

.news-carousel-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.footertop {
    background: var(--secondary);
    border-bottom: 1px solid rgba(217, 217, 217, .3)
}

.footer-top-part {
    padding: 15px 0
}

.info {
    text-align: end
}

.icons {
    margin-left: 78px;
    position: relative
}

/*.icons:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 34px;
    background: #4c6197;
    left: -37px;
    top: 0
}*/

.info span {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .4px
}

.footermiddle {
    background: var(--secondary);
    backdrop-filter: blur(2px);
    padding: 15px 0
}

.phone-number-part {
    display: flex;
    align-items: center;
    justify-content: end
}

.a-links a {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .4px;
    text-decoration: none;
    display: block
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.copyright p {
    color: #fafafa;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0
}

.copyright span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: .4px
}

.calltoaction {
    display: none
}

.calltoaction {
    visibility: hidden;
    position: absolute
}

@media screen and (max-width:992px) {
    .calltoaction {
        display: block;
        text-align: center;
        -webkit-box-shadow: -2px 5px 15px -6px rgb(0 0 0/75%);
        -moz-box-shadow: -2px 5px 15px -6px rgba(0, 0, 0, .75);
        box-shadow: -2px 5px 15px -6px rgb(0 0 0/75%);
        padding: 25px 0;
        width: 100%;
        position: fixed !important;
        visibility: visible !important;
        z-index: 999999;
        background: #fff;
        top: 0
    }

    .calltoaction a:nth-child(1) {
        padding: 10px;
        background: #0c6;
        color: #fff;
        text-decoration: none
    }

    .calltoaction a {
        margin: 15px;
        border-radius: 5px
    }

    .calltoaction a:nth-child(2) {
        padding: 10px;
        background: #1478f1;
        color: #fff;
        text-decoration: none
    }

    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    ul.navbar-nav {
        display: block !important;
        text-align: center
    }

    .navbar ul li.border-right:after {
        display: none
    }

    li.nav-item {
        display: inline-block;
        margin-right: 7px
    }

    #banner-section {
        background: #2e394f !important;
        padding-bottom: 40px;
        margin-top: 58px
    }

    .left-side .btn.business {
        margin-top: 10px;
        margin-bottom: 30px
    }

    .left-side {
        margin-right: 0
    }

    .left-side h6 {
        font-size: 13px
    }

    .left-side h6 img {
        width: 22px !important
    }

    .left-side h1 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 40px;
        font-weight: 900
    }

    .review-part:after {
        position: absolute;
        content: "";
        display: none
    }

    .content-right-side h2 {
        font-size: 19px;
        font-weight: 800
    }

    .ca-heading h3 {
        font-size: 20px;
        font-weight: 800
    }

    .left-side p {
        font-size: 15px;
        margin-bottom: 10px
    }

    .left-side ul li {
        margin-bottom: 5px;
        font-size: 14px
    }

    .left-side ul {
        margin-bottom: 20px
    }

    .review-part {
        margin-bottom: 20px
    }

    .review-ca {
        width: 100%
    }

    .form-part {
        margin-top: 30px
    }

    .bottom-part span.text-green {
        font-size: 14px
    }

    .bottom-part span {
        font-size: 14px
    }

    .ca-exp span {
        font-size: 14px
    }

    .content-left-side {
        margin-bottom: 30px
    }

    #digital-section {
        background: var(--secondary);
        padding: 56px 0;
        margin-top: 50px
    }

    .digital-img {
        text-align: center;
        margin-bottom: 25px
    }

    .digital-content h3 {
        margin-top: 20px;
        font-size: 28px;
        margin-bottom: 25px
    }

    .digital-content ul li {
        font-size: 17px;
        margin-bottom: 18px
    }

    .digital-content .btn.get-started {
        width: 100%;
        height: 55px;
        margin-top: 10px
    }

    #subscribe-section {
        background: #1478f1;
        padding: 45px 0
    }

    .subscribe-heading {
        margin-bottom: 20px
    }

    .subscribe-heading h2 {
        font-size: 24px
    }

    .subscribe-input {
        margin-bottom: 20px
    }

    .subscribe-btn .btn.subscribe {
        width: 100%
    }

    .footer-top-part {
        padding: 30px 0
    }

    .footer-top {
        margin-bottom: 10px
    }

    .icons {
        margin-bottom: 10px;
        text-align: left;
        margin-left: 10px
    }

    .info {
        text-align: left;
        margin-left: 10px
    }

    .subscribed-card {
        position: relative;
        padding: 25px;
        z-index: 999
    }

    .subscribed-card h4 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .subscribed-card {
        position: relative;
        padding: 25px;
        z-index: 999;
        margin-top: 25px
    }

    .copyright {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-top: 40px;
        flex-wrap: wrap;
        padding-top: 15px
    }

    #news-section {
        display: none
    }

    .copyright p {
        font-size: 15px;
        text-align: center;
        margin-bottom: 15px
    }

    .subscribed-card:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%
    }

    #owlone button.owl-prev {
        display: none
    }

    #owlone button.owl-next {
        display: none
    }

    .ca-card .btn.started {
        width: 305px
    }

    .ca-card {
        margin-bottom: 0 !important
    }

    .content-right-side {
        margin-left: 0
    }

    .left-side h1:after {
        display: none
    }

    .growth-card {
        margin-bottom: 30px
    }

    .faq-part button.accordion-button.collapsed {
        height: 100%
    }

    .faq-part .accordion-button:not(.collapsed) {
        height: 100%
    }

    .about-us-content h3 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .about-us-content h3 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -10px
    }

    .steps-register-heading h2 {
        font-size: 35px
    }

    .steps-register-heading h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -10px
    }

    .days {
        margin-bottom: 30px;
        display: none
    }

    .steps-card.bl {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .steps-card.br {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .steps-card2.bl {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .steps-card2.br {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .start h3 {
        font-size: 30px;
        text-align: center
    }

    .start {
        margin-top: 30px;
        text-align: center !important
    }

    .register-steps-heading h2 {
        font-size: 35px
    }

    #register-step {
        margin: 40px 0 96px
    }

    .register-steps-heading {
        margin-bottom: 30px
    }

    .register-steps-heading h2 span.design:after {
        width: 100%;
        bottom: -8px;
        background-size: 100%
    }

    #v-pills-tabContent {
        margin-left: 0;
        margin-right: 0
    }

    #v-pills-tabContent .tab-pane h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    #corporate .container {
        padding-left: 15px;
        padding-right: 15px
    }

    #corporate:before {
        display: none
    }

    #corporate:after {
        display: none
    }

    .corporate-heading h2 {
        font-size: 27px;
        line-height: 42px
    }

    .corporate-heading h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -15px
    }

    .corporate-inner-left {
        display: flex;
        margin-bottom: 50px;
        justify-content: space-between;
        margin-right: 0;
        flex-wrap: wrap-reverse
    }

    .corporate-inner-left .w-80 {
        width: 100%
    }

    .corporate-inner-left p {
        text-align: left
    }

    .corporate-inner-left h3 {
        text-align: left;
        font-size: 18px;
        margin-top: 15px
    }

    .corporate-inner-right {
        display: flex;
        margin-bottom: 50px;
        justify-content: space-between;
        margin-left: 0;
        flex-wrap: wrap
    }

    .corporate-inner-right .w-80 {
        width: 100%
    }

    .corporate-inner-right h3 {
        margin-top: 15px
    }

    #reasons {
        padding: 50px 0
    }

    .reasons-left h2 {
        font-size: 35px;
        margin-bottom: 24px
    }

    .reasons-left h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -8px
    }

    .reasons-left .btn.business {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .reasons-right {
        display: flex;
        margin-bottom: 25px;
        margin-left: 0
    }

    .reasons-right .w-55 {
        width: 75%;
        margin-left: 25px
    }

    #ideal {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .ideal-heading h2 {
        font-size: 35px
    }

    .ideal-heading h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -8px
    }

    .ideal-heading {
        margin-bottom: 30px
    }

    .easy-steps-heading h2 {
        font-size: 33px
    }

    .easy-steps-heading h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -10px
    }

    .easy-steps-heading {
        margin-bottom: 30px
    }

    .choose-left h2 {
        font-size: 35px
    }

    .choose-left h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -7px
    }

    .choose-left-card {
        display: flex;
        margin-bottom: 28px;
        flex-wrap: wrap
    }

    .choose-left-card h3 {
        margin-top: 18px
    }

    .choose-left .btn.business {
        margin-bottom: 30px
    }

    .ml-100 {
        margin-left: calc(-0.5 * var(--bs-gutter-x))
    }

    .choose-right.mt-40 {
        margin-top: 0
    }

    .choose-right {
        margin-bottom: 30px
    }

    .dream-outer {
        background: var(--secondary);
        color: var(--secondary);
        border-radius: 10px;
        padding: 0 30px;
        height: auto;
        margin-bottom: 40px
    }

    .dream-inner {
        margin-top: 30px;
        margin-bottom: 35px
    }

    .dream-inner h2 {
        color: #fff;
        font-family: Inter;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: .69px
    }

    .dream-inner .btn.business {
        margin-bottom: 20px
    }

    .dream-inner p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .service-section-heading h2 {
        font-size: 30px;
        line-height: 40px
    }

    .service-section-heading h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -10px
    }

    #service-section {
        margin-bottom: 0
    }

    .testi-left h2 {
        font-size: 35px
    }

    .testi-left h2:after {
        background-size: auto;
        width: 100%
    }

    #service-section .container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .testi-left p {
        font-size: 16px;
        margin-bottom: 40px
    }

    .testi-left .btn.business {
        font-size: 16px;
        margin-bottom: 30px
    }

    #test-slider {
        margin-left: 0
    }

    #insights-section {
        padding: 45px 0
    }

    .insights-heading {
        margin-bottom: 70px
    }

    .insights-heading h2 {
        font-size: 35px
    }

    .insights-heading h2 span.design:after {
        background-size: 100%;
        width: 100%;
        bottom: -7px
    }

    .insights-heading p {
        font-size: 16px
    }

    #insights button.owl-prev {
        top: -52px
    }

    #insights button.owl-next {
        top: -52px
    }

    #insights .owl-dots {
        display: none
    }

    .footer-top {
        text-align: center
    }

    .icons:after {
        display: none
    }

    .phone-number-part {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }

    .copyright {
        margin-top: 0;
        padding-top: 10px;
        justify-content: center
    }

    .icons {
        margin-left: 0;
        margin-top: 30px
    }

    .copyright span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px
    }

    #choose {
        margin-bottom: 25px
    }

    #v-pills-tab:after {
        display: none
    }

    .types-card .nav-pills .nav-link.active:after {
        display: none
    }

    .ideal-card {
        transform: none;
        padding: 20px
    }

    .ideal-img {
        transform: none
    }

    .ideal-card h3 {
        transform: none
    }

    .newsCaption {
        left: 25px;
        width: 85%
    }

    .footermiddle {
        background: var(--secondary);
        backdrop-filter: none;
        padding: 15px 0
    }

    a.navbar-brand img {
        width: 200px !important
    }

    .footer-top img {
        width: 200px
    }

    button.navbar-toggler {
        display: none
    }

    .hide-on-desktop {
        display: block !important
    }

    .gx-5 {
        --bs-gutter-x: 0px
    }
}

.hide-on-desktop {
    display: none
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .top-line:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        left: 0
    }

    .bottom-line:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        left: 0
    }

    #digital-section {
        background: url(https://bizfoc.com/assets/images/digital-banner.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 56px 0;
        margin-top: 60px
    }
}

@media only screen and (device-width:1180px) and (device-height:820px) and (orientation:landscape) {
    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .top-line:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        left: 0
    }

    .bottom-line:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        left: 0
    }

    #digital-section {
        background: url(https://bizfoc.com/assets/images/digital-banner.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 56px 0;
        margin-top: 60px
    }
}

.contactfrom.right-form {
    width: 0 !important;
    padding: 25px;
    float: right;
    height: 0;
    background: #034d82;
    box-shadow: 0 8px 30px rgb(93 95 239/14%);
    border-radius: 20px;
    display: contents
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 100px;
    right: 60px;
    background-color: var(--secondary);
    overflow-x: hidden;
    transition: .5s;
    padding-top: 10px;
    border-radius: 10px;
    z-index: 9999
}

.sidepanel a:hover {
    color: #fff
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 28px
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #ff7f05;
    color: #fff;
    padding: 10px 15px;
    border: none;
    position: fixed;
    top: 300px;
    box-shadow: 0 3px 11px #c5c2c2;
    right: -45px;
    transform: rotate(90deg);
    z-index: 9;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

input.submit-btn {
    background: #f60;
    border-radius: 6px;
    border: none;
    font-family: inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .5px;
    width: 100%;
    margin-top: 25px;
    height: 50px;
    color: #fff
}

.right-form .form-control-sm {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    padding: 7px 20px;
    font-size: 14px !important;
    color: #333 !important
}

.form-control-sm::placeholder {
    font-family: inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .2px;
    color: #000 !important
}

.form-part p {
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0
}

@media screen and (max-width:992px) {
    .top-right-form {
        margin-top: 15px !important;
        width: 100% !important
    }

    .top-right-form h2 {
        color: #13307c !important;
        font-weight: 800 !important;
        letter-spacing: .1px !important;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 32px
    }

    .about-us-content .about-card {
        width: 100%;
        padding: 19px 25px 16px
    }

    .about-us-content .about-card p {
        font-size: 15px
    }

    #income-about-section:after {
        z-index: -1
    }

    .country-heading h2 {
        font-size: 25px
    }

    .br-right:after {
        display: none
    }

    .country-part {
        margin-bottom: 30px;
        align-items: center
    }

    #country-section {
        position: relative;
        padding: 45px 0 40px;
        z-index: 999;
        margin-bottom: 40px
    }

    .country-part h3 {
        font-size: 30px;
        margin-bottom: 0
    }

    .country-part p {
        font-size: 18px
    }
}

.navbar-collapse ul li a.whatsapp-back {
    border-radius: 40px;
    border: 1px solid rgba(165, 166, 246, .2);
    background: rgba(20, 120, 241, .05);
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#pricing-section {
    padding-top: 90px;
    padding-bottom: 0
}

.pricing-pannel {
    border-radius: 8px;
    position: relative
}

.price {
    text-align: center;
    padding: 12px 20px;
    background: #c8d7ff;
    height: 131px;
    position: relative;
    border-radius: 0 5px 0 0;
    background: #c8d7ff
}

.price:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/down-angle-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 21px;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0%) !important
}

.pricing-pannel-top {
    display: flex;
    position: sticky;
    align-items: end;
    top: 81px;
    z-index: 9
}

.choose-plan {
    width: 40%;
    background: #c8d7ff;
    height: 131px;
    padding-left: 38px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px 0 0 0
}

.price-plan {
    padding: 0 !important;
    width: 20%
}

.price-plan-active {
    background: #1b3881 !important;
    text-align: center;
    position: relative;
    border: none;
    height: 131px;
    width: 20%
}

.price-plan-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .12)
}

.price-plan-active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12)
}

.price p {
    color: #011e41;
    text-align: center;
    font-family: Inter;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .495px;
    margin-bottom: 0
}

.price h3 {
    color: #011e41;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    margin-bottom: 0
}

.top-features .value {
    border-radius: 3px;
    border: 1px solid #ee6400;
    background: rgba(238, 100, 0, .15);
    width: 117px;
    height: 28px;
    color: #ee6400;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.price-active {
    position: relative;
    z-index: 1
}

.price-active:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/down-angle-active-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 21px;
    bottom: -55%;
    left: 50%;
    transform: translate(-50%, 0%) !important;
    z-index: -1
}

.price-active:before {
    position: absolute;
    content: "";
    border-radius: 5px 5px 0 0;
    background: #1b3881;
    width: 100%;
    height: 30px;
    top: -30%;
    left: 0
}

.price-active p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .495px;
    margin-bottom: 0
}

.price-active h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px;
    margin-bottom: 0;
    position: relative
}

.price-active h3:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/crown_1.png.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: -28px;
    right: 40px
}

.choose-plan:before {
    position: absolute;
    content: "";
    box-shadow: -5px 0 5px rgba(0, 0, 0, .12);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.choose-plan:after {
    position: absolute;
    content: "";
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9
}

.choose h2 {
    color: #011e41;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: .69px
}

.top-features.first {
    background: #e7eeef;
    height: 71px;
    display: flex;
    align-items: center;
    width: 40%;
    position: relative
}

.top-features.first:after {
    position: absolute;
    content: "";
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

.top-features {
    width: 20%;
    background: #e7eeef;
    height: 71px;
    display: flex;
    align-items: center
}

.top {
    color: #212121;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .066px;
    padding-left: 7px
}

#pricing-section .top-features-active {
    background: #e7eeef;
    position: relative;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 71px;
    width: 20%
}

#pricing-section .top-features-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .12)
}

#pricing-section .top-features-active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12)
}

.top-features.first {
    color: #565656;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 32px
}

.tbl-content {
    display: flex;
    align-items: center
}

.top-features-active .recommended {
    border-radius: 3px;
    border: 1px solid #eb3900;
    background: rgba(235, 57, 0, .15);
    width: 149px;
    height: 28px;
    color: #eb3900;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .21px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pricing-pannel-bottom {
    position: relative
}

.pricing-pannel-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .12)
}

.pricing-pannel-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12)
}

.tb-card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(15, 45, 122, .15);
    height: 71px
}

.tb-card .first {
    color: #011e41;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: .24px;
    width: 40%;
    height: 71px;
    display: flex;
    align-items: center;
    padding-left: 38px;
    position: relative;
    background: #fff
}

.tb-card .first:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12)
}

.tb-card .icons-div {
    width: 20%;
    display: flex;
    align-items: center;
    height: 71px;
    justify-content: center
}

.icons-div.active {
    position: relative;
    background: #fff
}

.icons-div.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .12)
}

.icons-div.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .12)
}

.tfooter {
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.tfooter .plan1 {
    border-radius: 0 0 0 5px;
    background: #c8d7ff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .33) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20%;
    height: 71px
}

.tfooter .plan1:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/angle-down-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 21px;
    left: 50%;
    top: -5px;
    transform: translate(-50%, 0%)
}

.tfooter .plan2 {
    border-radius: 0 0 5px 0;
    background: #c8d7ff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .33) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20%;
    height: 71px
}

.tfooter .plan2:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/angle-down-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 21px;
    left: 50%;
    top: -5px;
    transform: translate(-50%, 0%)
}

.tfooter .plan1 .btn {
    color: #011e41;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: .36px;
    margin-bottom: 0
}

.tfooter .plan2 .btn {
    color: #011e41;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: .36px;
    margin-bottom: 0
}

.tfooter .active-plan {
    background: var(--secondary);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .33) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20%;
    height: 71px
}

.tfooter .active-plan:after {
    position: absolute;
    content: "";
    background: url(https://bizfoc.com/assets/images/angle-down-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 21px;
    left: 50%;
    top: -5px;
    transform: translate(-50%, 0%)
}

.tfooter .active-plan .btn {
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: .36px;
    margin-bottom: 0
}

@media screen and (max-width:992px) {
    .price p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 10px;
        margin-top: 30px
    }

    .price h3 {
        font-size: 13px;
        margin-bottom: 0
    }

    .price-active p {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 22px
    }

    .price-active h3 {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 10px
    }

    .price-active:after {
        bottom: -112%
    }

    .price-active:before {
        height: 20px;
        top: -71%
    }

    .choose h2 {
        font-size: 18px;
        line-height: 24px
    }

    .top {
        font-size: 14px;
        padding-left: 24px;
        line-height: 20px
    }

    .choose-plan {
        padding-left: 20px
    }

    .top-features.first {
        font-size: 14px;
        padding-left: 0
    }

    .tb-card .first {
        font-size: 14px;
        line-height: 17px;
        padding-left: 24px
    }

    .price-active h3:after {
        position: absolute;
        content: "";
        background: url(https://bizfoc.com/assets/images/crown_1.png.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        top: -54px;
        right: 2px
    }

    .pricing-pannel-top {
        top: 69px
    }

    .tfooter .plan1 .btn {
        font-size: 13px;
        line-height: 18px;
        padding: 0
    }

    .tfooter .active-plan .btn {
        font-size: 13px;
        padding: 0;
        line-height: 18px
    }

    .tfooter .plan2 .btn {
        font-size: 13px;
        line-height: 18px;
        padding: 0
    }

    .price {
        padding: 12px 10px
    }

    .top-features-active .recommended {
        display: none !important
    }

    .top-features .value {
        display: none !important
    }
}

#top-form {
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 10px silver
}

.top-from-hide {
    display: none
}

.top-form-show {
    display: block
}

#top-form .form-control {
    border-radius: 5px;
    border: 1px solid var(--secondary);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    height: 43px;
    width: 260px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .4px;
    padding-left: 38px;
    position: relative
}

.icon-sm {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 15px
}

.message-icon-sm {
    position: absolute;
    left: 12px;
    top: 16px;
    width: 15px
}

#top-form .form-control::placeholder {
    color: #8b8b8b;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .4px
}

#top-form .get-started {
    padding: 8px 35px;
    border-radius: 5px;
    background: var(--bar);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .4px;
    text-transform: uppercase
}

#top-form .get-started:hover {
    background: #1478f1
}

.top-right-form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
    padding: 30px 25px 35px ;
    width: 370px;
/*    margin-left: -50px;*/
    margin-top: 70px
}

.top-right-form h2 {
    color: #03202e;
    font-family: inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .36px;
    text-align: center;
    margin-bottom: 32px
}

.top-right-form .form-control {
    border-radius: 5px;
    border: 1px solid var(--secondary);
    background: #fff;
    min-height: 40px;
    margin-bottom: 12px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: .21px
}

.top-right-form .form-control::placeholder {
    color: #303030;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: .21px
}

.btn.started {
    padding: 10px 34px;
    width: 100%;
    border-radius: 8px;
    background: var(--bar);
    color: #fff;
    font-family: inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.25px;
    margin-bottom: 15px
}

.top-right-form .btn.started:hover {
    background: #1478f1
}

.top-right-form p {
    color: #303030;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .21px;
    margin-bottom: 0
}

.top-right-form p a {
    color: #197aec;
    text-decoration: none
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 112, 244, .4)
    }

    100% {
        box-shadow: 0 0 5px 15px transparent
    }
}

.pulse {
    animation: shadow-pulse 1.2s infinite
}

@media screen and (max-width:992px) {
    .top-from-button {
        padding: 12px 0;
        position: fixed;
        top: 56px;
        background: #fff;
        z-index: 999;
        width: 100%;
        box-shadow: 0 0 10px silver
    }

    .right-form {
        width: 100%;
        margin-top: 20px
    }

    .review-card {
        width: 100%;
        backdrop-filter: initial
    }

    .review-part h4 {
        font-size: 15px;
        margin-left: 90px
    }

    .review-part h4 img {
        width: 80px
    }

    #top-form .d-flex {
        display: block !important
    }

    #top-form .get-started {
        width: 100%
    }

    .hide-on-moblile {
        display: none
    }

    .br-bottom:after {
        display: none
    }

    .review-card h5 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .bottom-enqiury-btn {
        display: flex !important;
        align-items: center;
        position: fixed;
        bottom: -1px;
        z-index: 9999;
        width: 100%
    }

    .bottom-enqiury-btn .btn.new-started {
        background: #1d59f2;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 45px;
        letter-spacing: .4px;
        text-transform: uppercase;
        width: 50%;
        height: 60px;
        border-radius: 0;
        border: none
    }

    .bottom-enqiury-btn .btn.new-whatsapp {
        background: var(--bar);
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 45px;
        letter-spacing: .4px;
        text-transform: uppercase;
        width: 50%;
        height: 60px;
        border-radius: 0;
        border: none
    }
}

#offcanvasBottom {
    margin: 15px;
    height: auto;
    bottom: 50px;
    border-radius: 11px
}

.banner-form {
    background: #fff;
    box-shadow: 0 8px 30px rgb(93 95 239/14%) !important;
    border-radius: 10px;
    padding: 1rem
}

.banner-form h3 {
    font-family: inter;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -.03em;
    color: #231f20
}

.banner-form .form-control-sm {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 55px;
    padding-left: 10px
}

.banner-form input::placeholder {
    font-family: inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    color: #333
}

.bottom-part {
    margin-top: 1rem
}

.bottom-part .btn.get-started {
    background: #27ae60;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    font-family: inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .5px;
    color: #fff
}

.bottom-part p {
    font-family: inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .2px;
    color: #231f20;
    margin-top: 1rem;
    margin-bottom: 0
}

@media screen and (max-width:992px) {
    .banner-form input.form-control {
        height: 50px
    }
}

.chat-pop-up-window {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999
}

.chat-pop-up-window button {
    border: none;
    background: 0 0;
    border-radius: 50%;
    outline: none;
    width: 45px;
    height: 45px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
    padding: 0
}

.chat-pop-up-window button img {
    width: 100%
}

.chat-pop-up-windowP {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 99999
}

.chat-pop-up-windowP button {
    border: none;
    background: 0 0;
    background-color: #de5106;
    border-radius: 50%;
    outline: none;
    width: 45px;
    height: 45px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .3);
    padding: 0
}

.chat-pop-up-windowP button img {
    width: 100%;
}

/* Hover effect to make the button more interactive */
.call_contact_iconP:hover {
    background-color: #005f6b; /* Darker background on hover */
}


#tars-widget-fab {
    width: 50px !important;
    height: 50px !important;
    right: calc(15px + 0px) !important;
    bottom: calc(0px + 0px) !important
}

#tars-widget-fab .convbot-button {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important
}

.strip-title {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}
.strip-title:hover {
  color: var(--white);
}
.strip-title > i {
  color: var(--primary);
  margin-right: 5px;
}
.about-card-new .steps-card p{
        font-size: 14px;
    text-align: center;
}
.about-card-new .steps-card {
    padding: 15px;
    text-align: center;
}
.about-card-new {
    margin-bottom: 25px;
}


.clint-logo {
    border: 2px solid #a29f9d;
    margin-bottom: 20px;
    text-align: center;
}

#table-of-contents{
align-items: center;
}
.left-side .d-flex.align-items-center.mb-2 {
    gap: 10px;
}

.client-sect {
    margin: 45px 0;
}
.our-service-sect {
    background: #efefef;
}
.footer-top-part .row{
    align-items: center;
}
span.support {
    padding: 10px;
}
h2, h4, h3,.h5, h5, a, li strong,li span, p, .card-body p, .card-body li{
    font-family: inter;
}
.accordion-button:focus {
    border-color: snow;
    box-shadow: none;
}
.top-banner img{
    width: 100%;
}
.top-banner {
    position: relative;
}
.top-banner-btn {
    position: absolute;
    bottom: 17%;
    left: 3%;
    background: #de5106 !important;
}
.text-align-justify{
    text-align: justify;
}
.text-align-center{
    text-align: center;
}
.other-services-sect .card-body h5 {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .27px;
}
.other-services-sect img {
    width: 100px;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
}
section.other-services-sect {
    background: #efefef;
}
.card-body {
    min-height: 120px;
}
.footertop.top-footer-sec {
    border-bottom: 1px solid #efefef;
}
ol, ul {
    padding-left: 0 !important;
}
li {
    list-style: none;

}
.footer-main li{
        margin-bottom: 10px;
}
.top-banner-mob button.btn.applynow.top-banner-btn {
    left: 28%;
    bottom: 15%;
}
.footer-top p.text-light {
    margin-bottom: 0;
}
.footer-main h3 {
    margin-bottom: 25px;
}
.footer-main ul {
    margin-bottom: 0;
}
.footer-main li:last-child {
    margin-bottom: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
        background-color: #de5106;
}
#carouselExampleControls .carousel-inner{
    width: 82%;
    margin: 0 auto;
}
.easy-img{
    display: none;
}
.our-service-sect .easy-steps-heading {
    padding-bottom: 20px !important;
}
.our-service-sect .easy-steps-heading h2 {
    padding-bottom: 20px !important;
}
.client-sect h2, .reviews-sect h2 {
    padding-bottom: 20px;
}
.mobile-btn{
    display: none;
}
.about-us-content h2 {
    margin-bottom: 20px;
}
.ti-review-header {
    position: relative;
}
.ti-review-header .ti-profile-img img {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 17px;
    }
.ti-review-header .ti-platform-icon{
    position: absolute;
    top: 35%;
    background: #fff;
    width: 26px !important;
    height: 26px !important;
}
.ti-date {
    font-size: 12px;
    margin-bottom: 10px;
}
.ti-rating-text .nowrap {
    white-space: nowrap;
    display: inline-block;
    margin: 0 2px;
}
.ti-rating-text{
padding-top: 10px;
    font-family: 'Inter';
}
.ti-rating-text strong{
    font-family: 'Inter';
}

/* responsive css*/

@media screen and (max-width:767px) {
    .about-us-content h2 {
    margin-bottom: 20px;
}
        .about-card-new .row div.col-xs-12 {
        width: 47%;
        padding: 0;
    }
    .about-card-new .row {
        gap: 15px;
        flex-wrap: wrap;
        margin: 0;
    }

    .about-us-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .about-us-img{
        display: none;
    }
    .client-sect .row div.col-xs-6 {
        width: 47%;
        padding: 0;
    }
    .client-sect .row {
        gap: 15px;
        flex-wrap: wrap;
        margin: 0px;
    }
    .clint-logo{
        margin-bottom: 0;
    }
    .icons{
        margin: 0;
    }
        .footer-top-part {
        padding: 0;
    }
    .footer-bot-order {
        order: 2;
        padding-top: 10px;
        font-size: 12px;
        justify-content: center;
    }
   .footer-main .col-lg-5 {
        margin-bottom: 20px;
    }
    .footer-main .col-lg-6 {
        margin-bottom: 10px;
    }
   .reviews-sect .m-5 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .our-service-sect .p-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mobile-btn {
        display: block;
    }
    .desktop-btn{
        display: none;
    }
    button.btn.business {
        margin-top: 0;
    }
    .reasons-left {
        margin-bottom: 30px;
    }
    a.navbar-brand img {
        width: 150px !important;
    }
    .chat-pop-up-window{
        right: 15px;
        bottom: 15px;
    }
    .chat-pop-up-windowP{
        left: 15px;
        bottom: 15px;
    }
    .other-services-sect .row {
        gap: 15px;
        flex-wrap: wrap;
        margin: 0px;
    }
    .other-services-sect .row .col-md-4 {
        width: 47%;
        padding: 0;
    }
    .other-services-sect img {
        width: 80px !important;
    }
    .other-services-sect .card-body h5 {
        font-family: Inter;
        font-size: 16px;
        line-height: 20px;
    }
    .other-services-sect .card {
        min-height: 300px;
        margin-bottom: 0 !important;
    }

}