@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

.home-area {
    width: 100%;
    background: #3b5998 url(../img/home-bg.jpg) no-repeat scroll center bottom/cover !important;
    padding-top: 14vh;
    color: #fff;
    margin-bottom: 100px
}

.feature-area {
    z-index: 1;
    position: relative;
    background-image: url(../img/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.feature-area::before {
    content: "";
    top: 0;
    left: 0;
    opacity: .85;
    right: 0;
    bottom: 0;
    background: #000529;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: linear-gradient(to right, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    z-index: -1;
    position: absolute
}

.single-feature-box h4 {
    font-size: 20px;
    margin-bottom: 5px
}

.single-feature-box ul {
    padding-left: 0
}

.single-feature-box li {
    margin-bottom: 38px;
    display: flex
}

.single-feature-box li:last-child {
    margin-bottom: 0
}

.feature-box-info {
    flex: 5
}

.feature-box-icon {
    flex: 1;
    font-size: 20px;
    transition: all .4s
}

.single-feature-box li:hover .feature-box-icon i::before {
    border-radius: 0
}

.single-feature-box,
.single-feature-box h2,
.single-feature-box h3,
.single-feature-box h4 {
    color: #4d5d6d
}

.feature-box-icon i::before {
    border: 2px dashed #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    transition: all .4s
}

.black-bg {
    background-color: #000
}

h1 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px
}

.desc p {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: normal;
    color: #fff
}

.banner-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, .14) 0 10px 20px;
    position: relative;
    bottom: -95px
}

.h4,
h4 {
    font-size: 16px;
    color: #1e2b38;
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 260px;
    line-height: 20px
}

.banner-form input {
    max-height: 40px
}

.banner-form input,
.banner-form textarea {
    padding: 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #747474;
    border-radius: 5px
}

.banner-form .btn-block {
    background-color: #ffaf14;
    border: none;
    max-width: auto;
    margin: 25px auto 0;
    height: 50px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px
}

.mainmenu-area ul.mainmenu {
    text-align: right
}

.home-area .desc p,
.home-area h1 {
    max-width: 505px
}

.mainmenu-area ul.nav.navbar-nav li.right-button a {
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffaf14;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    max-width: 200px;
    max-height: 41px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    margin-right: 0
}

.mainmenu-area .right-button {
    position: static
}

#primary_menu {
    padding-right: 0
}

.mainmenu-area.affix-top {
    padding: 50px 0 50px 0
}

.mainmenu-area.affix {
    padding: 20px 0 20px 0
}

.section-padding {
    padding-top: 85px
}

.why_spotnrides.section-padding {
    padding-bottom: 50px
}

h2 {
    font-size: 30px;
    color: #1e2b38;
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 30px
}

p {
    color: #7b8fa4;
    line-height: normal;
    font-size: 15px;
    font-family: "Open sans", sans serif
}

.p-0 {
    padding: 0
}

.feature-box-icon img {
    border: 1px solid #cfddfb;
    border-radius: 10px
}

.feature-box-info p {
    color: #4d5d6d;
    font-size: 14px;
    padding-right: 25px;
    padding-left: 16px;
    line-height: 16px
}

.overlay::before {
    background: 0 0
}

.single-feature-box li:hover img {
    transform: rotate(360deg);
    transition: .5s all ease-in-out
}

.single-feature-box li {
    transition: .5s all ease-in-out
}

.progress-area {
    background-image: none;
    background-color: #000;
    margin: 0
}

a {
    color: #ffaf14
}

.download-text-left p {
    color: #fff;
    font-weight: 300;
    max-width: 510px;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 6%;
    font-size: 24px
}

@media (max-width:767px) {
    .download-text-left p {
        padding-left: 0
    }
}

.app-links ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.yellow.download-links {
    background-color: #ffaf14;
    text-align: center;
    padding: 25px;
}

.app-links ul li {
    display: inline-block
}

