/**
* Customize CSS
*
* @author Ajay138
* @version 1.0
*
* "You can add your own style below this comment".
*/

.carousel-control-prev-icon 
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  background-color: #007bff !important;
}

#timecard .carousel-control-next-icon, 
#timecard .carousel-control-prev-icon,
#timecard .carousel-indicators li

{
    display: none;
}

ul.feature-points li
{
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 20px;
}

.image, #reimbursement
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.feature-paragraph
{
	display: grid;
	place-items: center;
}

#clients .carousel-control-prev , #clients .carousel-control-next
{
 	visibility: hidden; 
}

.txt-decor-none
{
	text-decoration: none !important;
}


.top-sep::after 
{   
    background-color: #0A5BA9;
}

#bg_banner_pricingmobimg
{
	display:none;
}

.section-hero .banner{
	padding: 70px 0 60px 0px;
}

.features_box , .Content_box , .faq_box 
{
	padding: 5px 25px 10px;
	border-radius: 10px;
	box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	background-color: #ffffff;
	margin-bottom:15px;
	border: 1px dashed #0A5BA9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.features_box:hover , .Content_box:hover , .faq_box:hover
{
    -webkit-box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
    box-shadow: 10px 20px 30px 0 rgba(16, 31, 65, 0.3);
    border-color: transparent;
}


.service-box .icon-box
{
	background-color: #0A5BA9;
	padding-top:10px;
}

.faq_header
{
	color: #0a5ba9;
	font-weight: 600;
	line-height: 1.33;
	text-transform: none;
	font-size:18px;
	margin-top:15px;
}

.foot-links_new a
{
	color: #fff;	
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.foot-links_new a:hover
{
	margin-left:5px;
}

.PTSecurityCode 
{
    background: #333333;
    padding: 7px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.btn_common
{
	background-color: #0A5BA9;
	color: #fff;
	z-index: 0;
	-webkit-box-shadow: 0 10px 20px 0 rgba(39, 39, 39, 0.15);
	box-shadow: 0 10px 20px 0 rgba(39, 39, 39, 0.15);
}
.btn_common:hover
{
	color: #fff;
	
}
.btn_common:focus
{
	color: #fff;	
}

.btn-green 
{
/*  border: 1px solid #33b391; */
  background: #33b391 !important;
  position: relative;
  color: #fff;
  z-index: 1;
}
#full_features_notes p
{
	margin-left:70px;
}

#faq_notes p
{
	margin-left:40px;
}

#theme-navbar li a
{
   font-size:18px;
   font-weight:500;
}

.navbar .dropdown-toggle::after
{
	content:'';
}

.section-title
{
	font-size: 42px;
	margin-top: 0;		
	font-weight: 700;
	color: #333;
	position: relative;
}
.lines 
{
    margin: auto;
    margin-top: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #4EA3E6;
    margin-top: 15px;
}

.lines_w 
{
    margin: auto;
    margin-top: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #fff;
    margin-top: 15px;
}

.frame {
  background-color:#d1d1e0;
  border:solid 30px #eee;
  border-bottom-color:#e1e1e1;
  border-left-color:#eee;
  border-radius:2px;
  border-right-color:#eee;
  border-top-color:#ddd;
  box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  height:100%;
  width:100%;
  padding:30px 10px;
  text-align:center;
}
.label{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.screen_labels
{
	margin-bottom:15px;
	color:#0A5BA9;
	font-weight:600;
	font-size:20px;
}

.navbar .nav-item 
{
    padding-right: 40px;
}

.navbar-nav a 
{
    padding: 10px !important;
    text-decoration: none !important;
}


.nav-item a:hover 
{
    background-color: #fff !important;
    border-radius: 25px 5px;
    color: #0A5BA9 !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.dropdown-menu a:hover 
{   
    color: #fff !important;    
}

.nav-item a.nav-link.current {
	background-color: #fff !important;
	border-radius: 25px 5px;
	color: #0A5BA9 !important;
}


//For Trying Pistus Page Styles
.register_box
{

	padding:10px 150px;
	background-color:#fff;box-shadow:0px 0px 8px #666;
	border-radius:4px;
}


.rotate-one{
	position: absolute;
	top: 25%;
	left: 19px;
	animation-name: rotateme;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.rotate-two{
	position: absolute;	
	animation-name: inverease-rorate;
	-webkit-animation-name: inverease-rorate;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
@keyframes rotateme{
	from{
		-webkit-transform: rotate(0);
		transform: rorate(0);
	}
	to{
		-webkit-transform: rotate(360deg);
		transform: rorate(360deg);
	}
}
@-webkit-keyframes rotateme{
	from{
		-webkit-transform: rotate(0);
		-webkit-transform: rorate(0);
	}
	to{
		-webkit-transform: rotate(360deg);
		-webkit-transform: rorate(360deg);
	}
}
@keyframes inverease-rorate{
	from{
		-webkit-transform: rotate(0);
		transform: rorate(0);
	}
	to{
		-webkit-transform: rotate(-360deg);
		transform: rorate(-360deg);
	}
}
@-webkit-keyframes rotateme{
	from{
		-webkit-transform: rotate(0);
		-webkit-transform: rorate(0);
	}
	to{
		-webkit-transform: rotate(-360deg);
		-webkit-transform: rorate(-360deg);
	}
}


.featureBox
{
	text-align: center;
	padding:10px;
}
.featureBox:hover
{
	background: #e7f3fe;
	cursor: pointer;
	 border-radius: 12px;
} 

.nav-tabs .nav-link:hover
{
    background: #33b391;
    color: #fff  !important;
    border-radius: 0  !important;
    border: none;
}
.nav-link.active
{
	color: #0a5ba9 !important;
	font-weight:600;
	border-radius: 0  !important;
	border-left:none;
	border-right:none;
	border-top:none;
}

.nav-tabs .nav-link
{
    color: #454f50 !important;
    font-weight:600;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
   border-radius: 0  !important;
}

.nav-tabs {
  border: 1px solid #808080;

}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #808080;
}

.nav-tabs .nav-item {
    height:55px;
	border-right: 1px solid #808080;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background: #0a5ba9;
    color: #fff  !important;
    border-radius: 0  !important;
    border:none;
}

.imground{
width: 45px;
height: 45px;
display: inline-block;
border-radius: 100px;
background: white;
text-align: center;
margin-top: -3px;
padding: 5px;
}

.ul_list li {
    list-style: square;
   margin-left: 25px;
}

#selectall:hover, #clearall:hover
{
	background: #0a5ba9;
	font-weight:600;
	color:#ffffff !important;
}


.service-box {
	min-width: 340px;
	min-height: 210px;
	margin-top: 10px;
	padding: 20px 25px 0px;
}
.modules_list
{
	padding: 5px 80px;
}

.most_popular
{
	position: absolute !important;
	top: -33px;
	z-index:1;
	width: 200px;
	right: -38px;
}


.image_full{
   display:inline-block;
  }

 .image_mobile{
  display:none;
 }
 .product_img_head
 {
 	font-size: 35px;
 }
 
 .navigation-bar.sticky
 {
 	background-image:none;
 	background-color:#fff;
 }
 
 .due_date_card
 {
	box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.2);
	transition: 0.3s;
	width: 60%;
	border-radius: 10px;
	height:200px;
	margin:10px 15px;
	padding:0px 0px;
	border:1px solid #0A5BA9;
	background-color:#fff;
 }

 .due_date_card:hover 
 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
 }
 
 .due_date_head
 {
 	background-color:#0A5BA9;
 	color:#fff;
 	border-radius: 10px 10px 0px 0px;
 	font-weight:600;
 	padding:4px 0px;
 }
 
 .low_price_card
 {
	box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.2);
	transition: 0.3s;
	width: 60%;
	border-radius: 10px;
	height:230px;
	margin:10px 15px;	
	border:1px solid #0A5BA9;
	background-color:#fff;
 }
 
 .sp-20-0
 {
 	padding:20px 0px;
 }
 
 .home_content
 {
 	padding: 19px 0px 5px 70px;
 }
 
 .navbar .logo 
 {
 	width: 200px;
 }
 
 .navbar_left
 {
 	margin-left: 100px;
 }
 
 .parent_hdr_lbl
 {
 	font-size:12px;
 }
 
 .due_date_lbl { display: block !important; }
 .due_date_abbr_lbl { display: none !important; }
 
 .faq_ques
 {
   font-weight:400 !important;
   margin-bottom: 0px !important;
 }
 
 .choose_us_hdrlbl
 {
 	font-weight:600;
 	font-size:22px !important;
 	padding-bottom:13px;
 }
 
 .white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
  max-height: 300px;
  height:300px;
}

.account_tips li
{
	list-style: disc; 
	font-family: Arial, Helvetica, Sans-Serif;
	line-height:1.8;
	font-size:15px;
	font-size: 14px;
    	margin-left: 20px;
}

.mtop_10
{
	margin-top:-10px;
}

@media (min-width: 992px) {

#reimbursement
{
	min-height:450px;
}

}


@media (max-width: 992px) {
	
#payroll-benefits
   {
   	display:none;
   }

#reimbursement
{
	min-height:530px;
	text-align: center;
}
}

@media (max-width: 575.98px) {
	
  #bg_banner_pricingimg, #payroll-benefits
   {
   	display:none;
   }
   
   #bg_banner_pricingmobimg
   {
   	display:block;
   }
   
   .Tblcomparison th, .Tblcomparison td
   {
   	padding:0.15rem !important;
   }
   
   .price-item .price-content 
   {
   	padding: 0px !important;
   }

  .about-section{
  	display: none;
  }
  .frame 
  {
	border:solid 3px #eee;	
	height:100%;
	width:100%;		
	padding:3px 1px;
  }
  .section-title
  {
	font-size: 24px;
	margin-top: 0;		
	font-weight: 700;
	color: #333;
	position: relative;
   }
   .screen_labels
   {
   	font-size: 12px;
   	margin-bottom:0px;
   }
   .regiter_nav_text
   {
   	display:none;
   }
    .pt-package-wrapper .body__container .premium {
	border-right: 0px !important;
   }
   
   .pt-account-wrapper .s-code{
	padding: 0 1rem !important;
   }   
   
   .price-item .price-content li 
   {
    text-align: left;
   }
   .section-title
   {
   	font-size: 25px !important;
   }
   .service-box
   {
       min-width: 270px;
       margin-top: 10px;
       padding: 10px 15px 0px;
       min-height: 0px;
    }
    .title-right::after
    {
    	width: 35px;
    }
    .cta-section .cta-box h3
    {
    	font-size: 25px;
    }
    .btn-lg 
    {
        padding: 9px 15px;
        font-size: 12px;
    }
    .service-box h5
   {
   	font-size:15px;
   }
   .features_header
   {
   	font-size:18px;
   }
   .features_box , .faq_box
   {
   	padding: 5px 13px 10px;
   }
   #full_features_notes p
   {
   	margin-left: 7px;
   }
   #faq_notes p
   {
   	margin-left: 7px;
   }
   .nav-link
   {
   	padding:10px;
   }
   #nav-company h4, #nav-module h4
   {
   	font-size:20px;
   }
   .modules_list
   {
	padding: 1px 8px;
   }
   .btn
   {
   	padding: 8px 12px;
   	font-size: 12px;
   }
   .most_popular
   {
        position: absolute;
        top: -19px;
        z-index:1;
        width: 80px;
        right: 0px;
   }
   
   .section-hero::before
   {
   	background-image: none;
   }
   
   #bg_banner_payrollimg
   {
   	background-position: 48% 52% !important;
   	height:auto !important;
   	width:auto !important;
   }
   
   #bg_banner_homeimg
   {
   	 background-position: 80% 50% !important;
   }
   #bg_banner_pricingimg
   {
   	background-position: 35% 50% !important;
   }
  
   #bg_banner_featuresimg
   {
   	background-position: 47% 50% !important;
   }
   #bg_banner_aboutusimg
   {
   	display:none;
   }
   #bg_banner_contactusimg
   {
   	background-position: 88% 52% !important;
   }
   #bg_banner_payrollimg
   {
   	background-position: 92% 52% !important;
   }
   .image_full
   {
      display:none;
   }
   .image_mobile
   {
     display:inline-block;
   }
   .account__body
   {
       margin-left:5px !important;
   }
   .product_img_head
   {
 	font-size: 22px;
   }
   .proj-overlay h5
   {
   	font-size: 16px !important;
   }
   .alert
   {
   	font-size:12px;   	
   	padding: 5px 10px;
   	width:94%;
   }
   
    #bg_banner_homeimg , #bg_banner_payrollimg
    {
	    background-position: 40% 55% !important;
	    background-image: none !important;
	    background-color: #fff !important;
	    height: auto !important;
	    width: auto !important;
	    padding: 0px 0px 12px 0px !important;
    }
    
    .navbar-toggler .navbar-toggler-lines
    {
    	 background-color: #0A5BA9 !important;
    }
    
    .navbar-toggler .navbar-toggler-lines:before 
    {
    left: 0;
    top: 0.8em;
    width: 2.5em;
    background-color: #0A5BA9 !important;
    }
   
    .navbar-toggler .navbar-toggler-lines:after 
    {
    left: 0px;
    top: -0.8em;
    width: 2.5em;
    background-color: #0A5BA9 !important;
    }
    
    .home_content
    {
 	padding: 55px 20px 19px 20px;
 	margin-right: 0px;
        margin-left: 0px;
    }
    
    .due_date_card
    {
    	width:99%;
    	height: 175px;
    }
    .content_text
    {
    	text-align: left;
    	padding-left: 20px;
    }
    
     .newlinebr { display: none !important; }

    .parent_hdr_lbl
    {
 	font-size:10px !important;
    }
    
    .card-body 
    {
    	padding: 14px 14px 14px !important;
    }
    
    .choose_us_hdrlbl
    {
 	font-weight:600;
 	font-size:14px !important;
    }
	.mtop_10
	{
		margin-top:0px;
	}
}
@media (min-width: 575.98px) and (max-width: 768px) 
{
   #bg_banner_pricingimg
   {
   	background-position: 40% 50% !important;
   	display:none;
   }
   
   #bg_banner_pricingmobimg
   {
   	display:block;
   }
   
   .Tblcomparison th, .Tblcomparison td
   {
   	padding:0.25rem !important;
   }
   
   .regiter_nav_text
   {
   	display:none;
   }
   #nav-tab a   
   {
   	text-align:center;
   }
   .price-item .price-content li 
   {
    text-align: left;
   }   
   
   .pt-account-wrapper{
   	padding: 5px;
   }
   
   .pt-account-wrapper .account__header{
   	margin: 0.8rem 0 !important;
   }
   .pt-account-wrapper .account__body{
	margin-bottom: 1rem !important;
	padding: 1rem !important;
    }
    
   .pt-account-wrapper .account__footer{
   	padding: 1.2rem 0.1rem !important;
   }
  
   .pt-package-wrapper .body__container{
   	padding: 10px !important;	
   }
    
   .pt-package-wrapper .body__container .featureBox{
   	padding: 10px 15px !important
   }
   .pt-package-wrapper .body__container .featureBox .pkg__premium{
   	padding: 3px !important;
   	font-size: 10px;
   }
   .pt-package-wrapper .body__container .featureBox .pkg__info{
   	font-size: 15px !important;
   }
   .section-title
   {
   	font-size: 25px !important;
   }
    #bg_banner_pricingimg
   {
   	background-position: 40% 50% !important;
   }
    #bg_banner_contactusimg
   {
   	background-position: 70% 50% !important;
   }
   .most_popular
   {
        position: absolute;
        top: -9px;
        z-index:1;
        width: 110px;
        right: -12px;
   }
   .price-content 
   {
      padding: 10px !important;
   }
   .image_full
   {
      display:none;
   }
   .image_mobile
   {
     display:inline-block;
   }
   .service-box , .benefit-box
   {
       min-height: 120px !important;
   }
   .product_img_head
   {
 	font-size: 22px;
   }
    .proj-overlay h5
   {
   	font-size: 16px !important;
   }
   .alert
   {
   	font-size:12px;   	
   	padding: 5px 10px;
   	width:94%;
   }
	
} //End Mobile Media 


.pt-account-wrapper .account__header{
	margin: 2rem 0 1rem 0;
}

.pt-account-wrapper .account__footer{
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between; 	
}

.pt-package-wrapper .body__container{
	padding: 10px 50px;	
}
.pt-package-wrapper .body__container .premium{
	border-right:1px solid #808080;
}
.pt-package-wrapper .body__container .featureBox .pkg__premium{
	margin-left: 10px;
	background: #ffffb3;
	padding: 3px 10px;
	border-radius: 100px;
	border: 2px solid #ff1a1a;
	color: #ff1a1a;
}
   
.pt-package-wrapper .body__container .featureBox .pkg__info{
	margin-left: 10px;
	background: #e9f4fc;
	padding: 3px 10px;
	text-align: center;
	border-radius: 100px;
	border: 2px solid #1970b3;
	color: #135486;
	font-size: 25px;
}
.pt-package-wrapper .footer__container{
	display: flex;
	align-items: center;
	justify-content: space-between;   	
}

.price-item .price-content li 
   {
    text-align: left;
   }
   

   .price-item .price-content 
   {
   	padding: 30px !important;
   }
   
   .price-item .price-content 
   { 
   	padding-bottom: 24px !important;
   }
   
   .price-item .price-content li 
   {
    text-align: left;
   }   
   
   .price-content 
   {
      padding: 10px !important;
   }
   
   .price-item .price-content li
{
	padding-left: 0px;
}

.price-item label
{
	display: block;
}

.price-content 
   {
      padding: 10px !important;
   }


.tooltip_disp .tooltiptext_disp {
  visibility: hidden;
  width: 200px;   
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip_disp .tooltiptext_disp::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip_disp:hover .tooltiptext_disp {
  visibility: visible;
  opacity: 1;
}

.tooltip_disp {
  position: relative;
  display: inline-block;
}

input[type="checkbox"][class="custom-checkbox"] {
  display: none;
}
.checkbox-container label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.checkbox-container label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.checkbox-container label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
input[type="checkbox"][class="custom-checkbox"]:checked + label {
  border-color: #ddd;
  padding: 10px !important;
  background: #f5f5f5;
  border: none;

}

input[type="checkbox"][class="custom-checkbox"]:checked + label:before {
  content: " ";
  background-color: grey;
  transform: scale(1);
  width: 0px;
  heigth: 0px
}
input[type="checkbox"][class="custom-checkbox"]:checked + label:after {
	content: " ";
  	width: 0px;
  	heigth: 0px;
}

input[type="checkbox"][class="custom-checkbox"]:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: 9;
}

.plan-box {
  background-color:#fff;
  position: relative;
  padding: 45px 45px 30px;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
}
.plan-box .icon-box img {
	font-size: 60px;
}

.plan-box span img {
      	position: absolute;		
	right: -60px;
	bottom: -20%;
	z-index: -1;
	transition: all 0.6s ease;
	opacity: 0.08;
}

.plan-box:hover span img {
        right: 0;
        bottom: 0;
        opacity: 0.08;
 }
 
 .Premium 
{
    background-color: #0A5BA9;
    color:#fff;
}

.Premium .price-top
{
    background-color: #fff !important;
    color:#0A5BA9 !important;
}

.Premium .price-top h2
{
     color:#0A5BA9 !important;	
}

.Premium .price-top h4
{
	color: #101f41;
}

.Premium .price-top span
{
    color: #0A5BA9;
}

.Premium .price-top sup
{
    color: #0A5BA9;
}

.Premium .price-top::after
{
     background-color: #fff !important;
}

.Basic .price-top
{
	background-color: #0A5BA9 !important;
}

.Basic .price-top::after
{
     background-color: #0A5BA9 !important;
}

.price-item .price-content li
{
	padding-left: 0px;
}

.Premium .price_list li
{
     margin-top: 3px;
     list-style-image: url(../images/tick_w.png);
}

.Basic .price_list li
{
     margin-top: 3px;
     list-style-image: url(../images/tick.png);
}
.sp-100-70 
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.tick_img
{
	list-style-image: url(/main/ftpl/images/tick.png);
}

.ptscreen {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.proj-img {
	min-height:200px !important;
	height:200px;
}

.proj-overlay h5 {
font-weight: 600;
}
.project 
{
	box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	border: 1px dashed #0A5BA9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project:hover
{
    -webkit-box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
    box-shadow: 10px 20px 30px 0 rgba(16, 31, 65, 0.3);
    border-color: transparent;
}

.navbar .dropdown .dropdown-menu .dropdown-item:before {
background-color: #0a5ba9;
}

.mfp-close {
	cursor: auto !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.form-group {
   margin-bottom: 0px;
}
.title-right:after {
  background-color: #4EA3E6;
}

.subtitle-left {
  color: #4EA3E6;
}

.subtitle-left:before {
  background-color: #4EA3E6;
}
.project-section .sorting .filter-btn.active:before, .project-section .sorting .filter-btn.active:after {
  background-color: #0a5ba9;
}
.required_label
{
	color:#808080;
	font-weight:400;
	font-size:11pt;
	margin-top:-2px;
	font-style: italic;
}

.required_field
{
	color:#ff0000;
	font-weight:400;
	font-size:14pt;
	padding:0px 3px;
}

.proj-overlay h5
{
	text-transform: none;
}

.project-section .sorting .filter-btn::before
{
	bottom:2px;
}
footer.footer {
	background-image:none;
	background-color:#6e8ade !important;
}

.price-item label
{
	display: block;
}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}


// ------- added one ---------

.features_head
{
	font-size:32px;
}

.features_list
{
	position: relative;
	padding:5px;
}

.features_sec p
{
	padding-bottom:10px;
}


.nav-item a.nav-link.current 
{
    background-color: #0A5BA9 !important;
    border-radius: 30px 30px;
    color: #fff !important;
}

.newsfeed_div
{
	background-color: #f26c20 !important;
	color: #000 !important;
	padding:20px;
	margin:0px;
	font-size:20px !important;
}
.plan-box
{
	border:1px solid #ddd;
}

.instruction-item
{
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 10px 0 rgba(39, 39, 39, 0.15); 
    border-radius: 10px;
}

.bg-pisblue
{	
	background-color: #4e63d7 !important;
}

.min-vh-90
{
	min-height: 90vh!important;
}

.faq_question
{
	text-transform: none;
}
 
.bg-light 
{
    background-color: #f2f2f2 !important;
}

.page_backgrd
{
	background-color:#f0f5f5;
	margin-bottom:75px;
}

/*
.price-top 
{
    background-color: #0A5BA9 !important;
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    padding: 60px 50px 50px;
    background-color: #4e63d7;    
    border-radius: 10px;
    position: relative;
    z-index: 0;
    margin-bottom: 33px;
    margin: 0 -20px;
    border-radius: 20px;
    color:#fff !important;
}

.price-top:after 
{
    background-color: #0A5BA9 !important;
    height: 50px;
    width: 100%;   
    border-radius: 0 0 10px 10px;
    background-color: #4e63d7;
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    z-index: -1;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
    box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
*/

.theme-accordion .card-header .btn:before 
{
	content: url(../images/minus.png);
}

.theme-accordion .card-header .btn.collapsed:before 
{
    content: url(../images/plus.png);
}

