
body{
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
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 {
    height: 85px;
}

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

}
.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;
}
#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(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
     padding: 10px;
}


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