.app-links ul li a {
    background-color: #000;
    line-height: 76px;
    width: 76px;
    display: block;
    font-size: 35px;
    border-radius: 50%;
    margin: 0 5px
}
.app-links h5{
    font-size: 15px !important;
}
h5 {
    font-size: 18px;
    color: #000;
    font-family: Montserrat;
    font-weight: 600;
    margin: 10px 0 0
}

.app-links.border-right {
    border-right: 1px solid #000
}

.download-demo .col-xs-12.col-md-6 {
    padding: 15px 0
}

.our-work-speak h2 {
    margin: 0;
    text-align: center
}

.our-work-speak ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
    text-align: center
}

.our-work-speak ul li {
    display: inline-block;
    margin: 0
}

.testimonial-area {
    padding-top: 40px;
    padding-bottom: 0
}

.our-work-speak.section-padding {
    padding-bottom: 40px
}

#quote-carousel .carousel-control {
    background: 0 0;
    color: #cacaca;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px
}

#quote-carousel .carousel-control.left {
    left: -60px
}

#quote-carousel .carousel-control.right {
    right: -60px
}

#quote-carousel .carousel-indicators {
    top: 70%
}

#quote-carousel .carousel-indicators li {
    width: 75px;
    height: 75px;
    margin: 0 28px;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    transition: all .4s;
    box-shadow: rgba(0, 0, 0, .2) 0 0 0
}

#quote-carousel .carousel-indicators li {
    text-indent: 0;
    float: left;
    margin-top: 50px
}

#quote-carousel .carousel-indicators li.active {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    border-radius: 100px;
    opacity: 1;
    overflow: visible
}

.carousel-inner {
    min-height: 300px
}

.item blockquote {
    border-left: none;
    margin: 0
}

#quote-carousel .carousel-indicators .active img {
    border-radius: 50%
}

.testimonial-area::after,
.testimonial-area::before {
    content: url(../img/testimonial-bg.png);
    position: absolute;
    top: 0
}

.testimonial-area::before {
    left: 50px
}

.testimonial-area::after {
    right: 0;
    z-index: 0
}

.testimonial-area {
    position: relative;
    
}

.testimonial-area h5,
.testimonial-area h6 {
    white-space: nowrap
}

.testimonial-area .item p {
    background-color: #fff;
   
    margin: 0 auto;
    padding: 30px 60px;
    color: #232323;
    font-size: 16px;
    
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #c3e2e2;
    position: relative;
    box-shadow: rgba(155, 179, 203, .15) 0 5px 15px 5px;
    border-radius: 8px
}

.testimonial-area .item .col-sm-12:after {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: "";
    background-size: auto;
    bottom: -14px;
    font-size: 0;
    width: 30px;
    height: 15px
}

.testimonial-area .carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 58%;
    padding-left: 0;
    text-align: center;
    transform: translateX(-47%);
    margin-left: 0
}

.testimonial-area h2 {
    position: relative;
    z-index: 99
}

.story-board-section.section-padding {
    padding-bottom: 65px;
    padding-top: 150px
}

.story-board {
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 38px
}

.story-board h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500
}

.story-board .owl-item .col-sm-6:nth-child(2) {
    color: #484848;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 0 40px 0 10px
}

.story-board .text-title {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 30px
}

.story-board .owl-nav div {
    background-color: #2f99b3de;
    color: #fff;
    border-radius: 50%;
    line-height: 43px;
    width: 43px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    float: left
}

.story-board .owl-nav div.owl-prev {
    margin-right: 12px
}

.story-board .owl-nav div:hover {
    background: #11a2b5
}

.story-board .owl-nav {
    text-align: right;
    width: 100px;
    display: table;
    float: right;
    clear: both
}

.story-board .owl-controls {
    clear: both;
    display: table;
    width: 100%;
    padding-top: 30px
}

.story-board img {
    margin-top: 50px
}

.providing-section h2 {
    font-family: Montserrat, sans-serif;
    line-height: normal;
    font-weight: 500;
    letter-spacing: -.2px;
    margin-top: 0
}

.providing-section ul {
    color: #1e2b38;
    font-size: 16px;
    padding-left: 20px
}

