@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MYRIADPRO-REGULAR.ttf");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    src: url('../fonts/Myriad-Pro-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/Proxima-Nova-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/Proxima-Nova-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
}

:root {
    --primaryColor: #ff3938;
    --secondryColor: #12286f;
    --textColor: #4e5468;
    --proximaRegular: 'ProximaNova-Regular';
    --proximaBold: 'Proxima Nova Bold';
    --proximaSemiBold: 'Proxima Nova Semibold';
    --myriadRegular: 'Myriad Pro';
    --myriadSemiBold: 'Myriad Pro Semibold';
    --textSecondry: #12286f;
}

body,
html {
    overflow-x: hidden;
}

body {
    display: contents;
    font-family: var(--proximaRegular);
    font-size: 20px;
    line-height: 1.6;
    color: var(--textColor);
}


/** new header **/

.Bsingle-right ul {
    padding-left: 20px !important;
}

.topBar li {
    display: inline-block;
    position: relative;
}

.topBar span.callIcon {
    padding-right: 10px;
}

.tbFlag img {
    height: 30px;
    width: 30px;
}

.topBar li+li {
    padding-left: 40px;
}

.topBar li+li:before {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    background: #0f2e5a;
    width: 2px;
    content: '';
}

.topBar ul {
    text-align: right;
}

.topBar {
    background: #111835;
    padding: 5px 0;
    transition: all 400ms ease-in-out;
    position: relative;
    z-index: 9999;
}

.swiper-slide .bgImg img {
    opacity: 1;
}

.our_services .col-sm-6 {
    position: relative;
}

li.tbContent a {
    color: #fff;
    font-size: 16px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #fd4f4e !important;
}

header.global-header .headerSectionCol {
    /*background: rgba(3, 20, 62, 0.85);*/
    padding: 10px 0;
    transition: all 400ms ease-in-out;
}

.whatsappIcon {
    padding-left: 15px;
}

header.global-header.hbt.sticky .topBar {
    transition: all 400ms ease-in-out;
}

header.global-header.hbt,
header.global-header {
    padding: 0;
    background: transparent;
}

header.global-header.hbt.sticky .headerSectionCol,
header.global-header.sticky .headerSectionCol {
    padding: 10px 0;
}

.hb-body .global-header {
    padding: 0;
}

.hb-body .hb-space {
    background-color: transparent!important;
}

.whatsappIcon img {
    width: 35px;
    animation-name: scaleup;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: all 400ms ease-in-out;
    animation-timing-function: ease-in-out;
}

@keyframes scaleup {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

.tbContent .callIcon img {
    height: 20px;
    width: 20px;
    animation-name: callanimation;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: all 400ms ease-in-out;
    animation-timing-function: ease-in-out;
}

@keyframes callanimation {
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(3px);
    }
}

.footer .foot-about-badge .mr-3.mb-3 {
    width: 190px;
}

.clutch-widget {
    background: #fafafa;
}

.clutch-widget iframe {
    margin: 0 auto;
    max-width: 1330px;
}


/** new headder **/

header.global-header li.nav-item.mid-width ul.dropdown-menu {
    max-width: 450px !important;
    margin: 0px auto!important;
    left: inherit;
    right: -35%;
    pointer-events: initial!important;
    width: 450px;
}

li.nav-item.mid-width .col-lg-6 {
    margin: 0;
}

