.pacifico-regular {
	/* font-family: "Pacifico", cursive; */
	font-family: "Gill Sans (sans-serif)";
	font-weight: 400;
	font-style: normal;
  }

.team-icon
{
	font-size: 39px !important;
  	margin-top: -19px !important;
  	margin-left: -19px !important;
}

.my-float{
	font-size: 40px;
}

.mt-15{
	margin-top: 15px;
}

.alert-danger{
    padding: 10px;
    background-color: #f01515;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #f44336;
    font-size: 13px;
    font-weight: bold;
	width: 56% !important;
}

.alert-success{
    padding: 10px;
    background-color: green;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid green;
    font-size: 12px;
    font-weight: bold;
	width: 56% !important;
}

.mobile-view-img
{
    display: none;
}

.reduce-padding
{
    padding: 0px 0px;    
}

.img-set{
border-radius: 5px;
width: 100%;
}

/* Alert  media query for mobile view start*/
@media(min-width: 350px) and (max-width: 499px){

	.alert-danger{
		padding: 10px;
		background-color: #f01515;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid #f44336;
		font-size: 13px;
		font-weight: bold;
		width: 262px !important;
	}
	
	.alert-success{
		padding: 10px;
		background-color: green;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid green;
		font-size: 12px;
		font-weight: bold;
		width: 262px !important;
	}
	
	.mobile-view-img
	{
	    display: block;
	}
	
    .text-justify
    {
        text-align: justify;
    }

	#mobile-resp
	{
		height: 90px !important;
  		width: auto !important;
  		margin: 5px !important;
	}

	.mobile-view-title-1{
		display: none;
	}

	.mobile-view-title-2{
		display: inline-block;
	}
}

@media(min-width: 500px) and (max-width: 508px){

	.alert-danger{
		padding: 10px;
		background-color: #f01515;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid #f44336;
		font-size: 13px;
		font-weight: bold;
		width: 55% !important;
	}
	
	.alert-success{
		padding: 10px;
		background-color: green;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid green;
		font-size: 12px;
		font-weight: bold;
		width: 55% !important;
	}
	
	.mobile-view-img
	{
	    display: block;
	}
	
    .text-justify
    {
        text-align: justify;
    }

	#mobile-resp
	{
		height: 90px !important;
  		width: auto !important;
  		margin: 5px !important;
	}

	.mobile-view-title-1{
		display: none;
	}

	.mobile-view-title-1{
		display: none;
	}
}

@media(min-width: 509px) and (max-width: 599px){
	.alert-danger{
		padding: 10px;
		background-color: #f01515;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid #f44336;
		font-size: 13px;
		font-weight: bold;
		width: 54% !important;
	}

	.alert-success{
		padding: 10px;
		background-color: green;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid green;
		font-size: 12px;
		font-weight: bold;
		width: 54% !important;
	}
	
    .text-justify
    {
        text-align: justify;
    }

	#mobile-resp
	{
		height: 90px !important;
  		width: auto !important;
  		margin: 5px !important;
	}

	.mobile-view-title-1{
		display: none;
	}
}

@media(min-width: 600px) and (max-width: 767px){
	.alert-danger{
		padding: 10px;
		background-color: #f01515;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid #f44336;
		font-size: 13px;
		font-weight: bold;
		width: 56% !important;
	}

	.alert-success{
		padding: 10px;
		background-color: green;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid green;
		font-size: 12px;
		font-weight: bold;
		width: 56% !important;
	}

	#mobile-resp
	{
		height: 90px !important;
  		width: auto !important;
  		margin: 5px !important;
	}

	.mobile-view-title-1{
		display: none;
	}
}

@media(min-width: 768px) and (max-width: 991px){
	.alert-danger{
		padding: 10px;
		background-color: #f01515;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid #f44336;
		font-size: 13px;
		font-weight: bold;
		width: 65% !important;
	}
	
	.alert-success{
		padding: 10px;
		background-color: green;
		color: white;
		margin-bottom: 10px;
		border-radius: 5px;
		border: 1px solid green;
		font-size: 12px;
		font-weight: bold;
		width: 65% !important;
	}

	#mobile-resp
	{
		height: 90px !important;
  		width: auto !important;
  		margin: 5px !important;
	}

	.mobile-view-title-1{
		display: none;
	}
}
/* Alert  media query for mobile view end*/

.text-dark{
    color: black;    
}

.mb-20{
    margin-top: 20px;
}

.text-align-justify{
    text-align: justify;
}

.text-green{
    color: #144b2b !important;
}

.text-yellow{
    color: #e39c05 !important;    
}

.text-blue{
   color: #04247b !important;
}

.primary-font-family{
    font-family:"Quattrocento Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}