h3 {
    font-size: 20px;
    color: #1e2b38;
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.providing-section .bttn-default {
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border-radius: 5px;
    background: #ffaf14;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 13px;
    max-width: 231px;
    max-height: 50px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    margin-right: 0;
    outline: 0
}

.btn-default {
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    background: #ffaf14;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    max-width: 231px;
    max-height: 50px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    margin-right: 0
}

.providing-section img {
    margin-top: 50px
}

.tab-content-area .nav-tabs,
.tab-section h2 {
    text-align: center
}

.tab-content-area .nav-tabs li {
    float: none;
    display: inline-block
}

.tab-content-area .nav-tabs {
    margin-top: 35px;
    border-bottom: 1px solid #dadada
}

.tab-content-area .nav-tabs li a {
    border: none;
    color: #454545;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 30px;
    background: 0 0;
    padding-bottom: 15px;
    padding-left: 43px;
    text-transform: uppercase;
    padding-right: 43px
}

.tab-content-area .nav-tabs li:first-child,
.tab-content-area .nav-tabs li:nth-child(2) {
    margin-right: 10%
}

.nav-tabs>li.active>a:hover,
.tab-content-area .nav-tabs li.active a,
.tab-content-area .nav-tabs li:hover a {
    border-color: #ffaf14;
    border-width: 0 0 6px 0;
    border-style: solid
}

.feature-area,
.feature-area::before {
    background: 0 0
}

.admin-slide .owl-stage-outer,
.gallery-slide .owl-stage-outer,
.gallery-slides.owl-stage-outer {
    padding-top: 45px;
    padding-bottom: 45px
}

.tab-content.tab-common {
    padding-top: 65px
}

.tab-common .owl-carousel .owl-item img {
    max-width: 275px;
    margin: 0 auto
}

.admin-slide .item,
.gallery-slide .item,
.gallery-slides .item {
    margin: 50px 17px 70px 35px
}

.service-bx .box-image {
    background: #3b5998;
    background: -moz-linear-gradient(left, #3b5998 1%, #3b5998 24%, #10a4b6 67%, #10a4b6 100%);
    background: -webkit-linear-gradient(left, #3b5998 1%, #3b5998 24%, #10a4b6 67%, #0074d9 100%);
    background: linear-gradient(to right, #3b5998 1%, #3b5998 24%, #10a4b6 67%, #0074d9 100%)
}

.tab-common .title-para p,
.tab-common .title-space h4 {
    width: 100%;
    max-width: 100%
}

.tab-common .left-col .title-para p,
.tab-common .left-col .title-space h4 {
    text-align: right
}

.tab-common .title-space h4 {
    color: #1f3666;
    font-size: 16px
}

.tab-common .left-col .box-image,
.tab-common .right-col .box-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.tab-common .left-col .box-image {
    right: -15px
}

.tab-common .right-col .box-image {
    left: -15px
}

.tab-common .title-para p {
    color: #535254;
    font-size: 14px;
    line-height: 22px
}

.left-col,
.right-col {
    padding-top: 35px
}

.tab-common .left-col {
    padding-right: 20px
}

.tab-common .right-col {
    padding-left: 30px
}

.add-on-section .bg-color-sec {
    background-color: #121d29;
    padding-bottom: 50px
}

.tab-common .feature-area {
    margin-bottom: 0
}

.add-on-section h2 {
    color: #fff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px
}

.gallery-slide .owl-controls .owl-dots .owl-dot span {
    background-color: #cdcdcd
}

.gallery-slide .owl-controls .owl-dots .owl-dot.active span {
    background-color: #2b76a3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-slide .owl-controls {
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .tab-common .right-col .box-image {
        left: -8px;
    }

    .tab-common .right-col {
        padding-left: 15px !important
    }

    .tab-common .left-col .box-image {
        right: 10px;
        float: left;
    }

    .tab-common .left-col .box-image,
    .tab-common .right-col .box-image {
        width: 18px;
        height: 18px;
    }
}

.add-on-section {
    padding-top: 20px;
}

.add-on-section .button-layoff {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    display: block;
    background-color: #fff;
    margin: 12px 0;
    padding: 35px 0;
    max-width: 570px;
    width: 100%;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    max-height: 121px;
    min-height: 121px
}

.add-on-section .button-layoff.blue,
.add-on-section .light-blue {
    padding: 45px 0;
}

.add-on-section .lavander-blue span {
    max-width: 285px;
    margin: 0 auto;
    display: block;
}

.add-on-section .button-layoff.blue {
    background-color: #5fa8e8;
}

.add-on-section .button-layoff.pink {
    background-color: #ee9fb9;
}

.add-on-section .button-layoff.pink span {
    max-width: 350px;
    margin: 0 auto;
    display: block;
}

.add-on-section .lavander-blue {
    background-color: #8b8dcc;
}

.add-on-section .light-blue {
    background-color: #65dfe7;
}

.add-on-section .darkbg {
    background-color: #19293a;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 12px;
    border-radius: 8px;
}

.add-on-section .darkbg .button-layoff {
    background: 0 0;
    text-align: left;
    padding: 0;
}

.darkbg .button-layoff a {
    font-weight: 500;
}

.add-on-section .darkbg .left-sec .button-layoff {
    padding: 6% 0 10% 14%;
    max-height: 201px;
}

.add-on-section .darkbg .left-sec .button-layoff a {
    margin-top: 15px;
    display: block;
}

.add-on-section .darkbg .right-sec .button-layoff {
    padding: 6% 0 10% 18%;
    max-height: 201px;
}

.add-on-section .darkbg .right-sec .button-layoff a {
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    background: #3b5998;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    max-width: 331px;
    max-height: 60px;
    line-height: 45px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin-right: 0;
    margin-top: 15px;
}

.our-spotnride.section-padding {
    padding-top: 70px;
    padding-bottom: 20px;
}

.our-spotnride h2 {
    text-align: center;
    margin-bottom: 20px;
}

.our-spotnride p {
    color: #1e2b38;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.our-spotnride .four-column {
    max-width: 260px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, .1) 0 0 16px 6px;
    margin: 40px 16px;
    min-height: 201px;
    vertical-align: middle;
    display: table-cell;
    padding-top: 2%;
    padding-bottom: 2%;
}

.our-spotnride .four-column h5 {
    color: #1e2b38;
}

.our-spotnride .text-center {
    color: #1e2b38;
    font-size: 20px;
}

.feature-section-area .text-center.bg-line {
    position: relative;
}

.feature-section-area h2 {
    text-align: center;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 25px;
}

.feature-section-area h2:after {
    content: "";
    border-bottom: 1px solid #dedede
}

.feature-section-area h2::after {
    content: "";
    border-bottom: 1px solid #dedede;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 19px;
    z-index: -1
}

.feature-box-contents {
    padding-top: 55px
}

.feature-item {
    padding: 25px 16px;
    border: 1px solid #c5d1ec;
    border-radius: 5px;
    margin-bottom: 32px;
    max-width: 370px;
    max-height: 145px
}

.feature-item h6 {
    color: #1f3666;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.feature-outer {
    padding: 0;
    margin: 0;
    list-style: none
}

.feature-item p {
    font-size: 13px;
    line-height: 18px;
    color: #535254;
    font-family: 'Open Sans', sans-serif
}

.cta-section h3 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding-top: 50px
}

.cta-section {
    background-color: #3b5998;
    padding: 0 0 40px 0;
    margin-top: 10px
}

.cta-section .btn-block {
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border-radius: 5px;
    background: #ffaf14;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    max-width: 231px;
    max-height: 50px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    margin-right: 0;
    margin-top: 10px
}

.tech-stack .stack-list li {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 14px 12px;
    margin-left: 12px;
    max-width: 205px;
    max-height: 141px
}

.tech-stack .stack-list li:first-child {
    margin-left: 0
}

.tech-stack .stack-list li:last-child {
    margin-right: 0
}

.tech-stack .stack-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.tech-stack h2 {
    color: #1e2b38;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px
}

.script-setup-form h2 {
    margin-top: 0;
    line-height: 34px
}

.script-setup-form {
    padding: 65px 0
}

.setup-list-outer {
    padding: 0;
    margin: 0;
    list-style: none
}

.setup-list-outer .setup-item {
    font-size: 15px;
    display: inline-block;
    color: #151515;
    min-width: 260px;
    max-width: 260px;
    height: 96px;
    padding: 14px 12px;
    border: 1px solid #dbdbdb;
    margin: 20px 15px 0 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .05) 3px 3px 8px 5px;
    line-height: 15px
}

.script-setup-form .entire-left p {
    color: #323232;
    font-size: 15px;
    margin-top: 30px
}

.setup-list-outer .setup-item img {
    float: left;
    margin-right: 15px
}

.setup-list-outer .setup-item .setup-title {
    color: #151515;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: block;
    float: left;
    line-height: 22px;
    text-align: left
}

.setup-list-outer .setup-item.line2 .setup-title {
    line-height: 20px;
    padding: 0
}

.ready-form p {
    color: #6a6a6a;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 32px;
    margin-top: 10px
}

.ready-form h2 {
    font-size: 18px;
    color: #1e2b38;
    font-family: Montserrat, sans serif;
    font-weight: 700;
    margin-bottom: 0
}

.ready-form form h5 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 38px
}

