body,p {
    font-size: 16px;
}
.font-32{
    font-size: 32px;
}
.font-46{
    font-size: 46px;
}
.bg-light-blue {
    background-color: #E9F2FF;
}
.geo-spatial label,.geo-spatial input,.geo-spatial textarea {
    font-size: 12px !important;
    border-radius: 0;
}
.geo-spatial input {
    min-height: 40px;
}
.geo-spatial .btn-primary {
    background:#004A90
}
.geo-spatial .text-primary {
    color:#004A90
}
.geo-spatial .btn {
    font-size: 14px;
    font-weight: 500;
}
.card {
    box-shadow: 1px 2px 8px #0000000D;
    border: 0;
}
.bg-dark-gray {
    background-color:#EAEAEA;
}
.gap-3 .col {
  padding: 10px !important;
}
.sf_accordion .card{
    box-shadow: none;
}
.card-text.text-14 {
    font-size: 14px;
}
.w-border {
    border: 1px solid #004A90;
    max-width: 100px;
    margin:15px auto;
}
.slick-carousel .font-28 {
    font-size: 28px;
    font-family: 'Montserrat';
}
.max-w-80ps {
    max-width: 80%;
}

.iti {
    width: 100%;
}

.input-group {
    display: flex;
}

.input-group .iti__flag-container {
    margin-left: 0;
}
.text-lets-talk{
    color: #004A90;
    width: 180px;
    font-size: 20px;
}
.text-light-blue{
    color: #00A1E1 ;
}
.bg-linear-blue{
    background: linear-gradient(88.92deg, #132948 0.87%, #004A90 99.21%);
}
.text-para-service{
    color: #D5D5D5;
}
.tab-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.e-desc h3{
    font-size: 18px !important;
}
.e-desc p{
    font-size: 14px !important;
}
.content-container {
    flex: 2;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 40px;
    color: black;
    min-height: 100%;
    background-image: url("https://exalogic-store.s3.dualstack.us-east-2.amazonaws.com/exalogic/geospatial/tab-pane-bg.svg");
    background-size: cover;
    background-position-y: 212px;
    background-repeat: no-repeat;
}
.nav-pills .nav-link {
    color: white;
    text-align: left;
    padding: 15px;
    background-color: #0b2e4a;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    margin-bottom: 10px;
    border-radius: 0px !important;
    margin-right: 20px !important;

}
.nav-pills .nav-item:last-child .nav-link {
    margin-bottom: 0;
}
.nav-pills .nav-link.active {
    background-color: white;
    color: black;
    margin-right: 0px !important;
}
.nav-pills .nav-link i {
    margin-right: 10px;
}
.tab-content {
    width: 100%;
    height: 100%;
}
.tab-pane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.text-numbers{
    font-size: 66px;
    font-weight: 500;
    color: #004A90;
    opacity: 0.3;
}
#service-accordion .card{
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    margin-bottom: 10px !important;
}
#service-accordion .card-header{
    padding: 0px !important;
    border-radius: 0px !important;
    background: #0b2e4a;
}
#service-accordion .card-header.active{
    background: #fff;
}
#service-accordion .card-header.active .btn{
    color: #000;
}
#service-accordion .btn{
    color: #fff;
}
#service-accordion .btn:hover{
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .banner-content {
        bottom: 20% !important;
    }
    .banner-content h1 {
        font-size: 34px !important;
    }
    .banner-content .mx-auto{
        margin: 0px 0px !important;
    }
    .text-lets-talk{
        font-size: 16px;
        width: 150px;
    }
}
@media (max-width: 767.98px) {
    .banner-content p {
        display: none;
    }
    body, p, .font-16 {
        font-size: 12px;
    }
    .font-38 {
        font-size: 20px !important;
    }
    .home .geo-spatial .owl-theme .owl-controls {
        display: block !important;
    }
    .banner-content {
        bottom: 20% !important;
    }
    .banner-content h1{
        font-size: 26px !important;
    }
    .text-lets-talk{
        font-size: 14px;
        width: 100px;
    }
}

@media (max-width: 575.98px) {
    .bg-dark-gray img{
        width: 30px;
        margin-bottom: 6px;
    }
    .text-lets-talk{
        width: 70px;
        font-size: 10px;
        padding: 5px !important;
    }
    .banner-content{
        bottom: 25px !important;
    }
    .banner-content h1{
        font-size: 16px !important;
    }
    .font-32{
        font-size: 20px !important;
    }
    .e-block img{
        max-height: 170px !important;
        object-fit: cover;
    }
    .e-desc h3{
        font-size: 14px !important;
    }
    .e-desc p{
        font-size: 12px !important;
    }
    .button-anim {
        display: inline-block !important;
    }
}
@media (min-device-width: 992px) and (max-device-width: 1999.98px) {
    .pt-65 {
        padding-top: 65px;
    }
    .navbar-custom {
        height: 65px;
    }
}
