/*--------------------------------------------------------------
# Date picker font size
--------------------------------------------------------------*/
.datepicker{
 font-size:14px;
}

/*--------------------------------------------------------------
# Titles and text
--------------------------------------------------------------*/

.mytitlebig{
	font-size:20px;
	color: #1E88E5;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 2px 5px #a4a4a4;
}

.mytitlemedium{
	font-size:17px;
	color: #2E4053;
	font-weight:bold;
	text-align:center;	
}

.mytitlesmall{
	font-size:14px;
	color: #2E4053;
	font-weight:bold;
	text-align:center;	
}

/*--------------------------------------------------------------
# Messages
--------------------------------------------------------------*/

.messagered{
	font-size:14px;
	color: #AD1457;	
	text-align:center;	
}

.messageredbold{
	font-size:14px;
	color: #AD1457;
	font-weight:bold;
	text-align:center;	
}

.messagegreen{
	font-size:14px;
	color: #2E7D32;	
	text-align:center;	
}

.messagegreenbold{
	font-size:14px;
	color: #2E7D32;
	font-weight:bold;
	text-align:center;	
}

.alert i{
	font-size:16px;
}


/* Back to top button */

#backtotopbutton {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  width: 40px;
  height: 40px;
  z-index: 99; 
  border: none; 
  outline: none; 
  color: white; 
  cursor: pointer; 
  padding: 5px; 
  border-radius: 4px;
  background: #106eea;
  color: #fff;
  transition: all 0.4s;
  font-size: 18px; 
  align-items: center;
  justify-content: center;
}

#backtotopbutton:hover {
  background: #3284f1;
  color: #fff;
}

.mybutton {
  width:220px;	
  line-height: 50px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:rgb(41,127,184);
  color:white;  
  letter-spacing: 1px;
  border:2px solid white;  
  border-radius: 5px;
  font-weight:bold; 
  transition: all 0.3s ease-in-out 0s;
  text-align:center;
}

.mybutton, a:link, a:visited {
    text-decoration: none;
}

.mybutton span {
  position: absolute;
  left: 0;
  text-align:center;
  width: 50px;
  background-color:rgba(0,0,0,0.4);
  border-radius: 5px 0px 0px 5px;
  font-size:200%;
}

.mybutton:hover{
	transition: all .3s ease-in-out 0s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transform: translateY(-3px);
	color:white;  
	
}
.mybutton.orange {
  background: #FF7F00;
}


.mybutton.yellow {
  background: #D81B60;
}

.mybutton.turquoise {
  background: #1abc9c;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 400px;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
  font-size:20px;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

.rmpinstructions{
	font-size:17px;
	font-weight:bold;
	line-height:50px;
	color:#1A237E;
	list-style: none;
	
}

.rmpinstructions li::before {
  content: "\29BF";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