@media (min-width:800px) {
    .ready-form form {
        box-shadow: rgba(0, 0, 0, .1) 0 10px 15px 6px;
        padding: 20px;
        max-width: 571px;
        border-radius: 10px;
        margin-top: 45px;
        height: 420px
    }
}

@media (max-width:780px) {
    .ready-form form {
        box-shadow: rgba(0, 0, 0, .1) 0 10px 15px 6px;
        padding: 20px;
        max-width: 571px;
        border-radius: 10px;
        margin-top: 45px;
        height: 480px
    }
}

@media (max-width:767px) {
    .ready-form form {
        box-shadow: rgba(0, 0, 0, .1) 0 10px 15px 6px;
        padding: 20px;
        max-width: 571px;
        border-radius: 10px;
        margin-top: 45px;
        height: 620px
    }
}

.ready-form form input {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    height: 40px;
    max-width: 245px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding: 5px 15px
}

.ready-form form textarea {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    height: 91px;
    max-width: 245px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 511px;
    padding: 5px 15px;
    border: 1px solid #e8e8e8
}

.ready-form .btn.btn-info.btn-block {
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border-radius: 5px;
    background: #ffaf14;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    max-width: 100% !important;
    max-height: 100% !important;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    margin-right: 0;
    margin-top: 10px;
    border: none;
    margin-bottom: 20px;
    margin-right: 15px
}

