.main_sec01 h3 {
    text-align: left;
    margin-left: 0;
    padding-bottom: 30px;
    font-size: 38px !important;
}
.main_sec01 .breadcrumb_sec a {
    color: #4e7fff;
    text-transform: uppercase;
}

.main_sec01 .breadcrumb_sec {
    color: #93a1b0;
    transition: .3s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    text-transform: capitalize;
    font-weight: 700;
}
.main_sec01 {
    padding: 80px 0;
}
.main_sec01 .page_desc p a {
    color: #4e7fff;
}
.page_data.main_sec01 h4 {
    font-size: 32px;
    margin-top: 40px;
}
.main_sec01 .table_sec table {
    margin-top: 20px;
}

.main_sec01 .table_sec table tbody tr th {
    background-color: #4e7fff;
    color: #ffffff;
    font-weight: 400;
    line-height: 40px;
}
.main_sec01 .table_Bg td a {
    display: flex;
    padding: 15px;
    font-weight: 500;
    background-color: #4e7fff;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  	text-decoration: none;
}
 .main_sec01 .table_Bg td img {
    margin: 0 auto;
}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
    background-color: #ecf2fa!important;
}
table *{
	border-color:#dee7ff;  
}
.main_sec01 .app_list {
    margin-top: 50px;
}
.main_sec01 .app_list h5 i {
    font-style: normal;
    color: #000000;
}
.main_sec01 .app_list .listing ol, .cont_outter ul {
    margin: 0;
}
.main_sec01 .app_list .listing ol li, .cont_outter ul li {
    font-size: 15px;
    color: #4e7fff;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}
.main_sec01 .app_list .listing ol li a {
    color: #4e7fff;
  	text-decoration: underline;
} 
.main_sec01 .app_list h5 {
    margin-bottom: 15px;
}
.main_sec01 .app_list .listing {
    margin-bottom: 35px;
}
.single_post-meta .outer_loop .inner_loop {
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
}  
 .single_post-meta .outer_loop .inner_loop p {
    padding: 0 15px;
}
 .cont_outter ul li {
    color: #000000;
}
.main_sec01 .app_list .cont_outter h5, .cont_outter ul {
    background-color: #ecf2fa !important;
      padding: 15px;
}
.main_sec01 .cont_outter ul {
    margin-bottom: 20px;
}
.main_sec01 .app_list .cont_outter ul li:first-child {
    margin-top: 0;
}
.main_sec01 .app_list .cont_outter h5 {
 	 margin-bottom: 0;
    padding-bottom: 0;
}
.main_sec01  .price_sec label span, .review_sec label span {
    font-weight: 900;
    margin-right: 5px;
}  

.main_sec01 .single_post-meta .outer_loop .inner_loop .btn_sec a {
    display: flex;
    padding: 15px;
    font-weight: 500;
    background-color: #4e7fff;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    min-width: 200px;
}
 .main_sec01 .single_post-meta .outer_loop .inner_loop .btn_sec {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    margin-top: 40px;
} 
  


/* FOOTER CSS */
.btm_top-btn #button {
  display: inline-block;
  background-color: #3498db;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.btm_top-btn #button 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;
}
.btm_top-btn #button:hover {
  cursor: pointer;
  background-color: #333;
}
.btm_top-btn #button:active {
  background-color: #555;
}
.btm_top-btn #button.show {
  opacity: 1;
  visibility: visible;
}
body.page-template-template-app ol li,
body.page-template-template-app ul li {
  font-size: 17px;
}
