
img.socxo-socxly-badge {
    max-width: 220px;
    margin: auto;
}
section.banner{
    min-height:659px;
}

.home-banner img {
    width: 85%;
}
.home-banner .sxly-badge {
    text-align: right;
    display: inline-block;
    margin-left: 100px;
}
.home-banner, .home-banner .sxly-badge {
    text-align: center;
}
.home-banner .sxly-badge img{
    width: 200px;
}
.sxly-badge {
    text-align: center;
    margin-top: 30px;
}
.sxly-badge img {
    width: 45%;
    margin: 20px auto;
}
.app{
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.app .main {
    display: block;
    width: 380px;
}
.app .icons{ 
    opacity:0;  
    top: 215px;
    left: 200px;
    position: absolute;    
    left: 120px;
    width: 60px;
}
.app .one{
    width: 250px;
    height: auto;
    animation: fadein1 0.4s ease-in forwards 0.4s;
    -webkit-animation: fadein1 0.4s ease-in forwards 0.4s;
    -moz-animation: fadein1 0.4s ease-in forwards 0.4s;
} 
.app .two{        
    animation: fadein2 0.4s ease-in forwards 0.6s;
    -webkit-animation: fadein2 0.4s ease-in forwards 0.6s;
    -moz-animation: fadein2 0.4s ease-in forwards 0.6s;
}
.app .three {     
    animation: fadein3 0.4s ease-in forwards 0.8s;
    -webkit-animation: fadein3 0.4s ease-in forwards 0.8s;
    -moz-animation: fadein3 0.4s ease-in forwards 0.8s; 
}

.app .four {
    animation: fadein4 0.4s ease-in forwards 1s;
    -webkit-animation: fadein4 0.4s ease-in forwards 1s;
    -moz-animation: fadein4 0.4s ease-in forwards 1s;
    
}
.app .five {      
    animation: fadein5 0.4s ease-in forwards 1.2s;
    -webkit-animation: fadein5 0.4s ease-in forwards 1.2s;
    -moz-animation: fadein5 0.4s ease-in forwards 1.2s;
}

@keyframes fadein1 {
    from {
        opacity:0;
        top: 215px;
        left: 200px;
        
    }
    to {
        opacity:1;
        left:-100px;
        bottom:auto;
        
    }
}
@keyframes fadein2 {
    from {
        opacity:0;
        top: 215px;
        left: 200px;
    }
    to {
        opacity:1;
        /*top: 340px;
        left: 300px;*/
        top: 280px;
        left: 330px;
    }
}
@keyframes fadein3 {
    from {
        opacity:0;
        top: 215px;
        left: 200px;
    }
    to {
        opacity:1;
        top: 365px;
        left: 120px
    }
}
@keyframes fadein4 {
    from {
        opacity:0;
        top: 215px;
        left: 200px;
    }
    to {
        opacity:1;
        top: 82px;
        left: 0px;
    }
}
@keyframes fadein5 {
    from {
        opacity:0;
        top: 215px;
        left: 200px;
    }
    to {
        opacity:1;
        /*top: 0px;
        left: 120px;*/
        top: -10px;
        left: 160px;
    }
}
 /* Home Banner Text Rotation  */

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 1;
        -moz-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;        
        transform: translateY(-100%);
    }
    50% {
        opacity: 1;       
        transform: translateY(10%);
    }
    100% {
        opacity: 1;       
        transform: translateY(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}
@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;        
        transform: translateY(0);
    }
    60% {
        opacity: 0;       
        transform: translateY(110%);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}
.words-wrapper {
    display: inline-flex;
    position: relative;
    text-align: left;
    width: 250px;
    height: 60px;
}

b {
    opacity: 0;
    display: inline-flex;
    position: absolute;
    white-space: nowrap;
    left: 0;
    font-weight: 600;
    top: 0;
    color: #ed6823;
}
.is-visible {
    position:relative;
    opacity:1; 
    animation: push-in 0.15s;
    -webkit-animation: push-in 0.15s;
    -moz-animation: push-in 0.15s;
    
}
.is-hidden {
    color: #ed6823;  
    animation: push-out 0.1s;
     -webkit-animation: push-out 0.1s;
    -moz-animation: push-out 0.1s;
}


 /* Smart Text Animation  */