.development-process.section-padding h2 {
    text-align: center;
    color: #fff;
    padding-top: 34px;
    padding-bottom: 10px
}

.development-process.section-padding .left-para {
    font-size: 15px;
    line-height: 22px;
    color: #b2b2b2;
    font-family: 'Open Sans', sans-serif
}

.development-process.section-padding .btn-block {
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    background: #ffaf14;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 15px;
    max-width: 331px;
    max-height: 60px;
    line-height: 45px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    margin-right: 0;
    margin-top: 15px
}

.right-list li {
    color: #fff;
    line-height: 28px;
    font-size: 16px
}

.development-process.section-padding {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 40px
}

.tech-stack.section-padding {
    padding-top: 20px;
    padding-bottom: 30px
}

.questions-area {
    background-color: #272a30;
    padding: 35px 0 65px 0
}

.questions-area h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 10px
}

.toggole-boxs div,
.toggole-boxs h3 {
    border: 0
}

.toggole-boxs div {
    padding: 0 30px 20px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.toggole-boxs h3 {
    padding: 20px 30px 20px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.toggole-boxs h3.ui-accordion-header-collapsed {
    border-radius: 5px
}

.toggole-boxs h3::after,
.toggole-boxs h3::before {
    content: none
}

.footer-bottom {
    padding: 30px 0;
    background-color: #272a30;
    border-top: none
}
.footer-bottom p {
    color: rgb(211, 211, 211) !important;
}

.footer-bottom small {
    color: #b6b6b6;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.footer-bottom .footer-menu ul {
    text-align: left
}

.footer-bottom .footer-menu ul li a,
.footer-bottom a {
    color: #929497;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px
}

.social-links ul {
    max-width: 200px;
    float: left;
    padding-right: 20px
}

.social-links h6 small {
    padding-right: 22%;
    text-transform: capitalize
}

.footer-bottom .footer-menu ul li a:first-child,
.footer-bottom a:first-child {
    padding-left: 0
}

.footer-bottom h6 {
    margin-bottom: 0
}

.questions-area h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #484848
}

.questions-area h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #484848;
    font-weight: 500;
    padding-right: 50px;
    min-height: 90px
}

