                /***************** What is crm page css starts ************/

                .d-block {
                    display: block;
                }

                .ver-ali-top {
                    vertical-align: top;
                }

                .color-wrapper {
                    background-color: #f2f2f5;
                }

                .black_color {
                    color: #1d1e1f;
                }

                .crm_Btn {
                    text-align: center;
                    border-radius: 32px;
                    padding: 7px 12px;
                    font-size: 13px;
                    line-height: 20px;
                    transition: all 0.3s, box-shadow 0.3s 0.3s;
                    font-family: SohoGothicProMedium;
                    text-transform: uppercase;
                    color: #fff;
                }

                .crm_transparent_white_btn {
                    color: #fff;
                    background-color: transparent;
                    border: 1px solid #fff;
                }

                .crm_transparent_white_btn:hover {
                    background-color: #fff;
                    color: #0155ff;
                }

                .crm_white_btn {
                    color: #0155ff;
                    background-color: #fff;
                    margin-right: 10px;
                    border: 1px solid #fff;
                }

                .crm_white_btn:hover {
                    color: #fff;
                    background-color: transparent;
                }

                .crm_yellow_btn {
                    border-radius: 2px;
                    margin-right: 20px;
                    color: #fff;
                    padding: 20px;
                    font-size: 14px;
                    font-family: helvetica;
                    font-weight: bold;
                    transition: all 0.3s, box-shadow 0.3s 0.3s;
                    background-color: #d83f87;
                    border: 1px solid #d83f87;
                }

                .crm_yellow_btn:hover {
                    background-color: #b62f6e !important;
                    color: #fff;
                }

                .crm_solid_grey_btn {
                    background-color: #8763ac;
                    border: 1px solid #8763ac;
                    color: #fff;
                    border-radius: 2px;
                    padding: 19px;
                    font-family: helvetica;
                    font-weight: bold;
                    transition: all 0.3s, box-shadow 0.3s 0.3s;
                }

                .crm_solid_grey_btn:hover {
                    background-color: rgba(135, 99, 172, .8);
                    color: #fff;
                }

                .crm_purple_btn {
                    background-color: #400093;
                    border: 1px solid #400093;
                    color: #fff;
                }

                .crm_purple_btn:hover {
                    background-color: #fff;
                    color: #400093;
                    border: 1px solid #400093;
                }

                .crm_blue_btn {
                    background-color: #d83f87;
                    border: 1px solid #d83f87;
                    margin-right: 15px;
                    color: #fff;
                }

                .crm_black_btn {
                    background-color: #131415;
                    color: #fff;
                    margin-right: 15px;
                    border: 1px solid #131415;
                }

                .crm_black_btn:hover {
                    color: #131415;
                    background-color: #fff;
                }

                .crm_grey_btn {
                    background-color: #5B5F63;
                    color: #fff;
                    border: 1px solid #5B5F63;
                }

                .crm_grey_btn:hover {
                    color: #5B5F63;
                    background-color: #fff;
                }

                .crm_blue_btn:hover {
                    background-color: #b62f6e !important;
                    color: #fff;
                }

                .btn_container {
                    padding-top: 20px;
                }

                .btn_container ul {
                    list-style-type: none;
                    display: inline-flex;
                }

                .poppinsRegular24 {
                    font-size: 24px;
                    font-weight: normal;
                    font-family: 'PoppinsRegular', Sans-serif;
                    color: #131415;
                    line-height: 32px;
                }

                .poppinsRegular34 {
                    font-size: 34px;
                    font-weight: normal;
                    font-family: 'PoppinsRegular', Sans-serif;
                    line-height: 51px;
                }

                .font-weight-bold {
                    font-weight: bold;
                }

                .width100percent {
                    width: 100% !important;
                }

                .inners-container {
                    padding: 60px 0 60px 0;
                    border-bottom: 1px solid #e0e5e6;
                }

                .inners-container .crm-text {
                    padding: 50px 0 0 50px;
                }

                .questions {
                    list-style-type: none;
                    padding: 0;
                }

                .questions li {
                    position: relative;
                    list-style: none;
                    padding-left: 20px;
                    margin-bottom: 40px;
                }

                .answers {
                    list-style-type: none;
                    padding-left: 5px;
                    margin-top: 110px;
                }

                .answers li::before {
                    position: absolute;
                    content: "A.";
                    left: 0px;
                    font-weight: bold;
                    color: #131415;
                }

                .questions li::before {
                    position: absolute;
                    content: "Q.";
                    left: 0px;
                    font-weight: bold;
                    color: #131415;
                }

                .questions-text {
                    color: #808fa5;
                    font-family: Helvetica;
                    font-size: 20px;
                    line-height: 28px;
                    text-align: center;
                    margin: 60px auto;
                    max-width: 470px;
                }

                .revenue-text {
                    margin: 0px 40px 30px 40px !important;
                    font-size: 15px !important;
                    line-height: 22px !important;
                    max-width: unset;
                }

                .build-small {
                    margin-top: 95px;
                }

                .build-medium {
                    margin-top: 75px;
                }

                .ma-top10 {
                    margin-top: 10px;
                }

                .ma-top20 {
                    margin-top: 20px;
                }

                .ma-top30 {
                    margin-top: 30px;
                }

                .ma-top50 {
                    margin-top: 50px;
                }

                .ma-top60 {
                    margin-top: 60px;
                }

                .ma-top40 {
                    margin-top: 40px;
                }

                .ma-top70 {
                    margin-top: 70px;
                }

                .margintop70 {
                    margin-top: 70px;
                }

                .paddingTop60 {
                    padding-top: 60px;
                }

                .ma-bottom10 {
                    margin-bottom: 10px;
                }

                .ma-bottom20 {
                    margin-bottom: 20px;
                }

                .ma-bottom50 {
                    margin-bottom: 50px;
                }

                .ma-bottom40 {
                    margin-bottom: 40px;
                }

                .ma-bottom60 {
                    margin-bottom: 60px;
                }

                .ma-bottom30 {
                    margin-bottom: 30px;
                }

                .pb-60px {
                    padding-bottom: 60px;
                }

                .pt-20 {
                    padding-top: 20px;
                }

                .paddingTopBottom60 {
                    padding-top: 60px;
                    padding-bottom: 60px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .pad-top-bot-60px {
                    padding-top: 60px;
                    padding-bottom: 60px;
                }

                .border-top-bottom {
                    border-top: 1px solid #e0e5e6;
                    border-bottom: 1px solid #e0e5e6;
                }

                .border-top-solid {
                    border-top: 1px solid #e0e5e6;
                }

                .large-heading {
                    font-size: 39px;
                    color: #131415;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-weight: 800;
                    letter-spacing: 0;
                    line-height: 55px;
                }

                .evolutionBox {
                    border: 1px solid #e0e5e6;
                    border-radius: 87px;
                    background-color: #ffffff;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                    padding: 34px 50px 34px 50px;
                    min-height: 175px;
                    font-size: 15px;
                    position: relative;
                }

                .evolutionBox>div {
                    display: inline-block;
                    vertical-align: middle;
                }

                .evolutionBox .evolutionText {
                    width: 100%;
                    padding-left: 70px;
                    position: absolute;
                    top: 50%;
                    transform: translatey(-50%);
                    padding-right: 120px;
                    font-size: 15px;
                    line-height: 23px;
                }

                .col-xs-offset-right-5 .evolutionYear {
                    left: initial;
                    right: -50px;
                }

                .col-xs-offset-right-5 .evolutionBox .evolutionText {
                    padding-right: 150px;
                    padding-left: 0px;
                }

                .what-is-crm-wraper {
                    background-image: url("./../images/header-footer/bannerBg.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-color: #1a1429;
                }

                .evolutionYear {
                    width: 140px;
                    height: 140px;
                    border: 2px solid #8763ac;
                    border-radius: 50%;
                    text-align: center;
                    position: absolute;
                    left: -50px;
                    top: 15px;
                }

                .evolutionYear span {
                    border: 1px solid #8763ac;
                    background-color: #8763ac;
                    display: block;
                    border-radius: 50%;
                    width: 120px;
                    height: 120px;
                    margin: auto;
                    color: #fff;
                    font-size: 32px;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);
                    padding-top: 28px;
                    font-family: "SohoGothicProExtraBold";
                }

                .evolutionYear span small {
                    display: block;
                    font-size: 20px;
                    line-height: 13px;
                }

                .crmImages {
                    margin-bottom: 20px;
                }

                .crmbox {
                    padding: 20px 20px !important;
                    height: unset !important;
                    margin-bottom: 20px !important;
                }

                .crm-heading-spacing {
                    text-align: center;
                    margin-bottom: 40px;
                }

                .padding20 {
                    padding: 20px;
                }

                .questionbckImg {
                    background-image: url("./../images/crm-page/Q.svg");
                    background-repeat: no-repeat;
                    background-position: center;
                }

                .answerbckImg {
                    background-image: url("./../images/crm-page/A.svg");
                    background-repeat: no-repeat;
                    height: 300px;
                    background-position: center;
                }

                .bgCruveLine, .australia .crminAus .featureHeading, .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription, .ss-extensive-support .subscription-plans ul li p, .build_effective .campaign_automation_section .timeline_points .numberOne, .build_effective .build_slider_section .marketing_left_sec {
                    position: relative;
                }

                .bgCruveLine:before {
                    position: absolute;
                    content: "";
                    left: 93px;
                    width: 204px;
                    height: 189px;
                    border: dotted 5px #d1e5ff;
                    border-radius: 0px 198px 0 0px;
                    border-left: 0;
                    border-bottom: 0;
                    top: -80px;
                }

                .bgCruveLine:after {
                    position: absolute;
                    content: "";
                    right: -30px;
                    width: 204px;
                    height: 189px;
                    border: dotted 5px #d1e5ff;
                    border-radius: 0 0px 0 170px;
                    border-top: 0;
                    border-bottom: 0;
                    bottom: -100px;
                    border-right: 0;
                }

                .quesNansText {
                    background-color: #fff;
                    position: relative;
                    z-index: 1;
                }

                /***************** What is crm page css ends ************/

                /********** customer software page css starts **********/

                .text-align-unset {
                    text-align: unset;
                }

                .google_landing_page .salesForce_customer {
                    padding-bottom: 70px;
                }

                .google_landing_page .logo_section {
                    border-top: 1px solid #ecf4ff;
                }

                .google_landing_page .fivePoints {
                    width: 92%;
                    margin: auto;
                    border-bottom: 0;
                }

                .enterPriseBanner {
                    background-image: url("./../images/crm-page/enterprise-banner.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 130px 0px;
                    background-size: cover;
                }

                .blueBg {
                    background-color: #1a1429;
                    padding: 20px;
                    padding-bottom: 80px;
                }

                .what-is-bg-color {
                    background-color: #F6FAFF;
                    border-bottom: 0;
                }

                .blueBg h3, .howto h3, .enterPriseBanner h3, .advantofcrmBGimg h3, .thingToconsiderBGimg h3, .freeTryDiv h3, .standardCrmBgimg h3, .tradistionalBGimg h3, .socialMediaBGimg h3, .diffrencebtwnBGimg h3, .powerofsocialMbgImg h3, .bannerCenterText h3 {
                    color: #ffffff;
                    font-size: 34px;
                    font-weight: 800;
                    line-height: 51px;
                    font-family: SohoGothicPro;
                }

                .freeTryDiv h3 {
                    color: #d83f87;
                    font-size: 15px !important;
                    line-height: 24px !important;
                }

                .enterPriseBanner h3, .build_effective .additional_factors ul, .dubai .blueBg .lead_heading, .chennai .blueBg .lead_heading {
                    text-align: center;
                }

                .blueBg .pattern::before, .advantofcrm .pattern::before {
                    background-image: url("./../images/crm-page/pattern_banner.png");
                    content: "";
                    position: absolute;
                    height: 141px;
                    width: 160px;
                    left: -40px;
                    top: -10px;
                    background-repeat: no-repeat;
                }

                .blueBg .subHead, .howto .subHead, .advantofcrmBGimg .subHead, .thingToconsiderBGimg .subHead, .freeTryDiv .subHead, .standardCrmBgimg .subHead, .socialMediaBGimg .subHead, .covidBanner .bannerCenterText p {
                    color: #ffffff;
                    font-family: Helvetica;
                    font-size: 20px;
                    line-height: 34px;
                }

                .LandingPageboxes {
                    width: 140px;
                    border: 2px solid #d7e4ff;
                    background-color: #ffffff;
                    padding: 10px;
                    padding-top: 5px;
                    height: 85px;
                    border-radius: 4px;
                    margin-bottom: 10px;
                    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
                }

                .LandingPageboxes:hover {
                    transform: translate(0, -2px);
                    opacity: 1 !important;
                }

                .LandingPageboxes_second {
                    height: 180px;
                    width: 170px;
                }

                .LandingPageboxes_second .rightPart {
                    padding-left: 50px !important;
                    width: 100%;
                }

                .LandingPageboxes_second .rightPart .rating {
                    font-size: 20px;
                    margin: 0;
                    font-family: Helvetica;
                    color: #000000;
                    font-weight: bold;
                }

                .LandingPageboxes_second .rightPart .ratingText {
                    font-size: 11px;
                    color: #808fa5;
                    font-family: Helvetica;
                }

                .LandingPageboxes .overallrating {
                    margin: 0;
                    color: #000000;
                    font-family: Helvetica;
                    font-size: 11px;
                }

                .LandingPageboxes .imgmaxwidthset {
                    max-width: 88px;
                }

                .landing_page_form .signUpView {
                    max-width: 355px !important;
                    margin: auto;
                    padding: 20px !important;
                }

                .landing_page_form .contactSendBtnLoaderDiv {
                    width: 100%;
                }

                .landing_page_form .signUpView .signUpHeading {
                    font-family: "SohoGothicProExtraBold" !important;
                    font-size: 24px;
                    margin: 0 0 30px 0 !important;
                    text-align: center;
                }

                .landing_page_form .signUpView .spctopmrgn .checkbox label, .spctopmrgn .radio label {
                    margin-bottom: 10px !important;
                    color: #3e4651;
                    font-family: Helvetica;
                    font-size: 15px;
                }

                .landing_page_form form {
                    margin: 0;
                }

                .landing_page_form .signUpView .select input {
                    border: 1px solid #ced4da;
                    border-radius: 4px;
                    padding-left: 20px;
                    height: 38px;
                }

                /* .landing_page_form .signUpView .select input:hover {
                    border: 1px solid #808fa5;
                } */

                .landing_page_form .signUpView .select input:focus {
                    border-color: #8763ac;
                    border-width: 1.5px;
                    box-shadow: none;
                }

                .landing_page_form .signUpView .form-view {
                    margin-bottom: 10px !important;
                }

                .googleAdWords .popular_text {
                    font-size: 20px;
                    margin-bottom: 40px;
                    text-transform: unset;
                }

                .googleAdWords .information_crm {
                    list-style-type: none;
                    padding: 0;
                }

                .googleAdWords .information_crm li {
                    position: relative;
                    list-style: none;
                    padding-left: 40px;
                    margin-bottom: 30px;
                }

                .googleAdWords .information_crm li::before {
                    background-image: url("./../images/crm-page/tick.png");
                    content: "";
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    left: 0px;
                    background-repeat: no-repeat;
                    margin-top: 5px;
                }

                .salesForce_customer.googleAdWords .information_crm li::before {
                    background-image: url("./../images/header-footer/ic_yes.svg");
                    margin-top: 13px;
                }

                .googleAdWords .inteRightPart {
                    text-align: center;
                    margin-bottom: unset;
                    padding-top: 30px;
                }

                .googleAdWords .inteRightPart ul:last-child li, .ss-extensive-support .ss-features .features-points ul li:last-child p, .pune .pune_features_section ul:last-child, .chennai .salezShark_services ul li:last-child, .chennai .ss_points ul li:last-child, .delhi .btn_text_section ul li:last-child, .delhi .featureContainer .inteRightPart, .gurugram .stream_line_leads .row .col-md-6:first-child .leadBoxes:last-child, .gurugram .stream_line_leads .row .col-md-6:last-child .leadBoxes:last-child, .gurugram .bussinessCRM .sheet_track_section ul, .gurugram .small_business_first_sec .ma-top40 p:last-child, .lowCost .btn_text_section ul li:last-child {
                    margin-bottom: 0;
                }

                .small-business-crm-wraper .desktopView .companyLogo_Area .col-lg-3 {
                    width: 20%;
                }

                .pune-main-wraper .pune_features_section ul {
                    text-align: center;
                }

                .pune-main-wraper .pune_features_section ul li {
                    width: 29% !important;
                }

                .pune-main-wraper .pune_features_section ul li .featuresofPuneCRM {
                    text-align: left;
                    padding: 40px 20px !important;
                }

                .googleAdWords .five_reasons {
                    list-style-type: none;
                    padding: 0;
                }

                .googleAdWords .five_reasons li {
                    position: relative;
                    list-style: none;
                    padding-left: 30px;
                    margin-bottom: 20px;
                }

                .googleAdWords .five_reasons .feat-discription {
                    margin-bottom: 15px;
                    min-height: unset;
                }

                .googleAdWords .five_reasons li:first-child::before, .googleAdWords .five_reasons li:nth-child(2)::before, .googleAdWords .five_reasons li:nth-child(3)::before, .googleAdWords .five_reasons li:nth-child(4)::before, .googleAdWords .five_reasons li:nth-child(5)::before {
                    position: absolute;
                    left: 0px;
                    color: #000000;
                    font-weight: bold;
                    font-size: 15px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    /* font-family: SohoGothicPro; */
                }

                .googleAdWords .five_reasons li:first-child::before {
                    content: "01";
                }

                .googleAdWords .five_reasons li:nth-child(2)::before {
                    content: "02";
                }

                .googleAdWords .five_reasons li:nth-child(3)::before {
                    content: "03";
                }

                .googleAdWords .five_reasons li:nth-child(4)::before {
                    content: "04";
                }

                .googleAdWords .five_reasons li:nth-child(5)::before {
                    content: "05";
                }

                .googleAdWords .loginSlotbottom {
                    position: relative;
                    z-index: 0;
                    margin-top: -40px;
                }

                .googleAdWords .loginSlotbottom .login-inner-container {
                    padding: 90px 0 20px;
                }

                .noCreditR {
                    margin: 20px 0 0 80px;
                }

                .formNocr {
                    text-align: center;
                    color: #3e4651;
                    font-family: Helvetica;
                    font-size: 12px;
                    line-height: 34px;
                }

                .googleAdWords .loginSlotbottom h3 {
                    font-size: 34px;
                    line-height: 45px;
                    margin-top: -15px;
                }

                .change_col_on_mobile .col-md-3, .change_col_on_mobile .col-md-7, .change_col_on_mobile .col-md-5, .change_col_on_mobile .col-md-6, .change_col_on_mobile .col-md-8, .change_col_on_mobile .col-md-4 {
                    float: right;
                }

                .change_col_on_mobile_customer_soft_page .col-md-6 {
                    float: right;
                }

                .shark_force_points {
                    width: 92%;
                    margin: auto;
                    margin-top: 30px;
                }

                .contactUsPopUp .sendBtn {
                    background-color: #0155ff !important;
                    color: #fff;
                    line-height: unset;
                }

                .contactUsPopUp .sendBtn:hover {
                    color: #0155ff;
                    background-color: #fff !important;
                    border: 1px solid #0155ff;
                }

                .carausel_header_top {
                    margin-top: 60px;
                }

                .blueBg img {
                    max-width: 100%;
                }

                .email-heading {
                    color: #131415;
                    font-family: helvetica;
                    font-size: 22px;
                    font-weight: 800;
                    line-height: 30px;
                    text-align: center;
                    margin-top: 40px;
                }

                .howto {
                    background-image: url("./../images/crm-page/how-to.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 70px;
                    margin-top: 70px;
                    background-size: cover;
                }

                .email-marketing-steps-sec {
                    padding-left: 30px;
                    padding-right: 30px;
                    margin-top: 40px;
                    margin-bottom: 0;
                    position: relative;
                    z-index: 1;
                }

                .email-marketing-steps-sec .featureHeading {
                    min-height: 57px;
                }

                .email-marketin-last .email-heading {
                    text-align: left;
                    margin-top: unset;
                }

                .howto .email-heading {
                    color: #fff;
                    text-align: left;
                    font-size: 20px;
                }

                .email-marketing-margin {
                    margin: 0 100px;
                }

                .email-marketin-last .shadowContainer {
                    padding: 50px 20px 20px 20px;
                }

                .email-marketin-last .box-scroll {
                    height: 150px;
                    overflow: hidden;
                    transition: all 0.3s;
                }

                .email-marketin-last .box-scroll:hover {
                    overflow-y: scroll;
                }

                .step {
                    opacity: 0.5;
                    color: #d83f87;
                    font-family: helvetica;
                    font-size: 13px;
                    font-weight: 800;
                    letter-spacing: 0;
                    line-height: 0;
                }

                .custom-scrollBar {
                    height: 260px;
                    overflow: auto;
                }

                .email-marketin-last .featureHeading {
                    font-size: 20px;
                }

                .email-marketin-last .box-scroll::-webkit-scrollbar {
                    width: 5px;
                }

                .email-marketin-last .box-scroll::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }

                .email-marketin-last .box-scroll::-webkit-scrollbar-thumb {
                    background: #DBDBDB;
                }

                .email-marketin-last .box-scroll::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

                .usaCrm .emarketingmrgn {
                    margin: 0 108px 0 70px;
                }

                .usaCrm .border-box-usa-crm, .socialCRM .border-box-usa-crm {
                    border-bottom: 1px solid #e0e5e6;
                    padding-bottom: 80px;
                }

                .emarketingmrgn {
                    margin: 0 50px 0 50px;
                }

                .benofEmarketing .feat-discription, .enterprise_crm .feat-discription {
                    margin-right: unset;
                    display: initial;
                }

                .enterprise_crm .email-marketing-margin {
                    margin: 40px 50px 0 50px;
                }

                .enterprise_crm .btn_container {
                    text-align: center;
                }

                .enterprise_crm .crm_white_btn {
                    border: 1px solid #0155ff;
                }

                .enterprise_crm .crm_white_btn:hover {
                    background-color: #0155ff;
                    color: #fff;
                }

                .advantofcrmBGimg {
                    background-image: url("./../images/crm-page/advantageofcrm.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 70px;
                    padding-top: 130px;
                    background-size: cover;
                }

                .thingToconsiderBGimg {
                    background-image: url("./../images/crm-page/thingsToconsider.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 70px;
                    padding-top: 130px;
                    background-size: cover;
                }

                .standardCrmBgimg {
                    background-image: url("./../images/crm-page/standardCRM.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 70px;
                    padding-top: 240px;
                    background-size: cover;
                }

                .enterpeiseFinalPart {
                    margin-top: 80px;
                }

                .enterpeiseFinalPart .figure {
                    margin-bottom: 50px;
                }

                .advantofcrm .shadowContainer {
                    max-width: 1080px;
                    padding-top: 50px;
                }

                .advantofcrm #tabs ul {
                    list-style-type: none;
                    display: inline-flex;
                }

                .advantofcrm #tabs ul li {
                    padding: 0 50px;
                }

                .advantofcrm #tabs ul li:active {
                    border-bottom: 1px solid #0155ff;
                }

                .copyrightmsg {
                    font-family: helvetica;
                }

                .advantofcrm .newwhySSBox img {
                    height: 100px;
                }

                .freeTryDiv .subHead {
                    color: #d83f87;
                    font-size: 15px;
                    line-height: unset;
                }

                .freeTryDiv .noCreditR {
                    margin: 0 0 0 80px;
                }

                .boxscrollheight {
                    height: 370px !important;
                }

                .usaCrmImg {
                    margin-top: 145px;
                }

                /*********** customer software page css ends **********/

                /* ********Social CRM Start*********** */

                .socialCRM .enterPriseBanner {
                    padding-bottom: 83px;
                    /* padding-top: 240px; */
                }

                .sales-process-mgt .loginSlotbottom .login-inner-container {
                    max-width: 900px;
                }

                .tradistionalBGimg {
                    background-image: url("./../images/crm-page/Traditional-banner.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 240px 0 105px 70px;
                    background-size: cover;
                }

                .socialMediaBGimg {
                    background-image: url("./../images/crm-page/Social_Media_CRM.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 240px 0 105px 70px;
                    background-size: cover;
                }

                .diffrencebtwnBGimg {
                    background-image: url("./../images/crm-page/Difference_btw.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 240px 0 105px 70px;
                    background-size: cover;
                }

                .powerofsocialMbgImg {
                    background-image: url("./../images/crm-page/power_of_social_crm_banner.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 240px 0 105px 70px;
                    background-size: cover;
                }

                /* ********Social CRM Ends*********** */

                /* *****SalesProcess Management CSS Starts******* */

                .SalezProcess_mngt .inners-container {
                    padding: 60px;
                }

                .SalezProcess_mngt .email-heading {
                    text-align: left;
                    margin-bottom: 40px;
                }

                .SalezProcess_mngt .feat-discription {
                    margin-right: unset;
                }

                .SalezProcess_mngt .noCreditR {
                    margin: 20px 0 0 30px;
                }

                /* *****SalesProcess Management CSS Ends******* */

                /* covid 19 page style start here */

                .covidBanner {
                    background-image: url("./../images/crm-page/sixty_days_trial_banner.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 100px 0 157px 0px;
                    background-size: cover;
                }

                ._covid19 .enterPriseBanner {
                    position: relative;
                }

                ._covid19 .enterprise_crm .feat-discription {
                    text-align: center;
                    display: block;
                    max-width: 84%;
                    margin: auto;
                    font-size: 18px;
                }

                .bannerCenterText {
                    max-width: 1060px;
                    margin: auto;
                    height: auto;
                    max-height: 107px;
                }

                .bannerCenterText p {
                    opacity: 0.7;
                    color: #FFFFFF;
                    font-family: helvetica;
                    font-size: 18px;
                    letter-spacing: 0;
                    line-height: 47px;
                }

                ._covid19 .enterprise_crm .email-marketing-margin {
                    margin-bottom: 15px;
                }

                .recently_assigned_bg {
                    position: relative;
                    margin-top: 40px;
                    margin-bottom: 40px;
                }

                .recently_inner_body .figure img {
                    width: 100%;
                }

                .padd_left-rgt_zero {
                    padding-left: 0px;
                    padding-right: 0px;
                }

                .margin_left_rgt_fifty {
                    width: 85%;
                    margin: auto;
                }

                .videoSecLeftContainer p.featureHeading {
                    font-size: 28px;
                    line-height: 48px;
                    margin-top: 0px;
                    font-weight: bold;
                }

                .videoSecLeftContainer .featureHeading a, .build_effective .campaign_left_section .left_section_subHeading {
                    color: #d83f87;
                }

                .sales_force_automation .crm .shadowContainer .sales_force_benefits .row .featureHeading {
                    color: #131415;
                }

                .videoSecLeftContainer p {
                    margin-top: 35px;
                }

                .covidVideoSec {
                    position: relative;
                    text-align: center;
                    padding-bottom: 60%;
                    height: 0px;
                }

                .covidVideoSec iframe {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .videoSecLeftContainer {
                    padding-top: 15%;
                }

                .covidVideoSec::before {
                    content: '';
                    position: absolute;
                    top: -30px;
                    left: -30px;
                    background-image: url("./../images/crm-page/Pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: 0;
                }

                .covidVideoSec::after {
                    content: '';
                    position: absolute;
                    bottom: -29px;
                    right: -29px;
                    background-image: url("./../images/crm-page/Pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: -1;
                }

                .productDifferentiator .threeBoxRow:nth-child(2) .col-xs-12:first-child:before {
                    content: '';
                    position: absolute;
                    top: -32px;
                    left: -20px;
                    background-image: url("./../images/crm-page/Pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: 0;
                }

                .productDifferentiator .threeBoxRow:nth-child(3) .col-xs-12:last-child:before {
                    content: '';
                    position: absolute;
                    top: -32px;
                    right: -3px;
                    background-image: url("./../images/crm-page/Pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: 0;
                }

                .threezBoxSec {
                    margin-top: 60px;
                    padding-bottom: 60px;
                }

                .threezBoxSec.productDifferentiator {
                    margin-top: 0px;
                    border-bottom: 1px solid #e0e5e6;
                    border: 12px solid #fff;
                }

                .coloredBG {
                    background-color: #f0f8ff;
                    margin-top: 70px;
                }

                .covLastSec .coloredBG {
                    padding-bottom: 120px;
                }

                .border-top-btm {
                    border-top: 1px solid #e0e5e6;
                }

                .border-top-btm .newBoxshadow {
                    padding: 10px 10px;
                }

                .threezBoxSec h3 {
                    text-align: center;
                    font-size: 24px;
                    font-weight: 800;
                    line-height: 36px;
                    font-family: SohoGothicPro;
                    max-width: 70%;
                    margin: auto;
                    padding-top: 80px;
                }

                .recentProcess h3 {
                    text-align: center;
                    margin-top: 80px;
                    font-size: 24px;
                    font-weight: 800;
                    line-height: 36px;
                    font-family: SohoGothicPro;
                }

                .threeBoxRow {
                    margin: 50px auto 0px;
                }

                .threeBoxRow .col-xs-12, .sales_Tracker .lead_heading {
                    text-align: center;
                }

                .threeBoxInnerSec figure {
                    max-height: 76px;
                }

                .threeBoxInnerSec figure img {
                    width: auto;
                }

                .threeBoxInnerSec p {
                    margin-top: 25px;
                    color: #131415;
                    font-size: 24px;
                    font-weight: normal;
                    font-family: Helvetica;
                }

                .threezBoxSec.productDifferentiator h3 span, .cov_text_style h3 span {
                    color: #131415;
                    font-size: 24px;
                    font-weight: normal;
                    font-family: Helvetica;
                    display: block;
                    text-transform: initial;
                }

                .threezBoxSec.productDifferentiator .threeBoxRow {
                    width: 100%;
                    max-width: 100%;
                }

                .productDifferentiator .threeBoxRow .col-xs-12, .delhi .btn_text_section .newHeadings, .delhi .mdata .newHeadings {
                    text-align: left;
                }

                .productDifferentiator .threeBoxInnerSec figure {
                    max-height: initial !important;
                }

                .productDifferentiator .threeBoxInnerSec figure img {
                    height: auto;
                    z-index: 1;
                    position: relative;
                }

                .productDifferentiator .threeBoxInnerSec p {
                    padding: 0 30px 0 0;
                }

                .productDifferentiator .threeBoxInnerSec p.feat-discription {
                    color: #808fa5;
                    font-family: Helvetica;
                    line-height: 22px;
                    font-size: 15px;
                    margin: 0px
                }

                .recentProcessRow, .newZealand .graph_section img {
                    margin-top: 50px;
                }

                .recentProcessRow .threeBoxInnerSec {
                    text-align: center;
                    min-height: 210px;
                    position: relative;
                }

                .recentProcessRow {
                    display: flex;
                    position: relative;
                }

                .future_optimization .recentProcessRow:last-child:before {
                    content: '';
                    position: absolute;
                    top: 180px;
                    left: -20px;
                    background-image: url("./../images/crm-page/Pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: -1;
                }

                .future_optimization .recentProcessRow:last-child:after, .pune .bestCRM_aus::before, .pune .bestCRM_aus::after, .dubai .bestCRM_aus::before, .dubai .bestCRM_aus::after {
                    display: none;
                }

                .recentProcessRow:last-child:after {
                    content: '';
                    position: absolute;
                    bottom: -150px;
                    right: -22px;
                    background-image: url("./../images/crm-page/Pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: -1;
                }

                .recentProcess .recentProcessRow ul {
                    display: block;
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                }

                .recentProcess .recentProcessRow ul li, .ss-extensive-support .ss-features .features-points ul li {
                    display: inline-block;
                    vertical-align: middle;
                }

                .recentProcess .recentProcessRow ul li:first-child {
                    width: 120px;
                }

                .recentProcess .recentProcessRow ul li img {
                    margin-right: 30px;
                }

                .recentProcess .recentProcessRow ul li:last-child {
                    color: #000000;
                    font-family: Helvetica;
                    font-size: 24px;
                    letter-spacing: 0;
                    line-height: 32px;
                    display: inline-block;
                    vertical-align: middle;
                    width: calc(100% - 150px);
                    margin-left: 20px;
                }

                .recentProcessRow .col-xs-12 .threeBoxInnerSec:last-child, .mumbai .sales-automation-section .shadowContainer .margin_left_rgt_fifty p:last-child, .mumbai .dynamic-reporting-section .shadowContainer .margin_left_rgt_fifty p:last-child, .mumbai .marketing-automation-section .shadowContainer .margin_left_rgt_fifty p:last-child, .mumbai .integration-section .shadowContainer .margin_left_rgt_fifty p:last-child, .web_based_crm .australia .small_business_first_sec .ma-top40 p:first-child {
                    margin-bottom: 0px !important;
                }

                .recentProcessRow .fullHeightBox .threeBoxInnerSec {
                    height: 100% !important;
                }

                .fullHeightBox .threeBoxInnerSec {
                    padding-top: 50% !important;
                }

                .future_optimization {
                    border-top: 1px solid #DDEAFF;
                    margin-top: 80px;
                }

                .covLastSec .margin_left_rgt_fifty {
                    width: 90%;
                }

                .recentProcessRow .threeBoxInnerSec span {
                    color: #808fa5;
                    font-family: Helvetica;
                    line-height: 22px;
                    font-size: 15px;
                    margin: 0px;
                    display: block;
                }

                .recentProcess .recentProcessRow:nth-last-child(2), .recentProcess .recentProcessRow:last-child {
                    margin-top: unset;
                }

                .fiveResionSec {
                    border-top: 1px solid #ecf4ff;
                    margin-top: 70px;
                }

                .fiveResionSec h5 span {
                    display: block;
                    color: #d83f87;
                    font-size: 16px;
                    text-transform: uppercase;
                }

                .covLastSec figure img {
                    margin-top: 100px;
                }

                .covLastSec h5 {
                    line-height: 35px;
                    margin-top: 100px;
                    font-size: 24px !important;
                }

                .newBoxshadow {
                    animation-duration: 1s;
                    animation-iteration-count: 1;
                    opacity: 1;
                    padding: 20px 20px;
                    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
                }

                .newBoxshadow:hover {
                    transition: all .3s linear !important;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                    transform: translate(0, -2px);
                    opacity: 1 !important;
                }

                /* Lead Management css start */

                .lead-management .blueBg .lead_heading {
                    text-align: center;
                    max-width: 810px;
                    margin: auto;
                }

                .small_business .blueBg .lead_heading {
                    text-align: center;
                    max-width: 770px;
                    margin: auto;
                }

                .lead-management .setMaxWidthForLeadText {
                    max-width: 480px;
                    margin-top: 20px;
                }

                .lead-management .setMaxWidthForLeadText p, .ahmedabad .googleAdWords .margin_left_rgt_fifty .feat-discription, .bangalore .googleAdWords .margin_left_rgt_fifty .feat-discription, .mumbai .googleAdWords .margin_left_rgt_fifty .feat-discription {
                    display: block;
                }

                .lead-management .blueBg .lead_heading h3, .small_business .blueBg .lead_heading h3, .australia .blueBg .lead_heading h3, .customer_first_section h3, .newZealand .blueBg .lead_heading h3, .chennai .blueBg .lead_heading h3, .delhi .blueBg .lead_heading h3, .delhi .delhiSliderHeading, .gurugram .blueBg .lead_heading h3, .hyderabad .blueBg .lead_heading h3, .lowCost .blueBg .lead_heading h3, .web_based_crm .lead_heading h3, .sales_Tracker .lead_heading h3, .free_crm .lead_heading h3, .ss-contact-management .lead_heading h3, .ss-marketing .lead_heading h3, .blackFriday .powerfulFeatures h3, .new-york .lead_heading h3, .virginia .lead_heading h3 {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    margin-bottom: 20px;
                }

                .lead-management .blueBg {
                    background-image: url("./../images/crm-page/lead_management_bannerBG.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding-top: 100px;
                    padding-bottom: 290px;
                    background-color: #061228;
                }

                .leadBackgroundBG {
                    background-image: url("./../images/crm-page/what_is_lead_img.png");
                    background-repeat: no-repeat;
                    background-position: top right;
                    height: 790px;
                }

                .lead-management .blueBg .lead_heading .subHead {
                    margin-bottom: 20px;
                }

                .lead-management .blueBg .lead_heading h4 {
                    font-size: 20px;
                    color: #fff;
                    font-family: helvetica;
                    line-height: 28px;
                }

                .leadmanagementBG {
                    background-image: url("./../images/crm-page/what_is_lead_illustration_black.png");
                    height: 685px;
                    background-repeat: no-repeat;
                    background-position: bottom right;
                    background-size: 700px;
                }

                .newHeadings {
                    font-size: 39px;
                    color: #131415;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-weight: 800;
                    letter-spacing: 0;
                    line-height: 55px;
                    text-align: center;
                }

                .leadmanagementBG .newHeadings {
                    margin-bottom: 30px;
                    display: block;
                }

                .lead_management_system_works {
                    background-color: #eff2f7;
                    margin-top: 48px;
                    padding-bottom: 60px;
                    position: relative;
                    border: 12px solid #fff;
                }

                .lead_management_system_works .zig-zag-patternBG {
                    background-image: url("./../images/crm-page/zig-zag.png");
                    background-repeat: no-repeat;
                    background-position: bottom;
                    background-size: 950px;
                }

                .lead_management_system_works .feat-discription {
                    margin-right: 20px !important;
                }

                .lead_management_system_works .email-marketin-last .featureHeading, .small_business .featureHeading, .google_landing_page .featureHeading, .australia .featureHeading, .customer_first_section .featureHeading, .delhi .blueBg .lead_heading .featureHeading, .gurugram .blueBg .lead_heading .featureHeading {
                    font-size: 24px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-weight: 800;
                    line-height: 38px;
                }

                .lead_management_system_works::before {
                    content: '';
                    position: absolute;
                    top: -36px;
                    left: 40px;
                    background-image: url("./../images/crm-page/black_color_pattern.png");
                    background-repeat: no-repeat;
                    height: 75px;
                    width: 75px;
                    z-index: 1;
                }

                .bottomPattern::before {
                    content: '';
                    position: absolute;
                    top: 285px;
                    left: -70px;
                    background-image: url("./../images/crm-page/black_color_pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: 1;
                }

                .bottomSmallPattern::before {
                    content: '';
                    position: absolute;
                    bottom: -92px;
                    right: 0px;
                    background-image: url("./../images/crm-page/black_color_pattern.png");
                    background-repeat: no-repeat;
                    height: 70px;
                    width: 75px;
                    z-index: 1;
                }

                .lead_management_system_works .newHeadings {
                    text-align: center;
                    padding: 60px 0 0 0;
                    position: relative;
                }

                .blacksmallpattern, .lead_conclusion .conclusionPatternLeft, .bottomSmallPattern, .bottomPattern, .conclusionPatternRight {
                    position: relative;
                }

                .lead_management_system_works .email-marketin-last .box-scroll {
                    height: 201px;
                    overflow: auto;
                }

                .lead_management_system_works .email-marketin-last .box-scroll::-webkit-scrollbar-thumb {
                    background: #B3BCC9;
                }

                .benefits_lead_mngment_system, .ss-extensive-support .ss-help {
                    /* border-bottom: 1px solid #DDEAFF; */
                    padding-bottom: 60px;
                }

                .benefits_lead_mngment_system .whyss_Container, .lead_management_process .ma-top40, .ss-extensive-support .blueBg .btn_container, .delhi .btn_text_section ul, .delhi .mdata ul {
                    margin-top: 20px;
                }

                .lead_management_process .ma-top40 p:first-child, .lead_conclusion .ma-top40 p:first-child, .lead-management .setMaxWidthForLeadText p:first-child, .small_business .small_business_first_sec .ma-top40 p:first-child, .australia .small_business_first_sec .ma-top40 p:first-child, .australia .small_business_first_sec .benefits_choosingSSCRM .feature_explained p:first-child .customer_first_section .featureHeading, .australia .basic_feature_tabbing .text-justify p:first-child, .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription:first-child, .mumbai .evolutionMumbai .margin_left_rgt_fifty .feat-discription:first-child {
                    margin-bottom: 20px;
                }

                .benefits_lead_mngment_system .paddingTop60 {
                    padding-top: 48px;
                }

                .benefits_lead_mngment_system .newwhySSBox h4 {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-weight: 800;
                }

                .benefits_lead_mngment_system .newwhySSBox .imageContainer {
                    text-align: center;
                }

                .benefits_lead_mngment_system .newwhySSBox {
                    padding: 0;
                    height: 450px;
                }

                .lead_conclusion .conclusionPatternLeft::before {
                    content: '';
                    position: absolute;
                    top: -50px;
                    left: 50px;
                    background-image: url("./../images/crm-page/black_color_pattern.png");
                    background-repeat: no-repeat;
                    height: 160px;
                    width: 140px;
                    z-index: -1;
                }

                .lead_conclusion .conclusionPatternRight::before {
                    content: '';
                    position: absolute;
                    top: 150px;
                    right: 57px;
                    background-image: url("./../images/crm-page/black_color_pattern.png");
                    background-repeat: no-repeat;
                    height: 70px;
                    width: 75px;
                    z-index: -1;
                }

                .lead_conclusion {
                    border: none !important;
                    padding-bottom: 0 !important;
                }

                .lead_conclusion .ma-top40 {
                    margin-top: 20px;
                }

                .lead_desc {
                    max-width: 455px;
                }

                .round_circle_shapeBG {
                    background-image: url("./../images/crm-page/black_round_shape.png");
                    background-repeat: no-repeat;
                    height: 56px;
                    width: 75px;
                    color: #131415;
                    padding: 1px 0 0 12px;
                    font-family: SohoGothicPro;
                    font-size: 24px;
                    line-height: 36px;
                }

                .lead-management .blueBg .btn_container .crm_white_btn {
                    color: #131415;
                    padding: 20px;
                    border-radius: 2px;
                    border: unset;
                    font-family: helvetica;
                    font-weight: bold;
                }

                .lead-management .blueBg .btn_container .crm_white_btn:hover {
                    background-color: #131415;
                    color: #fff;
                }

                .lead-management .loginSlotbottom h3, .australia .loginSlotbottom h3, .small_business .loginSlotbottom h3 {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-weight: 800;
                }

                .lead-management .loginSlotbottom p, .small_business .loginSlotbottom p {
                    font-size: 14px;
                    color: #808FA5;
                    line-height: 13px;
                }

                .lead-management .googleAdWords .loginSlotbottom .crm_blue_btn, .small_business .googleAdWords .loginSlotbottom .crm_blue_btn, .google_landing_page .googleAdWords .loginSlotbottom .crm_blue_btn, .australia .googleAdWords .loginSlotbottom .crm_blue_btn, .delhi .delhiCtaSec .crm_blue_btn {
                    border-radius: 2px;
                    padding: 20px 20px;
                    font-size: 14px;
                    font-family: helvetica;
                    font-weight: bold;
                }

                /* Lead Management css ends */

                /* small business crm software css starts */

                .small_business .blueBg {
                    background-image: url("./../images/crm-page/small_business_banner.png");
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    padding: 145px 0 171px 0px;
                    background-size: cover;
                    background-color: #174366;
                }

                .small_business .blueBg .lead_heading {
                    text-align: left;
                    max-width: 1090px;
                }

                .small_business .blueBg .lead_heading h3, .australia .blueBg .lead_heading h3, .customer_first_section h3, .chennai .blueBg .lead_heading h3, .delhi .blueBg .lead_heading h3, .gurugram .blueBg .lead_heading h3, .hyderabad .blueBg .lead_heading h3, .lowCost .blueBg .lead_heading h3, .web_based_crm .lead_heading h3, .sales_Tracker .lead_heading h3, .free_crm .lead_heading h3, .ss-contact-management .lead_heading h3, .ss-marketing .lead_heading h3, .new-york .lead_heading h3, .virginia .lead_heading h3 {
                    line-height: 60px;
                }

                .small_business .small_business_first_sec .ma-top40 {
                    text-align: center;
                }

                .small_business .feat-discription, .lead-management .feat-discription, .australia .feat-discription, .google_landing_page .feat-discription {
                    margin-right: 0;
                    color: #131415;
                    line-height: 34px;
                    font-size: 18px;
                }

                .small_business .small_business_first_sec .investmentDiv {
                    background-color: #111E38;
                    border: 12px solid #fff;
                    padding-top: 40px;
                    margin-top: 28px;
                }

                .small_business .small_business_first_sec .investmentDiv .newHeadings {
                    color: #fff;
                    text-align: left;
                    margin-top: 100px;
                }

                .small_business .small_business_first_sec .investmentDiv .feat-discription, .mumbai .sales-automation .lead_heading .newHeadings, .mumbai .sales-automation .lead_heading .feat-discription, .mumbai .dynamic-reorting .lead_heading .newHeadings, .mumbai .dynamic-reorting .lead_heading .feat-discription, .mumbai .marketing-automation .lead_heading .newHeadings, .mumbai .marketing-automation .lead_heading .feat-discription, .mumbai .integrationBg .lead_heading .newHeadings, .mumbai .integrationBg .lead_heading .feat-discription, .build_effective .build_slider_section .marketing_left_sec .marketing_automationBGimg .left_section_subHeading, .build_effective .build_slider_section .marketing_left_sec .marketing_automationBGimg .feat-discription, .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent .slide_Number, .australia .blueBg .lead_heading .featureHeading {
                    color: #fff;
                }

                .small_business .small_business_first_sec .investmentDiv .right_secof_InvestmentDiv figure img, .bussinessCRM .transfor_sales_section .sales_Section_points, .bussinessCRM .transfor_sales_section .sales_Section_points .featureHeading {
                    margin-top: 30px;
                }

                .small_business .small_business_first_sec .benefits_choosingSSCRM .margin_left_rgt_fifty {
                    max-width: 75%;
                }

                .small_business .small_business_first_sec .benefits_choosingSSCRM .margin_left_rgt_fifty .newHeadings, .australia .small_business_first_sec .benefits_choosingSSCRM .margin_left_rgt_fifty .newHeadings {
                    max-width: 85%;
                    margin: auto;
                }

                .small_business .small_business_first_sec .benefits_choosingSSCRM .row, .small_business .small_business_first_sec .core_Features .feature-listing, .australia .small_business_first_sec .benefits_choosingSSCRM .row {
                    margin-top: 30px;
                }

                .small_business .small_business_first_sec .feature_loaded_SMBs .paddingTop60 .newHeadings, .small_business .small_business_first_sec .feature_compare .newHeadings {
                    max-width: 80%;
                    margin: auto;
                    margin-bottom: 30px;
                }

                .small_business .small_business_first_sec .feature_loaded_SMBs .ma-top40, .mumbai .sales-automation .lead_heading .newHeadings, .mumbai .dynamic-reorting .lead_heading .newHeadings, .mumbai .marketing-automation .lead_heading .newHeadings, .mumbai .integrationBg .lead_heading .newHeadings, .lowCost .blueBg .newHeadings, .web_based_crm .lead_heading .newHeadings, .free_crm .lead_heading .newHeadings, .ss-contact-management .lead_heading .newHeadings, .new-york .lead_heading .newHeadings, .virginia .lead_heading .newHeadings {
                    text-align: left;
                }

                .small_business .small_business_first_sec .feature_loaded_SMBs .margin_left_rgt_fifty {
                    width: 95%;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .logo_boxes {
                    padding-top: 0 !important;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness {
                    background-color: #111E38;
                    padding: 10px;
                    border: 12px solid #fff;
                    margin-top: 60px;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .popular_innerDiv {
                    padding: 20px;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .newHeadings, .small_business .small_business_first_sec .we_R_popular_smallBusiness .loved_WordWide, .delhi .blueBg .lead_heading .featureHeading, .lowCost .blueBg .lead_heading .newHeadings, .web_based_crm .lead_heading .newHeadings, .free_crm .lead_heading .newHeadings, .ss-contact-management .lead_heading .newHeadings, .new-york .lead_heading .newHeadings {
                    color: #fff;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .likeImg {
                    margin-left: 115px;
                    margin-top: 0px;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .starImg {
                    margin-right: 170px;
                    margin-top: 0;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area, .salesForce_customer .newHeadings {
                    margin-top: 40px;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .comp_box, .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .compBox_2 {
                    box-shadow: none;
                }

                .small_business .small_business_first_sec .we_R_popular_smallBusiness .loveImg {
                    padding-bottom: 40px;
                }

                .small_business .small_business_first_sec .core_Features {
                    margin-top: 60px;
                    padding-bottom: 30px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .small_business .small_business_first_sec .btn_container, .australia .small_business_first_sec .btn_container {
                    margin-top: 20px;
                    margin-bottom: 30px;
                }

                .small_business .small_business_first_sec .core_Features .feature-listing .row, .small_business .small_business_first_sec .benefits_choosingSSCRM .feature_explained img, .small_business .small_business_first_sec .core_Features .featuresofCRM img, .australia .crminAus .feature_explained img, .australia .imple_crm_aus .feature_explained img, .india .small_business .small_business_first_sec .feature_compare, .bangalore .basic_feature_tabbing #tabs .feat-discription, .pune .pune_features_section ul li .featuresofPuneCRM img, .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:nth-child(2) .feat-discription, .gurugram .stream_line_leads .newHeadings {
                    margin-bottom: 30px;
                }

                .small_business .small_business_first_sec .btn_container .crm_blue_btn, .small_business .small_business_first_sec .btn_container .crm_grey_btn, .australia .small_business_first_sec .btn_container .crm_blue_btn, .australia .small_business_first_sec .btn_container .crm_black_btn, .google_landing_page .crm_blue_btn, .australia .bestCRM_aus .crm_blue_btn {
                    padding: 20px 25px;
                    border-radius: 2px;
                    font-family: helvetica;
                    font-size: 14px;
                    font-weight: bold;
                }

                .small_business .small_business_first_sec .feature_compare {
                    margin-top: 60px;
                }

                .crm-sw-india-compare .compare_left_div .feat-discription {
                    height: 40px;
                }

                .open-signup-form {
                    position: fixed;
                    bottom: 0;
                    left: 0;
                    z-index: 999;
                    display: none !important;
                    width: 100%;
                }

                .christmas-wraper .blueBg .christmas-banner .move-to-offer {
                    background-color: #fff !important;
                    color: #131415;
                }

                .compare-feature-new-style .compare_left_div {
                    display: inline-block;
                    vertical-align: top;
                    width: 210px;
                    margin-right: 20px;
                }

                .compare-feature-new-style .compare_left_div .feat-discription {
                    font-size: 16px !important;
                }

                .compare-feature-new-style .compare_right_div {
                    display: inline-block;
                    vertical-align: top;
                    width: calc(100% - 235px);
                }

                .compare-feature-new-style .compare_right_div ul li:last-child {
                    margin-right: 0px;
                }

                .small_business .small_business_first_sec .feature_compare .compare_right_div ul, .small_business .small_business_first_sec .feature_compare .compare_right_div .inline-feature ul, .small_business .small_business_first_sec .feature_compare .compare_left_div ul {
                    list-style-type: none;
                    display: inline-flex;
                    padding: 0;
                }

                .small_business .small_business_first_sec .feature_compare .compare_right_div ul li {
                    margin-right: 20px;
                }

                .small_business .small_business_first_sec .feature_compare .compare_right_div .inline-feature p:nth-child(odd) {
                    background-color: #F9F9FB;
                    width: 100%;
                    border-radius: 32px;
                }

                .small_business .small_business_first_sec .feature_compare .compare_right_div .inline-feature {
                    min-height: 600px;
                    border: 1px solid #E7EBF2;
                    padding: 50px 20px;
                    text-align: center;
                    min-width: 170px;
                    padding-top: 0;
                }

                .small_business .small_business_first_sec .feature_compare .inline-feature .imgDiv {
                    height: 60px;
                    margin-top: 50px;
                }

                .small_business .small_business_first_sec .feature_compare .compare_left_div .inline-feature {
                    border: none;
                    padding: 0;
                    text-align: left;
                    color: #131415;
                }

                .small_business .small_business_first_sec .feature_compare .compare_left_div .inline-feature p {
                    color: #131415;
                    min-height: 40px;
                    padding: 5px 5px 5px 9px;
                }

                .small_business .small_business_first_sec .feature_compare .compare_left_div .inline-feature p:nth-child(odd) {
                    background-color: #F9F9FB;
                    width: 100%;
                    border-radius: 4px;
                }

                .small_business .small_business_first_sec .feature_compare .inline-feature p {
                    min-height: 40px;
                    color: #016BFF;
                    padding: 5px 5px 5px 9px;
                    font-size: 18px;
                }

                .small_business .small_business_first_sec .feature_compare .inline-feature hr {
                    width: 30%;
                    border-top: 3px solid #131415;
                    margin-top: 50px;
                    margin-bottom: 50px;
                }

                .small_business .small_business_first_sec .feature_compare .inline-feature .featureHeading {
                    margin-top: 25px;
                    margin-bottom: 30px;
                    color: #131415;
                    font-size: 24px;
                }

                .small_business .small_business_first_sec .feature_compare .crm_black_btn {
                    border-radius: 2px;
                    font-family: helvetica;
                    font-weight: bold;
                    margin-right: 0;
                }

                .small_business .small_business_first_sec .feature_compare .get_qoute {
                    text-align: center;
                    margin-top: -14px;
                    z-index: 1;
                    position: relative;
                }

                .small_business .small_business_first_sec .essentialCRM_smbs {
                    background-color: #FAFAFA;
                    border: 12px solid #fff;
                    padding: 60px 16px;
                    margin-top: 60px;
                }

                .small_business .small_business_first_sec .essentialCRM_smbs .newHeadings {
                    margin-bottom: 0;
                }

                .small_business .small_business_first_sec .essentialCRM_smbs .get_qoute {
                    margin-top: 20px;
                }

                .small_business .small_business_first_sec .essentialCRM_smbs .get_qoute .crm_black_btn {
                    border-radius: 2px;
                    padding: 14px 30px;
                }

                .small_business .small_business_first_sec .essentialCRM_smbs ul {
                    list-style-type: none;
                    display: inline-flex;
                    margin-bottom: 0;
                }

                .small_business .small_business_first_sec .essentialCRM_smbs ul li {
                    margin-right: 40px;
                }

                .essentialCRM_smbs img {
                    position: relative;
                    animation: imgMovement 5s infinite;
                }

                .small_business .small_business_first_sec .investmentDiv .left_secof_InvestmentDiv figure img {
                    margin-bottom: 30px;
                    margin-left: 80px;
                    margin-top: -50px;
                    position: relative;
                }

                .small_business .small_business_first_sec .btn_text_section .feat-discription, .small_business .small_business_first_sec .btn_text_section .btn_container {
                    text-align: left;
                }

                .small_business .small_business_first_sec .investmentDiv .right_secof_InvestmentDiv {
                    text-align: center;
                }

                .small_business .small_business_first_sec .investmentDiv .right_secof_InvestmentDiv .feat-discription {
                    color: #596274;
                    margin: 10px 0 0 0;
                }

                /* australia landing page css starts */

                .australia .small_business_first_sec .btn_container {
                    text-align: center;
                }

                .australia .blueBg {
                    background-image: url("../images/crm-page/australi_banner.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding-top: 50px;
                    padding-bottom: 100px;
                    background-color: #000;
                }

                .australia .small_business_first_sec .btn_text_section {
                    padding-bottom: 60px;
                    border-bottom: none;
                }

                .australia .small_business_first_sec .btn_container, .ss-extensive-support .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(3), .ss-extensive-support .crminAus .feature_explained .row .col-md-6:first-child>div:nth-child(3) .feat-discription, .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription:last-child {
                    margin-bottom: 0;
                }

                .australia .small_business_first_sec .crminAus .feature_explained .margin_left_rgt_fifty, .australia .imple_crm_aus .feature_explained .margin_left_rgt_fifty {
                    width: 75%;
                }

                /* css for jquery nav starts for australia landing page */

                .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    text-align: center;
                    margin-bottom: 30px;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    float: none !important;
                    display: inline-block;
                    width: 218px;
                    border-bottom-width: 1px;
                    height: 57px;
                    margin-right: -6px;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    padding: 10px;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-widget-header {
                    border: none;
                    background: transparent;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
                    color: #fff !important;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
                    color: #131415;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    width: 100%;
                    line-height: 35px;
                    font-size: 18px;
                    font-family: helvetica;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-widget.ui-widget-content {
                    border: none !important;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
                    background: #8763ac !important;
                    border: none;
                    margin: 0;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    background: #fff;
                    border-right: 1px solid #131415;
                    border-radius: 0px;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
                    outline: none;
                }

                .australia .small_business_first_sec .basic_feature_tabbing .ui-widget-content {
                    /* background-color: #eff2f7 !important; */
                    padding: 0;
                }

                /* css nav ends */

                .australia .blueBg .subHead {
                    color: #999999;
                }

                .australia .landing_page_form .signUpView {
                    max-width: 355px !important;
                    padding: 20px;
                }

                .australia .landing_page_form .signUpView .select input {
                    margin-bottom: 15px;
                    border-radius: 2px;
                    padding-left: 13px
                }

                .australia .blueBg .landing_page_form .signUpView .crm_blue_btn {
                    margin-top: 20px;
                    width: 100%;
                    border-radius: 4px;
                    font-family: helvetica;
                    font-weight: bold;
                    height: 44px;
                }

                .australia .blueBg .landing_page_form .signUpView .erroralert {
                    margin-top: -20px;
                }

                .australia .blueBg .landing_page_form .signUpView .featureHeading {
                    font-size: 28px;
                    line-height: 42px;
                    margin-bottom: 0;
                }

                .australia .blueBg .landing_page_form .signUpView .feat-discription {
                    font-size: 16px;
                    line-height: 24px;
                    margin-bottom: 20px;
                }

                .australia .blueBg .lead_heading {
                    padding: 40px 0 0 0;
                }

                .australia .landing_page_form .signUpView .formNocr {
                    line-height: 24px;
                    color: #131415;
                    font-size: 13px;
                }

                .australia .small_business_first_sec .btn_container .crm_blue_btn {
                    padding: 20px 63px;
                }

                .australia .small_business_first_sec .btn_container .crm_black_btn {
                    padding: 20px 50px;
                }

                .australia .crminAus .feature_explained .featuresofCRM, .australia .imple_crm_aus .feature_explained .featuresofCRM {
                    margin-bottom: 30px;
                }

                .australia .crminAus .feature_explained .featuresofCRM .numeralValues {
                    color: #0155FF;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 42px;
                    line-height: 74px;
                }

                .australia .crminAus .feature_explained .row .col-md-6:first-child {
                    padding-right: 28px;
                }

                .australia .crminAus:last-child .feature_explained .row .col-md-6:first-child, .australia .imple_crm_aus .row .col-md-6:first-child {
                    padding-right: 50px;
                }

                .australia .crminAus .feature_explained .row, .australia .imple_crm_aus .row, .ahmedabad .basic_feature_tabbing .margin_left_rgt_fifty #tabs {
                    margin-top: 30px;
                }

                .australia .crminAus .feature_explained .row .col-md-6:last-child {
                    padding-left: 50px;
                }

                .australia .crminAus:last-child .feature_explained .row .col-md-6:last-child, .australia .imple_crm_aus .row .col-md-6:last-child, .ss-extensive-support .ss-features .features-points .row .col-md-6:last-child {
                    padding-left: 60px;
                }

                .australia .basic_feature_tabbing {
                    padding: 60px 0;
                    /* background-color: #eff2f7; */
                }

                .australia .basic_feature_tabbing .newHeadings, .australia .imple_crm_aus .newHeadings, .india .bestCrmIndia .newHeadings, .newZealand .graph_section .newHeadings, .newZealand .inteRightPart .newHeadings, .bangalore .inteRightPart .newHeadings, .ss-extensive-support .ss-features .newHeadings, .ahmedabad .convertVisitors .newHeadings, .build_effective .inteRightPart .newHeadings, .sales_force_automation .bestSalesForceAutomation .shadowContainer .featureContainer .newHeadings, .dubai .featureContainer .newHeadings, .dubai .triShapebg .newHeadings, .chennai .benefitsOfCRM .newHeadings, .delhi .featureContainer .newHeadings, .free_crm .featureContainer .newHeadings, .ss-contact-management .featureContainer .newHeadings, .new-york .featureContainer .newHeadings, .virginia .featureContainer .newHeadings {
                    width: 70%;
                    margin: auto;
                    margin-bottom: 20px;
                }

                .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty {
                    width: 90%;
                }

                .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul li {
                    display: list-item;
                    min-height: unset;
                    margin-bottom: 20px;
                }

                .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul li:last-child {
                    margin-bottom: 0;
                }

                .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul {
                    padding-left: 20px;
                }

                .australia .basic_feature_tabbing #tabs img, .virginia .inteRightPart {
                    margin-bottom: 40px;
                }

                .australia .bestCRM_aus {
                    border: 12px solid #fff;
                    background: linear-gradient(90deg, #2a1b3d, #131415);
                    padding: 60px 0;
                    text-align: center;
                    position: relative;
                }

                .australia .bestCRM_aus .newHeadings, .australia .bestCRM_aus .feat-discription {
                    color: #fff;
                    margin-bottom: 0;
                }

                /* .australia .bestCRM_aus .ss-white-btn{
                    display: inline-block;
                    line-height: 41px;
                } */

                /* .australia .bestCRM_aus::before {
                    background-image: url("./../images/crm-page/reverse_pattern.png");
                    content: "";
                    position: absolute;
                    height: 270px;
                    width: 160px;
                    left: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                }
                
                .australia .bestCRM_aus::after {
                    background-image: url("./../images/crm-page/reverse_pattern.png");
                    content: "";
                    position: absolute;
                    height: 270px;
                    width: 160px;
                    right: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                    -webkit-transform: scaleX(-1);
                    transform: scaleX(-1);
                } */

                .australia .imple_crm_aus {
                    padding: 60px 0 30px 0;
                    border-bottom: 1px solid #e0e5e6;
                }

                .free_crm .australia .imple_crm_aus {
                    border-top: 1px solid #e0e5e6;
                }

                .australia .aus_video_sec {
                    padding: 60px 0;
                    border-bottom: 1px solid #e0e5e6;
                    padding-bottom: 0;
                }

                .australia .aus_video_sec .covidVideoSec {
                    margin-top: 37px;
                }

                .number-count.show-on-mobile {
                    display: none;
                }

                .number-count {
                    display: inline-block;
                    width: 24px;
                    height: 32px;
                    border-radius: 50%;
                    text-align: center;
                    margin-right: 20px;
                    font-size: 19px;
                    line-height: 26px;
                    position: relative;
                    color: #d83f87 !important;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    letter-spacing: 0 !important;
                }

                .number-count:before {
                    content: "";
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    width: 34px;
                    height: 35px;
                    border-radius: 50%;
                    border-color: #d83f87 #d83f87 transparent transparent;
                    border-width: 4px;
                    left: -6px;
                    top: -5px;
                    border-style: solid;
                    transform: rotate(5deg);
                }

                .number-count:after {
                    content: "";
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    width: 34px;
                    height: 35px;
                    border-radius: 50%;
                    border-color: #d83f87 #d83f87 transparent transparent;
                    border-width: 4px;
                    left: -6px;
                    top: -5px;
                    border-style: dotted;
                    transform: rotate(178deg);
                }

                .featureCRMTextField {
                    width: calc(100% - 50px);
                    display: inline-block;
                    vertical-align: top;
                    font-size: 24px !important;
                }

                .padding-left-set {
                    padding-left: 50px;
                }

                /* .australia .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child .featureHeading:first-child::before {
                    background-image: url("./../images/crm-page/blue_round_shape.png");
                    content: "1";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                    text-align: center;
                    margin-left: -50px;
                    margin-top: 10px;
                    color: #d83f87;
                }
                
                .australia .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(2) .featureHeading::before {
                    background-image: url("./../images/crm-page/blue_round_shape.png");
                    content: "3";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                    text-align: center;
                    margin-left: -50px;
                    margin-top: 10px;
                    color: #d83f87;
                }
                
                .australia .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:first-child .featureHeading:first-child::before {
                    background-image: url("./../images/crm-page/blue_round_shape.png");
                    content: "2";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                    text-align: center;
                    margin-left: -50px;
                    margin-top: 10px;
                    color: #d83f87;
                }
                .australia .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(2) .featureHeading::before {
                    background-image: url("./../images/crm-page/blue_round_shape.png");
                    content: "4";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                    text-align: center;
                    margin-left: -50px;
                    margin-top: 10px;
                    color: #d83f87;
                } */

                .border-top {
                    border-top: 1px solid #e0e5ec;
                }

                .australia .googleAdWords .loginSlotbottom h3 {
                    font-size: 49px;
                    line-height: 60px;
                }

                .australia .loginSlotbottom p {
                    text-align: center;
                }

                .australia .noCreditR {
                    margin: 15px 0 0 0;
                }

                .australia .googleAdWords .loginSlotbottom .login-inner-container {
                    padding: 100px 0 10px 0;
                    max-width: unset;
                }

                .australia .crminAus .feat-discription, .australia .basic_feature_tabbing .feat-discription, .india .bestCRM_aus .feat-discription, .newZealand .graph_section .feat-discription, .mumbai .evolutionMumbai .margin_left_rgt_fifty .feat-discription {
                    display: block;
                }

                /* .australia .covidVideoSec {
                padding-bottom: 66.8%;
            } */

                .australia .covidVideoSec::before {
                    left: 35px;
                }

                .australia .covidVideoSec::after {
                    bottom: 20px;
                    right: 30px;
                }

                .australia .covidVideoSec iframe {
                    left: 100px;
                    width: 80%;
                    height: 88%;
                }

                .scroll-rifgt-arrow {
                    margin: 0;
                    text-align: right;
                    font-weight: bold;
                    font-size: 20px;
                }

                /* India Landing page css start */

                .india .blueBg {
                    background-image: url("./../images/crm-page/India_banner.png") !important;
                    background-size: cover;
                    background-position: top;
                }

                .india .blueBg .lead_heading .subHead, .ss-extensive-support .blueBg .lead_heading .subHead {
                    color: #fff;
                    font-size: 24px;
                    line-height: 42px;
                }

                .india .bestCrmIndia .recentProcessRow ul li:first-child {
                    width: 100px;
                }

                .india .bestCrmIndia .recentProcessRow ul li:last-child {
                    text-align: justify;
                }

                .india .bestCrmIndia .recentProcessRow ul li:last-child .featureHeading, .newZealand .bestCrmIndia .recentProcessRow ul li:last-child {
                    text-align: left;
                }

                .india .blueBg .lead_heading {
                    padding: 200px 0 0 0;
                }

                .india .basic_feature_tabbing .ui-widget-content, .bangalore .basic_feature_tabbing, .bangalore .small_business_first_sec .basic_feature_tabbing .ui-widget-content {
                    background-color: #fff !important;
                }

                .india .basic_feature_tabbing, .india .graph_section, .newZealand .bestCrmIndia {
                    background-color: #fff;
                    border-bottom: 1px solid #e0e5e6;
                }

                .india .small_business_first_sec .basic_feature_tabbing .ui-widget-header {
                    background: #F2F3F6;
                    padding: 35px 0 30px 0;
                    margin-bottom: 0 !important;
                }

                .india .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 100%;
                    border-radius: 0;
                }

                .india .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    background: #F2F3F6;
                    border: none;
                }

                .india .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    padding-left: 37px;
                    text-align: left;
                    font-weight: 400;
                }

                .india .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    text-align: left;
                }

                .india .basic_feature_tabbing .margin_left_rgt_fifty {
                    width: 95%;
                }

                .india .recentProcess .recentProcessRow ul li:last-child {
                    font-size: 18px;
                }

                .india .recentProcess .recentProcessRow ul li {
                    vertical-align: top;
                }

                .india .recentProcess .recentProcessRow ul {
                    padding: 30px 30px;
                    margin-bottom: 30px;
                    min-height: 300px;
                }

                .india .bestCrmIndia, .india .graph_section {
                    padding-top: 60px;
                    padding-bottom: 60px;
                }

                .india .bestCrmIndia .recentProcessRow:last-child:after {
                    display: none;
                }

                .india .bestCrmIndia .newBoxshadow {
                    box-shadow: -5px 4px 16px 8px rgba(0, 0, 0, 0.08);
                }

                .india .bestCrmIndia .newBoxshadow:hover {
                    transition: none;
                    box-shadow: -5px 4px 16px 8px rgba(0, 0, 0, 0.08);
                    transform: none;
                }

                .india .bestCrmIndia .row .col-md-6:first-child {
                    padding-right: 30px;
                }

                .india .bestCrmIndia .row .col-md-6:last-child {
                    padding-left: 30px;
                }

                .india .bestCrmIndia .newHeadings, .newZealand .newHeadings, .newZealand .basic_feature_tabbing #tabs1 img, .ss-extensive-support .newHeadings, .ss-extensive-support .blueBg .lead_heading .subHead, .ahmedabad .newHeadings, .bangalore .newHeadings, .mumbai .evolutionMumbai img, .pune .newHeadings, .bussinessCRM .newHeadings {
                    margin-bottom: 30px !important;
                }

                .india .bestCRM_aus {
                    background-color: #1E2533;
                }

                .india .customer_report_section ul li p:first-child {
                    margin-bottom: 0;
                }

                .india .bestCRM_aus::before, .india .bestCRM_aus::after, .bangalore .covidVideoSec::before, .bangalore .covidVideoSec::after {
                    display: none;
                }

                .india .imple_crm_aus .newHeadings {
                    width: 70%;
                    margin-bottom: 0px;
                }

                /* carausel css  */

                .india .slider_section {
                    border-bottom: none;
                }

                .india .slider_section .flickity-prev-next-button {
                    display: none;
                }

                .india .slider_section .flic-carousel .carousel-cell img {
                    width: 100%;
                }

                .india .slider_section .testimonialViewNew {
                    border: none;
                    box-shadow: none;
                    margin: 0px 0% 0;
                }

                .india .slider_section .testimonialViewNew ul, .chennai .ss_points ul, .chennai .fourRoundPoints ul {
                    margin: 0;
                    padding: 0;
                }

                .india .slider_section .testimonialViewNew ul li {
                    display: inline-block;
                    list-style: none;
                    border-radius: 4px;
                    background-color: #ffffff;
                    padding: 5px 20px;
                    width: 170px;
                    height: 75px;
                    line-height: 65px;
                    margin-right: 50px;
                    margin-bottom: 30px;
                    text-align: center;
                }

                .india .slider_section .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #d83f87 !important;
                }

                .india .slider_section .flickity-page-dots .dot {
                    width: 21px;
                    height: 10px;
                    border-radius: 12px;
                }

                /* carausel css ends  */

                .india .customer_report_section {
                    padding-top: 60px;
                    border: 12px solid #fff;
                    background-color: #F2F3F6;
                    margin-top: 60px;
                }

                .india .customer_report_section ul {
                    list-style-type: none;
                    margin-top: 30px;
                    margin-bottom: 0;
                }

                .india .customer_report_section ul li {
                    display: inline-block;
                    margin-right: 100px;
                }

                .india .customer_report_section ul li:last-child, .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription {
                    margin-right: 50px;
                }

                .india .customer_report_section ul li .feat-discription {
                    font-weight: bold;
                }

                .india .customer_report_section p:last-child {
                    margin-right: 16px;
                    font-size: 16px;
                    font-family: helvetica;
                }

                .india .googleAdWords .loginSlotbottom .login-inner-container, .bangalore .googleAdWords .loginSlotbottom .login-inner-container, .mumbai .googleAdWords .loginSlotbottom .login-inner-container {
                    padding: 70px 0 20px 0;
                }

                .india .basic_feature_tabbing #tabs img, .newZealand .graph_section .row .col-md-6:first-child p {
                    margin-bottom: 0;
                }

                .india .graph_section .chart p {
                    color: #808FA5;
                    font-family: Helvetica;
                    font-size: 16px;
                    margin-bottom: 30px;
                    font-weight: bold;
                }

                .india .customer_report_section sup {
                    font-family: helvetica;
                    font-size: 30px;
                    margin-right: 10px;
                }

                .india .customer_report_section ul li:last-child img, .ahmedabad .blueBg .lead_heading h3 {
                    margin-bottom: 10px;
                }

                .india .bestCrmIndia .featureHeading {
                    line-height: unset;
                }

                /* newZealand landing page css start */

                .newZealand .blueBg {
                    background-image: url("./../images/crm-page/newzealandBanner.png") !important;
                    background-position: top;
                }

                .newZealand .graph_section {
                    background-color: #f9f9f9;
                }

                .newZealand .imple_crm_aus .newHeadings {
                    width: 100%;
                }

                .newZealand .slider_section .testimonialViewNew ul li {
                    Width: 336px;
                    Height: 545px;
                    padding: 30px;
                    line-height: 0;
                    margin-right: 20px;
                    background-color: #FFFFFF;
                    box-shadow: 0 6px 27px 5px rgba(0, 0, 0, 0.03);
                }

                .newZealand .slider_section .testimonialViewNew ul li:last-child, .ss-extensive-support .subscription-plans ul li:last-child, .delhi .delhiCtaSec .crm_blue_btn {
                    margin-right: 0;
                }

                .newZealand .slider_section .flic-carousel .carousel-cell img {
                    width: 35%;
                }

                .newZealand .slider_section .flic-carousel .carousel-cell img {
                    margin-bottom: 30px;
                }

                .newZealand .flic-carousel .flickity-viewport {
                    height: 650px !important;
                }

                .newZealand .slider_section .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #d83f87 !important;
                }

                .newZealand .slider_section .flickity-page-dots .dot {
                    width: 15px;
                    height: 15px;
                }

                .newZealand .imple_crm_aus {
                    padding: 60px 0 60px 0 !important;
                }

                .newZealand .bestCrmIndia .recentProcessRow ul li:first-child {
                    width: 0;
                }

                .newZealand .recentProcess .recentProcessRow ul {
                    margin-bottom: 50px;
                    height: 286px;
                }

                .newZealand .recentProcess .recentProcessRow ul li:last-child {
                    width: calc(100% - 50px);
                }

                .newZealand .bestCRM_aus .newHeadings, .newZealand .googleAdWords .newHeadings {
                    margin-bottom: 0 !important;
                }

                .newZealand .bestCrmIndia .row:last-child ul {
                    margin-bottom: 0;
                }

                .newZealand .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: unset;
                }

                .newZealand .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    text-align: center;
                }

                .newZealand .small_business_first_sec .basic_feature_tabbing .ui-widget-header {
                    padding: 0px 0 30px 0;
                    background: unset;
                }

                .newZealand .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    padding-left: 55px;
                    padding-right: 55px;
                }

                .newZealand .basic_feature_tabbing #tabs1 .margin_left_rgt_fifty, .newZealand .secondTab #tabs2 .margin_left_rgt_fifty {
                    margin: auto;
                    width: 85%;
                }

                .newZealand .graph_section .row .col-md-6:first-child {
                    padding-right: 64px;
                }

                .newZealand .graph_section span, .ss-extensive-support .blueBg .lead_heading span, .ss-extensive-support .ss-features .newHeadings span {
                    color: #d83f87;
                }

                .newZealand .secondTab {
                    background-color: #F9F9F9 !important;
                    border: 12px solid #fff;
                }

                .newZealand .small_business_first_sec .secondTab .ui-widget-header {
                    background-color: #F9F9F9;
                }

                .newZealand .secondTab .ui-widget-content {
                    background-color: #F9F9F9 !important;
                }

                .newZealand .inteRightPart, .bangalore .inteRightPart, .build_effective .featureContainer, .dubai .featureContainer, .delhi .featureContainer, .free_crm .featureContainer, .ss-contact-management .featureContainer, .new-york .featureContainer, .virginia .featureContainer {
                    padding-top: 60px;
                    margin-bottom: 0;
                }

                .newZealand .googleAdWords .feat-discription {
                    display: block;
                }

                .newZealand .slider_section .testimonialViewNew .featureHeading {
                    margin-bottom: 20px;
                }

                .newZealand .secondTab #Cost-efficient .row .col-md-6:last-child, .newZealand .secondTab #Easy_Lead_Management .row .col-md-6:last-child, .newZealand .secondTab #Enhanced_Marketing .row .col-md-6:last-child, .newZealand .secondTab #Ease_of_Access .row .col-md-6:last-child {
                    padding-right: 100px;
                }

                .newZealand .secondTab #Easy_Lead_Management img {
                    margin-top: 100px;
                }

                .newZealand .bestCrmIndia .newBoxshadow {
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                }

                .newZealand .bestCrmIndia .newBoxshadow:hover {
                    box-shadow: 0 2px 20px 0 #e0e5ec;
                }

                /* Extensive support css start */

                .ss-extensive-support .blueBg {
                    background-image: url("./../images/crm-page/ss-extensive-banner.png");
                    background-color: black;
                    background-position: top;
                }

                .ss-extensive-support .blueBg .lead_heading {
                    padding: 50px 0 0 0;
                }

                .ss-extensive-support .blueBg .btn_container .crm_white_btn {
                    padding: 20px;
                    border-radius: 2px;
                    color: #131415;
                    margin-right: 0;
                    font-family: helvetica;
                    font-weight: bold;
                }

                .ss-extensive-support .blueBg .btn_container .crm_white_btn:hover {
                    background-color: #131415;
                    color: #fff;
                }

                .ss-extensive-support .ss-help .margin_left_rgt_fifty {
                    width: 90%;
                }

                .ss-extensive-support .ss-help ul, .build_effective .additional_factors ul {
                    margin: 0;
                    padding: 0;
                }

                .ss-extensive-support .ss-help ul li {
                    Width: 308px;
                    Height: 190px;
                    display: inline-flex;
                    /* border: 1px solid #DBEAFF; */
                    margin-right: 25px;
                    border-radius: 2px;
                    background-color: #FFFFFF;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                    margin-bottom: 30px;
                    padding: 35px 20px 20px 20px;
                    text-align: left;
                }

                .ss-extensive-support .ss-help ul li>div>span {
                    font-family: helvetica;
                    font-size: 18px;
                }

                .ss-extensive-support .ss-help ul li .featureHeading {
                    line-height: 32px;
                }

                .ss-extensive-support .ss-help ul li:first-child {
                    border-top: 5px solid #E8E986;
                }

                .ss-extensive-support .ss-help ul li:nth-child(2) {
                    border-top: 5px solid #B8E986;
                }

                .ss-extensive-support .ss-help ul li:nth-child(3) {
                    border-top: 5px solid #CC86E9;
                    margin-right: 0;
                }

                .ss-extensive-support .ss-help ul li:nth-child(4) {
                    border-top: 5px solid #E9BC86;
                    margin-bottom: 0;
                }

                .ss-extensive-support .ss-help ul li:nth-child(5) {
                    border-top: 5px solid #86E9C3;
                    margin-bottom: 0;
                }

                .ss-extensive-support .ss-help ul li:nth-child(6) {
                    border-top: 5px solid #8690E9;
                    margin-bottom: 0;
                    margin-right: 0;
                }

                .ss-extensive-support .ss-features {
                    background-image: url("./../images/crm-page/ss-features-illustration.png");
                    width: 100%;
                    height: 865px;
                    background-repeat: no-repeat;
                    background-color: #F2F3F6;
                    border: 12px solid #fff;
                    background-position: bottom;
                }

                .ss-extensive-support .ss-features .features-points ul li:first-child {
                    width: 96px;
                    margin-right: 10px;
                }

                .ss-extensive-support .ss-features .features-points ul li:first-child figure {
                    background: #fff;
                    padding: 20px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 52px;
                    box-shadow: -1px 4px 11px rgb(0 0 0 / 13%);
                }

                .ss-extensive-support .ss-features .features-points ul li:last-child {
                    display: inline-block;
                    vertical-align: middle;
                    width: calc(100% - 150px);
                }

                .ss-extensive-support .ss-features .features-points ul {
                    display: block;
                    list-style-type: none;
                    margin-bottom: 30px;
                }

                /* .ss-extensive-support .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(3)::before {
                    background-image: url("./../images/crm-page/blue_round_shape.png");
                    content: "5";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                    text-align: center;
                    margin-left: -50px;
                    margin-top: 10px;
                    color: #0155FF;
                    font-weight: bold;
                    font-size: 26px;
                } */

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 110px;
                    height: 40px;
                }

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    background: #fff;
                    border: none;
                }

                .ss-extensive-support .basic_feature_tabbing, .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-widget-content, .gurugram .delhi .delhiCtaSec {
                    background-color: #fff;
                }

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
                    color: #d83f87 !important;
                }

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
                    color: #e0e5ec;
                }

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
                    background-color: #fff !important;
                }

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    font-size: 14px;
                }

                .ss-extensive-support .basic_feature_tabbing #tabsFirst #tabs-1 .margin_left_rgt_fifty, .ss-extensive-support .basic_feature_tabbing #tabsFirst #tabs-2 .margin_left_rgt_fifty, .ss-extensive-support .basic_feature_tabbing #tabsFirst #tabs-3 .margin_left_rgt_fifty {
                    width: 78%;
                }

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    text-align: left;
                    margin-bottom: 0px;
                    padding-left: 30px;
                }

                .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    text-align: center;
                }

                .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription:first-child::before, .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription:nth-child(2)::before, .ss-extensive-support .subscription-plans ul li p:before {
                    background-image: url("./../images/header-footer/ic_yes.svg");
                    content: "";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: -30px;
                    top: 12px;
                    background-repeat: no-repeat;
                }

                .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription:last-child::before {
                    background-image: url("./../images/header-footer/ic_yes.svg");
                    content: "";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: -30px;
                    top: 12px;
                    bottom: 92px;
                    background-repeat: no-repeat;
                }

                .ss-extensive-support .ss-do .basic_feature_tabbing {
                    padding: 0;
                }

                .ss-extensive-support .subscription-plans {
                    background-image: url("./../images/crm-page/Pricing_illustration.png") !important;
                    background-position: bottom right;
                    background-repeat: no-repeat;
                }

                .ss-extensive-support .subscription-plans ul {
                    margin: 0;
                }

                .ss-extensive-support .subscription-plans ul li {
                    display: inline-block;
                    width: 230px;
                    margin-right: 30px;
                    border-radius: 2px;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                    padding-bottom: 30px;
                }

                .ss-extensive-support .subscription-plans ul li>div {
                    /* height: 142px; */
                    padding: 20px;
                    width: 100%;
                    border-top-left-radius: 2px;
                    border-top-right-radius: 2px;
                    text-align: left;
                    margin-bottom: 20px;
                    position: relative;
                }

                .ss-extensive-support .subscription-plans ul li>div::before {
                    background-image: url("./../images/header-footer/pricing-border-img.png") !important;
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    background-image: url(pricing-border-img.c8773d8….png);
                    height: 8px;
                    width: 80%;
                    bottom: 0;
                    margin: auto;
                }

                .ss-extensive-support .subscription-plans ul li>div>.feat-discription {
                    display: block;
                    text-align: center;
                    font-size: 13px;
                    line-height: 20px;
                    font-family: Helvetica;
                    display: block;
                    color: #131415;
                }

                .ss-extensive-support .subscription-plans ul li>div>.feat-discription strong {
                    font-size: 39px;
                    margin-right: 10px;
                    display: block;
                    font-family: PoppinsExtraBold;
                    font-size: 28px;
                    line-height: 49px;
                }

                .ss-extensive-support .subscription-plans ul li>div>h2 {
                    font-size: 20px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    margin-bottom: 30px;
                    text-align: center;
                }

                .ss-extensive-support .subscription-plans ul li:first-child>div>h2 {
                    color: #131415;
                }

                .ss-extensive-support .subscription-plans ul li:nth-child(2)>div>h2 {
                    color: #131415;
                }

                .ss-extensive-support .subscription-plans ul li:last-child>div>h2 {
                    color: #131415;
                }

                /* .ss-extensive-support .subscription-plans ul li:first-child {
                    border: 1px solid #FFECE1;
                } */

                /* .ss-extensive-support .subscription-plans ul li:first-child>div {
                    background-color: #FFECE1;
                } */

                .ss-extensive-support .subscription-plans ul li .crm_Btn {
                    border-radius: 2px;
                    padding: 14px 30px;
                    font-size: 14px;
                    font-family: helvetica;
                    font-weight: bold;
                    transition: all 0.3s, box-shadow 0.3s 0.3s;
                }

                .ss-extensive-support .subscription-plans ul li:first-child .crm_Btn {
                    background-color: #FFECE1;
                    color: #EF9E19;
                }

                .ss-extensive-support .subscription-plans ul li:first-child .crm_Btn:hover {
                    color: #FFECE1;
                    background-color: #EF9E19;
                }

                .ss-extensive-support .subscription-plans ul li:nth-child(2) .crm_Btn {
                    color: #002393;
                    background-color: #D6E1FF;
                    padding: 14px 43px;
                }

                .ss-extensive-support .subscription-plans ul li:nth-child(2) .crm_Btn:hover {
                    color: #D6E1FF;
                    background-color: #002393;
                }

                .ss-extensive-support .subscription-plans ul li:last-child .crm_Btn {
                    color: #00936D;
                    background-color: #C8F8F5;
                    padding: 14px 43px;
                }

                .ss-extensive-support .subscription-plans ul li:last-child .crm_Btn:hover {
                    color: #C8F8F5;
                    background-color: #00936D;
                }

                /* .ss-extensive-support .subscription-plans ul li:nth-child(2) {
                    border: 1px solid #D6E1FF;
                }
                
                .ss-extensive-support .subscription-plans ul li:nth-child(2)>div {
                    background-color: #D6E1FF;
                } */

                .ss-extensive-support .subscription-plans ul li:last-child {
                    border: 1px solid #E6D3FF;
                    margin-right: 0;
                }

                .view-all-feature {
                    padding-left: 40px;
                    padding-top: 15px;
                }

                .view-all-feature a {
                    color: #d83f87 !important;
                    font-size: 13px;
                    line-height: 16px;
                    font-weight: 700;
                }

                /* .ss-extensive-support .subscription-plans ul li:last-child:last-child>div {
                    background-color: #C8F8F5;
                } */

                .ss-extensive-support .subscription-plans ul li p {
                    min-height: unset;
                    margin-left: 50px;
                    text-align: left;
                    font-size: 13px;
                }

                .ss-extensive-support .loginSlotbottom p {
                    font-family: 'Glyphicons Halflings';
                }

                .ss-extensive-support .video-bar .btn-box {
                    position: relative;
                }

                .ss-extensive-support .video-bar .btn-box p {
                    top: 4px !important;
                    left: 8px !important;
                    position: absolute;
                }

                .ss-extensive-support .video-bar .lbl {
                    background-color: transparent;
                    font-family: helvetica;
                    font-size: 14px;
                    font-weight: bold;
                }

                .threeColouredbntspan {
                    padding: 0px 15px;
                    display: block;
                    margin-top: 20px;
                }

                .ss-extensive-support .subscription-plans .planlistingDiv {
                    width: 77%;
                    margin: auto;
                }

                .ss-extensive-support .subscription-plans .ma-top50 .crm_black_btn {
                    border-radius: 2px;
                    padding: 14px 30px;
                    font-size: 14px;
                    margin-right: 0;
                }

                /* Ahmedabad css starts */

                .ahmedabad .blueBg {
                    background-image: url(../images/crm-page/ahmedabad_banner.png) !important;
                    background-repeat: no-repeat;
                    min-height: 400px;
                    background-size: cover;
                    padding-top: 150px;
                    padding-bottom: 100px;
                    background-color: #1a1429;
                }

                .ahmedabad .blueBg .lead_heading {
                    position: static;
                    padding-top: 0px;
                }

                /* .ahmedabad .blueBg .lead_heading h3{
                    text-align: center;
                    color: #fff !important;
                }
                .ahmedabad .blueBg .lead_heading p{
                    text-align: center;
                    color: #fff !important;
                } */

                .bangalore .blueBg .lead_heading, .mumbai .blueBg .lead_heading {
                    padding: 0px 0 0 0;
                    position: absolute;
                    top: 30%;
                }

                .bg-section-color2a1b3d {
                    background-color: #2a1b3d;
                }

                .free-trial-paragraph {
                    color: #fff !important;
                    margin-top: 0px !important;
                }

                .ahmedabad .blueBg .lead_heading h3, .ahmedabad .blueBg .lead_heading .subHead, .gurugram .blueBg .lead_heading h3, .virginia .lead_heading h3 {
                    color: #131415;
                }

                .ahmedabad .basic_feature_tabbing, .ahmedabad .basic_feature_tabbing .ui-widget-content, .ahmedabad .small_business_first_sec .basic_feature_tabbing .ui-widget-header, .ahmedabad .small_business_first_sec .basic_feature_tabbing .ui-state-default {
                    background-color: #eff2f7 !important;
                    border-bottom: 0px !important;
                }

                .ahmedabad .small_business_first_sec .basic_feature_tabbing .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
                    background-color: #8763ac !important;
                }

                .ahmedabad .small_business_first_sec .basic_feature_tabbing #tabs .row .col-md-8 {
                    padding-left: 80px;
                    padding-right: 80px;
                }

                .ahmedabad .small_business_first_sec .basic_feature_tabbing .ui-widget-header {
                    padding: 0;
                }

                .ahmedabad .basic_feature_tabbing .margin_left_rgt_fifty, .bangalore .basic_feature_tabbing #tabs .margin_left_rgt_fifty {
                    width: 85%;
                }

                .ahmedabad .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .ahmedabad .small_business_first_sec .basic_feature_tabbing #tabs .row .col-md-8 .feat-discription {
                    font-weight: bold;
                }

                .ahmedabad .convertVisitors .margin_left_rgt_fifty {
                    width: 82%;
                    border-bottom: 1px solid #E1E1E1;
                    padding-top: 50px;
                    padding-bottom: 50px;
                }

                .ahmedabad .convertVisitors .margin_left_rgt_fifty:last-child, .mumbai .evolutionMumbai, .bussinessCRM .salez_user {
                    border-bottom: none;
                    padding-bottom: 0;
                }

                .ahmedabad .convertVisitors .margin_left_rgt_fifty .row .col-md-8 {
                    padding-left: 40px;
                }

                .ahmedabad .googleAdWords .margin_left_rgt_fifty .newHeadings, .bangalore .googleAdWords .margin_left_rgt_fifty .newHeadings, .bangalore .basic_feature_tabbing #tabs .feat-discription:last-child {
                    margin-bottom: 0 !important;
                }

                .ahmedabad .convertVisitors div:nth-child(2) {
                    padding-top: 30px;
                }

                /* Bangalore landing page css starts */

                .bangalore .blueBg {
                    background-image: url(../images/crm-page/bangalore-banner.png) !important;
                    background-repeat: no-repeat;
                    padding: unset;
                    position: relative;
                    height: 473px;
                    background-color: #e8eaeb;
                    background-size: cover;
                }

                .bangalore .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 25%;
                    height: 95px;
                }

                .bangalore .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    padding: 0;
                    margin: 10px auto 30px;
                    width: 95%;
                }

                .bangalore .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    text-align: left;
                    padding-top: 18px;
                    padding-bottom: 18px;
                    padding-left: 30px;
                    font-size: 20px;
                    line-height: 30px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                }

                .bangalore .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    border: 1px solid #C3C3C3;
                }

                .bangalore .basic_feature_tabbing #tabs .feat-discription strong {
                    font-size: 24px;
                }

                /* .bangalore .basic_feature_tabbing {
                    border-bottom: 1px solid #DBEAFF;
                } */

                .bangalore .aus_video_sec {
                    background-color: #eff2f7;
                    border-bottom: none;
                }

                .bangalore .basic_feature_tabbing #landing-pages img {
                    width: 59%;
                }

                .bangalore .featureContainer .margin_left_rgt_fifty ul li:nth-child(13), .bangalore .featureContainer .margin_left_rgt_fifty ul li:nth-child(14), .bangalore .featureContainer .margin_left_rgt_fifty ul li:nth-child(15), .bangalore .featureContainer .margin_left_rgt_fifty ul li:nth-child(16), .newZealand .featureContainer .margin_left_rgt_fifty ul li:nth-child(13), .newZealand .featureContainer .margin_left_rgt_fifty ul li:nth-child(14), .newZealand .featureContainer .margin_left_rgt_fifty ul li:nth-child(15), .newZealand .featureContainer .margin_left_rgt_fifty ul li:nth-child(16), .mumbai .evolutionMumbai .margin_left_rgt_fifty .feat-discription:last-child {
                    margin-bottom: 0;
                }

                /* mumbai landing page css start */

                .mumbai .blueBg {
                    background-image: url("./../images/crm-page/mumbai-banner.png") !important;
                    padding: unset;
                    position: relative;
                    height: 466px;
                    background-color: #e8eaeb;
                    background-size: cover;
                }

                .mumbai .sales-automation {
                    background-image: url("./../images/crm-page/sales_automation_banner.png");
                }

                .mumbai .dynamic-reorting {
                    background-image: url("./../images/crm-page/dynamic_reporting_banner.png");
                }

                .mumbai .marketing-automation {
                    background-image: url("./../images/crm-page/marketing-automation-banner.png");
                }

                .mumbai .integrationBg {
                    background-image: url("./../images/crm-page/integrations-banner.png");
                }

                .mumbai .backgroundimgsproperty {
                    width: 100%;
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding: 90px 0px 135px 90px;
                }

                .mumbai .sales-automation-section .shadowContainer, .mumbai .dynamic-reporting-section .shadowContainer, .mumbai .marketing-automation-section .shadowContainer, .mumbai .integration-section .shadowContainer {
                    padding: 0;
                    border-bottom: 0;
                    max-width: 1080px;
                    margin-bottom: 0;
                    position: relative;
                    z-index: 1;
                }

                .mumbai .sales-automation-section .shadowContainer .margin_left_rgt_fifty p:nth-child(even), .mumbai .dynamic-reporting-section .shadowContainer .margin_left_rgt_fifty p:nth-child(even), .mumbai .marketing-automation-section .shadowContainer .margin_left_rgt_fifty p:nth-child(even), .mumbai .integration-section .shadowContainer .margin_left_rgt_fifty p:nth-child(even) {
                    margin-bottom: 60px;
                    text-align: justify;
                }

                .mumbai .sales-automation .lead_heading .feat-discription, .mumbai .dynamic-reporting-section .lead_heading .feat-discription, .mumbai .marketing-automation-section .lead_heading .feat-discription, .mumbai .integrationBg .lead_heading .feat-discription {
                    width: 60%;
                    text-align: justify;
                }

                .mumbai .blueBg .lead_heading {
                    top: 40%;
                }

                /* pune css starts from here */

                .pune .blueBg {
                    background-image: url("./../images/crm-page/pune_banner.png");
                    background-repeat: no-repeat;
                    padding-top: 110px;
                    padding-bottom: 203px;
                    background-color: #182030;
                    background-position: bottom;
                    background-size: cover;
                }

                .pune .blueBg .lead_heading {
                    padding: 0;
                }

                .pune .pune_features_section ul {
                    padding: 0;
                    margin: 0;
                    margin-bottom: 30px;
                    font-size: 22px;
                }

                .pune .pune_features_section ul li .featuresofPuneCRM .featureHeading {
                    min-height: 80px;
                }

                .pune .pune_features_section ul li {
                    display: inline-flex;
                    width: 365px;
                    margin-right: 30px;
                    min-height: 991px;
                }

                .pune .pune_features_section ul:last-child li {
                    min-height: 763px;
                }

                .pune .pune_features_section ul li .featuresofPuneCRM {
                    background-color: #FFFFFF;
                    box-shadow: 0 1px 38px 0px rgba(122, 122, 122, 0.14);
                    padding: 40px;
                }

                .pune .pune_features_section ul li:last-child {
                    margin-right: 0;
                }

                .pune .popular_We_Are .circle1 {
                    left: -93px;
                    top: -70%;
                }

                .pune .popular_We_Are .likeImg, .pune .popular_We_Are .starImg {
                    margin-top: 0;
                }

                .pune .popular_We_Are .companyLogo_Area {
                    margin-top: 40px;
                    margin-left: 30px;
                }

                .pune .popular_We_Are .companyLogo_Area .logo_boxes {
                    line-height: unset;
                }

                .pune .blueBg .btn_container .crm_solid_grey_btn, .pune .bestCRM_aus .crm_blue_btn, .bussinessCRM .blueBg .btn_container .crm_black_btn, .dubai .blueBg .btn_container .crm_black_btn, .dubai .bestCRM_aus .crm_blue_btn, .chennai .blueBg .btn_container .crm_black_btn, .delhi .blueBg .btn_container .crm_black_btn, .delhi .bestCRM_aus .crm_black_btn, .hyderabad .blueBg .btn_container .crm_black_btn, .lowCost .blueBg .btn_container .crm_black_btn, .web_based_crm .blueBg .btn_container .crm_black_btn, .web_based_crm .blueBg .btn_container .crm_black_btn, .sales_Tracker .blueBg .btn_container .crm_black_btn, .free_crm .blueBg .btn_container .crm_black_btn, .ss-contact-management .btn_container .crm_black_btn, .ss-marketing .btn_container .crm_black_btn, .new-york .blueBg .btn_container .crm_black_btn {
                    padding: 20px;
                    background-color: #fff;
                    color: #1E2533;
                    border: none;
                    margin-right: 0;
                    border-radius: 2px;
                }

                .pune .blueBg .btn_container .crm_solid_grey_btn:hover, .pune .bestCRM_aus .crm_blue_btn:hover, .bussinessCRM .blueBg .btn_container .crm_black_btn:hover, .dubai .blueBg .btn_container .crm_black_btn:hover, .chennai .blueBg .btn_container .crm_black_btn:hover, .delhi .blueBg .btn_container .crm_black_btn:hover, .hyderabad .blueBg .btn_container .crm_black_btn:hover, .lowCost .blueBg .btn_container .crm_black_btn:hover, .web_based_crm .blueBg .btn_container .crm_black_btn:hover, .sales_Tracker .blueBg .btn_container .crm_black_btn:hover, .free_crm .blueBg .btn_container .crm_black_btn:hover, .ss-contact-management .btn_container .crm_black_btn:hover, .ss-marketing .btn_container .crm_black_btn:hover, .new-york .blueBg .btn_container .crm_black_btn:hover {
                    background-color: #1E2533;
                    color: #fff;
                }

                .pune .bestCRM_aus {
                    padding: 40px 0 20px 60px;
                    border: none;
                }

                .pune .bestCRM_aus .newHeadings {
                    text-align: left;
                }

                .pune .bestCRM_aus .nocrcReq {
                    color: #FFFFFF;
                    font-family: Helvetica;
                    margin-top: 30px;
                    font-size: 14px;
                    letter-spacing: 0;
                }

                .pune .small_business_first_sec .crminAus .feature_explained .margin_left_rgt_fifty {
                    width: 80%;
                }

                .pune .crminAus .feature_explained .row .col-md-6:first-child {
                    padding-right: 100px;
                    border-right: 1px solid #d3d3d3;
                }

                .pune .crminAus .feature_explained .row .col-md-6:last-child {
                    padding-left: 100px;
                }

                .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child, .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:first-child {
                    min-height: 430px;
                }

                .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(2), .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:nth-child(2) {
                    min-height: 290px;
                }

                .pune .crminAus .paddingTopBottom60, .pune .aus_video_sec, .pune .pune_features_section {
                    border-bottom: none;
                }

                .pune .PunebussinessGrowth .margin_left_rgt_fifty {
                    width: 90%;
                }

                .pune .PunebussinessGrowth .featureHeading {
                    color: #131415;
                }

                .pune footer {
                    margin-top: 60px;
                }

                .pune .newHeadings {
                    width: 80%;
                    margin: auto;
                }

                .pune .PunebussinessGrowth .row .col-md-3:first-child {
                    padding-right: 20px;
                    border-right: 1px solid #d3d3d3;
                    min-height: 330px;
                }

                .pune .PunebussinessGrowth .row .col-md-3:nth-child(2), .pune .PunebussinessGrowth .row .col-md-3:nth-child(3) {
                    padding-left: 20px;
                    border-right: 1px solid #d3d3d3;
                    min-height: 330px;
                }

                .pune .PunebussinessGrowth .row .col-md-3:nth-child(4) {
                    padding-left: 30px;
                }

                .pune .covidVideoSec iframe {
                    height: 89%;
                    border: 1px solid grey;
                }

                .pune .bestCRM_aus .newHeadings {
                    width: 100%;
                }

                .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child .featureHeading:first-child::before, .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:first-child .featureHeading:first-child::before, .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(2) .featureHeading::before, .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(3) .featureHeading::before, .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(2) .featureHeading::before, .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(3) .featureHeading::before {
                    background-image: url("./../images/crm-page/bcgTick.png");
                    content: "";
                    position: absolute;
                    height: 40px;
                    width: 40px;
                    left: 0px;
                    top: 0;
                    background-repeat: no-repeat;
                    text-align: center;
                    margin-left: -60px;
                    margin-top: 0;
                    color: unset;
                }

                .pune .feat-discription {
                    margin-bottom: 0;
                }

                .pune .btn_text_section .newHeadings {
                    margin-bottom: 15px !important;
                }

                /* BussinessCRM css starts */

                .bussinessCRM footer, .build_effective footer, .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent p:last-child, .sales_force_automation footer, .dubai footer, .chennai footer, .delhi footer, .gurugram footer, .hyderabad footer, .lowCost footer, .web_based_crm footer, .sales_Tracker footer, .free_crm footer, .ss-contact-management footer, .ss-offer footer, .ss-marketing footer, .blackFriday footer, .new-york footer, .virginia footer {
                    margin-top: 30px;
                }

                .bussinessCRM .blueBg {
                    background-image: url("./../images/crm-page/bussinessCRMBannerImg.png");
                    background-repeat: no-repeat;
                    padding-top: 110px;
                    padding-bottom: 140px;
                    background-color: #0b3565;
                    background-position: top;
                    background-size: cover;
                }

                .bussinessCRM .blueBg .border_top {
                    border-top: 10px solid #fff;
                    width: 70%;
                    padding-bottom: 50px;
                    margin: auto;
                    position: relative;
                    left: -7%;
                }

                .bussinessCRM .blueBg .border_top::before {
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 100px;
                    background-color: #fff;
                    left: 0;
                    top: -5px;
                }

                .bussinessCRM .blueBg .border_top::after {
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 55px;
                    background-color: #fff;
                    right: 0;
                    top: -5px;
                }

                .bussinessCRM .blueBg .border_bottom {
                    border-top: 10px solid #fff;
                    width: 70%;
                    margin: auto;
                    margin-top: 50px;
                    position: relative;
                    left: -7%;
                }

                .bussinessCRM .blueBg .border_bottom:before {
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 190px;
                    background-color: #fff;
                    left: 0;
                    top: -195px;
                }

                .bussinessCRM .blueBg .border_bottom:after {
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 50px;
                    background-color: #fff;
                    right: 0;
                    top: -60px;
                }

                .bussinessCRM .small_business_first_sec .ma-top40 p:first-child {
                    margin-bottom: 0;
                }

                .bussinessCRM .sheet_track_section {
                    background-color: #eff2f7;
                    padding-top: 60px;
                    padding-bottom: 60px;
                }

                .bussinessCRM .sheet_track_section .newHeadings {
                    text-align: left;
                }

                .bussinessCRM .sheet_track_section ul li {
                    margin: 0;
                    padding: 0;
                    display: block;
                    position: relative;
                }

                .bussinessCRM .sheet_track_section ul li::before {
                    background-image: url("./../images/crm-page/arrows_bussiness.png");
                    content: "";
                    position: absolute;
                    height: 19px;
                    width: 22px;
                    left: -40px;
                    background-repeat: no-repeat;
                    top: 8px;
                }

                .bussinessCRM .sheet_track_section .row .col-md-6:first-child {
                    border-right: 2px solid #c5c4c4;
                    min-height: 500px;
                    padding-right: 80px;
                }

                .bussinessCRM .sheet_track_section .row .col-md-6:last-child {
                    padding-left: 100px;
                }

                .bussinessCRM .transfor_sales_section .blueRectangleBGimg {
                    background-image: url("./../images/crm-page/blue_rectangle.png");
                    height: 342px;
                    background-repeat: no-repeat;
                    width: 100%;
                    padding: 26px 60px;
                }

                .bussinessCRM .transfor_sales_section .blueRectangleBGimg .newHeadings {
                    color: #fff;
                    text-align: left;
                }

                .bussinessCRM .transfor_sales_section .row:first-child .col-md-6:last-child figure img {
                    width: 568px;
                }

                .bussinessCRM .transfor_sales_section .feat-discription {
                    display: block;
                }

                .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4 {
                    padding-left: 70px;
                    padding-right: 70px;
                }

                .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:nth-child(2) .crm_black_btn {
                    margin-right: 0;
                    border-radius: 2px;
                    padding: 8px 20px;
                }

                .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:nth-child(2) .crm_black_btn:hover {
                    color: #fff;
                }

                .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4 figure {
                    background: #F5F4F4;
                    padding: 20px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 90px;
                    margin: 1em 40px;
                    border: 2px solid #0155FF;
                    position: relative;
                }

                .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:first-child figure:after, .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:nth-child(2) figure:after {
                    position: absolute;
                    content: "";
                    width: 221px;
                    height: 2px;
                    background-color: #81acff;
                    left: 145px;
                    top: 70px;
                }

                .bussinessCRM .salez_user .morningBGimg {
                    background-image: url("./../images/crm-page/morning_image.png");
                }

                .bussinessCRM .salez_user .afternoonBGimg {
                    background-image: url("./../images/crm-page/afternoon_image.png");
                }

                .bussinessCRM .salez_user .eveningBGimg {
                    background-image: url("./../images/crm-page/evening_image.png");
                }

                .bussinessCRM .salez_user .wholeDay {
                    height: 400px;
                    background-repeat: no-repeat;
                    background-size: 370px;
                    position: relative;
                    background-position: center center;
                }

                .bussinessCRM .salez_user .day_time .row .col-md-4 .featureHeading {
                    position: absolute;
                    top: 26%;
                    left: 29%;
                    background-color: #fff;
                    padding: 30px;
                    border-radius: 50%;
                    line-height: 90px;
                }

                .bussinessCRM .salez_user .day_time .row .col-md-4:nth-child(2) .featureHeading {
                    padding: 30px 14px;
                    left: 30%;
                }

                .bussinessCRM .salez_user .day_time_text .row .col-md-4 {
                    min-height: 720px;
                }

                .bussinessCRM .salez_user .day_time_text .row .col-md-4:first-child {
                    padding-right: 80px;
                    border-right: 2px solid #e0e5e6;
                }

                .bussinessCRM .salez_user .day_time_text .row .col-md-4:nth-child(2) {
                    padding-left: 50px;
                    padding-right: 50px
                }

                .bussinessCRM .salez_user .day_time_text .row .col-md-4:last-child {
                    padding-left: 80px;
                    border-left: 2px solid #e0e5e6;
                }

                .bussinessCRM .which_side_you_section {
                    background-color: #8763ac;
                    height: 402px;
                    margin-top: 0px;
                }

                .bussinessCRM .which_side_you_section .newHeadings, .chennai .business_easier_section .newHeadings {
                    color: #fff;
                }

                /*                 
                .bussinessCRM .shadowContainer {
                    box-shadow: none;
                } */

                .bussinessCRM .second_shadowcontainer .shadowContainer, .bussinessCRM .third_shadowcontainer .shadowContainer {
                    margin-top: 0;
                    padding: 0;
                    border-top: none;
                }

                .bussinessCRM .second_shadowcontainer .working_smartbgimg {
                    background-image: url("./../images/crm-page/smart_image.png");
                }

                .bussinessCRM .second_shadowcontainer .working_hardbgimg {
                    background-image: url("./../images/crm-page/hardwork_image.png");
                }

                .bussinessCRM .second_shadowcontainer .commonImgProp {
                    height: 330px;
                    background-size: cover;
                    margin-top: -270px;
                    background-repeat: no-repeat;
                    position: relative;
                }

                .bussinessCRM .second_shadowcontainer .working_smartbgimg p {
                    position: absolute;
                    bottom: 0;
                    left: 10%;
                    color: #fff;
                }

                .bussinessCRM .second_shadowcontainer .working_hardbgimg p {
                    position: absolute;
                    bottom: 0;
                    color: #fff;
                    right: 14%;
                }

                .bussinessCRM .second_shadowcontainer .which_side_you_section_cards {
                    padding-bottom: 60px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .bussinessCRM .second_shadowcontainer .which_side_you_section_cards .row {
                    margin-right: 0;
                }

                .bussinessCRM .second_shadowcontainer .which_side_you_section_cards .row .col-md-6:last-child {
                    padding-left: 0;
                    padding-right: 0;
                }

                .bussinessCRM .bussiness_pricing {
                    background-color: #F8F8F8;
                    height: 310px;
                }

                .bussinessCRM .bussiness_pricing .feat-discription {
                    text-align: center;
                    display: block;
                }

                .bussinessCRM .bussiness_pricing .newHeadings {
                    margin-bottom: 0 !important;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes {
                    margin-top: -125px;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul {
                    margin: 0;
                    padding: 0;
                    text-align: center;
                    list-style-type: none;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li {
                    width: 254px;
                    background-color: #FFFFFF;
                    box-shadow: 0 0 38px 0px rgba(0, 0, 0, 0.15);
                    display: inline-block;
                    margin-right: 40px;
                    padding: 60px 0px;
                    transition: all 0.3s;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li:hover {
                    transform: translate(0, -2px);
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li:last-child, .build_effective .additional_factors ul li:last-child {
                    margin-right: 0;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li .pricing_info {
                    margin-top: 60px;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li .pricing_info .featureHeading {
                    color: #0155FF;
                    margin-bottom: 0;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li .pricing_info .month_price {
                    font-size: 24px;
                    font-family: helvetica;
                    color: #131415;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li .pricing_info p:last-child {
                    margin-top: 60px;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li .pricing_info p:last-child .crm_black_btn {
                    margin-right: 0;
                    border-radius: 4px;
                    color: #0155FF;
                    background-color: #fff;
                    border: 1px solid #0155ff;
                    padding: 10px 40px;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li .pricing_info p:last-child .crm_black_btn:hover {
                    color: #fff;
                    background-color: #0155ff;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li:last-child .pricing_info {
                    margin-top: 24px;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li:last-child .pricing_info .featureHeading, .bussinessCRM .third_shadowcontainer .pricing_boxes ul li:last-child .pricing_info .month_price {
                    font-size: 49px;
                    font-family: helvetica;
                    font-weight: normal;
                    color: #0155ff;
                }

                .bussinessCRM .third_shadowcontainer .pricing_boxes ul li:nth-child(2) .pricing_info p:last-child .crm_black_btn {
                    background-color: #0155FF;
                    color: #fff;
                }

                .bussinessCRM .blueBg .btn_container .crm_black_btn, .dubai .blueBg .btn_container .crm_black_btn, .chennai .blueBg .btn_container .crm_black_btn, .delhi .blueBg .btn_container .crm_black_btn, .delhi .bestCRM_aus .crm_black_btn, .hyderabad .blueBg .btn_container .crm_black_btn, .lowCost .blueBg .btn_container .crm_black_btn, .web_based_crm .blueBg .btn_container .crm_black_btn, .sales_Tracker .blueBg .btn_container .crm_black_btn, .free_crm .blueBg .btn_container .crm_black_btn, .ss-contact-management .btn_container .crm_black_btn, .ss-marketing .btn_container .crm_black_btn, .new-york .blueBg .btn_container .crm_black_btn {
                    font-family: helvetica;
                    font-weight: bold;
                }

                .bussinessCRM .bussiness_slider_section {
                    background-image: url("./../images/crm-page/utilize_productivity.png");
                    background-repeat: no-repeat;
                    background-position: top right;
                    padding-top: 30px;
                    padding-bottom: 0;
                    border-bottom: none;
                }

                .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                    margin: 0;
                    width: 620px;
                    height: 662px;
                    padding: 30px 30px 100px 30px;
                    background-color: #fff;
                    box-shadow: none;
                    border-radius: 4px;
                    border: 1px solid #e0e5e6;
                }

                .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button.next {
                    right: 12% !important;
                }

                .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button {
                    top: 87% !important;
                }

                .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button.previous {
                    left: 2% !important;
                }

                .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-page-dots {
                    bottom: 12%;
                    left: -6%;
                }

                .bussinessCRM .bussiness_slider_section .testimonialViewNew .newHeadings {
                    text-align: left;
                    color: #d83f87;
                    margin-bottom: 10px !important;
                }

                .bussinessCRM .bussiness_slider_section .testimonialViewNew .feat-discription {
                    text-align: justify;
                }

                .bussinessCRM .bussiness_slider_section .testimonialViewNew .slide_Number, .build_effective .campaign_left_section .left_section_subHeading, .build_effective .build_slider_section .marketing_left_sec .marketing_automationBGimg .left_section_subHeading, .sales_force_automation .crm .shadowContainer .sales_force_benefits .slide_Number, .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent .slide_Number, .chennai .roadMapBG .slide_Number {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    text-align: left;
                }

                .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #d83f87 !important;
                }

                .bussinessCRM .bussiness_slider_section .newZealand .imple_crm_aus {
                    padding: 0px 0 0px 0 !important;
                    border-bottom: none;
                }

                .bussinessCRM .bussiness_slider_section .row .col-md-5 .newHeadings, .build_effective .campaign_section .campaign_left_section .newHeadings, .build_effective .small_business_first_sec .btn_container {
                    text-align: left;
                }

                .bussinessCRM .bussiness_slider_section .row .col-md-7 {
                    padding-left: 60px;
                }

                .bussinessCRM .bussiness_slider_section .row .col-md-5 div {
                    border-left: 34px solid #d83f87;
                    padding-left: 25px;
                }

                .bussinessCRM .bussiness_slider_section .row .col-md-5 .newHeadings span {
                    font-size: 18px;
                    line-height: 20px;
                    display: block;
                }

                .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 730px !important;
                }

                .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-prev-next-button svg {
                    border: none;
                    padding: 0 !important;
                }

                .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-prev-next-button .arrow {
                    fill: black !important;
                }

                .bussinessCRM .bussiness_slider_section .newZealand .flickity-prev-next-button:hover {
                    background: none;
                }

                /* Build_effective_marketing_campaign_css */

                .build_effective .blueBg {
                    background-image: url("./../images/crm-page/bussiness_effective_banner.png");
                    height: 300px;
                    padding: 0;
                    background-color: #6b6d69;
                    background-size: cover;
                }

                .build_effective .shadowContainer {
                    margin-top: 0;
                    padding-top: 0;
                    /* box-shadow: none; */
                }

                .build_effective .campaign_section {
                    padding: 60px 0;
                }

                .build_effective .campaign_section .campaign_left_section {
                    background-color: #fff;
                    padding: 74px 22px 70px 67px;
                    box-shadow: 0 0 38px 0px rgba(0, 0, 0, 0.09);
                    margin-top: -22%;
                    position: relative;
                }

                .build_effective .campaign_section .row .col-md-6:last-child {
                    padding-right: 70px;
                }

                .build_effective .small_business_first_sec .btn_container .crm_black_btn {
                    padding: 19px 25px;
                }

                .build_effective .campaign_automation_section {
                    background-color: #F2F3F6;
                    padding-bottom: 180px;
                    padding-top: 60px;
                }

                .build_effective .campaign_automation_section .featureHeading {
                    margin-bottom: 0;
                }

                .build_effective .campaign_automation_section .timeline_points {
                    background-image: url("./../images/crm-page/timeline.png");
                    height: 788px;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-top: 30px;
                }

                .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child {
                    padding-right: 120px;
                    padding-left: 50px;
                }

                .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child {
                    padding-left: 120px;
                    padding-right: 50px;
                }

                .build_effective .campaign_automation_section .timeline_points .numberTwo, .build_effective .campaign_automation_section .timeline_points .numberFour {
                    margin-top: 100px;
                    position: relative;
                }

                .build_effective .campaign_automation_section .timeline_points .numberThree, .build_effective .campaign_automation_section .timeline_points .numberFive {
                    margin-top: 40px;
                    position: relative;
                }

                .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after {
                    content: "02";
                    position: absolute;
                    font-size: 49px;
                    right: -34%;
                    top: 43%;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    color: #fff;
                    ;
                }

                .build_effective .campaign_automation_section .timeline_points .numberTwo .feat-discription::after {
                    content: "";
                    position: absolute;
                    height: 2px;
                    width: 19px;
                    background-color: #848484;
                    right: -10%;
                    top: 50%;
                }

                .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                    content: "04";
                    position: absolute;
                    font-size: 49px;
                    right: -35%;
                    top: 17%;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    color: #fff;
                    ;
                }

                .build_effective .campaign_automation_section .timeline_points .numberFour .feat-discription::after {
                    content: "";
                    position: absolute;
                    height: 2px;
                    width: 19px;
                    background-color: #848484;
                    right: -10%;
                    top: 26%;
                }

                .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after {
                    content: "01";
                    position: absolute;
                    font-size: 49px;
                    left: -36%;
                    top: 27%;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    color: #fff;
                }

                .build_effective .campaign_automation_section .timeline_points .numberOne .feat-discription::after {
                    content: "";
                    position: absolute;
                    height: 2px;
                    width: 19px;
                    background-color: #848484;
                    left: -10%;
                    top: 37%;
                }

                .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after {
                    content: "03";
                    position: absolute;
                    font-size: 49px;
                    left: -37%;
                    top: 34%;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    color: #fff;
                    ;
                }

                .build_effective .campaign_automation_section .timeline_points .numberThree .feat-discription::after {
                    content: "";
                    position: absolute;
                    height: 2px;
                    width: 19px;
                    background-color: #848484;
                    left: -10%;
                    top: 39%;
                }

                .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after {
                    content: "05";
                    position: absolute;
                    font-size: 49px;
                    left: -37%;
                    top: 18%;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    color: #fff;
                    ;
                }

                .build_effective .campaign_automation_section .timeline_points .numberFive .feat-discription::after {
                    content: "";
                    position: absolute;
                    height: 2px;
                    width: 19px;
                    background-color: #848484;
                    left: -10%;
                    top: 27%;
                }

                .build_effective .build_slider_section {
                    border-bottom: 1px solid #e0e5e6;
                }

                .build_effective .build_slider_section .marketing_left_sec .marketing_automationBGimg {
                    background-image: url("./../images/crm-page/marketing_autoBGimg.png");
                    height: 800px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding: 100px 60px;
                    width: 650px;
                    position: relative;
                    z-index: 1;
                    margin-top: -60px;
                }

                .build_effective .build_slider_section .row .col-md-6:last-child {
                    padding-left: 0;
                }

                .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                    width: 100%;
                    height: 900px;
                    padding: 30px 10px 100px 85px;
                }

                .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 980px !important;
                }

                .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .newZealand .slider_section .flic-carousel .carousel-cell img {
                    margin-bottom: 10px;
                    width: 78px;
                    height: 78px;
                }

                .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .newZealand .slider_section .flic-carousel .carousel-cell .featureHeading {
                    color: #131415;
                }

                .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section {
                    background-image: none;
                    padding-top: 0;
                }

                .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button.previous {
                    left: 15% !important;
                }

                .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-page-dots {
                    bottom: 13%;
                    left: 0%;
                }

                .build_effective .inteRightPart, .dubai .inteRightPart, .free_crm .inteRightPart, .ss-contact-management .inteRightPart {
                    margin-bottom: 0;
                }

                .build_effective .additional_factors .margin_left_rgt_fifty {
                    width: 95%;
                    margin-top: 40px;
                }

                .build_effective .additional_factors ul li {
                    width: 325px;
                    display: inline-block;
                    margin-right: 40px;
                    background-color: #fff;
                    min-height: 735px;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                    transition: all 0.3s;
                }

                .build_effective .additional_factors ul li:hover {
                    transform: translate(0, -2px);
                }

                .build_effective .additional_factors ul li img {
                    height: 209px;
                    width: 325px;
                }

                .build_effective .additional_factors ul li>div {
                    padding: 20px;
                    text-align: left;
                    margin-top: 85px;
                }

                .build_effective .additional_factors ul li>div .featureHeading {
                    min-height: 75px;
                    position: relative;
                    color: #131415;
                }

                .build_effective .additional_factors ul li:first-child>div .featureHeading:before, .build_effective .additional_factors ul li:nth-child(2)>div .featureHeading:before, .build_effective .additional_factors ul li:last-child>div .featureHeading:before {
                    position: absolute;
                    font-size: 49px;
                    left: 0;
                    top: -180%;
                    color: #131415;
                    background: #fff;
                    padding: 25px;
                    border-radius: 50%;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    line-height: 20px;
                    box-shadow: -1px 4px 11px rgb(0 0 0 / 13%);
                }

                .build_effective .additional_factors ul li:first-child>div .featureHeading:before {
                    content: "1";
                }

                .build_effective .additional_factors ul li:nth-child(2)>div .featureHeading:before {
                    content: "2";
                    line-height: 29px;
                }

                .build_effective .additional_factors ul li:last-child>div .featureHeading:before {
                    content: "3";
                    line-height: 29px;
                }

                /* Sales force automation css starts */

                .sales_force_automation .blueBg {
                    background-image: url("./../images/crm-page/force_banner_img.png");
                    height: 600px !important;
                    padding: 0;
                    background-color: #8ac1d2 !important;
                    background-size: cover;
                    background-position: top right;
                }

                .sales_force_automation .blueBg .lead_heading .newHeadings {
                    text-align: left;
                    color: #2E849A;
                }

                .sales_force_automation .blueBg .lead_heading h3 {
                    color: #131415;
                }

                .sales_force_automation .blueBg .lead_heading .crm_yellow_btn {
                    background-color: #0D596C;
                    padding: 20px 50px;
                    border: 2px solid #0D596C;
                    color: #fff;
                }

                .sales_force_automation .blueBg .lead_heading .crm_yellow_btn:hover {
                    background-color: #fff;
                    color: #0D596C;
                }

                .sales_force_automation .blueBg .lead_heading .crm_black_btn {
                    border: 2px solid #000000;
                    background-color: transparent;
                    border-radius: 2px;
                    color: #000000;
                    padding: 20px 25px;
                    font-size: 14px;
                    font-family: helvetica;
                    transition: all 0.3s;
                    font-weight: bold;
                    margin-right: 0;
                }

                .sales_force_automation .blueBg .lead_heading .crm_black_btn:hover {
                    background-color: #000000;
                    color: #8ac1d2;
                }

                .sales_force_automation .crm .shadowContainer {
                    box-shadow: none;
                    margin-top: 60px;
                    padding-top: 0;
                    padding-bottom: 0;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider {
                    background-color: #F9F9F9;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .margin_left_rgt_fifty, .sales_force_automation .crm .shadowContainer .sales_force_benefits .margin_left_rgt_fifty {
                    width: 90%;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .newHeadings {
                    text-align: left;
                    margin-bottom: 30px;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section {
                    background: transparent;
                    padding-top: 0;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                    width: 100%;
                    border: none;
                    background: transparent;
                    padding-top: 20px;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .flic-carousel .flickity-prev-next-button svg, .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .flic-carousel .flickity-prev-next-button, .dubai .sliderD .flic-carousel .flickity-prev-next-button svg {
                    background-color: transparent;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .featureHeading {
                    text-align: left;
                    color: #131415;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row {
                    margin-top: 0;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row .col-md-6:first-child {
                    padding-right: 10px;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row .col-md-6:first-child>div, .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row .col-md-6:last-child>div {
                    background: #fff;
                    padding: 20px 30px;
                    box-shadow: 0 0 38px -8px rgba(0, 0, 0, 0.15);
                    min-height: 974px;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row .col-md-6:last-child {
                    padding-left: 10px;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 1030px !important;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button {
                    top: 102% !important;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button.next {
                    right: 3% !important;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-page-dots {
                    bottom: -2%;
                    left: 0;
                }

                .sales_force_automation .crm .shadowContainer .salesForce-slider .row .col-md-3 {
                    padding-right: 0;
                }

                .sales_force_automation .crm .shadowContainer .sales_force_benefits .greyColorBorder {
                    border-top: 10px solid #e6e6e6;
                    width: 80%;
                    padding-bottom: 30px;
                    margin: auto;
                    position: relative;
                    margin-top: 100px;
                    right: 10%;
                }

                .sales_force_automation .crm .shadowContainer .sales_force_benefits .row figure {
                    background-color: #fff;
                    /* box-shadow: 0 0 38px 5px rgba(0, 0, 0, 0.09); */
                    box-shadow: -1px 4px 11px rgb(0 0 0 / 13%);
                    border-radius: 50%;
                    width: 100px;
                    padding: 25px;
                    text-align: center;
                    margin-bottom: 30px;
                }

                .sales_force_automation .crm .shadowContainer .sales_force_benefits .margin_left_rgt_fifty .row:first-child {
                    margin-bottom: 50px;
                }

                .sales_force_automation .crm .shadowContainer .sales_force_benefits .margin_left_rgt_fifty .row:first-child .col-md-4:first-child {
                    padding-left: 0;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer {
                    border: 0;
                    box-shadow: none;
                    padding-top: 0;
                    margin-top: -2px;
                    padding-bottom: 0;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv {
                    background-color: #2a1b3d;
                    height: 450px;
                    border-bottom-left-radius: 92px;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent {
                    padding-left: 140px;
                    padding-top: 75px
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent p:last-child .crm_yellow_btn {
                    background-color: #fff;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent p:last-child .crm_yellow_btn:hover {
                    background-color: #131415;
                    color: #fff;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .row .col-md-3>div {
                    position: relative;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .row .col-md-3>div img {
                    position: absolute;
                    z-index: 1;
                    margin-top: 100px;
                    left: 40%;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .featureContainer, .sales_force_automation .bestSalesForceAutomation .shadowContainer .contactSec {
                    border-top: 1px solid #e0e5e6;
                    padding-top: 60px;
                }

                .sales_force_automation .contactSec {
                    text-align: center;
                    background-color: #e0e5ec;
                    padding: 120px 15px 80px;
                    margin-top: -40px;
                }

                .sales_force_automation .contactSec .contactSec_heading {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    text-align: center;
                    color: #1d1e1f;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .contactSec {
                    background-color: #F9F9F9;
                    padding-bottom: 60px;
                    border-top: 0;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .contactSec .contactSec_heading {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    text-align: center;
                    color: #131415;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .contactSec .feat-discription {
                    text-align: center;
                    display: block;
                    margin-bottom: 30px;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .contactSec p:last-child .crm_blue_btn {
                    border-radius: 4px;
                    font-family: helvetica;
                    margin-right: 0;
                    padding: 15px 40px;
                    font-size: 14px;
                    font-weight: bold;
                }

                .sales_force_automation .crm .shadowContainer .sales_force_benefits .margin_left_rgt_fifty .row .col-md-4:hover {
                    transform: translate(0, -2px);
                    transition: all 0.3s;
                }

                .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent .feat-discription {
                    color: #fff;
                    font-size: 24px;
                }

                /* Dubai landing page css starts from here */

                .dubai .blueBg {
                    position: relative;
                    background-image: url("./../images/crm-page/dubai_banner.png");
                    background-repeat: no-repeat;
                    height: 751px;
                    background-size: cover;
                    background-color: #fff;
                    background-position: top;
                    padding-top: 30px;
                }

                .dubai .crm .shadowContainer {
                    margin-top: 0;
                    /* box-shadow: none; */
                    border-top: 0;
                    z-index: -1;
                }

                /* .dubai .crm .shadowContainer::before {
                    content: "";
                    position: absolute;
                    background-color: #ecf4ff;
                    width: 2px;
                    height: 221px;
                    left: -2px;
                    top: -185px;
                }

                .dubai .crm .shadowContainer::after {
                    content: "";
                    position: absolute;
                    background-color: #ecf4ff;
                    width: 2px;
                    height: 221px;
                    right: -2px;
                    top: -185px;
                } */

                .dubai .blueBg .btn_container .crm_black_btn, .dubai .bestCRM_aus .crm_blue_btn {
                    padding: 20px 42px;
                }

                .dubai .blueBg .btn_container .crm_yellow_btn, .chennai .blueBg .btn_container .crm_yellow_btn, .delhi .blueBg .btn_container .crm_yellow_btn, .gurugram .blueBg .btn_container .crm_yellow_btn, .hyderabad .blueBg .btn_container .crm_yellow_btn, .lowCost .blueBg .btn_container .crm_yellow_btn, .lowCost .bestCRM_aus .crm_yellow_btn, .web_based_crm .blueBg .btn_container .crm_yellow_btn, .sales_Tracker .blueBg .btn_container .crm_yellow_btn {
                    padding: 20px 50px;
                }

                .dubai .blueBg::before, .dubai .dubaiSlider_section .triShapebg::before {
                    content: "";
                    position: absolute;
                    height: 100px;
                    width: 3px;
                    background-color: #131415;
                    bottom: -6%;
                    left: 50%;
                    z-index: 99999999;
                }

                .dubai .small_business_first_sec .ma-top40 p:first-child {
                    margin-top: 100px;
                }

                .dubai .bussinessCRM .sheet_track_section ul li, .web_based_crm .lead_heading .newHeadings {
                    margin-bottom: 20px;
                }

                .dubai .ctaSection .crm_black_btn {
                    padding: 15px 30px;
                    border-radius: 4px;
                    margin-right: 0;
                }

                .dubai .dubaiSlider_section .triShapebg {
                    background-image: url("./../images/crm-page/shapeBG.png");
                    height: 543px;
                    background-repeat: no-repeat;
                    background-position: top;
                    position: relative;
                }

                .dubai .dubaiSlider_section .greycolorbase {
                    height: 60px;
                    background-color: #f5f4f4
                }

                .get_start_element-wraper {
                    margin: 0px;
                    padding: 95px 0px 70px 0;
                    margin-top: -40px;
                }

                .get_start_element-wraper .loginBox .email-border a {
                    line-height: unset;
                    font-size: 12px;
                    padding: 10px 25px;
                }

                .get_start_element-wraper .loginBox .input-email {
                    font-size: 12px;
                }

                .get_start_element-wraper .email-border:hover {
                    box-shadow: none;
                }

                .dubai .sliderD .testimonialViewNew {
                    margin: 0;
                    width: 100%;
                    border: 0;
                    box-shadow: none;
                    padding: 0;
                }

                .dubai .sliderD .newZealand .slider_section .flic-carousel .carousel-cell figure {
                    background: #d83f87;
                    width: 88px;
                    margin: auto;
                    border-radius: 50%;
                    line-height: 92px;
                }

                .dubai .sliderD .newZealand .slider_section .flic-carousel .carousel-cell img {
                    margin-bottom: 0;
                    width: 49px;
                    height: 49px;
                }

                .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    margin-top: 30px;
                    color: #d83f87;
                }

                .dubai .sliderD .flic-carousel .flickity-prev-next-button {
                    top: 86% !important;
                }

                .dubai .sliderD .flic-carousel .flickity-page-dots {
                    bottom: 15%;
                    left: 0;
                }

                .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    background-image: none;
                    padding-top: 0;
                    margin-top: 120px;
                }

                .dubai .sliderD .flic-carousel .flickity-prev-next-button.next {
                    right: 38% !important;
                }

                .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    left: 38% !important;
                }

                .dubai .sliderD .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #d83f87 !important
                }

                .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 600px !important;
                }

                .dubai .bestCRM_aus {
                    border: none;
                    background-color: #1E2533;
                }

                .dubai .bestCRM_aus .crm_blue_btn:hover {
                    background-color: transparent;
                    color: #fff;
                    border: 1px solid #fff;
                }

                .dubai .imple_crm_aus .row .text-justify {
                    min-height: 350px;
                }

                .dubai .imple_crm_aus .row figure {
                    text-align: center;
                    vertical-align: middle;
                    background: #F3F4F6;
                    height: 520px;
                    padding: 120px 20px 20px 20px;
                }

                .dubai .imple_crm_aus .setRightPadding .col-md-7 {
                    padding-right: 70px;
                }

                .dubai .imple_crm_aus .setPaddingLeft .col-md-7 {
                    padding-left: 70px;
                }

                .dubai .imple_crm_aus .row .feat-discription:last-child {
                    color: #0155ff;
                    font-size: 24px;
                }

                .dubai .imple_crm_aus {
                    padding-bottom: 60px;
                }

                .dubai .imple_crm_aus .row {
                    margin-top: 60px;
                }

                /* chennai landing page css starts from here */

                .chennai .blueBg {
                    background-image: url("./../images/crm-page/chennai_banner.png");
                    background-color: #365e84;
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 680px;
                    background-size: cover;
                }

                .chennai .small_business_first_sec .ma-top40 p:first-child, .chennai .dubai .newHeadings {
                    margin-bottom: 0;
                }

                .chennai .salezShark_services {
                    background-color: #fff;
                    margin-top: 60px;
                }

                .chennai .salezShark_services .rightStylediv {
                    padding: 60px 0;
                }

                .chennai .salezShark_services ul {
                    margin: 0;
                    padding: 0;
                    border-left: 2px solid #8763ac;
                }

                .chennai .salezShark_services ul li {
                    list-style-type: none;
                    display: block;
                    margin-bottom: 50px;
                }

                .chennai .salezShark_services ul li .featureHeading {
                    margin-bottom: 0;
                    color: #131415;
                    position: relative;
                }

                .evolutionMumbai {
                    border-top: 1px solid #e0e5e6;
                }

                .chennai .salezShark_services ul li .featureHeading::before {
                    content: "";
                    position: absolute;
                    background-color: #8763ac;
                    height: 13px;
                    width: 13px;
                    border-radius: 50%;
                    left: -55px;
                    top: 28%;
                }

                .chennai .salezShark_services .leftBGsection {
                    background-image: url("./../images/crm-page/servicesBG.png");
                    height: 900px;
                    background-repeat: no-repeat;
                    background-position: top center;
                    background-size: auto;
                    position: relative;
                }

                .chennai .salezShark_services .leftBGsection .servicesDiv {
                    background-color: #8763ac;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    color: #fff;
                    padding: 120px 40px;
                    position: absolute;
                    top: 25%;
                    left: 1%;
                }

                .chennai .blueBg .lead_heading {
                    padding: 240px 0 0 0;
                }

                .chennai .ss_points {
                    background-color: #D5E6F6;
                    padding: 60px 0;
                    margin-top: 60px;
                }

                .chennai .ss_points .margin_left_rgt_fifty {
                    width: 90%;
                }

                .chennai .ss_points .row {
                    margin-top: 30px;
                }

                .chennai .ss_points .row .col-md-7 {
                    padding-left: 0;
                }

                .chennai .ss_points ul li, .delhi .btn_text_section ul li, .delhi .mdata ul li, .lowCost .btn_text_section ul li {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    margin-bottom: 16px;
                    list-style-type: none;
                    position: relative;
                }

                .chennai .ss_points ul li::before {
                    content: "";
                    background-image: url("./../images/crm-page/right_blue_tick.png");
                    position: absolute;
                    height: 24px;
                    width: 24px;
                    left: -7%;
                    background-repeat: no-repeat;
                    top: 5%;
                }

                .chennai .dubai .sliderD .newZealand .slider_section .flic-carousel .carousel-cell img {
                    height: unset;
                    width: 100%;
                }

                .chennai .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    margin-top: 0;
                }

                .chennai .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    color: #131415;
                    text-align: left;
                }

                .chennai .dubai .imple_crm_aus .row .feat-discription:last-child {
                    font-size: 18px;
                    color: #131415;
                }

                .chennai .imple_crm_aus .row .col-md-6:first-child {
                    padding-right: 15px;
                }

                .chennai .imple_crm_aus .row .col-md-6:last-child {
                    padding-left: 15px;
                }

                .chennai .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 780px !important;
                }

                .slideBorderDiv {
                    border: 1px solid #E1E1E1;
                    min-height: 670px;
                }

                .chennai .dubai {
                    margin-top: 60px;
                    padding-bottom: 60px;
                }

                .chennai .salezShark_services ul li .feat-discription {
                    position: relative;
                }

                .chennai .salezShark_services ul li:first-child .feat-discription::before {
                    content: '';
                    height: 12px;
                    width: 10px;
                    background-color: #fff;
                    position: absolute;
                    left: -10%;
                    top: -58%;
                }

                .chennai .dubai .sliderD .flic-carousel .flickity-prev-next-button {
                    top: 60% !important;
                }

                .chennai .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    left: -6% !important;
                }

                .chennai .dubai .sliderD .flic-carousel .flickity-prev-next-button.next {
                    right: -6% !important;
                }

                .chennai .dubai .sliderD .flic-carousel .flickity-page-dots {
                    bottom: 0% !important;
                }

                /* .delhi .crm .shadowContainer,
                .gurugram .crm .shadowContainer {
                    box-shadow: none;
                } */

                .chennai .business_easier_section {
                    background-color: #013879;
                    height: 260px;
                }

                .chennai .fourRoundPoints {
                    margin-top: -90px;
                }

                .chennai .fourRoundPoints ul li {
                    background: #fff;
                    border-radius: 50%;
                    width: 214px;
                    height: 214px;
                    list-style-type: none;
                    text-align: center;
                    /* border: 2px solid #013879; */
                    display: inline-block;
                    margin-right: 30px;
                    position: relative;
                    box-shadow: 0 0 38px 5px rgba(0, 0, 0, 0.15);
                    transition: all 0.3s;
                }

                .chennai .fourRoundPoints ul li:hover {
                    transform: translate(0, -2px);
                }

                .chennai .fourRoundPoints ul li:last-child {
                    margin-right: 0;
                }

                .chennai .fourRoundPoints ul li>div {
                    position: absolute;
                    bottom: 26%;
                    left: 13%;
                }

                .chennai .fourRoundPoints ul li:nth-child(2)>div, .chennai .fourRoundPoints ul li:nth-child(3)>div {
                    left: 0%;
                    right: 0;
                }

                .chennai .fourRoundPoints ul li:nth-child(4)>div {
                    left: 9%;
                }

                .chennai .benefitsOfCRM {
                    background-color: #eff2f7;
                    margin-top: 60px;
                }

                .chennai .roadMapBG {
                    background-image: url("./../images/crm-page/roadmap_image.png");
                    height: 1050px;
                    background-repeat: no-repeat;
                    background-position: right;
                    position: relative;
                    padding-top: 60px;
                }

                .chennai .roadMapBG img {
                    position: absolute;
                    bottom: 5%;
                    left: 14%;
                    z-index: 1;
                }

                .chennai .roadMapBG .menFootershape {
                    width: 210px;
                    height: 21px;
                    background-color: #5856C8;
                    border-radius: 50%;
                    position: absolute;
                    bottom: 4%;
                    left: 11%;
                    z-index: 0;
                }

                .chennai .roadMapBG .slide_Number {
                    line-height: 69px;
                }

                .chennai .roadMapBG .feat-discription {
                    background: #fff;
                    border-radius: 32px;
                    height: 60px;
                    width: 220px;
                    text-align: center;
                    line-height: 62px;
                }

                .chennai .roadMapBG .deal_closure {
                    position: absolute;
                    right: 8%;
                    top: 23%;
                }

                .chennai .roadMapBG .deal_closure::before {
                    width: 72px;
                    left: -33%;
                    top: 51%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                }

                .chennai .roadMapBG .deal_closure_circle {
                    right: 33%;
                    top: 25%;
                }

                .chennai .roadMapBG .common_circle {
                    position: absolute;
                    width: 25px;
                    height: 25px;
                    background-color: #fff;
                    border-radius: 50%;
                    border: 3px solid #FAD200;
                }

                .chennai .roadMapBG .lead_nurturing {
                    position: absolute;
                    right: 44%;
                    top: 34%;
                }

                .chennai .roadMapBG .lead_nurturing_circle {
                    right: 36%;
                    top: 36%;
                }

                .chennai .roadMapBG .lead_nurturing::before {
                    width: 70px;
                    top: 48%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                    right: -31%;
                }

                .chennai .roadMapBG .must_have_int {
                    position: absolute;
                    right: 4%;
                    top: 42%;
                }

                .chennai .roadMapBG .must_have_int_circle {
                    right: 28%;
                    top: 44%;
                }

                .chennai .roadMapBG .must_have_int::before {
                    width: 70px;
                    top: 54%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                    left: -30%;
                }

                .chennai .roadMapBG .enhanced_security {
                    position: absolute;
                    right: 36%;
                    top: 53%;
                }

                .chennai .roadMapBG .enhanced_security_circle {
                    right: 28%;
                    top: 55%;
                }

                .chennai .roadMapBG .enhanced_security::before {
                    width: 70px;
                    top: 49%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                    right: -31%;
                }

                .chennai .roadMapBG .insight_report {
                    position: absolute;
                    right: 8%;
                    top: 62%;
                }

                .chennai .roadMapBG .insight_report_circle {
                    right: 34%;
                    top: 64%;
                }

                .chennai .roadMapBG .insight_report::before {
                    width: 83px;
                    top: 54%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                    left: -38%;
                }

                .chennai .roadMapBG .track_communication {
                    position: absolute;
                    right: 46%;
                    top: 70%;
                }

                .chennai .roadMapBG .track_communication_circle {
                    right: 38%;
                    top: 72%;
                }

                .chennai .roadMapBG .track_communication::before {
                    width: 70px;
                    top: 47%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                    right: -31%;
                }

                .chennai .roadMapBG .int_marketing_auto {
                    position: absolute;
                    right: 11%;
                    top: 78%;
                    line-height: 30px;
                }

                .chennai .roadMapBG .int_marketing_auto_circle {
                    right: 36%;
                    top: 80%;
                }

                .chennai .roadMapBG .int_marketing_auto::before {
                    width: 83px;
                    top: 55%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                    left: -38%;
                }

                .chennai .roadMapBG .business_intelligence {
                    position: absolute;
                    right: 32%;
                    bottom: 5%;
                }

                .chennai .roadMapBG .business_intelligence_circle {
                    right: 24%;
                    bottom: 7%;
                }

                .chennai .roadMapBG .business_intelligence::before {
                    width: 70px;
                    top: 43%;
                    content: "";
                    position: absolute;
                    border-style: dashed;
                    border-color: #fff;
                    border-width: medium;
                    right: -31%;
                }

                .chennai .blueBg .btn_container .crm_black_btn {
                    padding: 20px 30px;
                }

                /* Delhi landing page css starts */

                .delhi .blueBg {
                    background-image: url("./../images/crm-page/delhi_banner.png");
                    background-color: #365e90;
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 680px;
                    background-size: cover;
                }

                .delhi .blueBg .lead_heading, .free_crm .blueBg .lead_heading {
                    padding: 200px 0 0 40px;
                }

                .delhi .blueBg .btn_container .crm_black_btn {
                    padding: 20px 60px;
                }

                .delhi .btn_text_section ul li::before, .delhi .mdata ul li::before {
                    content: "";
                    background-image: url("./../images/crm-page/black_bullet_point.png");
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    left: -4%;
                    background-repeat: no-repeat;
                    top: 10%;
                }

                .delhi .mdata ul li::before {
                    left: -8%;
                }

                .delhi .mdata .row .col-md-6:first-child {
                    padding-left: 25px;
                }

                .delhi .mdata .row .col-md-6:first-child img {
                    margin-top: 40px;
                }

                .delhi .mdata .row .col-md-6:last-child {
                    padding-right: 100px;
                }

                .delhi .unlock_opportunities {
                    padding-top: 20px;
                }

                .delhi .bestCRM_aus {
                    border: none;
                    background-color: #1E2533;
                }

                .delhi .bestCRM_aus::before, .delhi .bestCRM_aus::after, .gurugram .bestCRM_aus::after, .gurugram .bestCRM_aus::before {
                    display: none;
                }

                .delhi .bestCRM_aus .crm_black_btn:hover {
                    background-color: #383e48;
                    color: #fff;
                }

                .delhi .bestCRM_aus .feat-discription, .gurugram .bestCRM_aus .feat-discription, .lowCost .bestCRM_aus .feat-discription {
                    font-size: 24px;
                    line-height: 34px;
                    margin-top: 10px;
                }

                .delhi .pune_features_section ul {
                    text-align: center;
                }

                .delhi .pune_features_section ul li {
                    width: 520px;
                }

                .delhi .pune_features_section ul li .featuresofPuneCRM .featureHeading {
                    min-height: unset;
                }

                .delhi .pune_features_section ul:last-child li {
                    min-height: 700px;
                }

                .delhi .pune_features_section ul li .featuresofPuneCRM {
                    padding: 60px;
                }

                .delhi .pune_features_section .featureHeading:first-child {
                    text-align: center;
                }

                .delhi .sliderD .newZealand .slider_section .flic-carousel .carousel-cell img {
                    width: 100%;
                    height: 100%;
                }

                .delhi .sliderD .testimonialViewNew {
                    height: 438px;
                    background-color: #f9f9f9;
                }

                .delhi .slideBorderDiv {
                    min-height: 560px;
                }

                .delhi .row .col-md-4 .slideBorderDiv {
                    background-color: #D5E6F4;
                    border: none;
                    padding-top: 100px;
                }

                .delhi .imple_crm_aus .row {
                    margin-top: 0;
                }

                .delhi .sliderD .row .col-md-8 .slideBorderDiv {
                    padding-top: 30px;
                }

                .dubai .imple_crm_aus .row .feat-discription:last-child {
                    font-size: 18px;
                    color: #131415;
                }

                .delhi .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    color: #131415;
                    text-align: left;
                    margin-bottom: 5px;
                    margin-top: 0;
                }

                .delhi .sliderD .row .col-md-4 {
                    padding-right: 0;
                }

                .delhi .sliderD .row .col-md-8 {
                    padding-left: 0;
                }

                .delhi .sliderD .row .col-md-8 .margin_left_rgt_fifty {
                    width: 90%;
                }

                .delhi .row .col-md-8 .slideBorderDiv {
                    border: none;
                }

                .delhi .bussinessCRM .bussiness_slider_section .testimonialViewNew .feat-discription {
                    text-align: left;
                }

                .delhi .sliderD .bussinessCRM .bussiness_slider_section {
                    margin-top: 0;
                }

                .delhi .delhiSliderHeading {
                    background-color: #f9f9f9;
                    padding: 60px 0 10px 35px;
                    margin-bottom: 0;
                    color: #131415;
                }

                .delhi .sliderD .flic-carousel .flickity-prev-next-button {
                    top: 90% !important;
                    background: transparent;
                }

                .delhi .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    left: 4% !important;
                }

                .delhi .sliderD .flic-carousel .flickity-page-dots {
                    bottom: 10%;
                    left: -23%;
                }

                .delhi .sliderD .flic-carousel .flickity-prev-next-button.next {
                    right: 49% !important;
                }

                .delhi .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 440px !important;
                }

                .delhi .sliderD .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #d83f87 !important;
                }

                .delhi .featureContainer {
                    padding-bottom: 40px;
                    border-bottom: 1px solid #DDEAFF;
                }

                .delhi .delhiCtaSec {
                    background-color: #e0e5ec;
                    border-bottom: 0;
                }

                .delhi .delhiCtaSec .feat-discription {
                    display: block;
                    font-size: 24px;
                    line-height: 34px;
                }

                .delhi .delhiCtaSec p:last-child {
                    margin-top: 30px;
                }

                /* gurugram css starts from here */

                .gurugram .blueBg {
                    background-image: url("./../images/crm-page/gurugram_banner.png");
                    background-color: #e6e6e8;
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 560px;
                    background-size: cover;
                }

                .gurugram .blueBg .lead_heading {
                    padding: 100px 0 0 40px;
                }

                .gurugram .blueBg .btn_container .crm_black_btn, .gurugram .delhiCtaSec .crm_black_btn, .ss-marketing .delhiCtaSec .crm_black_btn {
                    border-radius: 2px;
                    padding: 20px 30px;
                    border: none;
                    margin-right: 0;
                    font-family: helvetica;
                    font-size: 14px;
                    font-weight: bold;
                }

                .gurugram .blueBg .btn_container .crm_black_btn:hover, .gurugram .delhiCtaSec .crm_black_btn:hover, .ss-marketing .delhiCtaSec .crm_black_btn:hover {
                    background-color: #d8d3d3;
                }

                .gurugram .stream_line_leads .leadBoxes {
                    border: 1px solid #E1E1E1;
                    border-radius: 4px;
                    text-align: center;
                    min-height: 215px;
                    display: flex;
                    align-items: center;
                    padding-left: 30px;
                    padding-right: 30px;
                    z-index: 0;
                    margin-top: -40px;
                    position: relative;
                    margin-bottom: 30px;
                }

                .gurugram .stream_line_leads .blueBtnShape {
                    background-color: #8763ac;
                    color: #fff;
                    text-align: center;
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-radius: 2px;
                    width: 85%;
                    margin: auto;
                    z-index: 1;
                    position: relative;
                }

                .gurugram .stream_line_leads .margin_left_rgt_fifty, .gurugram .features_section .margin_left_rgt_fifty, .gurugram .y_choose_ssCrm_in_gurugram .margin_left_rgt_fifty {
                    width: 90%;
                }

                .gurugram .bestCRM_aus {
                    border: 0;
                    background-color: #131415;
                }

                .gurugram .bestCRM_aus .crm_yellow_btn, .gurugram .delhiCtaSec .crm_black_btn, .ss-marketing .delhiCtaSec .crm_black_btn {
                    padding: 20px 50px;
                }

                .gurugram .bestCRM_aus .crm_yellow_btn:hover {
                    background-color: transparent;
                    border: 1px solid #FAD200;
                }

                .gurugram .features_section figure {
                    background-color: #fff;
                    border: 2px solid #e0e5e6;
                    width: 70px;
                    margin: auto;
                    border-radius: 50%;
                    padding: 10px;
                    line-height: 48px;
                }

                .gurugram .features_section .row .col-md-6:first-child {
                    padding-right: 50px;
                    border-right: 2px solid #e0e5e6;
                }

                .gurugram .features_section .row {
                    margin-top: 5px;
                }

                .gurugram .features_section .row .col-md-6:last-child {
                    padding-left: 50px;
                }

                .gurugram .features_section .features_section_boxes {
                    min-height: 250px;
                }

                .gurugram-main-wraper.gurugram .features_section .text-center .featureHeading {
                    color: #d83f87;
                }

                .empower-your-team-wraper {
                    background-color: #e0e5ec;
                }

                .empower-your-team-wraper .delhiCtaSec {
                    background-color: #e0e5ec !important;
                    margin-top: -40px;
                    padding-top: 120px !important;
                }

                .gurugram .features_section .text-center .featureHeading {
                    color: #0155ff;
                }

                .gurugram .features_section .features_section_boxes .featureHeading {
                    margin-bottom: 10px;
                }

                .gurugram .y_choose_ssCrm_in_gurugram {
                    background-color: #F2F3F6;
                }

                .gurugram .y_choose_ssCrm_in_gurugram .newHeadings {
                    text-align: left;
                }

                .gurugram .bussinessCRM .sheet_track_section {
                    padding-top: 20px;
                    padding-bottom: 0;
                    background-color: transparent;
                }

                /* hyderabad css starts from here */

                .hyderabad .blueBg {
                    background-image: url("./../images/crm-page/hyderabad_banner.png");
                    background-color: #4982ae;
                    height: 555px;
                    background-repeat: no-repeat;
                    background-size: cover;
                }

                .hyderabad .blueBg .lead_heading, .lowCost .blueBg .lead_heading, .web_based_crm .lead_heading, .sales_Tracker .lead_heading, .ss-contact-management .blueBg .lead_heading, .ss-marketing .blueBg .lead_heading {
                    padding: 160px 0 0 40px;
                }

                .hyderabad .blueBg .btn_container .crm_black_btn {
                    padding: 20px 34px;
                }

                .hyderabad .artBG {
                    background-image: url("./../images/crm-page/hyderabad_slider_banner_img.png");
                    height: 901px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    position: relative;
                    /* left: -20%; */
                    left: 0;
                    width: 540px;
                }

                .hyderabad .slideBorderDiv {
                    min-height: 901px;
                }

                .hyderabad .bussinessCRM .bussiness_slider_section .newZealand .imple_crm_aus {
                    position: absolute;
                    width: 750px;
                    left: -15%;
                }

                .hyderabad .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    padding-top: 20px;
                    color: #131415;
                    text-align: left;
                    margin-top: 0;
                }

                .hyderabad .hyderabad_first_sec .shadowContainer {
                    box-shadow: none;
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                }

                .hyderabad .hyderabad_first_sec .shadowContainer .small_business_first_sec .ma-top40 p:first-child {
                    margin-bottom: 0;
                }

                .hyderabad .hyderabad_second_sec .shadowContainer {
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                    padding: 0;
                    box-shadow: none;
                    border: none;
                    margin-top: 0;
                }

                .hyderabad .hyderabad_third_section .shadowContainer {
                    margin-top: 0;
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                    padding: 0;
                }

                .hyderabad .small_business_first_sec .btn_text_section, .hyderabad .delhi .featureContainer {
                    border-bottom: 0;
                }

                .hyderabad .dubai .sliderD .bussinessCRM .bussiness_slider_section, .free_crm .secondShadowContainer .shadowContainer .row {
                    margin-top: 30px;
                }

                .hyderabad .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                    height: 630px;
                    border: 1px solid #e0e5e6;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                }

                .hyderabad .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 630px !important;
                }

                .hyderabad .hyderabad_slider_section .row .col-md-7 .newHeadings {
                    text-align: center;
                    padding-top: 60px;
                }

                .hyderabad .dubai .sliderD .flic-carousel .flickity-page-dots, .web_based_crm .delhi .btn_text_section ul li::before {
                    display: none;
                }

                .hyderabad .dubai .sliderD .flic-carousel .flickity-prev-next-button {
                    top: 107% !important;
                }

                .hyderabad .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    left: 200px !important;
                }

                .hyderabad .dubai .sliderD .flic-carousel .flickity-prev-next-button.next {
                    right: 450px !important;
                }

                .hyderabad .delhi .bestCRM_aus {
                    background-color: #fff;
                    border-bottom: 1px solid #e0e5e6;
                }

                .hyderabad .australia .bestCRM_aus .newHeadings, .hyderabad .australia .bestCRM_aus .feat-discription {
                    color: #fff;
                }

                .hyderabad .delhi .bestCRM_aus .crm_black_btn, .hyderabad .delhi .delhiCtaSec .crm_blue_btn, .lowCost .delhiCtaSec .crm_blue_btn {
                    background-color: #131415;
                    color: #fff;
                    border: none;
                    padding: 20px 40px;
                }

                .hyderabad .delhi .bestCRM_aus .crm_black_btn:hover, .hyderabad .delhi .delhiCtaSec .crm_blue_btn:hover, .lowCost .delhiCtaSec .crm_blue_btn:hover {
                    background-color: #fff;
                    border: 1px solid #131415;
                    color: #131415;
                }

                .hyderabad .delhi .pune_features_section ul li .featuresofPuneCRM {
                    padding-top: 30px;
                }

                .hyderabad .delhi .pune_features_section ul li .featuresofPuneCRM .featureHeading {
                    text-align: left;
                }

                .hyderabad .delhi .pune_features_section ul:last-child li {
                    min-height: 884px;
                }

                .hyderabad .delhi .pune_features_section ul:last-child li:first-child {
                    margin-left: 20px;
                }

                .hyderabad .delhi .pune_features_section ul:last-child li:last-child {
                    margin-right: 20px;
                }

                .hyderabad .delhi .pune_features_section ul li {
                    max-width: 545px;
                    width: 46%;
                }

                /* Low_cost landing page css starts from here */

                .lowCost .blueBg {
                    background-image: url("./../images/crm-page/low_cost_customer.png");
                    background-color: #8696ae;
                    height: 613px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: bottom center;
                }

                .lowCost .margin_left_rgt_fifty {
                    width: 90%;
                }

                .lowCost .btn_text_section ul {
                    padding-left: 20px;
                    margin: 0;
                }

                .lowCost .btn_text_section ul li {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    margin-bottom: 20px;
                    list-style-type: disc;
                    position: relative;
                }

                .lowCost .blueBg .btn_container .crm_black_btn, .web_based_crm .blueBg .btn_container .crm_black_btn, .sales_Tracker .blueBg .btn_container .crm_black_btn, .free_crm .blueBg .btn_container .crm_black_btn, .ss-contact-management .btn_container .crm_black_btn, .ss-marketing .btn_container .crm_black_btn {
                    padding: 20px 32px;
                }

                .lowCost .price_Ofbest_crmsoft .row .col-md-8 .newHeadings {
                    text-align: left;
                    width: 100%;
                }

                .lowCost .price_Ofbest_crmsoft .row .col-md-4 figure img {
                    margin-top: 20px;
                }

                .lowCost .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    height: 120px;
                    padding: 14px;
                    width: 194px;
                    text-align: center;
                }

                .sw-price-main-wraper.lowCost .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 16.8%;
                    margin-right: -8px;
                    border-right: 1px solid #e0e5e6;
                }

                .lowCost .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    padding: 15px 0 22px 0px;
                    line-height: 30px;
                }

                .lowCost .ui-widget {
                    font-size: 25px;
                }

                .lowCost .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    text-align: left;
                    padding: 0;
                }

                .lowCost .australia .basic_feature_tabbing, .lowCost .australia .small_business_first_sec .basic_feature_tabbing .ui-widget-content, .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-widget-content, .web_based_crm .australia .basic_feature_tabbing {
                    background-color: #fff;
                }

                .lowCost .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul li {
                    margin-bottom: 10px;
                }

                .lowCost .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul li:last-child, .lowCost .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul {
                    margin-bottom: 0;
                }

                .lowCost .bestCRM_aus {
                    background-color: #131415;
                    border: none;
                }

                .lowCost .australia .bestCRM_aus::after, .lowCost .australia .bestCRM_aus::before, .web_based_crm .australia .bestCRM_aus::after, .web_based_crm .australia .bestCRM_aus::before {
                    display: none;
                }

                .lowCost .bestCRM_aus .crm_yellow_btn:hover {
                    border: 1px solid #fff;
                }

                .lowCost .btn_text_section:last-child ul {
                    padding-left: 40px;
                }

                .lowCost .btn_text_section:last-child ul li {
                    list-style-type: none;
                }

                .lowCost .btn_text_section:last-child {
                    padding: 60px 0;
                }

                .lowCost .btn_text_section:last-child .newHeadings {
                    margin-bottom: 30px;
                }

                .lowCost .lowCost_pricing_section .feat-discription {
                    text-align: center;
                    display: block;
                    margin-bottom: 30px;
                }

                .lowCost .lowCost_pricing_section {
                    background-color: #EEF2F8;
                }

                .lowCost .pricingContainer {
                    border-bottom: 1px solid #DDEAFF;
                }

                .lowCost .pricingContainer .priceAndBtn .choosePlan a, .lowCost .pricingContainer .choosePlanBottomBtn a {
                    color: #0155ff;
                }

                .lowCost .priceBox:hover .bottomView .choosePlanBottomBtn a, .lowCost .priceBox:hover .priceAndBtn .choosePlan a {
                    color: #fff;
                }

                .lowCost .priceBox .priceAndBtn .chooseBtnSelected a, .lowCost .bottomView .chooseBtnSelected a {
                    color: #fff;
                }

                .lowCost .priceBox h3.priceboxtitle {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                }

                .lowCost .delhi .delhiCtaSec {
                    border-bottom: 1px solid #DDEAFF;
                }

                .lowCost .australia .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    background: #eff0f0;
                }

                /* web-based-crm css start from here */

                .web_based_crm .blueBg {
                    background-image: url("./../images/crm-page/web_based_crm_banner.png");
                    background-color: #0a4d87;
                    height: 645px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top;
                }

                .new-york .shadowContainer, .virginia .shadowContainer {
                    box-shadow: 0 1px 39px 5px rgb(0 0 0 / 18%);
                    margin-bottom: 40px;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                }

                .ss-marketing .shadowContainer {
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                }

                .ss-offer-main-container.ss-offer .shadowContainer {
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                }

                .free_crm .shadowContainer {
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                }

                .sales-tracker-main-wraper.sales_Tracker .shadowContainer {
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                }

                .web_based_crm_main_wraper.web_based_crm .shadowContainer {
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 0px;
                    z-index: 1;
                }

                .web_based_crm_main_wraper.web_based_crm .simply_leadMngment_system .newHeadings::before {
                    left: -30px;
                }

                .web_based_crm .margin_left_rgt_fifty, .sales_Tracker .dubai .imple_crm_aus .margin_left_rgt_fifty, .sales_Tracker .btn_text_section .margin_left_rgt_fifty {
                    width: 90%;
                }

                .web_based_crm .simply_leadMngment_system .margin_left_rgt_fifty, .web_based_crm .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty {
                    width: 96%;
                }

                .web_based_crm .simply_leadMngment_system .row .col-md-6:last-child {
                    padding-left: 20px;
                }

                .web_based_crm .lead_heading h3 {
                    margin-bottom: 10px;
                }

                .web_based_crm .simply_leadMngment_system {
                    background-color: #E9F8FE;
                    position: relative;
                }

                .web_based_crm_main_wraper.web_based_crm .simply_leadMngment_system {
                    background-color: #F0F0F0;
                }

                .web_based_crm .simply_leadMngment_system .positionSet {
                    position: absolute;
                    left: 60px;
                    top: 56px;
                    font-size: 22px;
                }

                .web_based_crm .simply_leadMngment_system .newHeadings {
                    text-align: left;
                    color: #03326a;
                    margin: 40px 0 30px 35px;
                    position: relative;
                }

                .web_based_crm_main_wraper.web_based_crm .simply_leadMngment_system .newHeadings {
                    color: #d83f87;
                }

                .web_based_crm .simply_leadMngment_system .newHeadings::before {
                    content: "";
                    background-image: url("./../images/crm-page/bDots.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    height: 81px;
                    width: 111px;
                    top: -125%;
                    left: -21%;
                }

                .web_based_crm .lmBox {
                    min-height: 295px;
                    padding: 40px 60px 50px 50px;
                    border: 2px solid #B3B3B3;
                    border-radius: 4px;
                    margin-bottom: 20px;
                }

                .web_based_crm .simply_leadMngment_system .row .col-md-6:first-child .lmBox {
                    padding-left: 40px;
                }

                .web_based_crm .simply_leadMngment_system .lmBox:last-child, .web_based_crm .basic_feature_tabbing .lmBox:last-child {
                    margin-bottom: 0;
                }

                .web_based_crm .australia .bestCRM_aus {
                    background-color: #1E2533;
                }

                .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 370px;
                    height: 90px;
                    margin-right: -5px;
                }

                .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 24px;
                    padding: 28px;
                    color: #131415;
                }

                .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    background: #fff;
                    border: 2px solid #B3B3B3;
                }

                .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
                    background: #1E2533 !important;
                }

                .web_based_crm .basic_feature_tabbing .lmBox {
                    background-color: #F0F0F0;
                    min-height: 320px;
                    padding-bottom: 20px;
                    margin-bottom: 30px;
                    border: 0;
                }

                .web_based_crm .basic_feature_tabbing #tabs .row .col-md-6:first-child {
                    padding-right: 25px;
                    padding-left: 20px;
                }

                .web_based_crm .basic_feature_tabbing #tabs .row .col-md-6:last-child {
                    padding-left: 25px;
                }

                .web_based_crm .australia .basic_feature_tabbing {
                    border-bottom: 1px solid #e0e5e6;
                }

                .web_based_crm .lowCost .btn_text_section:last-child ul li {
                    list-style-type: disc;
                    margin-left: 20px;
                }

                .web_based_crm .lowCost .btn_text_section:last-child ul {
                    padding: 0;
                }

                .web_based_crm .lowCost .bestCRM_aus .feat-discription, .sales_Tracker .australia .bestCRM_aus .feat-discription, .ss-contact-management .gurugram .bestCRM_aus .feat-discription, .ss-contact-management .delhi .delhiCtaSec .feat-discription {
                    font-size: 18px;
                }

                .web_based_crm .delhi .featureContainer, .lowCost .delhi .featureContainer {
                    border-bottom: 0;
                }

                .web_based_crm .lowCost .whiteDotPattern .newHeadings, .lowCost .btn_text_section:last-child .newHeadings, .web_based_crm .blackDotPattern .newHeadings {
                    position: relative;
                }

                .web_based_crm .lowCost .whiteDotPattern .newHeadings::before {
                    content: "";
                    background-image: url("./../images/crm-page/whiteDots.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    height: 81px;
                    width: 111px;
                    left: 1%;
                    bottom: -190%;
                    z-index: 1;
                }

                .web_based_crm .lowCost .btn_text_section:last-child .newHeadings::before {
                    content: "";
                    background-image: url("./../images/crm-page/bDots.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    height: 81px;
                    width: 111px;
                    top: 0;
                    right: -10%;
                }

                .web_based_crm .blackDotPattern .newHeadings::before {
                    content: "";
                    background-image: url("./../images/crm-page/wDots.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    height: 81px;
                    width: 111px;
                    top: -186%;
                    right: 2%;
                }

                /* Terms & Condition page css starts */

                .terms-conditions .greyBg h3 {
                    line-height: 48px;
                }

                .terms-conditions .terms-condition-view {
                    font-size: 16px;
                    line-height: 26px;
                    color: #808fa5;
                    text-align: left;
                }

                .terms-conditions .topHeadings {
                    color: #1E2533;
                    font-size: 20px;
                    line-height: 36px;
                }

                .terms-conditions .definition ul li, .terms-conditions .freeTrail ul li, .terms-conditions .ourResponsiblities ul li, .terms-conditions .usesOfService ul li, .terms-conditions .non-ss-providers ul li, .terms-conditions .feePayments ul li, .terms-conditions .licenseRights ul li, .terms-conditions .confidentiality ul li, .terms-conditions .warranties_disclaimers ul li, .terms-conditions .terms_termination ul li, .terms-conditions .gen_provisions ul li {
                    list-style-type: none;
                    position: relative;
                }

                .terms-conditions .exclusion_damages ul li {
                    list-style-type: none;
                    margin-left: 15px;
                }

                .terms-conditions .ourResponsiblities ul li, .terms-conditions .usesOfService ul li, .terms-conditions .non-ss-providers ul li, .terms-conditions .feePayments ul li, .terms-conditions .licenseRights ul li, .terms-conditions .confidentiality ul li, .terms-conditions .warranties_disclaimers ul li {
                    margin-left: 30px;
                    margin-bottom: 30px;
                }

                .terms-conditions .terms_termination ul li, .terms-conditions .gen_provisions ul li {
                    margin-left: 50px;
                    margin-bottom: 30px;
                }

                .terms-conditions .ourResponsiblities ul li:before, .terms-conditions .usesOfService ul li::before, .terms-conditions .non-ss-providers ul li:before, .terms-conditions .feePayments ul li:before, .terms-conditions .licenseRights ul li:before, .terms-conditions .confidentiality ul li:before, .terms-conditions .warranties_disclaimers ul li::before, .terms-conditions .terms_termination ul li::before, .terms-conditions .gen_provisions ul li:before {
                    position: absolute;
                    color: #1e2533;
                    font-size: 15px;
                    left: -3%;
                    font-family: helvetica;
                    font-weight: bold;
                }

                .terms-conditions .ourResponsiblities ul li:first-child::before {
                    content: "3.1";
                }

                .terms-conditions .ourResponsiblities ul li:nth-child(2)::before {
                    content: "3.2";
                }

                .terms-conditions .ourResponsiblities ul li:nth-child(3)::before {
                    content: "3.3";
                }

                .terms-conditions .ourResponsiblities ul li:nth-child(4)::before {
                    content: "3.4";
                }

                .terms-conditions .usesOfService ul li:first-child::before {
                    content: "4.1";
                }

                .terms-conditions .usesOfService ul li:nth-child(2)::before {
                    content: "4.2";
                }

                .terms-conditions .usesOfService ul li:nth-child(3)::before {
                    content: "4.3";
                }

                .terms-conditions .usesOfService ul li:nth-child(4)::before {
                    content: "4.4";
                }

                .terms-conditions .usesOfService ul li:nth-child(5)::before {
                    content: "4.5";
                }

                .terms-conditions .usesOfService ul li:nth-child(6)::before {
                    content: "4.6";
                }

                .terms-conditions .non-ss-providers ul li:first-child:before {
                    content: "5.1";
                }

                .terms-conditions .non-ss-providers ul li:nth-child(2):before {
                    content: "5.2";
                }

                .terms-conditions .non-ss-providers ul li:nth-child(3):before {
                    content: "5.3";
                }

                .terms-conditions .feePayments ul li:first-child:before {
                    content: "6.1";
                }

                .terms-conditions .feePayments ul li:nth-child(2):before {
                    content: "6.2";
                }

                .terms-conditions .feePayments ul li:nth-child(3):before {
                    content: "6.3";
                }

                .terms-conditions .feePayments ul li:nth-child(4):before {
                    content: "6.4";
                }

                .terms-conditions .feePayments ul li:nth-child(5):before {
                    content: "6.5";
                }

                .terms-conditions .feePayments ul li:nth-child(6):before {
                    content: "6.6";
                }

                .terms-conditions .licenseRights ul li:first-child:before {
                    content: "7.1";
                }

                .terms-conditions .licenseRights ul li:nth-child(2):before {
                    content: "7.2";
                }

                .terms-conditions .licenseRights ul li:nth-child(3):before {
                    content: "7.3";
                }

                .terms-conditions .licenseRights ul li:nth-child(4):before {
                    content: "7.4";
                }

                .terms-conditions .confidentiality ul li:first-child::before {
                    content: "8.1";
                }

                .terms-conditions .confidentiality ul li:nth-child(2)::before {
                    content: "8.2";
                }

                .terms-conditions .confidentiality ul li:nth-child(3)::before {
                    content: "8.3";
                }

                .terms-conditions .warranties_disclaimers ul li:first-child::before {
                    content: "9.1";
                }

                .terms-conditions .warranties_disclaimers ul li:nth-child(2)::before {
                    content: "9.2";
                }

                .terms-conditions .warranties_disclaimers ul li:nth-child(3)::before {
                    content: "9.3";
                }

                .terms-conditions .terms_termination ul li:first-child::before {
                    content: "11.1";
                    left: -4%;
                }

                .terms-conditions .terms_termination ul li:nth-child(2)::before {
                    content: "11.2";
                    left: -4%;
                }

                .terms-conditions .terms_termination ul li:nth-child(3)::before {
                    content: "11.3";
                    left: -4%;
                }

                .terms-conditions .terms_termination ul li:nth-child(4)::before {
                    content: "11.4";
                    left: -4%;
                }

                .terms-conditions .terms_termination ul li:nth-child(5)::before {
                    content: "11.5";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:first-child::before {
                    content: "12.1";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(2)::before {
                    content: "12.2";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(2) a {
                    color: #0155ff;
                }

                .terms-conditions .gen_provisions ul li:nth-child(3)::before {
                    content: "12.3";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(4)::before {
                    content: "12.4";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(5)::before {
                    content: "12.5";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(6)::before {
                    content: "12.6";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(7)::before {
                    content: "12.7";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(8)::before {
                    content: "12.8";
                    left: -4%;
                }

                .terms-conditions .gen_provisions ul li:nth-child(9)::before {
                    content: "12.9";
                    left: -4%;
                }

                .terms-conditions .feePayments ul li:first-child ul li {
                    list-style-type: lower-roman;
                    margin: 10px 0 0 0;
                }

                .terms-conditions .feePayments ul li:first-child ul li::before {
                    display: none;
                }

                /* sales Tracker Css starts from here */

                .sales_Tracker .blueBg {
                    background-image: url("./../images/crm-page/sales_tracker_banner_img.png");
                    background-color: #3d4966;
                    height: 630px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top;
                }

                .sales_Tracker .delhi .bestCRM_aus {
                    background-color: #f9f9f9;
                }

                .sales_Tracker .australia .bestCRM_aus .newHeadings, .sales_Tracker .australia .bestCRM_aus .feat-discription {
                    color: #fff;
                }

                .sales_Tracker .delhi .bestCRM_aus .crm_black_btn {
                    background-color: #131415;
                    color: #fff;
                    padding: 20px 50px;
                }

                .sales_Tracker .delhi .bestCRM_aus .crm_black_btn:hover {
                    background-color: #fff;
                    border: 1px solid #131415;
                    color: #131415;
                }

                .sales_Tracker .dubai .imple_crm_aus .feat-discription:first-child {
                    text-align-last: center;
                }

                .sales_Tracker .dubai .imple_crm_aus .setRightPadding .col-md-7 {
                    padding-right: 15px;
                    padding-left: 70px;
                }

                .sales_Tracker .dubai .imple_crm_aus .row figure {
                    height: 390px;
                    padding: 80px 20px 20px 20px;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section {
                    background-image: url("./../images/crm-page/utilizeP.png");
                    padding-bottom: 30px;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .newZealand .imple_crm_aus {
                    padding: 25px 40px 0px 0 !important;
                    position: absolute;
                    width: 95%;
                    left: -2%;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .row .col-md-6:first-child {
                    padding-right: 60px;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .row .col-md-6:first-child .newHeadings {
                    text-align: left;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .row .col-md-6:first-child>div {
                    border-left: 18px solid #F2F3F6;
                    padding-left: 35px;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                    padding: 30px 60px 100px 20px;
                    height: 700px;
                }

                .sales-tracker-main-wraper.sales_Tracker .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                    width: 100%;
                    height: 725px;
                    padding-right: 30px;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-page-dots {
                    left: -3%;
                    bottom: 4%;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button.previous {
                    left: 9% !important;
                }

                .sales_Tracker .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-prev-next-button {
                    top: 98% !important;
                }

                .sales_Tracker .flickity-prev-next-button {
                    background: transparent;
                }

                /* free crm css starts from here */

                .free_crm .blueBg {
                    background-image: url("./../images/crm-page/free_crm_banner.png");
                    background-color: #484848;
                    height: 630px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top;
                }

                .free_crm .lead_heading .newHeadings, .ss-contact-management .lead_heading .newHeadings, .new-york .lead_heading .newHeadings, .virginia .lead_heading .newHeadings {
                    font-size: 24px;
                    line-height: 32px;
                }

                .free_crm .blueBg .btn_container .crm_yellow_btn, .ss-contact-management .btn_container .crm_yellow_btn {
                    padding: 20px 25px;
                }

                .free_crm .secondShadowContainer {
                    margin: 60px auto 0px;
                    border: none;
                    padding: 60px 0 0 0;
                }

                .free_crm .secondShadowContainer .newHeadings {
                    text-align: left;
                    padding-left: 50px;
                }

                .free_crm .secondShadowContainer .row .col-md-8 {
                    padding-right: 40px;
                    padding-left: 70px;
                }

                .free_crm .secondShadowContainer .rectangleOnTop {
                    position: absolute;
                    border: 2px solid #131415;
                    height: 550px;
                    width: 76%;
                    z-index: -1;
                    border-radius: 4px;
                    top: 8%;
                }

                .free_crm .thirdShadowContainer {
                    margin: 0px auto 0px;
                    padding-bottom: 40px;
                }

                .wBox {
                    background-color: #fff;
                    padding: 30px;
                    box-shadow: 0 -1px 39px 5px rgba(0, 0, 0, 0.1);
                    min-height: 580px;
                    margin-top: 40px;
                }

                .free_crm .ss-free-box .row .col-md-6:first-child {
                    padding-left: 40px;
                }

                .free_crm .ss-free-box .row .col-md-6:last-child {
                    padding-right: 40px;
                }

                /* .free_crm .australia .crmCta .bestCRM_aus .feat-discription {
                    margin-top: 15px;
                } */

                .free_crm .crmCta .bestCRM_aus .crm_blue_btn {
                    padding: 20px 100px;
                }

                .free_crm .australia .small_business_first_sec .ma-top40 p:first-child, .ss-contact-management .australia .small_business_first_sec .ma-top40 p:first-child {
                    margin-bottom: 0;
                }

                /* ss-contact-management css starts from here */

                .ss-contact-management .blueBg {
                    background-image: url("./../images/crm-page/contact-mngmnt-banner.png");
                    background-color: #424447;
                    height: 630px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top;
                }

                .ss-contact-management .australia .small_business_first_sec .btn_text_section {
                    border-bottom: none;
                }

                .ss-contact-management .secondShadowContainer .shadowContainer {
                    border: none;
                    margin-top: 0;
                    padding-top: 0;
                }

                .ss-contact-management .gurugram .stream_line_leads .margin_left_rgt_fifty {
                    width: 100%;
                }

                .ss-contact-management .gurugram .stream_line_leads .blueBtnShape {
                    width: 520px;
                }

                .ss-contact-management .gurugram .stream_line_leads .leadBoxes {
                    align-items: unset;
                    padding: 80px 50px 0 50px;
                    min-height: 420px;
                }

                .ss-contact-management .thirdShadowContainer .shadowContainer {
                    margin-top: 0;
                    padding-top: 0;
                    padding-bottom: 40px;
                }

                .ss-contact-management .gurugram .features_section .features_section_boxes {
                    min-height: 400px;
                }

                .ss-contact-management .gurugram .y_choose_ssCrm_in_gurugram {
                    background-color: #fff;
                }

                .ss-contact-management .gurugram .delhi .delhiCtaSec {
                    background: linear-gradient(90deg, #2a1b3d, #131415);
                }

                .ss-contact-management .australia .small_business_first_sec .ma-top40 p:first-child {
                    text-align-last: center;
                }

                /* offer-page css starts from herer */

                .ss-offer .blueBg {
                    background-image: url("./../images/crm-page/offer-page-banner.png");
                    background-color: #4e3177;
                    background-position: top;
                    background-repeat: no-repeat;
                    /* height: 660px; */
                    /* background-size: cover; */
                    position: relative;
                }

                .ss-offer .shadowContainer {
                    padding-top: 0;
                    padding-bottom: 60px;
                }

                .ss-offer .blueBg .lead_heading {
                    text-align: left;
                    padding-top: 60px;
                }

                .ss-offer .blueBg .lead_heading h3 {
                    font-size: 39px;
                    color: #fff;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    margin-bottom: 20px;
                }

                .ss-offer .blueBg .lead_heading .offerSubHeading {
                    font-size: 33px;
                    color: #131415;
                    font-family: 'PoppinsRegular', Sans-serif;
                    line-height: 60px;
                }

                .ss-offer .blueBg .btn_container .crm_yellow_btn {
                    text-transform: unset;
                    margin-right: 0;
                    padding: 20px 30px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 24px;
                    line-height: 60px;
                }

                .ss-offer .blueBg .lead_heading .poppinsRegular24 {
                    color: #fff;
                }

                .ss-offer .exclusive-launch {
                    border-bottom: none;
                }

                .ss-offer .exclusive-launch .offer-details {
                    font-weight: 800;
                }

                .ss-offer .exclusive-launch .newHeadings {
                    margin-bottom: 40px;
                }

                .ss-offer .exclusive-launch .row .col-md-6:first-child {
                    padding-right: 30px;
                }

                .ss-offer .exclusive-launch .row .col-md-6:last-child {
                    padding-left: 30px;
                }

                .ss-offer .exclusive-launch .margin_left_rgt_fifty {
                    width: 75%;
                }

                .ss-offer .exclusive-launch .wBox {
                    padding: 10px;
                    min-height: unset;
                    padding-bottom: 70px;
                    margin-top: 0px;
                }

                .ss-offer .exclusive-launch .wBox img {
                    margin-bottom: 60px;
                }

                .ss-offer .text-sec .newHeadings {
                    color: #D83F87;
                    line-height: 48px;
                }

                .sign_up_text {
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-size: 18px;
                    line-height: 30px;
                    color: #131415;
                }

                .ss-offer .engage .feat-discription {
                    margin-bottom: 32px;
                }

                /* .ss-offer .engage .sign_up_text {
                    margin-bottom: 28px;
                } */

                .ss-offer .journey-gif {
                    border-right: 18px solid #fff;
                    border-left: 18px solid #fff;
                }

                .ss-offer .salezShark_services .leftBGsection {
                    background-image: url("./../images/crm-page/services_bg_new.png");
                }

                .ss-offer .salezShark_services {
                    background-color: #fff;
                    margin-top: 0;
                }

                .ss-offer .salezShark_services .leftBGsection .servicesDiv {
                    background-color: #fff;
                    color: #131415;
                    box-shadow: 0 -2px 17px 5px rgba(0, 0, 0, 0.15);
                    width: 93%;
                    left: 3%;
                    padding: 78px 30px 99px 30px;
                }

                .ss-offer .salezShark_services ul {
                    border-color: #CED4DA;
                }

                .ss-offer .salezShark_services ul li .featureHeading::before {
                    background-color: #CED4DA;
                    left: -59px;
                }

                .noccr {
                    color: #fff;
                    font-size: 13px;
                    font-family: Helvetica;
                }

                /* .ss-offer .chennai .salezShark_services {
                    margin-top: 0;
                    background-color: #F5F4F4;
                } */

                .ss-offer .chennai .salezShark_services ul li {
                    margin-bottom: 18px;
                }

                .ss-offer .chennai .salezShark_services .leftBGsection {
                    height: 931px;
                }

                .ss-offer .chennai .salezShark_services ul li .feat-discription {
                    position: relative;
                }

                .ss-offer .salezShark_services .rightStylediv {
                    padding-bottom: 32px;
                }

                .ss-offer .chennai .salezShark_services ul li:first-child .feat-discription::before {
                    content: '';
                    height: 12px;
                    width: 10px;
                    background-color: #fff;
                    position: absolute;
                    left: -10%;
                    top: -58%;
                }

                .ss-offer .ss-tools {
                    background-color: #EFF2F7;
                    padding-top: 60px;
                    padding-bottom: 30px;
                }

                .ss-offer .ss-tools .tools-info {
                    padding-top: 70px;
                }

                .ss-offer .ss-tools .tools-info .featureHeading {
                    margin-bottom: 10px;
                }

                .ss-offer .ss-tools .tools-info .wcta_btn {
                    margin-top: 20px;
                }

                .ss-offer .ss-tools .tools-info .ss-buttons {
                    width: 213px;
                    padding-left: 0;
                    padding-right: 0;
                }

                .ss-offer .ss-tools .tools-info .newHeadings {
                    text-align: left;
                    color: #013879;
                }

                .ss-offer-main-container.ss-offer .ss-tools .tools-info .newHeadings {
                    color: #131415;
                }

                .ss-offer .ss-tools .tools-info .featureName, .blackFriday .blueBg .lead_heading .featureName {
                    font-size: 24px;
                    color: #131415;
                    font-family: 'PoppinsRegular', Sans-serif;
                    line-height: 60px;
                }

                .ss-offer .ss-tools .tools-info .nocr {
                    line-height: 34px;
                    font-size: 19px;
                }

                .ss-offer .ss-tools .rowBorder:last-child .row .col-md-6:last-child {
                    padding-left: 70px;
                }

                .ss-offer .ss-tools .tools-info a {
                    /* text-transform: uppercase;
                    height: 60px;
                    width: 188px;
                    border: 1px solid #0A0A0A;
                    background-color: transparent;
                    display: block;
                    text-align: center;
                    line-height: 60px;
                    font-size: 14px;
                    color: #131415;
                    font-family: 'Helvetica';
                    font-weight: bold;
                    border-radius: 2px;
                    margin: 20px 0 20px 0px;
                    transition: all 0.3s; */
                    min-width: 140px;
                }

                .ss-offer .gurugram .y_choose_ssCrm_in_gurugram {
                    background-color: #fff;
                }

                .ss-offer .fourRoundPoints .margin_left_rgt_fifty {
                    width: 100%;
                }

                .ss-offer .sheet_track_section ul li {
                    margin-bottom: 10px;
                }

                .ss-offer .sheet_track_section ul li:last-child {
                    margin-bottom: 0;
                }

                .ss-offer .business_easier_section {
                    background-color: #2A1B3D;
                    border-left: 18px solid #fff;
                    border-right: 18px solid #fff;
                    border-bottom: none;
                    height: 300px;
                }

                .ss-offer .fourRoundPoints {
                    padding-bottom: 60px;
                }

                .ss-offer .fourRoundPoints ul li {
                    width: 252px;
                    height: 252px;
                    border: 2px solid #2A1B3D;
                    box-shadow: none;
                }

                .ss-offer .fourRoundPoints ul li:hover {
                    transform: none;
                }

                .ss-offer .fourRoundPoints ul li:nth-child(1)>div {
                    top: 17%;
                    left: 0;
                }

                .ss-offer .fourRoundPoints ul li:nth-child(2)>div {
                    left: 0%;
                    right: 0;
                }

                .ss-offer .fourRoundPoints ul li>div .feat-discription {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    line-height: 25px;
                }

                .ss-offer .fourRoundPoints ul li>div img {
                    margin-bottom: 10px;
                    display: block;
                    margin: auto;
                    padding-bottom: 20px;
                }

                /* .ss-offer .fourRoundPoints ul li:first-child>div {
                    left: 3%;
                } */

                .ss-offer .fourRoundPoints ul li:nth-child(4)>div {
                    left: 0;
                    right: 0;
                }

                .ss-offer .most_valued_customer {
                    background-color: #D5E6F6;
                }

                .ss-offer .most_valued_customer ul {
                    margin: 0;
                    padding: 0;
                }

                .ss-offer .most_valued_customer ul:first-child {
                    margin-top: 60px;
                }

                .ss-offer .most_valued_customer ul:last-child {
                    margin-top: 40px;
                }

                .ss-offer .most_valued_customer ul li {
                    list-style-type: none;
                    display: inline-flex;
                    margin-right: 60px;
                }

                .ss-offer .most_valued_customer ul li img {
                    filter: grayscale(1);
                }

                .ss-offer .most_valued_customer ul:last-child li:nth-child(n - 1) img {
                    width: 110px;
                }

                .ss-offer .most_valued_customer ul:last-child li:first-child img {
                    width: 100%;
                }

                .ss-offer .condition {
                    color: #131415;
                    position: absolute;
                    right: 7%;
                    bottom: 7%;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                }

                .ss-offer .tNn {
                    float: right;
                    margin-right: 50px;
                    margin-top: 15px;
                    font-size: 11px;
                    font-family: 'PoppinsRegular', Sans-serif;
                }

                /* ss-markting css starts from here */

                .ss-marketing .blueBg {
                    background-image: url("./../images/crm-page/ss-marketing-banner.png");
                    background-color: #455575;
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 570px;
                    background-size: cover;
                    position: relative;
                }

                .ss-marketing .btn_text_section .row .col-md-7 .newHeadings, .ss-marketing .crm-maketing .row .col-md-7 .newHeadings, .ss-marketing .marketing-slider .row .col-md-6:first-child .newHeadings {
                    text-align: left;
                    margin-bottom: 30px;
                }

                .ss-marketing .marketing-slider .row .col-md-6:first-child {
                    padding-right: 0;
                }

                .ss-marketing .btn_text_section .row .col-md-5 img {
                    margin-top: 70px;
                }

                .ss-marketing .btn_text_section .margin_left_rgt_fifty {
                    width: 90%;
                }

                .ss-marketing .crm-maketing .margin_left_rgt_fifty {
                    width: 95%;
                }

                .ss-marketing .crm-maketing {
                    background-color: #E6F1FD;
                }

                .ss-marketing .crm-maketing .row .col-md-7 {
                    padding-left: 30px;
                }

                .ss-marketing .crm-maketing .row .col-md-7 .feat-discription {
                    padding-right: 30px;
                }

                .ss-marketing .crm-maketing .row .col-md-5 img {
                    margin-top: 150px;
                }

                .ss-marketing .dubai .bestCRM_aus .feat-discription {
                    display: block;
                    margin-top: 15px;
                    font-size: 24px;
                }

                .ss-marketing .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    margin-top: 0;
                }

                .ss-marketing .dubai .sliderD {
                    box-shadow: 0 0 38px 5px rgba(0, 0, 0, 0.15);
                    background-color: #fff;
                }

                .ss-marketing .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 840px !important;
                }

                .ss-marketing .dubai .sliderD .testimonialViewNew {
                    padding-top: 60px;
                    height: unset;
                }

                .ss-marketing .dubai .sliderD .flic-carousel .flickity-prev-next-button {
                    top: 95% !important;
                }

                .ss-marketing .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    left: 7% !important;
                }

                .ss-marketing .dubai .sliderD .flic-carousel .flickity-prev-next-button.next {
                    right: 7% !important;
                }

                .ss-marketing .dubai .sliderD .flic-carousel .flickity-page-dots {
                    bottom: 5%;
                }

                .ss-marketing .dubai .sliderD .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #d83f87 !important;
                }

                .ss-marketing .y_choose_crm {
                    padding-left: 15px;
                    padding-right: 15px;
                    border-bottom: 0;
                }

                .ss-marketing .y_choose_crm .wBox {
                    padding: 40px;
                    min-height: 608px;
                }

                .ss-marketing .delhi .delhiCtaSec {
                    margin-top: -30px;
                    padding-top: 90px;
                }

                .ss-marketing .y_choose_crm .wBox .featureHeading {
                    margin-top: 30px;
                }

                .ss-marketing .delhiCtaSec .crm_black_btn:hover {
                    background-color: transparent;
                    border: 1px solid #131415;
                }

                /* Black Friday css starts */

                .blackFriday .blueBg {
                    /* background-image: url("./../images/templates/blk-fri-banner.png"); */
                    background-color: #000;
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 700px;
                    background-size: cover;
                    position: relative;
                }

                .blackFriday .blueBg .container {
                    position: relative;
                }

                .blackFriday .blueBg .condition {
                    /* position: absolute;
                    right: 0;
                    left: 0;
                    bottom: -24%; */
                    color: #fff;
                    margin-top: 100px;
                    font-family: helvetica;
                    font-size: 14px;
                    filter: opacity(0.6);
                }

                .blackFriday .convert-visiter-list li h3 span::after, .blackFriday .convert-visiter-list li h3 span:before {
                    display: none;
                }

                .blackFriday .convert-visiter-list li h3 span {
                    margin-right: 30px;
                }

                .blackFriday .convert-visiter-list li p {
                    padding-left: 60px;
                }

                .blackFriday p {
                    margin: 0;
                }

                .blackFriday .blueBg .lead_heading {
                    text-align: center;
                    padding-top: 210px;
                }

                .blackFriday .blueBg .black-friday-banner {
                    padding-top: 120px;
                }

                .blackFriday .blueBg .black-friday-banner ul li {
                    list-style-type: none;
                }

                .black-friday-banner .ss-white-btn {
                    min-width: 240px;
                    display: inline-block;
                    margin-top: 30px;
                    /* font-family: 'PoppinsExtraBold', Sans-Serif; */
                    font-size: 14px;
                    font-weight: bold;
                }

                .blackFriday .contact-us-wrapper .main_btn {
                    /* font-family: 'PoppinsExtraBold', Sans-Serif; */
                    font-weight: bold;
                    font-size: 14px;
                    min-width: 240px !important;
                }

                .blackFriday .wavebgSecbg {
                    background-image: url('./../images/templates/wave_bg_blck-fri.png');
                }

                .n-c-r {
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-size: 18px;
                }

                /* .blackFriday .blueBg .black-friday-banner h1 {
                    font-size: 83px;
                    color: #fff;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    margin-bottom: 10px;
                } */

                .font44px {
                    font-size: 44px;
                }

                /* .blc-friday-banner-btn {
                    background-color: #CDA64B;
                    border: 1px solid #CDA64B;
                    color: #1D1E1F !important;
                    font-weight: bold !important;
                    text-transform: none !important;
                    font-family: 'PoppinsExtraBold', Sans-Serif !important;
                    font-size: 20px !important;
                } */

                /* .blackFriday .blueBg .black-friday-banner .topsmallheading {
                    color: #CDA64B;
                    font-family: Helvetica;
                    font-size: 32px;
                    font-weight: bold;
                } */

                .blackFriday .blueBg .lead_heading .newHeadings, .blackFriday .blueBg .lead_heading .featureName, .blackFriday .blackFridayOffers .feat-discription, .california .delhi .delhiCtaSec .newHeadings, .california .delhi .delhiCtaSec .feat-discription {
                    color: #fff;
                }

                .blackFriday .blueBg .lead_heading .treasureAction {
                    font-family: 'PoppinsRegular', Sans-serif;
                    line-height: 60px;
                    color: #fff;
                    font-size: 39px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    position: relative;
                }

                .blackFriday .blueBg .lead_heading .treasureAction:after {
                    content: '';
                    height: 4px;
                    width: 130px;
                    background-color: yellow;
                    position: absolute;
                    right: 23%;
                    top: 52%;
                    transform: rotate(-6deg);
                }

                .blackFriday .blueBg .lead_heading .treasureAction::before {
                    content: '';
                    position: absolute;
                    background-image: url("./../images/crm-page/click.png");
                    background-repeat: no-repeat;
                    width: 72px;
                    height: 50px;
                    right: 21%;
                    top: -45%;
                }

                .blackFriday .blueBg .btn_container .crm_yellow_btn {
                    margin-right: 0;
                    padding: 20px 90px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 24px;
                    text-transform: none;
                }

                .blackFriday .blueBg .btn_container .crm_yellow_btn:hover {
                    background: transparent;
                    border: 1px solid #FAD200;
                }

                .blackFriday .crm .shadowContainer {
                    margin-top: -5px;
                    padding: 0;
                    margin-bottom: 0;
                    border-top: none;
                    box-shadow: none;
                }

                .blackFriday .powerfulFeatures .margin_left_rgt_fifty {
                    width: 90%;
                }

                .blackFriday .powerfulFeatures {
                    border-bottom: 0;
                }

                /* .blackFriday .powerfulFeatures .newHeadings {
                    text-align: left;
                } */

                /* .blackFriday .powerfulFeatures .feat-discription {
                    margin-right: 100px;
                } */

                .blackFriday .whiteBgBox {
                    /* height: 320px; */
                    background-color: #fff;
                }

                .blackFriday .blackFridayOffers {
                    /* background-color: #DCD3EB; */
                    padding-top: 60px;
                    padding-bottom: 60px;
                    border-top: 1px solid #e0e5e6;
                    border-bottom: 1px solid #e0e5e6;
                    /* background-color: #fff5fa; */
                }

                .blackFriday .blackFridayOffers .newHeadings, .blackFriday .waveSection .newHeadings {
                    position: relative;
                }

                .blackFriday .blackFridayOffers .offer-particles:before {
                    left: -84px;
                    z-index: 99999;
                    top: -60px;
                }

                .blackFriday .blackFridayOffers .offer-particles:after {
                    right: -84px;
                    z-index: 99999;
                    top: -60px;
                }

                .blackFriday .waveSection .offer-particles:before {
                    left: -84px;
                    z-index: 99999;
                    top: 100px;
                }

                .blackFriday .waveSection .offer-particles:after {
                    right: -84px;
                    z-index: 99999;
                    top: 100px;
                }

                .blackFriday .blackFridayOffers ul, .blackFriday .highlyRatedReview ul {
                    margin: 0;
                    padding: 0;
                }

                .blackFriday .blackFridayOffers ul li {
                    list-style-type: none;
                    display: inline-block;
                    position: relative;
                }

                /* .blackFriday .blackFridayOffers ul:first-child li {
                    margin-top: -250px;
                } */

                .blackFriday .blackFridayOffers .wBox {
                    /* background-color: #231D2D; */
                    box-shadow: none;
                    min-height: 480px;
                    margin-top: 0;
                    width: 427px;
                    margin-bottom: 30px;
                    margin-right: 40px;
                    border-radius: 4px;
                    background-image: url('./../images/templates/blurred-bokeh-style-lights-evening.png');
                    background-repeat: no-repeat;
                }

                .blackFriday .blackFridayOffers .wBox .offer-text {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 39px;
                    color: #fff;
                    line-height: 52px;
                }

                .blackFriday .blackFridayOffers .wBox .offer-text span {
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-size: 24px;
                    vertical-align: middle;
                }

                .blackFriday .blackFridayOffers .wBox .feat-discription {
                    display: block;
                    line-height: 30px;
                }

                .blackFriday .blackFridayOffers .wBox .offer-text {
                    margin-bottom: 20px;
                }

                .blackFriday .blackFridayOffers .thankGiving .offer-text {
                    /* margin-bottom: 77px; */
                }

                .blackFriday .blackFridayOffers .bFriday .offer-text {
                    margin-bottom: 20px;
                }

                .blackFriday .blackFridayOffers .wBox a {
                    display: block;
                    height: 46px;
                    width: 273px;
                    background: #fff;
                    margin: auto;
                    line-height: 48px;
                    border-radius: 4px;
                    color: #d83f87 !important;
                    text-transform: uppercase;
                    margin-top: 40px;
                    transition: all 0.3s;
                    font-weight: bold;
                    font-size: 13px;
                    font-family: 'Helvetica';
                    border: 1px solid #fff;
                }

                .blackFriday .blackFridayOffers .wBox a:hover {
                    background-color: transparent;
                    border: 1px solid #d83f87;
                    color: #fff;
                }

                .blackFriday .blackFridayOffers .instantFreeTrialDiv .newHeadings {
                    font-family: 'PoppinsRegular', Sans-serif;
                    margin-top: 110px;
                    margin-bottom: 40px;
                    padding-left: 15px;
                    padding-right: 15px;
                }

                .blackFriday .blackFridayOffers .instantFreeTrialDiv a {
                    display: inline-block;
                    min-width: 200px;
                }

                /* .blackFriday .blackFridayOffers .instantFreeTrialDiv a {
                    display: block;
                    Width: 267px;
                    Height: 72px;
                    background-color: #231D2D;
                    color: #fff;
                    margin: auto;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 24px;
                    border-radius: 2px;
                    line-height: 72px;
                    transition: all 0.3s;
                }
                
                .blackFriday .blackFridayOffers .instantFreeTrialDiv a:hover {
                    background: transparent;
                    border: 1px solid #231D2D;
                    color: #231D2D;
                } */

                .blackFriday .highlyRatedReview ul li {
                    display: inline-block;
                    margin-right: 30px;
                    list-style-type: none;
                }

                .blackFriday .highlyRatedReview ul li:last-child {
                    margin-right: 0;
                }

                .blackFriday .reviewsSection .shadowContainer {
                    margin-top: 0;
                }

                .blackFriday .chennai .business_easier_section {
                    background-color: #DCD3EB;
                }

                .blackFriday .chennai .business_easier_section .newHeadings {
                    color: #131415;
                }

                .blackFriday .chennai .fourRoundPoints {
                    padding-bottom: 60px;
                }

                .blackFriday .chennai .fourRoundPoints ul li:nth-child(2)>div {
                    top: 15%;
                }

                .blackFriday .highlyRatedReview .newHeadings {
                    margin-bottom: 60px;
                }

                .blackFriday .copyrightmsg {
                    margin: 65px 0 20px 0;
                }

                .blackFriday .shadowContainer {
                    padding: 0 !important;
                    margin-bottom: 0;
                }

                .blackFriday .oneMnthofferSec .newHeadings {
                    text-align: left;
                    color: #fff;
                }

                .oneMnthofferSec {
                    background-color: #f1b54b;
                    background-image: url('./../images/templates/strip.png');
                    padding-top: 10px;
                    padding-bottom: 0px;
                    background-size: cover;
                }

                .businees-easier {
                    background-color: #EFF2F7;
                }

                .businees-easier .circle-view {
                    margin: 50px 20px -240px;
                }

                .businees-easier .circle {
                    text-align: center;
                    height: 272px;
                    max-width: 272px;
                    border: 2px solid #EFF2F7;
                    background-color: #FFFFFF;
                    border-radius: 50%;
                    margin: auto;
                    padding: 50px 10px;
                    margin-bottom: 60px;
                }

                .businees-easier img {
                    margin-bottom: 30px;
                }

                .businees-easier .margin0 {
                    margin-bottom: 0;
                }

                .businees-easier span {
                    color: #1D1E1F;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 18px;
                    letter-spacing: 0;
                    line-height: 25px;
                    text-align: center;
                }

                /* .oneMnthofferSec .newHeadings {
                    font-size: 49px;
                    line-height: 60px;
                } */

                .blackFriday .oneMnthofferSec .feat-discription {
                    display: block;
                    margin-right: 0;
                }

                .blackFriday-cta-sec {
                    background-image: url("./../images/templates/blurred-bokeh-style-lights-evening-cta.jpg");
                    position: relative;
                    width: 100%;
                    background-attachment: fixed;
                    background-size: cover;
                }

                .blackFriday .waveSection {
                    padding-top: 60px;
                }

                .blck-fri-vdo-offer .newHeadings {
                    text-align: left;
                }

                .blck-fri-vdo-offer .aus_video_sec {
                    padding-top: 0;
                }

                .blck-fri-vdo-offer .aus_video_sec .covidVideoSec {
                    margin-top: 0;
                }

                .blck-fri-vdo-offer .aus_video_sec .covidVideoSec::before {
                    display: none;
                }

                .blck-fri-vdo-offer .covidVideoSec iframe {
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .blackFriday #bannerSnowFall {
                    margin: auto;
                }

                /* .blackFriday .wavebgSecbg {
                    height: 194px;
                } */

                /* new york landing page css starts from here */

                .new-york .blueBg {
                    background-image: url("./../images/crm-page/new-york-banner.png");
                    background-color: #282828;
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 700px;
                    background-size: cover;
                    position: relative;
                }

                .new-york .blueBg .lead_heading, .virginia .blueBg .lead_heading {
                    padding-top: 160px;
                }

                .new-york .blueBg .covidVideoSec

                /* , .virginia .blueBg .covidVideoSec  */
                    {
                    margin-top: 100px;
                }

                .new-york .blueBg .covidVideoSec::before, .new-york .web_based_crm .simply_leadMngment_system .newHeadings::before, .virginia .blueBg .covidVideoSec::before {
                    display: none;
                }

                .new-york .blueBg .btn_container .crm_black_btn {
                    padding: 20px 44px;
                }

                .new-york .bussinessCRM .sheet_track_section {
                    background-color: transparent;
                    padding-top: 10px;
                    padding-bottom: 0;
                }

                .new-york .btn_text_section .newHeadings, .new-york .sliderDiv .newHeadings {
                    text-align: left;
                }

                .new-york .btn_text_section .hl {
                    margin-bottom: 0;
                    margin-top: 20px;
                }

                .new-york .newYorkSlider, .gurugram .delhi .delhiCtaSec {
                    border-bottom: 1px solid #e0e5e6;
                }

                .new-york .newYorkSlider .row .col-md-4 img {
                    height: 700px;
                }

                .new-york .sliderDiv {
                    padding-top: 60px;
                }

                .new-york .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    margin-top: 10px;
                    background: #fff;
                    box-shadow: 0 -1px 39px 5px rgba(0, 0, 0, 0.18);
                    position: absolute;
                    width: 944px;
                    right: 2%;
                    border-radius: 4px;
                }

                .new-york .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    color: #131415;
                    text-align: left;
                }

                .new-york .dubai .sliderD .testimonialViewNew {
                    height: unset;
                }

                .new-york .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 320px !important;
                }

                .new-york .web_based_crm .simply_leadMngment_system {
                    background-color: #fff;
                }

                .new-york .web_based_crm .simply_leadMngment_system .newHeadings {
                    color: #131415;
                    margin: 0px 0 103px 35px;
                }

                .new-york .web_based_crm .lmBox {
                    padding: 30px;
                    background-color: #fff;
                    box-shadow: 0 -1px 39px 5px rgba(0, 0, 0, 0.18);
                    border: none;
                }

                .new-york .web_based_crm .lmBox .feat-discription, .virginia .bussinessCRM .sheet_track_section ul li:last-child {
                    margin-bottom: 0;
                }

                .new-york .web_based_crm .simply_leadMngment_system .row .col-md-6:first-child {
                    padding-right: 0;
                }

                .new-york .web_based_crm .simply_leadMngment_system .row .col-md-6:first-child .lmBox {
                    padding-left: 30px;
                }

                .new-york .inteRightPart {
                    margin-bottom: 40px;
                }

                .new-york .btn_text_section .margin_left_rgt_fifty {
                    width: 90%;
                }

                .new-york .bussinessCRM .sheet_track_section ul {
                    margin: 0;
                }

                .new-york .dubai .sliderD .flic-carousel .flickity-prev-next-button.next {
                    right: 7% !important;
                }

                .new-york .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    left: 6% !important;
                }

                .new-york .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    margin-top: 60px;
                }

                /* virginia landing page css starts from here */

                .virginia .blueBg {
                    background-image: url("./../images/crm-page/virginia_banner.png");
                    background-color: #e3e0df;
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 750px;
                    background-size: cover;
                    position: relative;
                    padding-top: 100px;
                }

                .virginia .lead_heading .newHeadings {
                    margin-bottom: 20px;
                }

                .virginia .blueBg .btn_container .crm_yellow_btn {
                    padding: 20px 46px;
                }

                .virginia .blueBg .btn_container .crm_black_btn {
                    border-radius: 4px;
                    font-family: helvetica;
                    font-weight: bold;
                    padding: 20px;
                    border: 1px solid #131415;
                }

                .virginia .bussinessCRM .sheet_track_section ul li {
                    margin-bottom: 10px;
                }

                .virginia .vcta {
                    background: #F5F4F4;
                    position: relative;
                }

                .virginia .vcta ul {
                    margin: 0;
                    padding: 0;
                    margin-top: 20px;
                }

                .virginia .vcta ul li {
                    background-color: #d83f87;
                    color: #fff;
                    width: 210px;
                    height: 60px;
                    font-family: helvetica;
                    line-height: 60px;
                    border-radius: 4px;
                    text-align: center;
                    display: inline-block;
                    text-transform: uppercase;
                    font-size: 14px;
                }

                .virginia .vcta ul li:first-child {
                    margin-right: 50px;
                }

                .virginia .sales-blue-box {
                    background: #1E2533;
                    padding: 90px 60px;
                    width: 690px;
                    position: absolute;
                    right: 2%;
                    top: 44px;
                    height: 461px;
                }

                .virginia .sales-blue-box .newHeadings, .virginia .sales-blue-box .feat-discription {
                    text-align: left;
                    color: #fff;
                }

                .virginia .bussinessCRM .salez_user {
                    background-color: #F7F7F7;
                    padding-bottom: 60px;
                }

                .virginia .bussinessCRM .salez_user .day_time_text .row .col-md-4 {
                    min-height: unset;
                }

                .virginia .sl {
                    text-align-last: center;
                    margin-bottom: 60px;
                }

                .virginia .gurugram .bestCRM_aus .feat-discription, .virginia .delhi .delhiCtaSec .feat-discription {
                    text-align-last: center;
                    font-size: 18px;
                }

                .virginia .gurugram .margin_left_rgt_fifty {
                    width: 90%;
                }

                .virginia .gurugram .stream_line_leads .leadBoxes {
                    padding: 80px 50px 70px 50px;
                    width: 95%;
                    margin: -40px auto 40px auto;
                    border-width: 2px;
                }

                .virginia .gurugram .stream_line_leads .blueBtnShape {
                    width: 50%;
                }

                .virginia .amw {
                    text-align-last: center;
                    margin-bottom: 40px;
                }

                .virginia .gurugram .y_choose_ssCrm_in_gurugram {
                    background-color: #fff;
                }

                .virginia .stream_line_leads {
                    padding-bottom: 0;
                    border-bottom: 0;
                }

                .virginia .gurugram .delhi .delhiCtaSec {
                    background-color: #F5F4F4;
                }

                /* california page css starts from here */

                .california .blueBg {
                    background-image: url("./../images/crm-page/california_banner.jpg");
                    background-size: cover;
                }

                .california .blueBg .subHead {
                    color: #fff;
                    margin-bottom: 18px;
                }

                .california .blueBg .landing_page_form .signUpView .crm_blue_btn {
                    background-color: #007779;
                    border-color: #007779;
                }

                .california .blueBg .landing_page_form .signUpView .crm_blue_btn:hover {
                    color: #fff;
                    background-color: #007779 !important;
                }

                .california .blueBg .lead_heading .btn_container .crm_yellow_btn {
                    background-color: #007779;
                    color: #fff;
                    padding: 20px 72px;
                }

                .california .blueBg .lead_heading .btn_container .crm_yellow_btn:hover {
                    background-color: #fff;
                    color: #007779;
                }

                .california .blueBg .lead_heading .btn_container .crm_black_btn, .texas .blueBg .btn_container .crm_black_btn {
                    padding: 20px 52px;
                    border-radius: 2px;
                    background-color: transparent;
                    border-color: #fff;
                    margin-right: 0;
                    font-family: helvetica;
                    font-size: 14px;
                    font-weight: bold;
                }

                .california .blueBg .lead_heading .btn_container .crm_black_btn:hover {
                    background-color: #fff;
                    color: #131415;
                }

                .california .small_business_first_sec .btn_text_section {
                    border-bottom: none;
                }

                .california .btn_text_section .row .col-md-4:nth-child(2) {
                    padding-left: 50px;
                }

                .california .btn_text_section .row .col-md-4:nth-child(3) {
                    padding-left: 35px;
                }

                .california .fc {
                    margin-top: 40px;
                    min-height: 209px;
                }

                .california .fc img {
                    margin-bottom: 10px;
                    width: 40px;
                    height: 40px;
                }

                .california .delhi .delhiCtaSec {
                    background: linear-gradient(90deg, #2a1b3d, #131415);
                    border: 12px solid #fff;
                }

                .california .delhi .delhiCtaSec .feat-discription {
                    font-size: 18px;
                }

                .california .delhi .delhiCtaSec .crm_black_btn {
                    background-color: #fff;
                    color: #007779;
                    border-color: #fff;
                    padding: 20px 42px;
                    border-radius: 4px;
                    margin-right: 0;
                    font-size: 14px;
                    font-family: 'Helvetica';
                    font-weight: bold;
                }

                .california .delhi .delhiCtaSec .crm_black_btn:hover {
                    background-color: transparent;
                    color: #fff;
                }

                .california .dubai .imple_crm_aus {
                    padding-bottom: 0;
                }

                .california .dubai .imple_crm_aus .row figure {
                    height: 430px;
                    padding: 70px 20px 20px 20px;
                }

                .california .delhi .ctaSecondSec {
                    background-color: #111E38;
                }

                .california .delhi .ctaSecondSec .crm_black_btn {
                    background-color: #007779;
                    color: #fff;
                    border-color: #007779;
                }

                .california .delhi .ctaSecondSec .crm_black_btn:hover {
                    border-color: #fff;
                }

                .california .googleAdWords {
                    padding-top: 100px;
                    padding-bottom: 60px;
                    background-color: #e0e5ec;
                    margin-top: -40px;
                }

                .california .googleAdWords .newHeadings {
                    font-size: 49px;
                }

                /*                 
                .california .googleAdWords a {
                    display: block;
                    height: 59px;
                    width: 245px;
                    margin: auto;
                    background-color: #007779;
                    color: #fff;
                    line-height: 60px;
                    font-family: helvetica;
                    font-size: 14px;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin-top: 30px;
                    border-radius: 4px;
                    transition: all 0.3s;
                    border: 1px solid #007779;
                }
                
                .california .googleAdWords a:hover {
                    background-color: transparent;
                    color: #007779;
                } */

                .california .ss-offer .most_valued_customer {
                    background-color: #fff;
                    border-bottom: none;
                    padding-bottom: 0;
                }

                .california .ss-offer .most_valued_customer ul li img {
                    filter: none;
                }

                .california .ss-offer .most_valued_customer ul li img, .california .ss-offer .most_valued_customer ul:nth-child(3) li:last-child img, .california .ss-offer .most_valued_customer ul:last-child li:nth-child(n - 1) img {
                    width: unset;
                    max-width: 100%;
                }

                .california .ss-offer .most_valued_customer ul:nth-child(2) li:nth-child(n-1) {
                    width: 110px;
                }

                .california .ss-offer .most_valued_customer ul {
                    margin-top: 40px;
                }

                /* texas css starts from here */

                .texas .blueBg {
                    background-image: url("./../images/crm-page/texas_banner.png");
                    height: 752px;
                }

                .texas .lead_heading .newHeadings {
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-size: 39px;
                    font-weight: 400;
                    line-height: 60px;
                }

                .texas .lead_heading .btn_container .crm_yellow_btn {
                    padding: 20px 52px;
                }

                .texas .blueBg .btn_container .crm_black_btn {
                    padding: 19px 34px;
                    border: 1px solid #fff;
                    color: #fff;
                }

                .texas .blueBg .btn_container .crm_black_btn:hover {
                    background-color: #131415;
                }

                .texas .gurugram .delhi .delhiCtaSec {
                    background-color: #F5F4F4;
                }

                .texas .btn_text_section .newHeadings, .florida .btn_text_section .newHeadings {
                    text-align: center;
                }

                .texas .y_choose_ssCrm_in_gurugram {
                    margin-bottom: 60px;
                }

                .texas .ss-feat .wBox {
                    min-height: 265px;
                    margin-top: 20px;
                }

                .texas .knw-mr {
                    font-size: 49px;
                    font-family: 'PoppinsRegular', Sans-serif;
                    color: #131415;
                    margin-top: 90px;
                }

                .texas .knw-mr b {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                }

                .texas .delhi .delhiCtaSec .feat-discription {
                    font-size: 18px;
                }

                .texas .australia .small_business_first_sec .btn_text_section:first-child {
                    padding-bottom: 0;
                }

                /* .florida landing page css starts from here */

                .florida .blueBg {
                    background-image: url("./../images/crm-page/florida_banner.png");
                    background-color: #343d4d;
                }

                .florida .lead_heading .newHeadings {
                    margin-bottom: 30px;
                }

                .florida .blueBg .covidVideoSec {
                    margin-top: 160px;
                }

                .florida .basic_feature_tabbing {
                    padding-top: 40px;
                }

                .florida .basic_feature_tabbing .newHeadings {
                    margin-bottom: 30px;
                    text-align: center;
                }

                .florida .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 291px;
                    height: 119px;
                }

                .florida .web_based_crm #tabs .newHeadings {
                    text-align: left;
                    width: 90%;
                }

                .florida .web_based_crm .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty {
                    width: 90%;
                }

                .florida .web_based_crm .australia .basic_feature_tabbing #tabs ul {
                    padding: 0;
                    list-style: none;
                }

                .florida .australia .small_business_first_sec .btn_text_section {
                    padding-bottom: 0;
                    border-bottom: none;
                }

                .florida .gurugram .bestCRM_aus .feat-discription, .florida .delhiCtaSec .feat-discription {
                    font-size: 18px;
                }

                .florida .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    padding: 24px;
                }

                .florida .web_based_crm .australia .small_business_first_sec .ma-top40 p:first-child {
                    margin-bottom: 20px !important;
                }

                .florida .gurugram .delhiCtaSec .crm_black_btn {
                    padding: 20px 76px;
                }

                /* badges css  */

                .new-badges {
                    margin: 0;
                    padding: 0;
                    margin-top: 22px;
                }

                .new-badges li {
                    background: #fff;
                    text-align: center;
                    list-style-type: none;
                    border: 1px solid #dbeaff;
                    height: 100px;
                    width: 190px;
                    line-height: 95px;
                    transition: all 0.3s;
                    border-radius: 4px;
                }

                .new-badges li:hover {
                    box-shadow: 0 10px 20px 0 #ecf4ff;
                    transform: translate(0, -2px);
                    opacity: 1 !important;
                }

                .new-badges li:last-child {
                    margin-top: 20px;
                }

                @keyframes imgMovement {
                    0% {
                        transform: translate(0px, 0px) rotate(0deg);
                    }

                    10% {
                        transform: translate(-1px, -2px) rotate(-1deg);
                    }

                    50% {
                        transform: translate(-1px, 2px) rotate(-1deg);
                    }

                    80% {
                        transform: translate(-1px, -1px) rotate(1deg);
                    }
                }

                .ncontent .featureTxtBox {
                    padding: 0px 0 0 0;
                }

                .pagelinks a {
                    color: #0155ff;
                }

                /****** ContactUS PopUp css Starts *********/

                .contactUsPopUp .leftImgSection {
                    border-radius: 5px 0 0 5px;
                    padding: 30px 20px 15px 20px;
                    /* width: 323px; */
                    width: 50%;
                    background: url("./../images/contactus_popup_Illustration.svg") right bottom no-repeat, linear-gradient(134.72deg, #0155FF 0%, #400093 100%) #0155ff;
                }

                .contactUsPopUp .leftImgSection h3 {
                    color: #FFFFFF;
                    font-family: SohoGothicProExtraBold;
                    font-size: 24px;
                    font-weight: 800;
                }

                .contactUsPopUp .leftImgSection span {
                    opacity: 0.7;
                    color: #FFFFFF;
                    font-family: Helvetica;
                    font-size: 14px;
                }

                .contactUsPopUp .leftImgSection h4 {
                    color: #FFFFFF;
                    font-family: SohoGothicProExtraBold;
                    font-size: 11px;
                    font-weight: bold;
                    padding: 30px 0 10px 0;
                }

                .contactUsPopUp .leftImgSection h5 {
                    color: #FFFFFF;
                    font-family: Helvetica;
                    font-size: 13px;
                    line-height: 22px;
                }

                .contactUsPopUp .contactUsPopupForm {
                    padding: 40px 28px 28px 28px;
                    margin: auto;
                    width: 50%;
                }

                .contactUsPopUp .contactUsPopupForm .enterYourDetails {
                    color: #1e2533;
                    font-family: SohoGothicProExtraBold;
                    font-size: 14px;
                    font-weight: bold;
                    padding-bottom: 15px;
                    text-align: left;
                }

                /****** ContactUS PopUp css Ends *********/

                /* christmas page css start here */

                .reminder-email-sec .instantFreeTrialDiv {
                    background-color: #e0e5ec;
                    margin-top: -40px;
                    padding: 0px;
                }

                .reminder-email-sec .instantFreeTrialDiv {
                    padding: 100px 0px 75px;
                }

                .reminder-email-sec .instantFreeTrialDiv p {
                    margin-bottom: 40px;
                }

                /* .reminder-email-sec .instantFreeTrialDiv a {
                    display: block;
                    Width: 267px;
                    Height: 72px;
                    background-color: #231D2D;
                    color: #fff;
                    margin: auto;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 24px;
                    border-radius: 2px;
                    line-height: 72px;
                    transition: all 0.3s;
                }
                
                .reminder-email-sec .instantFreeTrialDiv a:hover {
                    background: transparent;
                    border: 1px solid #231D2D;
                    color: #231D2D;
                }
                 */

                .christmas-wraper .shadowContainer {
                    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.18);
                    border: none;
                }

                .christmas-wraper #ss_email_frm {
                    margin-bottom: 0px;
                }

                .christmas-wraper .newHeadings {
                    max-width: 100% !important;
                    font-size: 37px;
                }

                .celebrate-inner-wraper .newHeadings {
                    text-align: left;
                }

                .activate-salezshark-crm {
                    padding: 60px 15px;
                    text-align: center;
                    position: relative;
                    background: linear-gradient(90deg, #2a1b3d, #131415);
                    border-radius: 4px;
                    margin: 0px -20px;
                }

                .activate-salezshark-crm h2 {
                    padding-bottom: 20px;
                    color: #fff;
                    margin: 0px;
                }

                .activate-salezshark-crm>p {
                    display: block;
                    margin: 0;
                    line-height: 51px;
                }

                .activate-salezshark-crm>p a {
                    background-color: #fff;
                    border: 1px solid transparent;
                }

                .activate-salezshark-crm>p a:hover {
                    border-color: #fff;
                    color: #fff;
                }

                .celebrate-inner-wraper .celebrate-top-para {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 24px;
                    letter-spacing: 0;
                }

                .ss-sparking-deals {
                    padding: 0px 30px;
                }

                .celebrate-holiday-ss {
                    padding: 50px 30px 0px;
                }

                .celebrate-holiday-ss .col-md-7 {
                    padding-right: 0px;
                }

                .celebrate-holiday-ss figure img {
                    max-width: 100%;
                    margin: auto;
                    width: auto;
                }

                .celebrate-inner-wraper .celebrate-middle-para {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    letter-spacing: 0;
                    line-height: 34px;
                    text-align: justify;
                }

                .celebrate-inner-wraper .celebrate-bottom-para {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 24px;
                    letter-spacing: 0;
                    line-height: 45px;
                }

                .celebrate-inner-wraper .celebrate-bottom-para span {
                    color: #C2070C;
                    display: block;
                    font-size: 37px;
                }

                .ss-sparking-deals h2 {
                    margin-bottom: 50px;
                    padding-top: 50px;
                }

                .ss-sparking-deals h2 span {
                    font-size: 24px;
                    display: block;
                    font-family: Helvetica;
                    font-weight: 400;
                }

                .ss-sparking-inner-box {
                    background-image: url("./../images/crm-page/christmas-bg.png") !important;
                    background-repeat: no-repeat;
                    padding: 35px 12px 50px;
                    text-align: center;
                    background-size: contain;
                    min-height: 301px;
                }

                .ss-sparking-inner-box h3 {
                    color: #fff;
                    padding: 0px 25px;
                    line-height: 50px;
                }

                .ss-sparking-inner-box h3.padding-add {
                    padding: 0px 10px;
                }

                .ss-sparking-inner-box p {
                    color: #FFFFFF;
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-size: 21px;
                    letter-spacing: 0;
                }

                .ss-white-btn {
                    display: inline-block;
                    background-color: #fff;
                    border: 1px solid #fff;
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    letter-spacing: 0;
                    padding-left: 23px;
                    padding-right: 23px;
                    height: 45px;
                    line-height: 40px;
                    border-radius: 2px;
                }

                .ss-sparking-inner-box .ss-white-btn:hover {
                    border-color: #fff !important;
                    background-color: transparent !important;
                    color: #fff !important;
                }

                ._offer-expire {
                    color: #131425;
                    font-family: Helvetica;
                    font-size: 10px;
                    text-align: right;
                    padding-top: 20px;
                }

                .boost-your-business {
                    padding: 50px 35px 0px;
                }

                .boost-your-business h2 {
                    text-align: left;
                }

                .boost-para {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    letter-spacing: 0;
                    text-align: left;
                }

                .boost-your-business .covidVideoSec::before, .boost-your-business .covidVideoSec::after {
                    display: none;
                }

                .boost-your-business .covidVideoSec {
                    margin-top: 40px;
                }

                #christmasOffer {
                    padding-bottom: 0px;
                }

                .christmas-wraper .boost-your-business .covidVideoSec iframe {
                    left: 0 !important;
                    width: 100% !important;
                    height: 100% !important;
                }

                .boost-your-business figure img {
                    min-height: 600px;
                }

                .notify-me {
                    padding: 40px 0px 0px;
                }

                .notify-me>div {
                    font-size: 0px;
                }

                .email-input {
                    border: 1px solid #CED4DA;
                    background-color: #FFFFFF;
                    height: 52px;
                    display: inline-block;
                    vertical-align: top;
                    min-width: 50%;
                    padding: 0px 15px 0px 40px;
                    font-size: 16px;
                    color: #808fa5;
                    border-radius: 4px 0px 0px 4px;
                }

                .notify-btn {
                    background-color: #000000;
                    color: #FFFFFF;
                    font-size: 18px !important;
                    letter-spacing: 0;
                    font-family: Helvetica;
                    padding: 0px 25px !important;
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    line-height: 52px;
                    border-radius: 0px 4px 4px 0px;
                }

                .notify-btn::placeholder {
                    color: #B3BCC9;
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-size: 18px;
                    letter-spacing: 0;
                }

                .notify-btn:hover {
                    color: #fff;
                }

                .why-choose-ss {
                    background: #E0E5EC;
                    padding: 50px 55px 50px;
                    margin: 0px -20px;
                }

                .blank-div {
                    height: 35px;
                }

                .choose-ss-list {
                    list-style: none;
                    padding-left: 0px;
                    padding-top: 40px;
                    display: flex;
                }

                .choose-ss-list li {
                    display: inline-block;
                    margin-right: 30px;
                    width: 25%;
                    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.18);
                    border-radius: 4px;
                    background-color: #fff;
                    padding: 25px;
                    vertical-align: top;
                }

                .choose-ss-list li:last-child {
                    margin-right: 0px;
                }

                .choose-ss-list li figure {
                    margin-bottom: 30px;
                }

                .choose-ss-list li h3 {
                    margin-bottom: 20px;
                    color: #131415;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 24px;
                    text-align: left;
                    letter-spacing: 0;
                    line-height: 30px;
                    min-height: 60px;
                    font-weight: 800;
                }

                .choose-ss-list li p {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    letter-spacing: 0;
                    line-height: 30px;
                    text-align: left;
                }

                .australia .christmas-bg {
                    background-image: url('./../images/crm-page/banner_image.png');
                }

                .christmas-banner {
                    position: relative;
                    z-index: 1;
                }

                .christmas-wraper .feat-discription {
                    line-height: 24px !important;
                }

                .banner-content-box p {
                    color: #FFFFFF;
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-size: 24px;
                    letter-spacing: 0;
                    margin-bottom: 15px;
                }

                .banner-content-box h3 {
                    color: #FFFFFF;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    letter-spacing: 0;
                    line-height: 60px;
                    font-weight: 800;
                }

                .timer-paragraph {
                    font-family: Helvetica;
                    font-size: 18px;
                    letter-spacing: 0;
                    line-height: 34px;
                    text-align: justify;
                }

                .ss-christmas-timer {
                    padding: 30px 35px 0px;
                }

                #christmasOffer {
                    text-align: center;
                    padding-bottom: 40px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    color: #d83f3f;
                    font-size: 39px;
                }

                #christmasOffer>div {
                    display: inline-block;
                    margin-right: 70px;
                    color: #A8061A;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 79px;
                    letter-spacing: 0;
                    font-weight: 800;
                    padding: 0px 5px;
                }

                #christmasOffer>div span {
                    display: block;
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    letter-spacing: 0;
                }

                #christmasOffer>div:last-child {
                    margin-right: 0px;
                }

                .star-animation {
                    animation: rotate 3s linear infinite;
                    position: relative;
                    left: 9px
                }

                @keyframes rotate {
                    100% {
                        transform: rotate(360deg);
                    }
                }

                .mobile-img {
                    display: none;
                }

                .serve-client-any-time {
                    background: #F5F5F5;
                    padding: 50px 35px 50px;
                    margin: 0px -20px;
                }

                .serve-client-any-time h2 {
                    margin-bottom: 40px;
                }

                .pb-20 {
                    padding-bottom: 20px;
                }

                .serve-client-any-time .featuresofCRM {
                    text-align: left;
                }

                .serve-client-any-time .featuresofCRM h3 {
                    margin: 20px 0px;
                    color: #131415;
                    font-family: 'PoppinsExtraBold', sans-serif;
                    font-size: 24px;
                    font-weight: 800;
                    font-weight: 800;
                }

                .serve-client-any-time .featuresofCRM p {
                    font-weight: 400;
                    line-height: 30px !important;
                    padding-right: 40px;
                }

                /* georgia page css starts from here */

                .georgia .blueBg {
                    background-image: url('./../images/crm-page/georgia_banner.png');
                    background-repeat: no-repeat;
                    height: 696px;
                    background-color: #6a7ead;
                }

                .georgia .blueBg .btn_container .crm_yellow_btn {
                    padding: 20px 16px;
                }

                .georgia .lead_heading h3, .georgia .lead_heading .newHeadings {
                    color: #fff;
                }

                .georgia .lead_heading .newHeadings {
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-weight: normal;
                }

                .georgia .blueBg .btn_container .crm_black_btn {
                    background-color: transparent;
                    border-color: #fff;
                    margin-right: 0;
                    color: #fff;
                    transition: all 0.3s;
                    padding: 20px 35px;
                }

                .georgia .blueBg .btn_container .crm_black_btn:hover {
                    background-color: #fff;
                    color: #131415;
                }

                .georgia .australia .basic_feature_tabbing {
                    padding-top: 0;
                    padding-bottom: 0;
                    border-bottom: 0;
                }

                .georgia .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    margin-bottom: 0;
                }

                .georgia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul {
                    padding-left: 0;
                }

                .georgia .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty {
                    width: 90%;
                }

                .georgia .australia .small_business_first_sec .ma-top40 p:first-child {
                    margin-bottom: 30px !important;
                }

                .georgia .padt-30 {
                    padding-top: 40px !important;
                }

                .georgia .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    height: 121px;
                }

                .georgia .australia .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    background: #eff0f0;
                }


                .georgia .wcta_btn .ss-white-btn {
                    font-weight: bold;
                    font-size: 14px;
                    /* padding: 15px 23px; */
                }

                .georgia .new-york {
                    margin-top: 60px;
                }

                .georgia .new-york ul li {
                    margin-bottom: 0 !important;
                }

                .georgia .bestCRM_aus {
                    border: 0;
                }

                /* Pennsylvania landing page css starts */

                .pennsylvania .blueBg {
                    background-image: url('./../images/crm-page/pennsylvania_banner.png');
                }

                .pennsylvania .australia .bestCRM_aus {
                    background-color: #131415;
                    margin-top: 50px;
                }

                .pennsylvania .australia .bestCRM_aus::after, .pennsylvania .australia .bestCRM_aus::before, .ohio .australia .bestCRM_aus::before, .ohio .australia .bestCRM_aus::after {
                    display: none;
                }

                .pennsylvania .lead_mngment_p .featureHeading, .pennsylvania .acc_cont_p .featureHeading, .pennsylvania .virginia .gurugram .delhi .delhiCtaSec, .ohio .new-york, .newJersey .ss-feat .wBox {
                    margin-top: 60px;
                }

                .pennsylvania .lead_mngment_p .col-md-8 {
                    padding-right: 40px;
                }

                .pennsylvania .lead_mngment_p .col-md-4 figure img, .pennsylvania .acc_cont_p .col-md-4 figure img {
                    margin-top: 180px;
                }

                .pennsylvania .opportunities_mangment .col-md-4 figure img, .pennsylvania .sales_funnel .col-md-4 figure img, .pennsylvania .doc_cont_mngmt .col-md-4 figure img {
                    margin-top: 130px;
                }

                .pennsylvania .australia .small_business_first_sec .btn_text_section {
                    border-bottom: 0;
                    padding-bottom: 0;
                }

                /* ohio page css starts */

                .ohio .blueBg {
                    background-image: linear-gradient(to bottom right,#4cb0fe 20%,#00eefd);
                    height: auto;
                    width: auto;
                    padding-top: 80px;
                    padding-bottom: 120px;
                    background-color: #0ae2fe;
                }

                .ohio .blueBg .lead_heading h3 {
                    margin-bottom: 10px;
                }

                .ohio .blueBg .lead_heading .newHeadings {
                    font-size: 24px;
                }

                /* .ohio .blueBg figure img {
                    margin-top: 100px;
                } */

                .ohio .texas .blueBg .btn_container .crm_black_btn {
                    background-color: #fff;
                    color: #131415;
                    padding: 19px 42px;
                }

                .ohio .texas .blueBg .btn_container .crm_black_btn:hover {
                    background-color: transparent;
                }

                .ohio .australia .bestCRM_aus {
                    background-color: #131415;
                }

                .ohio .georgia .wcta_btn {
                    margin-top: 30px;
                }

                .ohio .georgia .wcta_btn .crm_yellow_btn:hover {
                    background-color: #36373a;
                }

                .ohio .texas .lead_heading .btn_container .crm_yellow_btn {
                    padding: 20px 26px;
                }

                /* new-jersey landing page css starts from here */

                .newJersey .blueBg {
                    background-image: url('./../images/crm-page/new-jersey-banner.png');
                    background-color: #7c9ac0;
                }

                .newJersey .lead_heading h3 {
                    margin-bottom: 0px;
                    color: #131415;
                }

                .newJersey .texas .lead_heading .newHeadings {
                    font-size: 24px;
                    color: #131415;
                }

                .newJersey .texas .blueBg .btn_container .crm_black_btn {
                    padding: 19px 42px;
                }

                .newJersey .ss-feat .margin_left_rgt_fifty {
                    width: 95%;
                }

                .newJersey .lead_mngment_p .col-md-8 {
                    padding-right: 15px;
                }

                .newJersey .acc_cont_p .col-md-8 {
                    padding-right: 30px;
                }

                .newJersey .texas .lead_heading .btn_container .crm_yellow_btn {
                    padding: 20px 26px;
                }

                .parent_secondry_btn, .contact-us-wrapper .contact-us .ss-buttons, .cta-sec .ss-buttons {
                    min-width: 160px;
                }

                /* new-jersey css ends */

                /* delaware css starts from here */

                .delaware-main-wrapper .blueBg {
                    background-image: url('./../images/crm-page/delaware_banner_img.png');
                    background-color: #fff;
                    height: 592px;
                }

                .delaware-main-wrapper .shadowContainer {
                    padding-top: 0;
                }

                .delaware-main-wrapper .feature-wrapper {
                    padding-bottom: 60px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .delaware-main-wrapper .lead_heading .newHeadings, .delaware-main-wrapper .lead_heading h3 {
                    color: #131415;
                }

                .delaware-main-wrapper .lead_heading .newHeadings {
                    margin-bottom: 0;
                }

                .delaware-main-wrapper .lead_mngment_p .col-md-4 figure img, .delaware-main-wrapper .acc_cont_p .col-md-4 figure img {
                    margin-top: 100px;
                }

                .delaware-main-wrapper .lead_mngment_p .newHeadings, .delaware-main-wrapper .acc_cont_p .newHeadings {
                    margin-top: 60px;
                }

                .delaware-main-wrapper .lead_mngment_p .newHeadings {
                    text-align: right;
                }

                .delaware-main-wrapper .lead_mngment_p .col-md-8 {
                    padding-left: 52px;
                }

                .delaware-main-wrapper .lead_mngment_p .feat-discription {
                    text-align-last: right;
                }

                .contact-us-wrapper {
                    background-color: #e0e5ec;
                    padding-top: 90px;
                    padding-bottom: 60px;
                    margin-top: -30px;
                }

                .contact-us-wrapper .contact-us {
                    text-align: center;
                }

                .delaware-main-wrapper .shadowContainer, .newJersey .shadowContainer {
                    margin-bottom: 0;
                }

                .clients-wrapper {
                    padding-top: 60px;
                    padding-bottom: 60px;
                }

                .clients-wrapper .newHeadings {
                    margin-bottom: 30px;
                }

                .clients-wrapper ul {
                    list-style: none;
                    padding: 0;
                    text-align: center;
                    margin-bottom: 0;
                }

                .clients-wrapper ul li {
                    display: inline-block;
                    border-radius: 4px;
                    background-color: #fff;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                    height: 80px;
                    line-height: 80px;
                    width: 180px;
                    margin-right: 20px;
                    margin-bottom: 20px;
                }

                .clients-wrapper ul li img {
                    max-width: 100%;
                }

                .parent_secondry_btn {
                    background-color: #8763ac;
                    border: 1px solid #8763ac;
                }

                .parent_secondry_btn:hover {
                    background-color: rgba(135, 99, 172, .8);
                    color: #fff;
                }

                /* delware css ends */

                /* massachusetts css starts from here */

                .massachusetts-wrapper .blueBg {
                    background-image: url('./../images/crm-page/massachusetts_banner.png');
                    background-color: #432e59;
                    position: relative;
                }

                .massachusetts-wrapper .lead_heading, .wisconsin-wrapper .lead_heading {
                    padding: 40px 0 0 40px !important;
                }

                .massachusetts-wrapper .lead_heading .newHeadings, .wisconsin-wrapper .lead_heading .newHeadings {
                    font-size: 24px;
                    margin-bottom: 10px;
                }

                .massachusetts-wrapper .mas_carousal_wrapper {
                    margin-bottom: 60px;
                }

                .massachusetts-wrapper .mas_carousal_wrapper .mas_bck_img {
                    background-image: url('./../images/crm-page/mas_slider_bck_img.png');
                    height: 296px;
                    width: 100%;
                    padding: 60px 0;
                }

                .massachusetts-wrapper .mas_carousal_wrapper .mas_bck_img .newHeadings {
                    color: #fff;
                }

                .massachusetts-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    margin-top: 0;
                }

                .massachusetts-wrapper .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    text-align: left;
                    color: #000000;
                    padding-top: 30px;
                    margin-top: 0;
                }

                .massachusetts-wrapper .mas_slider {
                    width: 90%;
                    margin: auto;
                    box-shadow: 0 1px 39px 5px rgb(0 0 0 / 18%);
                    margin-top: -60px;
                    z-index: 1;
                }

                .massachusetts-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 430px !important;
                }

                .massachusetts-wrapper .pune {
                    border-top: 1px solid #DBEAFF;
                    padding: 60px 0 30px 0;
                    border-bottom: 1px solid #DBEAFF;
                }

                .massachusetts-wrapper .pune .featuresofCRM .newHeadings {
                    text-align: left;
                    width: 100%;
                }

                .massachusetts-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child {
                    border-right: none;
                }

                .massachusetts-wrapper .pune .feature_explained .margin_left_rgt_fifty {
                    width: 80%;
                }

                .massachusetts-wrapper .pune .featureHeading::before {
                    background-image: url("./../images/crm-page/pweb-tick.png") !important;
                }

                .massachusetts-wrapper .dubai .sliderD .flic-carousel .flickity-prev-next-button.next {
                    right: 15% !important;
                }

                .massachusetts-wrapper .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    left: 15% !important;
                }

                /* wisconsin css starts */

                .wisconsin-wrapper .blueBg {
                    background-image: url('./../images/crm-page/wisconsin_banner.png');
                    background-color: #432e59;
                    position: relative;
                }

                .wisconsin-wrapper .points-wrapper {
                    margin-bottom: 40px;
                    margin-top: 60px;
                }

                .wisconsin-wrapper .lead_heading .newHeadings {
                    text-align: left;
                    color: #fff;
                    font-family: 'PoppinsRegular', Sans-serif;
                    font-weight: normal;
                }

                .wisconsin-wrapper .sales_force_automation .crm .shadowContainer .sales_force_benefits .row .featureHeading {
                    color: #D83F87;
                }

                .wisconsin-wrapper .sales_force_automation .crm .shadowContainer .sales_force_benefits .margin_left_rgt_fifty .row:first-child .col-md-4:first-child {
                    padding-left: 15px;
                }

                .wisconsin-wrapper .sales_force_benefits .row .col-md-4 {
                    padding-right: 40px;
                }

                .wisconsin-wrapper .sales_force_automation .crm .shadowContainer {
                    margin-top: -40px;
                    box-shadow: 0 1px 39px 5px rgb(0 0 0 / 18%);
                }

                .wisconsin-wrapper .web_based_crm .basic_feature_tabbing .lmBox {
                    background-color: transparent;
                }

                .wisconsin-wrapper .web_based_crm .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty {
                    width: 88%;
                }

                .wisconsin-wrapper .web_based_crm .lmBox {
                    padding: 40px 50px 0px 50px;
                    min-height: 280px;
                    margin-bottom: 0;
                }

                .wisconsin-wrapper .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
                    background-color: #131415 !important;
                }

                .wisconsin-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
                    background: #f2f2f5 !important;
                }

                .wisconsin-wrapper .gurugram .y_choose_ssCrm_in_gurugram {
                    background-color: #fff;
                }

                .wisconsin-wrapper .gurugram .y_choose_ssCrm_in_gurugram .bussinessCRM .row .col-md-8 {
                    padding-right: 50px;
                }

                /* washington css starts */

                .washington .blueBg {
                    background-image: url('./../images/crm-page/washingto_banner.png');
                    background-color: #dbd2c8;
                }

                .washington .blueBg .lead_heading .newHeadings {
                    font-size: 24px;
                    line-height: 33px;
                }

                .washington .lead_heading h3, .washington .blueBg .lead_heading .newHeadings {
                    color: #1d1e1f;
                }

                .washington .australia .small_business_first_sec .btn_text_section {
                    padding-bottom: 60px !important;
                }

                .washington .lowCost .btn_text_section:last-child {
                    padding-top: 0;
                    border-bottom: 0;
                }

                .washington .sales_force_automation .crm .shadowContainer {
                    margin-top: -40px;
                    box-shadow: 0 1px 39px 5px rgb(0 0 0 / 18%);
                    margin-bottom: 0;
                }

                .washington .sales_force_benefits {
                    border-top: 1px solid #DDEAFF;
                }

                .washington .sales_force_benefits .newHeadings {
                    margin-bottom: 40px;
                }

                .washington .sales_force_automation .crm .shadowContainer .sales_force_benefits .row .col-md-4 {
                    padding-right: 30px;
                }

                .washington .sales_force_automation .crm .shadowContainer .sales_force_benefits .row .featureHeading {
                    height: 66px;
                    color: #D83F87;
                }

                .washington .sales_force_automation .crm .shadowContainer .sales_force_benefits .row:last-child .featureHeading {
                    height: unset;
                }

                .washington .pennsylvania .australia .bestCRM_aus {
                    margin-top: 0;
                }

                .washington .georgia .wcta_btn .ss-white-btn {
                    padding: 15px 50px;
                }

                .washington .ss-feat {
                    margin-top: 60px;
                }

                .washington .newJersey .ss-feat .wBox {
                    margin-top: 40px;
                }

                .washington .texas .ss-feat .wBox {
                    min-height: 354px;
                }

                /* connecticut css starts */

                .connecticut-wrapper .blueBg {
                    background-image: url('./../images/crm-page/connecticut_banner.png');
                    background-color: #d1d7dd;
                    position: relative;
                    height: 660px;
                }

                .connecticut-wrapper .blueBg .lead_heading {
                    padding: 160px 0 0 0px;
                }

                .connecticut-wrapper .blueBg .lead_heading {
                    text-align: center;
                }

                .connecticut-wrapper .texas .ss-feat .margin_left_rgt_fifty, .tenessee-wrapper .ss-feat .margin_left_rgt_fifty {
                    width: 94%;
                }

                .connecticut_slider_wrapper {
                    background-color: #EFF2F7;
                }

                .connecticut_slider_wrapper .newHeadings {
                    text-align: left;
                    margin-top: 60px;
                }

                .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-7 {
                    padding-right: 0;
                }

                .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 555px !important;
                }

                .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-5 {
                    padding-left: 0;
                }

                .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-5 img {
                    min-height: 850px;
                }

                .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    margin-top: 0px;
                    padding-top: 10px;
                }

                .connecticut-wrapper .bussinessCRM .bussiness_slider_section .testimonialViewNew .newHeadings, .connecticut-wrapper .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                    color: #131415;
                    margin-bottom: 10px;
                }

                .connecticut-wrapper .dubai .sliderD .newZealand .slider_section .flic-carousel .carousel-cell img {
                    height: unset;
                    width: unset;
                    margin-top: 20px;
                }

                .connecticut-wrapper .dubai {
                    background-color: #EFF2F7;
                }

                .connecticut-wrapper .dubai .sliderD .testimonialViewNew {
                    background-color: #EFF2F7;
                }

                .connecticut-wrapper .dubai .sliderD .flic-carousel .flickity-prev-next-button {
                    display: none;
                }

                .connecticut-wrapper .dubai .sliderD .flic-carousel .flickity-page-dots {
                    bottom: 4%;
                    left: 7%;
                    text-align: left;
                }

                .connecticut-wrapper .bussinessCRM .bussiness_slider_section .testimonialViewNew .feat-discription, .albury-wrapper .blueBg .lead_heading .newHeadings {
                    text-align: left;
                }

                /* tennessee css starts from here */

                .tenessee-wrapper .blueBg {
                    background-image: url('./../images/crm-page/tennessee_banner.png');
                    background-color: #060617;
                    position: relative;
                    height: 750px;
                }

                .tenessee-wrapper .blueBg .poppinsRegular24, .scarolina-wrapper .blueBg .poppinsRegular24 {
                    color: #fff;
                }

                .tenessee-wrapper .washington .ss-feat {
                    margin-top: 40px;
                    padding-bottom: 60px;
                }

                .tenessee-wrapper .ss-feat .wBox img {
                    margin-bottom: 30px;
                }

                .tenessee-wrapper .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 240px;
                    height: 74px;
                }

                .tenessee-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    line-height: 14px;
                }

                .tenessee-wrapper .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul li {
                    list-style-type: none;
                    margin-bottom: 10px;
                }

                .tenessee-wrapper #tabs .newHeadings {
                    text-align: left;
                    width: 100%;
                }

                .tenessee-wrapper .australia .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul {
                    padding-left: 42px;
                }

                .tenessee-wrapper .comparision .newHeadings {
                    margin-bottom: 30px;
                }

                .tenessee-wrapper .comparision .row, .company-tools-wrapper .comparision .row {
                    overflow: auto;
                }

                /* utha css starts from here */

                .utah-wrapper .blueBg {
                    background-image: url('./../images/crm-page/utah_banner.png');
                }

                .utah-wrapper .washington .ss-feat {
                    margin-top: 20px;
                }

                .utah-wrapper .points-wrapper {
                    margin-bottom: 0;
                }

                .utah-wrapper .wBox {
                    min-height: 688px;
                }

                .helveticaHeading24px {
                    color: #2A1B3D;
                    font-family: Helvetica;
                    font-size: 24px;
                    font-weight: bold;
                }

                .faster_info_wrapper .faster_info_wrapper_divs {
                    margin-bottom: 60px;
                }

                .faster_info_wrapper .faster_info_wrapper_divs:last-child {
                    margin-bottom: 0;
                }

                .faster_info_wrapper .faster_info_wrapper_divs .margin_left_rgt_fifty {
                    width: 75%;
                }

                .faster_info_wrapper .faster_info_wrapper_divs .helveticaHeading24px {
                    margin-bottom: 30px;
                }

                .faster_info_wrapper .faster_info_wrapper_divs .feat-discription {
                    margin-top: 20px;
                    color: #74788D;
                    margin-bottom: 0;
                    line-height: 28px;
                    display: block;
                }

                .comparision, .utah-wrapper .faster_info_wrapper {
                    padding-top: 60px;
                    padding-bottom: 60px;
                    border-top: 1px solid #e0e5e6;
                    border-bottom: 1px solid #e0e5e6;
                }

                .comparision .leftFeaturePart {
                    width: 310px;
                    display: inline-block;
                    vertical-align: top;
                    margin-right: 20px;
                }

                .comparision .leftFeaturePart ul li, .comparision .rightFeaturecompare ul li {
                    border-right: 2px solid #CED4DA;
                    min-height: 401px;
                }

                .comparision .rightFeaturecompare ul li:last-child {
                    border-right: none;
                }

                .comparision .leftFeaturePart ul {
                    list-style-type: none;
                    padding: 0;
                }

                .comparision .leftFeaturePart ul li, .comparision .rightFeaturecompare ul li p:first-child {
                    color: #1D1E1F;
                    font-family: Helvetica;
                    font-size: 24px;
                    font-weight: bold;
                }

                .comparision .leftFeaturePart ul li p {
                    min-height: 39px;
                    vertical-align: top;
                }

                .comparision .rightFeaturecompare ul li p {
                    min-height: 40px;
                    vertical-align: top;
                }

                .comparision .rightFeaturecompare ul li {
                    font-size: 18px;
                    font-family: Helvetica;
                    color: #1d1e1f;
                }

                .comparision .rightFeaturecompare {
                    display: inline-block;
                    vertical-align: top;
                    width: calc(100% - 350px);
                }

                .comparision .rightFeaturecompare ul {
                    list-style-type: none;
                    display: inline-flex;
                    padding: 0;
                }

                .comparision .rightFeaturecompare ul .ss {
                    width: 208px;
                }

                .comparision .rightFeaturecompare ul .zh {
                    width: 164px;
                }

                /* Indiana css starts from here */

                .indiana-wrapper .blueBg {
                    background-image: url('./../images/crm-page/indiana_banner.png');
                }

                .indiana-wrapper .mas_slider {
                    width: 96%;
                }

                .indiana-wrapper .mas_carousal_wrapper .mas_bck_img {
                    background-image: none;
                    background-color: #EFF2F7;
                    border: 8px solid #fff;
                }

                .indiana-wrapper .mas_carousal_wrapper .mas_bck_img .newHeadings {
                    color: #131415;
                }

                .featurePoints {
                    padding-top: 60px;
                    padding-bottom: 60px;
                    background-color: #fff;
                }

                .featurePoints ul {
                    padding-top: 40px;
                }

                .featurePoints ul li {
                    position: relative;
                    margin-bottom: 20px;
                }

                .featurePoints ul li::before {
                    position: absolute;
                    content: '';
                    background-image: url('./../images/crm-page/li_tick.png');
                    height: 17px;
                    width: 20px;
                    left: -40px;
                    top: 10px;
                }

                .indiana-wrapper .featurePoints .row .col-md-6:first-child {
                    padding-right: 20px;
                }

                .indiana-wrapper .featurePoints .row .col-md-6:last-child {
                    padding-left: 50px;
                }

                .indiana-wrapper .basic_feature_tabbing {
                    margin-top: 60px;
                    border-bottom: 1px solid #e0e5e6 !important;
                }

                .indiana-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    height: 151px;
                    width: 290px;
                }

                .indiana-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    font-size: 18px;
                    font-family: 'Helvetica';
                    text-align: left;
                    padding-left: 50px;
                    padding-right: 50px;
                    padding-top: 20px;
                    padding-bottom: 60px;
                }

                .indiana-wrapper .basic_feature_tabbing #tabs .margin_left_rgt_fifty ul {
                    padding-top: 30px;
                }

                .indiana-wrapper .basic_feature_tabbing .points-wrapper .newHeadings {
                    text-align: left;
                    width: 100%;
                }

                .indiana-wrapper .basic_feature_tabbing .btn_text_section {
                    padding-top: 0;
                }

                .indiana-wrapper ._reasons_to_choose_ss .points-wrapper .lowCost .btn_text_section {
                    padding-top: 20px;
                    padding-bottom: 0;
                }

                /* .indiana-wrapper ._reasons_to_choose_ss figure {
                    margin-top: 160px;
                } */

                .indiana-wrapper .cta-sec {
                    border: 8px solid #fff;
                }

                .indiana-wrapper ._reasons_to_choose_ss li {
                    margin-bottom: 30px !important;
                }

                .indiana-wrapper .featurePoints ul li:last-child, .indiana-wrapper ._reasons_to_choose_ss li:last-child {
                    margin-bottom: 0 !important;
                }

                /* north carolina css starts from here */

                .ncarolina-wrapper .blueBg {
                    background-image: url('./../images/crm-page/ncarolina_banner.png');
                }

                .ncarolina-wrapper .basic_feature_tabbing {
                    margin-top: 0;
                    padding-top: 0;
                }

                .ncarolina-wrapper .basic_feature_tabbing .wcta_btn {
                    margin-top: 20px;
                }

                .ncarolina-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 190px;
                    height: 80px;
                }

                .ncarolina-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    padding-left: 30px;
                    padding-right: 30px;
                    padding-top: 13px;
                    line-height: 24px;
                }

                .ncarolina-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
                    background-color: #1E2533 !important;
                }

                .ncarolina-wrapper .wBox {
                    min-height: unset;
                    padding: 5px 5px 10px 5px;
                    margin-top: 0;
                }

                .ncarolina-wrapper .wBox .featureHeading {
                    margin-top: 5px;
                }

                .ncarolina-wrapper .basic_feature_tabbing .ss-buttons, .bathurst-wrapper .points-wrapper .newHeadings, .bathurst-wrapper .points-wrapper .feat-discription {
                    color: #fff !important;
                }

                .ncarolina-wrapper .dubai .imple_crm_aus {
                    padding-top: 0;
                    border-bottom: 0;
                }

                .ncarolina-wrapper .faster_info_wrapper_divs .newHeadings {
                    margin-bottom: 30px;
                }

                .ncarolina-wrapper .faster_info_wrapper_divs .featureHeading {
                    margin-top: 20px;
                }

                .ncarolina-wrapper .faster_info_wrapper_divs .feat-discription {
                    color: #131415;
                }

                .ncarolina-wrapper .faster_info_wrapper_divs figure, .benefits_points figure {
                    background-color: #fff;
                    border-radius: 50%;
                    box-shadow: 2px -3px 27px 4px rgb(179 179 179 / 25%);
                    text-align: center;
                    margin: auto;
                    width: 96px;
                    height: 96px;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                }

                .ncarolina-wrapper .australia .imple_crm_aus .setRightPadding .col-md-6:last-child {
                    padding-left: 15px;
                }

                .ncarolina-wrapper .australia .imple_crm_aus .setRightPadding .col-md-6:last-child {
                    padding-right: 50px;
                }

                .ncarolina-wrapper .australia .imple_crm_aus .setPaddingLeft .col-md-6:last-child {
                    padding-right: 50px;
                }

                .ncarolina-wrapper .california .dubai .imple_crm_aus .row figure {
                    height: unset;
                    padding: 0;
                }

                .ncarolina-wrapper .australia .basic_feature_tabbing #tabs img {
                    margin-bottom: 0;
                }

                /* south-carolina css starts from here */

                .scarolina-wrapper .blueBg {
                    background-image: url('./../images/crm-page/south-carolina-banner.png');
                    background-color: #454a58;
                }

                .scarolina-wrapper .top_part .benefits_display {
                    margin-top: -40px;
                }

                .scarolina-wrapper .top_part .col-md-4, .scarolina-wrapper .bottomPart .col-md-6 {
                    padding-left: 30px;
                    padding-right: 30px;
                }

                .scarolina-wrapper .bottomPart {
                    width: 70%;
                }

                .scarolina-wrapper .benefits_display figure {
                    margin-bottom: 30px;
                }

                .scarolina-wrapper .benefits_display .featureHeading {
                    min-height: 70px;
                }

                .scarolina-wrapper .mas_carousal_wrapper {
                    margin-bottom: 0;
                }

                .scarolina-wrapper .clients-wrapper {
                    border-bottom: 1px solid #e0e5e6;
                }

                .scarolina-wrapper .washington .ss-feat, .bathurst-wrapper .ss-feat, .bathurst-wrapper .wBox {
                    margin-top: 0;
                }

                .scarolina-wrapper .wBox {
                    min-height: 360px;
                }

                .scarolina-wrapper .mas_carousal_wrapper .mas_bck_img {
                    height: unset;
                    padding-bottom: 80px;
                }

                /* Albury css starts from here */

                .albury-wrapper .blueBg {
                    background-image: url('./../images/crm-page/albury_banner.png');
                    background-color: #c4cad0;
                }

                .albury-wrapper .blueBg .lead_heading h3, .albury-wrapper .blueBg .lead_heading .newHeadings, .bathurst-wrapper .blueBg .lead_heading h3 {
                    color: #131415;
                }

                .albury-wrapper .points-wrapper {
                    padding-bottom: 60px;
                    border-bottom: 1px solid #e0e5e6;
                    margin-bottom: 0;
                }

                .albury-wrapper .ss-feat .margin_left_rgt_fifty {
                    width: 90%;
                }

                .albury-wrapper .wBox {
                    margin-top: 0;
                    margin-bottom: 40px;
                    min-height: 693px;
                }

                .albury-wrapper .ss-feat .col-md-6 .wBox:last-child {
                    margin-bottom: 0;
                }

                .albury-wrapper .wBox .magentaRightTick li {
                    margin-bottom: 30px;
                }

                .albury-wrapper .ss-feat .newHeadings {
                    margin-bottom: 30px;
                }

                /* Bathurst css starts from here */

                .bathurst-wrapper .blueBg {
                    background-image: url('./../images/crm-page/bathurst_banner.png');
                    background-color: #d8dee4;
                }

                .bathurst-wrapper .points-wrapper {
                    background-color: #2A1B3D;
                    margin-bottom: 0px;
                    margin-top: 0px;
                    padding-top: 60px;
                    padding-bottom: 60px;
                }

                .bathurst-wrapper .points-wrapper .newHeadings {
                    text-align: left;
                }

                .bathurst-wrapper .delaware-main-wrapper .lead_mngment_p .col-md-4 figure img, .bathurst-wrapper .delaware-main-wrapper .acc_cont_p .col-md-4 figure img {
                    margin-top: 0;
                }

                .bathurst-wrapper .acc_cont_p .col-md-8 {
                    padding-right: 52px;
                }

                .bathurst-wrapper .clients-wrapper {
                    border-bottom: 1px solid #e0e5e6;
                }

                /* Neveda css starts from here */

                .nevada-wrapper .blueBg {
                    background-image: url('./../images/crm-page/nevada_banner.png');
                    background-color: #422b51;
                }

                .nevada-wrapper .ss-feat {
                    margin-top: 20px;
                }

                .nevada-wrapper .wBox {
                    min-height: 421px;
                    margin-top: 30px;
                }

                .nevada-wrapper .PunebussinessGrowth .newHeadings small {
                    color: #131415;
                }

                .nevada-wrapper .PunebussinessGrowth .margin_left_rgt_fifty {
                    width: 85%;
                }

                .nevada-wrapper .PunebussinessGrowth .featureHeading {
                    color: #D83F87;
                }

                .nevada-wrapper .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    font-size: 18px !important;
                    font-family: Helvetica !important;
                }

                .nevada-wrapper .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 290px !important;
                    margin-bottom: -6px;
                }

                .nevada-wrapper .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                    margin-bottom: 60px !important;
                }

                .nevada-wrapper .basic_feature_tabbing #tabs .newHeadings {
                    text-align: left;
                    width: 100%;
                }

                .nevada-wrapper .contact-us .row, .company-tools-wrapper .topContactUs .row {
                    display: flex;
                    flex-wrap: wrap;
                    width: 80%;
                    align-items: center;
                    margin: auto;
                }

                .nevada-wrapper .contact-us .newHeadings {
                    text-align: left;
                }

                /* crm-company-tools css starts from here */

                .company-tools-wrapper .blueBg {
                    background-image: url('./../images/crm-page/crm-tools-banner.png');
                    background-color: #232525;
                    padding: 0;
                    height: 680px;
                    position: relative;
                }

                .company-tools-wrapper .blueBg .poppinsRegular24 {
                    color: #fff;
                }

                .company-tools-wrapper .sheet_track_section {
                    background-color: #F2F2F5;
                    border-left: 8px solid #fff;
                    border-right: 8px solid #fff;
                }

                .company-tools-wrapper .sheet_track_section ul li::before {
                    background-image: url('./../images/crm-page/right_black_tick.png');
                }

                .company-tools-wrapper .clients-wrapper {
                    border-bottom: 1px solid #e0e5e6;
                }

                .company-tools-wrapper .ss-feat .newHeadings {
                    margin-bottom: 0 !important;
                }

                .company-tools-wrapper .wBox {
                    min-height: 297px;
                }

                .company-tools-wrapper .ss-feat, .company-tools-wrapper .sales_Section_points {
                    margin-top: 0 !important;
                }

                .company-tools-wrapper .sales_Section_points .margin_left_rgt_fifty {
                    width: 91%;
                }

                .company-tools-wrapper .transfor_sales_section .sales_Section_points .row .col-md-4 figure {
                    margin: 30px auto auto auto;
                    height: 121px;
                    width: 121px;
                    box-shadow: 2px -3px 27px 4px rgb(179 179 179 / 25%);
                    background-color: #fff;
                    border: none;
                }

                .company-tools-wrapper .transfor_sales_section .sales_Section_points .row .col-md-4:first-child figure:after, .company-tools-wrapper .transfor_sales_section .sales_Section_points .row .col-md-4:nth-child(2) figure:after {
                    display: none;
                }

                .company-tools-wrapper .first-feat-disc {
                    text-align-last: center;
                }

                .company-tools-wrapper .salez_user .day_time_text .row .col-md-4 {
                    min-height: unset;
                }

                .company-tools-wrapper .comparision .leftFeaturePart ul li {
                    font-size: 18px;
                }

                .company-tools-wrapper .comparision .leftFeaturePart {
                    margin-right: 0;
                }

                .company-tools-wrapper .comparision .leftFeaturePart {
                    width: 180px;
                }

                .company-tools-wrapper .comparision .rightFeaturecompare ul .ss {
                    width: 218px;
                }

                .company-tools-wrapper .comparision .leftFeaturePart ul li p, .company-tools-wrapper .comparision .rightFeaturecompare ul li p {
                    margin-bottom: 10px;
                    height: 53px;
                    border-bottom: 2px solid #E0E5EC;
                    line-height: 20px;
                }

                .company-tools-wrapper .comparision .rightFeaturecompare ul li p:first-child {
                    border-bottom: none !important;
                }

                .company-tools-wrapper .comparision .leftFeaturePart ul li p:last-child, .company-tools-wrapper .comparision .rightFeaturecompare ul li p:last-child {
                    border-bottom: none !important;
                }

                .company-tools-wrapper .comparision .leftFeaturePart ul li, .company-tools-wrapper .comparision .rightFeaturecompare ul li {
                    min-height: 380px;
                }

                .company-tools-wrapper .topContactUs {
                    padding-top: 60px;
                    background-color: #F2F2F5;
                    border-left: 8px solid #fff;
                    border-right: 8px solid #fff;
                }

                .company-tools-wrapper .topContactUs .newHeadings {
                    margin-bottom: 0 !important;
                    text-align-last: left;
                }

                .company-tools-wrapper .salez_user, .queanbeyan-wrapper .delaware-main-wrapper {
                    padding-bottom: 60px;
                }

                .pricingBCK {
                    padding-top: 60px;
                    padding-bottom: 90px;
                    background-color: #F2F2F5;
                    position: relative;
                }

                .company-tools-wrapper .pricingBCK .newHeadings {
                    margin-bottom: 10px !important;
                }

                .company-tools-wrapper .pricingBCK .feat-discription {
                    display: block;
                }

                .company-tools-wrapper .subscription-plans {
                    padding-top: 0;
                    background-image: none !important;
                }

                .company-tools-wrapper .ss-extensive-support {
                    margin-top: -80px;
                }

                .company-tools-wrapper .subscription-plans ul li {
                    background-color: #fff;
                    width: 280px;
                    border: none !important;
                }

                .company-tools-wrapper .subscription-plans ul li p {
                    display: block;
                    line-height: 30px;
                }

                .company-tools-wrapper .subscription-plans ul li>div>h2 {
                    font-size: 16px;
                }

                .company-tools-wrapper .subscription-plans .planlistingDiv {
                    width: 80%;
                }

                .company-tools-wrapper .subscription-plans .ss-white-btn {
                    border-color: #d83f87;
                }

                .company-tools-wrapper .subscription-plans .ss-white-btn:hover {
                    background-color: #d83f87;
                    color: #fff !important;
                }

                .company-tools-wrapper .subscription-plans .threeColouredbntspan {
                    padding: 0px 50px;
                }

                .company-tools-wrapper .comparision .row {
                    overflow-x: hidden;
                }

                .company-tools-wrapper .subscription-plans ul li>div {
                    background-color: #fff;
                }

                .company-tools-wrapper .day_time {
                    width: 90%;
                    margin: auto;
                }

                .company-tools-wrapper .salez_user .wholeDay {
                    background-size: 340px;
                    height: 380px;
                }

                .company-tools-wrapper .salez_user .day_time .row .col-md-4 .featureHeading, .company-tools-wrapper .salez_user .day_time .row .col-md-4:nth-child(2) .featureHeading {
                    top: 30%;
                    left: 27%;
                }

                .company-tools-wrapper .subscription-plans ul li>div::before {
                    background-repeat: no-repeat;
                }

                /* Dubbo css starts from here */

                .dubbo-wrapper .blueBg {
                    background-image: url('./../images/crm-page/dubbo_banner.png');
                    background-color: #4e3045;
                }

                .dubbo-wrapper .blueBg .lead_heading {
                    padding-top: 50px !important;
                }

                .dubbo-wrapper .delaware-main-wrapper .acc_cont_p figure img, .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p figure img {
                    margin-top: 200px;
                }

                .dubbo-wrapper .delaware-main-wrapper .acc_cont_p .newHeadings {
                    text-align: right;
                }

                .dubbo-wrapper .delaware-main-wrapper .acc_cont_p .feat-discription {
                    text-align-last: right;
                }

                .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p .newHeadings, .dubbo-wrapper .sales_force_benefits .newHeadings, .ripon-wrapper .delaware-main-wrapper .lead_mngment_p .newHeadings, .ripon-wrapper .delaware-main-wrapper .acc_cont_p .newHeadings {
                    text-align: left;
                }

                .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p .feat-discription, .ripon-wrapper .delaware-main-wrapper .lead_mngment_p .feat-discription {
                    text-align-last: left;
                }

                .dubbo-wrapper .btn_text_section {
                    padding-bottom: 0 !important;
                }

                .dubbo-wrapper .feature-wrapper {
                    border-bottom: 0;
                }

                .dubbo-wrapper .sales_force_benefits .margin_left_rgt_fifty {
                    width: 85% !important;
                }

                .dubbo-wrapper .sales_force_benefits .margin_left_rgt_fifty .row:first-child {
                    margin-bottom: 30px !important;
                }

                .dubbo-wrapper .sales_force_benefits .margin_left_rgt_fifty .row:last-child {
                    margin-top: 30px;
                }

                .dubbo-wrapper .sales_force_benefits .margin_left_rgt_fifty .row .col-md-6:first-child {
                    padding-right: 30px;
                }

                .dubbo-wrapper .sales_force_benefits .margin_left_rgt_fifty .row .col-md-6:last-child {
                    padding-left: 30px;
                }

                /* ripon css starts from here */

                .ripon-wrapper .blueBg {
                    background-image: url('./../images/crm-page/ripon_banner.png');
                }

                .ripon-wrapper .points-wrapper {
                    background-color: #fff;
                }

                .ripon-wrapper .points-wrapper .feat-discription {
                    color: #131415 !important;
                }

                .ripon-wrapper .lead_heading, .queanbeyan-wrapper .lead_heading, .automation-img {
                    padding-top: 120px !important;
                }

                .ripon-wrapper .delaware-main-wrapper {
                    background-color: #F2F2F5;
                }

                .ripon-wrapper .delaware-main-wrapper .lead_mngment_p .newHeadings, .ripon-wrapper .delaware-main-wrapper .acc_cont_p .newHeadings {
                    margin-top: 0;
                }

                .ripon-wrapper .delaware-main-wrapper img {
                    margin-top: 100px !important;
                }

                .ripon-wrapper .cta-sec {
                    background-color: #2A1B3D;
                }

                .ripon-wrapper .cta-sec .newHeadings, .ripon-wrapper .cta-sec .feat-discription {
                    color: #fff;
                }

                .ripon-wrapper .wBox {
                    min-height: 900px;
                }

                /* queanbeyan lp css starts from here */

                .queanbeyan-wrapper .blueBg {
                    background-image: url('./../images/crm-page/queanbeyan_banner.png');
                }

                .queanbeyan-wrapper .lead_heading h3 {
                    margin-bottom: 10px !important;
                }

                .queanbeyan-wrapper .lead_heading .newHeadings {
                    margin-bottom: 0 !important;
                }

                .queanbeyan-wrapper .delaware-main-wrapper .lead_mngment_p .newHeadings, .queanbeyan-wrapper .delaware-main-wrapper .acc_cont_p .newHeadings {
                    text-align: left;
                }

                .queanbeyan-wrapper .delaware-main-wrapper .lead_mngment_p .feat-discription {
                    text-align-last: left;
                }

                .queanbeyan-wrapper .cta-sec {
                    background-color: #E0E5EC;
                }

                .queanbeyan-wrapper .washington .ss-feat, .queanbeyan-wrapper .delaware-main-wrapper .lead_mngment_p .col-md-4 figure img, .queanbeyan-wrapper .delaware-main-wrapper .acc_cont_p .col-md-4 figure img {
                    margin-top: 0;
                }

                .queanbeyan-wrapper .wBox {
                    min-height: unset;
                }

                .queanbeyan-wrapper .washington .ss-feat .row .col-sm-12:first-child .wBox {
                    margin-top: 0;
                }

                .queanbeyan-wrapper .right_shape_rect_top {
                    border-top: 3px solid #CED4DA;
                    width: 60%;
                    padding-bottom: 50px;
                    margin: auto;
                    position: relative;
                    left: -33%;
                    top: 36px;
                }

                .queanbeyan-wrapper .right_shape_rect_top::before {
                    position: absolute;
                    content: "";
                    width: 3px;
                    height: 690px;
                    background-color: #CED4DA;
                    left: 0;
                    top: -3px;
                }

                .queanbeyan-wrapper .right_shape_rect_top::after {
                    position: absolute;
                    content: "";
                    width: 3px;
                    height: 35px;
                    background-color: #CED4DA;
                    right: 0;
                    top: -3px;
                }

                .queanbeyan-wrapper .right_shape_rect_bottom {
                    border-top: 3px solid #CED4DA;
                    width: 60%;
                    padding-bottom: 50px;
                    margin: auto;
                    position: relative;
                    left: -33%;
                    top: 40px;
                }

                .queanbeyan-wrapper .right_shape_rect_bottom::before {
                    position: absolute;
                    content: "";
                    width: 3px;
                    height: 40px;
                    background-color: #CED4DA;
                    right: 0;
                    top: -43px;
                }

                .queanbeyan-wrapper .acc_cont_p .right_shape_rect_top {
                    border-top: 3px solid #CED4DA;
                    width: 60%;
                    padding-bottom: 50px;
                    margin: auto;
                    position: relative;
                    left: 33%;
                    top: 36px;
                }

                .queanbeyan-wrapper .acc_cont_p .right_shape_rect_top::before {
                    height: 35px;
                }

                .queanbeyan-wrapper .acc_cont_p .right_shape_rect_top::after {
                    height: 690px;
                }

                .queanbeyan-wrapper .acc_cont_p .right_shape_rect_bottom {
                    left: 33%;
                }

                .queanbeyan-wrapper .acc_cont_p .right_shape_rect_bottom::before {
                    position: absolute;
                    content: '';
                    width: 3px;
                    height: 40px;
                    background-color: #CED4DA;
                    left: 0;
                }

                .queanbeyan-wrapper .lead_mngment_p .col-md-8 {
                    padding-left: 80px;
                }

                .queanbeyan-wrapper .acc_cont_p .col-md-8 {
                    padding-right: 80px;
                }

                .queanbeyan-wrapper .delaware-main-wrapper .lead_mngment_p .newHeadings, .queanbeyan-wrapper .delaware-main-wrapper .acc_cont_p .newHeadings {
                    margin-top: 100px;
                }

                /* orange lp css starts from here */

                .orange-wrapper .blueBg {
                    background-image: url('./../images/crm-page/orange_banner.png');
                }

                .orange-wrapper .orange_slider, .orange-wrapper .dubai .sliderD .testimonialViewNew {
                    background-color: #F2F2F5;
                    position: relative;
                }

                .orange-wrapper .orange_slider .row .col-md-4 {
                    padding-right: 0;
                }

                .orange-wrapper .orange_slider .row .col-md-4 img {
                    position: absolute;
                    top: 50px;
                    left: 30px;
                    z-index: 1;
                }

                .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 464px !important;
                }

                .orange-wrapper .dubai .sliderD .flic-carousel .flickity-prev-next-button.next, .orange-wrapper .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                    display: none;
                }

                .orange-wrapper .white-strap {
                    height: 100px;
                    background-color: #fff;
                }

                .orange-wrapper .cta-sec {
                    background-color: #f2f2f5;
                }

                .orange-wrapper .cta-sec .newHeadings, .orange-wrapper .cta-sec .feat-discription {
                    color: #131415;
                }

                .orange-wrapper .dubai .sliderD .flic-carousel .flickity-page-dots {
                    left: -39%;
                    bottom: -8%;
                }

                .orange-wrapper .wBox {
                    min-height: 660px;
                }

                .orange-wrapper .wBox .featureHeading {
                    min-height: 75px;
                }

                .orange-wrapper .ss-feat .row .col-md-6:first-child .wBox:first-child, .orange-wrapper .ss-feat .row .col-md-6:last-child .wBox:first-child {
                    margin-bottom: 30px;
                }

                .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    margin-top: 60px;
                }

                .orange-wrapper .bussinessCRM .bussiness_slider_section .testimonialViewNew .newHeadings {
                    color: #131415;
                }

                /* punjab lp css starts from here */

                .punjab-wrapper .blueBg {
                    background-image: url('./../images/crm-page/punjab_banner.png');
                }

                .punjab-wrapper .lead_heading {
                    padding-top: 130px !important;
                }

                .punjab-wrapper .points-wrapper .newHeadings {
                    text-align: left;
                    margin-bottom: 0;
                }

                .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child .featureHeading:first-child::before, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:first-child .featureHeading:first-child::before, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(2) .featureHeading::before, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(3) .featureHeading::before, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(2) .featureHeading::before, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(3) .featureHeading::before {
                    background-image: url('./../images/crm-page/magentaTick.png');
                    top: 15%;
                    left: 2%;
                }

                .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child {
                    border-right: none;
                }

                .punjab-wrapper .australia .small_business_first_sec .crminAus .feature_explained .margin_left_rgt_fifty {
                    width: 82%;
                }

                .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .acc_cont_p figure img {
                    margin-top: 130px;
                }

                .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p figure img {
                    margin-top: 100px;
                }

                .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .acc_cont_p .featureHeading, .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p .featureHeading {
                    margin-top: 60px;
                }

                .punjab-wrapper .dubbo-wrapper .feature-wrapper {
                    border-bottom: 1px solid #e0e5e6;
                }

                /* marketing-bangalore lp css starts from here */

                .marketing-bangalore-wrapper .blueBg {
                    background-image: url('./../images/crm-page/marketing_bangalore_banner.png');
                }

                .marketing-bangalore-wrapper .lead_heading {
                    padding-top: 70px !important;
                }

                .marketing-bangalore-wrapper .points-wrapper .newHeadings {
                    margin-bottom: 10px;
                }

                .marketing-bangalore-wrapper .points-wrapper .featurePoints {
                    padding: 0;
                    background-color: transparent;
                }

                .marketing-bangalore-wrapper .featurePoints ul {
                    padding-top: 0px;
                    display: inline-grid;
                }

                .marketing-bangalore-wrapper .featurePoints ul li {
                    margin-bottom: 0px;
                }

                .marketing-bangalore-wrapper .featurePoints .newHeadings {
                    text-align: left;
                }

                .marketing-bangalore-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child, .marketing-bangalore-wrapper .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:first-child {
                    min-height: unset;
                }

                /* real state wrapper start from here */

                .real-state-wrapper .blueBg {
                    background-image: url('./../images/crm-page/real-state-banner.png');
                    background-color: #42566b;
                }

                .real-state-wrapper .blueBg .lead_heading {
                    padding-top: 120px !important;
                }

                .real-state-wrapper .blueBg .lead_heading .feat-discription {
                    color: #fff;
                    font-size: 20px;
                    margin-bottom: 0;
                    display: unset;
                }

                .real-state-wrapper .points-wrapper {
                    margin-bottom: 0px;
                    border-bottom: 1px solid #e0e5e6;
                    padding-bottom: 60px;
                }

                .real-state-wrapper .points-wrapper .row .col-md-4 {
                    padding-right: 30px;
                }

                .real-state-wrapper .points-wrapper .row .col-md-8 {
                    padding-left: 30px;
                }

                .real-state-wrapper .points-wrapper .row {
                    margin-top: 20px;
                }

                .real-state-wrapper .points-wrapper .row .col-md-8 .row .col-md-6:first-child div:nth-child(2), .real-state-wrapper .points-wrapper .row .col-md-8 .row .col-md-6:last-child div:nth-child(2) {
                    margin-top: 40px;
                }

                .real-state-wrapper .points-wrapper .row .col-md-8 figure {
                    margin-bottom: 10px;
                }

                .real-state-wrapper .points-wrapper .row .col-md-8 .featureHeading {
                    font-size: 20px;
                    line-height: 30px;
                }

                .real-state-wrapper .points-wrapper .row .col-md-8 .feat-discription {
                    display: unset;
                    font-weight: normal;
                }

                .real-state-wrapper .real-state-crm-helps {
                    border-bottom: none;
                }

                .real-state-wrapper .real-state-feature-listings .row .col-md-6:first-child {
                    padding-right: 50px;
                }

                .real-state-wrapper .real-state-feature-listings .row .col-md-6:last-child {
                    padding-left: 50px;
                }

                .real-state-wrapper .real-state-feature-listings .magentaRightTick {
                    margin-top: 20px;
                }

                .real-state-wrapper .magentaRightTick li::before {
                    background-image: url('./../images/crm-page/purp_tick.png');
                    background-repeat: no-repeat;
                    top: 10px;
                }

                .mob_section {
                    background-color: #E0E5EC;
                    padding-top: 60px;
                    border-right: 8px solid #fff;
                    border-left: 8px solid #fff;
                    margin-bottom: 60px;
                }

                .real-state-wrapper .mob_section .row .col-md-6:first-child {
                    padding-left: 0;
                    padding-right: 50px;
                }

                .real-state-wrapper .mob_section .row .col-md-6:last-child {
                    padding-left: 50px;
                }

                .real-state-wrapper .mas_carousal_wrapper .mas_bck_img {
                    height: unset;
                    background-color: #8763AC;
                    padding-bottom: 150px;
                }

                .real-state-wrapper .mas_carousal_wrapper .mas_bck_img .newHeadings, .real-state-wrapper .mas_carousal_wrapper .mas_bck_img .feat-discription {
                    color: #fff;
                }

                .real-state-wrapper .mas_slider {
                    box-shadow: none;
                    margin-top: -140px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .real-state-wrapper .re-benefits {
                    min-height: 320px;
                }

                .real-state-wrapper .mas_slider .row .col-md-4:first-child, .real-state-wrapper .mas_slider .row .col-md-4:nth-child(2) {
                    padding-right: 40px;
                }

                .real-state-wrapper .mas_slider .row .col-md-4:first-child .re-benefits:last-child, .real-state-wrapper .mas_slider .row .col-md-4:nth-child(2) .re-benefits:last-child, .real-state-wrapper .mas_slider .row .col-md-4:nth-child(3) .re-benefits:last-child {
                    min-height: unset;
                }

                .real-state-wrapper .re-benefits img {
                    margin-bottom: 20px;
                }

                .real-state-wrapper .ss-offer .most_valued_customer {
                    padding-bottom: 60px;
                    padding-top: 0;
                }

                .real-state-wrapper .most_valued_customer ul {
                    padding-left: 40px;
                }

                /* marketing-chennai-css starts from here */

                .marketing-chennai-wrapper .blueBg {
                    background-image: url('./../images/crm-page/marketing-chennai-bannner.png');
                }

                .marketing-chennai-wrapper .info_section {
                    border-bottom: none;
                }

                .marketing-chennai-wrapper .info_section .margin_left_rgt_fifty {
                    width: 85%;
                }

                .marketing-chennai-wrapper .text-sec .newHeadings {
                    margin-bottom: 0;
                }

                .marketing-chennai-wrapper .text-sec .feat-discription {
                    text-align: center;
                    display: block;
                }

                .marketing-chennai-wrapper .text-sec .text-alignment {
                    text-align: justify;
                    text-align-last: center;
                }

                .marketing-chennai-wrapper .box-sec .wBox {
                    min-height: 950px;
                }

                .marketing-chennai-wrapper .cta-sec {
                    border-right: 12px solid #fff;
                    border-left: 12px solid #fff;
                }

                .marketing-chennai-wrapper .sales_force_benefits .newHeadings {
                    text-align: center;
                    margin-bottom: 50px;
                }

                .marketing-chennai-wrapper .sales_force_benefits .topthirty {
                    margin-top: 30px;
                }

                /* marketing-gujarat css starts from here */

                .marketing-gujarat-wrapper .blueBg {
                    background-image: url('./../images/crm-page/marketing-gujarat-banner.png');
                }

                .marketing-gujarat-wrapper .blueBg .lead_heading {
                    padding-left: 0 !important;
                }

                .marketing-gujarat-wrapper .featurePoints, .marketing-gujarat-wrapper .featurePoints ul {
                    padding-top: 0;
                    padding-bottom: 0;
                }

                .marketing-gujarat-wrapper .featurePoints ul li {
                    margin-bottom: 0;
                }

                .marketing-gujarat-wrapper .marketing-gujarat {
                    background-color: #F2F2F5;
                    border-right: 12px solid #fff;
                    border-left: 12px solid #fff;
                    border-bottom: 0;
                }

                .marketing-gujarat-wrapper .marketing-gujarat .newHeadings {
                    margin-bottom: 50px;
                }

                .marketing-gujarat-wrapper .marketing-gujarat figure {
                    background-color: #fff;
                    width: 96px;
                    height: 96px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-bottom: 20px;
                }

                .marketing-gujarat-wrapper .sales_force_benefits .featureHeading {
                    color: #1d1e1f !important;
                    margin-top: 10px;
                }

                .marketing-gujarat-wrapper .sales_force_benefits .col-md-6:first-child {
                    padding-right: 50px;
                }

                .marketing-gujarat-wrapper .sales_force_benefits .col-md-6:last-child {
                    padding-left: 50px;
                }

                /* Armidale css starts from here */

                .armidale-wrapper .blueBg {
                    background-image: url('./../images/crm-page/armidale_banner.png');
                    background-color: #341e4d;
                }

                .armidale-wrapper .points-wrapper .newHeadings {
                    text-align: left;
                }

                .armidale-wrapper .points-wrapper .row .col-lg-8 {
                    padding-right: 50px;
                }

                .armidale-wrapper .points-wrapper .row .col-lg-4 {
                    padding-left: 0px;
                }

                .armidale-wrapper .imple_crm_aus .newHeadings {
                    text-align: left;
                    width: 100%;
                }

                .armidale-wrapper .armidale-slider {
                    background-image: url('./../images/crm-page/armidale_slider_bg.png');
                    background-repeat: no-repeat;
                }

                .armidale-wrapper .dubai .imple_crm_aus .margintop0 {
                    margin-top: 0;
                }

                .armidale-wrapper .points-wrapper {
                    border-bottom: none;
                }

                .armidale-wrapper .flic-carousel .carousel-cell img {
                    width: 50px;
                    height: 31px;
                }

                .armidale-wrapper .magentaListing li {
                    margin-bottom: 10px;
                }

                .armidale-wrapper .flic-carousel .flickity-viewport {
                    height: 426px !important;
                }

                .armidale-wrapper .flic-carousel .flickity-prev-next-button {
                    display: none;
                }

                .armidale-wrapper .flic-carousel .flickity-page-dots {
                    bottom: -4% !important;
                }

                .armidale-wrapper .flickity-page-dots .dot {
                    height: 14px;
                    width: 14px;
                }

                /* missouri css starts from here */

                .missouri-wrapper .blueBg {
                    background-image: url('./../images/crm-page/missouri_banner.png');
                }

                .missouri-wrapper .blueBg .lead_heading {
                    padding: 80px 0 0 0;
                }

                .missouri-wrapper .crminAus .feature_explained .margin_left_rgt_fifty {
                    width: 82% !important;
                }

                .missouri-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child {
                    min-height: unset;
                }

                .missouri-wrapper .crminAus .feature_explained .row {
                    margin-top: 60px;
                }

                .missouri-wrapper .btn_text_section {
                    border-bottom: 1px solid #e0e5e6 !important;
                }

                .missouri-wrapper .punjab-wrapper {
                    padding-bottom: 30px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .missouri-wrapper .comparision .rightFeaturecompare ul li p, .missouri-wrapper .comparision .leftFeaturePart ul li p {
                    border-bottom: none;
                }

                .missouri-wrapper .pricingBCK {
                    background-color: unset;
                }

                .missouri-wrapper .subscription-plans .threeColouredbntspan {
                    padding: 0 15px;
                }

                .missouri-wrapper .subscription-plans ul li {
                    width: 240px;
                    vertical-align: top;
                    position: relative;
                }

                .missouri-wrapper .subscription-plans .threeColouredbntspan a {
                    height: 40px;
                    line-height: 40px;
                    position: absolute;
                    width: calc(100% - 40px);
                    bottom: 20px;
                    margin: 40px auto auto;
                    left: 0;
                    right: 0;
                }

                .missouri-wrapper .subscription-plans ul li>div {
                    height: 170px;
                }

                .missouri-wrapper .subscription-plans ul li>div>h2 {
                    color: #1d1e1f;
                }

                .missouri-wrapper .subscription-plans .planlistingDiv {
                    width: 94%;
                }

                .missouri-wrapper .subscription-plans ul li article {
                    min-height: 300px;
                }

                .missouri-wrapper .subscription-plans ul li article h3 {
                    padding-left: 20px;
                    padding-top: 40%;
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 14px;
                    letter-spacing: 0;
                    font-weight: 700;
                    line-height: 23px;
                    white-space: normal;
                }

                .missouri-wrapper .subscription-plans {
                    margin-top: 40px;
                }

                .missouri-wrapper .subscription-plans ul li .most-pop {
                    position: absolute;
                    top: -33px;
                    display: inline-block;
                    background-color: #34c38f;
                    padding: 7px 15px;
                    width: 100%;
                    max-width: 170px;
                    margin: auto;
                    left: 0;
                    right: 0;
                    border-radius: 2px 2px 0 0;
                    text-align: center;
                    z-index: 1;
                    color: #fff;
                }

                .missouri-wrapper .subscription-plans ul li:hover .ss-white-btn {
                    background-color: #d83f87;
                    color: #fff !important;
                }

                .missouri-wrapper .pricing-notes {
                    padding-top: 25px;
                }

                .missouri-wrapper .pricing-notes a {
                    color: #d83f87;
                    text-transform: uppercase;
                    font-size: 13px;
                    line-height: 16px;
                    font-weight: 700;
                }

                .missouri-wrapper .pricing-notes .feat-discription {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 24px;
                    color: #74788d;
                    margin-bottom: 0;
                }

                /* banking crm lp css starts from here */

                .banking-wrapper .blueBg {
                    background-image: url('./../images/crm-page/banking_crm.png');
                    background-color: #504e4e;
                }

                .banking-wrapper .lead_heading {
                    padding-top: 0 !important;
                    position: relative;
                    padding-left: 0 !important;
                }

                .banking-wrapper .lead_heading .out {
                    font-size: 224px;
                    font-family: Helvetica;
                    color: #fff;
                    display: inline-block;
                    font-weight: bold;
                }

                .banking-wrapper .lead_heading .poppinsRegular24 {
                    color: #fff;
                    position: absolute;
                    right: 250px;
                    bottom: 110px;
                }

                .banking-wrapper .blueBg .run_perform_class {
                    color: #fff;
                    display: inline-block;
                    font-family: 'PoppinsExtraBold', sans-serif;
                    font-size: 61px;
                    position: absolute;
                    top: 66px;
                    right: 180px;
                    line-height: 66px;
                }

                .banking-wrapper .ss-feat .wBox {
                    min-height: 545px;
                }

                .banking-wrapper .ss-feat .wBox img {
                    margin-bottom: 20px;
                }

                .banking-wrapper .reasons_ul .imgSet {
                    margin-top: 150px;
                }

                /* sales matrics page css starts from here */

                .sales-matrics-wrapper .blueBg {
                    height: unset;
                    background-image: url('./../images/crm-page/sales-matrics-banner.png');
                    position: relative;
                }

                .sales-matrics-wrapper .blueBg .lead_heading {
                    padding: 100px 0 0 0;
                }

                .sales-matrics-wrapper .btn_text_section {
                    padding-bottom: 0 !important;
                }

                .sales-matrics-wrapper .ripon-wrapper .cta-sec {
                    border-left: 8px solid #fff;
                    border-right: 8px solid #fff;
                }

                .sales-matrics-wrapper .magentaRightTick li:last-child {
                    margin-bottom: 0;
                }

                .sales-matrics-wrapper .feature-wrapper {
                    padding-top: 60px;
                }

                .sales-matrics-wrapper .lead_mngment_p .feat-discription {
                    text-align-last: left;
                }

                .sales-matrics-wrapper .wBox {
                    min-height: unset;
                }

                /* crm for insurance agents css starts from here */

                .insurance-agents-wrapper .blueBg {
                    background-image: url('./../images/crm-page/insurance_agents_banner.png');
                    background-color: #515253;
                }

                .insurance-agents-wrapper .blueBg .lead_heading {
                    padding: 70px 0 0 0;
                }

                .insurance-agents-wrapper .insurance_section .newHeadings {
                    text-align: left !important;
                }

                .insurance-agents-wrapper .cta-sec {
                    background-color: #74788D;
                    border-right: 8px solid #fff;
                    border-left: 8px solid #fff;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section {
                    background-color: #fff;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child {
                    padding-left: 15px;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child {
                    padding-right: 15px;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points {
                    background-image: none;
                    height: unset;
                }

                .insurance-agents-wrapper .cta-sec .newHeadings, .insurance-agents-wrapper .cta-sec .feat-discription, .insurance-agents-wrapper .blueBg .lead_heading .poppinsRegular24, .insurance-agents-wrapper .blueBg .lead_heading h3 {
                    color: #fff;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo {
                    margin-top: 0;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child {
                    padding-left: 65px;
                }

                .insurance-agents-wrapper .mobApp {
                    margin-top: 30px;
                    position: relative;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne {
                    margin-top: 120px;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after {
                    content: '' !important;
                    background-image: url('./../images/crm-page/user_friendly.png');
                    background-repeat: no-repeat;
                    background-color: #8763AC;
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: center;
                    top: 0;
                    right: -33%;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                    content: '' !important;
                    background-image: url('./../images/crm-page/ai.png');
                    background-repeat: no-repeat;
                    background-color: #8763AC;
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: center;
                    top: 0;
                    right: -33%;
                }

                .insurance-agents-wrapper .mobApp:after {
                    content: '';
                    background-image: url('./../images/crm-page/mob_app.png');
                    background-repeat: no-repeat;
                    position: absolute;
                    background-color: #8763AC;
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: center;
                    top: 0;
                    right: -33%;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after {
                    content: '';
                    background-image: url('./../images/crm-page/highly_customizable.png');
                    background-repeat: no-repeat;
                    position: absolute;
                    background-color: #8763AC;
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: center;
                    top: 0;
                    left: -29%;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                    margin-top: 100px;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after {
                    content: '';
                    background-image: url('./../images/crm-page/seamless_integration.png');
                    background-repeat: no-repeat;
                    position: absolute;
                    background-color: #8763AC;
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: center;
                    top: 0;
                    left: -29%;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .feat-discription::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .feat-discription::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .feat-discription::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .feat-discription::after {
                    background-color: #fff;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section {
                    padding-bottom: 60px;
                }

                .insurance-agents-wrapper .build_effective, .mobile-crm-wrapper .competitive-edge, .mobile-crm-wrapper .mob_crm_exp_boxes {
                    border-bottom: 1px solid #e0e5e6;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-lg-6:first-child {
                    padding-right: 120px;
                }

                .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-lg-6:last-child {
                    padding-left: 65px;
                }

                /* mobile crm LP css starts from here */

                .mobile-crm-wrapper .blueBg {
                    background-image: url('./../images/crm-page/mobile_crm_banner.png');
                }

                .mobile-crm-wrapper .blueBg .lead_heading {
                    padding-top: 100px;
                }

                .mobile-crm-wrapper .mob_crm_exp_boxes .margin_left_rgt_fifty {
                    width: 80%;
                }

                .mobile-crm-wrapper .competitive-edge .margin_left_rgt_fifty, .customer-intelligence-wrapper .build_effective .margin_left_rgt_fifty {
                    width: 90%;
                }

                .mobile-crm-wrapper .competitive-edge .newHeadings, .mobile-crm-wrapper .ss-mob-crm-sec .newHeadings, .healthcare-wrapper .ss-mob-crm-sec .newHeadings {
                    text-align: left;
                }

                .mobile-crm-wrapper .competitive-edge .col-lg-7 {
                    padding-right: 0;
                }

                .mobile-crm-wrapper .competitive-edge .magentaRightTick li {
                    margin-bottom: 5px;
                }

                .mobile-crm-wrapper .mob_crm_exp_boxes .wBox {
                    min-height: 600px;
                }

                /* healthcare lp css starts from here */

                .healthcare-wrapper .blueBg {
                    background-image: url('./../images/crm-page/healthCare_banner.png');
                    background-color: #2a1b3d;
                }

                .healthcare-wrapper .feature-wrapper {
                    border-top: 1px solid #e0e5e6;
                }

                .healthcare-wrapper .magentaRightTick li {
                    margin-bottom: 5px;
                }

                /* customer-intelligence css starts from here */

                .customer-intelligence-wrapper .blueBg {
                    background-image: url('./../images/crm-page/customer_intelligence_banner.png');
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after {
                    left: -39%;
                    color: #D83F87;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                    right: -37%;
                    color: #D83F87;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne {
                    margin-top: 15px;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                    margin-top: 145px;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour {
                    margin-top: 180px;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo {
                    margin-top: 136px;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points {
                    background-image: url('./../images/crm-page/timeline_four_points.png');
                    margin-top: 0;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section {
                    background-color: #fff;
                    padding-bottom: 0;
                    border-bottom: 1px solid #e0e5e6;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child {
                    margin-top: 70px;
                }

                .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child {
                    margin-top: 80px;
                }

                .customer-intelligence-wrapper .y_choose_intelligence_soft_sec, .workflow-automation-wrapper .mob_crm_exp_boxes, .analytics-wrapper .banking-wrapper, .analytics-wrapper .mob_crm_exp_boxes {
                    border-top: 1px solid #e0e5e6;
                }

                .customer-intelligence-wrapper .y_choose_intelligence_soft_sec .margin_left_rgt_fifty {
                    width: 75%;
                }

                .customer-intelligence-wrapper .y_choose_intelligence_soft_sec .wBox {
                    min-height: 360px;
                }

                .customer-intelligence-wrapper .feature-wrapper .margin_left_rgt_fifty {
                    width: 90%;
                }

                /* crm-integrations css starts from here */

                .crm-integrations-wrapper .blueBg {
                    background-image: url('./../images/crm-page/crm_integrations_banner.png');
                    position: relative;
                    height: unset;
                }

                /* workflow-automation  css starts from here */

                .workflow-automation-wrapper .blueBg {
                    background-image: url('./../images/crm-page/workflow_automation_banner.png');
                }

                /* lead nurturing software LP css starts */

                .lead-nurturing-software-wrapper .blueBg {
                    background-image: url('./../images/crm-page/lead_nurturing_software_banner.png');
                    position: relative;
                    height: unset;
                    background-color: #3f2f53;
                }

                .lead-nurturing-software-wrapper .text-para .feat-discription {
                    text-align-last: center;
                }

                .lead-nurturing-software-wrapper .nurt-vals {
                    border-bottom: none;
                }

                .lead-nurturing-software-wrapper .nurt-vals .margin_left_rgt_fifty {
                    width: 90%;
                }

                .lead-nurturing-software-wrapper .nurt-vals .row .col-lg-6:first-child {
                    border-right: 3px dotted #CED4DA;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_left_sec, .lead-nurturing-software-wrapper .nurturing_feats_right_sec {
                    min-height: 750px;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_left_sec:last-child, .lead-nurturing-software-wrapper .nurturing_feats_right_sec:last-child {
                    min-height: 600px;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data {
                    padding-right: 40px;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data .newHeadings {
                    text-align: right;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data .feat-discription {
                    text-align: justify;
                    text-align-last: right;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_right_sec .section_for_text_heading_data .newHeadings {
                    text-align: left;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_right_sec .section_for_text_heading_data .feat-discription {
                    text-align: justify;
                }

                .lead-nurturing-software-wrapper .nurturing_feats_right_sec .section_for_text_heading_data {
                    padding-left: 40px;
                }

                .lead-nurturing-software-wrapper .lead_mngment_p .feat-discription {
                    text-align-last: left;
                }

                /* analytics css starts from here */

                .analytics-wrapper .blueBg {
                    background-image: url('./../images/crm-page/analytics_banner.png');
                }

                .analytics-wrapper .build_effective .campaign_automation_section {
                    padding-bottom: 150px;
                    background-color: #fff;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive {
                    margin-top: 150px;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                    margin-top: 100px;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour {
                    margin-top: 170px;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after {
                    left: -34%;
                    color: #8763AC;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after {
                    right: -32%;
                    top: 38%;
                    color: #8763AC;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                    right: -34%;
                    top: 18%;
                    color: #8763AC;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .feat-discription::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .feat-discription::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive .feat-discription::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .feat-discription::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .feat-discription::after {
                    display: none;
                }

                .analytics-wrapper .mob_crm_exp_boxes .wBox {
                    min-height: 534px;
                }

                .analytics-wrapper .build_effective .campaign_automation_section .timeline_points {
                    background-image: url('./../images/crm-page/analytics_timeline_five_num.png');
                }

                /* ss-engage-css starts from here */

                .ss-engage-wrapper .blueBg {
                    background-image: url('./../images/crm-page/ss-engage-banner.png');
                    position: relative;
                    height: unset;
                }

                .ss-engage-wrapper .blueBg .lead_heading {
                    padding: 100px 0 0 0;
                }

                .ss-engage-wrapper .ss-eng-imp-cust .newHeadings {
                    text-align: left;
                }

                .ss-engage-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                    margin-top: 80px;
                }

                .ss-engage-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo {
                    margin-top: 120px;
                }

                .ss-engage-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour {
                    margin-top: 110px;
                }

                .ss-engage-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive {
                    margin-top: 70px;
                }

                .ss-engage-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .ss-engage-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after {
                    top: 4%;
                }

                .ss-engage-wrapper .build_effective .campaign_automation_section {
                    padding-bottom: 230px;
                }

                .ss-engage-wrapper .relationshipIntelligenceEngage .margin_left_rgt_fifty {
                    width: 90%;
                }

                .ss-engage-wrapper .relationshipIntelligenceEngage .wBox {
                    padding: 20px;
                    min-height: 480px;
                }

                .ss-engage-wrapper .dubai .sliderD .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #131415 !important;
                }

                .ss-engage-wrapper .flic-carousel .flickity-page-dots .dot {
                    background-color: #c4c7cb !important;
                }

                /* sales-crm css starts from here */

                .sales-crm-wrapper .blueBg {
                    background-image: url('./../images/crm-page/sales-crm-banner.png');
                    background-color: #4d3e60;
                }

                .sales-crm-wrapper .blueBg .lead_heading {
                    padding-top: 80px !important;
                }

                .sales-crm-wrapper .points-wrapper {
                    margin-bottom: 60px;
                }

                .sales-crm-wrapper .points-wrapper .feat-discription {
                    text-align-last: center;
                }

                .sales-crm-wrapper .mas_carousal_wrapper {
                    padding-top: 0;
                }

                .sales-crm-wrapper .mas_carousal_wrapper .mas_bck_img {
                    border-top: 0;
                }

                .sales-crm-wrapper .mas_carousal_wrapper .mas_bck_img .margin_left_rgt_fifty .feat-discription, .connectPlus-wrapper .connect_plus_first_sec .feat-discription {
                    text-align-last: center;
                    margin-bottom: 0;
                }

                .sales-crm-wrapper .p-l-f .col-lg-4 {
                    padding-left: 30px;
                    padding-right: 30px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm {
                    padding-bottom: 130px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img {
                    background-image: url('./../images/crm-page/new_timeline_points.png');
                    height: 698px;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-top: 60px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .row .col-lg-6:first-child {
                    padding-right: 60px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .row .col-lg-6:last-child {
                    padding-left: 60px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne {
                    margin-top: 75px;
                    position: relative;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree {
                    position: relative;
                    margin-top: 135px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo {
                    position: relative;
                    margin-top: 250px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour {
                    position: relative;
                    margin-top: 170px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour figure {
                    position: absolute;
                    background-color: #fff;
                    border-radius: 50%;
                    box-shadow: 2px -3px 27px 4px rgb(179 179 179 / 25%);
                    text-align: center;
                    margin: auto;
                    width: 96px;
                    height: 96px;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour figure {
                    right: 0;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree .feat-discription {
                    text-align: justify;
                    padding-left: 145px;
                    padding-right: 40px;
                }

                .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour .feat-discription {
                    text-align: justify;
                    padding-right: 130px;
                }

                /* connectPlus css starts from here */

                .connectPlus-wrapper .blueBg {
                    background-image: url('./../images/crm-page/ss_connect_plus_banner.webp');
                }

                .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after {
                    top: 50%;
                }

                .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after {
                    color: #D83F87;
                }

                .connectPlus-wrapper .sales_force_benefits .row:nth-child(2) {
                    margin-bottom: 30px;
                }

                .connectPlus-wrapper .sales_force_automation .crm .shadowContainer .sales_force_benefits .row .featureHeading {
                    color: #131415;
                }

                .connectPlus-wrapper .banking-wrapper .reasons_ul .imgSet {
                    margin-top: 110px;
                }

                .connectPlus-wrapper .analytics-wrapper .build_effective .campaign_automation_section {
                    border-bottom: 1px solid #e0e5e6;
                    padding-bottom: 60px;
                }

                .customer-software-nwrapper .blueBg .lead_heading {
                    padding-top: 0 !important;
                }

                /* googleAds new layout css starts from here */

                .customer-software-nwrapper .blueBg {
                    background-image: url('./../images/crm-page/gAds_banner.webp');
                }

                .customer-software-nwrapper .covidVideoSec {
                    padding-bottom: 31%;
                }

                .customer-software-nwrapper .blueBg .lead_heading .poppinsRegular24 {
                    color: #fff;
                }

                .customer-software-nwrapper .covidVideoSec iframe {
                    left: 0px;
                    width: 60%;
                    height: 100%;
                    top: 20px;
                }

                .customer-software-nwrapper .covidVideoSec::before, .customer-software-nwrapper .covidVideoSec::after {
                    display: none;
                }

                .customer-software-nwrapper .connectPlus-wrapper .newHeadings, .customer-software-nwrapper .howdoesalesforceworks .newHeadings {
                    margin-top: 0;
                }

                .customer-software-nwrapper .build_effective .campaign_automation_section {
                    padding-top: 40px;
                }

                .customer-software-nwrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                    margin-top: 50px;
                }

                .customer-software-nwrapper .build_effective .campaign_automation_section .timeline_points .numberFive {
                    margin-top: 80px;
                }

                .customer-software-nwrapper .salesForce_customer .newHeadings {
                    margin-top: 0;
                }

                .customer-software-nwrapper .num_one_crm .info_abt_crm .newHeadings {
                    font-size: 24px;
                    line-height: 34px;
                }

                .customer-software-nwrapper .num_one_crm .info_abt_crm .feat-discription {
                    display: block;
                    text-align: center;
                }

                .customer-software-nwrapper .num_one_crm .info_abt_crm:not(:last-child) {
                    margin-bottom: 60px;
                }

                .customer-software-nwrapper .num_one_crm .row .col-lg-4:first-child {
                    padding-left: 0;
                    border-right: 1px solid #CED4DA;
                }

                .customer-software-nwrapper .num_one_crm .row .col-lg-4:last-child {
                    border-left: 1px solid #CED4DA;
                    padding-left: 30px;
                }

                .customer-software-nwrapper .mobile-app-main-wraper {
                    border-bottom: 1px solid #e0e5e6;
                }

                .customer-software-nwrapper .shadowContainer {
                    margin-bottom: 0;
                }

                .mobile-app-main-wraper .row {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .mobile-app-main-wraper .newHeadings {
                    text-align: left;
                }

                .mobile-app-main-wraper .feat-discription {
                    font-weight: bold;
                    font-size: 16px;
                    min-height: unset;
                    margin-bottom: 0;
                }

                .mobile-app-main-wraper .inner-container {
                    padding: 60px 15px;
                    max-width: 92%;
                    margin: auto !important;
                    align-items: center;
                }

                .mobile-app-main-wraper.inner-container h3 {
                    line-height: 46px !important;
                    padding: 10px 0;
                }

                .mobile-app-main-wraper .app-sub-para-text {
                    font-family: Roboto;
                    font-size: 18px;
                    line-height: 28px;
                }

                .mobile-app-main-wraper .app-store-icon-list {
                    list-style: none;
                    padding: 0;
                    margin: 30px 0;
                }

                .mobile-app-main-wraper .app-store-icon-list li {
                    display: inline-block;
                }

                .mobile-app-main-wraper .app-store-icon-list li:first-child {
                    margin-right: 10px;
                }

                .mobile-app-main-wraper .app-store-icon-list li a {
                    display: block;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                }

                .mobile-app-main-wraper .app-store-icon-list li a img {
                    max-width: 152px;
                }

                .mobile-app-main-wraper .app-store-icon-list li a:hover {
                    transform: translateY(-2px);
                }

                .mobile-app-main-wraper .ss-white-btn {
                    border: 1px solid #d83f87;
                    height: 40px;
                    line-height: 40px;
                }

                .mobile-app-main-wraper .ss-white-btn:hover {
                    background-color: #d83f87;
                    color: #fff !important;
                }

                .product-user-worldWide {
                    padding-left: 45px;
                    padding-right: 45px;
                }

                .product-user-worldWide .company-logo-list {
                    position: relative;
                }

                .product-user-worldWide .company-logo-list {
                    list-style: none;
                    padding: 0;
                    text-align: center;
                }

                .product-user-worldWide .company-logo-list:before {
                    position: absolute;
                    left: 70px;
                    top: -47px;
                    background-image: url('./../images/like.png');
                    width: 54px;
                    height: 35px;
                    content: "";
                }

                .product-user-worldWide .company-logo-list li {
                    border-radius: 4px;
                    background-color: #fff;
                    box-shadow: 0 2px 12px 0 #e0e5ec;
                    line-height: 80px;
                    margin-right: 20px;
                    margin-bottom: 20px;
                    position: relative;
                    height: 100px;
                    width: 200px;
                    vertical-align: top;
                    display: inline-block;
                }

                .product-user-worldWide .company-logo-list li.logo-with-text span {
                    line-height: 27px;
                    display: block;
                    text-align: left;
                    color: #131415;
                    font-size: 14px;
                }

                .product-user-worldWide .company-logo-list li.logo-with-text span:nth-child(2) {
                    padding-top: 4px;
                }

                .product-user-worldWide .company-logo-list li img, .product-user-worldWide .company-logo-list li svg {
                    position: absolute;
                    left: 0;
                    right: 0;
                    height: auto;
                    width: auto;
                    max-height: 80px;
                    max-width: 130px;
                    margin: auto;
                    top: 0;
                    bottom: 0;
                }

                .product-user-worldWide .company-logo-list:after {
                    position: absolute;
                    right: 90px;
                    top: -47px;
                    background-image: url('./../images/star.png');
                    width: 54px;
                    height: 35px;
                    content: "";
                }

                .product-user-worldWide .company-logo-list li.logo-with-text span img, .product-user-worldWide .company-logo-list li.logo-with-text span svg {
                    position: unset;
                }

                .product-user-worldWide .company-logo-list li.logo-with-text {
                    padding: 10px 20px;
                }

                .need_connectPlus {
                    background-image: url('./../images/crm-page/connectPlusBg.png');
                    height: 100%;
                    width: 100%;
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding: 60px;
                    margin-top: 60px;
                    margin-bottom: 60px;
                    border-right: 12px solid #fff;
                    border-left: 12px solid #fff;
                }

                .form-label {
                    color: #74788d;
                    font-family: Helvetica;
                    font-size: 13px;
                    letter-spacing: 0;
                    margin-bottom: 5px;
                    font-weight: 400;
                }

                .mandatory {
                    color: #d83f87;
                    display: inline-block;
                    padding-left: 1px;
                }

                /* .ss-offer .signUpView .select input {
                    margin-bottom: 20px !important;
                    border-radius: 2px !important;
                } */

                .height20 {
                    height: 20px;
                }

                .nocc_req {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 14px;
                    font-weight: bold;
                    letter-spacing: 0;
                }

                .magentaRightTick li {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 18px;
                    margin-bottom: 20px;
                    position: relative;
                    list-style-type: none;
                    line-height: 34px;
                }

                .magentaRightTick li::before {
                    content: '';
                    position: absolute;
                    height: 24px;
                    width: 24px;
                    background-image: url('./../images/crm-page/magentaTick.png');
                    left: -40px;
                    top: 4px;
                }

                .magentaListing {
                    padding: 0;
                }

                .magentaListing li {
                    position: relative;
                    list-style-type: none;
                    margin-bottom: 20px;
                    color: #1D1E1F;
                    font-size: 18px;
                    font-family: Helvetica;
                    display: inline-flex;
                    line-height: 34px;
                }

                .magentaListing li:last-child {
                    margin-bottom: 0;
                }

                .magentaListing li img {
                    padding-right: 20px;
                }

                .magentaListing li span {
                    width: calc(100% - 45px);
                }

                /* .magentaListing li img{
                   padding-right: 20px;
                } */

                .min-height-set {
                    min-height: 600px;
                }

                .cta-sec {
                    padding: 60px 0;
                    background-color: #F2F2F5;
                }

                .cta-sec .newHeadings {
                    margin-bottom: 10px !important;
                }

                .mb0 {
                    margin-bottom: 0;
                }

                .rel-intel .featureTxtBox {
                    padding-top: 0;
                }

                .new-york .secondry_btn {
                    min-width: 160px;
                }

                .new-york .georgia .wcta_btn .ss-white-btn {
                    min-width: 160px;
                    /* height: 59px; */
                    margin-top: 20px;
                }

                .customer-software-nwrapper .company-listing li {
                    width: unset !important;
                }

                .sales_help ul {
                    padding-left: 0;
                }

                .sales_help li {
                    display: inline-block;
                    color: #fff;
                    font-size: 13px;
                    font-family: "Helvetica";
                    vertical-align: middle;
                    font-weight: bold;
                }

                .sales_help li a {
                    border-bottom: none !important;
                    padding: 8px 20px;
                    display: block;
                    text-transform: initial !important;
                    padding-left: 0;
                }

                .sales_help li a div {
                    display: inline-block;
                    vertical-align: middle;
                    padding-left: 10px;
                }

                .sales_help li a div small {
                    display: block;
                    color: #74788d;
                    font-family: Helvetica;
                    font-size: 11px;
                    letter-spacing: 0;
                    line-height: 10px;
                }

                .sales_help li a div span {
                    color: #d83f87;
                    font-family: Helvetica;
                    font-size: 13px;
                    font-weight: bold;
                    letter-spacing: 0;
                    line-height: 13px;
                }

                .sales_help li a span {
                    display: inline-block;
                    vertical-align: middle;
                }

                .sales_help .try-list-heading {
                    padding-bottom: 0px;
                    padding-top: 17px;
                    font-size: 16px;
                    color: #fff;
                    font-family: "Helvetica";
                    font-weight: bold;
                }

                #thankspopup {
                    /* max-width: calc(100vw - 20px);
                    max-height: calc(100vh - 20px); */
                    background: transparent !important;
                }

                #thankspopup .modal-dialog {
                    width: 450px;
                }

                #thankspopup .modal-header {
                    border-bottom: none;
                    padding: 10px 15px 0;
                }

                #thankspopup .modal-body .row {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                #thankspopup .modal-body .newHeadings, #thankspopup .modal-body .featureHeading {
                    margin-bottom: 20px;
                    text-align: center;
                }

                #thankspopup .modal-body .poppinsRegular24 {
                    font-size: 20px;
                    line-height: 30px;
                    margin-bottom: 0;
                }

                /* create-email-campaigns-wrapper starts from here */

                .create-email-campaigns-wrapper .blueBg {
                    background-image: url('./../images/crm-page/create_email_banner.webp');
                }

                .create-email-campaigns-wrapper .blueBg .row {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .create-email-campaigns-wrapper .blueBg .row .lead_heading {
                    padding-top: 0 !important;
                    padding-left: 40px !important;
                }

                .create-email-campaigns-wrapper .blueBg .row .lead_heading .poppinsRegular24 {
                    color: #fff;
                }

                .create-email-campaigns-wrapper .fisrt_part_on_top .wBox {
                    box-shadow: none;
                    min-height: unset;
                }

                .create-email-campaigns-wrapper .wBox {
                    margin-top: 0;
                    min-height: unset;
                }

                .create-email-campaigns-wrapper .wBox:not(:last-child) {
                    margin-bottom: 30px;
                }

                .create-email-campaigns-wrapper .second-part-on-bottom {
                    border-bottom: 1px solid #e0e5e6;
                }

                .img-box {
                    background-color: #fff;
                    box-shadow: 2px -3px 27px 4px rgb(179 179 179 / 25%);
                    width: 96px;
                    height: 96px;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 96px;
                    display: inline-block;
                    vertical-align: middle;
                }

                /* marketing-automation-result-wrapper css starts from here */

                .marketing-automation-result-wrapper .blueBg {
                    background-image: url('./../images/crm-page/campaign-data-analysis-banner.webp');
                }

                .marketing-automation-result-wrapper .campaign_section figure {
                    position: relative;
                    z-index: 1;
                }

                .marketing-automation-result-wrapper .campaign_section figure::before, .marketing-automation-result-wrapper .campaign_section figure::after {
                    position: absolute;
                    content: "";
                    background-image: url('./../images/crm-page/black_color_pattern.png');
                    height: 170px;
                    width: 140px;
                    z-index: -1;
                }

                .marketing-automation-result-wrapper .campaign_section figure::before {
                    top: 30px;
                }

                .marketing-automation-result-wrapper .campaign_section figure::after {
                    right: 0;
                    bottom: 30px;
                }

                .marketing-automation-result-wrapper .re_st_fea_div {
                    box-shadow: 0 2px 10px 0 #EFF2F7;
                    padding: 30px;
                    min-height: 615px;
                }

                .marketing-automation-result-wrapper .re_st_fea_div .featureHeading, .create-email-campaigns-wrapper .marketing_campaigns_smratly .row .featureHeading {
                    color: #D83F87;
                }

                .marketing-automation-result-wrapper .full-width-li .re_st_fea_div {
                    min-height: unset;
                }

                .marketing-automation-result-wrapper .real-state-wrapper .real-state-feature-listings .row .col-md-6:first-child {
                    padding-right: 15px;
                }

                .marketing-automation-result-wrapper .real-state-wrapper .real-state-feature-listings .row .col-md-6:last-child {
                    padding-left: 15px;
                }

                .marketing-automation-result-wrapper .marketing_campaigns_smratly span {
                    margin-top: 10px;
                }

                .marketing-automation-result-wrapper .marketing_campaigns_smratly img {
                    display: unset;
                }

                .marketing-automation-result-wrapper .marketing_campaigns_smratly .row:not(:last-child) {
                    margin-bottom: 100px;
                }

                .marketing-automation-result-wrapper .marketing_campaigns_smratly .row:not(:last-child) img {
                    margin-top: 100px;
                }

                .marketing-automation-result-wrapper .pune .PunebussinessGrowth .row .col-md-3:first-child {
                    padding-right: 15px;
                    border: none;
                    min-height: unset;
                }

                .marketing-automation-result-wrapper .pune .PunebussinessGrowth .row .col-md-3:nth-child(2), .marketing-automation-result-wrapper .pune .PunebussinessGrowth .row .col-md-3:nth-child(3), .marketing-automation-result-wrapper .pune .PunebussinessGrowth .row .col-md-3:nth-child(4) {
                    padding-left: 15px;
                    border-right: none;
                    min-height: unset;
                }

                .marketing-automation-result-wrapper .PunebussinessGrowth .feat-discription {
                    display: block;
                }

                .row_flex_align_items_center_section .row {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                /* templates css starts from here */

                /* template_two */

                .main-template_wrapper .top_banner_section {
                    background-color: #EFF2F7;
                    padding-top: 100px;
                    padding-bottom: 50px;
                }

                .main-template_wrapper .top_banner_section h3 {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    margin-bottom: 20px;
                    line-height: 60px;
                    color: #131415;
                }

                .main-template_wrapper .top_banner_section .feat-discription {
                    text-align: center;
                    margin-right: 0;
                    padding-bottom: 20px;
                    display: block;
                }

                .main-template_wrapper .shadowContainer {
                    margin-bottom: 0;
                    position: relative;
                    z-index: 1;
                    padding: 0;
                }

                .main-template_wrapper .feat-discription {
                    display: block;
                    margin-right: 0;
                }

                .template_two h3 {
                    text-align: center;
                }

                .template_two .btn_container {
                    text-align: center;
                    padding-top: 0;
                }

                .template_two .btn_container .common-btn-grp a {
                    margin-right: 0;
                }

                .template_two .background_color_section {
                    background-color: #8763AC;
                    padding-top: 60px;
                    padding-bottom: 145px;
                }

                .template_two .background_color_section .newHeadings, .template_two .background_color_section .feat-discription {
                    color: #fff;
                }

                .template_two .background_color_section .feat-discription {
                    margin-top: 30px;
                    text-align: center;
                }

                .template_two .cta_scetion {
                    width: 95%;
                    box-shadow: 0 0 24px 4px rgba(80, 84, 89, 0.17);
                    margin: auto;
                    position: relative;
                    margin-top: -142px;
                    background-color: #fff;
                }

                .template_two .company-tools-wrapper {
                    background-color: #EFF2F7;
                }

                /* template_three */

                .template_three .box_section_in_templates {
                    background-color: #B1B7BC;
                    padding-bottom: 180px;
                }

                .template_three .box_section_in_templates .newHeadings {
                    color: #fff;
                }

                .template_three .box_section_in_templates .wBox, .template_one_copy .background_color_section .wBox, .template_six .background_color_section .wBox {
                    min-height: unset;
                    box-shadow: unset;
                }

                .template_three .background_color_section {
                    background-color: #EFF2F7;
                }

                .template_three .background_color_section .newHeadings, .template_three .background_color_section .feat-discription {
                    color: #1d1e1f;
                }

                /* template_one css */

                .template_one .box_section_in_templates {
                    background-color: #8763AC;
                }

                /* template_one_copy css */

                .template_one_copy .background_color_section {
                    background-color: #CED4DA;
                }

                .template_one_copy .background_color_section .newHeadings, .template_one_copy .background_color_section .feat-discription {
                    color: #1d1e1f;
                }

                /* template form section */

                .template_form_section .feat-discription {
                    text-align: left !important;
                }

                .template_form_section .blueBg {
                    padding-top: 0px;
                    padding-bottom: 0;
                    background-color: unset;
                    background-image: none;
                }

                /* template_five css */

                .backgound_color_EFF2F7 {
                    background-color: #EFF2F7;
                }

                /* template_six css */

                .template_six .background_color_section {
                    background-color: #2A1B3D;
                }

                .template_six .template_two .wBox .feat-discription {
                    color: #1d1e1f;
                    text-align: left;
                    margin-top: 0;
                    margin-bottom: 0;
                }

                /* template_four css */

                .template_four .wBox .feat-discription {
                    text-align: left !important;
                    margin-top: 0;
                }

                /* template_eleven css starts from here */

                .bcgoverlay_text_sec {
                    background-color: #2a1b3d;
                    padding-top: 60px;
                    padding-bottom: 60px;
                }

                .bcgoverlay_text_sec .newHeadings, .bcgoverlay_text_sec .feat-discription {
                    color: #fff;
                }

                .some_padding_in_container {
                    padding: 30px 30px 0 30px !important;
                }

                .numeric_points_section ul {
                    padding: 0;
                    margin: 0;
                }

                .numeric_points_section ul li {
                    font-size: 18px;
                    font-family: Helvetica;
                    color: #fff;
                    list-style-type: none;
                }

                .numeric_points_section ul li small {
                    width: 18px;
                    vertical-align: top;
                    font-size: 18px;
                }

                .numeric_points_section ul li span {
                    width: calc(100% - 30px);
                }

                .numeric_points_section ul li:not(:last-child) {
                    margin-bottom: 10px;
                }

                .color_74788D {
                    color: #74788D !important;
                }

                /* template_ten css */

                .text-pointers-scetion .newHeadings {
                    text-align: left;
                }

                .disc_points_section ul {
                    padding: 0;
                }

                .disc_points_section ul li {
                    list-style-type: none;
                    font-family: Helvetica;
                    font-size: 18px;
                }

                .disc_points_section ul li:not(:last-child) {
                    margin-bottom: 10px;
                }

                .bcg_color_EFF2F7_sec {
                    background-color: #EFF2F7;
                    margin-right: 30px;
                    margin-left: 30px;
                }

                .bcg_color_EFF2F7_sec .newHeadings, .bcg_color_EFF2F7_sec .feat-discription, .heading_text .newHeadings, .heading_text .feat-discription, .heading_text .featureHeading, .info_abt_product .newHeadings, .template_seven .productDifferentiator .newHeadings {
                    text-align: left;
                }

                .border_btm_padding {
                    border-bottom: 1px solid #e0e5e6;
                    margin-right: 30px;
                    margin-left: 30px;
                }

                .border_top_btm_margin {
                    border-bottom: 1px solid #e0e5e6;
                    margin-right: 30px;
                    margin-left: 30px;
                    border-top: 1px solid #e0e5e6;
                }

                .margin-left-right30px {
                    margin-left: 30px;
                    margin-right: 30px;
                }

                /* template-nine css starts */

                .template-nine .top_banner_section {
                    padding-bottom: 100px;
                }

                .background-image-template-banner {
                    background-image: url('./../images/crm-page/tennessee_banner.png');
                    background-size: cover;
                    position: relative;
                    height: 100%;
                    background-repeat: no-repeat;
                }

                .template-nine .ripon-wrapper {
                    margin-left: 30px;
                    margin-right: 30px;
                }

                /* template seven css starts  */

                .info_abt_product {
                    background-color: #F2F2F5;
                }

                /* template eight css starts */

                .template-eight .top_banner_section {
                    background-color: #2A1B3D;
                    padding-bottom: 100px;
                }

                .template-eight .top_banner_section h3 {
                    color: #fff;
                }

                .template-eight .slider_section .flic-carousel .carousel-cell img {
                    width: 100%;
                    margin-bottom: 0;
                }

                .template-eight .flic-carousel .threeBoxInnerSec {
                    border: 1px solid #E0E5EC;
                    padding-bottom: 30px;
                    min-height: 330px;
                }

                .template-eight .newZealand .flic-carousel .flickity-viewport {
                    height: 450px !important;
                }

                .btn_width_for_small_btn {
                    width: 192px;
                }

                .d-inline-block {
                    display: inline-block !important;
                }

                /* corporate-directory css */

                .corporate-directory .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-5 img {
                    min-height: unset;
                }

                .corporate-directory .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                    padding-top: 0;
                }

                .corporate-directory .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                    height: 400px !important;
                }

                /* usa-offer-css starts */

                .offer-wrapper .australia .aus_video_sec {
                    padding-top: 30px;
                }

                .offer-wrapper .covidVideoSec {
                    padding-bottom: 50%;
                }

                .usa-engage-offer .newHeadings {
                    z-index: 1;
                }

                .usa-engage-offer .lead_heading h3 span {
                    color: #FFBC02;
                    display: block;
                }

                .usa-engage-offer .lead_heading .offer-subhead {
                    font-family: Helvetica;
                    font-size: 20px;
                    color: #FFFFFF;
                    filter: opacity(70%);
                }

                .usa-engage-offer .lead_heading .based-page-logo {
                    position: relative;
                }

                .usa-engage-offer .lead_heading .based-page-logo::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 55px;
                    height: 4px;
                    width: 40px;
                    background-color: #fff;
                }

                .usa-engage-offer .signUpView h2 {
                    color: #131415;
                    font-family: Helvetica;
                    font-size: 24px;
                    font-weight: bold;
                    letter-spacing: 0;
                    line-height: 29px;
                }

                .usa-engage-offer .usa-engage-offer-banner .blueBg {
                    background-image: url('./../images/templates/india-offer-banner.png');
                    position: relative;
                    background-color: #451169;
                }

                .usa-engage-offer .shadowContainer {
                    padding-top: 0;
                    margin-bottom: 0;
                    padding-bottom: 0;
                }

                .usa-engage-offer .page_second_section .second-section-data {
                    padding-bottom: 60px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .offer-particles {
                    position: relative;
                }

                .offer-particles:before {
                    position: absolute;
                    content: '';
                    background-image: url('./../images/templates/left_particles.webp');
                    height: 153px;
                    width: 194px;
                    z-index: -1;
                    -webkit-animation: adblink 1s infinite;
                    animation: adblink 1s infinite;
                    animation-timing-function: linear;
                    transition: all 0.5s;
                }

                .offer-particles:after {
                    position: absolute;
                    content: '';
                    background-image: url('./../images/templates/right_particles.webp');
                    height: 162px;
                    width: 281px;
                    z-index: -1;
                    -webkit-animation: adblink 1s infinite;
                    animation: adblink 1s infinite;
                    animation-timing-function: linear;
                    transition: all 0.5s;
                }

                .usa-engage-offer .second-section-data .offer-particles:before {
                    left: 0;
                    top: -90px;
                }

                .usa-engage-offer .second-section-data .offer-particles:after {
                    right: -30px;
                    top: -90px;
                }

                .usa-engage-offer .page_third_section .offer-particles:before {
                    left: -60px;
                    top: -50px;
                }

                .usa-engage-offer .page_third_section .offer-particles:after, .usa-engage-offer .page_fifth_section .offer-particles:after {
                    right: -30px;
                    top: -60px;
                }

                .usa-engage-offer .page_fisrt_section .offer-particles::before, .clients_last_sect .offer-particles:before {
                    left: -50px;
                    top: -50px;
                }

                .usa-engage-offer .page_fisrt_section .offer-particles::after {
                    right: -60px;
                    top: -60px;
                }

                .usa-engage-offer .page_fifth_section .offer-particles:before {
                    left: -30px;
                    top: -60px;
                }

                .waveSection .offer-particles::before {
                    left: 20px;
                    top: 20px;
                }

                .waveSection .offer-particles::after {
                    right: 20px;
                    top: 20px
                }

                .clients_last_sect .offer-particles:after {
                    top: -50px;
                    right: -50px;
                }

                .zig-zag-section .offer-particles:after {
                    top: -50px;
                    right: 0px;
                }

                .zig-zag-section .offer-particles:before {
                    left: 0;
                    top: -50px;
                }

                .helvetica-bold24 {
                    color: #1D1E1F;
                    font-family: Helvetica;
                    font-size: 24px;
                    font-weight: bold;
                    line-height: 30px;
                }

                .usa-engage-offer .second-section-data .wBox {
                    margin-top: 0;
                    margin-bottom: 30px;
                    min-height: unset;
                }

                .back-img-india-offer-section {
                    background-image: url('./../images/templates/ind-offer-back-img-sec.png');
                    position: relative;
                    height: 424px;
                    width: 100%;
                    background-attachment: fixed;
                    background-size: cover;
                }

                .page_fourth_section .newHeadings, .page_fourth_section .feat-discription {
                    color: #fff;
                }

                .page_fourth_section a {
                    display: inline-block;
                    min-width: 240px;
                }

                .page_fourth_section a:hover {
                    color: #fff !important;
                }

                .usa-engage-offer .small_business .small_business_first_sec .we_R_popular_smallBusiness {
                    margin-top: 0;
                    border: 0;
                    background-color: #fff;
                }

                .usa-engage-offer .small_business .small_business_first_sec .we_R_popular_smallBusiness .newHeadings {
                    color: #131415;
                }

                .festive-footer-heading {
                    font-size: 49px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    color: #131415;
                    line-height: 60px;
                }

                .festive-footer-heading span {
                    color: #d83f87;
                }

                .festive-offer-second-last-sec .helvetica-bold24 {
                    font-weight: normal;
                }

                .usa-connect-offer .usa-connect-offer-banner .blueBg {
                    background-image: url('./../images/templates/usa-connect-banner.png');
                    position: relative;
                    background-color: #4c1d6a;
                }

                .connect-offer-background-color-sec {
                    background-color: #FDF9FB;
                }

                .back-img-usa-connect-offer {
                    background-image: url('./../images/templates/usa_img_less.png');
                    position: relative;
                    height: 424px;
                    width: 100%;
                    background-attachment: fixed;
                    background-size: cover;
                }

                .india-engage-offer-banner .blueBg {
                    background-image: url('./../images/templates/ind-offer-engage-banner.png');
                    position: relative;
                    background-color: #451169;
                }

                .india-connectplus-offer-banner .blueBg {
                    background-image: url('./../images/templates/india-connectplus-banner-imgs.png');
                    position: relative;
                    background-color: #451169;
                }

                .india-offer-page #christmasOffer {
                    text-align: center;
                    padding-bottom: 0px;
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 39px;
                    color: #8763AC;
                    /* margin-left: 60px; */
                }

                .india-offer-page #christmasOffer>div {
                    display: inline-block;
                    margin-right: 53px;
                    color: #8763AC;
                    font-family: Helvetica;
                    font-size: 39px;
                    letter-spacing: 0;
                    font-weight: 800;
                    padding: 0px 5px;
                }

                .india-offer-page #christmasOffer>div span {
                    display: block;
                    color: #8763AC;
                    font-family: Helvetica;
                    font-size: 14px;
                    letter-spacing: 0;
                    filter: opacity(50%);
                    font-weight: normal;
                }

                .india-offer-page .ss-christmas-timer {
                    padding-top: 10px;
                }

                .india-offer-page .second-section-data .wBox {
                    margin-bottom: 0;
                }

                .paddingprop {
                    padding-left: 20px;
                    padding-right: 20px;
                }

                /* .india-offer-page #christmasOffer>div:last-child {
                    margin-right: 0px;
                } */

                .text-color-D83F87 {
                    color: #D83F87;
                }

                .background-colorE7E0EE {
                    background-color: #E7E0EE;
                }

                .fourBoxSec .wBox {
                    min-height: 560px !important;
                }

                .whitepxbase {
                    background-color: #fff;
                    height: 200px
                }

                .engage-india-less-height-sec {
                    background-image: url('./../images/templates/ind-offer-less-hei-img.png');
                    position: relative;
                    height: 332px;
                    width: 100%;
                    background-attachment: fixed;
                    background-size: cover;
                }

                .connect-inida-offer .engage-india-less-height-sec {
                    background-image: url('./../images/templates/cils.png');
                }

                .clients_last_sect .clients-wrapper {
                    padding-top: 0;
                    padding-bottom: 0;
                }

                .convert-visiter-list {
                    padding: 0;
                    margin: 0;
                    font-size: 0;
                }

                .convert-visiter-list li {
                    display: inline-block;
                    width: 50%;
                    margin-bottom: 50px;
                    vertical-align: top;
                }

                .convert-visiter-list li:nth-child(3), .convert-visiter-list li:nth-child(4) {
                    margin-bottom: 0;
                }

                .convert-visiter-list li h3 span {
                    display: inline-block;
                    width: 24px;
                    height: 32px;
                    border-radius: 50%;
                    text-align: center;
                    margin-right: 20px;
                    font-size: 19px;
                    line-height: 26px;
                    position: relative;
                    color: #d83f87;
                }

                .convert-visiter-list li h3 span::before, .convert-visiter-list li h3 span::after {
                    content: "";
                    position: absolute;
                    width: 34px;
                    height: 35px;
                    border-radius: 50%;
                    border-color: #d83f87 #d83f87 transparent transparent;
                    border-width: 4px;
                    left: -6px;
                    top: -5px;
                }

                .convert-visiter-list li h3 span:before {
                    border-style: solid;
                    transform: rotate(5deg);
                }

                .convert-visiter-list li h3 span:after {
                    border-style: dotted;
                    transform: rotate(178deg);
                }

                .convert-visiter-list li p {
                    padding-right: 40px;
                    padding-left: 52px;
                }

                .yellowBgHeading {
                    background-color: #FFBC02;
                    color: #fff;
                    border-radius: 20px;
                    font-family: Helvetica;
                    font-size: 28px;
                    line-height: 34px;
                    display: inline-block;
                    padding: 5px 20px;
                }

                .waveSection {
                    position: relative;
                }

                .waveSection img {
                    position: absolute;
                    top: 60%;
                    left: 50%;
                    margin-right: -40%;
                    transform: translate(-50%, -50%);
                    z-index: 1;
                }

                .wavebgSecbg {
                    background-image: url('./../images/templates/wave_bg.webp');
                    height: 203px;
                    width: 100%;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                .poppins-extrabold74px {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 69px;
                    line-height: 64px;
                    font-weight: bold;
                    color: #FFBC02;
                }

                .connect-inida-offer .poppins-extrabold74px span {
                    font-size: 24px;
                    display: block;
                    color: #fff;
                }

                .connect-inida-offer .lead_management_system_works .zig-zag-patternBG {
                    background-image: url("./../images/templates/zig-zag-offer-page.png");
                    background-size: 1150px;
                }

                .connect-inida-offer .lead_management_system_works {
                    background-color: transparent;
                    border: none;
                }

                .connect-inida-offer .lead_management_system_works .newHeadings {
                    padding-top: 0;
                }

                .connect-inida-offer .lead_management_system_works::before {
                    display: none;
                }

                .connect-inida-offer .engage-india-less-height-sec {
                    background-image: url('./../images/templates/cils.png');
                }

                .feature-list {
                    padding: 0;
                    list-style: none;
                }

                .feature-list li {
                    position: relative;
                    display: block;
                    margin-bottom: 20px;
                    padding-left: 34px;
                }

                .feature-list li:after {
                    display: inline-block;
                    transform: rotate(40deg);
                    height: 24px;
                    width: 14px;
                    border-bottom: 5px solid #3ad29f;
                    border-right: 5px solid #3ad29f;
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 8px;
                }

                .helvetica24px {
                    font-family: Helvetica;
                    font-size: 24px;
                    font-weight: bold;
                }

                .db {
                    display: block;
                }

                .hieght50px {
                    height: 50px;
                }

                .ad-blink {
                    -webkit-animation: adblink 2s infinite;
                    animation: adblink 2s infinite;
                    animation-timing-function: linear;
                    transition: all 0.5s;
                }

                /* hotel-page css starts from here */

                .hotel-page .blueBg {
                    background-image: url('./../images/templates/hotel-banner.jpeg');
                }

                .hotel-page .blueBg .poppinsRegular24 {
                    position: relative;
                }

                .hotel-page .blueBg .poppinsRegular24::before {
                    position: absolute;
                    content: '';
                    height: 2px;
                    width: 100px;
                    background-color: #131415;
                    top: 15px;
                    left: 32%;
                }

                .hotel-page .blueBg .poppinsRegular24::after {
                    position: absolute;
                    content: '';
                    height: 2px;
                    width: 100px;
                    background-color: #131415;
                    top: 15px;
                    right: 32%;
                }

                .color-fff {
                    color: #fff !important;
                }

                .hotel-page .virginia .sales-blue-box {
                    padding: 50px 60px;
                    width: 690px;
                    position: absolute;
                    right: 2%;
                    top: 50px;
                    height: 300px;
                }

                .hotel-page .six-box .threezBoxSec.productDifferentiator {
                    border-bottom: 1px solid #e0e5e6 !important;
                    border: 0px;
                }

                .hotel-page .six-box .productDifferentiator .threeBoxInnerSec figure img {
                    min-height: 200px;
                    transition: all 0.3s;
                }

                .hotel-page .six-box .productDifferentiator .threeBoxInnerSec figure img:hover {
                    /* min-height: 230px; */
                    -webkit-transform: scale(1.3);
                    -ms-transform: scale(1.3);
                    transform: scale(1.3);
                    z-index: 9999999999;
                }

                .hotel-page .flic-carousel .flickity-page-dots {
                    bottom: -40px;
                }

                .fade {
                    opacity: 0.8;
                }

                .fade:hover {
                    opacity: 1;
                }

                .hotel-page .template-eight .threeBoxInnerSec {
                    transition: all 0.3s;
                }

                .hotel-page .template-eight .threeBoxInnerSec:hover {
                    box-shadow: 0 15px 25px rgb(0 0 0 / 10%);
                    -moz-transform: scale(1.03);
                    -ms-transform: scale(1.03);
                    -o-transform: scale(1.03);
                    -webkit-transform: scale(1.03);
                    transform: scale(1.03);
                }

                .hotel-page .testimonials-sec .newZealand .slider_section .flic-carousel .carousel-cell img {
                    width: 10%;
                }

                .hotel-page .newZealand .slider_section .flic-carousel .flickity-page-dots .dot.is-selected {
                    background-color: #1d1e1f !important;
                }

                .testi-caption span {
                    color: #112e41;
                    font-size: 18px;
                    font-weight: 600;
                    text-transform: uppercase;
                    font-family: Helvetica;
                }

                .testi-caption span span {
                    color: #767676;
                    font-size: 16px;
                    text-transform: capitalize;
                }

                .testimonials-sec .template-eight .newZealand .flic-carousel .flickity-viewport {
                    height: 340px !important;
                }

                .gallery-slider .template-eight .slider_section .flic-carousel .carousel-cell img {
                    min-height: 310px;
                }

                .our-hotel .template-eight .newZealand .flic-carousel .flickity-viewport {
                    height: 400px !important;
                }

                /* connect black friday page css starts from here */

                .connectBlackFriday .blueBg {
                    background-image: url('./../images/templates/c-blck-banner.png');
                }

                .connectBlackFriday .blueBg .ss-yellow-btn {
                    background-color: #FFBC02;
                    color: #131415;
                    border: 1px solid transparent;
                    min-width: 240px;
                    display: inline-block;
                    margin-top: 30px;
                    font-size: 14px;
                    font-weight: bold;
                }

                .connectBlackFriday .blueBg .ss-yellow-btn:hover {
                    border: 1px solid #FFBC02;
                    background-color: transparent;
                    color: #fff !important;
                }

                .product-core-feature-wraper .product-core-featue-box .feat-discription {
                    padding-right: 40px;
                }

                .product-step-box {
                    padding: 20px;
                }

                .common-shadow {
                    border-radius: 2px;
                    background-color: #fff;
                    box-shadow: 1px -1px 21px 0px rgb(0 0 0 / 15%);
                    -ms-box-shadow: 1px -1px 21px 0px rgb(0 0 0 / 15%);
                    -webkit-box-shadow: 1px -1px 21px 0px rgb(0 0 0 / 15%);
                }

                .connectBlackFriday .oneMnthofferSec {
                    background-image: url('./../images/templates/strip-connectplus.png');
                    padding-top: 60px;
                    padding-bottom: 60px;
                    background-repeat: no-repeat;
                    height: 100%;
                    width: 100%;
                    background-size: cover;
                    background-color: #191a1b;
                }

                .connectBlackFriday .oneMnthofferSec .newHeadings {
                    text-align: center;
                }

                .oneMnthofferSec .feat-discription {
                    color: #fff;
                    opacity: 0.8 !important;
                    line-height: 30px;
                }

                .oneMnthofferSec .textEFD95C {
                    color: #EFD95C;
                }

                .connectplus-calender-section .newHeadings {
                    text-align: left;
                }

                .connectBlackFriday .blueBg .condition {
                    margin-top: 40px;
                }

                .connectBlackFriday .black-friday-banner .feat-discription {
                    display: block;
                    color: #fff;
                    margin-top: 30px;
                    margin-right: 0;
                }

                .connectBlackFriday .connectplus-calender-section .offer-particles::before {
                    z-index: 99999;
                    top: -175px;
                }

                /* social-crm-usa css starts from here */
                .social-crm-usa .background-image-template-banner {
                    background-image: none;
                    background-color: #E7EAEF;
                }

                .main-template_wrapper h1,
                .main-template_wrapper h2,
                .main-template_wrapper h3,
                .main-template_wrapper h4,
                .main-template_wrapper h5,
                .main-template_wrapper h6,
                .marketing-pages h1,
                .marketing-pages h2,
                .marketing-pages h3,
                .marketing-pages h4,
                .marketing-pages h5,
                .marketing-pages h6 {
                    margin-bottom: 0;
                }

                .bannerHeading {
                    margin-bottom: 20px;
                }

                .bannerHeading h1 {
                    font-family: 'PoppinsExtraBold', Sans-Serif;
                    font-size: 49px;
                    line-height: 60px;
                    color: #131415;
                }

                .featureHeading {
                    line-height: 38px;
                }

                .ma-bottom0 {
                    margin-bottom: 0 !important;
                }

                /* christmas-connect css starts from here */

                .xmas-connect .shadowContainer {
                    z-index: 999;
                }

                .xmas-connect .top_banner_section {
                    background-image: url('./../images/templates/chris-banner.webp');
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 700px;
                    background-size: cover;
                    position: relative;
                    background-color: #cd0113;
                }

                .xmas-connect .trm-cond {
                    position: absolute;
                    top: -35px;
                    color: #fff;
                    right: 0;
                    font-size: 14px;
                    font-family: Helvetica;
                    filter: opacity(70%);
                }

                .xmas-connect .product-step-box {
                    min-height: 530px;
                }


                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points {
                    background-image: url('./../images/templates/timeline-f.png');
                }

                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after,
                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after,
                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after,
                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                    color: #1d1e1f;
                }

                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                    margin-top: 80px;
                }

                .xmas-connect .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after {
                    top: 80px;
                }

                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo {
                    margin-top: 130px;
                }

                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour {
                    margin-top: 160px;
                }

                .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section {
                    padding-bottom: 60px;
                }



                .cust-icons ul {
                    margin: 0;
                    padding-left: 0;
                    list-style-type: none;
                }

                .cust-icons ul li {
                    display: inline-block;
                    height: 75px;
                    line-height: 65px;
                    position: relative;
                }

                .cust-icons ul li:not(:last-child) {
                    margin-right: 40px;
                }

                .product-name {
                    font-family: Helvetica;
                    font-size: 30px;
                    font-weight: bold;
                    color: #fff;
                    margin-bottom: 10px;
                    display: block;
                }

                .xmas-connect .main-template_wrapper .top_banner_section .feat-discription {
                    font-size: 24px;
                }

                .golden-btn {
                    background-color: #F6E56C;
                    color: #131415 !important;
                    border: 1px solid #F6E56C;
                    font-size: 27px !important;
                    font-family: 'PoppinsExtraBold', Sans-Serif !important;
                    transition: all 0.3s;
                }

                .golden-btn:hover {
                    /* filter: opacity(90%); */
                    background-color: transparent;
                    color: #fff !important;
                }

                .xmas-connect .common-btn-grp li:first-child a {
                    min-width: 260px;
                    margin-right: 0;
                }

                /* engage christmas offer page css starts from here */

                .x-mas-engage .top_banner_section {
                    background-image: url('./../images/templates/engage-x-mas-banner.webp');
                    background-position: top;
                    background-repeat: no-repeat;
                    height: 700px;
                    background-size: cover;
                    position: relative;
                    background-color: #cd0113;
                }

                .x-mas-engage .threeSimpleSteps {
                    background-color: #FEFCEB;
                }

                .bck-color-xmas-sec {
                    background-image: url('./../images/templates/elements-x-mas.png');
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-position: top;
                    height: 400px;
                    border-top: 1px solid #e0e5e6;
                }

                .mar-top-minus {
                    margin-top: -100px;
                    border-bottom: 1px solid #e0e5e6;
                    padding-bottom: 60px;
                }

                .x-mas-engage .product-step-box {
                    min-height: 600px;
                }

                .engage-chirst-offer-sec {
                    background-image: url('./../images/templates/engage-off-bg-img.png');
                    background-repeat: no-repeat;
                    height: 530px;
                }

                .x-mas-engage .convert-visiter-list li:nth-child(3),
                .x-mas-engage .convert-visiter-list li:nth-child(4) {
                    margin-bottom: 50px;
                }

                .x-mas-engage .convert-visiter-list li:nth-child(7),
                .x-mas-engage .convert-visiter-list li:nth-child(8) {
                    margin-bottom: 0px;
                }

                .x-mas-engage .main-template_wrapper .top_banner_section .feat-discription {
                    font-size: 24px;
                }


                @keyframes adblink {
                    50% {
                        opacity: 0.5;
                    }
                }

                .max-container {
                    max-width: 1280px !important;
                    margin: auto !important;
                }

                /* leaderBoard css starts from here */

                .leaderBoard .top_banner_section {
                    position: relative;
                    min-height: 850px;
                    background-color: #e3c2f2;
                }

                .leaderBoard .top_banner_section .leaderboard-banner-img {
                    position: absolute;
                    right: 0;
                    bottom: 94px;
                }

                .leaderBoard-banner-wrapper {
                    background-color: #e3c2f2;
                }

                .feat-exp-with-img-txt .first-row .col-lg-6:first-child {
                    padding-right: 70px;
                }

                .feat-exp-with-img-txt .first-row .col-lg-6:last-child {
                    padding-left: 70px;
                }

                .leaderBoard .feat-exp-with-img-txt .first-row .feat-exp-div {
                    min-height: 564px;
                }

                .min-height-unset {
                    min-height: unset !important;
                }

                .pad-left-right15 {
                    padding-left: 15px;
                    padding-right: 15px;
                }

                .bck-color-trans .top_banner_section {
                    background-color: transparent;
                }

                /* customization-crm css starts from here */

                .customization-crm .customization-crm-banner-wrapper {
                    background-image: url("./../images/templates/cust-crm-banner.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                }

                .customization-crm .top_banner_section,
                .inbuilt-marketing-automation-wrapper .top_banner_section,
                .strong-team-support-wrapper .top_banner_section,
                .integrated-platform-wrapper .top_banner_section {
                    padding-bottom: 140px;
                }

                .bck-bl-color-sec {
                    background-color: #2A1B3D;
                }

                .bck-bl-color-sec .feat-discription,
                .bck-bl-color-sec .newHeadings,
                .bck-bl-color-sec .featureHeading,
                .bck-bl-color-sec .large-heading,
                .bck-bl-color-sec .magentaRightTick li {
                    color: #fff !important;
                }

                /* inbuilt-marketing-automation */

                .inbuilt-marketing-automation-wrapper .ima-banner-wrapper {
                    background-color: #E0E5EC;
                }

                /* strong-team-support css starts from here */

                .bck-img-cmmn-prop {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                }

                .strong-team-support-wrapper .sts-banner {
                    background-image: url("./../images/templates/strng-team-supp-banner.png");
                    background-color: #d8dbf0;
                }

                .strong-team-support-wrapper .convert-visiter-list li,
                .email-based-wrapper .convert-visiter-list li {
                    margin-bottom: 30px;
                }

                .strong-team-support-wrapper .convert-visiter-list li .featureHeading,
                .email-based-wrapper .convert-visiter-list li .feat-discription {
                    color: #D83F87;
                }

                /* email-based-rel-manage css starts from here */

                .boxes-feature-pages {
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }

                .boxes-feature-pages li {
                    display: inline-block;
                    width: 32%;
                    vertical-align: top;
                    min-height: 915px;
                }

                .boxes-feature-pages li:not(:last-child) {
                    margin-right: 10px;

                }

                .email-based-wrapper .convert-visiter-list li {
                    width: 100%;
                }

                /* dynamic reporting feat css starts from here */

                .dynmic-rep-feat-wrapper .dr-banner {
                    background-image: url("./../images/templates/dr-banner.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    background-color: #dfe6f8;
                }

                .minus-top-sec .inner-box {
                    margin-top: -120px;
                    background-color: #fff;
                    box-shadow: 0 0 24px 4px rgb(80 84 89 / 17%);
                    padding: 60px;
                }

                .dynmic-rep-feat-wrapper .bck-bl-color-sec .pad-top-bot-60px {
                    padding-bottom: 120px;
                }

                /* hierarchy-page css starts from here */

                .li-section-with-first-off ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

                .li-section-with-first-off ul li {
                    display: inline-block;
                    width: 47%;
                    vertical-align: top;
                    margin-right: 30px;
                    margin-bottom: 30px;
                }

                .li-section-with-first-off ul li:not(:first-child) {
                    background-color: #fff;
                    box-shadow: 0 -1px 39px 5px rgb(0 0 0 / 10%);
                    padding: 20px;
                }

                .li-section-with-first-off ul li:nth-child(2),
                .li-section-with-first-off ul li:nth-child(4) {
                    margin-right: 0;
                }

                .li-section-with-first-off ul li:nth-child(3),
                .li-section-with-first-off ul li:nth-child(4) {
                    margin-bottom: 0;
                }

                .hierarchy-wrapper .li-section-with-first-off ul li {
                    min-height: 390px;
                }

                .hierarchy-wrapper .bck-bl-color-sec {
                    background-image: url('./../images/templates/m-r-s.webp');
                    background-size: cover;
                    background-position: center center;
                }

                /* lead-auto-responder css starts from here */

                .lead-auto-resp-wrapper .boxes-feature-pages li {
                    min-height: 480px;
                    text-align: center;
                }

                .lead-auto-resp-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    line-height: 60px;
                }

                /* integrated-platform css starts from here */

                .integrated-platform-wrapper .ip-banner-sec {
                    background-image: url("./../images/templates/ip-banner-img.png");
                    background-color: #c1c4d9;
                }

                .backgrnd-shape-section {
                    background-image: url("./../images/templates/bck-shape-img.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    height: 700px;
                }

                .backgrnd-shape-section .feat-discription {
                    color: #fff;
                }

                .two-boxes-minus {
                    margin-top: -400px;
                }

                .two-boxes-minus ul, .integration-desc-img ul,
                .steps-involved-wrkflow ul,
                .temp-gal ul {
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }

                .two-boxes-minus ul li {
                    display: inline-block;
                    width: 47%;
                    vertical-align: top;
                    min-height: 925px;
                }

                .two-boxes-minus ul li:not(:last-child) {
                    margin-right: 30px;
                }

                .integration-desc-img ul li {
                    display: inline-block;
                    box-shadow: 0 -1px 39px 5px rgb(0 0 0 / 10%);
                    margin-bottom: 30px;
                    margin-right: 30px;
                }

                /* crm-workflow-automation css starts from here */

                .crm-workflow-automation-wrapper .cwrk-auto-banner {
                    background-image: url("./../images/templates/crm-wrkflw-auto-bannerbg.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    background-color: #2b0d52;
                }

                .crm-workflow-automation-wrapper .brdr-set {
                    border-color: #fff;
                    border-style: solid;
                    border-width: 15px 15px 0px 15px;
                }

                .steps-involved-wrkflow ul li {
                    display: inline-block;
                    width: 31%;
                    vertical-align: top;
                }

                .steps-involved-wrkflow ul li .wBox {
                    min-height: 640px;
                }

                .steps-involved-wrkflow ul li:not(:last-child) {
                    margin-right: 10px;
                }

                .crm-workflow-automation-wrapper .bangalore .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    width: 20%;
                    padding: 20px;
                    height: 120px;
                }

                .crm-workflow-automation-wrapper .bangalore .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                    padding: unset;
                }

                .crm-workflow-automation-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
                    background: #2A1B3D !important;
                }

                .crm-workflow-automation-wrapper .australia .basic_feature_tabbing {
                    padding-bottom: 0;
                    padding-top: 0;
                }

                /* marketing analytics css starts from here */

                .marke-campaigns-analytics-wrapper .analytics-campaign-banner {
                    background-image: url("./../images/templates/mar-ana-banner-img.png");
                    background-color: #d8dbf0;
                }

                .marke-campaigns-analytics-wrapper .contact-us-wrapper .feat-discription {
                    min-height: unset;
                    margin-top: 10px;
                }

                .marke-campaigns-analytics-wrapper .boxes-feature-pages li {
                    min-height: 810px;
                }

                /* crm dashboard wrapper */

                .crm-dashboard-wrapper .top_banner_section .feat-discription,
                .email-ver-wrapper .em-ver-banner-wrapper .feat-discription {
                    text-align: left;
                }

                .crm-dashboard-wrapper .top_banner_section .helvetica-bold24 {
                    font-weight: normal;
                }

                .crm-dashboard-wrapper .featurePoints,
                .email-segmentation-wrapper .featurePoints {
                    padding-top: 0;
                    padding-bottom: 0;
                }

                .crm-dashboard-wrapper .featurePoints ul,
                .email-segmentation-wrapper .featurePoints ul {
                    padding-top: 30px;
                    margin-bottom: 0;
                }

                .crm-dashboard-wrapper .featurePoints ul li,
                .email-segmentation-wrapper .featurePoints ul li {
                    margin-bottom: 10px;
                }

                .crm-dashboard-wrapper .featurePoints ul li:last-child {
                    margin-bottom: 0px;
                }

                .crm-dashboard-wrapper .crm-workflow-automation-wrapper .bangalore .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                    height: unset;
                }

                .crm-dashboard-wrapper .lead-auto-resp-wrapper .boxes-feature-pages li {
                    min-height: 496px;
                }

                .crm-dashboard-wrapper .australia .basic_feature_tabbing #tabs img {
                    margin-bottom: 0;
                }


                /* email segmentation css starts from here */

                .email-segmentation-wrapper .product-step-box ul {
                    padding-left: 20px;
                }

                .email-segmentation-wrapper .product-step-box ul li {
                    list-style: disc;
                    display: list-item;
                }

                /* email verifier wrapper */

                .email-ver-wrapper .em-ver-banner-wrapper {
                    background-color: #351b55;
                }

                .background-color-E0E5EC {
                    background-color: #e0e5ec;
                }

                .minus-top-30 {
                    margin-top: -30px;
                    padding-bottom: 60px;
                    border-bottom: 1px solid #e0e5e6;
                }

                .email-ver-wrapper .minus-top-30 .product-step-box {
                    min-height: 550px;
                }

                .temp-gal ul {
                    margin-top: 50px !important;
                }

                .temp-gal ul li {
                    display: inline-block;
                    width: 25%;
                    text-align: left;
                    vertical-align: top;
                }

                .temp-gal ul li:not(:last-child) {
                    margin-right: 85px;
                }

                /* crm for startups css starts from here */

                .crm-for-startups-wrapper .crm-for-startups-banner {
                    background-image: url("./../images/templates/crm-for-startups-banner-img.jpg");
                    background-color: #dad4d2;
                }

                /* personalized email marketing css starts from here */

                .personalized-wrapper .banner-personalized-wrapper {
                    background-image: url("./../images/templates/personalized-banner.jpg");
                    background-color: #dad4d2;
                }

                .demographic-wrapper .demographic-banner-wrapper {
                    background-image: url("./../images/templates/banner-img-demograpic.jpg");
                    background-color: #dde2e8;
                }


                /* google-ads-new-page css starts */

                .google-ads-new-page-wrapper .ima-banner-wrapper {
                    background-image: url("./../images/templates/g-ads-n-banner-img.webp");
                }

                .google-ads-new-page-wrapper .ima-banner-wrapper .feat-discription {
                    max-width: 600px;
                }

                .grid-container {
                    display: grid;
                    background-color: #fff;
                    padding: 10px;

                }

                .grid-item {
                    background-color: #fff;
                    box-shadow: 0 -1px 39px 5px rgb(0 0 0 / 10%);
                    padding: 30px;
                    /* font-size: 30px; */
                }

                .grid-four-box .grid-container {
                    grid-template-columns: 1fr 1fr;
                    grid-column-gap: 40px;
                    grid-row-gap: 40px
                }

                .grid-four-box .grid-item {
                    text-align: left;
                }

                /* idfc page css starts from here */


                .idfc-banner-wrapper, .third-section-idfc {
                    background: #F9FCFF;
                }

                .terms-cond {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

                .fourth-sec-grids {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                    grid-column-gap: 70px;
                }


                .bluish-background-shape {
                    background: #25143a;
                    border-radius: 122px 0 122px 0;
                }

                .sixth-section-idfc,
                .eight-section-idfc {
                    border-bottom: 1px solid #DBEAFF;
                }

                .points-with-right-tick ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

                .points-with-right-tick ul li {
                    display: inline-block;
                    vertical-align: top;
                }

                .points-with-right-tick ul li small {
                    width: 30px;
                    vertical-align: top;
                    margin-top: 10px;
                }

                .points-with-right-tick ul li span {
                    width: calc(100% - 40px);
                    vertical-align: top;
                }

                .points-with-right-tick ul li:not(:last-child) {
                    margin-bottom: 40px;
                }

                .grid-three-row {
                    display: grid;
                    grid-template-columns: 1fr 1fr 1fr;
                    gap: 40px;
                }

                .grid-three-box .boxes {
                    box-shadow: 1px -1px 23px 0 rgb(0 0 0 / 10%);
                    min-height: 365px;
                    padding: 20px;
                    border-radius: 4px;
                }

                .last-section-of-page {
                    padding-bottom: 90px;
                }

                .idfc-main-wrapper .ss-buttons {
                    min-width: 200px;
                }


                .common-bottom-cta-section {
                    background-color: #e0e5ec;
                    margin-top: -40px;
                    padding-top: 100px;
                    padding-bottom: 60px;
                }

                .common-bottom-cta-section .row {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                }

                .sales_force_automation .crm .shadowContainer .sales_force_benefits .slide_Number {
                    line-height: 72px;
                }

                /************** media querie0 start ********/

                @media only screen and (max-width: 375px) {
                    .australia .christmas-bg {
                        padding: 0px;
                    }

                    .christmas-wraper .feat-discription {
                        height: auto;
                    }

                    .ss-sparking-inner-box {
                        padding: 15px 12px 0px;
                        min-height: 255px;
                    }

                    .ss-white-btn {
                        padding: 0px 15px;
                    }

                    .cust-icons ul li:not(:last-child) {
                        margin-right: 30px;
                    }
                }

                @media only screen and (min-width: 300px) and (max-width: 768px) {
                    .businees-easier .circle-view {
                        margin: 50px 20px 0;
                    }

                    .india-offer-page #christmasOffer {
                        margin-bottom: 0;
                        margin-left: 0;
                    }

                    .india-offer-page #christmasOffer>div {
                        font-size: 24px;
                        margin-right: 10px;
                    }

                    .template-eight .slider_section .flic-carousel .carousel-cell img {
                        width: unset;
                        max-width: 100%;
                    }

                    .template-eight .flic-carousel .threeBoxInnerSec {
                        border: none;
                        padding: 30px
                    }

                    .template-eight .mobileView {
                        margin: unset;
                    }

                    .corporate-directory .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 530px !important;
                    }

                    .main-template_wrapper .top_banner_section h3 {
                        font-size: 28px;
                        line-height: 43px;
                    }

                    .bannerHeading h1 {
                        font-size: 28px;
                        line-height: 43px;
                    }

                    .lead-management .googleAdWords .loginSlotbottom .crm_blue_btn, .small_business .googleAdWords .loginSlotbottom .crm_blue_btn, .google_landing_page .googleAdWords .loginSlotbottom .crm_blue_btn, .australia .googleAdWords .loginSlotbottom .crm_blue_btn, .delhi .delhiCtaSec .crm_blue_btn {
                        padding: 13px 15px;
                    }

                    .reminder-email-sec .instantFreeTrialDiv {
                        padding: 170px 15px 70px;
                    }

                    .serve-client-any-time .featuresofCRM {
                        margin-bottom: 20px;
                    }

                    .serve-client-any-time {
                        padding: 50px 15px 50px;
                    }

                    .ss-sparking-inner-box {
                        background-size: 100%;
                    }

                    .celebrate-holiday-ss .col-md-7 {
                        padding-right: 15px;
                    }

                    .australia .christmas-bg {
                        background-color: #fff;
                        background-position: bottom;
                    }

                    .christmas-wraper .ss-sparking-deals .ss-white-btn {
                        color: #131415 !important;
                    }

                    .banner-content-box {
                        padding-top: 15px;
                    }

                    .banner-content-box p {
                        font-size: 18px;
                    }

                    .blueBg .banner-content-box h3 {
                        font-size: 24px !important;
                        line-height: 34px !important;
                    }

                    #christmasOffer>div {
                        margin-right: 10px;
                        font-size: 28px;
                    }

                    .ss-christmas-timer {
                        padding: 30px 0px 0px;
                    }

                    #christmasOffer>div span {
                        font-size: 16px;
                    }

                    .ss-sparking-deals h2, .boost-your-business h2 {
                        font-size: 28px;
                        line-height: 38px;
                    }

                    .ss-sparking-inner-box h3 {
                        padding: 0px 15px;
                        line-height: 36px;
                        font-size: 28px;
                    }

                    .ss-sparking-inner-box {
                        margin-bottom: 20px;
                    }

                    .ss-sparking-deals {
                        padding: 0px 0px;
                    }

                    .boost-your-business {
                        padding: 50px 0px 0px;
                    }

                    .ss-sparking-deals h2 span {
                        line-height: 32px;
                    }

                    .email-input {
                        width: 100%;
                        display: block;
                        border-radius: 4px;
                    }

                    .notify-btn {
                        display: block;
                        text-align: center;
                        border-radius: 4px;
                        margin-top: 10px;
                        margin-bottom: 20px;
                    }

                    .boost-your-business figure img {
                        min-height: auto;
                    }

                    .why-choose-ss {
                        padding: 50px 25px 50px;
                    }

                    .why-choose-ss .newHeadings {
                        font-size: 28px;
                        line-height: 38px;
                    }

                    .choose-ss-list {
                        display: block;
                    }

                    .choose-ss-list li {
                        width: 100%;
                        margin-bottom: 20px;
                    }

                    .mobile-img {
                        display: block;
                    }

                    .celebrate-holiday-ss {
                        padding: 50px 15px 0px;
                    }

                    .celebrate-inner-wraper .celebrate-top-para {
                        font-size: 22px;
                    }

                    .christmas-wraper .newHeadings, .christmas-wraper .newHeadings {
                        font-size: 28px;
                        line-height: 38px;
                    }

                    .celebrate-inner-wraper .celebrate-bottom-para span {
                        font-size: 28px;
                    }

                    .ss-extensive-support .subscription-plans {
                        background-image: none !important;
                    }

                    .newZealand .bestCrmIndia .row:last-child ul {
                        margin-bottom: 50px;
                    }

                    .newZealand .slider_section .testimonialViewNew ul li {
                        Width: 100%;
                        Height: 100%;
                        padding: 20px !important;
                    }

                    .newZealand .slider_section .testimonialViewNew ul li:last-child {
                        display: block !important;
                    }

                    .india .bestCrmIndia .featureHeading {
                        line-height: 38px;
                    }

                    .india .bestCrmIndia img {
                        margin-bottom: 20px;
                    }

                    .india .slider_section .testimonialViewNew ul li:last-child, .newZealand br {
                        display: none;
                    }

                    .india .slider_section {
                        padding: 60px 0 0 0;
                    }

                    .india .googleAdWords .loginSlotbottom .login-inner-container, .bangalore .googleAdWords .loginSlotbottom .login-inner-container, .mumbai .googleAdWords .loginSlotbottom .login-inner-container {
                        padding: 70px 0 40px 0;
                    }

                    .india .bestCrmIndia .margin_left_rgt_fifty .recentProcessRow:last-child .col-md-6:last-child ul {
                        margin-bottom: 0;
                    }

                    .india .basic_feature_tabbing #tabs .feat-discription {
                        width: 85%;
                        margin: auto;
                        margin-bottom: 30px;
                    }

                    .india .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        border: 1px solid #e0e5e6;
                    }

                    .ahmedabad-main-wraper.india .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        border-bottom: 1px solid #e0e5e6 !important;
                        padding-bottom: 0px !important;
                        height: 53px !important;
                    }

                    .india .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                        padding: 10px;
                    }

                    .india .small_business_first_sec .basic_feature_tabbing .ui-widget-header {
                        background-color: transparent;
                        padding: 10px 0 30px 0;
                    }

                    .india .slider_section .flic-carousel .flickity-viewport {
                        height: 310px !important;
                    }

                    .newZealand .slider_section .flic-carousel .flickity-viewport {
                        height: 570px !important;
                    }

                    .india .slider_section .testimonialViewNew ul li {
                        display: table-cell;
                        padding: 10px;
                    }

                    .india .customer_report_section ul {
                        padding: 0;
                    }

                    .india .customer_report_section ul li {
                        display: block;
                        margin-right: 0;
                        margin-bottom: 30px;
                    }

                    .india .feat-discription, .newZealand .recentProcess .recentProcessRow ul {
                        height: unset;
                    }

                    .ss-extensive-support .blueBg {
                        background-image: url("./../images/crm-page/ss-extensive-banner.png") !important;
                    }

                    .australia .aus_video_sec {
                        padding-bottom: 60px;
                    }

                    .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        display: table-cell;
                    }

                    .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                        overflow: auto;
                    }

                    .australia .covidVideoSec iframe {
                        left: 0;
                        width: 100%;
                        height: 100%;
                    }

                    .australia .covidVideoSec::before {
                        left: -30px;
                    }

                    .australia .btn_text_section .btn_container .crm_blue_btn {
                        padding: 20px 30px !important
                    }

                    .australia .covidVideoSec::after {
                        bottom: -29px;
                        right: -29px;
                    }

                    .animated {
                        /*CSS transitions*/
                        -o-transition-property: none !important;
                        -moz-transition-property: none !important;
                        -ms-transition-property: none !important;
                        -webkit-transition-property: none !important;
                        transition-property: none !important;
                        /*CSS transforms*/
                        -o-transform: none !important;
                        -moz-transform: none !important;
                        -ms-transform: none !important;
                        -webkit-transform: none !important;
                        transform: none !important;
                        /*CSS animations*/
                        -webkit-animation: none !important;
                        -moz-animation: none !important;
                        -o-animation: none !important;
                        -ms-animation: none !important;
                        animation: none !important;
                    }

                    .australia .googleAdWords .loginSlotbottom .crm_blue_btn, .india .customer_report_section ul li:last-child {
                        margin-right: 0;
                    }

                    .australia .googleAdWords .margin_left_rgt_fifty {
                        width: 100%;
                    }

                    .australia .crminAus .mobviewleft {
                        text-align: left !important;
                        margin-top: 20px;
                    }

                    .australia .bestCRM_aus .ma-top40 {
                        text-align: center !important;
                    }

                    .australia .googleAdWords .loginSlotbottom h3 {
                        margin-bottom: 10px !important;
                    }

                    .ss-extensive-support .googleAdWords .loginSlotbottom h3 {
                        margin-bottom: 30px !important;
                    }

                    .australia .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child .featureHeading:first-child::before, .australia .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(2) .featureHeading::before, .australia .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:first-child .featureHeading:first-child::before, .australia .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(2) .featureHeading::before {
                        display: none;
                    }

                    .australia .bestCRM_aus::before, .australia .bestCRM_aus::after, .ss-extensive-support .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(3)::before {
                        display: none;
                    }

                    .australia .basic_feature_tabbing .newHeadings, .australia .imple_crm_aus .newHeadings, .australia .bestCRM_aus .ma-top40, .newZealand .inteRightPart .newHeadings.inteRightPart .newHeadings, .ahmedabad .convertVisitors .newHeadings, .bangalore .aus_video_sec .newHeadings, .bangalore .inteRightPart .newHeadings {
                        text-align: left;
                        width: 85%;
                    }

                    .ss-extensive-support .ss-features .newHeadings {
                        text-align: left;
                        width: 90%;
                    }

                    .australia .crminAus .feature_explained .row .col-md-6:last-child, .australia .imple_crm_aus .row .col-md-6:last-child, .australia .crminAus:last-child .feature_explained .row .col-md-6:last-child, .india .bestCrmIndia .row .col-md-6:last-child, .ss-extensive-support .ss-features .features-points .row .col-md-6:last-child, .ahmedabad .convertVisitors .margin_left_rgt_fifty .row .col-md-8, .bussinessCRM .sheet_track_section .row .col-md-6:last-child, .bussinessCRM .bussiness_slider_section .row .col-md-7, .bussinessCRM .second_shadowcontainer .which_side_you_section_cards .row .col-md-6:last-child, .sales_force_automation .crm .shadowContainer .sales_force_benefits .margin_left_rgt_fifty .row:first-child .col-md-4:first-child, .dubai .imple_crm_aus .setPaddingLeft .col-md-7, .delhi .sliderD .row .col-md-8, .delhi .delhiSliderHeading, .gurugram .features_section .row .col-md-6:last-child, .sales_Tracker .dubai .imple_crm_aus .setRightPadding .col-md-7, .free_crm .ss-free-box .row .col-md-6:first-child, .virginia .bussinessCRM .salez_user .day_time_text .row .col-md-4:nth-child(2), .california .btn_text_section .row .col-md-4:nth-child(2), .california .btn_text_section .row .col-md-4:nth-child(3), .delaware-main-wrapper .lead_mngment_p .col-md-8, .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-5, .indiana-wrapper .featurePoints .row .col-md-6:last-child, .scarolina-wrapper .top_part .col-md-4, .scarolina-wrapper .bottomPart .col-md-6, .dubbo-wrapper .sales_force_benefits .margin_left_rgt_fifty .row .col-md-6:last-child, .ss-offer .exclusive-launch .row .col-md-6:last-child, .ss-offer .ss-tools .rowBorder:last-child .row .col-md-6:last-child, .real-state-wrapper .points-wrapper .row .col-md-8, .real-state-wrapper .real-state-feature-listings .row .col-md-6:last-child, .real-state-wrapper .mob_section .row .col-md-6:last-child, .marketing-gujarat-wrapper .sales_force_benefits .col-md-6:last-child, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-lg-6:last-child, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .row .col-lg-6:last-child, .sales-crm-wrapper .p-l-f .col-lg-4 {
                        padding-left: 15px;
                    }

                    .australia .imple_crm_aus .row .col-md-6:first-child, .australia .crminAus:last-child .feature_explained .row .col-md-6:first-child, .india .bestCrmIndia .row .col-md-6:first-child, .newZealand .graph_section .row .col-md-6:first-child, .newZealand .secondTab #Cost-efficient .row .col-md-6:last-child, .newZealand .secondTab #Easy_Lead_Management .row .col-md-6:last-child, .newZealand .secondTab #Enhanced_Marketing .row .col-md-6:last-child, .newZealand .secondTab #Ease_of_Access .row .col-md-6:last-child, .build_effective .campaign_section .row .col-md-6:last-child, .sales_force_automation .crm .shadowContainer .salesForce-slider .row .col-md-3, .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row .col-md-6:first-child, .dubai .imple_crm_aus .setRightPadding .col-md-7, .delhi .mdata .row .col-md-6:last-child, .delhi .sliderD .row .col-md-4, .sales_Tracker .bussinessCRM .bussiness_slider_section .row .col-md-6:first-child, .free_crm .ss-free-box .row .col-md-6:last-child, .ss-offer .ss-tools .rowBorder:first-child .row .col-md-6:last-child, .ss-offer .ss-tools .rowBorder:nth-child(3) .row .col-md-6:last-child, .ss-marketing .crm-maketing .row .col-md-7 .feat-discription, .ss-marketing .marketing-slider .row .col-md-6:first-child, .new-york .web_based_crm .simply_leadMngment_system .row .col-md-6:first-child, .newJersey .acc_cont_p .col-md-8, .washington .sales_force_automation .crm .shadowContainer .sales_force_benefits .row .col-md-4, .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-7, .ncarolina-wrapper .australia .imple_crm_aus .setRightPadding .col-md-6:last-child, .ncarolina-wrapper .australia .imple_crm_aus .setPaddingLeft .col-md-6:last-child, .scarolina-wrapper .top_part .col-md-4, .scarolina-wrapper .bottomPart .col-md-6, .bathurst-wrapper .acc_cont_p .col-md-8, .dubbo-wrapper .sales_force_benefits .margin_left_rgt_fifty .row .col-md-6:first-child, .queanbeyan-wrapper .acc_cont_p .col-md-8, .ss-offer .exclusive-launch .row .col-md-6:first-child, .orange-wrapper .orange_slider .row .col-md-4, .real-state-wrapper .points-wrapper .row .col-md-4, .real-state-wrapper .real-state-feature-listings .row .col-md-6:first-child, .real-state-wrapper .mob_section .row .col-md-6:first-child, .real-state-wrapper .mas_slider .row .col-md-4:first-child, .real-state-wrapper .mas_slider .row .col-md-4:nth-child(2), .marketing-gujarat-wrapper .sales_force_benefits .col-md-6:first-child, .armidale-wrapper .points-wrapper .row .col-lg-8, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-lg-6:first-child, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .row .col-lg-6:first-child, .sales-crm-wrapper .p-l-f .col-lg-4 {
                        padding-right: 15px;
                    }

                    .australia .small_business_first_sec .crminAus .feature_explained .margin_left_rgt_fifty, .australia .imple_crm_aus .feature_explained .margin_left_rgt_fifty {
                        width: 85%;
                    }

                    .australia .crminAus .paddingTop60 .newHeadings, .australia .bestCRM_aus .newHeadings, .australia .bestCRM_aus .feat-discription, .india .graph_section .newHeadings, .india .bestCrmIndia .newHeadings, .customer_report_section .newHeadings:first-child, .ss-extensive-support .newHeadings, .mumbai .evolutionMumbai .newHeadings, .pune .newHeadings, .build_effective .additional_factors .newHeadings {
                        text-align: left;
                        width: 88%;
                        margin: auto;
                    }

                    .australia .small_business_first_sec .btn_container .crm_blue_btn, .australia .small_business_first_sec .btn_container .crm_Btn, .dubai .blueBg .btn_container .crm_yellow_btn, .dubai .blueBg .btn_container .crm_black_btn, .chennai .blueBg .btn_container .crm_yellow_btn, .chennai .blueBg .btn_container .crm_black_btn, .delhi .blueBg .btn_container .crm_yellow_btn, .delhi .blueBg .btn_container .crm_black_btn, .gurugram .blueBg .btn_container .crm_yellow_btn, .gurugram .blueBg .btn_container .crm_black_btn, .hyderabad .blueBg .btn_container .crm_yellow_btn, .hyderabad .blueBg .btn_container .crm_black_btn, .lowCost .blueBg .btn_container .crm_yellow_btn, .lowCost .blueBg .btn_container .crm_black_btn, .web_based_crm .blueBg .btn_container .crm_yellow_btn, .web_based_crm .blueBg .btn_container .crm_black_btn, .sales_Tracker .blueBg .btn_container .crm_yellow_btn, .sales_Tracker .blueBg .btn_container .crm_black_btn, .free_crm .blueBg .btn_container .crm_yellow_btn, .free_crm .blueBg .btn_container .crm_black_btn, .ss-contact-management .btn_container .crm_yellow_btn, .ss-contact-management .btn_container .crm_black_btn, .ss-marketing .btn_container .crm_yellow_btn, .ss-marketing .btn_container .crm_black_btn, .new-york .btn_container .crm_yellow_btn, .new-york .btn_container .crm_black_btn, .california .blueBg .lead_heading .btn_container .crm_yellow_btn, .california .blueBg .lead_heading .btn_container .crm_black_btn, .california .delhi .delhiCtaSec .crm_black_btn, .texas .lead_heading .btn_container .crm_yellow_btn, .texas .blueBg .btn_container .crm_black_btn {
                        padding: 20px;
                    }

                    /* .australia .landing_page_form .signUpView {
                        max-width: 441px !important;
                    } */
                    .australia .blueBg .lead_heading {
                        padding: 60px 0 0 0px;
                        margin-bottom: 30px;
                    }

                    .covidBanner {
                        padding: 150px 0 300px 0px;
                    }

                    .covidBanner br, .bussinessCRM .blueBg .border_bottom, .bussinessCRM .blueBg .border_top {
                        display: none;
                    }

                    .googleAdWords .inteRightPart ul:last-child li {
                        margin-bottom: 20px;
                    }

                    .googleAdWords .inteRightPart ul:last-child li:nth-last-child(2), .googleAdWords .inteRightPart ul:last-child li:last-child {
                        margin-bottom: 0;
                    }

                    .customer_first_section .landing_page_form {
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }

                    .customer_first_section h3 {
                        line-height: 48px;
                        margin: 60px 0 10px 0;
                    }

                    .google_landing_page .newHeadings {
                        font-size: 24px;
                        line-height: 38px;
                    }

                    .small_business .small_business_first_sec .btn_text_section .margin_left_rgt_fifty, .pune .newHeadings {
                        width: 90%;
                    }

                    .small_business .small_business_first_sec .core_Features .feature-listing .row, .small_business .small_business_first_sec .benefits_choosingSSCRM .feature_explained img, .small_business .small_business_first_sec .core_Features .featuresofCRM img {
                        margin-bottom: 10px;
                    }

                    .small_business .small_business_first_sec .core_Features {
                        padding-bottom: 0;
                    }

                    .small_business .blueBg .lead_heading h3 {
                        background: black;
                        opacity: 0.8;
                        width: 90%;
                    }

                    .small_business .small_business_first_sec .benefits_choosingSSCRM .feature_explained .row .col-md-6:first-child, .small_business .small_business_first_sec .core_Features .feature-listing .row .col-md-4, .australia .googleAdWords .loginSlotbottom .login-inner-container .text-left, .newZealand .secondTab img, .ss-extensive-support .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(3), .ahmedabad .convertVisitors .margin_left_rgt_fifty .feat-discription, .new-york .web_based_crm .simply_leadMngment_system .newHeadings {
                        margin-bottom: 30px;
                    }

                    .small_business .small_business_first_sec .essentialCRM_smbs .get_qoute {
                        text-align: left;
                    }

                    .small_business .margin_left_rgt_fifty, .small_business .newHeadings {
                        max-width: 100% !important;
                    }

                    .small_business .small_business_first_sec .btn_text_section .feat-discription, .small_business .small_business_first_sec .btn_text_section .btn_container {
                        text-align: justify;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area ul {
                        padding: 0;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .comp_box {
                        width: 145px;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .compBox_2 {
                        width: 305px;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .compBox_2 .rightPart .easeofUse {
                        font-size: 11px;
                    }

                    .small_business .small_business_first_sec .essentialCRM_smbs {
                        padding: 60px 0;
                    }

                    .small_business .small_business_first_sec .essentialCRM_smbs ul li .max-width {
                        max-width: unset;
                    }

                    .small_business .small_business_first_sec .essentialCRM_smbs ul {
                        padding: 0;
                    }

                    .small_business .small_business_first_sec .investmentDiv {
                        padding-top: 60px;
                    }

                    .small_business .blueBg {
                        background-image: url("./../images/crm-page/small_business_banner_mobile.png");
                        padding: 120px 0 120px 0px;
                    }

                    .small_business .blueBg .lead_heading h3, .small_business .small_business_first_sec .newHeadings {
                        line-height: 48px;
                        font-size: 30px;
                        text-align: left;
                    }

                    .small_business .small_business_first_sec .benefits_choosingSSCRM .margin_left_rgt_fifty .newHeadings {
                        max-width: 100%;
                    }

                    .small_business .small_business_first_sec .feature_loaded_SMBs .margintop70, .small_business .small_business_first_sec .essentialCRM_smbs .get_qoute, .gurugram .features_section .features_section_boxes .featureHeading, .gurugram .features_section .text-center .featureHeading {
                        margin-top: 30px;
                    }

                    .small_business .small_business_first_sec .feature_loaded_SMBs .margin_left_rgt_fifty, .ahmedabad .convertVisitors .margin_left_rgt_fifty {
                        width: 85%;
                    }

                    .small_business .small_business_first_sec .feature_compare .margin_left_rgt_fifty {
                        width: 95%;
                    }

                    .compare-feature-new-style .inline-feature {
                        box-shadow: none !important;
                    }

                    .small_business .small_business_first_sec .feature_compare .row {
                        overflow: scroll;
                    }

                    .small_business .small_business_first_sec .essentialCRM_smbs ul {
                        margin-top: 40px;
                    }

                    .essentialCRM_smbs img {
                        animation: none;
                    }

                    .small_business .small_business_first_sec .investmentDiv .left_secof_InvestmentDiv figure img {
                        display: none;
                    }

                    .lead-management .benefits_lead_mngment_system .whyss_Container .newwhySSBox:nth-last-child(3), .ss-extensive-support .crminAus .feature_explained .featuresofCRM:last-child {
                        margin-bottom: 0;
                    }

                    .lead_conclusion h2 {
                        margin-top: 0px;
                    }

                    .leadBackgroundBG {
                        background-image: none;
                        background-repeat: unset;
                        background-position: unset;
                        height: unset;
                    }

                    .lead-management .blueBg {
                        padding-top: 100px;
                        padding-bottom: 100px;
                    }

                    .lead-management .btn_container::after {
                        display: none;
                    }

                    .border-top-btm .newBoxshadow {
                        padding: unset;
                    }

                    .covLastSec .coloredBG {
                        padding-bottom: unset;
                        margin-top: unset;
                        background: transparent;
                    }

                    .newBoxshadow:hover {
                        transition: none;
                        box-shadow: none;
                    }

                    .leadmanagementBG {
                        background: none;
                        height: auto;
                    }

                    .lead_desc {
                        margin-top: 10px;
                    }

                    .lead_management_system_works::before, .bottomPattern::before, .bottomSmallPattern::before, .blacksmallpattern::before, .lead_conclusion .conclusionPatternLeft::before, .lead_conclusion .conclusionPatternRight::before {
                        display: none;
                    }

                    .lead_management_system_works {
                        margin-top: 50px;
                    }

                    .lead_management_system_works .email-marketin-last {
                        margin-top: 30px;
                    }

                    .lead-management .blueBg .lead_heading {
                        text-align: left;
                    }

                    .lead-management .blueBg .crm_Btn, .small_business .small_business_first_sec .btn_container .crm_Btn, .australia .small_business_first_sec .btn_container .crm_Btn {
                        font-size: 11px;
                    }

                    .lead-management .newHeadings {
                        text-align: left;
                    }

                    ._covid19 .enterprise_crm .feat-discription, .leadmanagementBG, .lead-management .feat-discription, .small_business .small_business_first_sec .feat-discription {
                        text-align: justify;
                    }

                    .lead-management .feat-discription {
                        text-align: justify !important;
                    }

                    ._covid19 .enterprise_crm .feat-discription {
                        max-width: 100%;
                        margin-bottom: 20px;
                    }

                    ._covid19 .enterPriseBanner {
                        padding-bottom: 83px !important;
                        padding-top: 240px !important;
                    }

                    .SalezProcess_mngt .email-heading br {
                        display: none;
                    }

                    .SalezProcess_mngt .inners-container {
                        padding: 50px 0;
                    }

                    .socialCRM .feat-discription {
                        margin-right: unset;
                    }

                    .socialCRM .border-box-usa-crm {
                        padding-bottom: 30px;
                    }

                    .signUpView {
                        float: left;
                    }

                    .landing_page_form .signUpView {
                        float: none;
                    }

                    .usaLandingPage .email-heading {
                        margin-top: 20px;
                    }

                    .usaCrm .emarketingmrgn {
                        margin: unset;
                    }

                    .usaCrmImg {
                        margin-top: 35px;
                    }

                    .boxscrollheight {
                        height: 150px !important;
                    }

                    .advantofcrmBGimg, .thingToconsiderBGimg, .standardCrmBgimg {
                        padding: 50px 20px;
                    }

                    .enterPriseBanner, .socialCRM .enterPriseBanner, .tradistionalBGimg, .socialMediaBGimg, .diffrencebtwnBGimg, .powerofsocialMbgImg {
                        padding: 120px 20px 80px;
                    }

                    .mobmarginBottom {
                        margin-bottom: 30px;
                    }

                    .enterprise_crm .email-marketing-margin {
                        margin: unset;
                    }

                    .email-marketing-margin .feat-discription {
                        margin-bottom: 40px;
                    }

                    .email-marketin-last .box-scroll {
                        overflow: auto;
                    }

                    .enterPriseBanner h3 {
                        text-align: left;
                    }

                    .contactPopupContainer {
                        width: 90%;
                        margin: auto;
                    }

                    .contactPopupContainer .contactUsPopupForm {
                        padding: 20px;
                        width: 100%;
                        /* max-height: 480px; */
                        padding-top: 40px;
                        background: #fff;
                    }

                    .popup-content {
                        top: 90px;
                    }

                    .popupLeftSec {
                        width: 100%;
                        height: 390px;
                    }

                    .popup-content h2 {
                        font-size: 40px;
                    }

                    .gray-stip {
                        width: 100%;
                        left: 0px;
                    }

                    .popup-logo {
                        padding-bottom: 25px;
                        padding-top: 20px;
                    }

                    .rigthadres {
                        margin-top: unset;
                    }

                    .howto {
                        height: unset;
                        padding: unset;
                        padding-bottom: 50px;
                        padding-top: 50px;
                    }

                    .email-heading, .small_business .small_business_first_sec .investmentDiv .newHeadings, .newZealand .secondTab #Easy_Lead_Management img {
                        margin-top: 0;
                    }

                    .email-marketing-margin {
                        margin: unset;
                    }

                    .benofEmarketing .figure {
                        text-align: center;
                        margin-top: 20px;
                    }

                    .email_marketing .figure, .socialCRM .figure, .SalezProcess_mngt .figure {
                        margin-bottom: 30px;
                        text-align: center;
                    }

                    .emarketingmrgn {
                        margin: unset;
                    }

                    .sales-process-mgt-last-sec-head {
                        font-size: 24px;
                        line-height: 38px;
                    }

                    .blueBg h3, .howto h3, .enterPriseBanner h3, .advantofcrmBGimg h3, .bannerCenterText h3, .texas .lead_heading .newHeadings {
                        font-size: 28px !important;
                        line-height: 43px !important;
                    }

                    .change_col_on_mobile .col-md-3, .change_col_on_mobile .col-md-7, .change_col_on_mobile .col-md-5, .change_col_on_mobile .col-md-6, .change_col_on_mobile .col-md-8, .change_col_on_mobile .col-md-4 {
                        float: initial;
                    }

                    .change_col_on_mobile_customer_soft_page .col-md-6 {
                        float: initial;
                    }

                    .shark_force_points, .pune .popular_We_Are .companyLogo_Area {
                        margin-left: 0;
                    }

                    .ma-topmob30 {
                        margin-top: 30px;
                    }

                    .btn_container ul {
                        padding-left: 0;
                    }

                    .ma-top70 {
                        margin-top: 40px;
                        border-top: 1px solid #b3bcc9;
                        padding-top: 40px;
                    }

                    .width-unset {
                        width: unset !important;
                    }

                    .evolutionBox {
                        margin-bottom: 10px;
                    }

                    .evolutionYear {
                        width: 100px;
                        height: 100px;
                        top: 50%;
                        transform: translateY(-50%);
                        font-size: 20px;
                        left: -10px;
                        padding-top: 0px;
                    }

                    .evolutionYear span {
                        width: 86px;
                        height: 86px;
                        font-size: 22px;
                        padding-top: 20px;
                    }

                    .evolutionASetBelow992 .feat-discription {
                        line-height: 18px;
                        font-size: 12px;
                    }

                    .col-xs-offset-right-5 .evolutionYear {
                        left: -10px;
                    }

                    .col-xs-offset-right-5 .evolutionBox .evolutionText {
                        padding-right: 40px;
                        padding-left: 52px;
                    }

                    .evolutionBox .evolutionText {
                        padding-left: 52px;
                        padding-right: 40px;
                        width: 85%;
                    }

                    .questions-text {
                        font-size: 16px;
                        line-height: 24px;
                    }

                    .answers {
                        margin-top: 50px;
                    }

                    .build-small {
                        margin-top: 75px;
                    }

                    .build-medium {
                        margin-top: 50px;
                    }

                    .revenue-text {
                        margin: 0 !important;
                        text-align: left;
                    }

                    .crm-heading-spacing {
                        text-align: left !important;
                    }

                    .bgCruveLine:before {
                        display: none;
                    }

                    .bgCruveLine:after {
                        display: none;
                    }

                    .inners-container .crm-text {
                        padding: unset;
                        margin-top: 50px;
                    }

                    .mobView {
                        font-size: 0;
                    }

                    .mobView .col-md-3 .LandingPageboxes:first-child {
                        margin-right: 10px;
                    }

                    .LandingPageboxes {
                        display: inline-block;
                        width: calc(50% - 5px) !important;
                        vertical-align: top;
                    }

                    .LandingPageboxes_second>div {
                        display: inline-block;
                        width: 49%;
                        margin-top: 15px !important;
                        margin-bottom: 0 !important;
                    }

                    .LandingPageboxes_second {
                        width: 100% !important;
                        height: 130px;
                    }

                    .googleAdWords .five_reasons br, .blueBg br {
                        display: none !important;
                    }

                    .googleAdWords .loginSlotbottom h3, .australia .googleAdWords .loginSlotbottom h3 {
                        line-height: 35px;
                        margin-bottom: 30px;
                        font-size: 28px;
                        text-align: center;
                    }

                    .googleAdWords .loginSlotbottom .login-inner-container .text-left {
                        text-align: center;
                    }

                    .noCreditR, .SalezProcess_mngt .noCreditR {
                        margin: 20px 0 0 -16px;
                    }

                    .footerlistings {
                        padding: 0 10px;
                        font-size: 0;
                    }

                    .footerlistings .listingItems {
                        padding: 0 10px 0 0;
                        display: inline-block;
                        width: 33%;
                        margin-bottom: 25px;
                    }

                    .footerView ul li {
                        line-height: 20px;
                        margin: 10px 0 10px 0;
                        font-size: 12px !important;
                    }

                    .listingItems ul li a {
                        line-height: 16px !important;
                    }

                    .footerMobileNumbers a {
                        font-size: 10px !important;
                    }

                    .socialmediaiconsmob {
                        margin: 20px 0;
                    }

                    .blueBg .pattern::before {
                        left: -10px;
                        top: -30px;
                        display: none;
                    }

                    .footerView ul li.top20 a:link, .footerView ul li.top20 a:active, .footerView ul li.top20 a:visited, .footerView ul li.top20 a:hover {
                        margin-right: 2vw;
                    }

                    .mobileviewMatop40px {
                        margin-top: 40px;
                    }

                    .videoSecLeftContainer {
                        padding: 0px 0px 40px;
                    }

                    .videoSecLeftContainer p {
                        margin-top: 20px;
                    }

                    .recentProcessRow {
                        display: flow-root;
                        margin-top: 30px;
                    }

                    .bannerCenterText {
                        max-height: 72px;
                    }

                    ._covid19 .enterprise_crm .email-marketing-margin {
                        margin: 0px 15px;
                        text-align: justify;
                    }

                    .videoSecLeftContainer p.featureHeading {
                        font-size: 24px;
                        line-height: 31px;
                        margin-top: 0px;
                    }

                    .covidVideoSec::before, .covidVideoSec::after {
                        z-index: -1;
                    }

                    .threezBoxSec h3 {
                        margin-top: 40px;
                        font-size: 18px;
                        line-height: 30px;
                        padding: 0;
                        max-width: 100%;
                        margin-bottom: 40px;
                    }

                    .threeBoxRow {
                        max-width: 100%;
                        margin: 30px auto 0px;
                    }

                    .threezBoxSec .threeBoxInnerSec p {
                        font-size: 20px;
                        margin-bottom: 40px;
                        margin-top: 10px;
                    }

                    .productDifferentiator.threezBoxSec .threeBoxInnerSec p {
                        margin-bottom: 0px;
                    }

                    .productDifferentiator.threezBoxSec .threeBoxInnerSec p.feat-discription {
                        margin-bottom: 15px;
                    }

                    .threezBoxSec {
                        padding-bottom: 0px;
                    }

                    .threeBoxInnerSec {
                        text-align: center;
                    }

                    .threezBoxSec.productDifferentiator h3 span {
                        margin-bottom: 40px;
                    }

                    .threezBoxSec.productDifferentiator .threeBoxRow {
                        margin-top: 0px;
                    }

                    .productDifferentiator .threeBoxRow:nth-child(2) .col-xs-12:first-child:before, .productDifferentiator .threeBoxRow:nth-child(3) .col-xs-12:last-child:before, .recentProcessRow:after, .recentProcessRow:before {
                        display: none;
                    }

                    .recentProcess h3 {
                        margin-top: 40px;
                        font-size: 18px;
                        line-height: 18px;
                    }

                    .recentProcessRow .col-xs-12 .threeBoxInnerSec:last-child {
                        margin-bottom: 20px !important;
                    }

                    .fullHeightBox .threeBoxInnerSec {
                        padding-top: 10% !important;
                    }

                    .future_optimization, .fiveResionSec {
                        margin-top: 40px;
                    }

                    .fiveResionSec {
                        padding: 40px 0px 0px;
                    }

                    .fiveResionSec.googleAdWords .popular_text {
                        font-size: 18px;
                        line-height: 28px !important;
                    }

                    .recentProcessRow .threeBoxInnerSec {
                        max-width: 280px;
                        margin: auto;
                    }

                    .covLastSec figure img {
                        margin-top: unset;
                    }

                    .recentProcess .recentProcessRow ul {
                        text-align: center;
                    }

                    .recentProcess .recentProcessRow ul li {
                        display: block;
                        width: unset !important;
                    }

                    .recentProcess .recentProcessRow ul li img, .ss-extensive-support .ss-features .features-points ul li:first-child {
                        margin-right: 0;
                    }

                    .ss-extensive-support .ss-features .features-points ul {
                        padding: 0px 20px !important;
                    }

                    .ss-extensive-support .ss-features .features-points ul li:last-child {
                        display: block !important;
                        width: 100%;
                    }

                    .ss-extensive-support .ss-features .features-points ul li:first-child {
                        display: block;
                        padding-bottom: 10px !important;
                    }

                    .recentProcess .recentProcessRow ul li:last-child {
                        margin-top: 10px;
                        margin-left: 0;
                    }

                    .covLastSec h5 {
                        margin-top: 0;
                    }

                    .ss-extensive-support .blueBg .btn_container {
                        margin-bottom: 50px;
                        margin-top: 30px;
                    }

                    .ss-extensive-support .ss-help ul li:nth-child(4), .ss-extensive-support .ss-help ul li:nth-child(5) {
                        margin-bottom: 30px;
                    }

                    .ss-extensive-support .ss-features {
                        background-image: none;
                        background-color: #fff;
                        border: 0;
                    }

                    .ss-extensive-support .ss-features .features-points ul, .ss-extensive-support .ss-help ul, .ss-extensive-support .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                        padding: 0;
                    }

                    .ss-extensive-support .ss-features .features-points .row .col-md-6:last-child ul:last-child {
                        padding-bottom: 60px !important;
                        border-bottom: 1px solid #e0e5e6;
                        margin-bottom: 60px;
                    }

                    .ss-extensive-support.australia .basic_feature_tabbing .feat-discription {
                        padding: 0px !important;
                    }

                    .ss-extensive-support .basic_feature_tabbing .row .col-sm-6:last-child .feat-discription {
                        padding-left: 30px !important;
                    }

                    .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription:first-child::before, .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription:last-child::before {
                        left: 0px !important;
                    }

                    .ss-extensive-support .basic_feature_tabbing #tabsFirst .row .col-md-6:last-child .feat-discription {
                        width: 78%;
                        margin: auto;
                    }

                    .ss-extensive-support .subscription-plans ul li, .pune .pune_features_section ul li:first-child, .pune .pune_features_section ul li:nth-child(2), .chennai .fourRoundPoints ul li {
                        margin-bottom: 30px;
                    }

                    .ss-extensive-support .subscription-plans ul li:last-child, .delhi .pune_features_section ul li:nth-child(2) {
                        margin-bottom: 0;
                    }

                    .ss-extensive-support .ss-help ul li {
                        height: unset;
                        width: 80%;
                        margin-right: 0;
                        text-align: left;
                    }

                    .ss-extensive-support .subscription-plans .planlistingDiv, .ahmedabad .basic_feature_tabbing #tabs .feat-discription {
                        width: 100%;
                    }

                    .ss-extensive-support .subscription-plans .planlistingDiv ul {
                        white-space: nowrap;
                        overflow: scroll;
                        padding-right: 20px;
                        padding-left: 20px;
                    }

                    .ss-extensive-support .subscription-plans .planlistingDiv ul li {
                        white-space: normal !important;
                    }

                    .view-all-feature {
                        text-align: center;
                        padding-left: 0px;
                    }

                    .ss-extensive-support .blueBg .btn_container .crm_Btn {
                        font-size: 11px;
                    }

                    .ahmedabad .blueBg {
                        background-image: url("./../images/crm-page/ahmedabad_banner.png") !important;
                        background-color: #e8eaeb;
                    }

                    .ahmedabad .blueBg .lead_heading, .bangalore .blueBg .lead_heading, .mumbai .blueBg .lead_heading {
                        padding: 0 15px;
                    }

                    .ahmedabad .small_business_first_sec .basic_feature_tabbing #tabs .row .col-md-8 {
                        padding-left: 15px;
                        padding-right: 15px;
                    }

                    .ahmedabad .convertVisitors div:nth-child(2) {
                        padding-top: 0;
                    }

                    .bangalore .blueBg {
                        background-image: url("./../images/crm-page/bangalore-banner.png") !important;
                    }

                    .bangalore .basic_feature_tabbing #tabs img {
                        width: 85%;
                    }

                    .mumbai .sales-automation .lead_heading br, .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child .featureHeading:first-child::before, .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:first-child .featureHeading:first-child::before, .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(2) .featureHeading::before, .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(3) .featureHeading::before, .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(2) .featureHeading::before, .pune .crminAus .feature_explained .row .col-md-6:nth-child(2) .featuresofCRM:nth-child(3) .featureHeading::before {
                        display: none;
                    }

                    .mumbai .backgroundimgsproperty {
                        padding: 90px 15px 135px;
                    }

                    .mumbai .sales-automation .lead_heading .feat-discription, .mumbai .dynamic-reporting-section .lead_heading .feat-discription, .mumbai .marketing-automation-section .lead_heading .feat-discription, .mumbai .integrationBg .lead_heading .feat-discription {
                        width: 100%;
                    }

                    .mumbai .blueBg {
                        background-image: url("./../images/crm-page/mumbai-banner.png") !important;
                    }

                    .pune .blueBg {
                        background-image: url("./../images/crm-page/pune_banner.png") !important;
                    }

                    .pune .pune_features_section ul li {
                        width: 90%;
                        min-height: unset;
                        margin-right: 0;
                    }

                    .pune .pune_features_section ul {
                        text-align: center;
                    }

                    .pune .pune_features_section ul li .featuresofPuneCRM, .build_effective .campaign_automation_section .timeline_points .featureHeading {
                        text-align: left;
                    }

                    .pune .crminAus .feature_explained .row .col-md-6:first-child {
                        padding-right: 15px;
                        border: 0;
                    }

                    .pune .bestCRM_aus {
                        padding: 60px 20px;
                    }

                    .pune .bestCRM_aus .newHeadings {
                        width: 100%;
                    }

                    .pune .bestCRM_aus .nocrcReq {
                        margin-left: -50px;
                    }

                    .pune .PunebussinessGrowth .row .col-md-3:first-child {
                        padding-right: 15px;
                        border: 0;
                        min-height: unset;
                        margin-bottom: 30px;
                    }

                    .pune .PunebussinessGrowth .row .col-md-3:nth-child(2), .pune .PunebussinessGrowth .row .col-md-3:nth-child(3) {
                        padding-left: 15px;
                        min-height: unset;
                        margin-bottom: 30px;
                        border: 0;
                    }

                    .pune .PunebussinessGrowth .row .col-md-3:nth-child(4) {
                        padding-left: 15px;
                    }

                    .pune .popular_We_Are .newHeadings {
                        width: 100%;
                        text-align: center;
                    }

                    .pune .popular_We_Are .bckroundImages, .pune .popular_We_Are .bckhearImg {
                        height: 0;
                    }

                    .pune .PunebussinessGrowth .featureHeading br, .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:first-child figure:after, .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:nth-child(2) figure:after, .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .build_effective .campaign_automation_section .timeline_points .numberTwo .feat-discription::after, .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after, .build_effective .campaign_automation_section .timeline_points .numberFour .feat-discription::after, .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .build_effective .campaign_automation_section .timeline_points .numberOne .feat-discription::after, .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .build_effective .campaign_automation_section .timeline_points .numberThree .feat-discription::after, .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after, .build_effective .campaign_automation_section .timeline_points .numberFive .feat-discription::after, .sales_force_automation .crm .shadowContainer .sales_force_benefits .greyColorBorder, .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row .col-md-6:last-child, .dubai .blueBg::before, .dubai .crm .shadowContainer::before, .dubai .crm .shadowContainer::after, .dubai .dubaiSlider_section .triShapebg::before, .chennai .roadMapBG .common_circle, .chennai .roadMapBG .deal_closure::before, .chennai .roadMapBG .lead_nurturing::before, .chennai .roadMapBG .must_have_int::before, .chennai .roadMapBG .enhanced_security::before, .chennai .roadMapBG img, .chennai .roadMapBG .insight_report::before, .chennai .roadMapBG .track_communication::before, .chennai .roadMapBG .int_marketing_auto::before, .chennai .roadMapBG .business_intelligence::before, .chennai .roadMapBG .menFootershape, .chennai .salezShark_services ul li .featureHeading::before, .chennai .ss_points ul li::before, .chennai .imple_crm_aus .row .col-md-6:last-child, .delhi .btn_text_section ul li::before, .delhi .mdata ul li::before, .hyderabad .artBG, .web_based_crm .simply_leadMngment_system .newHeadings::before, .web_based_crm .simply_leadMngment_system .row .col-md-6:last-child .lmBox:last-child::before, .lowCost .btn_text_section:last-child .newHeadings::before, .web_based_crm .blackDotPattern .newHeadings::before, .free_crm .secondShadowContainer .shadowContainer .rectangleOnTop, br, .blackFriday .blueBg .lead_heading .treasureAction::before, .blackFriday .blueBg .lead_heading .treasureAction:after, .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-5 img, .queanbeyan-wrapper .right_shape_rect_top, .queanbeyan-wrapper .right_shape_rect_bottom, .ss-offer .chennai .salezShark_services ul li:first-child .feat-discription::before, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after, .insurance-agents-wrapper .mobApp:after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .featureHeading, .marketing-automation-result-wrapper .campaign_section figure::after, .marketing-automation-result-wrapper .campaign_section figure::before {
                        display: none;
                    }

                    .pune .pune_features_section ul li .featuresofPuneCRM .featureHeading, .dubai .imple_crm_aus .row .text-justify {
                        min-height: unset;
                    }

                    .bussinessCRM .blueBg .btn_container {
                        margin-bottom: 40px;
                    }

                    .bussinessCRM .sheet_track_section .row .col-md-6:first-child {
                        border-right: none;
                        min-height: unset;
                        padding-right: 15px;
                    }

                    .bussinessCRM .transfor_sales_section .blueRectangleBGimg {
                        margin-bottom: 30px;
                        background-image: none;
                        background-color: #0155ff;
                        padding: 8px 20px;
                    }

                    .bussinessCRM .transfor_sales_section .row:first-child .col-md-6:last-child figure img {
                        width: 100%;
                        margin-top: 20px;
                    }

                    .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4 figure {
                        line-height: 52px;
                        padding: 40px;
                        margin: 1em 92px;
                    }

                    .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4 {
                        padding-left: 15px;
                        padding-right: 15px;
                        margin-bottom: 60px;
                    }

                    .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4:last-child {
                        margin-bottom: 0;
                    }

                    .bussinessCRM .salez_user .bussiness_text_mobview {
                        width: 85%;
                        margin: auto;
                        display: block;
                        text-align: justify;
                    }

                    .bussinessCRM .salez_user .wholeDay {
                        /* background-size: contain; */
                        margin-bottom: 30px;
                        margin-top: 30px;
                    }

                    .bussinessCRM .second_shadowcontainer .which_side_you_section {
                        margin-bottom: 0px !important;
                    }

                    .bussinessCRM .second_shadowcontainer .which_side_you_section_cards .row .col-md-6 {
                        display: inline-block;
                        width: 50% !important;
                        vertical-align: top;
                    }

                    .bussinessCRM .second_shadowcontainer .which_side_you_section_cards .row .col-md-6:first-child {
                        padding-right: 0;
                    }

                    .bussinessCRM .second_shadowcontainer .commonImgProp {
                        margin-top: 0;
                        background-size: cover;
                    }

                    .bussinessCRM .which_side_you_section {
                        height: unset;
                        margin-bottom: 0px !important;
                    }

                    .bussinessCRM .bussiness_slider_section .testimonialViewNew .newHeadings {
                        width: 100%;
                    }

                    .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        padding: 30px 0 0 0;
                        width: 100%;
                        height: 800px;
                    }

                    .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 880px !important;
                    }

                    .bussinessCRM .bussiness_slider_section .flic-carousel .flickity-page-dots {
                        left: 0%;
                        bottom: 20px !important
                    }

                    .bussinessCRM .bussiness_slider_section {
                        background-image: none;
                    }

                    .bussinessCRM .bussiness_slider_section .row .col-md-5 div {
                        padding-left: 0;
                        border-left: none;
                        width: 90%;
                        margin: auto;
                    }

                    .bussinessCRM .second_shadowcontainer .which_side_you_section_cards {
                        padding-bottom: 40px;
                        margin-top: -20px;
                        width: 98%;
                        margin: -20px auto 40px;
                    }

                    .bussinessCRM .bussiness_slider_section .row .col-md-5 .newHeadings span {
                        font-size: 32px;
                        display: block;
                        line-height: 39px;
                    }

                    .bussinessCRM .bussiness_slider_section .row .col-md-5 .newHeadings {
                        text-align: center;
                    }

                    .bussinessCRM .third_shadowcontainer .pricing_boxes ul li {
                        width: 80%;
                        margin: auto;
                        margin-top: 30px;
                    }

                    .build_effective .blueBg {
                        background-image: url("./../images/crm-page/bussiness_effective_banner.png") !important;
                    }

                    .build_effective .build_slider_section .marketing_left_sec .marketing_automationBGimg {
                        width: 100%;
                        height: 100%;
                        padding: 30px;
                    }

                    .build_effective .campaign_section .campaign_left_section {
                        padding: 40px 20px;
                        box-shadow: none;
                    }

                    .build_effective .campaign_automation_section .timeline_points .numberFive {
                        margin-bottom: 40px !important;
                    }

                    .build_effective .campaign_section .row .col-md-6:last-child .feat-discription, .build_effective .campaign_automation_section .timeline_points .numberTwo, .build_effective .campaign_automation_section .timeline_points .numberFour, .build_effective .campaign_automation_section .timeline_points .numberOne, .build_effective .campaign_automation_section .timeline_points .numberThree, .build_effective .campaign_automation_section .timeline_points .numberFive {
                        width: 85%;
                        display: block;
                        margin: auto;
                    }

                    .build_effective .campaign_section .row .col-md-6:last-child .feat-discription:first-child, .build_effective .campaign_automation_section .timeline_points .numberFour, .build_effective .campaign_automation_section .timeline_points .numberOne, .build_effective .campaign_automation_section .timeline_points .numberThree, .build_effective .campaign_automation_section .timeline_points .numberFive, .dubai .sliderD .bussinessCRM .bussiness_slider_section, .gurugram .stream_line_leads .row .col-md-6:last-child {
                        margin-top: 30px;
                    }

                    .build_effective .campaign_automation_section .timeline_points {
                        background-image: none;
                        height: unset;
                    }

                    .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child, .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child {
                        padding-left: 15px;
                        padding-right: 15px;
                    }

                    .build_effective .campaign_automation_section {
                        padding-bottom: 60px;
                    }

                    .build_effective .campaign_automation_section>div .featureHeading, .build_effective .campaign_automation_section>div .newHeadings {
                        text-align: left;
                    }

                    .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        padding: 20px;
                        border: none;
                    }

                    .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1320px !important;
                    }

                    .build_effective .build_slider_section .row .col-md-6:last-child {
                        padding-left: 15px !important;
                    }

                    .build_effective .build_slider_section .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        height: 1320px;
                    }

                    .lead-management .blueBg .lead_heading h3, .small_business .blueBg .lead_heading h3, .australia .blueBg .lead_heading h3, .customer_first_section h3, .newZealand .blueBg .lead_heading h3, .chennai .blueBg .lead_heading h3, .delhi .blueBg .lead_heading h3, .delhi .delhiSliderHeading, .gurugram .blueBg .lead_heading h3, .hyderabad .blueBg .lead_heading h3, .lowCost .blueBg .lead_heading h3, .web_based_crm .lead_heading h3, .sales_Tracker .lead_heading h3, .free_crm .lead_heading h3, .ss-contact-management .lead_heading h3, .ss-marketing .lead_heading h3, .blackFriday .powerfulFeatures h3, .new-york .lead_heading h3, .virginia .lead_heading h3 {
                        font-size: 27px;
                    }

                    .build_effective .additional_factors ul li {
                        margin-right: 0;
                        margin-bottom: 30px;
                        width: unset;
                        height: unset;
                        padding-bottom: 30px;
                    }

                    .build_effective .additional_factors ul li img, .chennai .business_easier_section {
                        width: unset;
                        height: unset;
                    }

                    .build_effective .additional_factors ul li:last-child {
                        margin-bottom: 0;
                    }

                    .build_effective .campaign_automation_section>div:first-child {
                        width: 85%;
                        margin: auto;
                        text-align: left;
                    }

                    .sales_force_automation .blueBg .lead_heading {
                        padding: 100px 0 0 0px;
                    }

                    .sales_force_automation .blueBg {
                        min-height: 460px !important;
                        height: unset;
                        background-image: none;
                        background-color: #1a1429;
                    }

                    .sales_force_automation .blueBg .lead_heading .newHeadings {
                        color: #fff;
                    }

                    .sales_force_automation .blueBg .lead_heading h3 {
                        color: #fff;
                    }

                    .sales_force_automation .what_is_automation_section .shadowContainer {
                        padding: 20px 0px 0px;
                    }

                    .sales_force_automation .crm .shadowContainer {
                        margin-top: 0px;
                    }

                    .sales_force_automation .salesForce-slider .row .col-md-9 {
                        padding: 0px;
                    }

                    .sales_force_automation .crm .shadowContainer .salesForce-slider .margin_left_rgt_fifty {
                        width: 85%;
                    }

                    .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .row .col-md-3>div img {
                        position: unset;
                        margin-top: 0px;
                        left: 0%;
                    }

                    .sales_force_automation .contactSec .contactSec_heading {
                        font-size: 27px;
                    }

                    .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv {
                        height: unset;
                        border-bottom-left-radius: 0;
                        padding-bottom: 60px;
                    }

                    .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent {
                        padding-left: 20px;
                        padding-top: 60px;
                    }

                    .sales_force_automation .what_is_automation_section .newHeadings {
                        width: 100%;
                        margin: auto;
                        margin-bottom: 30px;
                    }

                    .sales_force_automation .crm .shadowContainer .salesForce-slider .bussinessCRM .bussiness_slider_section .newZealand .slider_section .testimonialViewNew .row .col-md-6:first-child>div {
                        box-shadow: none;
                        border: 1px solid #e0e5e6;
                    }

                    .sales_force_automation .testimonialViewNew .feat-discription {
                        font-size: 16px;
                        line-height: 31px;
                    }

                    .sales_force_automation .crm .shadowContainer .sales_force_benefits .slide_Number {
                        font-size: 27px;
                    }

                    .bussinessCRM .bussiness_slider_section .testimonialViewNew .slide_Number, .build_effective .campaign_left_section .left_section_subHeading, .build_effective .build_slider_section .marketing_left_sec .marketing_automationBGimg .left_section_subHeading, .sales_force_automation .crm .shadowContainer .sales_force_benefits .slide_Number, .sales_force_automation .bestSalesForceAutomation .shadowContainer .salesForceSignUp .blueBGDiv .blueBGDivContent .slide_Number, .chennai .roadMapBG .slide_Number {
                        font-size: 27px;
                    }

                    .sales_force_automation .crm .shadowContainer .sales_force_benefits .margin_left_rgt_fifty .row:first-child {
                        margin-bottom: 0px;
                    }

                    .sales_force_automation .crm .shadowContainer .sales_force_benefits .row figure {
                        margin-top: 50px;
                    }

                    .dubai .blueBg {
                        background-image: url("./../images/crm-page/dubai_banner.png") !important;
                    }

                    .dubai .small_business_first_sec .ma-top40 p:first-child, .chennai .fourRoundPoints {
                        margin-top: 50px;
                    }

                    .ss-offer-main-container .chennai .fourRoundPoints {
                        margin-top: -35px;
                    }

                    .ss-offer-main-container .bussinessCRM .sheet_track_section ul li {
                        margin-bottom: 15px;
                    }

                    .dubai .dubaiSlider_section .greycolorbase {
                        background-color: #fff;
                    }

                    .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1020px !important;
                    }

                    .dubai .sliderD .flic-carousel .flickity-page-dots {
                        bottom: 4%;
                    }

                    .dubai .imple_crm_aus .row figure {
                        height: unset;
                        padding: 20px;
                        margin-bottom: 30px;
                    }

                    .dubai .dubaiSlider_section .triShapebg {
                        height: unset;
                        background-image: none;
                    }

                    .dubai .blueBg .lead_heading {
                        padding-top: 100px;
                    }

                    .chennai .roadMapBG .feat-discription {
                        height: unset;
                        width: unset;
                        line-height: unset;
                        padding: 10px 20px;
                    }

                    .chennai .roadMapBG .deal_closure {
                        right: 0%;
                        top: 30%;
                    }

                    .chennai .roadMapBG .lead_nurturing, .chennai .roadMapBG .enhanced_security, .chennai .roadMapBG .business_intelligence {
                        right: unset;
                        left: 0;
                    }

                    .chennai .roadMapBG .must_have_int, .chennai .roadMapBG .insight_report, .chennai .roadMapBG .int_marketing_auto {
                        right: 0;
                    }

                    .chennai .salezShark_services .leftBGsection {
                        background-image: none;
                        height: unset;
                    }

                    .chennai .salezShark_services .leftBGsection .servicesDiv {
                        position: unset;
                        padding: 30px;
                    }

                    .chennai .salezShark_services ul {
                        border-left: 0;
                    }

                    .chennai .ss_points ul {
                        width: 85%;
                        margin: auto;
                        margin-top: 30px;
                    }

                    .chennai .ss_points ul li, .delhi .btn_text_section ul li, .delhi .mdata ul li {
                        list-style-type: disc;
                    }

                    .chennai .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 950px !important;
                    }

                    .chennai .fourRoundPoints ul li:last-child {
                        margin-bottom: 0;
                    }

                    .chennai .roadMapBG .slide_Number {
                        font-size: 39px;
                        line-height: 52px;
                    }

                    .chennai .fourRoundPoints ul li {
                        margin-right: 0;
                    }

                    .chennai .blueBg .lead_heading {
                        padding: 140px 0 0 0;
                    }

                    .chennai .blueBg {
                        height: 530px;
                    }

                    .delhi .blueBg .lead_heading, .gurugram .blueBg .lead_heading, .hyderabad .blueBg .lead_heading {
                        padding-left: 0;
                    }

                    .delhi .btn_text_section ul, .delhi .mdata ul {
                        margin: 0;
                        padding: 0;
                    }

                    .delhi .mdata .row .col-md-6:last-child>div {
                        margin: auto;
                        width: 85%;
                    }

                    .delhi .mdata .row .col-md-6:first-child img {
                        margin-top: 0;
                        margin-bottom: 30px;
                    }

                    .delhi .pune_features_section ul li .featuresofPuneCRM {
                        padding: 30px;
                    }

                    .delhi .pune_features_section ul:last-child li, .hyderabad .delhi .pune_features_section ul:last-child li {
                        min-height: unset;
                    }

                    .delhi .row .col-md-4 .slideBorderDiv {
                        padding-top: 60px;
                        padding-bottom: 60px;
                        min-height: unset;
                    }

                    .delhi .sliderD .bussinessCRM .bussiness_slider_section {
                        margin-top: 0;
                    }

                    .delhi .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 680px !important;
                    }

                    .delhi .delhiCtaSec p:last-child {
                        margin-top: 40px;
                    }

                    .gurugram .stream_line_leads .leadBoxes {
                        min-height: unset;
                        margin-top: -10px;
                        padding: 30px;
                    }

                    .gurugram .stream_line_leads .blueBtnShape, .ss-contact-management .gurugram .stream_line_leads .blueBtnShape {
                        width: 95%;
                    }

                    .gurugram .features_section .row .col-md-6:first-child {
                        padding-right: 15px;
                        border-right: 0;
                    }

                    .gurugram .delhiCtaSec .newHeadings {
                        width: 85%;
                        margin: auto;
                    }

                    .hyderabad .bussinessCRM .bussiness_slider_section .newZealand .imple_crm_aus {
                        position: unset;
                        width: 100%;
                        left: 0;
                        padding-bottom: 30px !important;
                    }

                    .hyderabad .dubai .sliderD .flic-carousel .flickity-prev-next-button {
                        display: block !important;
                        top: 100% !important;
                    }

                    .hyderabad .dubai .sliderD .flic-carousel .flickity-prev-next-button.previous {
                        left: 35% !important;
                    }

                    .hyderabad .dubai .sliderD .flic-carousel .flickity-prev-next-button.next {
                        right: 35% !important;
                    }

                    .hyderabad .delhi .pune_features_section ul li {
                        width: 90%;
                    }

                    .hyderabad .delhi .pune_features_section ul:last-child li:first-child {
                        margin-left: 0;
                    }

                    .hyderabad .delhi .pune_features_section ul:last-child li:last-child {
                        margin-right: 0;
                    }

                    .hyderabad .hyderabad_slider_section .row .col-md-7 .newHeadings {
                        width: 85%;
                        margin: auto;
                    }

                    .hyderabad .dubai .sliderD .newZealand .slider_section .testimonialViewNew .featureHeading {
                        padding-top: 0;
                    }

                    .hyderabad .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1190px !important;
                    }

                    .hyderabad .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        height: unset;
                        padding-bottom: 10px;
                    }

                    .web_based_crm .blueBg, .lowCost .blueBg, .free_crm .blueBg, .ss-contact-management .blueBg, .ss-offer .blueBg, .ss-marketing .blueBg, .blackFriday .blueBg, .new-york .blueBg, .virginia .blueBg, .connecticut-wrapper .blueBg, .tenessee-wrapper .blueBg {
                        height: unset;
                        background-position: top;
                    }

                    .ss-offer.ss-offer-main-container .blueBg {
                        padding-left: 5px !important;
                        padding-right: 5px !important;
                    }

                    .ss-offer-main-container.ss-offer .blueBg .lead_heading {
                        padding-top: 80px;
                    }

                    .ss-offer-main-container.ss-offer .ss-tools .rowBorder:nth-child(2) .row .col-md-6:last-child .tools-info {
                        border-left: none;
                    }

                    .sales_Tracker .blueBg {
                        height: unset;
                        padding-left: 5px;
                        padding-right: 5px;
                        background-position: top;
                    }

                    .lowCost .blueBg .lead_heading, .web_based_crm .blueBg .lead_heading, .sales_Tracker .blueBg .lead_heading, .free_crm .blueBg .lead_heading, .ss-contact-management .lead_heading, .ss-marketing .lead_heading, .blackFriday .lead_heading, .ncarolina-wrapper .blueBg .lead_heading {
                        padding: 80px 0 20px 0px !important;
                    }

                    .lowCost .blueBg .lead_heading .newHeadings {
                        font-size: 24px;
                        margin-bottom: 0;
                    }

                    .lowCost .btn_text_section:last-child ul li {
                        list-style-type: disc;
                    }

                    .lowCost .btn_text_section:last-child ul {
                        padding-left: 20px;
                    }

                    .lowCost .priceBox {
                        max-width: 100%;
                    }

                    .lowCost .pricingContainer {
                        padding-bottom: 20px;
                    }

                    .terms-conditions .definition ul, .terms-conditions .freeTrail ul, .terms-conditions .ourResponsiblities ul, .terms-conditions .usesOfService ul, .terms-conditions .non-ss-providers ul, .terms-conditions .feePayments ul, .terms-conditions .licenseRights ul, .terms-conditions .confidentiality ul, .terms-conditions .warranties_disclaimers ul, .terms-conditions .terms_termination ul, .terms-conditions .gen_provisions ul {
                        padding: 0;
                    }

                    .terms-conditions .ourResponsiblities ul li:before, .terms-conditions .usesOfService ul li::before, .terms-conditions .non-ss-providers ul li:before, .terms-conditions .feePayments ul li:before, .terms-conditions .licenseRights ul li:before, .terms-conditions .confidentiality ul li:before, .terms-conditions .warranties_disclaimers ul li::before, .terms-conditions .terms_termination ul li::before, .terms-conditions .gen_provisions ul li:before {
                        left: -10%;
                    }

                    .terms-conditions .terms_termination ul li::before, .terms-conditions .gen_provisions ul li::before {
                        left: -13% !important;
                    }

                    .web_based_crm .simply_leadMngment_system .positionSet {
                        position: unset;
                        width: 85%;
                        margin: auto;
                    }

                    .web_based_crm .simply_leadMngment_system .newHeadings {
                        margin-top: 10px;
                        margin-left: 20px;
                    }

                    .web_based_crm .lmBox, .web_based_crm .simply_leadMngment_system .row .col-md-6:first-child .lmBox {
                        padding: 20px;
                    }

                    .web_based_crm .simply_leadMngment_system .row .col-md-6:last-child {
                        margin-top: 20px;
                        padding-left: 15px;
                    }

                    .web_based_crm .basic_feature_tabbing #tabs .row .col-md-6:first-child {
                        padding-left: 15px;
                        padding-right: 15px;
                    }

                    .web_based_crm .basic_feature_tabbing #tabs .row .col-md-6:last-child {
                        padding-left: 15px;
                        margin-top: 30px;
                    }

                    .web_based_crm .basic_feature_tabbing .lmBox {
                        min-height: unset;
                    }

                    .sales_Tracker .dubai .imple_crm_aus .row figure {
                        height: unset;
                        padding: 20px;
                    }

                    .sales_Tracker .bussinessCRM .bussiness_slider_section {
                        background-image: none;
                    }

                    .sales_Tracker .bussinessCRM .bussiness_slider_section .row .col-md-6:first-child>div {
                        border: none;
                        padding: 0 15px;
                    }

                    .sales_Tracker .bussinessCRM .bussiness_slider_section .newZealand .imple_crm_aus {
                        padding: 25px 10px 0px 10px !important;
                        position: unset;
                        width: 100%;
                    }

                    .sales_Tracker .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        padding: 20px;
                        height: 750px;
                    }

                    .sales_Tracker .bussinessCRM .bussiness_slider_section .testimonialViewNew .margin_left_rgt_fifty {
                        width: 100%;
                    }

                    .free_crm .secondShadowContainer .shadowContainer {
                        margin: 0px auto 0px;
                    }

                    .free_crm .secondShadowContainer .shadowContainer .newHeadings {
                        width: 85%;
                        margin: auto;
                        padding-left: 0;
                    }

                    .free_crm .secondShadowContainer .shadowContainer .row .col-md-8 {
                        padding-left: 15px;
                        padding-right: 15px;
                        width: 85%;
                        margin: auto;
                    }

                    .ss-contact-management .gurugram .stream_line_leads .leadBoxes {
                        min-height: unset;
                        padding: 30px;
                    }

                    .ss-offer .blueBg .lead_heading .offerSubHeading {
                        line-height: 42px;
                    }

                    .ss-offer .chennai .salezShark_services .leftBGsection {
                        height: unset;
                    }

                    .ss-offer .ss-tools .tools-info .featureName {
                        line-height: 42px;
                    }

                    .ss-offer .most_valued_customer ul li {
                        margin-right: 20px;
                        margin-bottom: 30px;
                        display: inline-block;
                        vertical-align: middle;
                        width: 130px;
                        margin: 20px 10px;
                    }

                    .ss-offer .most_valued_customer ul:last-child {
                        margin-top: 0px;
                    }

                    .ss-offer .most_valued_customer ul:last-child li:nth-child(4), .ss-offer .most_valued_customer ul:last-child li:nth-child(5) {
                        margin-bottom: 0;
                    }

                    .ss-offer .most_valued_customer ul:last-child li:nth-child(5) {
                        margin-top: 30px;
                    }

                    .ss-offer .most_valued_customer ul:last-child li:first-child img {
                        width: 110px;
                    }

                    .ss-offer .ss-tools .rowBorder:first-child .row .col-md-6:last-child .tools-info, .ss-offer .ss-tools .rowBorder:nth-child(3) .row .col-md-6:last-child .tools-info {
                        border-right: none;
                    }

                    .ss-offer .blueBg .lead_heading .newHeadings {
                        margin-bottom: 50px;
                    }

                    .ss-marketing .btn_text_section .row .col-md-5 img {
                        margin-top: 30px;
                    }

                    .ss-marketing .crm-maketing .row .col-md-5 img {
                        margin-top: 0;
                        margin-bottom: 60px;
                    }

                    .ss-marketing .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1170px !important;
                    }

                    .ss-marketing .dubai .sliderD {
                        border-top: 1px solid #e0e5e6;
                        box-shadow: none;
                        margin-top: 30px;
                    }

                    .ss-marketing .y_choose_crm .wBox {
                        min-height: unset;
                    }

                    .blackFriday .blueBg {
                        background-image: none;
                        padding-bottom: 150px;
                    }

                    .blackFriday .powerfulFeatures .feat-discription {
                        margin-right: 0;
                        /* margin-bottom: 30px; */
                    }

                    .blackFriday .blackFridayOffers .wBox {
                        min-height: unset;
                        width: 95%;
                        margin: 0 auto 30px;
                    }

                    .blackFriday .chennai .business_easier_section {
                        margin: 0px -20px;
                        padding-left: 15px;
                        padding-right: 15px;
                    }

                    .blackFriday .chennai .fourRoundPoints {
                        margin-top: -30px;
                    }

                    .blackFriday .chennai .fourRoundPoints ul li>div {
                        left: 0px;
                    }

                    .california .dubai .imple_crm_aus .row figure {
                        height: 249px;
                        padding: 30px 20px 30px 20px;
                    }

                    .california .setPaddingLeft .featureHeading:first-child, .california .setRightPadding .featureHeading:first-child {
                        display: inline-block;
                        width: 40px;
                        vertical-align: top;
                    }

                    .california .setPaddingLeft .featureHeading, .california .setRightPadding .featureHeading {
                        display: inline-block;
                        vertical-align: top;
                        width: calc(100% - 47px);
                    }

                    .blackFriday .blackFridayOffers ul:first-child li {
                        margin-top: 0;
                    }

                    .blackFriday .whiteBgBox {
                        height: 60px;
                    }

                    .blackFriday .blackFridayOffers ul li {
                        display: block;
                    }

                    .blackFriday .blackFridayOffers .wBox .offer-text {
                        font-size: 39px;
                    }

                    .blackFriday .blueBg .lead_heading .featureName {
                        line-height: 32px;
                    }

                    .blackFriday .blueBg .lead_heading h3 {
                        font-size: 39px !important;
                    }

                    .blackFriday .highlyRatedReview ul li {
                        margin-right: 0;
                        margin-bottom: 30px;
                    }

                    .blackFriday .highlyRatedReview ul li:last-child {
                        margin-bottom: 0;
                    }

                    .blackFriday .blackFridayOffers .wBox a, .virginia .gurugram .margin_left_rgt_fifty, .virginia .gurugram .delhiCtaSec .newHeadings {
                        width: 100%;
                    }

                    .new-york .blueBg .lead_heading, .virginia .blueBg .lead_heading, .tenessee-wrapper .blueBg .lead_heading {
                        padding-top: 100px !important;
                    }

                    .new-york .blueBg .covidVideoSec, .virginia .blueBg .covidVideoSec {
                        margin-top: 60px;
                    }

                    .new-york .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                        position: unset;
                        width: 100%;
                        right: unset;
                    }

                    .new-york .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 480px !important;
                    }

                    .virginia .sales-blue-box {
                        position: unset;
                        padding: 30px;
                        width: 100%;
                        height: 100%;
                    }

                    .virginia .sl, .virginia .gurugram .bestCRM_aus .feat-discription {
                        text-align-last: left;
                    }

                    .virginia .bussinessCRM .salez_user .day_time_text .row .col-md-4 {
                        padding-right: 15px;
                        border-right: 0;
                    }

                    .virginia .bussinessCRM .salez_user .day_time_text .row .col-md-4:last-child {
                        padding-left: 14px;
                        border-left: 0;
                    }

                    .virginia .gurugram .stream_line_leads .blueBtnShape {
                        width: 85%;
                    }

                    .virginia .gurugram .stream_line_leads .leadBoxes {
                        padding: 60px 30px 30px 30px;
                    }

                    .virginia .new-york .btn_text_section .margin_left_rgt_fifty {
                        width: 90%;
                        margin: auto;
                    }

                    .virginia .new-york .btn_text_section .margin_left_rgt_fifty .newHeadings {
                        text-align: center;
                    }

                    .virginia .btn_container .crm_yellow_btn, .virginia .blueBg .btn_container .crm_black_btn {
                        padding: 20px !important;
                    }

                    .virginia .amw {
                        text-align-last: left;
                        width: 85%;
                        margin: auto;
                        display: block;
                        margin-bottom: 40px;
                    }

                    .virginia .vcta ul li:first-child {
                        margin-right: 0;
                    }

                    .virginia .vcta ul li {
                        margin-bottom: 20px;
                    }

                    .california .dubai .imple_crm_aus {
                        padding-bottom: 60px;
                    }

                    .california .ss-offer .most_valued_customer ul {
                        margin-top: 0;
                    }

                    .texas .blueBg .btn_container .crm_black_btn {
                        font-size: 12px;
                    }

                    .texas .knw-mr {
                        margin-top: 20px;
                        margin-bottom: 30px !important;
                    }

                    .florida .web_based_crm .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor br {
                        display: block;
                    }

                    .bussinessCRM .sheet_track_section ul li::before {
                        left: -28px;
                    }

                    .georgia .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        height: 90px;
                    }

                    .georgia .padt-30 {
                        padding-top: 0;
                    }

                    .pennsylvania .lead_mngment_p .col-md-4 figure img, .pennsylvania .acc_cont_p .col-md-4 figure img {
                        margin-top: 40px;
                    }

                    .changesinFeaturePages .inteRightPart ul li {
                        margin-right: 10px;
                    }

                    .changesinFeaturePages .get_start_element-wraper {
                        padding: 60px 30px;
                    }

                    .small-business-crm-wraper .small_business_first_sec .we_R_popular_smallBusiness {
                        border: unset;
                    }

                    .new-york .secondry_btn, .parent_secondry_btn {
                        min-width: auto;
                    }

                    .contact-us-wrapper .contact-us .feat-discription {
                        margin-right: 0px;
                        padding: 0px 20px;
                        height: unset;
                    }

                    .delaware-main-wrapper .lead_mngment_p .newHeadings {
                        text-align: left;
                    }

                    .delaware-main-wrapper .lead_mngment_p .feat-discription {
                        text-align-last: left;
                    }

                    .clients-wrapper ul li {
                        width: 46%;
                        margin-right: 3px;
                    }

                    .massachusetts-wrapper .australia .crminAus .feature_explained .row {
                        margin-top: 0;
                    }

                    .massachusetts-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child, .massachusetts-wrapper .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:first-child, .washington .min-height-set {
                        min-height: unset;
                    }

                    .massachusetts-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 850px !important;
                    }

                    .wisconsin-wrapper .australia .blueBg .lead_heading h3, .wisconsin-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav {
                        margin-bottom: 0;
                    }

                    .wisconsin-wrapper .lead_heading {
                        padding: 160px 0 0 0px !important;
                    }

                    .wisconsin-wrapper .web_based_crm .lmBox {
                        padding: 40px 0px 0px 0px;
                    }

                    .wisconsin-wrapper .australia .basic_feature_tabbing .feat-discription {
                        padding: 0;
                    }

                    .wisconsin-wrapper .bussinessCRM .sheet_track_section ul li {
                        margin-bottom: 20px;
                    }

                    .contact-us-wrapper, .cta-sec {
                        padding-left: 10px;
                        padding-right: 10px;
                    }

                    .washington .lowCost .btn_text_section ul li:last-child {
                        margin-bottom: 0 !important;
                    }

                    .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 826px !important;
                    }

                    .connecticut-wrapper .new-york {
                        padding-bottom: 60px;
                    }

                    .connecticut-wrapper .wBox {
                        text-align: justify;
                    }

                    .comparision .leftFeaturePart ul li, .comparision .rightFeaturecompare ul li p:first-child {
                        font-size: 18px;
                    }

                    .comparision .leftFeaturePart {
                        width: 230px;
                    }

                    .tenessee-wrapper .basic_feature_tabbing .width100percent {
                        width: 85% !important;
                    }

                    .tenessee-wrapper #tabs .newHeadings {
                        margin-top: 40px;
                    }

                    .tenessee-wrapper .comparision .newHeadings {
                        width: 85%;
                        text-align: left;
                        margin: auto;
                        margin-bottom: 30px;
                    }

                    .faster_info_wrapper .faster_info_wrapper_divs .row .col-md-6:last-child img {
                        margin-top: 30px;
                    }

                    .indiana-wrapper .mas_slider, .scarolina-wrapper .bottomPart {
                        width: 90%;
                    }

                    .indiana-wrapper .basic_feature_tabbing br {
                        display: block;
                    }

                    .indiana-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        vertical-align: middle;
                    }

                    .indiana-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                        padding: 20px;
                    }

                    .indiana-wrapper ._reasons_to_choose_ss figure {
                        margin-top: 40px;
                    }

                    .indiana-wrapper .mas_carousal_wrapper .mas_bck_img {
                        height: unset;
                    }

                    .indiana-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        height: 100px;
                    }

                    .ncarolina-wrapper .australia .basic_feature_tabbing .feat-discription {
                        padding: unset;
                    }

                    .ncarolina-wrapper .australia .imple_crm_aus .setPaddingLeft .col-md-6:last-child .text-right, .bathurst-wrapper .acc_cont_p .featureHeading, .bathurst-wrapper .lead_mngment_p .featureHeading {
                        text-align: left;
                    }

                    .ncarolina-wrapper .california .dubai .imple_crm_aus {
                        padding-bottom: 0;
                    }

                    .ncarolina-wrapper .faster_info_wrapper_divs .row .col-md-6:last-child figure {
                        margin-top: 30px;
                    }

                    .logos .newHeadings, .ncarolina-wrapper .faster_info_wrapper_divs .newHeadings {
                        width: 90%;
                        margin-left: auto;
                        margin-right: auto;
                    }

                    .scarolina-wrapper .lead_center_content img {
                        padding: 0px 30px;
                    }

                    .scarolina-wrapper .top_part .benefits_display {
                        margin-top: 30px;
                    }

                    .scarolina-wrapper .benefits_display .featureHeading {
                        min-height: unset;
                    }

                    .scarolina-wrapper .bottomPart .col-md-6:last-child .benefits_display {
                        margin-top: 30px;
                    }

                    .albury-wrapper .magentaListing li {
                        display: block;
                    }

                    .albury-wrapper .blueBg .lead_heading, .bathurst-wrapper .blueBg .lead_heading, .queanbeyan-wrapper .blueBg .lead_heading, .punjab-wrapper .blueBg .lead_heading {
                        padding: 50px 0 0 0 !important;
                    }

                    .bathurst-wrapper .acc_cont_p, .bathurst-wrapper .lead_mngment_p {
                        margin-bottom: 40px;
                    }

                    .nevada-wrapper .contact-us .newHeadings {
                        text-align: center;
                    }

                    .nevada-wrapper .contact-us .row, .nevada-wrapper .contact-us .col-sm-4, .nevada-wrapper .contact-us .col-sm-8 {
                        width: 100%;
                    }

                    .nevada-wrapper .contact-us .wcta_btn {
                        margin-top: 10px;
                    }

                    .company-tools-wrapper .btn_text_section {
                        margin-bottom: 60px;
                    }

                    .company-tools-wrapper .sheet_track_section .col-md-6, .company-tools-wrapper .topContactUs .row, .company-tools-wrapper .topContactUs .row .col-sm-4 {
                        width: 100%;
                    }

                    .company-tools-wrapper .comparision .row {
                        overflow-x: auto;
                    }

                    .company-tools-wrapper .first-feat-disc {
                        text-align-last: left;
                        margin-bottom: 30px;
                    }

                    .company-tools-wrapper .transfor_sales_section .sales_Section_points .row .col-md-4 figure {
                        padding: unset;
                        line-height: 110px;
                        margin: auto;
                    }

                    .company-tools-wrapper .topContactUs .newHeadings {
                        margin-bottom: 30px !important;
                    }

                    .company-tools-wrapper .salez_user, .marketing-chennai-wrapper .sales_force_benefits .topthirty, .marketing-chennai-wrapper .sales_force_benefits .margin_left_rgt_fifty .row:last-child {
                        margin-top: 0;
                    }

                    .dubbo-wrapper .delaware-main-wrapper .acc_cont_p .newHeadings, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .feat-discription {
                        text-align: left;
                    }

                    .dubbo-wrapper .delaware-main-wrapper .acc_cont_p figure img, .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p figure img {
                        margin-top: 30px;
                    }

                    .ripon-wrapper .wBox {
                        margin-bottom: 30px;
                    }

                    .queanbeyan-wrapper .delaware-main-wrapper img {
                        margin-top: 30px !important;
                    }

                    .queanbeyan-wrapper .delaware-main-wrapper .lead_mngment_p .newHeadings, .queanbeyan-wrapper .delaware-main-wrapper .acc_cont_p .newHeadings {
                        margin-top: 60px;
                    }

                    .loginSlotbottom .login-inner-container {
                        padding-top: 80px;
                    }

                    .ss-offer .exclusive-launch .margin_left_rgt_fifty {
                        width: 90%;
                    }

                    .ss-offer .salezShark_services .leftBGsection .servicesDiv {
                        width: 100%;
                        padding: 30px !important;
                    }

                    .ss-offer .fourRoundPoints ul li {
                        margin-bottom: 0;
                    }

                    .ss-offer .fourRoundPoints ul li br {
                        display: block;
                    }

                    .ss-offer .exclusive-launch .offer-details {
                        font-size: 14px;
                        line-height: 20px;
                    }

                    .ss-offer .exclusive-launch .row .col-md-6:last-child .offer-details, .banking-wrapper .reasons_ul .imgSet {
                        margin-top: 40px;
                    }

                    .orange-wrapper .orange_slider .row .col-md-4 img {
                        position: unset;
                    }

                    .orange-wrapper .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        padding-top: 0;
                    }

                    .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 750px !important;
                    }

                    .orange-wrapper .dubai .sliderD .flic-carousel .flickity-page-dots {
                        left: 0;
                    }

                    .orange-wrapper .white-strap {
                        height: 20px;
                    }

                    .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:first-child, .marketing-bangalore-wrapper .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:nth-child(2), .marketing-chennai-wrapper .box-sec .wBox, .banking-wrapper .ss-feat .wBox {
                        min-height: unset;
                    }

                    .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .acc_cont_p figure img, .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p figure img {
                        margin-top: 30px;
                        margin-bottom: 40px;
                    }

                    .punjab-wrapper .australia .small_business_first_sec .crminAus .feature_explained .margin_left_rgt_fifty {
                        width: 85%;
                    }

                    .need_connectPlus {
                        background-image: none;
                        background-color: #eff1f6;
                        height: unset;
                        padding: 30px;
                    }

                    .automation-img {
                        padding-top: 30px !important;
                    }

                    .real-state-wrapper .points-wrapper .row .col-md-8 div {
                        min-height: unset;
                        margin-top: 30px;
                    }

                    .real-state-wrapper .points-wrapper .row .col-md-8 div:first-child {
                        margin-top: 20px;
                    }

                    .real-state-wrapper .re-benefits {
                        min-height: unset;
                        margin-bottom: 30px;
                    }

                    .real-state-wrapper .re-benefits:last-child {
                        margin-bottom: 0;
                    }

                    .real-state-wrapper .most_valued_customer ul {
                        padding-left: 0;
                    }

                    .thank-you-contact-wrapper .innerContainer {
                        width: 100%;
                    }

                    .thank-you-contact-wrapper br {
                        display: block;
                    }

                    .marketing-chennai-wrapper .sales_force_benefits .newHeadings {
                        margin-bottom: 30px;
                    }

                    .marketing-gujarat-wrapper .sales_force_benefits img {
                        margin-top: 30px;
                    }

                    .armidale-wrapper .imple_crm_aus .newHeadings, .insurance-agents-wrapper .build_effective .campaign_automation_section>div:first-child, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        width: 100%;
                    }

                    .armidale-wrapper .flic-carousel .flickity-viewport {
                        height: 630px !important;
                    }

                    .missouri-wrapper .blueBg {
                        height: unset;
                        padding-bottom: 70px;
                    }

                    .missouri-wrapper .blueBg .lead_heading h3 {
                        margin-top: 20px;
                    }

                    .missouri-wrapper .pricingBCK {
                        background-color: #f2f2f5;
                    }

                    .missouri-wrapper .pricing-notes .text-left, .missouri-wrapper .pricing-notes .text-right {
                        text-align: center;
                    }

                    .missouri-wrapper .pricing-notes .feat-discription {
                        margin-top: 10px;
                    }

                    .missouri-wrapper .key_diffrentiator_section .newHeadings, .customer-intelligence-wrapper .y_choose_intelligence_soft_sec .margin_left_rgt_fifty, .customer-intelligence-wrapper .feature-wrapper .margin_left_rgt_fifty {
                        width: 85%;
                        margin: auto;
                    }

                    .missouri-wrapper .small_business_first_sec .btn_text_section {
                        padding-bottom: 60px !important;
                    }

                    .banking-wrapper .lead_heading .mobileView h3 {
                        font-size: 130px !important;
                        margin-bottom: 30px !important;
                        color: #fff;
                    }

                    .banking-wrapper .blueBg .mobileView .run_perform_class {
                        position: unset;
                        font-size: 49px;
                        line-height: 66px;
                    }

                    .banking-wrapper .lead_heading .poppinsRegular24 {
                        position: unset;
                        margin-top: 10px;
                    }

                    .banking-wrapper .lead_heading .mobileView br {
                        display: block !important;
                    }

                    .banking-wrapper .blueBg .mobileView, .banking-wrapper .blueBg .btn_container {
                        text-align: center;
                    }

                    .insurance-agents-wrapper .build_effective .margin_left_rgt_fifty, .customer-intelligence-wrapper .build_effective .campaign_section .row .col-md-6:last-child .feat-discription, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        width: 90%;
                    }

                    .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        margin-top: 30px;
                    }

                    .insurance-agents-wrapper .insurance_section img, .customer-software-nwrapper .num_one_crm .info_abt_crm:not(:last-child) {
                        margin-bottom: 30px;
                    }

                    .mobile-crm-wrapper .competitive-edge img {
                        max-width: 100%;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points,
                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points {
                        background-image: none;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section>div .newHeadings {
                        text-align: center;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree,
                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour,
                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        margin-top: 30px;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne,
                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo {
                        margin-top: 0;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section {
                        padding-bottom: 60px;
                    }

                    .customer-intelligence-wrapper .ss-feat .newHeadings {
                        width: 90%;
                        margin: auto;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec, .lead-nurturing-software-wrapper .nurturing_feats_right_sec, .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data .newHeadings {
                        text-align: left;
                    }

                    .lead-nurturing-software-wrapper .nurt-vals .row .col-lg-6:first-child {
                        border-right: none;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data {
                        padding-right: 0;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec, .lead-nurturing-software-wrapper .nurturing_feats_right_sec {
                        margin-top: 50px;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec:first-child {
                        margin-top: 0;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data .feat-discription {
                        text-align-last: left;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_right_sec img {
                        transform: rotateY(180deg);
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_right_sec .section_for_text_heading_data {
                        padding-left: 0;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec, .lead-nurturing-software-wrapper .nurturing_feats_right_sec, .lead-nurturing-software-wrapper .nurturing_feats_left_sec:last-child, .lead-nurturing-software-wrapper .nurturing_feats_right_sec:last-child, .analytics-wrapper .mob_crm_exp_boxes .wBox {
                        min-height: unset;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points {
                        background-image: none;
                        margin-top: 0;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section, .connectPlus-wrapper .analytics-wrapper .build_effective .campaign_automation_section {
                        padding-bottom: 0;
                    }

                    .ss-engage-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 700px !important;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img {
                        background-image: none;
                        height: unset;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour figure {
                        position: unset;
                        margin-bottom: 30px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne {
                        margin-top: 0;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .featureHeading {
                        text-align: left;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour .feat-discription {
                        padding-left: 0;
                        padding-right: 0;
                        margin-top: 0;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour, .sales-crm-wrapper .benefits_points .row:nth-child(2) .col-md-4:nth-child(2), .sales-crm-wrapper .benefits_points .row:nth-child(2) .col-md-4:nth-child(3), .sales-crm-wrapper .benefits_points .row:nth-child(3) .col-md-4:nth-child(2), .sales-crm-wrapper .benefits_points .row:nth-child(3) .col-md-4:nth-child(3), .connectPlus-wrapper .banking-wrapper .reasons_ul .imgSet {
                        margin-top: 30px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm {
                        padding-bottom: 60px;
                    }

                    .sales-crm-wrapper .mas_carousal_wrapper .mas_bck_img .margin_left_rgt_fifty .feat-discription, .sales-crm-wrapper .points-wrapper .feat-discription {
                        text-align-last: unset;
                        text-align: justify;
                    }

                    .sales-crm-wrapper .benefits_display {
                        text-align: justify;
                    }

                    .connectPlus-wrapper .mas_carousal_wrapper .mas_bck_img .margin_left_rgt_fifty .feat-discription, .connectPlus-wrapper .connect_plus_first_sec .feat-discription {
                        text-align-last: left;
                    }

                    .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree, .connectPlus-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne {
                        margin-top: 10px;
                    }

                    .product-user-worldWide .company-logo-list li.logo-with-text {
                        padding: 10px !important;
                    }

                    .product-user-worldWide .company-logo-list li.logo-with-text span {
                        font-size: 11px;
                    }

                    .product-user-worldWide .company-logo-list {
                        padding-top: 50px;
                    }

                    .product-user-worldWide .company-logo-list:before {
                        left: 10px;
                        top: 0;
                    }

                    .product-user-worldWide .company-logo-list li {
                        width: 46% !important;
                        margin-right: 8px !important;
                    }

                    .product-user-worldWide {
                        padding-left: 0;
                        padding-right: 0;
                    }

                    .product-user-worldWide .company-logo-list:after {
                        right: 15px;
                        top: 0;
                    }

                    .mobile-app-main-wraper .inner-container {
                        padding: 40px 0 !important;
                        margin: 0 !important;
                        width: 100%;
                        max-width: 100% !important;
                        text-align: center;
                    }

                    .mobile-app-main-wraper .app-store-icon-list li a img {
                        max-width: 120px !important;
                    }

                    .mobile-app-main-wraper .inner-container .col-sm-6:first-child {
                        text-align: center;
                        padding-left: 0;
                        padding-right: 0;
                    }

                    .mobile-app-main-wraper .newHeadings {
                        text-align: center;
                    }

                    .mobile-app-main-wraper .know-more-app, .customer-software-nwrapper .num_one_crm .row .col-lg-4:not(:last-child) {
                        margin-bottom: 30px;
                    }

                    .customer-software-nwrapper .num_one_crm .row .col-lg-4:first-child {
                        padding-right: 15px;
                        border: none;
                        padding-left: 15px;
                    }

                    .customer-software-nwrapper .num_one_crm .row .col-lg-4:last-child {
                        padding-left: 15px;
                        border: none;
                    }

                    .customer-software-nwrapper .covidVideoSec {
                        padding-bottom: 50%;
                        margin-bottom: 50px;
                    }

                    .customer-software-nwrapper .num_one_crm .info_abt_crm {
                        padding: 20px;
                        box-shadow: 0 -1px 39px 5px rgb(0 0 0 / 10%);
                    }

                    .customer-software-nwrapper .salesForce_customer .newHeadings {
                        margin-bottom: 0;
                    }

                    .mobile-app-main-wraper .feat-discription {
                        text-align: center;
                        display: block;
                    }

                    .create-email-campaigns-wrapper .blueBg .row {
                        display: block;
                    }

                    .create-email-campaigns-wrapper .blueBg .row .lead_heading {
                        padding-left: 0 !important;
                    }

                    .create-email-campaigns-wrapper .fisrt_part_on_top .wBox:not(:last-child) {
                        margin-bottom: 0;
                    }

                    .marketing-automation-result-wrapper .re_st_fea_div {
                        box-shadow: none;
                        min-height: unset;
                        margin-top: 0;
                        padding: 0;
                    }

                    .marketing-automation-result-wrapper .full-width-li {
                        margin-top: 0;
                    }

                    .marketing-automation-result-wrapper .full-width-li li {
                        margin-bottom: 0;
                    }

                    .template-eight .newZealand .flic-carousel .flickity-viewport {
                        height: 430px !important;
                    }

                    .template-eight .india .slider_section .flic-carousel .flickity-page-dots {
                        display: block;
                        bottom: 0 !important;
                    }

                    .offer-wrapper .feat-discription {
                        text-align: unset !important;
                    }

                    .india-offer-page .yellowBgHeading {
                        font-size: 24px;
                    }

                    .connectBlackFriday .blueBg {
                        background-image: url('./../images/templates/c-blck-banner.png');
                    }

                    /* .connectBlackFriday .blueBg .condition {
                        bottom: -22%;
                    } */
                    .connectBlackFriday .product-core-featue-box {
                        margin-bottom: 30px;
                    }

                    .connectBlackFriday .product-step-box {
                        margin-bottom: 30px;
                    }

                    .connectBlackFriday .threeSimpleSteps {
                        padding-bottom: 30px;
                    }

                    .xmas-connect .trm-cond {
                        top: -80px;
                    }

                    .x-mas-engage .product-step-box {
                        min-height: unset;
                    }

                    .bck-color-xmas-sec, .engage-chirst-offer-sec {
                        height: unset;
                    }

                    .x-mas-engage .mar-top-minus {
                        margin-top: 60px;
                    }

                    .x-mas-engage .connectBlackFriday .threeSimpleSteps {
                        padding-bottom: 0;
                    }

                    .engage-chirst-offer-sec {
                        background-image: none;
                        background-color: #8d020b;
                    }

                    .x-mas-engage .convert-visiter-list li:nth-child(7) {
                        margin-bottom: 50px;
                    }

                    .ahmedabad-main-wraper .bannerHeading h1 {
                        color: #fff;
                    }

                }

                @media screen and (width:375px) {
                    .app-store-icon-list li a img {
                        max-width: 123px !important;
                    }

                    .covidBanner {
                        padding: 100px 0 280px 0px !important;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .compBox_2 {
                        width: 262px !important;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .comp_box {
                        width: 125px !important;
                    }

                    .ss-extensive-support .blueBg .btn_container .crm_Btn {
                        font-size: 10px !important;
                    }

                    .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1040px !important;
                    }

                    .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        height: 870px !important;
                    }

                    .chennai .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 980px !important;
                    }
                }

                @media screen and (min-width: 320px) and (max-width: 400px) {
                    .corporate-directory .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 660px !important;
                    }

                    .australia .btn_text_section .btn_container .crm_blue_btn {
                        padding: 10px !important
                    }

                    .australia .googleAdWords .loginSlotbottom .crm_blue_btn {
                        font-size: 12px;
                    }

                    .australia .bestCRM_aus .ma-top40 {
                        width: 100%;
                    }

                    .covidBanner {
                        padding: 100px 10px 330px 10px;
                    }

                    .footerView ul li:first-child {
                        line-height: 20px;
                        font-size: 11px;
                    }

                    .googleAdWords .loginSlotbottom h3 {
                        font-size: 22px;
                    }

                    .benefits_lead_mngment_system .newwhySSBox {
                        min-height: 100px;
                    }

                    .crm_yellow_btn, .lead-management .blueBg .btn_container .crm_white_btn, .small_business .small_business_first_sec .btn_container .crm_Btn, .australia .small_business_first_sec .btn_container .crm_blue_btn, .australia .small_business_first_sec .btn_container .crm_Btn, .ss-extensive-support .blueBg .btn_container .crm_white_btn, .sales_force_automation .blueBg .lead_heading .crm_yellow_btn, .sales_force_automation .blueBg .lead_heading .crm_black_btn, .lowCost .blueBg .btn_container .crm_yellow_btn, .web_based_crm .blueBg .btn_container .crm_yellow_btn, .lowCost .blueBg .btn_container .crm_black_btn, .web_based_crm .blueBg .btn_container .crm_black_btn, .free_crm .blueBg .btn_container .crm_yellow_btn, .free_crm .blueBg .btn_container .crm_black_btn, .ss-contact-management .btn_container .crm_yellow_btn, .ss-contact-management .btn_container .crm_black_btn, .ss-marketing .btn_container .crm_yellow_btn, .ss-marketing .btn_container .crm_black_btn, .new-york .btn_container .crm_yellow_btn, .new-york .btn_container .crm_black_btn {
                        padding: 12px;
                        /* font-size: 10px !important; */
                    }

                    .delhi .blueBg .btn_container .crm_black_btn, .gurugram .blueBg .btn_container .crm_black_btn, .hyderabad .blueBg .btn_container .crm_black_btn {
                        font-size: 10px;
                    }

                    .small_business .small_business_first_sec .btn_container .crm_Btn {
                        padding: 8px;
                    }

                    .small_business .small_business_first_sec .essentialCRM_smbs ul li .max-width {
                        max-width: 102px;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .comp_box {
                        width: 100px;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .compBox_2 {
                        width: 210px;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .compBox_2 .row .max-width {
                        max-width: 50%;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .compBox_2 .rightPart {
                        padding-left: 60px !important;
                    }

                    .small_business .small_business_first_sec .we_R_popular_smallBusiness .companyLogo_Area .comp_box .overAll_Score_Num, .companyLogo_Area .compBox_2 .rightPart .overAll_Score_Num {
                        font-size: 20px;
                    }

                    .small_business .small_business_first_sec .feature_compare .compare_left_div .inline-feature p {
                        white-space: nowrap;
                    }

                    .ss-extensive-support .blueBg .btn_container .crm_Btn {
                        font-size: 9px !important;
                    }

                    .pune .blueBg .btn_container .crm_Btn, .bussinessCRM .blueBg .btn_container .crm_Btn {
                        padding: 10px;
                        font-size: 9px !important;
                    }

                    .pune .popular_We_Are {
                        max-height: 1070px !important;
                    }

                    .bussinessCRM .feat-discription, .build_effective .feat-discription, .sales_force_automation .feat-discription, .dubai .feat-discription, .chennai .feat-discription, .delhi .feat-discription, .ss-marketing .feat-discription {
                        height: unset;
                    }

                    .bussinessCRM .salez_user .wholeDay {
                        height: 310px;
                        background-size: 290px !important;
                    }

                    .bussinessCRM .salez_user .day_time .row .col-md-4 .featureHeading, .bussinessCRM .salez_user .day_time .row .col-md-4:nth-child(2) .featureHeading {
                        left: 24%;
                    }

                    .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1170px !important;
                    }

                    .bussinessCRM .bussiness_slider_section .testimonialViewNew, .sales_Tracker .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        height: 1010px;
                    }

                    .bussinessCRM .transfor_sales_section .sales_Section_points .row .col-md-4 figure {
                        line-height: 85px;
                        margin: 1em 40px;
                    }

                    .sales_force_automation .blueBg {
                        min-height: 920px;
                    }

                    .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1320px !important;
                    }

                    .dubai .blueBg .btn_container .crm_black_btn, .chennai .blueBg .btn_container .crm_black_btn {
                        font-size: 10px;
                    }

                    .chennai .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1115px !important;
                    }

                    .delhi .delhiSliderHeading {
                        font-size: 39px;
                    }

                    .delhi .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 910px !important;
                    }

                    .hyderabad .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1472px !important;
                    }

                    .hyderabad .bussinessCRM .bussiness_slider_section .testimonialViewNew {
                        border: none;
                        box-shadow: none;
                    }

                    .ss-marketing .btn_container .crm_yellow_btn {
                        margin-right: 15px;
                    }

                    .blackFriday .blackFridayOffers .wBox .offer-text {
                        font-size: 27px;
                        line-height: 33px;
                        margin-bottom: 30px !important;
                    }

                    /* .blackFriday .blackFridayOffers .instantFreeTrialDiv a{
                        line-height: 24px;
                    } */
                    .blackFriday .shadowContainer {
                        padding-left: 0px;
                        padding-right: 0px;
                    }

                    .blackFriday .shadowContainer .shadowContainer {
                        width: 100% !important;
                        padding: 0px 20px;
                    }

                    .new-york .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 630px !important;
                    }

                    .new-york .blueBg .btn_container .crm_black_btn, .virginia .btn_container .crm_yellow_btn, .virginia .blueBg .btn_container .crm_black_btn, .texas .lead_heading .btn_container .crm_yellow_btn {
                        padding: 10px !important;
                    }

                    .massachusetts-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1140px !important;
                    }

                    .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 1015px !important;
                    }

                    .feat-discription {
                        height: unset !important;
                    }

                    .company-tools-wrapper .transfor_sales_section .sales_Section_points .row .col-md-4 figure {
                        line-height: 110px;
                        margin: auto;
                    }

                    .company-tools-wrapper .salez_user .wholeDay {
                        background-size: 255px !important;
                    }

                    .company-tools-wrapper .salez_user .day_time .row .col-md-4 .featureHeading {
                        width: 170px;
                        height: 170px;
                        line-height: 110px !important;
                    }

                    .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 920px !important;
                    }

                    .armidale-wrapper .flic-carousel .flickity-viewport {
                        height: 740px !important;
                    }

                    .banking-wrapper .blueBg .mobileView .run_perform_class {
                        font-size: 42px;
                        line-height: 58px;
                    }

                    .ss-engage-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 840px !important;
                    }

                    .offer-wrapper .landing_page_form .signUpView {
                        max-width: 270px !important;
                    }

                    .offer-wrapper .landing_page_form .signUpView iframe {
                        width: 230px !important;
                        border-right: 1px solid #d3d3d3;
                    }
                }

                @media screen and (max-width: 420px) {
                    .evolutionBox {
                        border-radius: 32px;
                    }

                    .evolutionYear {
                        width: 80px;
                        height: 80px;
                    }

                    .evolutionYear span {
                        width: 66px;
                        height: 66px;
                        font-size: 17px;
                        padding-top: 15px;
                    }

                    .evolutionYear span small {
                        font-size: 15px;
                    }

                    .evolutionBox .evolutionText {
                        padding-left: 40px;
                        padding-right: 20px;
                    }

                    .evolutionASetBelow992 .feat-discription {
                        font-size: 11px;
                    }

                    .col-xs-offset-right-5 .evolutionBox .evolutionText {
                        padding-left: 40px;
                        padding-right: 20px;
                    }
                }

                @media screen and (max-width: 767px) {
                    #thankspopup {
                        padding-left: 10px !important;
                        padding-right: 10px !important;
                    }

                    #thankspopup .modal-dialog {
                        width: auto;
                    }

                    #thankspopup .modal-body .newHeadings {
                        font-size: 20px !important;
                    }

                    #thankspopup .modal-body .featureHeading {
                        font-size: 20px;
                    }

                    .back-img-india-offer-section {
                        height: unset;
                    }

                    .usa-engage-offer .small_business .small_business_first_sec .we_R_popular_smallBusiness {
                        margin-bottom: 0;
                    }

                    .usa-engage-offer .small_business .small_business_first_sec .we_R_popular_smallBusiness .newHeadings {
                        text-align: center;
                    }

                    .offer-particles:before, .offer-particles:after, .india-offer-page .whitepxbase, .india-offer-page .waveSection .newHeadings {
                        display: none;
                    }

                    .offer-wrapper .australia .aus_video_sec {
                        padding-top: 0px;
                    }

                    .india-offer-page .waveSection img {
                        top: 50%;
                    }

                    .india-offer-page .waveSection .wavebgSecbg {
                        background-image: none;
                        height: 150px;
                    }

                    .connect-inida-offer .poppins-extrabold74px {
                        font-size: 49px;
                        line-height: 49px;
                    }

                    .clients_last_sect .num-points-sec .convert-visiter-list li .featureHeading {
                        font-size: 20px;
                    }

                    .blck-fri-vdo-offer .row_flex_align_items_center_section .row {
                        display: block;
                    }

                    .blck-fri-vdo-offer .newHeadings {
                        margin-bottom: 30px;
                        text-align: center;
                    }

                    .blck-fri-vdo-offer .aus_video_sec {
                        padding-bottom: 0 !important;
                    }

                    .blackFriday .powerfulFeatures {
                        padding-left: 15px;
                        padding-right: 15px;
                    }

                    .blackFriday .convert-visiter-list li p {
                        padding-left: 0px;
                    }

                    .blackFriday .india-offer-page .waveSection .newHeadings {
                        display: block;
                    }

                    .blackFriday .india-offer-page .waveSection img {
                        top: 78%;
                        padding: 10px;
                        background-color: #f0f3f6;
                        border-radius: 4px;
                    }

                    .large-heading {
                        font-size: 27px !important;
                        line-height: 36px !important;
                    }

                    .leaderBoard .top_banner_section {
                        min-height: unset;
                        padding-bottom: 100px;
                    }

                    .li-section-with-first-off ul li {
                        width: 100%;
                        margin-right: 0;
                    }

                    .hierarchy-wrapper .li-section-with-first-off ul li {
                        min-height: unset;
                    }

                    .hierarchy-wrapper .li-section-with-first-off ul li:not(:last-child) {
                        margin-bottom: 30px;
                    }

                    .integrated-platform-wrapper .two-boxes-minus {
                        margin-top: 0;
                    }

                    .integrated-platform-wrapper .backgrnd-shape-section {
                        height: unset;
                        background-image: none;
                        background-color: #25143a;
                    }

                    .integrated-platform-wrapper .two-boxes-minus ul li {
                        width: 100%;
                    }

                    .integrated-platform-wrapper .two-boxes-minus ul li:not(:last-child) {
                        margin-top: 0;
                    }

                    .integration-desc-img ul li {
                        margin-right: 10px;
                        width: 46%;
                        margin-bottom: 20px;
                    }

                    .crm-workflow-automation-wrapper .brdr-set {
                        border-width: 0;
                    }

                    .poppinsRegular34 {
                        font-size: 28px;
                        line-height: 42px;
                    }

                    .grid-three-row {
                        grid-template-columns: 1fr;
                    }

                    .grid-three-box .boxes {
                        min-height: unset;
                    }

                    .fourth-sec-grids {
                        grid-template-columns: 1fr;
                        gap: 40px;
                    }

                    .idfc-main-wrapper .row_flex_align_items_center_section .row {
                        display: block;
                    }

                    .idfc-main-wrapper .ss-buttons {
                        min-width: 124px;
                    }

                }

                @media only screen and (min-width: 768px) and (max-width: 1024px) {
                    .corporate-directory .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 450px !important;
                    }

                    .choose-ss-list {
                        display: block;
                    }

                    .choose-ss-list li {
                        width: 45%;
                        margin: 0px 10px 20px;
                    }

                    .india .customer_report_section ul li {
                        display: inline-block !important;
                    }

                    .india .slider_section .flic-carousel .flickity-page-dots {
                        display: none;
                    }

                    .evolutionASetBelow992 {
                        margin: 0px 30px;
                    }

                    .blueBg br {
                        display: none !important;
                    }

                    .LandingPageboxes {
                        width: 94px !important;
                    }

                    .LandingPageboxes_second {
                        width: 170px !important;
                        height: 180px !important;
                    }

                    .change_col_on_mobile_customer_soft_page .col-md-6 {
                        float: right;
                    }

                    .videoSecLeftContainer p.featureHeading {
                        font-size: 23px;
                        line-height: 34px;
                    }

                    .videoSecLeftContainer {
                        padding-top: 30px;
                    }

                    .covidVideoSec::before, .covidVideoSec::after {
                        z-index: -1;
                    }

                    .threezBoxSec h3 {
                        margin-top: 50px;
                        font-size: 20px;
                    }

                    .threeBoxRow {
                        max-width: 100%;
                    }

                    .threeBoxInnerSec p {
                        font-size: 18px !important;
                    }

                    .productDifferentiator .threeBoxInnerSec p.feat-discription {
                        font-size: 15px !important;
                    }

                    .recentProcess h3 {
                        margin-top: 50px;
                        font-size: 20px;
                        line-height: 20px;
                    }

                    .threezBoxSec {
                        padding-bottom: 50px;
                    }

                    .leadmanagementBG {
                        height: 580px;
                        background-size: 510px;
                    }

                    .benefits_lead_mngment_system .newwhySSBox {
                        height: 470px;
                    }

                    .noCreditR {
                        margin: 20px 0 0 110px;
                    }

                    .lead-management .enterprise_crm .leadmanagementBG .feat-discription {
                        display: block;
                    }

                    .footerView .row .col-md-3 {
                        display: none;
                    }

                    .footerView .footerlistings {
                        display: inline-flex;
                    }

                    .footerlistings .listingItems {
                        padding: 0 80px 0 0;
                        width: 45%;
                    }

                    .footerlistings .listingItems:nth-child(3) {
                        padding: 0 75px 0 0 !important;
                    }

                    .terms-conditions .ourResponsiblities ul li:before, .terms-conditions .usesOfService ul li::before, .terms-conditions .non-ss-providers ul li:before, .terms-conditions .feePayments ul li:before, .terms-conditions .licenseRights ul li:before, .terms-conditions .confidentiality ul li:before, .terms-conditions .warranties_disclaimers ul li::before, .terms-conditions .terms_termination ul li::before, .terms-conditions .gen_provisions ul li:before {
                        left: -6%;
                    }

                    .terms-conditions .terms_termination ul li::before, .terms-conditions .gen_provisions ul li::before {
                        left: -7% !important;
                    }

                    .ss-offer .ss-tools .rowBorder:first-child .row .col-md-6:last-child .tools-info {
                        border-right: none;
                    }

                    .ss-marketing .crm-maketing .row .col-md-5 img {
                        margin-top: 0;
                        margin-bottom: 60px;
                    }

                    .ss-marketing .y_choose_crm .wBox {
                        min-height: unset;
                    }

                    .new-york .blueBg .covidVideoSec, .virginia .blueBg .covidVideoSec {
                        width: 97%;
                    }

                    .australia .bestCRM_aus .ma-top40 {
                        width: 100%;
                    }

                    .testimonialViewNew {
                        margin: 60px 0% 0 !important;
                    }

                    .delaware-main-wrapper .acc_cont_p .col-sm-8, .delaware-main-wrapper .lead_mngment_p .col-sm-8, .delaware-main-wrapper .acc_cont_p .col-sm-4, .delaware-main-wrapper .lead_mngment_p .col-sm-4, .newJersey .acc_cont_p .col-sm-8, .newJersey .lead_mngment_p .col-sm-8, .newJersey .acc_cont_p .col-sm-4, .newJersey .lead_mngment_p .col-sm-4 {
                        width: 100% !important;
                    }

                    .clients-wrapper ul li {
                        width: 180px;
                        margin-right: 20px;
                    }

                    .wisconsin-wrapper .australia .basic_feature_tabbing .feat-discription {
                        padding: 0;
                    }

                    .wisconsin-wrapper .web_based_crm .lmBox {
                        padding: 40px 10px 0px 0px;
                    }

                    .wisconsin-wrapper .gurugram .y_choose_ssCrm_in_gurugram figure {
                        text-align: center;
                        margin-top: 30px;
                    }

                    .connecticut-wrapper .dubai .sliderD .testimonialViewNew {
                        margin-top: 0 !important;
                        padding-top: 0;
                    }

                    .connecticut-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 600px !important;
                    }

                    .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-7 {
                        padding-right: 15px !important;
                    }

                    .connecticut-wrapper .connecticut_slider_wrapper .row .col-md-5 img {
                        display: none;
                    }

                    .indiana-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        width: 215px;
                    }

                    .company-tools-wrapper .contact-us .row .col-sm-8 {
                        width: 100%;
                    }

                    .company-tools-wrapper .blueBg .row .col-md-7 {
                        text-align: center;
                    }

                    .gAds-wrapper .noCreditR {
                        margin: 20px auto auto auto;
                    }

                    .armidale-wrapper .flic-carousel .flickity-viewport {
                        height: 410px !important;
                    }

                    .missouri-wrapper .blueBg .row .col-md-7 {
                        text-align: left;
                    }

                    .usa-engage-offer .displayset {
                        display: block;
                        margin-top: 5px;
                        padding-left: 0;
                    }

                    .usa-engage-offer .new-badges li {
                        height: 125px;
                        width: 150px;
                        line-height: 100px;
                    }

                    .usa-engage-offer .new-badges li:last-child {
                        margin-top: 5px;
                    }
                }

                @media only screen and (min-width: 769px) and (max-width :992px) {
                    .blueBg, .indiana-wrapper .mas_carousal_wrapper .mas_bck_img {
                        height: unset !important;
                    }

                    .wBox, .massachusetts-wrapper .pune .featuresofCRM {
                        min-height: unset !important;
                    }

                    .massachusetts-wrapper .mas_slider {
                        background-color: #fff;
                    }

                    .massachusetts-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 600px !important;
                    }

                    .massachusetts-wrapper .pune .row .col-md-6:last-child, .indiana-wrapper .featurePoints .row .col-md-6:last-child, .marketing-chennai-wrapper .sales_force_benefits .margin_left_rgt_fifty .row .col-md-6:last-child {
                        padding-left: 15px !important;
                    }

                    .australia .landing_page_form .signUpView {
                        margin-top: 30px;
                    }

                    .scarolina-wrapper .top_part .benefits_display, .banking-wrapper .reasons_ul .imgSet {
                        margin-top: 30px;
                    }

                    .scarolina-wrapper .benefits_display .featureHeading {
                        min-height: unset;
                    }

                    .scarolina-wrapper .lead_center_content img {
                        padding: 0px 30px;
                    }

                    .bathurst-wrapper .acc_cont_p, .bathurst-wrapper .lead_mngment_p {
                        margin-bottom: 40px;
                    }

                    .bathurst-wrapper .acc_cont_p .col-md-8, .ss-offer .exclusive-launch .row .col-md-6:first-child, .missouri-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child {
                        padding-right: 15px;
                    }

                    .bathurst-wrapper .lead_mngment_p .col-md-8, .ss-offer .exclusive-launch .row .col-md-6:last-child, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-lg-6:last-child {
                        padding-left: 15px;
                    }

                    .nevada-wrapper .contact-us .col-sm-8, .nevada-wrapper .contact-us .col-sm-4, .company-tools-wrapper .topContactUs .row, .company-tools-wrapper .topContactUs .row .col-sm-4 {
                        width: 100%;
                    }

                    .nevada-wrapper .contact-us .newHeadings {
                        text-align: center;
                    }

                    .nevada-wrapper .contact-us .wcta_btn {
                        margin-top: 10px;
                    }

                    .nevada-wrapper .PunebussinessGrowth .row .col-md-3:first-child, .nevada-wrapper .PunebussinessGrowth .row .col-md-3:nth-child(2) {
                        min-height: 145px;
                        border-right: none;
                        padding-right: 15px;
                    }

                    .nevada-wrapper .PunebussinessGrowth .row .col-md-3:nth-child(3) {
                        min-height: 160px;
                        margin-top: 30px;
                        border-right: none;
                        padding-left: 15px;
                    }

                    .nevada-wrapper .PunebussinessGrowth .row .col-md-3:nth-child(3) br, .queanbeyan-wrapper .right_shape_rect_top, .queanbeyan-wrapper .right_shape_rect_bottom, .ss-offer br, .company-tools-wrapper .desktopView, .ss-offer .salezShark_services ul li .featureHeading::before, .ss-offer .chennai .salezShark_services ul li:first-child .feat-discription::before, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after, .insurance-agents-wrapper .mobApp:after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .insurance-agents-wrapper .campaign_automation_section br, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .feat-discription::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .feat-discription::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .feat-discription::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .feat-discription::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .feat-discription::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .feat-discription::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .feat-discription::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .feat-discription::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after {
                        display: none;
                    }

                    .nevada-wrapper .PunebussinessGrowth .row .col-md-3:nth-child(4), .company-tools-wrapper .sheet_track_section .row .col-md-6:last-child, .queanbeyan-wrapper .lead_mngment_p .col-md-8, .ss-offer .ss-tools .rowBorder:last-child .row .col-md-6:last-child, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:last-child, .real-state-wrapper .points-wrapper .row .col-md-8, .real-state-wrapper .real-state-feature-listings .row .col-md-6:last-child, .real-state-wrapper .mob_section .row .col-md-6:last-child, .armidale-wrapper .dubai .imple_crm_aus .setPaddingLeft .col-md-7, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .row .col-lg-6:last-child {
                        padding-left: 15px;
                    }

                    .queanbeyan-wrapper .acc_cont_p .col-md-8, .real-state-wrapper .mob_section .row .col-md-6:first-child, .armidale-wrapper .points-wrapper .row .col-lg-8, .armidale-wrapper .dubai .imple_crm_aus .setRightPadding .col-md-7, .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .row .col-lg-6:first-child {
                        padding-right: 15px;
                    }

                    .company-tools-wrapper .blueBg {
                        height: 1200px !important;
                    }

                    .company-tools-wrapper .sheet_track_section .row .col-md-6:first-child {
                        border-right: none;
                        min-height: unset;
                        margin-bottom: 30px;
                    }

                    .company-tools-wrapper .topContactUs .newHeadings {
                        text-align-last: unset;
                        text-align: center;
                        margin-bottom: 30px !important;
                    }

                    .company-tools-wrapper .mobileView, .ss-offer .fourRoundPoints ul li br {
                        display: block;
                    }

                    .company-tools-wrapper .salez_user .day_time .row .col-md-4 .featureHeading, .company-tools-wrapper .salez_user .day_time .row .col-md-4:nth-child(2) .featureHeading {
                        left: 38%;
                        top: 30%;
                    }

                    .company-tools-wrapper .day_time .feat-discription {
                        width: 90%;
                        margin: 30px auto 30px auto;
                        display: block;
                    }

                    .company-tools-wrapper .subscription-plans ul, .missouri-wrapper .pricing-notes .text-left, .missouri-wrapper .pricing-notes .text-right, .banking-wrapper .blueBg .btn_container {
                        text-align: center;
                    }

                    .company-tools-wrapper .subscription-plans ul li {
                        margin-bottom: 30px;
                    }

                    .gAds-wrapper .blueBg .row .col-md-7, .ripon-wrapper .wBox {
                        margin-bottom: 30px;
                    }

                    .ripon-wrapper .australia .small_business_first_sec .btn_text_section {
                        padding-bottom: 0;
                    }

                    .ripon-wrapper .delaware-main-wrapper img {
                        margin-top: 30px !important;
                    }

                    .ss-offer .chennai .salezShark_services .leftBGsection {
                        height: unset;
                        background-image: none;
                    }

                    .ss-offer .salezShark_services .leftBGsection .servicesDiv {
                        position: unset;
                        width: 100%;
                        margin: auto;
                        padding: 30px 0 30px 25px;
                    }

                    .ss-offer .salezShark_services ul, .ss-offer .business_easier_section {
                        border: none;
                    }

                    .ss-offer .exclusive-launch .row .col-md-6:last-child .offer-details {
                        margin-top: 40px;
                    }

                    .ss-offer .business_easier_section {
                        height: 350px;
                    }

                    .orange-wrapper .orange_slider .row .col-md-4 img {
                        display: none;
                    }

                    .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                        margin-top: 0;
                    }

                    .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 650px !important;
                    }

                    .orange-wrapper .dubai .sliderD .flic-carousel .flickity-page-dots {
                        bottom: 45px !important;
                    }

                    .orange-wrapper .white-strap {
                        height: 20px;
                    }

                    .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .acc_cont_p figure img, .punjab-wrapper .dubbo-wrapper .delaware-main-wrapper .lead_mngment_p figure img {
                        margin-top: 30px;
                        margin-bottom: 40px;
                    }

                    .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:first-child, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:first-child, .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:first-child .featuresofCRM:nth-child(2), .punjab-wrapper .pune .crminAus .feature_explained .row .col-md-6:last-child .featuresofCRM:nth-child(2) {
                        min-height: unset;
                    }

                    .need_connectPlus {
                        background-image: none;
                        background-color: #eff1f6;
                        height: unset;
                        padding: 30px;
                    }

                    .automation-img {
                        padding-top: 30px !important;
                    }

                    .real-state-wrapper .points-wrapper .row .col-md-8 div {
                        min-height: unset;
                        margin-bottom: 30px;
                    }

                    .real-state-wrapper .points-wrapper .row .col-md-8 div:last-child {
                        margin-bottom: 0;
                    }

                    .real-state-wrapper .re-benefits {
                        min-height: unset;
                        margin-bottom: 30px;
                    }

                    .real-state-wrapper .re-benefits:last-child {
                        margin-bottom: 0;
                    }

                    .california .ss-offer .most_valued_customer ul {
                        line-height: 50px;
                    }

                    .california .ss-offer .most_valued_customer ul:nth-child(2), .california .ss-offer .most_valued_customer ul:nth-child(3) {
                        margin-top: 10px;
                    }

                    .armidale-wrapper .flic-carousel .flickity-viewport {
                        height: 450px !important;
                    }

                    .armidale-wrapper .leftRightSec .featureHeading {
                        margin-top: 30px;
                    }

                    .armidale-wrapper .dubai .imple_crm_aus .row figure {
                        height: unset;
                        padding: 20px;
                    }

                    .armidale-wrapper .dubai .imple_crm_aus .row .text-justify {
                        min-height: unset;
                    }

                    .missouri-wrapper .subscription-plans ul li {
                        margin-bottom: 50px;
                        margin-right: 5px;
                    }

                    .missouri-wrapper .key_diffrentiator_section .newHeadings, .customer-intelligence-wrapper .y_choose_intelligence_soft_sec .margin_left_rgt_fifty {
                        width: 85%;
                        margin: auto;
                    }

                    .missouri-wrapper .subscription-plans ul li .most-pop {
                        display: none !important;
                    }

                    .banking-wrapper .blueBg .lead_heading .run_perform_class br {
                        display: block !important;
                    }

                    .banking-wrapper .blueBg .run_perform_class {
                        right: 160px;
                    }

                    .insurance-agents-wrapper .insurance_section img, .customer-software-nwrapper .num_one_crm .row .col-lg-4:not(:last-child), .customer-software-nwrapper .num_one_crm .info_abt_crm:not(:last-child) {
                        margin-bottom: 30px;
                    }

                    .insurance-agents-wrapper .build_effective .campaign_automation_section .featureHeading, .insurance-agents-wrapper .build_effective .campaign_automation_section .feat-discription, .customer-intelligence-wrapper .build_effective .campaign_automation_section .featureHeading, .analytics-wrapper .build_effective .campaign_automation_section .featureHeading {
                        text-align: left;
                    }

                    .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:first-child, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-md-6:last-child, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        margin-top: 30px;
                    }

                    .mobile-crm-wrapper .competitive-edge img {
                        max-width: 100%;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points {
                        background-image: none;
                        height: unset;
                        padding-bottom: 60px;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne {
                        margin-top: 0;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec, .lead-nurturing-software-wrapper .nurturing_feats_right_sec, .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data .newHeadings {
                        text-align: left;
                    }

                    .lead-nurturing-software-wrapper .nurt-vals .row .col-lg-6:first-child {
                        border-right: none;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data {
                        padding-right: 0;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec, .lead-nurturing-software-wrapper .nurturing_feats_right_sec {
                        margin-top: 50px;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec:first-child {
                        margin-top: 0;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec .section_for_text_heading_data .feat-discription {
                        text-align-last: left;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_right_sec img {
                        transform: rotateY(180deg);
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_right_sec .section_for_text_heading_data {
                        padding-left: 0;
                    }

                    .lead-nurturing-software-wrapper .nurturing_feats_left_sec, .lead-nurturing-software-wrapper .nurturing_feats_right_sec, .lead-nurturing-software-wrapper .nurturing_feats_left_sec:last-child, .lead-nurturing-software-wrapper .nurturing_feats_right_sec:last-child {
                        min-height: unset;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points {
                        background-image: none;
                        margin-top: 0;
                        height: unset;
                        width: 85%;
                        margin: auto;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section {
                        padding-bottom: 60px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img {
                        background-image: none;
                        height: unset;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour figure {
                        position: unset;
                        margin-bottom: 30px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne {
                        margin-top: 0;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .featureHeading {
                        text-align: left;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour .feat-discription {
                        padding-left: 0;
                        padding-right: 0;
                        margin-top: 0;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour {
                        margin-top: 30px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm {
                        padding-bottom: 60px;
                    }

                    .customer-software-nwrapper .num_one_crm .row .col-lg-4:first-child {
                        padding-right: 15px;
                        border: none;
                        padding-left: 15px;
                    }

                    .customer-software-nwrapper .num_one_crm .row .col-lg-4:last-child {
                        padding-left: 15px;
                        border: none;
                    }

                    .customer-software-nwrapper .num_one_crm .info_abt_crm {
                        padding: 20px;
                        box-shadow: 0 -1px 39px 5px rgb(0 0 0 / 10%);
                    }

                    .marketing-automation-result-wrapper .re_st_fea_div {
                        box-shadow: none;
                        min-height: unset;
                        margin-top: 0;
                        padding: 0;
                    }

                    .marketing-automation-result-wrapper .full-width-li {
                        margin-top: 0;
                    }

                    .marketing-automation-result-wrapper .full-width-li li {
                        margin-bottom: 0;
                    }

                    .marketing-automation-result-wrapper .pune .PunebussinessGrowth .row .col-md-3:not(:last-child) {
                        margin-bottom: 30px;
                    }

                    .california .ss-offer .most_valued_customer ul {
                        padding-left: 20px;
                    }

                    .template-eight .india .slider_section .flic-carousel .flickity-page-dots {
                        display: block;
                        bottom: 0 !important;
                    }

                    .x-mas-engage .bck-color-xmas-sec {
                        background-image: none;
                        height: unset;
                    }

                    .x-mas-engage .product-step-box {
                        min-height: unset;
                        margin-bottom: 30px !important;
                    }

                    .x-mas-engage .product-step-box:last-child {
                        margin-bottom: 0 !important;
                    }

                    .x-mas-engage .engage-chirst-offer-sec {
                        background-image: none;
                        background-color: #8d020b;
                        height: unset;
                    }

                    .x-mas-engage .convert-visiter-list li:nth-child(7) {
                        margin-bottom: 50px;
                    }


                }

                @media only screen and (min-width: 768px) and (max-width :992px) {
                    .india-offer-page .waveSection .wavebgSecbg {
                        height: 112px;
                        background-size: cover;
                    }

                    .blck-fri-vdo-offer .aus_video_sec {
                        padding-bottom: 0 !important;
                    }

                    .blck-fri-vdo-offer .newHeadings {
                        margin-bottom: 30px;
                    }

                    .blackFriday .india-offer-page .waveSection .wavebgSecbg {
                        visibility: hidden;
                    }

                    .blackFriday .waveSection .offer-particles:after, .blackFriday .waveSection .offer-particles:before {
                        display: none;
                    }
                }

                @media only screen and (min-width: 992px) and (max-width :1024px) {
                    .ss-offer .exclusive-launch .margin_left_rgt_fifty {
                        width: 96%;
                    }

                    .ss-offer .exclusive-launch .row .col-md-6:first-child, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-lg-6:first-child {
                        padding-right: 15px;
                    }

                    .ss-offer .exclusive-launch .row .col-md-6:last-child, .queanbeyan-wrapper .lead_mngment_p .col-md-8, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .row .col-lg-6:last-child {
                        padding-left: 15px;
                    }

                    .ss-offer .salezShark_services ul li .featureHeading::before {
                        left: -46px;
                    }

                    .ss-offer .salezShark_services .leftBGsection .servicesDiv {
                        width: 100%;
                        left: 0;
                    }

                    .get_start_element-wraper {
                        padding-top: 40px !important;
                    }

                    .queanbeyan-wrapper .right_shape_rect_top, .queanbeyan-wrapper .right_shape_rect_bottom, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after, .insurance-agents-wrapper .mobApp:after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .feat-discription::after, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .feat-discription::after {
                        display: none;
                    }

                    .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section .newZealand .flic-carousel .flickity-viewport {
                        height: 750px !important;
                    }

                    .orange-wrapper .dubai .sliderD .bussinessCRM .bussiness_slider_section {
                        margin-top: 0;
                    }

                    .orange-wrapper .dubai .sliderD .flic-carousel .flickity-page-dots {
                        bottom: 40px !important;
                    }

                    .orange-wrapper .white-strap {
                        height: 20px;
                    }

                    .orange-wrapper .wBox {
                        min-height: 840px;
                    }

                    .orange-wrapper .orange_slider .row .col-md-4 img {
                        margin-top: 100px;
                    }

                    .need_connectPlus {
                        background-image: none;
                        background-color: #eff1f6;
                        height: unset;
                        padding: 30px;
                    }

                    .automation-img {
                        padding-top: 30px !important;
                    }

                    .marketing-chennai-wrapper .box-sec .wBox {
                        min-height: unset;
                    }

                    .armidale-wrapper .flic-carousel .flickity-viewport {
                        height: 550px !important;
                    }

                    .banking-wrapper .blueBg .run_perform_class {
                        right: unset;
                    }

                    .banking-wrapper .lead_heading .poppinsRegular24 {
                        right: 50px;
                    }

                    .insurance-agents-wrapper .build_effective .campaign_automation_section .featureHeading, .insurance-agents-wrapper .build_effective .campaign_automation_section .feat-discription {
                        text-align: left;
                    }

                    .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne, .insurance-agents-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        margin-top: 30px;
                    }

                    .mobile-crm-wrapper .competitive-edge img {
                        max-width: 100%;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne {
                        margin-top: 0;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo {
                        margin-top: 90px;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        margin-top: 60px;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour {
                        margin-top: 100px;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section {
                        padding-bottom: 60px;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after {
                        left: -59%;
                    }

                    .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after, .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                        right: -55%;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree {
                        margin-top: 10px;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive {
                        margin-top: 80px;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section {
                        padding-bottom: 200px;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberOne .featureHeading::after, .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFive .featureHeading::after {
                        left: -50%;
                        top: 22%;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after {
                        right: -48%;
                        top: 30%;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree .featureHeading::after {
                        left: -50%;
                    }

                    .analytics-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                        right: -48%;
                        top: 20%;
                    }

                    .analytics-wrapper .reasons_ul .imgSet {
                        margin-top: 50px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img {
                        background-image: none;
                        height: unset;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo figure, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour figure {
                        position: unset;
                        margin-bottom: 30px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne {
                        margin-top: 0;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .featureHeading {
                        text-align: left;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointOne .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo .feat-discription, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour .feat-discription {
                        padding-left: 0;
                        padding-right: 0;
                        margin-top: 0;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointThree, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo, .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointFour {
                        margin-top: 30px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm {
                        padding-bottom: 60px;
                    }

                    .sales-crm-wrapper .powerful_sec_for_sales_crm .sect_with_bg_img .pointTwo {
                        margin-top: 0;
                    }

                    .sales_force_automation .crm .shadowContainer .sales_force_benefits .slide_Number {
                        line-height: 52px;
                        font-size: 42px;
                    }
                }

                @media only screen and (max-width: 991px) {
                    .numeric_points_section .row .col-md-6:first-child ul {
                        margin-bottom: 10px;
                    }

                    .crm-feat-exp {
                        margin-bottom: 30px;
                    }

                    .usa-engage-offer .newHeadings {
                        text-align: center !important;
                    }

                    .usa-engage-offer .second-section-data .wBox {
                        min-height: unset;
                    }

                    .festive-footer-heading {
                        font-size: 28px;
                        line-height: 43px;
                        text-align: center;
                        margin-bottom: 10px;
                    }

                    .festive-offer-second-last-sec .helvetica-bold24 {
                        text-align: center;
                        margin-bottom: 20px;
                    }

                    .india-offer-page .second-section-data .wBox {
                        min-height: unset !important;
                        margin-bottom: 30px;
                    }

                    .india-offer-page .second-section-data .row .col-md-3:last-child .wBox {
                        margin-bottom: 0px !important;
                    }

                    .convert-visiter-list li {
                        display: block;
                        width: 100%;
                    }

                    .convert-visiter-list li:last-child {
                        margin-bottom: 0;
                    }

                    .india-offer-page .hieght50px {
                        display: none;
                    }

                    .convert-visiter-list li p {
                        padding-right: 15px;
                        padding-left: 15px;
                    }

                    .connect-inida-offer .lead_management_system_works .zig-zag-patternBG {
                        background-image: none;
                    }

                    .connect-inida-offer .lead_management_system_works .zig-zag-patternBG img {
                        margin-bottom: 30px;
                    }

                    .convert-visiter-list li:nth-child(3) {
                        margin-bottom: 50px;
                    }

                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points {
                        background-image: none;
                        padding-bottom: 0;
                    }

                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo {
                        margin-top: 0;
                    }

                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour,
                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberThree,
                    .text-l-img-r-section img,
                    .final-section-of-page img {
                        margin-top: 30px;
                    }

                    .feat-exp-with-img-txt .first-row .col-lg-6:first-child {
                        padding-right: 15px;
                    }

                    .leaderBoard .feat-exp-with-img-txt .first-row .feat-exp-div {
                        min-height: unset;
                    }

                    .feat-exp-with-img-txt .first-row .col-lg-6:last-child {
                        padding-left: 15px;
                    }

                    .leaderBoard .feat-exp-with-img-txt .first-row .col-lg-6:first-child .feat-exp-div:last-child,
                    .customization-crm .feat-exp-with-img-txt .first-row .col-lg-6:first-child .feat-exp-div:last-child,
                    .strong-team-support-wrapper .feat-exp-with-img-txt .first-row .col-lg-6:first-child .feat-exp-div:last-child,
                    .email-based-wrapper .feat-exp-with-img-txt .first-row .col-lg-6:first-child .feat-exp-div:last-child,
                    .hierarchy-wrapper .feat-exp-with-img-txt .first-row .col-lg-6:first-child .feat-exp-div:last-child,
                    .crm-workflow-automation-wrapper .feat-exp-with-img-txt .first-row .col-lg-6:first-child .feat-exp-div:last-child,
                    .mobviewbottom50px .feat-exp-with-img-txt .first-row .col-lg-6:first-child .feat-exp-div:last-child {
                        margin-bottom: 50px;
                    }

                    .customization-crm .bck-bl-color-sec img {
                        margin-bottom: 30px;
                    }

                    .inbuilt-marketing-automation-wrapper .bck-bl-color-sec img {
                        margin-bottom: 30px;
                    }

                    .inbuilt-marketing-automation-wrapper .bck-bl-color-sec .large-heading,
                    .inbuilt-marketing-automation-wrapper .bck-bl-color-sec .feat-discription,
                    .three-sec-img .large-heading,
                    .three-sec-img .feat-discription {
                        text-align: left;
                    }

                    .strong-team-support-wrapper .convert-visiter-list li:nth-child(3),
                    .email-based-wrapper .convert-visiter-list li:nth-child(3) {
                        margin-bottom: 30px;
                    }

                    .boxes-feature-pages li {
                        width: 100%;
                        margin-right: 0 !important;
                        min-height: unset;
                        display: block;
                    }

                    .minus-top-sec .inner-box {
                        padding: 20px;
                    }

                    .lead-auto-resp-wrapper .georgia .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav li {
                        height: 70px;
                    }

                    .lead-auto-resp-wrapper .australia .small_business_first_sec .basic_feature_tabbing .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                        line-height: 10px;
                    }

                    .lead-auto-resp-wrapper .boxes-feature-pages li,
                    .steps-involved-wrkflow ul li .wBox,
                    .marke-campaigns-analytics-wrapper .boxes-feature-pages li,
                    .email-ver-wrapper .minus-top-30 .product-step-box {
                        min-height: unset;
                    }

                    .steps-involved-wrkflow ul li {
                        width: 100%;
                        margin-right: 0;
                    }

                    .list-strategies .row .col-md-6:first-child .product-step-box:last-child,
                    .with-segmentation .first-row .col-md-6:first-child,
                    .minus-top-30 .row .col-md-4:first-child .product-step-box,
                    .minus-top-30 .row .col-md-4:nth-child(2) .product-step-box {
                        margin-bottom: 30px;
                    }

                    .three-sec-img img {
                        margin-top: 0;
                        margin-bottom: 30px;
                    }

                    .temp-gal ul li {
                        width: 100%;
                    }

                    .temp-gal ul li:not(:last-child) {
                        margin-right: 0;
                        margin-bottom: 30px;
                    }

                    .common-bottom-cta-section .row {
                        display: block;
                    }

                    .common-bottom-cta-section .common-bottom-left-wrapper {
                        text-align: center;
                    }

                    .sales_force_automation .crm .shadowContainer .sales_force_benefits .slide_Number {
                        line-height: 48px;
                        font-size: 32px;
                    }

                    .some_padding_in_container {
                        padding: 5px !important;
                    }

                }

                @media only screen and (max-width: 1024px) {
                    .back-img-india-offer-section, .back-img-usa-connect-offer {
                        height: unset;
                    }

                    .engage-india-less-height-sec {
                        height: 100%;
                    }

                    .bluish-background-shape {
                        border-radius: 0px;
                    }

                    .last-section-of-page {
                        text-align: center;
                        padding-left: 15px;
                        padding-right: 15px;
                    }

                }

                @media only screen and (min-width: 992px) and (max-width :1359px) {
                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points {
                        background-image: none;
                    }

                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section {
                        padding-bottom: 120px;
                        border-bottom: none;
                    }
                }

                @media only screen and (min-width: 992px) and (max-width :1280px) {
                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberTwo .featureHeading::after {
                        right: -42%;
                    }

                    .xmas-connect .customer-intelligence-wrapper .build_effective .campaign_automation_section .timeline_points .numberFour .featureHeading::after {
                        right: -44%;
                    }

                    .strong-team-support-wrapper .convert-visiter-list li {
                        width: 100%;
                    }
                }

                @media only screen and (max-width:1200px) {
                    .leaderBoard .top_banner_section .leaderboard-banner-img {
                        position: unset;
                        text-align: center;
                    }

                    .strong-team-support-wrapper .convert-visiter-list li {
                        width: 100%;
                    }
                }

                @media only screen and (min-width:320px) and (max-width: 374px) {
                    .integration-desc-img ul li {
                        width: 45%;
                    }
                }


                /************** media queries ends ********/