*{
	font-family: font-family: 'Poppins', sans-serif;
}
body{
	width: 100%;
}

p{
	color: #5e5e5e;
	font-size: 19px ;
}
li{
	color: #5e5e5e;
}
img{
	 box-shadow: 8px 8px 8px rgba(128, 133, 128, 0.4);
}
.bg-prime{
	background: #008390;
}
.color-prime{
	color: #008390;
}

.top-header{
	background: #000;
}
.top-header p{
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	color: #fff;
}

/*NAVIGATION*/
.nav-logo{
	font-size: 22px;
	
}
.nav-logo:hover{
	text-decoration: none;
}
nav .navbar-brand{
	font-size: 22px;
}
nav .nav-link, .dropdown-menu a{
	color: #F6F6F6 !important;
	font-weight: 500 !important;
	font-size: 17px;
}
nav ul li{
	color: #fff;
}
nav ul li:hover, .dropdown-menu a:hover{
	background: #00727d;

}

/*hero image*/

.hero-image{
	min-height: 400px;
	background: url("../images/accounting13.jpg");
	background-repeat: no-repeat, repeat;
	background-size: cover;
}

.hero-top h3{
	background: rgba(0, 0, 0, 0.22);
	margin: 0 100px;
	color: white;
	opacity: 0.90;
}

.hero-content{
	padding: 200px 0px 250px 0px;
	
}
.hero-content h1{
	font-size: 70px;
	color: #fff;
	font-family: font-family: 'Poppins', sans-serif;
}
.hero-content p{
	font-size: 22px;
	color: #fff;
}
/*..............*/
.public-accountant{
	line-height: 32px;

}
.tax-bg{
	background: url("../images/prism1.jpg");
}

.tax-list ul{
	list-style-image: url('../images/tk3.png');
}
.tax-list ul li{
	    font-size: 22px;
    padding: 5px 0px;

}
.pc-left img{
	width: 75%;
}
.sm-text p{
	font-size: 16px;
}
footer div{
	padding-top: 2px;
	background: #06a8b8;
	width: 80px;
	margin-top: 20px;
}
/*aboutus*/
.about-top{
	background: url("../images/about12.jpg");
}
.top-img{	
	padding: 80px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*personal business*/
.per-cont1 img{
		box-shadow: none;
}
.per-top-img{
	background: url("../images/top1.jpg");
	
}
.per-tax-list ul{
	list-style-image: url('../images/tk.png');
}
.per-tax-list ul li{
	 font-size: 18px;
    margin: 5px 0px;
}
.per-list h5{
	font-size: 19px;
    line-height: 28px;
}
.per-list ul{
	list-style-image: url('../images/t4.png');

}
.per-list ul li{
	 font-size: 17px;
    margin: 4px 0px;
}
/*business taxes*/

.busn-plan li{
	font-size: 19px;
}
.dark-sec h2, .dark-sec p{
	color: #e4e4e4 !important;
}
.testimonial-img{
	background: url("../images/test.jpg");
}
.tax-updates a:hover{
	color: #06a8b8;
}
.tax-updates img{
	max-height: 300px;
}
.tax-img{
	background: url("../images/txup.jpg");
}

/*.updates-content>div:nth-child(odd) {
  background: blue;
}*/
.updates-content img{
	max-height: 200px;
}



/*///////////=========MEDIA QUERIES==========//////////*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
h1{
	font-size: 34px;
}
h2{
	font-size: 26px;
}
h5{
font-size: 17px !important;
}
h6{
	font-size:14px;
}
p{
	font-size: 17px;
}
li{
	font-size: 17px !important;
}
.nav-logo{
	font-size: 18px;
}
	.per-tax-list ul{
	list-style-image: url('../images/med-tik.png');
}

.pc-left img{
	width: 100%;
}
	.hero-top h3{
	margin: 0 auto;
}
.hero-content h1{
	font-size: 35px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}




.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}