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

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



.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;
}

.product-ss-img {
  position: relative;
  text-align: center;
  border: 1px solid #33b391;
}

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

.counter-box::after
{
	background-color: #0A5BA9;
}

.form-group .zmdi 
{
	background-color: #0A5BA9;
}

.features_header
{
	color: #101f41;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	text-transform: capitalize;
	margin-bottom:15px;
}

.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;	
}

.counter-box h3
{
  color:#333333 !important;
}

.counter-box:hover * {
  color: #fff !important;
}

.payroll_box img:last-child {
  display: none;  
}
.payroll_box:hover img:last-child {
  display: block;  
}
.payroll_box:hover img:first-child {
  display: none;  
}

.accounting_box img:last-child {
  display: none;  
}
.accounting_box:hover img:last-child {
  display: block;  
}
.accounting_box:hover img:first-child {
  display: none;  
}

.ticketing_box img:last-child {
  display: none;  
}
.ticketing_box:hover img:last-child {
  display: block;  
}
.ticketing_box:hover img:first-child {
  display: none;  
}

.sales_box img:last-child {
  display: none;  
}
.sales_box:hover img:last-child {
  display: block;  
}
.sales_box:hover img:first-child {
  display: none;  
}

.campaign_box img:last-child {
  display: none;  
}
.campaign_box:hover img:last-child {
  display: block;  
}
.campaign_box:hover img:first-child {
  display: none;  
}

.compliance_box img:last-child {
  display: none;  
}
.compliance_box:hover img:last-child {
  display: block;  
}
.compliance_box:hover img:first-child {
  display: none;  
}

.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: 20px;
}

.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);
	}
}

.counter-box:hover
{
	display:block;
}

.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;
}

.industry_drop_list
{
	position:absolute;
	border:1px solid #ccc;
	background-color:#fff;
	padding:5px 1px;
	display:none;
	width:550px;
	height:150px;
	overflow:auto;
	z-index:100;
}
.industry_drop_list a
{
	color:#666666;
	font-size:15px;
	display:block;
	padding:4px 14px;
}
.industry_drop_list a:hover, .industry_drop_list a.selected
{
	background-color:#e6e6e6;
}

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

.your_business_box
{
	padding:25px 150px 5px 150px;
}

.service-box {
	min-width: 340px;
	min-height: 190px;
	margin-top: 10px;
	padding: 20px 25px 0px;
}
.modules_list
{
	padding: 5px 80px;
}
.most_popular
{
	position: absolute;
	top: -33px;
	z-index:1;
	width: 200px;
	right: -38px;
}
.image_full{
   display:inline-block;
  }

 .image_mobile{
  display:none;
 }
 .product_img_head
 {
 	font-size: 35px;
 }
 
.pd-left-60
{
	padding-left:60px !important;
}

.pd-left-40
{
	padding-left:40px !important;
}

.mg_lf_60
{
	margin-left:90px;
}

.banner_style
{
	height: 525px !important;
	padding-top: 50px !important;
}
.banner_style .banner-text
{
	padding: 25px 0px 0px 50px;
}

.banner-height
{
	height:60px !important;
}

.head_fn_big
{
	font-size:27px;
	font-weight:600;
}

.short-text { display: none; }

.products_padding
{
	padding: 68px 0px 18px 50px;
}

#bg_banner_homeimg
{
 	background-position: 75% 55% !important;   	
 	padding: 0px 0px 12px 0px !important;
}

.team_up_head
{
	color:#333333;
	line-height: 1;
	font-size:20px;
	font-weight: 500;
	line-height:220%;
}

.team_up_count
{
	font-size:28px;
	font-weight:600;
	color:#101f41;
	line-height:80%;
	text-transform:none;
}

.team_up_cliacc
{
	font-size:12px;
	font-weight:600;
	color:#101f41;	
	text-transform:none;
}