b.special.is-visible {
    position:relative;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.special.is-visible .s {
    opacity: 0;
    animation: drop 0.1s linear forwards;
    -webkit-animation: drop 0.1s linear forwards;
    -moz-animation: drop 0.1s linear forwards;
    
}
.special.is-visible .d1 {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.1s;
    -webkit-animation: drop 0.1s linear forwards 0.1s;
    -moz-animation: drop 0.1s linear forwards 0.1s;
}

.special.is-visible .m {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.2s;
    -webkit-animation: drop 0.1s linear forwards 0.2s;
    -moz-animation: drop 0.1s linear forwards 0.2s;
   
}
.special.is-visible .d2 {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.3s;
    -webkit-animation: drop 0.1s linear forwards 0.3s;
    -moz-animation: drop 0.1s linear forwards 0.3s;
    
}
.special.is-visible .a {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.4s;
    -webkit-animation: drop 0.1s linear forwards 0.4s;
    -moz-animation: drop 0.1s linear forwards 0.4s;
    
}
.special.is-visible .d3 {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.5s;
    -webkit-animation: drop 0.1s linear forwards 0.5s;
    -moz-animation: drop 0.1s linear forwards 0.5s;
    
}
.special.is-visible .r {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.6s;
    -webkit-animation: drop 0.1s linear forwards 0.6s;
    -moz-animation: drop 0.1s linear forwards 0.6s;
    
}
.special.is-visible .d4 {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.7s;
    -webkit-animation: drop 0.1s linear forwards 0.7s;
    -moz-animation: drop 0.1s linear forwards 0.7s;
    
}
.special.is-visible .t {
    opacity: 0;
    animation: drop 0.1s linear forwards 0.8s;
    -webkit-animation: drop 0.1s linear forwards 0.8s;
    -moz-animation: drop 0.1s linear forwards 0.8s;
}

.special::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ed6823;  
  transform-origin: bottom left;
  transform: scaleX(0);
}

.special.is-visible:before{
    animation: expand 0.3s ease forwards 1s;
    -webkit-animation: expand 0.3s ease forwards 1s;
    -moz-animation: expand 0.3s ease forwards 1s;
}

