html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-style: normal;
  /* padding-top: 40px; */
  padding-bottom: 40px;
}

/* Jumbotron - removed */
/* 
.jumbotron {
  background-image: linear-gradient(to bottom, rgba(36, 204, 255, 0.5) 0%,rgba(45, 161, 255, 0.9) 100%), url("../img/m2mbg.png");
  background-size: cover;
  background-position: 50% 42%;
} */

/* Scroll to top button */

/* CCSP Main Color */
.ccspblue-color {
  background-color: #183484;
}

.back-to-top {
  position: fixed !important;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#183484;
  text-indent:-9999px;
  display: none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  z-index: 99;
}

.back-to-top span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
  z-index: 99;
}

.back-to-top:hover {	
  background-color:#e74c3c;
  opacity:1;
  filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}	

/* colors new added */

.bg-lblue {
background-color: #B4C7E7 !important;
}

.bg-lblue2 {
  background-color: #8FAADC !important;
}


/* FAQ css */
.accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #f4f4f4;
  padding: 0;
}
.accordion-section .panel-default .panel-title a {
  display: block;
  font-style: bold;
  font-size: 1.5rem;
  text-decoration: none;
}
.accordion-section .panel-default .panel-title a:after {
  font-style: normal;
  font-size: 3rem;
  content: url("../img/icons/arrow-up-circle-fill.svg");
  color: #000000;
  float: right;
  margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
  content: url("../img/icons/arrow-down-circle-fill.svg");
}
.accordion-section .panel-default .panel-body {
  font-size: 1.2rem;
  border: 0.7px solid #000000;
}

/* used for media queries testing */
/* @media screen and (max-width: 640px)
{
    body, html{
        width: 100vw;
    }
} */
