/* color Background */
.white-bg{
    background-color: #ffffff;
    color: #000034;
}
.white-bg a{
    color: #000034;
}
.bg-white-words{
    color:#ffffff;
}
.navy{
    color: #000034;
}
/* .navybg{
    background-color: #4EA5D9;
    color: #ffffff !important;
} */
/* btn */
.btn{
    border-radius: 0;
}
.cta{
    margin:40px 0;
}
/* Select */
select{
    margin-bottom: 20px;
}
/* Nav Section */
.navbar-light .navbar-toggler{
    border-color: transparent;
}
.navbar-brand {
    font-size: 35px;
}
/* Hero Section */
#hero{
    
    /* background-image: url(../img/hero.jpg); */
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
#hero .tint{
    background-color: rgba(0,0,52,0.2);
    padding: 230px 20px 150px;
    height: 100%;
    width: 100%;
}
#hero .tint a{
    color: #000034;
}
#hero .tint .cta{
    color: #000034;
    margin-top: 20px !important;
}
#hero h1{
    font-size: 80px;
}
/* Products Sections */
#products .products{
    padding: 50px 0;
}
#products h4{
    padding-bottom: 0;
    text-transform: capitalize;
    color: #000034;
}
#products h5{
    color:#000034;
}
#products p{
    color:#9a9a9a;
}
#products .sub{
    color:#000034;
    font-size:16px;
    padding-bottom: 20px;
}
/* div.absolute  */
.absolute{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
/*  update-button */
.update-button{
background-color: #ffffff;
padding: 20px;
}
/* Quote Sections */
#Quote{
    /* background-image: url(../img/quote.jpg); */
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    color: #ffffff;
    padding: 50px 0;
}
#Quote h5{
        padding-bottom: 5px;
        color:#000034;
}
#Quote .card{
    padding:20px;
    border-radius: 0;
    margin-top: 20px;
    color:#000034;
}
#Quote .btn{
    color:#ffffff;
    background-color: #4EA5D9;
}
#Quote .sub{
    font-size:14px;
    padding-bottom: 20px;
}
#Quote .fa.fa-plus{
    font-size: 10px !important;
}
/* FAQ */
#faq{
    padding: 50px 0;
}
#faq h4{
    padding: 0 0 50px;
}
#faq .btn-link{
    color: #000034;
}
#faq .card{
    border-radius: 0;
}
/* Footer */
footer{
    /* background-color: #000034;
    color: #ffffff; */
    text-align: center;
    padding: 25px;
}
/* Input */
.inputitems{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
}
/* Reviews */
#reviews{
    padding: 50px 0;
}
#reviews h4{
    padding: 0 0 50px;
}
/* Spacing */
input, .btn{
    margin-bottom: 20px;
}
/* Flush Footer to bottom */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
label{
    width:100%;
}

/******** START: Code Added by CTS *******/
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}
footer.robotoslab {
    margin-top: auto;
}
/******** END: Code Added by CTS *******/


/* review information */
.review-information-img{
    max-width: 60px;
    border-radius: 50%;
    object-fit: cover;
    width:60px;
    height:60px;
    margin: 0 10px 0 0;
    float: left;
}
.review-information-icon{
    margin:10px 0 0;
}
.review-information-icon-img{
    weight:25px;
    height:25px;
}
.fa-gold {
    color: #ffbb00;
    background: #fff;
    padding: 5px;
}    
.fa-blue {
    color: #195375;
    background: #fff;
    padding: 5px;
}
/* Dashboard */
.sidebar{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background: #fff none repeat scroll 0 0;
    border-color: #dadada;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    position: fixed;
    top: 50px;
    bottom: 0;
    z-index: 101;
    
}
.main{
    background-color: #fafafa;
}
 ul.r_cate {
	display: flex;
    flex-wrap: wrap;
  }
  ul.r_cate li {
	  width: 25%;
  }
.card-content .card {
    margin-top: 0!important;
}
.nav-tabs .nav-item {
    color: #7d7d7d;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}
.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 2px 0!important;
}
.select2-container input {
    margin-bottom: 0;
}
.select2-container{
    width: 100%!important;
}

#phone_line .modal-dialog {
    max-width: 700px;
}

.alert-primary {
    color: #fff !important;
    background-color: #4EA5D9 !important;
    border-color: #4EA5D9 !important;
}

.orangeLink {
    color: #FF7F33;
    background-color: transparent;
    text-decoration: none;
  }
 
.catgory_banner {
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 75px;
    margin-bottom: 75px;
}
.error {
    color: #ff0000;
}

.catgory_banner h1 {
    font-family: 'Tangerine', cursive;
    font-size: 80px;
}
.catgory_banner h6 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.25rem;
}

.dropdown-menu.order-menu{
    min-width: 22rem;
    width: 100%;
}
 @media (max-width: 992px) { 
 ul.r_cate li {
	  width: 50%;
  }
table.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    overflow-x: auto;
}
.card-body {
    overflow-x: auto;
}
.card-content table td {
    white-space: nowrap;
}
}

@media (max-width: 768px) {
#hero .tint h1, .catgory_banner h1 {
    font-size: 60px;
}
.country-table {
    margin-top: 40px!important;
} 
.select2-container {
    margin-bottom: 20px!important;
}
.chart_detail .form-control {
    max-width: 130px;
}
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  
    #hero .tint{
        background-color: rgba(0,0,52,0.2);
        padding: 130px 20px 50px;
        height: 100%;
        width: 100%;
    }
	 
    .btn.btn-link.collapsed{
        text-align: left;
    }
}
 
 
/* Large devices (desktops, 992px and up) */
 
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  
    
}
@media (max-width: 475px) {
	 ul.r_cate li {
		width: 100%;
	}
    .nav-tabs{
        border-bottom: 0;
    }
}

@media (max-width: 390px) {
.dropdown-menu.order-menu{
    min-width: 100%;
}
.dropdown-item{
    padding: 0.25rem 0.5rem;
}
.pagination li{
    padding: 3px 7px!important;
}
.page-item a.page-link{
    padding: 5px!important;
}
}
  

.pagination li {
    color: #000;
    padding: 10px 14px;
    border: 1px solid #dee2e6;
}

.pagination li.active {
    background-color: #8445FF;
    border-color: #8445FF;
}

.pagination li.disabled {
    display: none;
}

.page-item a.page-link {
    padding: 12px 20px;
    cursor: pointer;
}

.pagination li.active a.page {
    color: #fff;
}
.navbar-dark .navbar-toggler{
    border-color: transparent;
}