/*-------------------------------------*/
/*Contact Us Page*/
/*-------------------------------------*/
.bgbanner.contact {
    background-image: url(/images/contact-banner.webp);
}
.map-block {
    position: absolute;
    right: 0;
}
@media screen and (max-width:850px) { /* Tablet Portrait */
.map-block {
    position: relative;
}	
}

/*-------------------------------------*/
/*About Us Page*/
/*-------------------------------------*/
.bgbanner.about {
    background-image: url(/images/about-banner.webp);
}
/* The actual timeline (the vertical ruler) */
.about-timeline .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.about-timeline .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #7CB32F;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
/* Container around content */
.about-timeline .timeline .t-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* The circles on the timeline */
.about-timeline .timeline .t-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: #ffffff;
    border: 4px solid #7CB32F;
    top: 18px;
    border-radius: 50%;
    z-index: 1;
}
/* Place the container to the left */
.about-timeline .timeline .left {
  left: 0;
}
/* Place the container to the right */
.about-timeline .timeline .right {
  left: 50%;
}
/* Add arrows to the left container (pointing right) */
.about-timeline .timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #d6d6d6;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #d6d6d6;
}
/* Add arrows to the right container (pointing left) */
.about-timeline .timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #d6d6d6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #d6d6d6 transparent transparent;
}
/* Fix the circle for containers on the right side */
.about-timeline .timeline .right::after {
  left: -12px;
}
/* The actual content */
.about-timeline .timeline .content {
  padding: 20px 30px;
  background-color: #555555;
  position: relative;
  border-radius: 6px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .about-timeline .timeline::after {
    left: 31px;
  }
/* Full-width containers */
  .about-timeline .timeline .t-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
/* Make sure that all arrows are pointing leftwards */
  .about-timeline .timeline .t-container::before {
    left: 60px;
    border: medium solid #d6d6d6;
    border-width: 10px 10px 10px 0;
    border-color: transparent #d6d6d6 transparent transparent;
  }
/* Make sure all circles are at the same spot */
  .about-timeline .timeline .left::after, .about-timeline .timeline .right::after {
    left: 18px;
  }
/* Make all right containers behave like the left ones */
  .about-timeline .timeline .right {
    left: 0%;
  }
}

/*-------------------------------------*/
/*FAQs Page*/
/*-------------------------------------*/
.bgbanner.faqs {
    background-image: url(/images/faq-banner.webp);
}

/*-------------------------------------*/
/*News Page*/
/*-------------------------------------*/

/*-------------------------------------*/
/*quote summary page*/
/*-------------------------------------*/
.drawerbtn-webquote{
  width: 100% !important;
  bottom:0px !important;
  left:0;
  border-radius:0px !important;
  color: #333 !important;
}

.detail-border-bottom{border-bottom:1px solid #232D30 ; }
.detail-border-left{border-left:1px solid #232D30 ;}
@media screen and (max-width:770px) { /* Tablet Portrait */
    .detail-border-bottom{border-bottom:none !important; }
    .detail-border-left{border-left:none !important;}
    .mob-bgchange{background-color: transparent !important;}
}
/*-------------------------------------*/
/*Testimonials Page*/
/*-------------------------------------*/
.bgbanner.testimonials {
    background-image: url(/images/testimonial-banner.webp);
}

/*-------------------------------------*/
/*Advanced results Page*/
/*-------------------------------------*/
.bgbanner.advbanner {
    background-image: url(/images/advbanner.webp);
}

/*-------------------------------------*/
/*Sign up Page*/
/*-------------------------------------*/
.signup {background-image: url(/images/signup_banner.webp);}
.testimonialbanner {background-image: url(/images/testi-banner.webp);}

/*-------------------------------------*/
/*Finance Pages*/
/*-------------------------------------*/
.finance-application a.nav-link.financebtn {color: #232D30;}
.financebtn:hover {background-color: #bbd353;}
.finance-application a.nav-link.financebtn.active {color: #ffffff;}
.finance-application h3 {color: #232D30;padding-bottom: 1rem;}
.finance-application .alert {margin-bottom: 1rem;}
/*.finance-application #financeform {padding-top: 1rem;}*/

/*-------------------------------------*/
/*Web Quotes Page*/
/*-------------------------------------*/
.accordion .fa-chevron-down, .accordion .collapsed .fa-chevron-up {
    display: none;
}
.accordion .collapsed .fa-chevron-down {
    display: inline;
}
.accordion .card-body {
    max-height: 70vh;
    overflow-y: scroll;
}

/*-------------------------------------*/
/*Image support*/
/*-------------------------------------*/
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {      
  .bgbanner.about {background-image: url(/images/about-banner.png);}
  .bgbanner.contact {background-image: url(/images/contact-banner.png);}
  .bgbanner.testimonials {background-image: url(/images/testimonial-banner.png);}
  .bgbanner.faqs {background-image: url(/images/faqs-banner.png);}
  .bgbanner.advbanner {background-image: url(/images/advbanner.png);}
	.signup {background-image: url(/images/signup_banner.png);}
	.testimonialbanner {background-image: url(/images/testi-banner.png);}
  }
}