
body{
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.wrapper-full-page{
    min-height: 65vh!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.navbar-brand {
    font-size: 2.25rem;
    font-weight: bold;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.bg-gradient-primary{
    background-color: #1E407D!important;
}
.bg-default {
    background-color: #1E407D!important;
}
.bg-custom-style {
    background-color: #e9ebee!important;
}
.border-bottom-custom{
    border-bottom: 1px solid #dddfe2;
}
.border-top-custom{
    border-top: 1px solid #dddfe2;
}
.border-custom{
    border: 1px solid #dddfe2;
}
.navbar-horizontal .navbar-brand img {

    max-width: 250px;
    max-height: 60px;
    padding:2px 8px;
}
.navbar .navbar-brand img {

    max-width: 250px;
    max-height: 70px;
    padding:2px 8px;
}

.fill-default {
    fill: #1E407D;
}
a{
    color: #525f7f;
}
a:hover {
    color:#FF5A36!important;
}
.navbar{
    min-height: 40px;
    padding:0px;

}
.navbar li a{
    font-weight: bold!important;
}
/*Slider */
#homeCarousel{

}
#homeCarousel img{

    margin: auto;
}
#homeCarousel .carousel-indicators{
    position: absolute!important;
}
#homeCarousel .carousel-indicators .active {
    opacity: 1;
}
#homeCarousel .carousel-indicators li {
    box-sizing: content-box;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    transition: opacity .6s ease;
    text-indent: -999px;
    opacity: .5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-color: #fb6340;
    background-clip: padding-box;
    flex: 0 1 auto;
}
#homeCarousel  .carousel-caption {
    top: 0;
    width:50%;
    height:200px;
    right: 0;
    text-align: right;
    background-color: black;
    left: auto;
    padding:5px;
}
#productImagesCarousel .carousel-indicators{
    position: relative!important;
}
#productImagesCarousel  .carousel-indicators li {
    box-sizing: content-box;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    transition: opacity .6s ease;
    text-indent: -999px;
    opacity: .5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-color: #fb6340;
    background-clip: padding-box;
    flex: 0 1 auto;
}

.carousel-custom{
    min-height: 300px;
}


.lead{
    font-size: 1rem;
    min-height: 81px;
}
.img-custom{
    width:100%;
}
.img-custom-min{
    width:50px;
}
.card-img-top{
    border-radius:0;
}
.card{
    border-radius:0;
}
.main-content{
    min-height:calc(100vh - 200px);
}
#footer-main {
    background-color:#fff;

}
#footer-main .top-footer{
    min-height: 150px;
    font-size: 18px;
}

@media (max-width: 768px) {
    #homeCarousel{
        min-height: 150px;
    }
    #homeCarousel  .carousel-caption{
        position: relative;
        width:100%;
        left:0;
        right:0;
        bottom:0;

    }
    #homeCarousel  .carousel-caption .lead{
        font-size: 12px;
    }
    #homeCarousel  .carousel-caption .heading-title{
        font-size: 13px;
    }
    #productImagesCarousel {
        min-height: 150px;
    }
}
/*home section one*/
.display-4{
    font-size: 18px;

}
.display-4{
    font-size: 18px;

}
.display-4{
    font-size: 18px;

}
/*services*/
.service{
    height:300px;
}
.service .service-description{
    height:250px;
    overflow-y: auto;
}
.popover-area{
    position:fixed;
    right:0px;
    bottom:100px;
    z-index: 9999;
}
.offers-page .list-group-item{
    min-height: 81px!important;
}
.select2-container .select2-selection--single {
    height: 46px!important;
}
input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
     padding: 10px;
}


/*Login Page*/
.card-login  .img-responsive {
    max-width: 80%;
    max-height: 150px;
}

.terminal-home-logo{
    max-width: 250px;
    max-height: 100px;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right:.25rem;
        padding-left:.25rem;
    }
}
.sidenav-toggler-line:not(:last-child) {
    margin-bottom: 5px;
}
.sidenav-toggler-line {
    position: relative;
    display: block;
    height: 4px;
    background-color: #172b4d;
}
.sidenav-toggler-inner, .sidenav-toggler-line {
    width: 30px;
    transition: all .15s ease;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dee2e6!important;
    border: 1px solid #dee2e6!important;
    border-radius: 4px;
    display: inline-block;
    margin-top: unset!important;
    margin-left: unset!important;
    margin-right: unset!important;
    margin-bottom:2px!important;
    padding: 0;
    line-height: unset!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    margin:  unset !important;
    padding: 0;
}


.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: .625rem .75rem;

}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: auto!important;
    font-size:0.9rem!important;
    margin-right: 0px!important;
    margin-top: 0px!important;
    text-align: center;
    color: var(--primary)!important;
    position: absolute;
    right: 0;
    padding: 0 0.25rem!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding:2px!important;
    margin:0px!important;
}


/*
.form-control {
    font-size: .875rem;
    height: calc(2rem + 5px);
    padding: .625rem .75rem;
    transition: all .15s ease-in-out;
}
.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: .875rem;
     transition: all .15s ease-in-out;


}
.select2-container .select2-selection--single {
    height: calc(2rem + 5px)!important;
    padding: .625rem .75rem!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:unset!important;
}*/