.team_up_disc
{
	font-size:18px;
	font-weight:bold;
	color:#0A5BA9;
	line-height:250%;
	text-transform:none;
}

.team_up_type
{
	font-size:22px;
	font-weight:600;
	color:#101f41;
	line-height:250%;
	text-transform:none;
}

.team_up_contract
{
	font-size:12px;
	color:#101f41;
}

.team_up_amt
{
	font-size:19px;
	font-weight:600;
	color:#101f41;
}

.Teamupcomparison td, .Teamupcomparison th
{
	border-top: 1px solid #a6a6a6;
}

.teamup_pl
{
	margin-left:50px;
}

.teamup_indent
{
	text-indent: 150px;
}

   .Teamupnormalview { display: block; }
   .Teamupmobileview { display: none; }
 
   #bg_banner_teamupimg
   {
   	background-position: 90% 30% !important;
   }
   
   .teamup_lbl
   {
   	font-size:18px;
	font-weight:600;
	color:#0a5ba9;
   }
   
   #bg_banner_pricingimg
   {
   	display:block;
   }
   #bg_banner_pricingmobimg
   {
   	display:none;
   }
   .price-top
    {
	padding: 14px 0 14px !important;
    }
    
    
.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;
}

.onboard-text-align
   { 
   	text-align: left;
   }

@media (max-width: 575.98px) {

  .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;
   }
   .your_business_box
   {	
	padding:2px 5px 5px 20px !important;
    }
    .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_homeimg
   {
   	 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;
   }
   #bg_banner_pricingimg
   {
   	display:none;
   }
   #bg_banner_pricingmobimg
   {
   	display:block;
   }
  
   #bg_banner_featuresimg
   {
   	background-position: 47% 50% !important;
   }
   #bg_banner_aboutusimg
   {
   	background-position: 42% 67% !important;
   	background-size:auto !important;
   }
   #bg_banner_contactusimg
   {
   	background-position: 88% 52% !important;
   }
   #bg_banner_payrollimg
   {
   	background-position: 48% 52% !important;
   	height:auto !important;
   	width:auto !important;
   }
    #bg_banner_accountsimg
   {
   	background-position: 38% 52% !important;
   	height:auto !important;
   	width:auto !important;
   }
   #bg_banner_ticketsimg
   {
        background-position: 74% 52% !important;
   }
   #bg_banner_evolveimg
   {
        background-position: 53% 52% !important;
   }
   #bg_banner_campaignimg
   {
        background-position: 98.5% 52% !important;
   }
   #bg_banner_complianceimg
   {
        background-position: 90% 52% !important;
   }    
   #bg_banner_teamupimg
   {
   	background-position: 40% 52% !important;
   	height:auto !important;
   	width:auto !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%;
   }
   
   .price-item .price-content 
   {
   	padding:0px !important;
   }
   
   .pd-left-60
   {
   	padding-left:0px !important;
   }
   
   .pd-left-40
   {
   	padding-left:0px !important;
   }
   
   .mg_lf_60
   {
   	margin-left:0px;
   }
   
   .Tblcomparison th, .Tblcomparison td
   {
   	padding:0.15rem !important;
   }
      
   .banner_style
   {
	   height: 625px !important;
	   padding-top: 50px !important;
	   margin-top: -5px;
   } 
   
   .banner_style .banner-text
   {
	    padding: 40px 0px 0px 20px;
   }
   
   .banner-height
   {
	    height:75px !important;
   }
   
   .short-text { display: inline-block; }
   .full-text { display: none; }   
   
   .products_padding
   {
	    padding: 20px 0px 18px 20px;
   }
   
   .navbar-toggler .navbar-toggler-lines:before 
   {
    left: 0;
    top: 0.8em;
    width: 2.5em;
    }
   
    .navbar-toggler .navbar-toggler-lines:after 
    {
    left: 0px;
    top: -0.8em;
    width: 2.5em;
    }   
    
    .Teamupmobileview { display: block; }
    .Teamupnormalview { display: none; }

    .teamup_pl
    {
	margin-left:10px;
    }
    .teamup_indent
    {
        text-indent: 50px;
    }
    
    .team_up_type
    {
	line-height:150%; 
    }
    
     .teamup_lbl
   {
   	font-size:18px;
	font-weight:600;
	color:#0a5ba9;
   }
   
   .price-item .price-content 
   { 
   	padding-bottom: 24px !important;
   }
   
   .onboard-text-align
   { 
   	text-align: center;
   }
   
}

