html {
  font-size: 14px;
}

::placeholder {
    color: #212529;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #212529;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.cstm-border-success {
    border-color: #1BB76D !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Montserrat', sans-serif;
}
.bg-primary-gv {
    background-color: #1BB76D;
}
.text-primary-gv {
    color: #1BB76D;
}
body .container main {
    margin:0;
    padding:0;
}
.main-heading{
    font-size:64px;
    font-weight:600;
    line-height:78.02px;
}
.hero-tbn {
    padding: 18px 48px !important;
}
.section-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    text-transform: capitalize;
}
.section-sm-heading {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #0C2D7A;
text-transform:capitalize;
}
.section-content {
    margin-right: 2rem;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    color: #404040 !important;
    font-weight: 400;
    opacity: 50%;
    line-height: 29px;
}

.about-hero-p {
    font-size: 18px;
}
.container {
    max-width: 1420px !important;
    width: 100%;
}
.btn-get-app{
    padding: 18px 56px;
    background-color: #1BB76D;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

/*.custom-space {
    padding-left: 110px !important;
}*/


.owl-item {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .owl-item:not(.center) > .owl-element > .cstm-owl-content-wrapper {
        display: none !important;
    }

button.owl-prev {
    transform: translate(-290px, -290px) !important;
}

button.owl-next {
    transform: translate(290px, -290px) !important;
}

.owl-stage-outer {
    background-image: url('/images/bg-testimonial.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width:425px) {
    button.owl-next {
        transform: translate(110px, -250px) !important;
    }

    button.owl-prev {
        transform: translate(-110px, -250px) !important;
    }

    i.bi.bi-arrow-left.custom-left-arrow {
        font-size: 20px !important;
    }

    i.bi.bi-arrow-right.custom-right-arrow {
        font-size: 20px !important;
    }
}

@media screen and (min-width:991px) and (max-width:1024px) {
    button.owl-next {
        transform: translate(250px, -220px) !important;
    }

    button.owl-prev {
        transform: translate(-250px,-220px) !important;
    }
    .feature-content p {
       margin-right: unset !important;
    }
    .feature-content {
       margin-right: unset !important; 
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    button.owl-next {
        transform: translate(250px, -220px) !important;
    }

    button.owl-prev {
        transform: translate(-250px,-215px) !important;
    }

    .testimonial-content-box::before {
        transform: translate(-28%, -60px);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .owl-item {
        height: 70vh;
    }
}

@media (max-width:768px) {
    .main-heading {
        font-size: 50px;
        font-weight: 600;
        line-height: 78.02px;
    }
    .custom-space {
        padding-left:20px !important;
    }
    .about-hero-p {
        font-size: 15px;
    }

    .footer-header {
        color: #fff;
        font-size: 36px !important;
        line-height: 43px !important;
    }
    
}

@media (max-width:600px){
    .main-heading {
        font-size: 28px !important;
        font-weight: 600;
        line-height: 35.02px !important;
    }
    .custom-space {
        padding-left: 20px !important;
    }
    .about-hero-p{
        font-size:14px;
    }
    .mob-img{
        max-width:350px !important;
    }
    .mob-logo{
        width:150px;
    }
    .section-heading {
        font-size: 22px !important;
        font-weight: 700;
        line-height: 31.51px;
        text-transform: capitalize;
    }
}
@media (max-width:325px) {
    .mob-img {
        max-width: 200px !important;
    }
}
@media (min-width:375px) {
    img.img-fluid.mob-img.custom-about-mobile {
        max-width: 70% !important;
    }
}
@media (min-width:1024px) and (max-width:1390px) {
    img.img-fluid.mob-img.custom-about-mobile {
        max-width: 90% !important;
    }
}
@media only screen and (max-width: 576px) {
    img.img-fluid.custom-img-fluid {
        width: 70% !important;
        margin: auto;
        display: block;
        height: auto;
    }

    .section-content {
        margin-right: unset !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    img.img-fluid.custom-mockup-img {
        width: 60% !important;
        margin: auto !important;
        display: block !important;
    }
}
img.img-fluid.mob-img.custom-about-mobile {
    margin: auto;
    display: block;
}
.owl-dots {
    display:none !important;
}
.owl-element .cstm-owl-img[b-wfba1flbiv] {
    background-color: #ffffff !important;
}


.privacy ul {
    padding-left: 20px;
    margin-left: 50px;
}

.privacy h3 {
    margin-left: 25px;
}