@import url("./behrrx.css");
@import url("./header.css");
@import url("./footer.css");

a:hover, a:active, a:focus {
	color: #0056b3;
}	

.btn {
	text-transform: none !important;
	border-radius: 0px;
}	
.btn-file {
    background: white;
    color: #5c7a8a;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active, 
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active:focus, 
.btn-primary:not([disabled]):not(.disabled):active:focus {
  background-color: #5c7a8a;
  border-color: #5c7a8a;
  color: #ffffff;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
}
.home-banner-wrap {
    background: url(../images/home/home_main_bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    background-position: top;
}
.btn-all-story {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #5e8190;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
}
.custom-card {
    background: rgb(238, 240, 238);
    padding: 10px;
    border-radius: 20px;
}
.custom-card * {
    font-family: 'Open Sans', sans-serif;
}
.custom-card .large {
    font-size: 30px;
    display: block;
    width:100%;
    text-align: center;
    font-weight: 600;
}
.custom-card.second .small {
    width:70%;
    margin: 0 auto;
    margin-bottom:20px;
}
.custom-card.second {
    height: 100%;
}
.mar-top-20 {
    margin-top:20px;
}
.main-faq-heading {
    border-bottom: 1px solid #ccc;
    margin-top:30px;
}
.card-wrap {
    border-bottom: 1px solid #ccc;
}
.card-wrap:last-child {
    border-bottom: none;
}
.card-main h2{
    position: relative;
}
.card-main i {
    position: absolute;
    right: 10px;
    top:7px;
}
.main-faq-heading .small, .main-faq-heading.medium{
    text-align: left;
}
.accordion .small {
    text-align: left;
}
.small {
    font-size: 15px;
    display: block;
    width:100%;
    text-align: center;
    font-weight: 600;
}
.medium {
    font-size: 20px;
    display: block;
    width:100%;
    text-align: center;
    font-weight: 600;
}
.acc-link {
    color: #5c7a8a;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
    word-break: break-all;
}
.card-main .btn.btn-link {
    padding: 0px;
    color:#3d3d3e;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans';
	text-align: left;
}
.faq-wrap {
    margin-bottom: 40px;
}
.card-body {
    padding-left:0px;
    padding-right: 0px;
}
.card-body p{
    font-size: 14px;
    font-family: 'Open Sans';
}
.card-body p.small {
    font-weight: 700;
}
.main-faq-heading {
    margin-bottom: 0px;
}
.btn {
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;	
}
div.col-12 h3 {
    font-size: 36px;
    font-weight: 500;
}
.btn-primary:not([disabled]):not(.disabled):active:focus {
  background-color: #f2695b;
  border-color: #f2695b;
  color: #ffffff;
  transition: 0.3s ease;

  -webkit-box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 7px 34px 0px rgba(0, 0, 0, 0.27);
}
.faq-button {
    width: 100%;
    display: block;
    text-align: center;
    background: #afd9d5;
    color: #5c7a8a;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 5px;
    border-radius: 30px;
    text-transform: none;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;            
}
.faq-button *{
    font-family: 'Open Sans', sans-serif;
    color: #475c6b !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin: 0px;
}
.faq-button:hover, .faq-button:focus {
    text-decoration: none;
    color: #5c7a8a;
}
.faq-button:hover {
    background: #ccd8d0;
}
.faq-button:focus {
    background: #9fb0ac;
}
.story-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #65686a;
    padding: 10px 0px;
    margin-bottom: 30px;
}
.our-story {
    background-size: contain;
}
.delivery-imgs {
    width: auto;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.small-img-container {
    width:60%;
    margin:0 auto;
    max-height:250px;
}
.delivery-see-wrap .custom-container {
    margin:10px auto;
}
.rating-wrapper {
    padding-top: 30px;
    margin-top:3px;
}
.pos-absolute-story {
    text-align: center;
    padding: 20px 30px;
}
.pos-absolute-story .btn-all-story {
    margin:0 auto;
}
.home-banner-wrap .description-container {
    padding-top:17%;
}
.delivery-content{
    padding:30px 0px;
}
.first-para{
    margin-bottom: 50px;
}
@media  (min-width: 100px) and (max-width: 991px){
    .our-story h3 {
        padding-top:20px;
    }
    .pos-absolute-story {
        position: initial;
        padding-bottom:20px;
    }
    .home-banner-wrap .description-container {
        padding-top: 10%;
    }
    .home-banner-wrap .text-center {
        text-align: left !important;
    }
    .mar-bot-20-mobile {
        margin-bottom: 20px!important;
    }
    .card-main i{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home-banner-wrap .description-container {
        padding-top:10%;
    }
    
}