.navCol ul {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

.navCol li {
    display: inline-block;
}

.navCol li+li {
    padding-left: 30px;
}

.navCol {
    text-align: right;
    padding-right: 40px;
}

.navCol li a {
    color: #fff;
    font-family: var(--myriadRegular);
    text-decoration: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    position: relative;
    font-size: 18px;
}

.navCol li a:hover {
    color: var(--primaryColor);
}

.btnStyle.btn {
    font-family: var(--proximaRegular);
    font-size: 18px;
    line-height: 1;
    padding: 14px 35px;
    border: none;
    border-radius: 50px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.secondryBtn.btn {
    background-color: #172446;
    color: #fff;
}

.secondryBtn.btn:hover {
    background: #192b58;
    color: #fff;
}

.primaryBtn.btn {
    background-color: #fd4f4e;
    color: #fff;
}

.primaryBtn.btn:hover {
    background-color: #f32e2d;
    color: #fff;
}

.headerSection {
    background-color: #1b2a51;
    padding: 30px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    z-index: 99;
}

.headerSection.addHeader {
    padding: 20px 0;
}

.bannerSection {
    background-image: url('../images/banner-image2.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 100px;
    min-height: 800px;
    margin-top: 120px;
}

ul.dropdown-menu a.dropdown-item {
    color: #083572;
}

ul.dropdown-menu li {
    padding-left: 0;
    display: block;
}

ul.dropdown-menu.show {
    background: #fff;
    padding: 20px 0!important;
    margin-top: 10px!important;
    border-radius: 5px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::before {
    position: absolute;
    content: '';
    background-image: url('../images/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 5px;
    width: 12px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.lgTitle {
    font-size: 40px;
    line-height: 1.25;
    color: var(--secondryColor);
    letter-spacing: -0.4px;
}

h1,
h2 {
    margin-bottom: 30px;
}

.f_bold {
    font-family: var(--proximaBold);
}

.f_semiBold {
    font-family: var(--proximaSemiBold);
}

.myriad_semibold {
    font-family: var(--myriadSemiBold);
}


/*** banner css start ***/

.bannerDownArrow {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bannerContent p {
    font-size: 22px;
    line-height: 1.6;
    padding: 0px 160px 30px;
}

.modal-body .form-control.is-invalid,
.modal-body .was-validated .form-control:invalid,
.form-control.is-valid,
.modal-body .was-validated .form-control:valid {
    background-image: none;
}

.modal-body .form-control.is-invalid,
.modal-body .was-validated .form-control:invalid {
    background-color: #e5505f;
    border: 1px solid #ed0000;
}

.was-validated textarea:required::placeholder,
.was-validated input:required::placeholder {
    color: #fff;
}

.formCol input:not([type="submit"]):focus,
.formCol textarea:focus {
    border-color: #ed0000!important;
}

.formCol input[type=email]:focus {
    background: #fff!important;
}

.modal .modal-footer,
.modal .modal-header {
    border: none;
}

.modal .modal-content {
    background: #fd4f4e;
    padding: 10px 30px;
}

.modal .modal-dialog {
    max-width: 550px;
}

.modal .modal-title {
    color: #fff;
    font-size: 30px;
    font-family: var(--proximaBold);
}

.modal-header .close span {
    filter: invert(1) brightness(4);
    font-size: 36px;
}

.emailCol .btnStyle {
    border-radius: 100px;
    min-height: 55px;
    font-size: 20px;
    width: 200px;
    padding: 10px;
    font-weight: bold;
}

.emailCol .btnStyle:focus {
    box-shadow: none;
}

.emailCol .form-control {
    min-height: 60px;
    border-radius: 12px;
    font-size: 20px;
    color: var(--textColor);
    padding: 10px 180px 10px 20px;
    border: none;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.emailCol .form-control:focus {
    box-shadow: none;
}

.formSec .form-control.is-invalid,
.formSec .was-validated .form-control:invalid,
.form-control.is-valid,
.formSec .was-validated .form-control:valid {
    background-image: none;
}

.formSec input.form-control.quiz-control.valid {
    background-image: none;
    background-color: #e5505f;
    border: 1px solid #ed0000;
}

.formSec .form-control.is-invalid,
.formSec .was-validated .form-control:invalid {
    background-color: #e5505f;
    border: 1px solid #ed0000;
}

.was-validated textarea:required::placeholder,
.was-validated input:required::placeholder {
    color: #fff;
}


/*** banner css end ***/

.smTitle,
.sliderCol .smTitle {
    font-size: 22px;
    line-height: 1.6;
}

.primaryText {
    color: #fd4f4e;
}

.secondryText {
    color: var(--secondryColor);
}

.sectionSpace {
    padding: 110px 0;
}

.mdTitle {
    font-size: 34px;
    color: var(--secondryColor);
}

ul {
    padding: 0!important;
    margin: 0!important;
}

.faqSection {
    background-color: #f9f8fd;
}

.faqSection ul li {
    list-style: inside;
}

.accordionCol {
    padding-top: 10px;
}

.accordionCol button.accordion-button {
    color: var(--secondryColor);
    font-size: 28px;
    font-family: var(--proximaBold);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 15px 40px 15px 60px;
    position: relative;
}

span.questionCol {
    position: absolute;
    left: 20px;
    top: 15px;
}

.accordionCol .accordion-item {
    border: none;
    margin-top: 20px;
}

.accordionCol .accordion-item:first-of-type .accordion-button {
    border-radius: 0!important;
    background: #fff;
}

.accordionCol .accordion-button:focus {
    box-shadow: none;
}

.accordionCol .accordion-body {
    background: #f9f8fd;
    padding: 25px 30px 20px 50px;
}

.accordionCol button.accordion-button.collapsed:before {
    position: absolute;
    right: 20px;
    content: '';
    background-image: url('../images/plus-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.accordionCol button.accordion-button.collapsed:after {
    display: none;
}

.accordionCol .accordion-button:not(.collapsed)::after {
    display: none;
}

.accordionCol .accordion-button:not(.collapsed)::before {
    position: absolute;
    right: 20px;
    content: '';
    background-image: url('../images/minus.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 8px;
    width: 15px;
}

.formSec {
    background-color: #fd4f4e;
    padding: 50px;
    margin-bottom: -50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.userImgCol {
    background-color: #fff;
    border-radius: 50%;
    height: 170px;
    width: 170px;
    margin: 20px auto;
}

.userImgCol img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
}

.formCol {
    padding-bottom: 20px;
}

.discussIdeasSection {
    background-color: #172446;
    padding-top: 80px;
}

.fCardIcons {
    border-bottom: 1px solid #e3e3e3;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.formCol .form-control {
    border: none;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 20px;
    line-height: 1;
    color: var(--textColor);
}

.formCol textarea {
    resize: none;
}

.reviewCard {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.ftList h5,
.aboutCol h5 {
    font-size: 21px;
}

.ftList li a {
    font-size: 17px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
}

.ftList li a:hover {
    color: var(--primaryColor);
}

.aboutCol p {
    font-size: 17px;
    padding-right: 50px;
}

.reviewCard span {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    padding-right: 10px;
}

.reviewCard2 {
    padding-left: 15px;
}

.reviewCard2>a {
    display: flex;
    align-items: center;
}

.reviewCard2 span img {
    width: 120px;
    height: 30px;
}

.reviewCard1 a img {
    width: 250px;
}

.ftList {
    position: relative;
    height: 100%;
}

.ftList::before {
    position: absolute;
    content: '';
    left: -30px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8f3;
}

.reviewCard2 a:hover {
    color: inherit;
}

.footerBtnSection {
    background: #172446;
    padding: 50px 0 30px;
    margin-top: 50px;
    color: #fff;
}

.footerCol h5 {
    font-size: 21px;
    color: #fff;
    margin-right: 7px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: var(--proximaSemiBold);
}

.flags img {
    width: 35px;
    object-fit: contain;
}

.footerCol li {
    position: relative;
    padding-left: 35px;
}

.footerIcons {
    position: absolute;
    left: 0;
    top: 24px;
}

.footerIcons img {
    width: 20px;
    height: 20px;
}

.footerCol li a {
    font-size: 17px;
    color: #fff;
}

.footerCol li {
    padding-top: 20px;
}

.footerCol {
    max-width: 310px;
    position: relative;
    height: 100%;
}

.fb_none.footerCol:before {
    display: none;
}

.footerCol:before {
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #3e3e3e;
    content: '';
}

.copyrightCol {
    background-color: #131d40;
    padding: 15px 0;
}

.socialIcons li {
    display: inline-block;
}

.socialIcons li+li {
    padding-left: 10px;
}

.copyrightText {
    font-size: 15px;
}

.socialIcons li a {
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 3px 1px 1px rgba(255, 255, 255, 0.5);
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.socialIcons li a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    filter: invert(1);
}

.socialIcons {
    display: flex;
    justify-content: end;
    align-items: center;
}

.socialIcons li a:hover {
    box-shadow: none;
}

.addHeader .logo img {
    width: 280px;
}

.logo {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

.toggle {
    width: 25px;
    height: 17px;
}

.bar {
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.barTwo {
    margin-top: 5px;
}

.barThree {
    margin-top: 5px;
}

span.flags {
    display: inherit;
}


/**** key feature section css start ****/

.fitnessPage .keyFeatureSection {
    background-image: url('../images/fitness-feature-bg.webp');
}

.keyFeatureSection {
    background-image: url('../images/key-feature.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 80px;
}

.keyFeatureSection::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #121f4b;
    opacity: 0.8;
}

.keySecCol {
    position: relative;
}

.keyList {
    max-width: 370px;
}

.keyList h3 {
    font-size: 20px;
    color: #fff;
}

.keyList p {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

.keyListLeft .contentCol {
    text-align: right;
}

.listSec {
    margin: 20px 0;
}

.onDemandPage .listSec .keyIcon img {
    filter: invert(1);
}

.listSec .keyIcon img {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.keySecCol .imgCol {
    margin-bottom: -100px;
}

.TaxiBannerSection .bannerContent {
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: 3px;
    right: 13px;
}

.startupSliderSection .swiper-slide {
    background: #000;
}

.bgImg img {
    opacity: .65;
}

.keyFeatureSection .col-lg-auto.col-sm-6 {
    display: flex;
    align-items: center;
}

.formCol.col-6 label.col-form-label {
    padding-top: 0;
    margin-top: -3px;
}


/**** key feature section css end ****/


/**** Extensive on demand css start ****/

.extensiveDemandSection.sectionSpace {
    padding-top: 200px;
}

.sliderCardStyle .contentCol {
    padding-top: 30px;
    text-align: center;
}

.sliderCardStyle p {
    font-size: 18px;
    line-height: 1.4;
    margin: 20px 0 30px;
}

.sliderCardStyle {
    padding: 40px 30px 10px;
    box-shadow: 0px 10px 24px rgb(0 0 0 / 13%);
    border-radius: 12px;
    height: 100%;
    position: relative;
}

.appDevelopSlider .swiper-slide {
    height: auto;
}

.swiper.appDevelopSlider {
    padding: 50px 10px 120px;
}

.sliderCardStyle a.btn.btnStyle,
.sliderCardStyle .btn.btnStyle {
    padding: 11px 28px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.sliderCardStyle>img {
    height: 210px;
    object-fit: contain;
    width: 100%;
}

.appDevelopSlider span.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #fff;
    border: 1px solid #666666;
    opacity: 1;
    position: relative;
}

.appDevelopSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #666666;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.sliderCol>span {
    font-size: 32px;
    text-align: center;
    display: block;
}


/**** Extensive on demand css end ****/


/*** Get in touch css start ****/

.getInTouchSection {
    background-image: url('../images/get-in-touch-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.getInTouchSection .primaryBtn {
    font-size: 22px;
    padding: 15px 35px;
}


/*.touchBtn .primaryBtn {
  background: #fb2021;
}
.touchBtn .primaryBtn:hover {
  background-color: #d30405;
}*/

.getInTouchSection .btnCol {
    padding-top: 20px;
}

.touchBtn {
    padding-top: 40px;
}


/*** Get in touch css end ****/

.AppSec .contentCol {
    background-color: #031749;
    padding: 50px 50px 60px 170px;
    margin-left: -70px;
    color: #fff;
}

.AppSec .imgCol {
    position: relative;
    max-width: 425px;
}

.AppSec.customerAppSec .imgCol img {
    margin-bottom: -20px;
}

.AppSec .listCol span img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.customerAppSec .listCol span img {
    filter: invert(1);
}

.AppSec li span {
    position: absolute;
    left: 0;
    top: 0;
}

.AppSec .touchBtn .primaryBtn {
    font-size: 22px;
}

.AppSec li {
    padding-left: 40px;
    position: relative;
    margin-top: 15px;
}

.customerAppSec.AppSec li {
    margin-top: 20px;
}

.websiteOwnerImg {
    margin-right: -200px;
}

.myriad_semibold {
    font-size: 45px;
}

.formCol span {
    font-size: 16px;
}

.ideaCol p {
    max-width: 360px;
    margin: 0 auto;
}

.AppSec.customerAppSec {
    padding-top: 50px;
}


/*** counter css start ****/

.counterSection {
    background-image: url('../images/why-choose.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 100px 0;
}

.counterSection::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #1b2a51;
    opacity: 0.9;
}

.counterTitle span {
    font-size: 28px;
}

.counterCol {
    position: relative;
    color: #fff;
    text-align: center;
}

.counterCol span.cContent {
    display: block;
    font-size: 24px;
    font-family: var(--myriadSemiBold);
}

.counterCol h2 {
    font-size: 60px;
    margin: 130px 0 80px;
    position: relative;
}

.counterCol h2:before {
    content: '';
    position: absolute;
    border: 2px solid #ddd;
    height: 120px;
    width: 120px;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}


/*** counter css end ****/


/*** grigora slider css start ****/

.bgImg>img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.bgImg {
    position: relative;
    min-height: 950px;
}

.tagImgCol {
    position: absolute;
    top: 28%;
    left: 26%;
}

.tagImgCol img {
    width: 450px;
    object-fit: contain;
}

.contentSec {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contentSec .contentCol {
    max-width: 440px;
}

.contentSec .imgCol {
    margin-bottom: -40px;
}

.startupSlider span.swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    position: relative;
}

.startupSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.startupSlider .swiper-pagination {
    background: var(--primaryColor);
    max-width: 130px;
    border-radius: 100px;
    left: 50%!important;
    transform: translateX(-50%);
    bottom: 20px!important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*** grigora slider css end ****/

.ourDemandSection .imgCol img {
    width: auto;
    object-fit: contain;
    height: auto;
    margin: 0 auto;
    display: block;
}

.ourDemandSection .titleCol p {
    max-width: 720px;
    margin: 0 auto 20px;
}

.fitnessPage .ourDemandSection .titleCol p {
    max-width: 960px;
}

.floatingBtn {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 99;
    cursor: pointer;
}

.floatingBtn img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.aboutCol {
    padding-right: 20px;
}

.gamingImg {
    padding-top: 30px;
}

.onDemandSection .imgCol {
    margin-right: 20px;
}

.AppSec .lgTitle {
    font-size: 40px;
}

.ownerSection p,
.adminPannelSection p {
    padding-right: 15px;
}


/******* tonoto css start ********/

.topTitle {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.torontoBannerSection {
    background-image: url('../images/toronto-banner-img.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 50px;
}

.torontoBannerSection .bannerContent {
    padding: 290px 0px;
}

.arrowFloatingBtn {
    background: #fff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 99;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.torontoBannerSection .bannerContent .titleBg {
    display: inline-block;
    padding: 0 50px;
    color: #fff;
    margin-bottom: 10px;
}

.torontoBannerSection .bannerContent .bg1 {
    background-color: rgba(251, 32, 33, 0.8);
}

.torontoBannerSection .bannerContent .bg2 {
    background-color: rgb(3 19 72 / 80%);
}


/**** crafting Section css start *****/

.craftingSection .contentCol {
    max-width: 640px;
}

.craftingSection .contentCol h2 {
    padding-right: 60px;
}


/**** crafting Section css end *****/


/*** testimonial css start ***/

.testimonialSection {
    background-color: #f8f8fc;
    background-image: url('../images/testimonials-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.testimonialSection .sliderCol .swiper {
    padding-top: 90px;
}

.tContent {
    position: relative;
    max-width: 600px;
    margin-left: auto;
    padding-left: 60px;
}

.tContent::before {
    position: absolute;
    content: '';
    left: 0;
    top: -30px;
    background-image: url('../images/quote.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

.testimonialSlider span.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #fff;
    border: 1px solid #666666;
    opacity: 1;
    position: relative;
}

.testimonialSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #666666;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.faqSection,
.testimonialSection,
.industryCardSection,
.formSection,
.letTalkSection {
    padding: 80px 0;
}

.testimonialSlider {
    padding-bottom: 70px;
}

span.customerCol {
    color: var(--secondryColor);
    font-family: 'Proxima Nova Bold';
    margin: 20px 0 20px;
}


/*** testimonial css end ***/

.portfolioSection .imgCol {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.portfolioSection .imgCol img {
    width: 100%;
    object-fit: contain;
}


/** industries Section css start ***/

.rContent {
    font-size: 22px;
    text-align: center;
}

.rContent span.ratingNo {
    color: #002bff;
}

.industryCardSection {
    background-color: #f9f8fd;
}

.bgColor_none {
    background-color: transparent;
}

.rCardStyle {
    margin: 70px auto 0;
    max-width: 180px;
}

.rImg img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}


/** industries Section css end ***/


/****** form css start ***/

.formSection.form2Style {
    background-color: var(--secondryColor);
}

.form2Style .formCol .form-control {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}

.form2Style .formCol .form-control:focus {
    box-shadow: none;
}

.form2Style .formCol input[type=number] {
    -moz-appearance: textfield;
}

.form2Style .formCol input::-webkit-outer-spin-button,
.form2Style .formCol input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form2Style .formCol textarea {
    resize: none;
}

.form2Style .formCol .form-control::-moz-placeholder {
    color: #fff;
}

.form2Style .formCol .form-control::placeholder {
    color: #fff;
}

.formSection.form2Style .btnStyle {
    min-width: 200px;
}

.formSection.form2Style .btnCol {
    padding-top: 50px;
    text-align: center;
}


/****** form css end ***/


/*** Lets Talk Css Start ***/

.stepImg {
    background-color: #fd4140;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepImgStyle {
    border: 2px dashed #ccc;
    border-radius: 50%;
    height: 155px;
    width: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
}

.stepCol {
    text-align: center;
}

.stepImg img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.stepContent h4 {
    font-size: 26px;
    color: var(--secondryColor);
    margin-bottom: 0;
}

.stepImgStyle:before {
    position: absolute;
    right: 0;
    left: 5px;
    content: '';
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/dotted-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    z-index: -1;
}

.stepImgStyle.beforeNone:before {
    display: none;
}

.contactSteps {
    max-width: 830px;
    margin: 60px auto 0;
}


/*** Lets Talk css end ****/

.footerSection {
    background: #172446;
    padding: 50px 0 30px;
    color: #fff;
}


/******* tonoto css end ********/


/**** travel app page start ***/

.travelAppBanner.realEstateBannerSection {
    background-image: url('../images/travel-banner.webp');
}

.realEstateBannerSection.travelAppBanner .bannerContCol {
    margin-left: auto;
    margin-right: -300px;
    margin-top: 85px;
    max-width: 870px;
}

.realEstateBannerSection.travelAppBanner .bannerContent {
    background-color: transparent;
    margin-left: 0;
    padding: 40px 230px 40px 110px;
    position: relative;
}

.realEstateBannerSection.travelAppBanner .bannerContent:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    border-top-left-radius: 200px;
    z-index: -1;
    border-bottom-left-radius: 200px;
}

.travelAppBanner.realEstateBannerSection .bannerContent h1>span {
    font-size: 74px;
    line-height: 1;
}

.travelAppBanner.realEstateBannerSection .bannerContent h1 {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 40px;
}

.travelAppBanner.realEstateBannerSection .bannerContent p {
    font-size: 22px;
    line-height: 1.35;
    color: #000;
    margin-bottom: 0px;
    padding-right: 10px;
}

.realEstateBannerSection.travelAppBanner .bannerCol {
    padding: 0px 0px 0 60px;
}

.realEstateBannerSection.travelAppBanner .bannerImg {
    margin-bottom: -280px;
    margin-left: 0px;
    width: 680px;
}

.travelApplicationSec .imgCol img {
    width: 100%;
    margin-left: 140px;
}

.travelApplicationSec .imgCol {
    margin-left: -500px;
}

.travelApplicationSec {
    padding: 120px 0 50px;
}

.travelAppPage .bannerContCol .primaryBtn {
    font-size: 24px;
}

.appServiceCol .btnCol .primaryBtn {
    /*background-color: #fd4f4e;*/
    font-size: 24px;
    padding: 10px 36px;
}

.appServiceCol .btnCol {
    margin-top: 40px;
}


/*.hireBtn .primaryBtn {
  background-color: #fd4f4e;
}
.appServiceCol .btnCol .primaryBtn:hover, .hireBtn .primaryBtn:hover {
  background-color: #fd4f4e;
}*/

.travelAppPage .keyFeatureSection {
    background-image: url('../images/travel-key-bg.webp');
    background-position: bottom center;
}

.travelAppPage .keyFeatureSection::before {
    background: #121f4b;
    opacity: 0.7;
}

.travelAppPage .keySecCol .imgCol {
    margin-left: -30px;
}


/*** travel app Page end ***/


/**** Real Estate css start ***/

span.numberCol {
    border: 1px solid #dfe0e8;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 95px;
    font-family: 'Proxima Nova Bold';
    bottom: -20px;
    position: relative;
    z-index: -1;
    color: #dfe0e8;
}


/**** banner-section start ****/

.realEstateBannerSection {
    background-image: url('../images/banner-img.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 150px 0 100px;
    z-index: 2;
}

.realEstateBannerSection .bannerCol {
    padding: 150px 60px 0;
}

.realEstateBannerSection .bannerContent {
    background-color: rgba(217, 0, 0, 0.7);
    padding: 30px 80px;
    border-radius: 150px 0 0 150px;
    margin-left: 160px;
}

.realEstateBannerSection .bannerContent p {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    padding: 0;
}

.realEstateBannerSection .bannerContent h1 {
    font-size: 40px;
    line-height: 1.25;
}

.realEstateBannerSection .bannerImg {
    margin-bottom: -190px;
    margin-left: -40px;
}

.realEstateBannerSection .bannerCol .col-lg-8 {
    padding-right: 0;
}


/**** banner-section end ****/


/**** section2 start ****/

.realEstatePage .section2Col {
    position: relative;
    padding: 180px 0 100px;
}

.realEstatePage .section2Col:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f7', GradientType=0);
}

.sec2ImgStyleCol.sec2Img {
    margin-left: -160px;
}

.realEstatePage .sec2 {
    position: relative;
}

.sec2ImgStyleCol.sec2Img img {
    width: 100%;
    margin-left: -30px;
}

.bgImgShape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.appServiceCol {
    padding-top: 100px;
}


/**** section 2 end ****/

.appServiceCol h2.mdTitle {
    margin-bottom: 10px;
}


/** Equipped section start **/

.fitnessDistinctiveBg.advancedFeatureSection {
    background-image: url('../images/fitness-distnic-bg.webp');
}

.advancedFeatureSection {
    background-image: url('../images/sec4-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 80px;
}

.advancedFeatureSection:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #1b2a51;
    opacity: 0.8;
}

.bookConsultant {
    background-color: #f5f4f3;
    border-radius: 150px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 20px 20px 40px;
    bottom: -50px;
    max-width: 1000px;
    margin: 0 auto;
}

.advancedFeatureSection .listCol {
    margin-left: -140px;
    margin-top: 20px;
}

.advancedFeatureSection .listCol li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    font-size: 19px;
}

.advancedFeatureSection .listCol li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.bookConsultant h3.mdTitle {
    font-size: 36px;
    line-height: 1;
}


/** Equipped section end **/


/** why choose rv sec start **/

.cardsSec .cardIcon {
    padding-bottom: 20px;
}

.cardsSec .cardIcon img {
    height: 60px;
    width: 60px;
    object-fit: none;
}

.cardsSec .cardStyle h2 {
    margin-bottom: 20px;
}

.cardsSec .cardStyle p {
    line-height: 1.6;
}

.cardsSec .cardStyle {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
    height: 100%;
}

.cardsSec {
    padding-top: 50px;
}

.card1,
.card3 {
    padding-right: 50px;
}

.card2,
.card4 {
    padding-left: 50px;
}

.card1:after,
.card2:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    background: #e3e3e3;
    z-index: 1;
}

.card1:before,
.card3:before {
    top: 50px;
    bottom: 50px;
    right: 0;
    position: absolute;
    content: '';
    width: 1px;
    background: #e3e3e3;
}

.card1:after {
    left: 0;
    right: 50px;
}

.card2:after {
    right: 0;
    left: 50px;
}


/** why choose rv sec end **/


/**** Ecommerce page css start ****/

.ecommercePage .listSec {
    margin: 15px 0;
}


/*.ecommerceBannerSection .btnCol .primaryBtn, .travelAppBanner .btnCol .primaryBtn, .getInTouchSection .btnCol .primaryBtn {
  background-color: #fd4f4e;
}
.ecommerceBannerSection .btnCol .primaryBtn:hover, .travelAppBanner .btnCol .primaryBtn:hover, .getInTouchSection .btnCol .primaryBtn:hover {
  background-color: #fd4f4e;
}*/


/**** our Teach expetise css start  ****/

.ourExpertiseSection {
    background-image: url('../images/expertise-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 90px 0 120px;
}

.ourExpertiseSection::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgb(4 21 72 / 80%);
}

.ourExpertiseSection .contentCol {
    position: relative;
}

.langCol .listStyle li button {
    background: #fff;
    padding: 10px;
    line-height: 1;
    font-size: 20px;
    color: var(--secondryColor);
    transition: all 300ms ease-in-out;
    cursor: pointer;
    min-width: 140px;
    border-radius: 0;
}

.langCol .listStyle li button.active {
    background: var(--primaryColor);
    color: #fff;
}

.langCol .listStyle {
    padding: 50px 0 80px;
    text-align: center;
}

.langCol {
    max-width: 740px;
    margin: 0 auto;
}

.langCol .listStyle li+li {
    margin-left: 10px;
}

.langCol .listContent span {
    display: block;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.langCol span.iconBg {
    background: rgba(0, 0, 0, 0.3);
    padding-top: 0!important;
    height: 110px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.langCol span.iconBg img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}


/**** our Teach expetise css start  ****/

.ecommerceBannerSection .bannerContent p {
    font-size: 34px;
    line-height: 1.35;
    color: #000;
    margin-bottom: 50px;
    padding: 0;
}

.ecommerceBannerSection .bannerContent .imgCol {
    right: 30px;
    position: absolute;
    top: -110px;
}

.ecommerceBannerSection .bannerContent .contentCol {
    max-width: 590px;
    position: relative;
}

.ecommerceBannerSection.fitnessBannerSec {
    background-image: url('../images/fitness-banner-bg.webp');
}

.ecommerceBannerSection {
    background-image: url('../images/banner-image-eco.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 240px 0 170px;
    margin-top: 40px;
    min-height: 100%!important;
}

.ecommerceBannerSection .bannerContent h1>span {
    font-size: 74px;
    line-height: 1;
}

.ecommerceBannerSection .bannerContent h1 {
    font-size: 46px;
    line-height: 1.3;
}

.ecommerceBannerSection .bannerContent {
    padding: 0 150px;
    position: relative;
}


/**** section 2 css start ****/

.onlineReatailerSec {
    position: relative;
    padding: 120px 0 90px;
}

.onlineReatailerSec .bgShape {
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.onlineReatailerSec .sec2 {
    position: relative;
}

.onlineReatailerSec .sec2Img img {
    width: 100%;
    margin-left: -200px;
}


/**** section 2 css end ****/


/**** choose Business Css start ****/

.chooseBusinessSection {
    background-image: url('../images/choose-business-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 80px 0;
}

.chooseBusinessSection::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #121f4b;
    opacity: 0.9;
}

.businessCol {
    position: relative;
}

.cardStyle1 {
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 40px 30px;
    background-color: transparent;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    height: 100%;
    text-align: center;
}

.cardStyle1 .cardContent h4 {
    margin: 30px 0 10px;
    color: #fff;
}

.cardStyle1 .iconCol img {
    height: 110px;
    width: 110px;
    object-fit: contain;
}

.cardStyle1:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.businessCol .titleCol p {
    padding: 0 40px 50px;
}

.cardStyle1 .cardContent {
    color: #fff;
}


/**** choose Business Css end ****/

.xlTitle {
    font-size: 50px
}


/** Ecommerce App Development start **/

.servicesCol .listCol .lContent {
    position: relative;
    padding-left: 40px;
    text-align: left;
    margin: 5px 0;
}

.servicesCol .listCol .checkIcon {
    position: absolute;
    left: 0;
    top: -5px;
}

.userAppSec .imgCol {
    width: 384px;
    margin-top: -20px;
}

.servicesCol .titleCol {
    padding-bottom: 60px;
}

.servicesCol {
    margin-top: 60px;
}

.servicesCol .btnCol {
    padding-left: 40px;
}

.bg_white {
    background: #fff;
}

.ecommerceExpansionSec .order-lg-last {
    text-align: right;
}

.adminPanel .imgCol,
.VendorPanel .imgCol {
    position: relative;
}

.adminPanel .imgCol:before,
.VendorPanel .imgCol:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -120px;
    width: 600px;
    bottom: 0;
    z-index: -1;
}

.adminPanel .imgCol:before {
    right: 0;
    background-image: url('../images/service-img-bg.png');
}

.VendorPanel .imgCol:before {
    left: 0;
    background-image: url('../images/vendor-bg-shape.png');
}

.adminPanel .imgCol {
    margin-right: -350px;
    text-align: left;
}

.VendorPanel .imgCol {
    margin-left: -350px;
    text-align: right;
}


/** Ecommerce App Development end **/


/**** Ecommerce page css end ****/

.pagesCol .simple-sitemap-wrap {
    padding: 220px 0 100px;
}

.pagesCol h3.post-type {
    font-family: var(--proximaBold);
    text-align: center;
    margin-bottom: 30px;
}

.pagesCol ul.main li {
    list-style: circle;
    border-bottom: 1px solid #00000014;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 18px;
}

.pagesCol .simple-sitemap-wrap ul.children {
    margin: 0 0 0 20px!important;
}


/***** fitness page css start *****/

.fitnessPage .advancedFeatureSection .listCol {
    padding-top: 50px;
}

.cardStyle2 h5 {
    color: var(--secondryColor);
    font-size: 25px;
    margin: 15px 0;
}

.cardStyle2 {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    border-radius: 6px;
    height: 100%;
}

.bgColor {
    background-color: #f3f3f3;
    position: relative;
    z-index: 1;
}

.fitnessPage .bgColor .bg_white,
.appDevelopmentServices .bgColor .paddingStyle .bg_white {
    background-color: #f3f3f3;
}

.appDevelopmentServices .appServiceCol.paddingStyle {
    padding: 80px 0;
}

.fitnessBreakGirl {
    position: absolute;
    right: 20%;
    top: 130px;
}

.fitnessPage .onlineReatailerSec .sec2Img img {
    margin-left: -30px;
}

.ecommerceBannerSection.fitnessBannerSec .bannerContent .imgCol {
    right: 20px;
}

.cardIconCol img {
    height: 63px;
    width: 63px;
    object-fit: contain;
}

.startupSliderSection a.btnStyle {
    padding: 11px 25px;
}

.grocery_demand.ourDemandSection .titleCol p {
    max-width: 1000px;
    margin: 20px auto;
}


/***** fitness page css end *****/


/**** grocery page css start ***/

.groceryBannerSection {
    background-image: url('../images/grocery-banner-bg.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.groceryBannerSection.ecommerceBannerSection .bannerContent .contentCol {
    max-width: 650px;
}

.groceryBannerSection .bannerContent h1 {
    font-size: 28px !important;
    line-height: 1.3;
    font-weight: 700;
    background: #fd4f4e;
    color: #fff;
    padding: 5px 19px;
    display: inline-block;
}


/*.groceryBannerSection .bannerContent .imgCol {
    right: 30px;
    position: absolute;
    top: -181px;
    max-width: 902px;
}*/

.groceryBannerSection {
    padding-top: 180px;
    padding-bottom: 0;
    position: relative;
}

.groceryBannerSection h2 {
    color: #323232;
}

.grocery_serv.onlineReatailerSec .sec2Img img {
    width: 130%;
    margin-left: -250px;
    max-width: 500px;
}

.groceryBannerSection .bannerContent {
    padding-left: 6vw;
}

.grocerycontentCol {
    max-width: 620px;
    padding-bottom: 5%;
}

.TaxiBannerSection .grocerycontentCol {
    max-width: 750px;
    padding-bottom: 0;
}

.groceryBannerSection.TaxiBannerSection {
    padding: 14% 0 17%;
    background-position: center;
}

.TaxiBannerSection .bannerContent h1,
.foodDeliveryBannerSection .bannerContent h1 {
    background: #ffd61a;
    color: #000;
}


/**** grocery page css end ***/


/**** POPUP CSS ***/

.offer_popup {
    position: fixed;
    width: 100%;
    max-width: 450px;
    z-index: 9999;
    background: #283659;
    border: 5px solid #283659;
    left: 0;
    opacity: 1;
    transition: all .5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    max-height: 94vh;
    overflow-x: auto;
    bottom: 0;
}

.intro .offer_popup {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.offer_popup button.btn {
    margin: 15px auto 0;
    display: block;
}

.popup_header {
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup_logo {
    max-width: 200px;
}

span.popupclose {
    cursor: pointer;
    max-width: 20px;
}

.offer_popup h3 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin: 13px 0 0;
    font-family: var(--proximaSemiBold);
    text-transform: uppercase;
}

.offer_popup p {
    margin: 0;
    font-size: 21px;
    text-align: center;
    line-height: 1.1;
    color: #FFF61A;
    text-transform: uppercase;
    font-family: var(--proximaSemiBold);
}

.offer_popup p span.per-off {
    font-size: 90px;
    margin: 0 5px;
    text-transform: uppercase;
    background-image: linear-gradient(225deg, #ed0101 0%, #FFF61A 29%, #ff1361 67%, #FFF61A 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #FFF61A;
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: -200% center;
    }
}

.popup_bottom {
    padding: 10px;
    background: url(../images/texture.webp) no-repeat #fff;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}

.offer_popup input.form-control {
    background: #283659;
    border: none;
    border-radius: 0;
    padding: 14px 20px;
    height: auto;
    color: #fff;
    margin-bottom: 13px;
}

.offer_popup input[type="submit"] {
    background: #283659;
    color: #fff;
    padding: 12px 30px;
    min-width: 180px;
    font-size: 18px;
    font-family: var(--proximaSemiBold);
    margin: 10px auto 20px;
    display: block;
}

.offer_popup input[type="submit"]:hover {
    background: #fd4f4e;
}

.popup_bottom form {
    max-width: 400px;
    margin: 0 auto 15px;
}

.offer_popup .formCol.col-6 {
    padding-bottom: 0;
}

.offer_popup button.btnStyle.secondryBtn.btn {
    border-radius: 0;
    margin-left: auto;
    display: block;
}

.popupfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popupfooter a img {
    width: 20px;
    height: 18px;
}

.popupfooter a {
    font-size: 16px;
    font-family: var(--proximaSemiBold);
}

.offer_popup input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.offer_popup input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.offer_popup input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.offer_popup input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


/********************Healthcare App Development Company CSS START***************************/

.HealthCareBannerSection .bannerContent h1 {
    background: var(--secondryColor);
    color: var(--bs-white);
}

.groceryBannerSection.HealthCareBannerSection {
    padding: 13% 0 7.5%;
}

.HealthCareBannerSection .grocerycontentCol,
.foodDeliveryBannerSection .grocerycontentCol {
    max-width: 730px;
    padding-bottom: 0;
}

.HealthCareBannerSection .imgCol {
    max-width: 500px;
}

.HealthCareBannerSection.groceryBannerSection h2,
.foodDeliveryBannerSection.groceryBannerSection h2 {
    font-size: 44px;
}

.getInTouchSection.getintouchLeft {
    padding: 70px 0 65px;
}

.advantage_sec .cardsSec .cardIcon {
    padding-bottom: 13px;
}

.advantage_sec h2.mdTitle {
    margin-bottom: 10px;
}

.advantage_sec .card1:before,
.advantage_sec .card1:after,
.advantage_sec .card2:before,
.advantage_sec .card2:after,
.advantage_sec .card3:before,
.advantage_sec .card3:after,
.advantage_sec .card4:before,
.advantage_sec .card4:after {
    display: none;
}


/********************Healthcare App Development Company CSS END**************************/


/********************Handyman Development Company CSS START***************************/

.HandymanBannerSection .imgCol {
    max-width: 61%;
    position: relative;
    top: 90px;
    left: -16%;
    z-index: 1;
    pointer-events: none;
}

.groceryBannerSection.HandymanBannerSection {
    padding: 120px 0 0;
}

.handyman-why h4 {
    font-family: 'Proxima Nova Bold';
    font-size: 26px;
    color: var(--secondryColor);
    margin-top: 7px;
}

.why_col .thumb {
    min-height: 77px;
}

.why_col {
    padding: 40px 10px;
}

.side_border {
    position: relative;
}

.side_border:before {
    content: "";
    height: 1px;
    width: calc(100% - 50px);
    background-color: #ddd;
    position: absolute;
    left: 25px;
    bottom: 0;
}

.side_border:after {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    position: absolute;
    right: 0;
    top: 25px;
    background-color: #ddd;
}

.side_border_bottom_none:before,
.side_border_right_none:after {
    display: none;
}

@media (max-width: 991px) {
    .md-side_border_right_none:after {
        display: none;
    }
    .md-side_border_bottom_show:before {
        display: block;
    }
}


/*********************Handyman Development Company CSS END***************************/


/*********************MARKETPLACE Development Company CSS START**********************/

.groceryBannerSection.MarketPlaceBannerSection {
    padding: 19% 0 10%;
    background-position: center;
}

.marketplace_expertise.our_services .cs-box>i {
    position: relative;
    left: 0;
    top: 0;
}

.marketplace_expertise.our_services .cs-box .tecs .tecs-box {
    flex: 0 0 100%;
    max-width: 100%;
}

.marketplace_expertise i.sprite {
    background-image: url(../images/marketplace_sprite.webp);
    width: 100%;
    height: 76px;
    display: inline-block;
}

i.sprite.sprite-service_1 {
    background-position: 0 14px;
}

i.sprite.sprite-service_2 {
    background-position: 0 -67px;
}

i.sprite.sprite-service_3 {
    background-position: 0 -163px;
}

i.sprite.sprite-service_4 {
    background-position: 0 -247px;
}

i.sprite.sprite-service_5 {
    background-position: 0 -335px;
}

i.sprite.sprite-service_6 {
    background-position: 0 -418px;
}

i.sprite.sprite-img1 {
    background-position: 0 -518px;
    height: 50px;
}

i.sprite.sprite-img2 {
    background-position: -7px -594px;
    height: 76px;
}

i.sprite.sprite-img3 {
    background-position: 0 -708px;
    height: 40px;
}

i.sprite.sprite-img4 {
    background-position: 0 -773px;
    height: 45px;
}

i.sprite.sprite-img5 {
    background-position: 0 -847px;
    height: 45px;
}

i.sprite.sprite-img6 {
    background-position: 0 -921px;
    height: 45px;
}

.marketplace_expertise.our_services .cs-box .tecs {
    margin: 0;
    margin-top: auto;
    width: 100%;
    display: block;
}

.marketplace_expertise.our_services .cs-box.mrt-sidespace {
    padding: 40px 30px;
    margin: 0 !important;
}

.marketplace_expertise.our_services .cs-box {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.marketplace_expertise.our_services .cs-box>div {
    height: auto;
    position: relative;
}

.marketplace_expertise.our_services .col-sm-6 {
    display: flex;
}

.marketplace_expertise.our_services .cs-box p {
    padding-right: 15px;
    padding-bottom: 5px;
}

.marketplace_expertise.our_services .cs-box h2 {
    font-size: 30px;
    padding: 16px 0 15px 70px;
}

.marketplace_expertise .box_new i.sprite {
    position: absolute;
    left: 0;
    top: 0;
}


/*********************MARKETPLACE Development Company CSS END************************/

body .btn-primary {
    border: none;
}

body .btn-check:focus+.btn,
body .btn:focus,
body .btn-check:active+.btn,
body .btn-check:checked+.btn,
body .btn.active,
body .btn.show,
body .btn:active,
body .btn:hover {
    background-color: #fd4f4e;
    border-color: #fd4f4e;
    outline: 0;
    box-shadow: none !important;
}

.sportsBannerSection.groceryBannerSection {
    padding: 20% 0 11%;
}

.sportsBannerSection h2.f_bold {
    text-shadow: -1px -1px 5px rgb(0 0 0 / 50%);
}

.groceryBannerSection .bannerContent {
    position: relative;
}


/*********************FOOD DELIVERY APP Development Company CSS START************************/

.foodDeliveryBannerSection.groceryBannerSection h2 {
    text-shadow: -1px -1px 6px rgb(0 0 0 / 50%);
}

.foodDeliveryBannerSection .imgCol {
    text-align: right;
    margin-bottom: -18%;
    padding: 0 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
}

.sectionSpace.fooddel_models .titleCol {
    padding-top: 20px;
}

.fooddel_models .sliderCardStyle {
    margin-bottom: 30px;
}

.fooddel_models .sliderCardStyle .btn.btnStyle {
    min-width: 210px;
}


/*********************EDUCATION APP Development Company CSS START************************/

.educationBannerSection .bannerContent h1 {
    background: var(--secondryColor);
    color: #fff;
}

.educationBannerSection.groceryBannerSection h2 {
    text-shadow: -1px -1px 5px rgb(255 255 255 / 25%);
}

.border_col .card1,
.border_col .card2,
.border_col .card3,
.border_col .card4 {
    padding: 30px 5%;
}


/*********************KNOWLEDGE HUB PAGE CSS************************/

h2.big_title {
    color: #03143e;
    font-size: 4.45vw;
}

.mobile-accordion {
    transition: 1s all;
}

.knowledge-base-accordion {
    z-index: 99;
    position: sticky;
    top: 130px;
}

.mobile-accordion input#toggle {
    display: none;
}

.m-display {
    display: none;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: -.5px;
    color: #000;
}

.box-full {
    transition: all .4s linear;
    max-height: 850px;
    overflow: auto;
    overflow-y: auto;
}

.hub-inner .accordion {
    background: #fff;
    width: 100%;
    position: relative;
}

.hub-inner .accordion .tab {
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
    border-radius: 3px;
    background-color: #f5f6f8;
    margin-bottom: 10px;
}

.hub-inner .accordion .tab h3 {
    position: relative;
    cursor: pointer;
    padding: 15px 37px 15px 20px;
    border-radius: 3px;
    font-size: 20px;
    margin: 0;
}

.hub-inner .accordion .title {
    font-size: 20px;
    font-family: var(--proximaSemiBold);
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.5px;
    color: #000;
    position: relative;
    z-index: 2;
}

.hub-inner .accordion .title:hover {
    color: #fd4f4e;
}

.hub-inner .accordion .tab h3::after {
    background-image: url(../images/tabs-plus.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 19px;
    top: 21px;
    height: 16px;
    width: 16px;
    background-size: 100%;
}

.hub-inner .accordion .tab h3.active::after {
    background-image: url(../images/tabs-minus.svg);
    top: 30px;
    filter: brightness(1) invert(1);
}

.knowledge-base-accordion .panel ul li a:hover {
    color: #fd4f4e;
}

.hub-inner .accordion .tab h3.active {
    background: #293b65;
    color: #fff;
}

.hub-inner .accordion .tab h3.active .title {
    color: #fff;
}

.hub-inner .accordion .panel ul {
    margin-top: 0 !important;
    padding: 15px 10px 10px 20px !important;
}

.knowledge-base-links-inner {
    padding-left: 5%;
}

.knowledge-base-links-inner ul li {
    margin-bottom: 14px;
    list-style: circle;
}

.knowledge-base-links-inner ul {
    margin-bottom: 20px !important;
    padding-left: 20px !important;
}

.knowledge-base-accordion .panel ul li {
    margin-bottom: 11px;
    list-style: none;
    position: relative;
    padding: 8px 0 5px 20px;
    line-height: normal;
}

.tab h3.active+div#toc-div {
    display: block !important;
}

.knowledge-base-accordion .panel ul li:last-child {
    margin-bottom: 5px;
}

div#toc-div {
    width: 100% !important;
}

li.intrnl-list::before {
    content: "";
    background: url(../images/breadcrumb-arrow-right.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%);
}

.knowledge-base-accordion .panel ul li a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.5px;
    color: #221f1f;
    font-weight: 400;
    text-decoration: none;
}

.tab.pg-link h3::after {
    display: none;
}

.knowledge-base-links ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 50px 0;
}

.knowledge-base-links ul li {
    width: 48.5%;
    text-align: center;
}

.knowledge-base-links {
    padding: 0;
    padding-left: 5%;
}

h2.knwldg-page-linking {
    letter-spacing: -.5px;
    text-align: center;
    display: block;
    padding-top: 5px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 30px;
    font-family: 'Myriad Pro';
    font-weight: normal;
    margin-bottom: 0;
}

.knowledge-base-links ul li a:hover h2 {
    color: #fd4f4e;
}

section.hub_top_section {
    position: relative;
    background: #f5f6f8;
}

.knowledge-link img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    border: 10px solid #e3e5e9;
    border-radius: 50%;
}

.op_img {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    padding: 25px;
}

.op_img:before {
    content: "";
    background: url(../images/animate_bg.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
}

.knowledge-link:hover .op_img:before {
    background-size: 100% 100%;
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -ms-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}

.hub_top_section p {
    font-size: 28px;
    font-family: var(--proximaSemiBold);
    line-height: 1.5;
}

.hub-inner .accordion .panel ul ul {
    padding: 0 !important;
}

.knowledge-base-links-inner a {
    position: relative;
    border-bottom: 2px solid;
    display: inline-block;
}

.knowledge-base-links-inner a:hover {
    border-color: transparent;
    color: #03143e;
}

.knowledge-base-links-inner a:before {
    content: "";
    background: #fd4f4e;
    position: absolute;
    left: auto;
    right: 0;
    height: 5px;
    width: 0;
    bottom: -2px;
    transition: all .3s;
}

.knowledge-base-links-inner a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.knowledge-base-links-inner h4 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    padding: 8px 0;
    font-family: 'Proxima Nova Bold';
}

.knowledge-base-accordion .panel ul li a.active {
    color: #fd4f4e;
}

.knowledge-base-accordion .panel ul li.active-down:before {
    transform: rotate(90deg);
    top: 16px;
}

li.active-down.intrnl-list+ul li:before {
    display: none;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/*********************LOGISTICS APP Development Company CSS START************************/

.logisticsBannerSection.groceryBannerSection .grocerycontentCol {
    max-width: 600px;
}

.logisticsBannerSection.groceryBannerSection .grocerycontentCol {
    max-width: 600px;
    padding-bottom: 30%;
    padding-top: 13%;
}


/*********************FINTECH APP Development Company CSS START************************/

.fintechBannerSection .grocerycontentCol {
    padding-bottom: 11%;
}

.fintechBannerSection {
    padding: 14.4% 0 4%;
}

.fintechBannerSection .imgCol {
    margin-bottom: -12%;
    padding: 0 5%;
    max-width: 635px;
    margin-right: 7%;
    margin-left: auto;
    padding-top: 11%;
    position: relative;
    top: 55px;
}

.fintechBannerSection .bannerContent h1 {
    background: #2962e7;
    color: #fff;
}

.case-study-slide-inner .content-outer .case-content p,
.case-study-slide-inner .content-outer .case-content a {
    transform: scale(1) !important;
}

body .case-study-sec .case-study-slide-inner .content-outer h2 {
    display: block;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

section.case-study-sec-controller+section.w-100 {
    padding: 0;
    margin-top: -70px !important;
}

body .case-study-slide-inner .content-outer .case-content>a {
    transition-delay: unset !important;
}


/*********************SOCIAL MEDIA APP Development Company CSS START************************/

.socialBannerSection {
    background-position: center;
    padding: 16% 0 10%;
}

.socialBannerSection h3 {
    margin-bottom: 40px;
}


/**************Hire POPUP CSS**************/

.hire_popup {
    position: relative;
    width: 94%;
    max-width: 650px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    height: 100vh;
}

.popup_hire_inner {
    background: url(/assets/images/popup_bg.png) no-repeat #fff;
    border-top: 7px solid #fd4f4e;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    width: 100%;
    box-shadow: 0 10px 30px rgb(0 0 0 / 50%);
}

.popup_hire_inner:before {
    content: "";
    background: #eaefff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    border-radius: 10px;
}

.hire_popup_top {
    padding: 6.5% 5% 15px;
}

.hire_popup .popup_header {
    padding: 0;
}

.hire_popup span.popupclose {
    position: absolute;
    background: #111835;
    right: -15px;
    top: -30px;
    width: 35px;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}

.hire_popup span.popupclose img {
    width: 15px;
}

.hire_popup h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
}

.hire_popup h4 {
    font-family: 'Proxima Nova Bold';
    text-align: center;
    font-size: 31px;
    color: #fd4f4e;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

.hire_popup input.form-control {
    padding: 13px 15px;
    height: auto;
    border: 1px solid #888;
    box-shadow: none !important;
    border-radius: 4px;
}

.hire_popup form {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0 5px;
}

.hire_popup * {
    position: relative;
}

.hire_popup form input.btn.btn-primary {
    width: 100%;
    border-radius: 4px;
    padding: 18px;
    font-size: 20px;
}

.hire_popup p {
    font-size: 16px;
    text-align: center;
}

.hire_popup .hire_popup_top>p span {
    margin: 0 8px;
}

.ourreview {
    background: #172446;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 0 0 6px 6px;
}

.hire_popup_modal {
    position: fixed;
    top: 0;
    transform: none;
    background: rgba(0, 0, 0, .6);
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    transition: all .3s;
}

.popup_form .hire_popup_modal {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.whyChooseSec .cardsSec .cardIcon img {
    height: 70px;
    width: 80px;
}


/**************BLockChain Development Company CSS**************/

.blockchainBannerSection {
    background-size: cover;
    background-position: center;
    padding: 16% 0 11%;
    position: relative;
}

.blockchaincontentCol h1.bg-title {
    font-size: 80px;
    color: var(--secondryColor);
    margin: 0;
    line-height: 1.1;
}

.blockchaincontentCol h2 {
    color: var(--secondryColor);
    line-height: 1;
    margin-bottom: 20px;
}

.blockchaincontentCol p {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.45;
}

.onlineReatailerSec.secureBlockchain .sec2Img img {
    width: 160%;
    margin-left: -65%;
    max-width: 160%;
}

.secureBlockchain .about-box-inner h2 {
    font-size: 40px;
    color: #3c3c3c;
    margin: 0;
    line-height: .9;
    display: flex;
    justify-content: center;
}

.secureBlockchain .sprite-about1,
.secureBlockchain .sprite-about2,
.secureBlockchain .sprite-about3,
.secureBlockchain .sprite-about4 {
    width: 45px;
    height: 40px;
    background-image: url(../images/about_icon1.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.secureBlockchain .sprite-about2 {
    background-image: url(../images/about_icon2.webp);
}

.secureBlockchain .sprite-about3 {
    background-image: url(../images/about_icon3.webp);
}

.secureBlockchain .sprite-about4 {
    background-image: url(../images/about_icon4.webp);
}

.secureBlockchain .about-box p {
    color: #3c3c3c;
    font-size: 18px;
    margin-top: 50px;
    font-family: var(--proximaSemiBold);
}

.secureBlockchain .about-box-inner::before {
    height: 120px;
    border-color: #828282;
    background: #fff !important;
    width: 120px;
}

.secureBlockchain .about-box-inner .about-box-inner-thumb {
    min-height: 10px;
    line-height: 0;
}

.BlockchaingetInTouchSection {
    background-image: url(../images/hire_blockchain_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0;
}

.BlockchaingetInTouchSection h3 {
    font-family: var(--proximaSemiBold);
}

.BlockchaingetInTouchSection p {
    font-size: 28px;
    line-height: 1.45;
    margin: 12px 0 25px;
}

.blockchainCus_service p {
    line-height: 1.45;
}

.sec-mvp-dev.blockchainService .mvp-dev-box {
    padding: 37px 27px 15px;
    border-radius: 10px;
}

.sec-mvp-dev .mvp-dev-box h4 {
    font-size: 23px;
    color: #1f227d;
    padding-left: 60px;
    min-height: 55px;
    display: flex;
    align-items: center;
    background-image: url(../images/blockchain_serv_icon1.webp);
    background-repeat: no-repeat;
    background-size: auto 55px;
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon1 h4 {
    padding-left: 48px;
}

.sec-mvp-dev .mvp-dev-box.sericon2 h4 {
    background-image: url(../images/blockchain_serv_icon2.webp);
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon3 h4 {
    background-image: url(../images/blockchain_serv_icon3.webp);
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon4 h4 {
    padding-left: 70px;
    background-image: url(../images/blockchain_serv_icon4.webp);
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon5 h4 {
    padding-left: 70px;
    background-image: url(../images/blockchain_serv_icon5.webp);
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon6 h4 {
    padding-left: 70px;
    background-image: url(../images/blockchain_serv_icon6.webp);
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon7 h4 {
    padding-left: 65px;
    background-image: url(../images/blockchain_serv_icon7.webp);
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon8 h4 {
    padding-left: 77px;
    background-image: url(../images/blockchain_serv_icon8.webp);
    background-position: left center;
}

.sec-mvp-dev .mvp-dev-box.sericon9 h4 {
    background-image: url(../images/blockchain_serv_icon9.webp);
    background-position: left center;
}

.blockchainBody .common-heading {
    color: var(--secondryColor);
}

.common-heading-small {
    color: var(--secondryColor);
    font-family: var(--proximaBold);
    max-width: 1050px;
    margin: 0 auto;
    font-size: 40px;
    margin-bottom: 30px;
}

.indus-sec.blockchainSolution .indus-box h5 {
    font-size: 20px;
    font-family: var(--proximaBold);
    color: #3d3d3d;
}

.blockchainSolution .sprite {
    width: 100px;
    height: 85px;
    background-image: url(../images/blockchain_solution_icon1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.blockchainSolution .sprite-indus2 {
    background-image: url(../images/blockchain_solution_icon2.webp);
}

.blockchainSolution .sprite-indus3 {
    background-image: url(../images/blockchain_solution_icon3.webp);
}

.blockchainSolution .sprite-indus4 {
    background-image: url(../images/blockchain_solution_icon4.webp);
}

.blockchainSolution .sprite-indus5 {
    background-image: url(../images/blockchain_solution_icon5.webp);
}

.blockchainSolution .sprite-indus6 {
    background-image: url(../images/blockchain_solution_icon6.webp);
}

.blockchainSolution .sprite-indus7 {
    background-image: url(../images/blockchain_solution_icon7.webp);
}

.blockchainSolution .sprite-indus8 {
    background-image: url(../images/blockchain_solution_icon8.webp);
}

.blockchainSolution .sprite-indus9 {
    background-image: url(../images/blockchain_solution_icon9.webp);
}

.blockchainSolution .sprite-indus10 {
    background-image: url(../images/blockchain_solution_icon10.webp);
}

.blockchainIndustries {
    background: var(--secondryColor);
}

.col-6.col-md {
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.blockchainIndustries-box h5 {
    font-size: 17px;
    font-family: var(--proximaBold);
    color: #3d3d3d;
    margin: 0;
}

.blockchainIndustries-box {
    border-radius: 10px;
    background: #fff;
    padding: 30px 5px;
    margin-bottom: 24px;
    text-align: center;
    top: 0;
    transition: all.2s;
    position: relative;
}

.blockchainIndustries-box:hover {
    top: -5px;
}

i.indusicons {
    display: inline-block;
    width: 55px;
    height: 45px;
    background-image: url(../images/blockchain_industries_icon1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

i.indusicons.sprite-BCindus2 {
    background-image: url(../images/blockchain_industries_icon2.webp);
}

i.indusicons.sprite-BCindus3 {
    background-image: url(../images/blockchain_industries_icon3.webp);
}

i.indusicons.sprite-BCindus4 {
    background-image: url(../images/blockchain_industries_icon4.webp);
}

i.indusicons.sprite-BCindus5 {
    background-image: url(../images/blockchain_industries_icon5.webp);
}

i.indusicons.sprite-BCindus6 {
    background-image: url(../images/blockchain_industries_icon6.webp);
}

i.indusicons.sprite-BCindus7 {
    background-image: url(../images/blockchain_industries_icon7.webp);
}

i.indusicons.sprite-BCindus8 {
    background-image: url(../images/blockchain_industries_icon8.webp);
}

i.indusicons.sprite-BCindus9 {
    background-image: url(../images/blockchain_industries_icon9.webp);
}

i.indusicons.sprite-BCindus10 {
    background-image: url(../images/blockchain_industries_icon10.webp);
}

i.indusicons.sprite-BCindus11 {
    background-image: url(../images/blockchain_industries_icon11.webp);
}

i.indusicons.sprite-BCindus12 {
    background-image: url(../images/blockchain_industries_icon12.webp);
}

i.indusicons.sprite-BCindus13 {
    background-image: url(../images/blockchain_industries_icon13.webp);
}

i.indusicons.sprite-BCindus14 {
    background-image: url(../images/blockchain_industries_icon14.webp);
}

.blockchainDevProcess_step {
    display: flex;
    flex-wrap: wrap;
}

.devProcess {
    width: 16.6666%;
    text-align: center;
}

.devProcess h4 {
    background: #fff;
    border: 1px solid #ffac32;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--proximaSemiBold);
    color: #ffac32;
    border-radius: 50px;
    padding: 8px 15px 6px;
    margin: 17px -30px 8px;
    display: inline-block;
}

.devProcess:hover h4 {
    background: #ffac32;
    color: #fff !important;
}

.devProcess p {
    font-size: 15px;
    line-height: 1.3;
    margin: 11px -50px;
    min-height: 90px;
}

.devProcess1,
.devProcess3,
.devProcess5 {
    margin-top: 140px;
}

.devProcess.devProcess2 h4 {
    border-color: #f15a24;
    color: #f15a24;
}

.devProcess.devProcess2:hover h4 {
    background: #f15a24;
}

.devProcess.devProcess3 h4 {
    border-color: #484c7f;
    color: #484c7f;
}

.devProcess.devProcess3:hover h4 {
    background: #484c7f;
}

.devProcess.devProcess4 h4 {
    border-color: #056793;
    color: #056793;
}

.devProcess.devProcess4:hover h4 {
    background: #056793;
}

.devProcess.devProcess5 h4 {
    border-color: #2089a4;
    color: #2089a4;
}

.devProcess.devProcess5:hover h4 {
    background: #2089a4;
}

.devProcess.devProcess6 h4 {
    border-color: #32b5c0;
    color: #32b5c0;
}

.devProcess.devProcess6:hover h4 {
    background: #32b5c0;
}

.whyrvBlockchain .cardsSec .cardStyle {
    background: transparent;
}

.findBlockchainInd {
    background-image: url(../images/find_blockchain_bg.webp);
}


/**************NFT Development Company CSS**************/

.blockchainBannerSection.nftBannerSection h1.bg-title {
    background: #fd86e7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fd86e7 18%, #64e8fb 100%);
    background: -webkit-linear-gradient(top, #fd86e7 18%, #64e8fb 100%);
    background: linear-gradient(to bottom, #fd86e7 18%, #64e8fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fd86e7', endColorstr='#64e8fb', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 130px;
    line-height: .8;
}

.nftBannerSection .blockchaincontentCol h2,
.nftBannerSection .blockchaincontentCol p {
    color: #fff;
}

.nftBannerSection .blockchaincontentCol {
    max-width: 550px;
}

.BlockchaingetInTouchSection.hireNftDev {
    background-image: url(../images/hire_nft_bg.webp);
}

.findNftInd {
    background-image: url(../images/find_nft_bg.webp);
}

.findNftInd .container {
    max-width: 1050px;
}

.sec-mvp-dev.nftServices .mvp-dev-box h4 {
    padding-left: 75px;
    background-image: url(../images/nft_serv_icon1.webp);
    background-repeat: no-repeat;
    background-size: auto 55px;
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon2 h4 {
    background-image: url(../images/nft_serv_icon2.webp);
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon3 h4 {
    background-image: url(../images/nft_serv_icon3.webp);
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon4 h4 {
    padding-left: 65px;
    background-image: url(../images/nft_serv_icon4.webp);
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon5 h4 {
    padding-left: 65px;
    background-image: url(../images/nft_serv_icon5.webp);
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon6 h4 {
    padding-left: 70px;
    background-image: url(../images/nft_serv_icon6.webp);
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon7 h4 {
    padding-left: 60px;
    background-image: url(../images/nft_serv_icon7.webp);
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon8 h4 {
    padding-left: 68px;
    background-image: url(../images/nft_serv_icon8.webp);
    background-position: left center;
}

.sec-mvp-dev.nftServices .mvp-dev-box.sericon9 h4 {
    padding-left: 68px;
    background-image: url(../images/nft_serv_icon9.webp);
    background-position: left center;
}

.blockchainDevProcess_step.mobile {
    display: none;
}


/******* media queries **********/

@media (min-width: 1240px) {
    .container {
        max-width: 1280px;
    }
    .realEstatePage section .container {
        max-width: 1233px;
    }
    .ecommercePage section .container,
    .fitnessPage section .container {
        max-width: 1235px;
    }
    .groceryBannerSection h2 {
        font-size: 47px;
    }
    .groceryBannerSection .bannerContent h1 {
        font-size: 24px !important;
        padding: 5px 15px;
    }
    .sportsBannerSection .grocerycontentCol {
        max-width: 530px;
    }
    .socialBannerSection h2 {
        font-size: 55px;
        margin-bottom: 21px;
    }
    .socialBannerSection h2 span {
        font-size: 40px;
    }
    .socialBannerSection .grocerycontentCol {
        padding: 0;
        max-width: 465px;
    }
    .socialBannerSection {
        padding: 17% 0 5.5%;
    }
    .socialBannerSection h3 {
        margin-bottom: 30px;
        font-size: 32px;
    }
}

@media (min-width: 1400px) {
    .groceryBannerSection h2 {
        font-size: 50px;
    }
    .groceryBannerSection .bannerContent h1 {
        font-size: 26px !important;
        padding: 5px 15px;
        letter-spacing: 1px;
    }
    .fintechBannerSection .bannerContent h1 {
        font-size: 30px !important;
    }
    .socialBannerSection h2 {
        font-size: 60px;
        margin-bottom: 21px;
    }
    .socialBannerSection h2 span {
        font-size: 44px;
    }
    .socialBannerSection .grocerycontentCol {
        padding: 0;
        max-width: 500px;
    }
    .socialBannerSection {
        background-position: center;
        padding: 17% 0 10%;
    }
    .socialBannerSection h3 {
        margin-bottom: 30px;
        font-size: 35px;
    }
    .handyman_serv.grocery_serv.onlineReatailerSec .sec2Img img {
        width: 145%;
        max-width: 550px;
    }
    .MarketPlace_serv.grocery_serv.onlineReatailerSec .sec2Img img {
        width: 165%;
        max-width: 650px;
    }
    .sportsBannerSection .grocerycontentCol {
        max-width: 630px;
    }
    .hub_top_section p {
        font-size: 34px;
        font-family: var(--proximaSemiBold);
        line-height: 1.5;
    }
    .big_container {
        max-width: 1585px;
        padding: 0 3% !important;
    }
}

@media (min-width: 1680px) {
    .groceryBannerSection h2 {
        font-size: 54px;
    }
    .grocerycontentCol {
        max-width: 670px;
        padding-bottom: 5%;
    }
    h2.big_title {
        font-size: 3.7vw;
    }
    .socialBannerSection h2 {
        font-size: 68px;
    }
    .socialBannerSection h2 span {
        font-size: 50px;
    }
    .socialBannerSection h3 {
        font-size: 40px;
    }
    .socialBannerSection .grocerycontentCol {
        padding: 0;
        max-width: 580px;
    }
}

@media(max-width: 1840px) {
    .realEstateBannerSection.travelAppBanner .bannerImg {
        width: 620px;
    }
    .ecommerceBannerSection .bannerContent {
        padding: 0 120px;
    }
    /** ecommerce media start**/
    .adminPanel .imgCol img,
    .VendorPanel .imgCol img {
        width: 90%;
    }
    .onlineReatailerSec .bgShape img {
        width: 90%;
    }
    /** ecommerce media start**/
    .bannerSection {
        margin-top: 2px;
    }
    .tagImgCol img {
        width: 400px;
    }
    /** real estate **/
    .realEstateBannerSection .bannerContent {
        padding: 30px 60px;
        margin-left: 40px;
    }
    .advancedFeatureSection .listCol {
        margin-top: 15px;
    }
    .fintechBannerSection.foodDeliveryBannerSection {
        padding: 20% 0 4%;
    }
    .fintechBannerSection .imgCol {
        margin-right: 3%;
    }
}

@media(max-width: 1740px) {
    /** travel media start **/
    .travelApplicationSec .imgCol img {
        margin-left: 228px;
    }
    .ecommerceBannerSection {
        padding: 220px 0 150px;
    }
    .servicesCol .listCol .lContent {
        padding-left: 30px;
    }
}

@media(max-width: 1679px) {
    /* .ecommerceBannerSection {
    margin-top: 90px;
  }*/
    .travelApplicationSec .imgCol {
        margin-left: -475px;
    }
    .foodDeliveryBannerSection .imgCol {
        max-width: 500px;
    }
    .fintechBannerSection .imgCol {
        max-width: 550px;
    }
}

@media(max-width: 1640px) {
    .travelApplicationSec .imgCol img {
        margin-left: 208px;
    }
    .realEstateBannerSection.travelAppBanner .bannerImg {
        margin-bottom: -270px;
    }
    .travelApplicationSec .imgCol {
        margin-left: -430px;
    }
    .travelApplicationSec {
        padding: 150px 0 50px;
    }
    /** fitness start ***/
    .fitnessBreakGirl {
        right: 12%;
    }
    .fitnessBreakGirl img {
        width: 91%;
    }
    /*** ecommerce start**/
    .servicesCol .listCol li p,
    .servicesCol .listCol li h5 {
        font-size: 18px;
    }
    .onlineReatailerSec .sec2Img img {
        margin-left: -90px;
    }
    .servicesCol .btnStyle.btn {
        font-size: 18px;
        padding: 12px 30px;
    }
    .adminPanel .imgCol {
        margin-right: -230px;
    }
    .VendorPanel .imgCol {
        margin-left: -230px;
    }
    .ecommerceBannerSection .bannerContent p {
        font-size: 30px;
        padding-right: 100px;
        margin-bottom: 40px;
        margin-bottom: 20px;
    }
    .ecommerceBannerSection .bannerContent .imgCol {
        right: 20px;
        width: 400px;
    }
    .ecommerceBannerSection .bannerContent h1>span {
        font-size: 68px;
    }
    .ecommerceBannerSection .bannerContent h1 {
        font-size: 42px;
    }
    /*** ecommerce end**/
    /** real estate start **/
    .sec2ImgStyleCol.sec2Img {
        margin-left: -60px;
    }
    .bgImgShape img {
        width: 80%;
        object-fit: contain;
    }
    .realEstateBannerSection .bannerContent {
        margin-left: 0px;
    }
    .realEstateBannerSection .bannerContent h1 {
        font-size: 30px;
    }
    .realEstateBannerSection .bannerContent p {
        font-size: 20px;
    }
    .realEstateBannerSection .bannerImg {
        margin-bottom: -170px;
    }
    /** real estate end **/
    .bannerDownArrow img {
        width: 150px;
    }
    .websiteOwnerImg {
        margin-right: -80px;
    }
    .bannerSection {
        min-height: 720px;
    }
    .tagImgCol img {
        width: 370px;
    }
    .grocery_serv.onlineReatailerSec .sec2Img img {
        width: 120%;
        margin-left: -140px;
        max-width: 500px;
    }
    .onlineReatailerSec.secureBlockchain .sec2Img img {
        width: 145%;
        margin-left: -50%;
        max-width: 145%;
    }
    .BlockchaingetInTouchSection p {
        font-size: 22px;
        line-height: 1.45;
        margin: 12px 0 25px;
    }
    .BlockchaingetInTouchSection h3 {
        font-size: 36px;
    }
    .BlockchaingetInTouchSection {
        padding: 75px 0;
    }
    body.blockchainBody {
        font-size: 18px;
    }
    .common-heading-small {
        font-size: 36px;
    }
    .BlockchaingetInTouchSection .contentCol {
        max-width: 1000px;
    }
}

@media(max-width: 1480px) {
    .travelAppPage .bannerContCol .primaryBtn {
        font-size: 20px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContCol {
        margin-top: 70px;
        max-width: 710px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1>span {
        font-size: 50px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent {
        padding: 30px 170px 30px 80px;
    }
    .realEstateBannerSection.travelAppBanner .bannerImg img {
        max-width: 90%;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1 {
        font-size: 35px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent p {
        font-size: 18px;
    }
    .realEstateBannerSection.travelAppBanner .bannerImg {
        margin-bottom: -230px;
    }
    .travelApplicationSec {
        padding: 120px 0 50px;
    }
    /** fitness start **/
    .fitnessBreakGirl {
        width: 80%;
    }
    /** fitness end **/
    .ecommerceBannerSection .bannerContent .imgCol {
        width: 350px;
        top: -80px
    }
    .ecommerceBannerSection .bannerContent h1>span {
        font-size: 50px;
    }
    .ecommerceBannerSection .bannerContent h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .ecommerceBannerSection .bannerContent p {
        font-size: 28px;
        padding-right: 150px;
        margin-bottom: 40px;
    }
    .ecommerceBannerSection .bannerContent {
        padding: 0 80px;
    }
    .ecommerceBannerSection {
        padding: 200px 0 120px;
    }
    .adminPanel .imgCol img,
    .VendorPanel .imgCol img {
        width: 88%;
    }
    h2.knwldg-page-linking {
        padding-top: 30px;
        font-size: 26px;
    }
    .fintechBannerSection {
        padding: 16% 0 4%;
    }
    .fintechBannerSection .grocerycontentCol {
        padding-bottom: 8%;
    }
    .fintechBannerSection .imgCol {
        max-width: 440px;
        margin-right: 8%;
        top: 25px;
    }
    .onlineReatailerSec.secureBlockchain .sec2Img img {
        width: 110%;
        margin-left: -11%;
        max-width: 111%;
    }
    .BlockchaingetInTouchSection {
        background-position: 80% center;
    }
}

@media(max-width: 1399px) {
    .big_container {
        max-width: 1100px;
    }
    h2.big_title.f_bold {
        font-size: 4vw;
    }
    .hub_top_section p {
        font-size: 22px;
    }
    h2.knwldg-page-linking {
        padding-top: 28px;
        font-size: 24px;
    }
    section.hub_top_section.sectionSpace {
        padding: 60px 0;
    }
    .ecommerceBannerSection.fitnessBannerSec {
        padding: 180px 0 100px;
    }
    .realEstateBannerSection.travelAppBanner .bannerImg {
        margin-bottom: -200px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContCol {
        margin-top: 60px;
    }
    .groceryBannerSection.TaxiBannerSection {
        padding: 16% 0 9%;
        background-position: center;
    }
    /** fitness start **/
    .fitnessBreakGirl {
        width: 77%;
    }
    .fintechBannerSection {
        padding: 16% 0 2.5%;
    }
    .fintechBannerSection.foodDeliveryBannerSection {
        padding: 220px 0 40px;
    }
    .socialBannerSection {
        padding: 17% 0 5.5%;
    }
    .appDevelopmentServices .appServiceCol.paddingStyle {
        padding: 60px 0;
    }
    /** ecommerce start **/
    .onlineReatailerSec .sec2Img img {
        margin-left: -60px;
    }
    .ecommerceExpansionSec {
        padding-top: 70px;
    }
    .getInTouchSection .btnCol {
        padding-top: 10px;
    }
    .getInTouchSection .primaryBtn {
        font-size: 24px;
        padding: 14px 36px;
    }
    .ourExpertiseSection {
        padding: 70px 0 100px
    }
    .servicesCol .listCol .lContent,
    .servicesCol .listCol .lContent h5 {
        font-size: 17px;
    }
    .adminPanel .imgCol {
        margin-right: -200px;
    }
    .VendorPanel .imgCol {
        margin-left: -200px;
    }
    .xlTitle {
        font-size: 46px;
    }
    .onlineReatailerSec {
        padding: 30px 0 30px;
    }
    .onlineReatailerSec .bgShape img {
        width: 80%;
    }
    .ecommerceBannerSection .bannerContent h1 {
        font-size: 36px;
    }
    .ecommerceBannerSection .bannerContent p {
        font-size: 26px;
    }
    .ecommerceBannerSection .bannerContent .imgCol {
        width: 330px;
    }
    .ecommerceBannerSection .bannerContent {
        padding: 0 50px;
    }
    /** ecommerce end **/
    /** real estate start **/
    .bgImgShape img {
        width: 70%;
    }
    span.numberCol {
        height: 80px;
        width: 80px;
        font-size: 80px;
        bottom: -10px;
    }
    .cardsSec .cardStyle p {
        font-size: 18px;
    }
    .realEstatePage .section2Col>.bgImg img {
        width: 60%;
    }
    .sec2ImgStyleCol.sec2Img img {
        margin-left: -10px;
    }
    .fitnessPage .onlineReatailerSec .sec2Img img {
        margin-left: -10px;
    }
    .sec2ImgStyleCol.sec2Img {
        margin-left: 0px;
    }
    .realEstatePage .section2Col {
        padding: 120px 0 70px;
    }
    .realEstateBannerSection .bannerContent p {
        font-size: 18px;
    }
    .realEstateBannerSection .bannerContent {
        padding: 30px 40px;
    }
    .realEstateBannerSection .bannerContent h1 {
        font-size: 28px;
    }
    .realEstateBannerSection .bannerImg {
        margin-bottom: -130px;
    }
    .realEstateBannerSection {
        padding: 150px 0 70px;
    }
    .realEstateBannerSection .bannerCol {
        padding: 150px 40px 0;
    }
    /** real estate start **/
    .AppSec .contentCol {
        padding: 50px 50px 60px 150px;
    }
    .accordionCol button.accordion-button {
        font-size: 26px;
    }
    .bgImg {
        min-height: 780px;
    }
    .tagImgCol img {
        width: 320px;
    }
    .contentSec .imgCol img {
        height: 600px;
        object-fit: contain;
    }
    .websiteOwnerImg {
        margin-right: -30px;
    }
    .lgTitle,
    .myriad_semibold {
        font-size: 38px;
    }
    .extensiveDemandSection.sectionSpace {
        padding-top: 170px;
    }
    .sliderCol>span {
        font-size: 30px;
    }
    .swiper.appDevelopSlider {
        padding: 30px 10px 100px;
    }
    .sectionSpace {
        padding: 80px 0;
    }
    .customerAppSec.AppSec li {
        margin-top: 15px;
    }
    .bannerSection {
        min-height: 700px;
    }
    .gamingImg {
        padding-top: 20px;
    }
    .groceryBannerSection .bannerContent {
        padding-left: 4vw;
    }
    .grocery_serv.onlineReatailerSec .sec2Img img {
        width: 100%;
        margin-left: -10px;
        max-width: 360px;
    }
    .popup_header {
        padding: 10px 15px;
    }
    .offer_popup h3 {
        font-size: 24px;
        margin: 10px 0 5px;
    }
    .offer_popup p {
        font-size: 20px;
        line-height: 1;
    }
    .offer_popup p span.per-off {
        font-size: 85px;
        margin: 0 10px;
    }
    .popup_bottom {
        padding: 10px;
        margin-top: 20px;
    }
    .offer_popup {
        max-width: 440px;
    }
    .HealthCareBannerSection .imgCol {
        max-width: 380px;
    }
    .HealthCareBannerSection.groceryBannerSection h2,
    .foodDeliveryBannerSection.groceryBannerSection h2 {
        font-size: 34px;
    }
    .groceryBannerSection.HealthCareBannerSection {
        padding: 13% 0 5%;
    }
    .groceryBannerSection.HandymanBannerSection {
        padding: 120px 0 0;
    }
    .HandymanBannerSection .imgCol {
        top: 70px;
        left: 0;
    }
    .groceryBannerSection.MarketPlaceBannerSection {
        padding: 19% 0 10%;
        background-position: center;
    }
    .sportsBannerSection.groceryBannerSection {
        padding: 22% 0 11%;
    }
    .logisticsBannerSection.groceryBannerSection .grocerycontentCol {
        max-width: 480px;
    }
}

@media(max-width: 1300px) {
    .realEstateBannerSection.travelAppBanner .bannerImg {
        width: 550px;
    }
    .travelApplicationSec .imgCol {
        margin-left: -300px;
    }
    .travelApplicationSec .imgCol img {
        margin-left: 173px;
    }
    .fitnessBreakGirl {
        width: 81%;
    }
    .onlineReatailerSec .sec2Img img {
        margin-left: -40px;
    }
    .adminPanel .imgCol img,
    .VendorPanel .imgCol img {
        width: 83%;
    }
    .devProcess {
        width: 33.33%;
    }
    .devProcess p {
        margin: 11px 0 0;
    }
    .devProcess1,
    .devProcess3,
    .devProcess5 {
        margin-top: 5px;
    }
}

@media(max-width: 1239px) {
    .realEstateBannerSection.travelAppBanner .bannerImg {
        margin-bottom: -190px;
    }
    .travelApplicationSec {
        padding: 120px 0 50px;
    }
    /** fitness **/
    .fitnessPage .advancedFeatureSection .listCol {
        padding-top: 30px;
    }
    .ecommerceBannerSection.fitnessBannerSec .bannerContent .imgCol {
        display: none;
    }
    .fitnessBreakGirl {
        right: 0;
    }
    .fitnessBreakGirl img {
        width: 96%;
    }
    .advancedFeatureSection .listCol li {
        font-size: 18px;
        margin-top: 8px;
    }
    .startupSliderSection .imgStyle.imgCol {
        margin-right: -40px;
    }
    .keyList p {
        font-size: 16px;
    }
    .listSec {
        margin: 10px 0;
    }
    .groceryBannerSection .bannerContent h1 {
        font-size: 22px !important;
        padding: 5px 13px;
    }
    .grocerycontentCol {
        padding-bottom: 15%;
    }
    .socialBannerSection h2 {
        font-size: 55px;
        margin-bottom: 21px;
    }
    .socialBannerSection h2 span {
        font-size: 40px;
    }
    .socialBannerSection .grocerycontentCol {
        padding: 0;
        max-width: 465px;
    }
    .socialBannerSection {
        padding: 17% 0 5.5%;
    }
    .socialBannerSection h3 {
        margin-bottom: 30px;
        font-size: 32px;
    }
    body header.global-header nav a {
        font-size: 16px;
    }
}

@media(max-width: 1199px) {
    .realEstateBannerSection.travelAppBanner .bannerContCol {
        margin-right: -260px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1>span {
        font-size: 40px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1 {
        font-size: 30px;
    }
    .realEstateBannerSection.travelAppBanner .bannerImg {
        margin-left: -30px;
    }
    .appServiceCol .btnCol .primaryBtn {
        font-size: 22px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent {
        padding: 30px 180px 30px 80px;
    }
    .groceryBannerSection.TaxiBannerSection {
        padding: 20% 0 14%;
        background-position: center;
    }
    .marketplace_expertise.our_services .cs-box h2 {
        font-size: 24px;
    }
    h2.knwldg-page-linking {
        padding-top: 28px;
        font-size: 20px;
    }
    /*** fitness page **/
    .fitnessBreakGirl img {
        width: 100%;
    }
    .cardStyle2 h5 {
        font-size: 22px;
    }
    .cardStyle2 p {
        font-size: 18px;
    }
    .cardStyle2 {
        padding: 30px 20px;
    }
    .fitnessBreakGirl {
        width: 68%;
    }
    /** ecommerce media start **/
    .ecommercePage .listSec {
        margin: 10px 0;
    }
    .adminPanel .imgCol {
        margin-right: 0px;
        text-align: center;
    }
    .VendorPanel .imgCol {
        margin-left: 0px;
        text-align: center;
    }
    .userAppSec .imgCol {
        width: 384px;
        margin: 0 auto;
    }
    .servicesCol .titleCol {
        padding-bottom: 30px;
    }
    .adminPanel .imgCol img,
    .VendorPanel .imgCol img {
        width: 100%;
    }
    .servicesCol .btnCol {
        padding-left: 0px;
        text-align: center;
    }
    .xlTitle,
    .getInTouchSection h2 {
        font-size: 38px;
    }
    .cardStyle1 {
        padding: 25px 15px
    }
    .onlineReatailerSec {
        padding: 100px 0 70px;
    }
    .ecommerceBannerSection {
        padding: 160px 0 90px;
    }
    .ecommerceBannerSection .bannerContent .imgCol {
        width: 300px;
        top: -60px;
    }
    .ecommerceExpansionSec {
        padding-top: 50px;
    }
    /** ecommerce media end**/
    /*** real estate start **/
    .card1,
    .card3 {
        padding-right: 30px;
    }
    .card2,
    .card4 {
        padding-left: 30px;
    }
    .advancedFeatureSection .listCol li:before {
        top: 8px;
    }
    .cardsSec .cardStyle {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .advancedFeatureSection .listCol li {
        font-size: 17px;
        margin-top: 4px;
    }
    .bookConsultant h3.mdTitle {
        font-size: 30px;
    }
    .advancedFeatureSection .listCol {
        margin-left: -70px;
    }
    .bookConsultant {
        padding: 15px 20px 15px 40px;
        bottom: -42px;
    }
    span.numberCol {
        height: 70px;
        width: 70px;
        font-size: 60px;
    }
    .appServiceCol {
        padding-top: 50px;
    }
    .realEstatePage .section2Col>.bgImg img {
        width: 50%;
    }
    .realEstateBannerSection .bannerContent p {
        font-size: 16px;
    }
    .realEstateBannerSection .bannerContent h1 {
        font-size: 25px;
    }
    .realEstateBannerSection .bannerCol {
        padding: 150px 20px 0;
    }
    /*** real estate end **/
    .testimonialSection .lgTitle span>img {
        width: 30px;
    }
    .topTitle {
        font-size: 25px;
    }
    .torontoBannerSection {
        padding: 90px 0 50px;
    }
    .tImg img {
        width: 400px;
        object-fit: contain;
    }
    .torontoBannerSection .bannerContent .titleBg {
        padding: 0 30px;
    }
    .torontoBannerSection .bannerContent {
        padding: 230px 0px;
    }
    .faqSection,
    .testimonialSection,
    .industryCardSection,
    .formSection,
    .letTalkSection {
        padding: 70px 0;
    }
    .rContent {
        font-size: 20px;
    }
    .form2Style .formCol .form-control {
        font-size: 18px;
    }
    .stepContent h4 {
        font-size: 24px;
    }
    /*** toronto end ***/
    .startupSlider .swiper-pagination {
        height: 24px;
    }
    .AppSec .lgTitle {
        font-size: 32px;
    }
    .aboutCol p {
        padding-right: 0;
    }
    .footerCol:before {
        right: -7px;
    }
    .AppSec .imgCol {
        max-width: 360px;
    }
    .extensiveDemandSection.sectionSpace {
        padding-top: 110px;
    }
    .counterTitle span {
        font-size: 25px;
    }
    .accordionCol button.accordion-button {
        font-size: 23px;
        padding: 15px 40px 15px 50px;
    }
    .contentSec .imgCol {
        margin-bottom: -30px;
    }
    .swiper-pagination {
        bottom: 10px!important;
        height: 26px;
    }
    .contentSec .imgCol img {
        height: 500px
    }
    .tagImgCol img {
        width: 280px;
    }
    .bgImg {
        min-height: 630px;
    }
    .navCol {
        padding-right: 10px;
    }
    .navCol li a {
        font-size: 16px;
    }
    .logo img {
        width: 260px;
    }
    .addHeader .logo img {
        width: 230px;
    }
    .headerSection {
        padding: 20px 0;
    }
    .headerSection.addHeader {
        padding: 15px 0;
    }
    .headerBtn .btnStyle.btn {
        font-size: 16px;
        padding: 13px 30px;
    }
    .addHeader .headerBtn .btnStyle.btn {
        padding: 10px 25px;
    }
    body {
        font-size: 18px;
    }
    .footerCol li a {
        font-size: 16px;
    }
    .footerIcons img {
        width: 18px;
        height: 18px;
    }
    .footerIcons {
        top: 23px;
    }
    h1,
    h2 {
        margin-bottom: 20px;
    }
    .AppSec .listCol span img {
        height: 20px;
        width: 20px;
    }
    .customerAppSec.AppSec li {
        font-size: 16px;
        margin-top: 15px;
    }
    .AppSec li {
        padding-left: 35px;
        margin-top: 10px;
    }
    .AppSec .touchBtn .primaryBtn {
        font-size: 20px;
    }
    .touchBtn {
        padding-top: 30px;
    }
    .counterCol span.cContent {
        font-size: 20px;
    }
    .counterCol h2 {
        font-size: 50px;
        margin: 100px 0 70px;
    }
    .counterSection {
        padding: 70px 0;
    }
    .smTitle,
    .sliderCol .smTitle {
        font-size: 20px;
    }
    .getInTouchSection a.primaryBtn {
        font-size: 20px;
    }
    .keyList {
        max-width: 300px;
    }
    .keySecCol .imgCol {
        margin-bottom: -70px;
    }
    .keyList h3 {
        font-size: 18px;
    }
    .keyIcon img {
        height: 30px;
        width: 30px;
        object-fit: contain;
    }
    .keyFeatureSection {
        padding-top: 50px;
    }
    .sliderCardStyle {
        padding: 30px 20px 70px;
    }
    .sliderCardStyle p {
        font-size: 16px;
        margin: 10px 0 25px;
    }
    .sliderCardStyle a.btn.btnStyle {
        padding: 10px 25px;
        font-size: 16px;
        bottom: 34px;
    }
    .sliderCardStyle>img {
        height: 170px;
    }
    .sliderCardStyle .contentCol {
        padding-top: 20px;
    }
    .swiper.appDevelopSlider {
        padding: 30px 10px 60px;
    }
    .lgTitle,
    .myriad_semibold {
        font-size: 35px;
    }
    .sliderCol>span {
        font-size: 26px;
    }
    .bannerContent p {
        font-size: 20px;
        padding: 0px 90px 30px;
    }
    .bannerSection {
        padding: 50px 0 80px;
        min-height: 570px;
        margin-top: 90px;
    }
    .sectionSpace {
        padding: 80px 0;
    }
    .AppSec .contentCol {
        padding: 40px 20px 50px 70px;
        margin-left: -50px;
    }
    .websiteOwnerImg {
        margin-right: -20px;
    }
    .groceryBannerSection {
        padding-top: 140px;
    }
    .groceryBannerSection.HealthCareBannerSection {
        padding: 140px 0 40px;
    }
    .sportsBannerSection.groceryBannerSection {
        padding: 23% 0 9%;
    }
    .socialBannerSection {
        padding: 220px 0 110px !important;
    }
    .blockchaincontentCol h1.bg-title {
        font-size: 52px;
    }
    .blockchaincontentCol p {
        font-size: 18px;
    }
    .secureBlockchain .about-box-inner::before {
        height: 90px;
        width: 90px;
    }
    .secureBlockchain .about-box-inner h2 {
        font-size: 30px;
    }
    .secureBlockchain .about-box p {
        font-size: 16px;
        margin-top: 40px;
        line-height: 1.2;
    }
    .BlockchaingetInTouchSection h3 {
        font-size: 26px;
    }
    .BlockchaingetInTouchSection p {
        font-size: 18px;
        line-height: 1.45;
        margin: 7px 0 15px;
    }
    .BlockchaingetInTouchSection {
        padding: 65px 0;
        background-position: 85% center;
    }
    .BlockchaingetInTouchSection .contentCol {
        max-width: 730px;
    }
    .sec-mvp-dev.blockchainService .mvp-dev-box {
        padding: 30px 25px 10px;
        border-radius: 10px;
    }
    .sec-mvp-dev .mvp-dev-box h4 {
        font-size: 20px;
    }
    .col-6.col-md {
        flex: 1 0 20%;
        max-width: 100%;
    }
    body .client-note-inner {
        padding: 35px 25px 35px 35px;
    }
}

@media(max-width: 991px) {
    .whatsappIcon img {
        width: 30px;
    }
    .topBar ul {
        text-align: center;
    }
    .whatsappIcon {
        padding: 0 20px;
    }
    header.global-header nav {
        order: 0;
    }
    .callIcon {
        display: none;
    }
    .realEstateBannerSection.travelAppBanner .bannerContCol {
        max-width: 630px;
    }
    .travelAppPage .keySecCol .imgCol {
        margin-left: auto;
    }
    .appServiceCol .btnCol .primaryBtn {
        font-size: 20px;
    }
    .appServiceCol .btnCol {
        margin-top: 30px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContCol {
        margin-right: -20px;
    }
    .realEstateBannerSection.travelAppBanner .bannerImg {
        display: none;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent {
        padding: 30px 30px 30px 70px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .travelApplicationSec .imgCol {
        margin-left: 0px;
    }
    .travelApplicationSec .imgCol img {
        margin-left: 80px;
    }
    .travelApplicationSec {
        padding: 70px 0 50px;
    }
    .popupfooter {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    /*** travel app pagee start **/
    .langCol .listStyle li button {
        min-width: 130px;
    }
    /** travel app page end **/
    .fitnessPage .advancedFeatureSection .listCol {
        padding-top: 10px;
    }
    .fitnessPage .onlineReatailerSec .bgShape {
        top: 10%;
    }
    .fitnessBreakGirl {
        display: none;
    }
    .blur {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(3px);
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
    .socialBannerSection .blur {
        background: rgb(0 0 0 / 22%);
    }
    /** ecommerce start **/
    .servicesCol .titleCol {
        padding-bottom: 20px;
    }
    .ecommerceExpansionSec .order-lg-last,
    .ecommerceExpansionSec .imgCol {
        text-align: center;
    }
    .ecommerceExpansionSec {
        padding-top: 30px;
    }
    .userAppSec .imgCol {
        width: 330px;
    }
    .ecommerceBannerSection .bannerContent .imgCol {
        width: 250px;
    }
    .ecommerceBannerSection .bannerContent p {
        font-size: 24px;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .ecommerceBannerSection .bannerContent h1>span {
        font-size: 50px;
    }
    .onlineReatailerSec .sec2Img img {
        margin-left: 0px;
        width: 380px;
    }
    .onlineReatailerSec .sec2Img {
        text-align: center;
    }
    .adminPanel .imgCol:before,
    .VendorPanel .imgCol:before {
        top: -100px;
    }
    .xlTitle,
    .getInTouchSection h2 {
        font-size: 35px;
    }
    .onlineReatailerSec {
        padding: 70px 0 70px;
    }
    .onlineReatailerSec .bgShape {
        top: 20%;
        transform: translateY(0%);
    }
    /** ecommerce end **/
    /** real estate start **/
    .appServiceCol .imgCol {
        text-align: center;
    }
    .bgImgShape {
        top: 30%;
    }
    .cardsSec .cardStyle h2 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .cardsSec {
        padding-top: 20px;
    }
    .cardsSec .cardStyle p {
        font-size: 16px;
    }
    .bookConsultant h3.mdTitle {
        font-size: 25px;
    }
    .advancedFeatureSection .listCol li {
        margin-top: 0px;
    }
    .advancedFeatureSection .listCol {
        margin-left: 0;
    }
    .appServiceCol {
        padding-top: 30px;
    }
    .sec2ImgStyleCol.sec2Img img {
        margin-left: 0px;
    }
    .fitnessPage .onlineReatailerSec .sec2Img img {
        margin-left: 0px;
    }
    .sec2ImgStyleCol.sec2Img {
        max-width: 440px;
        margin: 0 auto;
    }
    .realEstateBannerSection .bannerImg {
        max-width: 380px;
        margin-left: auto;
        margin-bottom: 0;
    }
    .realEstateBannerSection .bannerContent {
        border-radius: 150px;
    }
    /** real estate end **/
    .craftingSection .contentCol {
        max-width: 100%;
    }
    .topTitle {
        font-size: 22px;
    }
    .tImg img {
        width: 360px;
    }
    .torontoBannerSection .bannerContent .titleBg {
        padding: 6px 30px;
        font-size: 32px;
    }
    .torontoBannerSection .bannerContent {
        padding: 190px 0px;
    }
    .craftingSection img {
        height: 500px;
        object-fit: contain;
        margin-top: 20px;
        width: 100%;
    }
    .tContent::before {
        top: -10px;
        height: 40px;
        width: 40px;
    }
    .rCardStyle {
        margin: 40px auto 0;
    }
    .rImg img {
        height: 90px;
        width: 90px
    }
    .stepContent h4 {
        font-size: 22px;
    }
    .stepImgStyle {
        height: 140px;
        width: 140px;
    }
    .stepImg {
        height: 125px;
        width: 125px;
    }
    .footerSection {
        padding: 30px 0 30px;
    }
    /***** toronto media end ***/
    .bannerSection {
        margin-top: 70px;
    }
    .onDemandSection .imgCol {
        margin-right: 0px;
    }
    .mdTitle {
        font-size: 32px;
    }
    .tagImgCol {
        top: 20%;
    }
    .startupSlider .contentCol .btn.btnStyle {
        padding: 10px 25px;
    }
    .startupSlider .contentCol p {
        font-size: 17px;
    }
    .aboutCol {
        padding-right: 0px;
    }
    .AppSec.customerAppSec .imgCol img {
        margin-bottom: 0px;
    }
    .footerCol:before {
        display: none;
    }
    .extensiveDemandSection.sectionSpace {
        padding-top: 80px;
    }
    .counterTitle span {
        font-size: 22px;
    }
    .bgImg {
        min-height: 520px;
    }
    .tagImgCol img {
        width: 220px;
    }
    .contentSec .imgCol img {
        height: 400px
    }
    .dropdown-toggle::before {
        filter: invert(1);
    }
    .btnStyle.btn {
        font-size: 16px;
        padding: 13px 30px;
    }
    .getInTouchSection a.primaryBtn {
        font-size: 18px;
    }
    .accordionCol button.accordion-button {
        font-size: 20px;
    }
    .footerCol {
        max-width: 100%;
        margin-top: 30px;
    }
    .footerBtnSection {
        padding: 30px 0 30px;
    }
    .footerCol li {
        padding-top: 15px;
    }
    .footerIcons {
        top: 18px;
    }
    .socialIcons {
        justify-content: center;
        padding-bottom: 10px;
    }
    .copyrightText {
        text-align: center;
    }
    .formSec {
        margin-bottom: 90px;
    }
    .footerTopSection {
        padding-top: 30px;
    }
    .navCol {
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        left: 0;
        background-color: #ffffff;
        bottom: 0;
        padding: 40px 30px;
        width: 250px;
        text-align: left;
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
    }
    .actNav .navCol {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
    .actNav .barOne {
        opacity: 0;
    }
    .actNav .barTwo {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        margin-top: 0px;
    }
    .actNav .barThree {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        margin-top: -2px;
    }
    .navCol li a {
        color: var(--secondryColor);
    }
    .navCol li {
        display: block;
    }
    .navCol li+li {
        padding-left: 0;
        padding-top: 10px;
    }
    li.hBtn {
        margin-top: 20px;
    }
    .bannerContent p {
        font-size: 18px;
        padding: 0px 0px 10px
    }
    .lgTitle,
    .myriad_semibold {
        font-size: 30px;
    }
    .emailCol .btnStyle {
        min-height: 50px;
        width: 150px;
    }
    .emailCol .form-control {
        min-height: 50px;
        font-size: 18px;
        padding: 10px 160px 10px 20px;
    }
    .sectionSpace {
        padding: 70px 0;
    }
    .keyListLeft .contentCol {
        text-align: left;
    }
    .keySecCol .imgCol {
        margin: 0 auto;
        max-width: 340px;
    }
    .keyList {
        max-width: 100%;
    }
    .smTitle,
    .sliderCol .smTitle {
        font-size: 18px;
    }
    span.btnArrow img {
        width: 15px;
    }
    .AppSec .imgCol {
        max-width: 100%;
        text-align: center;
    }
    .AppSec .contentCol {
        padding: 50px 30px 50px 30px;
        margin-left: 0px;
    }
    .websiteOwnerImg {
        margin-right: 0px;
    }
    .AppSec .touchBtn .primaryBtn {
        font-size: 16px;
    }
    .AppSec.customerAppSec {
        padding-top: 10px;
    }
    .counterCol h2:before {
        height: 100px;
        width: 100px;
    }
    .counterCol h2 {
        font-size: 40px;
        margin: 70px 0 50px;
    }
    .counterCol span.cContent {
        font-size: 16px;
    }
    .sportsBannerSection.groceryBannerSection {
        padding: 170px 0 70px;
    }
    .op_img {
        width: 240px;
        height: 240px;
        padding: 20px;
    }
    .case-study-sec-controller .case-study-sec {
        background-color: #0c1b4c;
        padding-top: 0;
    }
    .case-study-sec .case-study-slide-inner .content-outer {
        padding: 6% 6% 5% !important;
    }
    .case-study-slide-inner .content-outer .case-content {
        max-width: 100% !important;
        margin-bottom: 25px;
        text-align: center;
    }
    .row.g-5.g-xl-3 {
        --bs-gutter-x: 0;
    }
    .socialBannerSection .bannerContent {
        padding: 0;
    }
    .socialBannerSection h2 {
        font-size: 44px;
    }
    .socialBannerSection h2 span {
        font-size: 32px;
    }
    .socialBannerSection h3 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .socialBannerSection {
        padding: 190px 0 90px !important;
    }
    .blockchainBannerSection {
        padding: 170px 0 80px;
        background-position: 60% center;
    }
    .blockchaincontentCol h2 {
        margin-bottom: 10px;
    }
    .blockchaincontentCol p {
        margin-bottom: 15px;
    }
    .onlineReatailerSec.secureBlockchain .sec2Img img {
        width: 100%;
        margin-left: 0;
        max-width: 450px;
    }
    .secureBlockchain .about-box-inner::before {
        height: 120px;
        width: 120px;
    }
    .secureBlockchain .about-box-inner h2 {
        font-size: 40px;
    }
    .secureBlockchain .about-box p {
        font-size: 18px;
        margin-top: 60px;
        line-height: 1.2;
    }
    .common-heading-small {
        font-size: 30px;
    }
    .col-6.col-md {
        flex: 1 0 33.33%;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .knowledge-base-links ul li {
        width: 48%;
        text-align: center;
    }
    h2.knwldg-page-linking {
        padding-top: 20px;
        font-size: 18px;
    }
    .knowledge-base-links ul {
        gap: 25px 0;
    }
    label.m-display {
        display: block;
        cursor: pointer;
    }
    .mobile-accordion {
        background-color: #f0f4f9;
        padding-right: 21px;
        margin-bottom: 30px;
    }
    .hub_top_section p {
        font-size: 20px;
    }
    h2.big_title.f_bold {
        font-size: 8.25vw;
    }
    .m-display {
        display: block;
        transition: transform 1s ease;
        padding: 13px 21px 13px 20px;
        border-radius: 3px;
        background-image: url(../images/tabs-plus.svg);
        background-position: center right;
        background-repeat: no-repeat;
        transition: transform 1s ease;
    }
    .hub-inner .accordion {
        background: #f0f4f9;
        padding: 0 10px 15px;
    }
    .hub-inner .accordion .tab h3 {
        padding: 10px 30px 10px 10px;
        font-size: 16px;
        margin: 0;
    }
    .hub-inner .accordion .title {
        font-size: 16px;
    }
    .hub-inner .accordion .tab {
        margin-bottom: 0;
    }
    .hub-inner .accordion .tab h3::after {
        right: 10px;
        top: 13px;
    }
    .hub-inner .accordion .tab h3.active::after {
        top: 21px;
    }
    .mobile-accordion>input~.box-full {
        display: none;
    }
    .mobile-accordion>input:checked~.box-full {
        display: block;
        transition: transform 1s ease;
    }
    .knowledge-base-links,
    .knowledge-base-links-inner {
        padding-left: 0;
    }
    .logisticsBannerSection.groceryBannerSection .grocerycontentCol {
        max-width: 100%;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .ecommerceBannerSection.fitnessBannerSec {
        padding: 150px 0 80px;
    }
    .travelApplicationSec {
        padding: 50px 0 50px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1 {
        font-size: 32px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent {
        padding: 30px 30px 30px 60px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContCol {
        margin-top: 0;
    }
    .sliderCardStyle a.btn.btnStyle {
        padding: 10px 20px;
    }
    .travelApplicationSec .imgCol img {
        margin-left: 70px;
    }
    .fitnessPage .advancedFeatureSection .listCol {
        padding-top: 0px;
    }
    .cardIconCol img {
        height: 57px;
        width: 57px;
    }
    .cardStyle2 p {
        font-size: 16px;
    }
    .marketplace_expertise.our_services .cs-box.mrt-sidespace {
        padding: 20px 10px;
        margin: 0 !important;
    }
    .marketplace_expertise.our_services .cs-box .tecs .tecs-box i:not(.sprite.sprite-s15) {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        margin: 0;
        transform-origin: 0;
    }
    .marketplace_expertise.our_services .cs-box .tecs .tecs-box {
        margin-top: -10px;
    }
    .fitnessPage .onlineReatailerSec .bgShape {
        top: 5%;
    }
    .fitnessPage .onlineReatailerSec {
        padding: 50px 0 50px;
    }
    .cardStyle2 h5 {
        font-size: 20px;
    }
    .groceryBannerSection.TaxiBannerSection {
        padding: 150px 0 70px;
        background-position: center;
    }
    .groceryBannerSection .bannerContent {
        padding-left: 0;
        position: relative;
    }
    .offer_popup h3 {
        font-size: 19px;
        padding: 0 15px;
    }
    .offer_popup p span.per-off {
        font-size: 50px;
        margin: 0 5px;
    }
    .offer_popup p {
        font-size: 17px;
        line-height: 1;
    }
    .HealthCareBannerSection .imgCol {
        max-width: 300px;
        margin: 30px auto 0;
    }
    .HealthCareBannerSection .grocerycontentCol,
    .foodDeliveryBannerSection .grocerycontentCol {
        text-align: center;
    }
    .HealthCareBannerSection.groceryBannerSection h2,
    .foodDeliveryBannerSection.groceryBannerSection h2 {
        font-size: 28px;
    }
    .groceryBannerSection .bannerContent h1 {
        font-size: 19px !important;
        padding: 5px 10px;
    }
    .getInTouchSection.getintouchLeft {
        padding: 40px 0 35px;
    }
    .getintouchLeft h4 {
        font-size: 18px;
    }
    .getintouchLeft h3 {
        font-size: 22px;
    }
    .getintouchLeft .col-lg-3.col-md-4.col-12.text-right {
        text-align: center !important;
    }
    .whyChooseSec.mb-4 {
        margin-bottom: 0 !important;
        padding-bottom: 10px !important;
    }
    .border_col .card1,
    .border_col .card2,
    .border_col .card3,
    .border_col .card4 {
        padding: 20px 2%;
    }
    .educationBannerSection.groceryBannerSection {
        background-position: 25% center !important;
    }
    /** ecommerce start **/
    .servicesCol .btnStyle.btn {
        font-size: 17px;
        padding: 11px 28px;
    }
    .servicesCol .listCol li p,
    .servicesCol .listCol li h5 {
        font-size: 17px;
    }
    .adminPanel .imgCol:before,
    .VendorPanel .imgCol:before {
        top: -90px;
        width: 470px;
    }
    .langCol .listStyle li button {
        font-size: 18px;
    }
    .langCol .listStyle li {
        margin-top: 10px;
    }
    .businessCol .titleCol p {
        padding: 0 0px 30px;
    }
    .langCol .listStyle {
        padding: 20px 0 60px;
    }
    .langCol span.iconBg img {
        height: 60px;
        width: 60px;
    }
    .ecommerceBannerSection .bannerContent {
        padding: 0;
    }
    .ecommerceBannerSection {
        padding: 140px 0 80px;
    }
    .ecommerceBannerSection .bannerContent .imgCol {
        display: none;
    }
    .ecommerceBannerSection .bannerContent h1>span {
        font-size: 45px;
    }
    .ecommerceBannerSection .bannerContent h1 {
        font-size: 35px;
    }
    .servicesCol .listCol .lContent,
    .servicesCol .listCol .lContent h5 {
        font-size: 16px;
    }
    .langCol span.iconBg {
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }
    .langCol .listStyle li+li {
        margin-left: 5px;
    }
    .xlTitle,
    .getInTouchSection h2 {
        font-size: 30px;
    }
    .businessCol .titleCol p {
        padding: 0 0px 30px;
    }
    .onlineReatailerSec .sec2Img img {
        width: 270px;
    }
    .onlineReatailerSec .bgShape {
        top: 10%;
    }
    /** ecommerce end **/
    /** real estate start **/
    .realEstateBannerSection {
        padding: 200px 0 70px;
    }
    .bgImgShape {
        top: 24%;
    }
    .card2,
    .card4 {
        padding-left: 0px;
    }
    .card1,
    .card3 {
        padding-right: 0px;
    }
    .card1:before,
    .card3:before,
    .card1:after,
    .card2:after {
        display: none;
    }
    .realEstatePage .section2Col {
        padding: 70px 0 60px;
    }
    .bookConsultant {
        padding: 15px 30px 15px 30px;
        bottom: -58px;
    }
    .realEstateBannerSection .bannerImg {
        display: none;
    }
    .realEstateBannerSection .bannerContent {
        padding: 20px 40px;
    }
    .realEstateBannerSection .bannerCol {
        padding: 80px 0px 0;
    }
    /** real estate end **/
    .topTitle {
        font-size: 19px;
    }
    .testimonialSection .sliderCol .swiper {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .testimonialSection .tImg {
        text-align: center;
    }
    .tContent {
        margin: 0 auto;
    }
    .torontoBannerSection .bannerContent .titleBg {
        padding: 6px 20px;
        font-size: 24px;
    }
    .torontoBannerSection .bannerContent {
        padding: 150px 0px;
    }
    .craftingSection img {
        height: 450px
    }
    .craftingSection .contentCol h2 {
        padding-right: 0px;
    }
    .rContent {
        font-size: 18px;
    }
    .stepImg {
        height: 80px;
        width: 80px;
    }
    .stepImg img {
        height: 35px;
        width: 35px;
    }
    .stepContent h4 {
        font-size: 20px;
    }
    .stepImgStyle {
        height: 95px;
        width: 95px;
    }
    .stepImgStyle:before {
        width: 190px;
    }
    .contactSteps {
        margin: 40px auto 0;
    }
    /***** tornot media end ****/
    .emailCol .btnStyle {
        min-height: 40px
    }
    .mdTitle {
        font-size: 30px;
    }
    .AppSec .lgTitle {
        font-size: 28px;
    }
    .swiper-pagination {
        height: 24px;
    }
    .counterTitle span {
        font-size: 20px;
    }
    .tagImgCol,
    .contentSec .imgCol {
        display: none;
    }
    .contentSec {
        top: 54%;
    }
    .bgImg {
        min-height: 470px;
    }
    body {
        font-size: 17px;
    }
    .accordionCol button.accordion-button {
        font-size: 18px;
    }
    .accordionCol .accordion-body {
        padding: 20px 10px 20px 50px;
    }
    .footerCol h5 {
        font-size: 18px;
    }
    .sectionSpace {
        padding: 60px 0;
    }
    .counterSection,
    .getInTouchSection {
        padding: 50px 0;
    }
    .keySecCol .imgCol {
        max-width: 230px;
    }
    .AppSec .imgCol img {
        height: 440px;
        object-fit: contain;
    }
    .HandymanBannerSection .imgCol {
        top: 0;
        left: 0;
    }
    .handyman-why h4 {
        font-size: 18px;
        margin-top: 10px;
    }
    .why_col {
        padding: 30px 9px;
    }
    .why_col .thumb img {
        max-height: 50px;
        max-width: 50px;
    }
    .why_col .thumb {
        min-height: 50px;
    }
    .foodDeliveryBannerSection .imgCol {
        padding: 15px 10% 15px 4%;
        max-width: 300px;
        margin: 0 auto;
    }
    .fintechBannerSection .imgCol {
        padding: 0 15px;
        max-width: 400px;
        margin: 0 auto;
        top: 0;
    }
    .fintechBannerSection.foodDeliveryBannerSection {
        padding: 160px 0 60px;
    }
    .fintechBannerSection .grocerycontentCol {
        padding-bottom: 30px;
        text-align: center;
    }
    .hire_popup h2 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .hire_popup h4 {
        font-size: 24px;
        letter-spacing: -.5px;
    }
    .hire_popup input.form-control {
        padding: 10px 13px;
    }
    .hire_popup form input.btn.btn-primary {
        padding: 15px;
        font-size: 18px;
    }
    .hire_popup p {
        font-size: 12px;
    }
    .hire_popup p span {
        margin: 0 5px;
    }
    .ourreview img {
        width: 22%;
    }
    .hire_popup span.popupclose {
        right: -15px;
        top: -18px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    .hire_popup span.popupclose img {
        width: 11px;
    }
    .blockchainBannerSection {
        background-position: 70% center;
    }
    .blockchainBannerSection .blockchainBannerContent {
        position: relative;
    }
    .blockchainBannerSection:before {
        content: "";
        background: rgb(255 255 255 / 75%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .secureBlockchain .about-box-inner::before {
        height: 110px;
        width: 110px;
    }
    .secureBlockchain .about-box-inner h2 {
        font-size: 34px;
    }
    .secureBlockchain .about-box p {
        font-size: 17px;
        margin-top: 40px;
    }
    .common-heading-small {
        font-size: 24px;
    }
    .blockchaincontentCol h1.bg-title {
        font-size: 40px;
    }
    .blockchaincontentCol h2 {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .devProcess {
        width: 100%;
        border: 1px solid #444;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .devProcess.devProcess1 {
        border-color: #ffac32;
    }
    .devProcess.devProcess2 {
        border-color: #f15a24;
    }
    .devProcess.devProcess3 {
        border-color: #484c7f;
    }
    .devProcess.devProcess4 {
        border-color: #056793;
    }
    .devProcess.devProcess5 {
        border-color: #2089a4;
    }
    .devProcess.devProcess6 {
        border-color: #32b5c0;
    }
    .blockchainDevProcess_step.desktop {
        display: none;
    }
    .blockchainDevProcess_step.mobile {
        display: block;
    }
    .nftBannerSection:before {
        content: "";
        background: rgb(33 49 89 / 70%);
    }
    .blockchainBannerSection.nftBannerSection h1.bg-title {
        font-size: 90px;
    }
}

@media(max-width: 575px) {
    .ecommerceBannerSection {
        margin-top: 35px;
    }
    .tbFlag img {
        height: 25px;
        width: 25px;
    }
    .topBar li+li {
        padding-left: 20px;
    }
    .topBar li+li:before {
        left: 5px;
    }
    .realEstateBannerSection.travelAppBanner .bannerCol {
        padding: 0px 0px 0 0px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent {
        padding: 30px 20px 30px 60px;
    }
    .travelAppPage .bannerContCol .primaryBtn {
        font-size: 18px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1 {
        font-size: 30px;
    }
    /** ecommerce start **/
    .adminPanel .imgCol:before,
    .VendorPanel .imgCol:before {
        top: -70px;
        width: 320px;
    }
    .xlTitle,
    .getInTouchSection h2 {
        font-size: 28px;
    }
    .servicesCol .listCol li p,
    .servicesCol .listCol li h5 {
        font-size: 16px;
    }
    .onlineReatailerSec .sec2Img img {
        width: 230px;
    }
    .userAppSec .imgCol {
        width: 270px;
    }
    .ecommerceBannerSection .bannerContent h1>span {
        font-size: 40px;
    }
    .ecommerceBannerSection .bannerContent h1 {
        font-size: 32px;
    }
    .ecommerceBannerSection .bannerContent p {
        font-size: 22px;
    }
    .keyList h3 {
        font-size: 17px;
    }
    .langCol span.iconBg img {
        height: 55px;
        width: 55px;
    }
    .langCol span.iconBg {
        height: 90px;
        width: 90px;
    }
    .ourExpertiseSection {
        padding: 50px 0 70px;
    }
    .chooseBusinessSection {
        padding: 60px 0;
    }
    /** ecommerce end **/
    /** real estate start **/
    .sec2ImgStyleCol.sec2Img {
        max-width: 330px;
    }
    .realEstateBannerSection .bannerContent h1 {
        font-size: 23px;
    }
    .realEstatePage .section2Col {
        padding: 60px 0 50px;
    }
    .realEstateBannerSection .bannerContent {
        padding: 15px 20px;
        border-radius: 20px;
    }
    .realEstateBannerSection .bannerCol {
        padding: 0px 0px 0;
    }
    /** real estate end **/
    .bannerDownArrow img {
        width: 120px;
    }
    .tImg img {
        width: 280px;
    }
    .tContent::before {
        height: 30px;
        width: 30px;
    }
    .tContent {
        padding-left: 50px;
    }
    .testimonialSection .sliderCol .swiper {
        padding-top: 40px;
    }
    .topTitle {
        font-size: 18px;
    }
    .torontoBannerSection .bannerContent .titleBg {
        padding: 6px 14px;
        font-size: 22px;
    }
    .torontoBannerSection .bannerContent {
        padding: 130px 0px;
    }
    .craftingSection img {
        height: 400px;
    }
    .faqSection,
    .testimonialSection,
    .industryCardSection,
    .formSection,
    .letTalkSection {
        padding: 50px 0;
    }
    .form2Style .formCol .form-control {
        font-size: 16px;
    }
    /*** toronto media end ****/
    .ftList li a {
        font-size: 16px;
    }
    .aboutCol p {
        font-size: 16px;
    }
    .startupSlider .contentCol p {
        font-size: 16px;
    }
    .customerAppSec.AppSec li {
        font-size: 15px;
    }
    .counterTitle span {
        font-size: 18px;
    }
    .bgImg {
        min-height: 350px;
    }
    .swiper-pagination {
        padding-top: 4px;
    }
    body {
        font-size: 16px;
    }
    .listSec {
        margin: 30px 0 0;
    }
    .sectionSpace {
        padding: 50px 0;
    }
    .lgTitle,
    .myriad_semibold {
        font-size: 27px;
    }
    .sliderCol>span {
        font-size: 22px;
    }
    .keySecCol .imgCol {
        max-width: 200px;
    }
    .smTitle,
    .sliderCol .smTitle {
        font-size: 17px;
    }
    .floatingBtn {
        right: 10px;
    }
    .knowledge-base-links ul li {
        width: 100%;
        text-align: center;
    }
    .op_img {
        width: 300px;
        height: 300px;
        padding: 18px;
    }
    .col-6.col-md {
        flex: 1 0 50%;
        max-width: 100%;
    }
}

@media(max-width: 485px) {
    .ecommerceBannerSection,
    .ecommerceBannerSection.fitnessBannerSec {
        padding: 130px 0 60px;
    }
    .whatsappIcon img {
        width: 30px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent {
        padding: 20px 10px 20px 20px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent:before {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    .appServiceCol .btnCol .primaryBtn {
        font-size: 18px;
    }
    .travelApplicationSec .imgCol img {
        margin-left: 60px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1>span {
        font-size: 40px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1 {
        font-size: 27px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent p {
        font-size: 16px;
    }
    /*** real estate start ***/
    .langCol .listStyle li button {
        min-width: 100%;
    }
    .langCol .listStyle li+li {
        margin-left: 0;
    }
    .langCol .listStyle ul.nav {
        display: block;
    }
    .langCol .listStyle {
        padding: 10px 0 50px;
    }
    .langCol span.iconBg {
        height: 70px;
        width: 70px;
    }
    .langCol span.iconBg img {
        height: 40px;
        width: 40px;
    }
    .langCol .listContent span {
        padding-top: 10px
    }
    .realEstateBannerSection {
        padding: 150px 0 60px;
    }
    .bgImgShape {
        top: 20%;
    }
    .cardsSec .cardStyle h2 {
        font-size: 22px;
    }
    .bookConsultant h3.mdTitle {
        font-size: 22px;
    }
    .bookConsultant {
        border-radius: 40px;
        padding: 15px 20px 15px 20px;
    }
    .advancedFeatureSection {
        padding-top: 60px;
    }
    span.numberCol {
        height: 60px;
        width: 60px;
        font-size: 47px;
        bottom: -10px;
    }
    .sec2ImgStyleCol.sec2Img {
        max-width: 260px;
    }
    /*** real estate end ***/
    .testimonialSection .lgTitle span>img {
        width: 25px;
    }
    .torontoBannerSection .bannerContent {
        padding: 100px 0px;
    }
    .rContent {
        font-size: 16px;
    }
    .rImg img {
        height: 70px;
        width: 70px;
    }
    .contactSteps {
        margin: 30px auto 0;
    }
    .stepContent h4 {
        font-size: 16px;
    }
    .stepContent a {
        font-size: 14px;
    }
    .stepImg {
        height: 65px;
        width: 65px;
    }
    .stepImg img {
        height: 30px;
        width: 30px;
    }
    .stepImgStyle {
        height: 80px;
        width: 80px;
    }
    /**** tonto media end *****/
    .reviewCard span {
        font-size: 12px;
    }
    .aboutCol p {
        font-size: 15px;
    }
    .mdTitle {
        font-size: 26px;
    }
    .accordionCol button.accordion-button {
        font-size: 17px;
    }
    .startupSlider .contentCol .btn.btnStyle {
        font-size: 14px;
    }
    .startupSlider .contentCol p {
        font-size: 15px;
    }
    .customerAppSec.AppSec li {
        font-size: 14px;
    }
    .AppSec .lgTitle {
        font-size: 26px;
    }
    .AppSec .imgCol img {
        height: 370px;
    }
    .AppSec .contentCol {
        padding: 35px 20px 40px 20px;
    }
    .bannerSection {
        padding: 40px 0 100px;
    }
    .extensiveDemandSection.sectionSpace {
        padding-top: 60px;
    }
    .discussIdeasSection {
        padding-top: 50px;
    }
    .swiper-pagination {
        padding-top: 0;
        height: 22px;
    }
    .formSec {
        margin-bottom: 70px;
        padding: 30px;
    }
    .startupSlider span.swiper-pagination-bullet {
        height: 12px;
        width: 12px;
        border: 1px solid #fff;
    }
    .startupSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        height: 6px;
        width: 6px;
    }
    .lgTitle,
    .myriad_semibold {
        font-size: 25px;
    }
    body .heading-outer {
        padding-bottom: 10px !important;
    }
}

@media(max-width: 375px) {
    .ecommerceBannerSection,
    .ecommerceBannerSection.fitnessBannerSec {
        padding: 100px 0 40px;
    }
    li.tbContent a {
        font-size: 14px;
    }
    .tbFlag img {
        height: 20px;
        width: 20px;
    }
    .travelAppPage .bannerContCol .primaryBtn {
        font-size: 16px;
    }
    .appServiceCol .btnCol .primaryBtn {
        font-size: 16px;
    }
    .appServiceCol .btnCol {
        margin-top: 20px;
    }
    .travelApplicationSec .imgCol img {
        margin-left: 40px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent h1>span {
        font-size: 33px;
    }
    .realEstateBannerSection.travelAppBanner .bannerContent {
        padding: 20px 20px 20px 20px;
    }
    .travelAppBanner.realEstateBannerSection .bannerContent p {
        font-size: 15px;
    }
    .getInTouchSection a.primaryBtn {
        font-size: 16px;
    }
    .fitnessPage .onlineReatailerSec {
        padding: 40px 0 40px;
    }
    h1,
    h2 {
        margin-bottom: 12px
    }
    .listSec {
        margin: 15px 0 0;
    }
    .ecommerceBannerSection .bannerContent h1 {
        font-size: 25px;
    }
    .appDevelopmentServices .appServiceCol.paddingStyle {
        padding: 40px 0;
    }
    /*  .ecommerceBannerSection.fitnessBannerSec {
    padding: 40px 0;
  }*/
    /** ecommerce media start **/
    .ourExpertiseSection {
        padding: 40px 0 50px;
    }
    .adminPanel .imgCol:before,
    .VendorPanel .imgCol:before {
        top: -50px;
        width: 260px;
    }
    .userImgCol {
        height: 120px;
        width: 120px;
    }
    .xlTitle,
    .getInTouchSection h2 {
        font-size: 22px;
    }
    .chooseBusinessSection {
        padding: 40px 0;
    }
    .servicesCol {
        margin-top: 40px;
    }
    .ecommerceExpansionSec {
        padding-top: 20px;
    }
    .onlineReatailerSec .sec2Img img {
        width: 180px;
    }
    .onlineReatailerSec {
        padding: 50px 0 40px;
    }
    .ecommerceBannerSection .bannerContent h1>span {
        font-size: 32px;
    }
    .ecommerceBannerSection .bannerContent p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    /** ecommerce media end **/
    /*** real estate start **/
    .bgImgShape {
        top: 14%;
    }
    .cardsSec {
        padding-top: 0px;
    }
    .sec2ImgStyleCol.sec2Img {
        max-width: 220px;
    }
    .cardsSec .cardStyle h2 {
        font-size: 20px;
    }
    .advancedFeatureSection {
        padding-top: 50px;
    }
    .realEstatePage .section2Col {
        padding: 40px 0 30px;
    }
    .realEstateBannerSection .bannerContent p {
        font-size: 14px;
    }
    .realEstateBannerSection {
        padding: 130px 0 40px;
    }
    /*** real estate end **/
    .testimonialSection .sliderCol .swiper {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    span.customerCol {
        margin: 15px 0 15px;
    }
    .tImg img {
        width: 240px;
    }
    .arrowFloatingBtn {
        width: 33px;
        right: 10px;
        height: 33px;
        border-radius: 7px;
    }
    .bannerDownArrow img {
        width: 90px;
    }
    .torontoBannerSection .bannerContent .titleBg {
        font-size: 20px;
    }
    .torontoBannerSection .bannerContent {
        padding: 50px 0px;
    }
    .craftingSection img {
        height: 340px;
    }
    .faqSection,
    .testimonialSection,
    .industryCardSection,
    .formSection,
    .letTalkSection {
        padding: 40px 0;
    }
    .rContent {
        font-size: 15px;
    }
    .rImg img {
        height: 60px;
        width: 60px;
    }
    .form2Style .formCol .form-control {
        font-size: 15px;
    }
    .contactSteps {
        margin: 20px auto 0;
    }
    .stepImg {
        height: 50px;
        width: 50px;
    }
    .stepContent h4 {
        font-size: 15px;
    }
    .stepImgStyle {
        height: 65px;
        width: 65px
    }
    .stepImg img {
        height: 25px;
        width: 25px;
    }
    .stepImgStyle:before {
        width: 160px;
    }
    .footerSection {
        padding: 10px 0 30px;
    }
    /**** toronto media end ******/
    .mdTitle {
        font-size: 20px;
    }
    .aboutCol p {
        font-size: 14px;
    }
    .keyList p,
    .startupSlider .contentCol p {
        font-size: 15px;
    }
    .keyList h3 {
        font-size: 16px;
    }
    .AppSec .lgTitle {
        font-size: 23px;
    }
    .sectionSpace {
        padding: 40px 0;
    }
    .AppSec .imgCol img {
        height: 300px;
    }
    .AppSec .contentCol {
        padding: 25px 10px 30px 10px;
    }
    .emailCol .btnStyle {
        min-height: 45px;
        width: 120px
    }
    .emailCol .form-control {
        min-height: 45px;
        font-size: 16px;
        padding: 10px 140px 10px 20px;
    }
    body,
    .counterCol span.cContent {
        font-size: 15px;
    }
    .lgTitle,
    .myriad_semibold {
        font-size: 24px;
    }
    .counterTitle span {
        font-size: 16px;
    }
    .bgImg {
        min-height: 280px;
    }
    .btnStyle.btn {
        font-size: 14px;
        padding: 10px 25px;
    }
    .logo img {
        width: 190px;
    }
    .addHeader .logo img {
        width: 180px;
    }
    .discussIdeasSection {
        padding-top: 50px;
    }
    .formSec {
        margin-bottom: 60px;
        padding: 20px;
    }
    .faqSection {
        padding: 50px 0;
    }
    .accordionCol button.accordion-button {
        font-size: 15px;
        padding: 15px 40px 15px 40px;
    }
    .footerCol li a,
    .copyrightText,
    .ftList li a {
        font-size: 14px;
        font-size: 14px;
    }
    .footerIcons img {
        width: 16px;
        height: 16px;
    }
    .footerIcons {
        top: 15px;
    }
    .footerCol li {
        padding-left: 30px;
    }
    .footerCol h5 {
        font-size: 16px;
    }
    .footerBtnSection {
        padding: 10px 0 30px;
    }
    .ftList h5,
    .aboutCol h5 {
        font-size: 18px;
    }
}

@media(max-width: 325px) {
    .stepContent h4 {
        font-size: 14px;
    }
    .stepContent a {
        font-size: 12px;
    }
}

.fa-font-awesome-nft:before {
    content: "\e505"
}