/* Hack Firefox for screen width */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


/*============================================================
 * GENERAL STYLES
 * ============================================================*/
.db-wrapper {
    font-family: Arial;
}
/*============================================================
 * BACKGROUND COLORS
 * ============================================================*/
.db-bk-color-one {
    background-color: #f55039;
}

.db-bk-color-two {
    background-color: #46A6F7;
}

.db-bk-color-three {
    background-color: #47887E;
}
/*============================================================
 * BUTTONS STYLES
 * ============================================================*/

.db-button-color-one {
    border: none;
    background-color: #f55039;
    color: #fff;
}

    .db-button-color-one:hover, .db-button-color-one:focus {
        color: #fff;
    }

.db-button-color-two {
    border: none;
    background-color: #46A6F7;
    color: #fff;
}

    .db-button-color-two:hover, .db-button-color-two:focus {
        color: #fff;
    }

.db-button-color-three {
    border: none;
    background-color: #47887E;
    color: #fff;
}

    .db-button-color-three:hover, .db-button-color-three:focus {
        color: #fff;
    }
/*============================
 * PRICING TABLES NINE STYLES
 * ==============================*/

.db-pricing-nine {
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
}

.db-width-perticular {
    width: 300px;
}

.db-pricing-nine .table {
    text-align: center;
    margin-bottom: 0px;
}

.db-pricing-nine .first {
    text-align: justify;
    white-space: normal;
    margin-bottom: 0px;
}

.db-pricing-nine .iconno {
	color: red; 
	font-size: 30px; 
	padding-top: 25px;
	text-align: center;
}

.db-pricing-nine .iconyes {
	color: green; 
	font-size: 50px; 
	text-align: center;
}

.db-pricing-nine .second {
    background-color: lightgrey;
}

.db-pricing-nine .third {
    background-color: #FAFAD2;
}

.db-pricing-nine .fourth {
    background-color: grey;
    color: white;
}

.db-pricing-nine thead tr th {
    font-weight: normal;
    font-weight: normal;
    height: 72px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.db-pricing-nine i.icon-red {
    color: rgb(250, 57, 57);
}

.db-pricing-nine i.icon-green {
    color: #00E025;
}

.scrolltotop {
    background: transparent url("/images/s5arrow.png") no-repeat scroll 1px -314px;
    cursor: pointer;
    display: table;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -19px;
    width: 45px;
}

.imgmargins {
    padding: 5px;
}


  /* Tooltip */
.topttp + .tooltip > .tooltip-inner {
      background-color: #3c5466; 
      color: #FFFFFF; 
      border: 1px solid #3c5466; 
      padding: 15px;
      font-size: 14px;
	max-width: 280px;
	text-align: justify;
}
/* Tooltip on top */
.topttp + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}
/* Tooltip on bottom */
.topttp + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #3c5466;
}

.tooltip.bottom .tooltip-arrow{
    left: 6%;
    /*bottom:1px;*/
}
/* Tooltip on left */
.topttp + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}
/* Tooltip on right */
.topttp + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

.carousel-caption {
   position: absolute;
   top: 25%; 
   left: 25%; 
   width: 50%; 
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-mask1 {
  -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
/*  mask-image: linear-gradient(to bottom, transparent 25%, black 30%);*/
}

.carousel-overlay{
  position: relative;
}
.carousel-overlay {
  left:0px;
  top:0px;
  height:100%;
/*
*/
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */
  /*color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}

.table th,
.table td {
  padding: 0.15rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/*
.card-img-top {
	width: 72px;
	height: 72px;
}
*/

body {
    background-color: #eee
}

.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 45px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}


.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}


/*============================================================
 * Cookie consent css
 * ============================================================*/

body{

  background-color: #eee;
}

.cookie-consent{
  position: fixed;
bottom: 8px;
left: 20px;
width: 260px;
padding-top: 7px;
height: 83px;
color: #fff;

line-height: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
background: #292929;
z-index: 120;
cursor: pointer;
border-radius: 3px;
}

.allow-button{
      height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}
