@charset "utf-8";
/* CSS Document */
/*----*/
img {
	border:0px;
	margin-bottom: -7px;
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#ed1c24;
}

* :focus {
  outline: none;
}
.imgper img {
	width:100% !important;
	margin-bottom:-7px;
}
.imgper1 {
	width:100% !important;
	margin-bottom:-7px;
}


.popmain1 {
    display: none;
    overflow-x: hidden;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
	border-radius: 10px;
	max-height: 480px;
	padding: 25px !important;
}
.popmain1 p {
	margin-bottom: 15px;
}
.popmain1 p:last-child {
	margin: 0;
}
.popmain1 p span {
    font-weight: 900;
}

.popmain1 h3 {
	font-size:18px;
	line-height:24px;
	letter-spacing: 0;
	padding: 5px 0 5px 0;
	color: #007efe;
}
.popmain1 h3 span {
	display: block;
	font-size:24px;
	line-height:24px;
    font-weight: 900;
}
.popmain1 h6 {
	font-size:16px;
	line-height:20px;
    font-weight: 900;
	letter-spacing: 0;
	margin: 10px 0 5px 0;
	color: #007efe;
}
/*-----*/

/*-----------------For All Default Bullets--------------------*/

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}	
ul li	{
	background-position: 5px 12px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 25px;
}

.nobullet li {
	background-image:none !important;
	background-position:0px !important;
	background-repeat: no-repeat !important;
	margin:0px !important;
	padding:0px !important;
}

.bullet1 li	{
	background: url("../images/bullet2.png");
	background-position: 5px 2px;
	background-repeat: no-repeat;
	margin:7px 0px 0px 0px;
	padding:0px 0px 7px 30px;
	line-height: normal;
	font-size:16px;
	background-size:14px;
}
.bullet2 li	{
	background: url("../images/bullet3.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin:7px 0px 0px 0px;
	padding:0px 0px 7px 25px;
	line-height: normal;
	font-size:16px;
	background-size:9px;
}

/*---------*/
::selection {
	color:#ffffff;
	background-color:#ed1c24;
}
::-moz-selection {
	color:#ffffff;
	background-color:#ed1c24;
}
::-webkit-selection {
	color:#ffffff;
	background-color:#ed1c24;
}

/*  Scrool  CSss */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background:  #ed1c24; 
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #007efe; 
}

/*  End  */




/*-------For Font Size Custmize----------*/

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.textcolor1 {
	color:#fff;
}
.textcolor2 {
	color:#ffcc12;
}
.bgcolor1 {
	background:#f3f3f3 !important;
}
.bg1 {
	background: #eef1fe;
}

/*---*/


.btn1 {
	font-size:16px;
	line-height:22px;
	font-weight: 900;
	display: inline-block;
}
.btn1 a {
	display: inline-block;
	background: #fff;
	color:#000;
	border-radius: 5px;
	padding: 12px 20px 10px 20px;
}
.btn1 a:hover {
	background:#ed1c24;
	color:#fff;
}

.btn2 {
	font-size:16px;
	line-height:22px;
}
.btn2 a {
	display: inline-block;
	background: #ed1c24;
	color:#fff;
	border-radius: 5px;
	padding: 10px 20px;
}
.btn2 a:hover {
	background:#000;
	color:#fff;
}

.btn3 {
	font-size:16px;
	line-height:22px;
}
.btn3 a {
	display: inline-block;
	background: #007efe;
	color:#fff;
	border-radius: 5px;
	padding: 10px 20px;
}
.btn3 a:hover {
	background:#000;
	color:#fff;
}


/*--------------*/


#Arrowfix {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:50px;
    height:50px;
    z-index:99999999 !important;
    background-color: #007efe;
    text-indent:-9999px;
    /*display:none;*/
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
#Arrowfix span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
#Arrowfix:hover {
   background-color:#ed1c24;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



/*  Loader   */

.loader {
	position: fixed;
	display:flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
}
.loader span {
	border: 16px solid #c9c9c9;
	border-radius: 50%;
	border-top: 16px solid  #ed1c24;
	border-bottom: 16px solid  #ed1c24;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	
	width: 120px;
	height: 120px;
	margin:auto;
	padding:auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*  End  */

/* Style the buttons inside the tab */
.tab button {
	background-color:  #eaeaea;
	border:1px solid #ed1c24;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 14px 20px;
	transition: 0.3s;
	font-size: 16px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing:0;
}
.tab button:hover, .tab button.active {
  background-color: #0e162b;
    color: #fff;
}



/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px;
}


/*  End  */