.toggole-boxs h3 .lnr.lnr-arrow-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px
}

.toggole-boxs h3 {
    position: relative
}

.social-links li {
    margin-right: 22px;
    margin-top: 5px
}

.social-links li a i {
    font-size: 20px
}

.setup-list-outer .setup-item.line2 img {
    margin-top: 6px
}

.setup-list-outer .setup-item.line2 {
    padding: 8px 12px
}

.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3b5998;
    background: -webkit-linear-gradient(45deg, #3b5998 0, #10a4b6 100%);
    background: -o-linear-gradient(45deg, #3b5998 0, #10a4b6 100%);
    background: linear-gradient(45deg, #3b5998 0, #10a4b6 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .footer-bottom .footer-menu ul li a,
    .footer-bottom a {
        font-size: 16px
    }

    .tech-stack .stack-list li {
        max-width: 160px !important
    }

    .our-spotnride .four-column {
        max-width: 210px !important
    }

    .admin-slide .owl-stage-outer,
    .gallery-slide .owl-stage-outer,
    .gallery-slides .owl-stage-outer {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .tab-common .owl-carousel .owl-item img {
        max-width: 220px
    }

    .add-on-section .darkbg .left-sec .button-layoff {
        padding-left: 4%
    }

    .mobile-image img {
        max-width: 85%
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .mainmenu-area.affix-top {
        padding: 20px 0 10px 0
    }

    .mainmenu-area ul.nav.navbar-nav li a {
        padding: 5px 0;
        font-size: 13px
    }

    .mainmenu-area .navbar-brand img {
        height: auto
    }

    .mainmenu-area .navbar-brand {
        height: auto;
        padding: 8px 0;
        width: 180px
    }

    .home-area {
        padding-top: 7vh;
        margin-bottom: 10px;
        padding-bottom: 0
    }

    .banner-form {
        bottom: -40px
    }

    .why_spotnrides .col-xs-12.col-md-5 {
        text-align: center
    }

    .download-text-left p {
        padding: 20px
    }

    .our-work-speak ul li {
        margin: 0 10px;
        width: 100%
    }

    .our-work-speak.section-padding {
        padding-bottom: 20px;
        padding-top: 30px
    }

    #quote-carousel .carousel-indicators li {
        display: none
    }

    #quote-carousel .carousel-indicators li.active {
        display: inline-block
    }

    #quote-carousel .carousel-indicators li {
        float: none
    }

    #quote-carousel .carousel-indicators {
        text-align: center
    }

    .tab-content-area.section-padding-top {
        padding-top: 30px
    }

    .tab-content-area .nav-tabs li a {
        padding-left: 30px;
        padding-right: 30px
    }

    .tab-common .title-space h4 {
        font-size: 15px
    }

    .four-column h5 {
        font-size: 16px
    }

    .our-spotnride .four-column {
        max-width: 150px;
        min-height: auto
    }

    .feature-item {
        max-height: 100%
    }

    .tech-stack .stack-list li {
        max-width: 120px
    }

    .footer-area,
    .footer-bottom .footer-menu ul {
        text-align: left
    }
}

@media (max-width:767px) {
    .mainmenu-area {
        position: fixed !important;
        background-color: #34659d !important
    }
}