@-webkit-keyframes drop {
    0% {
        -webkit-transform: translateY(-200px);
        opacity: 0;
    }
    50% {
        
        -webkit-transform: translateY(0px);        
        opacity: 1;
    }

    65% {

        -webkit-transform: translateY(-17px);
        opacity: 1;
    }

    75% {

        -webkit-transform: translateY(-22px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes drop {
    0% {
        
        -moz-transform: translateY(-200px);
        opacity: 0;
    }
    50% {
        
        -moz-transform: translateY(0px);
        opacity: 1;
    }
    65% {
        
        -moz-transform: translateY(-17px);
        opacity: 1;
    }
    75% {
        
        -moz-transform: translateY(-22px);
        opacity: 1;
    }
    100% {
        
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes drop {
    0% {
        
        transform: translateY(-200px);
        opacity: 0;
    }

    50% {
        
        transform: translateY(0px);
        opacity: 1;
    }
    65% {

        
        transform: translateY(-17px);
        opacity: 1;
    }
    75% {
        
        transform: translateY(-22px);
        opacity: 1;
    }
    100% {
        
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    0% {        
        -webkit-transform: scaleX(0);       
    }

    100% {        
        -webkit-transform: scaleX(1);        
    }
}

@-moz-keyframes expand {
    0% {        
        -moz-transform: scaleX(0);       
    }

    100% {    
        -moz-transform: scaleX(1);        
    }
}

@keyframes expand {
    0% {        
        
        transform: scaleX(0);       
    }

    100% {        
       
        transform: scaleX(1);        
    }
}

/*Home Section 2 - Client Logos */


/*Home Section 3 - Smart Carousel */
div#carouselsmart{
    position: relative;
    max-width: 80%;
    margin: auto;
}

div#carouselsmart:before {
    content: '';
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/smart/carousel/design-stiyle.png) 0px 0px no-repeat;
    width: 30%;
    height: 50px;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    bottom: auto;
    margin: auto;
    background-size: 100%;
    z-index: 1 !important;
}
div#carouselsmart:after {
    content: '';
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/smart/carousel/line01.png) 0px 0px no-repeat;
    width: 30%;
    height: 16px;
    position: absolute;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 32px;
    margin: auto;
    background-size: 100%;
    z-index: 1 !important;
}

div#carouselsmart .carousel-inner{
    background: white;
    padding: 30px;
    border: 6px solid #143c5f;
    border-radius: 15px;
    position: relative;
}
div#carouselsmart .carousel-indicators{
    position:static !important;
    margin-top:30px;
    margin-bottom:30px;
}
div#carouselsmart .v-align{
    min-height:350px;
}
div#carouselsmart li {
    line-height: normal;
    margin-bottom: 18px;
    list-style: none;
    position:relative;
    padding-left:20px;
}
div#carouselsmart li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 15px;
    height: 16px;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/smart/black-arrow.png) 0px 0px no-repeat;
    background-size: 70%;
}
.carousel-indicators button {
    border: 1px solid rgb(20 60 95) !important;
    width: 15px !important;
    height: 15px !important;
    background: transparent;
}
.carousel-indicators button.active{
    background: rgb(20 60 95);
}
#carouselsmart .title{
    color: #143c5f;
}
.sm-cards .inner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    cursor: pointer;
}
/*.sm-cards:hover {
    transform: scale(1.05);
    transition: ease-in-out transform 0.5s;
}*/
.sm-cards img {
    max-width: 90%;
    width: 90%;
    margin: auto;
    position:relative;
}
.sm-cards .inner-card:before {
    content: '';
    color: #e96622;
    font-weight:bold;
    position: absolute;
    top: 12px;
    left: auto;
    right: -25px;
    bottom: auto;
    font-size: 20px;
    text-decoration:underline;
    animation: pulse 0.6s infinite;
    -webkit-animation: pulse 0.6s infinite;
    -moz-animation: pulse 0.6s infinite;
    
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
.sm-cards.one .inner-card:before {
    content: 'Simple';
    right: 10px;
}

.sm-cards.two .inner-card:before {
    content: 'Measurable';
    right: -35px;
    
}
.sm-cards.three .inner-card:before {
    content: 'Achievable';
    
}
.sm-cards.four .inner-card:before {
    content: 'Rewarding';    
}
.sm-cards.five .inner-card:before {
    content: 'Tactical';
    right: 5px;
    
}

/* Home Section 4 - Smart Cards */

.sm-cards-v2 img {
    width: 75%;
    margin: auto;
}
img.w-62 {
    width: 62%;
}
.sm-cards-v2 .content{
    position:relative;
    padding-left:20px;
}
.sm-cards-v2 .content.right{
    padding-right:20px;
    padding-left:0px;
}
.sm-cards-v2 .content:before, .sm-cards-v2 .content.right:before {
    content: '';
    position: absolute;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/smart/line.png);
    height: 560px;
    width: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
}
.content.lht-1:before {
    height: 420px !important;
}
.content.lht-2:before {
    height: 550px !important;
}
.content.lht-3:before {
    height: 501px !important;
}
.content.lht-4:before {
    height: 550px !important;
}
.content.lht-5:before {
    height: 485px !important;
}
.sm-cards-v2 .content.right:before {
    left:auto;
    right: 0px;
}

.sm-cards-v2 .content h2 {
    margin-bottom: 30px;
    
}
.slidecontainer {
  width: 100%;
}