@media (min-width: 575.98px) and (max-width: 768px) 
{
   .regiter_nav_text
   {
   	display:none;
   }
   #nav-tab a   
   {
   	text-align:center;
   }
   .price-item .price-content li 
   {
    text-align: left;
   }   
   
   .pt-account-wrapper{
   	padding: 5px;
   }
   
   .your_business_box
   {
   	padding:25px 10px 5px 40px;
   }
   
   .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;
   	display:block;
   }
   #bg_banner_pricingmobimg
   {
   	display:none;
   }
    #bg_banner_contactusimg
   {
   	background-position: 70% 50% !important;
   }
     #bg_banner_campaignimg
   {
   	background-position: 65% 50% !important;
   }
     #bg_banner_complianceimg
   {
   	background-position: 94% 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 
   {
       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%;
   }
   
   .mg_lf_60
   {
   	margin-left:0px;
   }
   
   .Tblcomparison th, .Tblcomparison td
   {
   	padding:0.25rem !important;
   }
   
   .banner_style
   {
	height: 520px !important;
	padding-top: 50px !important;
   }
  
} //End Mobile Media 


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
	.head_fn_large
	{
		font-size:30px !important;
		font-weight:700 !important;
		color:orange !important;
		
	}
	
	.pd-left-60
	{
		padding-left:40px !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) 
{
	.head_fn_large
	{
		font-size:30px !important;
		font-weight:700 !important;
	}
	
	.pd-left-60
	{
		padding-left:40px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 
{
	.head_fn_large
	{
		font-size:32px !important;
		font-weight:700 !important;
	}
	
	.pd-left-60
	{
		padding-left:40px !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{
	.head_fn_large
	{
		font-size:32px !important;
		font-weight:700 !important;
	}
	
	.pd-left-60
	{
		padding-left:40px !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) 
{
	.head_fn_large
	{
		font-size:32px !important;
		font-weight:700 !important;
	}
	
	.pd-left-60
	{
		padding-left:40px !important;
	}
}

@media (min-width: 1500px) and (max-width: 1920px) 
{
	.head_fn_large
	{
		font-size:38px !important;
		font-weight:700 !important;
	}
	
	.pd-left-60
	{
		padding-left:60px !important;
	}
}

@media (min-width: 1920px) 
{
	.head_fn_large
	{
		font-size:38px !important;
		font-weight:700 !important;
	}
	
	.pd-left-60
	{
		padding-left:60px !important;
	}
}

.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;   	
}




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;
	color: red;
}

.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;
    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;
}

.sp-50-35 
{   
    padding-top: 10px;
    padding-bottom: 15px;
}

.tick_img
{
	list-style-image: url(/home/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: url(../images/shapes/footer-bg.svg), linear-gradient(to right, #516fd9 0%, #70b2e6 100%);
}

.price-item label
{
	display: block;
}

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

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

.section-hero:before
{
	background-image: none !important;
}

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

.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;
}

.modal-dialog 
{
    max-width: 900px;
    margin: 1.75rem auto;
}

#SettingsID:hover
{
    color:#fff;
    font-weight:400;
}

#AcceptID:hover
{
    color:#fff;
    font-weight:400;
}

#AcceptID
{
	margin-left:20px;
	text-transform: capitalize;
}

#SettingsID
{	
	text-transform: capitalize;
}


.modal-header 
{
	padding: 0.5rem 1rem !important;
}