@media (max-width:767px) {
    .mainmenu-area.affix-top {
        padding: 15px 0 15px 0
    }

    .mainmenu-area .navbar-brand img {
        height: 35px;
        margin-top: 14px
    }

    .mainmenu-area.affix {
        padding: 10px 0 10px 0
    }

    .navbar-nav {
        margin: 7.5px 0
    }

    h1 {
        font-size: 26px;
        line-height: normal
    }

    .desc p {
        font-size: 14px
    }

    .banner-form {
        bottom: 0;
        width: 100%;
        margin: auto !important;
       
         display: block !important 
    }

    .home-area {
        margin-bottom: 10px
    }

    .why_spotnrides.section-padding {
        padding-bottom: 20px;
        padding-top: 30px
    }

    h2 {
        font-size: 18px
    }

    .download-text-left p {
        padding: 30px 15px
    }

    .app-links ul li a {
        line-height: 45px;
        width: 45px;
        font-size: 24px
    }

    h5 {
        font-size: 14px
    }

    .image-list img {
        max-width: 100%
    }

    .testimonial-area::after,
    .testimonial-area::before {
        content: none
    }

    .testimonial-area .item p {
        padding: 10px 20px;
        font-size: 14px
    }

    #quote-carousel .carousel-indicators li {
        display: none
    }

    #quote-carousel .carousel-indicators li.active {
        display: block
    }

    .story-board h2 {
        font-size: 15px
    }

    .story-board {
        padding: 10px;
        margin: 0 auto;
        width: 95%
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .story-board img {
        margin-top: 0
    }

    .providing-section ul {
        font-size: 14px
    }

    .section-padding-top {
        padding-top: 10px
    }

    .tab-content-area .nav-tabs li a {
        font-size: 12px;
        padding-bottom: 3px;
        padding-left: 0;
        padding-right: 0
    }

    .nav-tabs>li.active>a:hover,
    .tab-content-area .nav-tabs li.active a,
    .tab-content-area .nav-tabs li:hover a {
        border-width: 0 0 3px 0
    }

    .tab-common .left-col {
        padding-right: 0
    }

    .left-col,
    .right-col {
        padding-top: 5px
    }

    .tab-common .left-col .title-para p,
    .tab-common .left-col .title-space h4 {
        text-align: left
    }

    @media (max-width:767px) {

        .tab-common .left-col .title-para p,
        .tab-common .left-col .title-space h4 {
            text-align: left;
            font-size: 11px
        }

        .tab-common .title-space h4 {
            color: #1f3666;
            font-size: 11px
        }
    }

    .tab-common .space-60 {
        height: 20px
    }

    .add-on-section .button-layoff.blue,
    .add-on-section .light-blue {
        padding: 15px 30px !important
    }

    .add-on-section .button-layoff {
        font-size: 16px;
        max-height: auto;
        min-height: auto;
        max-width: 100%
    }

    .add-on-section .darkbg .left-sec .button-layoff {
        padding: 0
    }

    .add-on-section .darkbg .right-sec .button-layoff {
        padding: 0;
        text-align: center
    }

    .our-spotnride .four-column {
        min-height: auto;
        margin: 15px;
        float: none;
        display: inline-block
    }

    .our-spotnride .text-center {
        font-size: 15px
    }

    .feature-section-area h2::after {
        bottom: 15px
    }

    .feature-box-contents {
        padding-top: 25px
    }

    .feature-item {
        padding: 15px;
        max-width: 370px;
        max-height: auto;
        margin: 0 auto 20px
    }

    .cta-section h3 {
        color: #fff;
        font-size: 15px;
        line-height: normal;
        padding: 20px 20px 0 20px
    }

    .ready-form form .col-sm-12,
    .ready-form form .col-sm-6 {
        padding: 0
    }

    .right-list li {
        line-height: normal;
        font-size: 14px;
        margin: 15px 0 0 0
    }

    .right-list ul {
        padding-left: 10px
    }

    .footer-bottom .footer-menu ul {
        text-align: center
    }

    .social-links.text-right {
        text-align: center
    }

    .social-links h6 small {
        padding-right: 0
    }

    .footer-bottom .footer-menu ul {
        text-align: center;
        float: none;
        max-width: 100%
    }

    .footer-bottom .col-xs-12.col-md-4 {
        margin-top: 15px
    }

    .questions-area {
        padding: 25px 0 10px 0
    }

    /* .banner-form {
        max-width: 290px
    } */

    .entire-left,
    .feature-list-column,
    .script-setup-form h2 {
        text-align: center
    }

    .why_spotnrides .col-md-5,
    .why_spotnrides img {
        margin: 0 auto;
        float: none;
        text-align: center
    }

    .why_spotnrides .page-title.text-left .col-lg-12 {
        padding: 0;
        max-width: 380px;
        margin: 0 auto
    }

    .our-spotnride.section-padding {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .our-spotnride .bg-color-sec {
        text-align: center
    }

    .ready-form form input {
        max-width: 100%
    }

    .ready-form form {
        margin: 0 auto
    }

    #primary_menu {
        padding-right: 0;
        background-color: rgba(59, 89, 152, .95);
        padding-left: 0
    }

    .modal .modal-dialog,
    .modal.in .modal-dialog {
        transform: none;
        left: auto;
        right: auto
    }

    .testimonial-area .carousel-indicators {
        left: 50%;
        width: auto;
        padding-left: 0;
        text-align: center;
        transform: translateX(-50%);
        margin: 0 auto
    }

    .story-board .text-title {
        line-height: normal
    }

    .toggole-boxs div {
        height: auto !important
    }

    .tech-stack .stack-list li:first-child,
    .tech-stack .stack-list li:last-child {
        margin: 14px 12px
    }

    .mainmenu-area.affix {
        position: static
    }
}