.calci-box {
    font-size: 13px;
    text-align: left;    
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
}
.calci-box .inner{
    background: lightgrey;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.calci-box .inner:before, .calci-box .inner:after {
    content: '';
    position: absolute;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/smart/dot-box.png?);
    width: 300px;
    height: 200px;
    left: 100px;
    right: auto;
    top: -150px;
    bottom: 0px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.calci-box .inner:before{
    top: -400px;
}
.calci-box .inner:after {
    left: auto;
    right: 100px;
    top:auto;
    bottom: -50px;
}
.calci-box .heading {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.calci-box .sub-heading {
    line-height: normal;
    margin: auto;
    font-size: 16px;
    padding-bottom: 10px;
}
.calci-box p{
    margin: auto;
    margin-top: 10px;
    font-size:13px;
    width: 100%;
}
.calci-box .border-bottom {
    border-bottom: 2px solid #123c5f !important;
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
    flex-direction: row;
    justify-content: center;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #ed6823;
    outline: none;
    border-radius: 10px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 15px;
  border-radius:10px;
  background: #164b72;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 15px;
  border-radius:10px;
  background: #164b72;
  cursor: pointer;
}



/*Home Section - CSP*/

.filled-cta {
    background: #ed6823;
    background: rgb(220 103 34);
    padding: 8px;
    margin: auto;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    background: white;
    border: 1px solid;
    color: rgb(220 103 34);
}
.csp .title {
    color: #ed6823;
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}
.csp img{
    max-width: 50%;
    margin: auto;
}
.csp.sp-bor:before{
    top: 20px;
    left: 0px;
    right: 0px;
    bottom: auto;
    margin: auto;
}
.csp.sp-bor:after {
    top: auto;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.csp .v-align {
    min-height: 310px;
}

/*Home - Form Section */

form .form-group{
    position:relative;
}
.inline-form {
    display: flex;
    align-items: center;
    max-width: 60%;
    margin: 20px auto;
}
.inline-form input{
   margin: 20px auto 20px 20px;
    padding: 12px 12px 12px 40px;
    position: relative;
    border: 2px solid #1e5882;
}
.inline-form .form-group{
    margin-right:20px;
}
.inline-form .name:before, .inline-form .email:before {
    content: '';
    position: absolute;
    top: 38px;
    bottom: 0px;
    left: 35px;
    right: 0px;
    width: 35px;
    height:auto;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/user.png) 0px 0px no-repeat;
    background-size: 50% !important;
    z-index: 2;
}
.inline-form .email:before{
   
    background-image: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/email-icon.png);
    
}
.inline-form input.btn {
    background: #ed6823;
    outline: none;
    color: white;
    padding: 12px 20px;
    border: none;
    text-transform: uppercase;
}

.g2-cap-reviews img{
    width:80%;
    max-width:80%;
    margin:auto;
}



/*Smart Modals */

 .smart .slide-icons .prev-icon, .smart .slide-icons .next-icon{   
    width: 50px;
    height: 50px;
    display: inline-flex;
    position: static !important;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    margin: auto 3px;
    background: black;
}
 .smart .slide-icons .prev-icon span, .smart .slide-icons .next-icon span {
    background: url(https://www.socxo.com/storage/app/media/left-right-arrows.png);
    background-position: -36px 0px;  
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-size: cover;
    background-repeat: no-repeat;    
}
.smart .slide-icons .next-icon span {
    background-position: -54px 0px;     
}
.smart .slide-icons .prev-icon:hover {
    
    background-color:#e96622;
}
.smart .slide-icons .next-icon:hover{
    
    background-color:#e96622;
}
.slide-icons {
    display: flex;
    width: 100%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    bottom: -60px;
}


/* .carousel-item .r-align {
   text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-item .r-align .carousel-control-next {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    opacity: 0.3;
    display:none;   
    
}

.slide-icons img {
    width:49%;
    opacity: 0;
    margin-left: 1px;
    animation: arrow-animation 1.4s infinite;
}

.slide-icons img:nth-child(2) {
    animation-delay: 0.3s;
}

.slide-icons img:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes arrow-animation {
    0%   { opacity: 0; }
    50%  { opacity: 0.1; }
    100% { opacity: 1; }
} */

.smart .modal-content {
    padding: 40px 50px;
}
.smart .modal-content .carousel-indicators {
    position: static;
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    margin: auto;
}

.smart .modal-title {
    font-size: 1.7rem;
    width: 100%;
    margin: auto;
    position: relative;
    line-height: normal;
    font-weight: 700;
}
.smart .modal-title:before {
    content: '';
    position: absolute;
    top: -50px;
    bottom: auto;
    left: -50px;
    right: auto;
    width: 100px;
    height: 100px;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/smart/design.png) 0px 0px no-repeat;
    background-size: 90%;
}  
.smart .modal-header{
    border:none;
}
.smart img {
    max-width: 100%;
    margin: auto;
}
.smart .modal-content li, .smart .modal-content p{
    list-style-type: none;
    margin: auto;
    margin-bottom: 15px; 
    
}
.smart .sub-title{
    background: #154063;
    padding: 5px 10px;
    display: inline-block;
    color: white;
    border-radius: 6px;
}
.smart .modal-content li{
    position:relative;
    padding-left:20px;
}
.smart li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 15px;
    height: 16px;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/smart/black-arrow.png) 0px 0px no-repeat;
    background-size: 70%;
}
#carouselsmart .carousel-item .title {
    padding: 10px 0px;
}
#carouselsmart .carousel-control-prev {
    left: -15%;
    right: auto;
    opacity: 1;
}
#carouselsmart .carousel-control-next {
    right: -15%;
    left:auto;
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed6823'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed6823'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.smart .carousel-control-next, .carousel-control-prev {
    background-color: transparent;
    top: 50%;
    bottom: auto;
    right: -5%;
    left: auto;
}
.carousel-control-prev {
    left: -5%;
    right: auto;
}

