* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: top;
}

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

a {
    color: #4760b0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

section {
    clear: both;
}

audio,
canvas,
progress,
video {
    vertical-align: middle;
}

a:focus {
    text-decoration: none
}

body,
html {
    overflow-x: hidden;
}

.darkHeaderNew {
    background-color: #080504;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.darkHeaderNew .navbar-brand {
    display: inline-block;
    width: 180px;
}

.darkHeaderNew form a {
    display: inline-block;
    width: 32px;
    margin: 0 8px;
}

.darkHeaderNew .navbar-nav a {
    display: inline-block;
    color: #fff !important;
}

.bannerSec {
    display: inline-block;
    width: 100%;
    padding: 150px 0;
    background-image: url(../images/banner-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banbbnberContent {
    display: inline-block;
    width: 100%;
}

.banbbnberContent h2 {
    display: inline-block;
    width: 100%;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banbbnberContent p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.customButton {
    display: inline-block;
    padding: 5px 30px;
    background: #fbcb2b;
    font-size: 24px;
    font-weight: 500;
    border-radius: 50px;
    color: #333333 !important;
}

.tabSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.customHeading {
    display: inline-block;
    width: 100%;
}

.customHeading h2 {
    display: inline-block;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
}

.customHeading p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.customVerticallyTabs {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.customVerticallyTabs .nav {
    display: inline-flex;
    width: 72px;
    min-height: 100%;
    border: none !important;
    position: relative;
}

.customVerticallyTabs .nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #f3f3f3;
    border: none !important;
    position: relative;
}

.customVerticallyTabs .nav a.active {
    background: #fbcb2b;
}

.customVerticallyTabs .nav a:last-child {
    margin-bottom: 0px;
}

.customVerticallyTabs .nav a.active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fbcb2b;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.customVerticallyTabs .tab-content {
    width: calc(100% - 80px);
    ;
}

.customVerticallyTabs .tab-content .tab-pane {
    width: 100%;
    height: 100%;
}

.tabInnerContent {
    width: 100%;
    height: 100%;
    padding: 40px 0 0 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    min-height: 500px;
}

.tabInnerContent h2 {
    font-size: 34px;
    color: #fbcb2b;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-family: 'Conthrax Sb';
}

#nav-profile .tabInnerContent h2 {
    padding-top: 90px;
}
#nav-contact .tabInnerContent h2 {
    padding-top: 220px;
}
.tabInnerContent p {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 180px;
}
.propertySteps {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.innertSteps {
    display: inline-flex;
    width: calc(100% + 70px);
    margin-left: -35px;
    padding-bottom: 90px;
}

.innertSteps li {
    display: inline-block;
    width: calc(100% / 4);
    border: 1px solid #fbcb2b;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0 35px;
    text-align: center;
    position: relative;
}

.innertSteps li h4 {
    display: inline-block;
    width: 100%;
    min-height: 55px;
    font-size: 18px;
    font-weight: 600;
}

.stepIcon {
    display: inline-block;
    width: 100%;
    margin: 10px 0 22px;
}

.stepIcon img {
    display: inline-block;
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.innertSteps li p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.innertSteps li p span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
}

.stepArrow {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    background-image: url(../images/step-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 15px;
    width: 122px;
    height: 122px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    z-index: 1;
}

.dotLine {
    width: 1px;
    height: 180px;
    border-right: 1px dashed #080505;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
}

.dotLine::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -3.5px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #080505;
}

.dotLine::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #080505;
    border: 2px solid #fff;
}

.propertySteps h6 {
    display: inline-block;
    width: 52%;
    margin-left: 24%;
    padding: 10px 15px;
    background: #080505;
    border-radius: 10px;
    text-align: center;
    color: #fbcb2b;
    font-size: 17px;
}



.uniqueFeatureSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.uniqueFeatureSlider .item {
    display: inline-flex;
    width: 100%;
    padding: 15px 35px;
    border-radius: 15px;
    background: #f3f3f3;
    align-items: center;
}

.sliderImage {
    display: inline-block;
    width: 170px;
}

.sliderImage img {
    display: inline-block;
    width: 100%;
}

.sliderContent {
    display: inline-block;
    width: calc(100% - 170px);
}

.sliderContent h6 {
    display: inline-flex;
    align-items: center;
    min-height: 130px;
    width: 100%;
    padding: 5px 35px;
    background: #fbcb2b;
    border-radius: 0 10px 10px 0;
    font-size: 24px;
    margin: 12px 0;
    color: #333333;
    font-weight: 600;
}

.sliderContent p {
    display: inline-block;
    width: 100%;
    padding: 0 35px;
    font-size: 16px;
    color: #333333;
}

.uniqueFeatureSlider .owl-nav {
    display: inline-block !important;
    width: 100%;
}

.uniqueFeatureSlider .owl-nav button {
    color: #fbcb2b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.uniqueFeatureSlider .owl-nav .owl-prev {
    left: -20px;
}

.uniqueFeatureSlider .owl-nav .owl-next {
    right: -20px;
}

.uniqueFeatureSlider .owl-nav .owl-prev::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 16px solid #fbcb2b;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}

.uniqueFeatureSlider .owl-nav .owl-next::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #fbcb2b;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}


.opportunityAppiliate {
    background-image: url(../images/com-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
}

.oppImageDiv {
    display: inline-block;
    width: 100%;
}

.oppImageDiv img {
    display: inline-block;
    width: 100%;
    margin: -35px 0 -5px;
}

.oppContentDiv {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.oppContentDiv h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.oppContentDiv p {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}


.transformWorkflow {
    display: inline-block;
    width: 100%;
    padding: 80px 0 60px 0;
}

.workflowInnerDiv {
    display: inline-block;
    width: 100%;
}

.workflowHeading {
    display: inline-block;
    width: 100%;
    background: #080505;
    padding-left: 180px;
    position: relative;
    text-align: center;
    margin-bottom: 12px;
}

.workflowHeading h3 {
    position: absolute;
    left: 15px;
    top: -15px;
    background-image: url(../images/heading-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px;
    height: 60px;
    padding: 14px 15px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.workflowHeading h3 span {
    color: #fbcb2b;
    font-weight: 700;
}

.workflowHeading p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 8px;
}

.workflowHeading p span {
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.workflowList {
    display: inline-block;
    width: 100%;
}

.workflowList ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 340px;
    flex-direction: row;
    align-content: space-between;
}

.workflowList li {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.workflowList li+li {
    margin-top: 23px;
}

.workflowList li+li::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fbcb2b;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.rightSideListWF.workflowList li+li::after {
    top: -35px;
}

.workflowList li p {
    padding: 8px 5px;
    background: #e6e7e7;
    position: relative;
    font-size: 14px;
}

.workflowList li h4 {
    padding: 10px 5px;
    background: #080505;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fbcb2b;
}

.leftWorkflowDiv {
    padding-right: 20px;
    position: relative;
}

.leftWorkflowDiv::after {
    content: "";
    width: 90px;
    height: 90px;
    background-image: url(../images/vs-icon.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -59px;
    transform: translateY(-50%);
    z-index: 1;
}

.rightWorkflowDiv {
    padding-left: 20px;
}


.videoSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.youtubeVideo {
    display: inline-block;
    width: 100%;
}

.youtubeVideo img {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.testimonialSec {
    display: inline-block;
    width: 100%;
    background-image: url(../images/test-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1250px;
    background-color: #f3f3f3;
    padding: 60px 0;
}

.testiSlider .item {
    display: inline-flex;
    width: 100%;
    padding: 0 30px;
}

.testiSlider .testiImage {
    display: inline-block;
    width: 300px;
}

.testiSlider .testiContent {
    display: inline-block;
    width: calc(100% - 300px);
    padding-left: 30px;
}

.testiSlider .testiContent img {
    width: 40px;
    display: inline-block;
    margin-bottom: 18px;
}

.testiSlider h3 {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.testiSlider h4 {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.testiSlider p {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.testiSlider .owl-nav {
    display: none !important;
}

.testiSlider .owl-dots {
    display: inline-block !important;
    width: 100%;
    text-align: center;
}

.testiSlider .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 0 4px;
    background: #333;
}

.testiSlider .owl-dots .owl-dot.active {
    background: #fbcb2b;
}




.aboutUsSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.aboutContent {
    display: inline-block;
    width: 100%;
}

.aboutContent h2 {
    display: inline-block;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 18px;
}

.aboutContent p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 18px;
}

.ourMissionDiv {
    display: inline-block;
    width: 100%;
    padding: 25px;
    border: 1px solid #fbcb2b;
    border-radius: 15px;
}

.ourMissionDiv h2 {
    display: inline-block;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 115px;
    position: relative;
}

.ourMissionDiv h2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

.singleStatsDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.paddingLeft1::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #9b9b9b;
    left: -7.5px;
    top: 0;
}

.paddingRight1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #9b9b9b;
    right: -7.5px;
    top: 0;
}

.singleStatsDiv h3 {
    font-size: 50px;
    color: #fbcb2b;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

.singleStatsDiv p {
    font-family: 'Conthrax Sb';
    font-size: 15px;
    display: inline-block;
    width: 100%;
}


.fullWidthImage {
    display: inline-block;
    width: 100%;
    position: relative;
}

.fullWidthImage img {
    display: inline-block;
    width: 100%;
}

.fullWidthImage h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.collaborationInnerDiv {
    display: inline-block;
    width: 100%;
    margin: 40px 0;
}

.collaborationInnerDiv .fullWidthImage img {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

.collaborationInnerDiv p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}




.ourCoAgencyDiv {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.ourCoAgencyDiv ul {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ourCoAgencyDiv ul li {
    display: inline-block;
    width: calc(100% / 8 - 13.5px);
    margin: 15px 5px;
}

.ourCoAgencyDiv ul li a {
    display: inline-block;
    width: 100%;
}

.ourCoAgencyDiv ul li a img {
    display: inline-block;
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}


.readyToScale {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.readyToScale .fullWidthImage {
    margin-bottom: -20px;
}

.appStoreDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.appStoreDiv li {
    display: inline-block;
    margin: 0 7px;
}

.appStoreDiv li a {
    display: inline-block;
    width: 100%;
}

.appStoreDiv li a img {
    display: inline-block;
    width: 150px;
}


.contactUsSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background: #f3f3f3;
}

.contactUsSec form label {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.colorRed {
    color: red;
}

.contactUsSec form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 0px;
}

.contactUsSec form textarea {
    min-height: 210px;
}

.contactUsSec button {
    border: none !important;
    padding: 4px 50px !important;
    font-size: 20px;
    font-weight: 700;
}


.customFooter {
    background: #080505;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
}

.leftFooter {
    display: inline-block;
    width: 100%;
}

.footerLogo {
    display: inline-block;
    width: 190px;
}

.leftFooter ul {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.leftFooter ul li {
    display: inline-block;
    margin-right: 15px;
}

.leftFooter ul li a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.leftFooter ul li a span {
    display: inline-block;
    color: #fbcb2b;
}

.rightFooter {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.rightFooter ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.rightFooter ul li {
    display: inline-block;
}

.rightFooter ul li a {
    display: inline-block;
    margin-left: 5px;
}

.rightFooter ul li a img {
    display: inline-block;
    width: 32px;
}

.rightFooter p {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

.dnoneD {
    display: none !important;
}

.imageSlider.owl-carousel {
    display: inline-flex;
}


a.liveChatIcon {
    display: inline-block;
    width: 150px;
    position: fixed;
    bottom: 60px;
    right: 10px;
}

a.liveChatIcon img {
    display: inline-block;
    width: 100%;
}

.customVerticallyTabs .nav a .activeIcon {
    display: none; 
}
.customVerticallyTabs .nav a.active .activeIcon {
    display: inline-block;
}
.customVerticallyTabs .nav a.active .normalIcon {
    display: none;
}





@media only screen and (max-width: 1199px) {
    .bannerSec {
        padding: 120px 0;
    }

    .propertySteps {
        padding: 10px 0;
    }

    .innertSteps {
        padding-bottom: 60px;
    }

    .dotLine {
        height: 150px;
        bottom: -61px;
    }

    .sliderImage {
        width: 130px;
    }

    .sliderContent {
        width: calc(100% - 130px);
    }

    .sliderContent h6 {
        min-height: 110px;
        padding: 5px 25px;
        font-size: 22px;
    }

    .sliderContent p {
        padding: 0 25px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .bannerSec {
        padding: 70px 0;
    }

    .banbbnberContent h2 {
        font-size: 30px;
    }

    .customButton {
        font-size: 20px;
    }

    .banbbnberContent p {
        margin-bottom: 20px;
    }

    .customHeading h2 {
        font-size: 30px;
    }

    .tabInnerContent p {
        width: 230px;
        background: rgba(0, 0, 0, 0.3);
    }

    .tabInnerContent {
        min-height: 340px;
    }

    .innertSteps li {
        padding: 20px 10px;
        margin: 0 20px;
    }

    .innertSteps li h4 {
        min-height: 50px;
        font-size: 15px;
    }

    .stepIcon img {
        width: 70px;
        height: 70px;
    }

    .stepArrow {
        right: -73px;
        padding: 10px 10px;
        width: 100px;
        height: 100px;
        font-size: 10px;
        line-height: 12px;
    }

    .propertySteps h6 {
        width: 72%;
        margin-left: 14%;
        font-size: 16px;
    }

    .oppContentDiv h2 {
        font-size: 27px;
        margin-bottom: 7px;
    }

    .oppContentDiv {
        padding: 30px 0;
    }

    .oppImageDiv img {
        margin: 30px 0 0;
    }

    .transformWorkflow {
        padding: 50px 0 40px 0;
    }

    .workflowHeading h3 {
        left: 5px;
        top: -10px;
        width: 150px;
        height: 52px;
        padding: 13px 15px 0;
        font-size: 14px;
    }

    .workflowHeading {
        padding-left: 128px;
    }

    .workflowHeading p {
        font-size: 11px;
    }

    .workflowList ul {
        min-height: 380px;
    }

    .testiSlider .testiImage {
        width: 220px;
    }

    .testiSlider .testiContent {
        width: calc(100% - 230px);
        padding-left: 20px;
    }

    .testiSlider .testiContent img {
        width: 30px;
        margin-bottom: 10px;
    }

    .testimonialSec {
        background-size: 740px;
        padding: 40px 0;
    }

    .aboutContent h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .ourMissionDiv h2 img {
        width: 50px;
    }

    .ourMissionDiv h2 {
        font-size: 28px;
        margin-bottom: 14px;
        padding-left: 55px;
        line-height: 30px;
    }

    .ourMissionDiv {
        padding: 18px;
        border-radius: 10px;
    }

    .aboutContent p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .singleStatsDiv h3 {
        font-size: 36px;
    }

    .singleStatsDiv p {
        font-size: 13px;
    }

    .fullWidthImage h2 {
        font-size: 28px;
        top: 30px;
    }

    .ourCoAgencyDiv {
        padding: 10px 0 40px 0;
    }

    .ourCoAgencyDiv .customHeading {
        margin-bottom: 15px !important;
    }

    .ourCoAgencyDiv ul li {
        width: calc(100% / 7 - 13.5px);
    }

    .appStoreDiv li a img {
        width: 130px;
    }

    .rightFooter ul li a img {
        width: 24px;
    }

    .footerLogo {
        width: 170px;
    }

    .darkHeaderNew .navbar {
        position: unset;
        padding: 7px 0;
    }

    .darkHeaderNew .navbar-toggler {
        display: inline-block;
        width: 23px;
        padding: 0;
    }

    .darkHeaderNew .navbar-collapse {
        position: absolute;
        top: 53px;
        background: #080504;
        width: 100%;
        left: 0;
        padding: 10px 25px;
        z-index: 1;
    }
    .tabInnerContent h2 {
        font-size: 28px;
        line-height: 34px;
    }
    #nav-profile .tabInnerContent h2 {
        padding-top: 0;
    }
    #nav-contact .tabInnerContent h2 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .darkHeaderNew {
        padding: 0;
    }

    .bannerSec {
        padding: 40px 0 350px;
        background-color: #f3f3f3;
        background-image: url(../images/mobile-banner.png);
        background-size: 500px;
        background-position: center 120px;
    }

    .customVerticallyTabs {
        flex-wrap: wrap;
    }

    .customVerticallyTabs .nav {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
    }

    .customVerticallyTabs .nav a {
        width: 32%;
        padding: 20px 15px;
    }

    .customVerticallyTabs .nav a img {
        width: 45px;
    }

    .customVerticallyTabs .nav a.active::after {
        border-top: 17px solid #fbcb2b;
        border-bottom: none;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -17px;
    }

    .customVerticallyTabs .tab-content {
        width: 100%;
    }

    .tabInnerContent {
        min-height: 490px;
        background-size: auto 320px;
        background-position: right bottom;
        background-color: #000000;
        padding: 40px 40px;
    }
    .tabInnerContent p {
        width: 100%;
        background: transparent;
    }

    .stepsOuterDiv {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .innertSteps {
        width: auto;
        min-width: 100%;
        margin-left: 0;
        padding-bottom: 90px;
    }

    .innertSteps li {
        padding: 20px 10px;
        margin: 0 20px;
        min-width: 200px;
    }

    .propertySteps h6 {
        margin-left: 34%;
        position: relative;
        top: -30px;
        z-index: -1;
    }

    .uniqueFeatureSlider .item {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 35px 35px;
        border-radius: 20px;
    }

    .sliderImage {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .sliderImage img {
        max-width: 220px;
        display: inline-block !important;
    }

    .sliderContent {
        width: 100%;
    }

    .sliderContent h6 {
        padding: 5px 25px;
        justify-content: center;
        border-radius: 15px;
        align-items: flex-end;
        padding-bottom: 18px;
        padding-top: 50px;
        margin-top: -40px;
        position: relative;
        z-index: 1;
    }

    .dnoneD {
        display: inline-block !important;
    }

    .dnoneM {
        display: none !important;
    }

    .uniqueFeatureSlider .owl-nav button span {
        opacity: 0;
    }

    .uniqueFeatureSlider .owl-nav .owl-prev::before {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        background-color: #fbcb2b;
        content: "";
    }

    .uniqueFeatureSlider .owl-nav .owl-prev::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 12px solid #fff;
        left: 41px;
    }

    .uniqueFeatureSlider .owl-nav .owl-next::before {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        background-color: #fbcb2b;
        content: "";
    }

    .uniqueFeatureSlider .owl-nav .owl-next::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #fff;
        right: 41px;
    }

    .oppImageDiv {
        text-align: center;
    }

    .oppImageDiv img {
        margin: 20px 0 -10px;
        max-width: 410px;
    }

    .workflowInnerDiv.leftWorkflowDiv {
        padding-right: 0;
    }

    .workflowInnerDiv.rightWorkflowDiv {
        padding-left: 0;
        margin-top: 90px;
    }

    .leftWorkflowDiv::after {
        top: auto;
        right: auto;
        transform: translateX(-50%);
        bottom: -105px;
        left: 50%;
    }

    .workflowList ul {
        min-height: unset;
    }

    .rightSideListWF.workflowList li+li::after {
        top: -17px;
    }

    .workflowHeading {
        padding-left: 0;
        padding-top: 30px;
    }

    .workflowHeading h3 {
        left: 50%;
        transform: translateX(-50%);
    }

    .testiSlider .item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testiSlider .testiContent {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }

    .testimonialSec {
        background-size: 90%;
        background-position: center 60px;
    }

    .testiSlider .testiContent img {
        margin-bottom: 0;
        position: relative;
        top: -45px;
        right: -95px;
    }

    .fullWidthImage img {
        display: inline-block;
        width: 100%;
        min-height: 270px;
        object-fit: cover;
    }

    .rightFooter {
        text-align: left;
        margin-top: 20px;
    }

    .ourCoAgencyDiv ul li {
        width: calc(100% / 5 - 13.5px);
    }

    .ourCoAgencyDiv ul li a img {
        width: 65px;
        height: 65px;
    }

    .imageSlider .owl-nav {
        display: none !important;
    }

    .imageSlider .owl-dots {
        display: inline-block !important;
        width: 100%;
        text-align: center;
    }

    .imageSlider .owl-dots .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        margin: 0 4px;
        background: #333;
    }

    .imageSlider .owl-dots .owl-dot.active {
        background: #fbcb2b;
    }

    .sliderContent .owl-dots {
        display: none !important;
    }
    a.liveChatIcon {
        width: 50px;
     }
}

@media only screen and (max-width: 575px) {
    .tabInnerContent h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .customHeading h2 {
        font-size: 26px;
    }

    .sliderContent h6 {
        font-size: 16px;
    }

    .sliderContent p {
        font-size: 14px;
    }

    .videoSec {
        padding-top: 0;
    }

    .uniqueFeatureSec {
        padding-bottom: 0;
    }

    .singleStatsDiv h3 {
        font-size: 20px;
    }

    .singleStatsDiv p {
        font-size: 7px;
    }

    .aboutContent p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .ourMissionDiv h2 img {
        width: 36px;
    }

    .ourMissionDiv h2 {
        font-size: 25px;
        margin-bottom: 14px;
        padding-left: 46px;
        line-height: 36px;
    }

    .ourCoAgencyDiv ul li {
        width: calc(100% / 4 - 13.5px);
    }

    .readyToScale .fullWidthImage img {
        min-height: 180px;
        object-fit: contain;
    }

    .appStoreDiv li {
        margin: 0 2px;
    }

    .appStoreDiv li a img {
        width: 80px;
    }

    .readyToScale .fullWidthImage {
        margin-bottom: -10px;
    }
}

/**********************************************/
.customModelDivAW .modal-dialog {
    max-width: 62.926vw;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.customModelDivAW .modal-body {
    padding: 0px;
}

.customModelDivAW .modal-content {
    border-radius: 4.630vw;
    background: transparent !important;
    border: none;
}

.popupContentAW {
    position: relative;
    display: inline-block;
    width: 100%;
}

.popupContentAW .close {
    position: absolute;
    top: 2.593vw;
    right: 2.593vw;
    opacity: 1;
}

.popupContentAW .close img {
    width: 2.4vw;
}

.customModelDivAW .appiliateHeadingAW {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    min-height: 8vw;
}

.customModelDivAW .appiliateHeadingAW h2 {
    color: #ecb91e;
    text-shadow: 2px 2px 5px rgb(0 0 0);
    font-size: 3.2vw;
    margin-bottom: 1.5vw;
}

.customModelDivAW .appiliateHeadingAW p {
    color: #fff;
    text-shadow: 2px 2px 5px rgb(0 0 0);
    margin-bottom: 3.1vw;
    font-size: 1.8vw;
    margin-top: 0vw;
    line-height: 2.5vw;
}

.customModelDivAW .appiliateHeadingAW p strong {
    font-size: 2vw;
    font-weight: 500;
}


/**********************/
/* @media only screen and (max-width: 767px) {
    .innertSteps {
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .innertSteps li {
        width: 100%;
        margin: 15px 0 60px;
    }
    .innertSteps li:last-child {
        margin-bottom: 0px;
    }
    .dnoneD {
        display: inline-block;
    }
    .dnoneM,
    .dotLine {
        display: none !important;
    }
    .stepArrow {
        left: 50%;
        transform: translateX(-50%);
        bottom: -87px;
        background-image: url(../images/step-arrow-d.png);
        padding: 0 33px 10px;
        width: 150px;
        height: 100px;
        background-size: 140px 100px;
        background-position: center;
        top: auto;
    }
    
    .transformWorkflow {
        padding-bottom: 0;
    }
    .testiSlider .item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .testiSlider .testiContent {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }
    .testimonialSec {
        background-size: 90%;
    }
    .collaborationInnerDiv .fullWidthImage {
        margin-bottom: 30px;
    }
   
    .readyToScale .fullWidthImage {
        margin-bottom: -10px;
    }
    .appStoreDiv li a img {
        width: 100px;
    }
    .leftFooter {
        text-align: center;
        margin-bottom: 15px;
    }
    .rightFooter {
        text-align: center;
    }

} */
/* 
@media only screen and (max-width: 575px) {
    .tabInnerContent {
        padding: 40px 0 0 20px;
    }
    .tabInnerContent h2 {
        font-size: 26px;
        line-height: 23px;
    }
    .customHeading h2 {
        font-size: 24px;
    }
    .innertSteps li h4 {
        min-height: unset;
    }
    .uniqueFeatureSlider .item {
        padding: 15px 15px;
    }
    .sliderImage {
        width: 90px;
    }
    .sliderContent {
        width: calc(100% - 90px);
    }
    .sliderContent p {
        padding: 0 15px;
        font-size: 13px;
    }
    .sliderContent h6 {
        min-height: 100px;
        padding: 5px 15px;
        font-size: 18px;
    }
    .uniqueFeatureSec .owl-dots {
        display: none !important;
    }
    .uniqueFeatureSec {
        padding-bottom: 40px;
    }
    .singleStatsDiv {
        border-left: none;
        border-bottom: 1px solid #9b9b9b;
        padding-bottom: 15px;
    }
    .uniqueFeatureSlider .owl-nav .owl-prev {
        left: -6px;
    }
    .uniqueFeatureSlider .owl-nav .owl-next {
        right: -6px;
    }
} */