.feedback-slider-item img {
    max-width: 100%
}

.section-title {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-top: 0
}

.section-title:after,
.section-title:before {
    content: '';
    position: absolute;
    bottom: 0
}

.section-title:after {
    height: 2px;
    background-color: #ffaf14;
    left: 25%;
    right: 25%
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #ffaf14;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%
}

.customer-feedback .owl-item img {
    width: 85px;
    height: 85px
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500
}

.feedback-slider-item p {
    line-height: 1.875
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, .702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0
}

.customer-rating i {
    color: #fb5a0d;
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px
}

.feedback-slider-item:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #fff;
    border: 1px solid #ffaf14;
    border-radius: 10px;
    z-index: -1
}

.thumb-next,
.thumb-prev {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.thumb-next {
    left: auto;
    right: -90px
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

.feedback-slider-thumb:hover {
    opacity: .8
}

.customer-feedback .owl-nav [class*=owl-] {
    position: relative;
    display: inline-block;
    bottom: -5px;
    transition: all .2s ease-in
}

.customer-feedback .owl-controls .owl-nav i {
    background-color: transparent;
    color: #ffaf14;
    font-size: 25px
}

.customer-feedback .owl-prev {
    left: -15px
}

.customer-feedback .owl-prev:hover {
    left: -20px
}

.customer-feedback .owl-next {
    right: -15px
}

.customer-feedback .owl-next:hover {
    right: -20px
}

.customer-feedback .owl-dots {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

.customer-feedback .owl-dot {
    display: inline-block
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #fb5a0d;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 50%
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: #fb5a0d
}

@media screen and (max-width:767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px
    }

    .customer-feedback .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto
    }

    .customer-feedback .owl-prev {
        left: 0
    }

    .customer-feedback .owl-next {
        right: 0
    }
}

@keyframes blink {
    0% {
        color: #fff
    }

    50% {
        color: rgb(255, 255, 255, .5)
    }

    100% {
        color: #fff
    }
}

@-webkit-keyframes blink {
    0% {
        color: #fff
    }

    50% {
        color: rgb(255, 255, 255, .5)
    }

    100% {
        color: #fff
    }
}

.owl-next {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out;
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    -ms-animation: blink normal 1.5s infinite ease-in-out;
    animation: blink normal 1.5s infinite ease-in-out
}

.request_nda {
    float: left;
    font-size: 12px
}

.bttn-default,
.bttn-default:hover {
    outline: 0 !important
}

.padd-none {
    padding: 0 !important
}

.rev_pos {
    font-size: 12px
}