.modal .btn-close {
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    border-radius: 100%;
    background: rgb(230 230 230);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.modal .btn-close span {
    font-size: 25px;
    color: black;
    font-weight: 400 !important;
}


@media only screen and (max-width: 992px){   

    .sxly-badge img {
        width: 40% !important;
    }
    .home-banner .sxly-badge{
        margin:auto;
    }
    .sm-cards img, .csp img, #carouselsmart img, .banner .app+.mobile-visible{
        max-width: 60% !important; 
    }
    .sm-cards-v2 img {
        width: 60%;
    } 
    .sm-cards-v2 .content:before, .sm-cards-v2 .content.right:before{
        content:none;
    }
    .sm-cards-v2 .content, .sm-cards-v2 .content.right{
        padding:0px;
    }
    .sm-cards-v2 .content .sec-title+img {
        margin: 20px auto;
    }
    .calci-box .inner:before, .calci-box .inner:after{
        content:none;
    }
    .top-cards:before, .top-cards:after, .bottom-cards:before, .bottom-cards:after{
        content:none;
    }
    .top-cards, .bottom-cards{
        display: block;
        text-align: center;
        margin: auto !important
    }
    .calci-box .sub-heading {
        padding-top: 20px;
    }
    .csp img{
        max-width:70%;
        margin:20px auto;
    }
    .csp .sec-title br{
        display: none;
    }
    .calci-box .inner:after{
        content:none;
    }
    .inline-form {
        display: block;
        max-width: 100%;
        margin: 20px auto;
    }  
    
    .inline-form .name:before, .inline-form .email:before {
        content: '';
        position: absolute;
        top: 18px;
        left: 13px;
    } 
    .inline-form .form-group{
        margin:auto;
    }
    .inline-form input {
        margin: 30px auto;
    }
    .sm-cards {
        padding-top: 40px;
    }
    .sm-cards .inner-card:before {    
        top: -35px;
        left: 0px;
        right: 0px;
        bottom: auto;
    } 
    
}
@media only screen and (max-width: 769px) {    
    .banner{
        background: rgb(226 226 226);
    }
    .csp.sp-bor:before {
        top: 0px !important;
    }
    .csp.sp-bor:after {
        bottom: 0px !important;
    }
    .csp.sp-bor{
        margin: 20px auto;
    }
    
    div#carouselsmart:before{
        top:-7px;
    }
    input.btn.btn-primary {
        margin: auto;
    }
    .inline-form {    
        margin: auto;
    }
    .smart .modal-title {
        font-size: 1.6rem;
    }
    .smart .modal-content {
        padding: 20px;
    }
    .smart .modal-title:before {
        width: 70px;
        height: 70px;    
        background-size: 80%;
    }
      
    .calci-box {
        margin-bottom: 30px;
    }
    
  
}
