.main-heading {
	background: rgb(117, 120, 123);
	color: #fff;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.grey {
	background: rgb(117, 120, 123);
}

.dark-red {
	background: rgb(134, 31, 65);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
	font-family: 'Roboto', sans-serif;
}
div,ul,li,a{
	font-family: 'Roboto', sans-serif;
}
b,span,i,strong{
	font-family: 'Roboto', sans-serif;
}
p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
}
a {
	color: #658ad0;
	transition: all 0.5s ease;
}

a:hover {
	color: #3e6cc4;
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: #C64600;
}

a:focus {
	outline: none;
	text-decoration: none;
}

button:focus {
	outline: none;
	text-decoration: none;
}

img {
	line-height: 0;
	transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

h2 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #353535;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}

.clear:after {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}

.form-control:focus {
	border-color: #3b0600;
	outline: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

body {
	font-family: 'Roboto', sans-serif;
}
.navbar-nav .active a{
	color: #C64600 !important;
}
.active{
	color: #C64600 !important;
}
.dropdown-item.active, .dropdown-item:active {
	
	background-color: #fff !important;
}
.panel-title .active{
	color: #000 !important;
}
/*@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri.eot') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri-Bold';
	src: url('../fonts/Calibri-Bold.eot') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TimesNewRomanPS-BoldMT';
	src: url('../fonts/TimesNewRomanPS-BoldMT.eot') format('woff'), url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'), url('../fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TimesNewRomanPSMT';
	src: url('../fonts/TimesNewRomanPSMT.eot') format('woff'), url('../fonts/TimesNewRomanPSMT.ttf') format('truetype'), url('../fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
.navbar-brand{
	margin-left: 15px;	
}
.tab_in_sec {
	max-width: 775px;
	width: 100%;
	margin:66px auto;
}

.tab_in_sec .panel-default>.panel-heading {
	padding: 0;
}

.tab_in_sec .panel-default>.panel-heading a {
	display: block;
	padding: 20px 15px;
	font-size: 18px;
	color: #000;
	
	background: #fff;
	border: solid 1px #ccc;
	margin:10px 0;
}

.collapse.in {}

.panel {
	background: none;
	border: none;
}

.panel-body {
	background: #fff;
	margin-top: 7px;
	border: solid 1px #ccc;
	padding: 40px 35px 25px 35px;
}

.tab_in_sec h2 {
	color: #228697;
	font-family: 'Roboto', sans-serif;
	text-transform: inherit;
	position: relative;
	margin: 0 25px 35px 25px;
}

.in++.panel-title {
	color: #228697;
}

.tab_in_sec h2 span {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	display: block;
	width: 100%;
	background: #228697;
	z-index: 0;
}

.tab_in_sec h2 strong {
	display: inline-block;
	background: #f2f1f1;
	position: relative;
	z-index: 1;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	border-radius: 15px;
	box-shadow: inset 1px 1px 1px 0px #000;
	border: 5px solid #d82029;
	color: #000;
	font-size: 27px;
	font-weight: bold;
}

{
	margin: 0px;
	position: relative;
	top: 14px;
	border-color: #bfbfbf;
}

.tab_in_sec .panel-default>.panel-heading a {
	background:#A3A4A8;
	color:#000;
	border: none;
	background:#A3A4A8;
	border-radius: 15px;

}

.tab_in_sec .panel-default>.panel-heading a.active {
	background:#A3A4A8;
	color: #000;
	border: none;
	border-radius: 15px;
	
}

.tab_first {
	background: none;
	position: absolute;
	top: 66px;
	left: 320px;
	width: 100%;
}

.tab_first .panel-heading {
	background: none;
	border-bottom: none;
	box-shadow: none;
	padding: 0px;
}

.tab_first .panel-heading {}

.tab_sec {
	position: relative;
}

.tab_first .panel-heading ul li {
	display: inline-block;
	text-align: center;
}

.tab_first .panel-heading ul li a {
	padding: 15px 35px;
	font-weight: bold;
	background: #fff;
	color: #A3A4A8;
	text-transform: uppercase;
}

.tab_first .panel-primary {
	box-shadow: none;
	padding-left: 30px;
}

.actives {
	background: #d82028 !important;
	color: #fff !important;
}

.panel-body p {
	margin-bottom: 15px;
}

/* how-it-works-page */

.how-it-works-all .container-fluid{
	padding-left: 0;
	padding-right: 0;
	height: 100vh;
}

.how-it-works-heading{
	
	background: rgb(117, 120, 123);
	
	color: #fff;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.how-it-works-all nav{
	padding-right: 30px;
	padding-bottom: 0;
}
.how-it-works-body{
	padding-left: 30px;
	margin-top: 50px;
}
.how-it-works-body p{
	margin-bottom: 0;
}


/* faq-page */


.faq-all .how-it-works-all .container-fluid{
	height: 100% !important;
}

.how-it-works-body .container{
	margin: 0;
}

.faq-page .tab_in_sec{
	margin-left: 0;
	padding-left: 0;
}
.faq-page .col-sm-12{
	padding-left: 0;
}
.faq-all .how-it-works-all .panel-heading h4, a{
	color: #861F41;
}
/* pricing table */


.pricing-table-subtitle {
  margin-top: 68px;
  font-weight: normal; }

.pricing-table-title {
  font-weight: bold;
  margin-bottom: 68px; }

.pricing-card {
  border: none;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .pricing-card:hover {
	box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55); }
  .pricing-card.pricing-card-highlighted {
	box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55); }
  .pricing-card:hover {
	box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
	-webkit-transform: translateY(-10px);
			transform: translateY(-10px); }
  .pricing-card .card-body {
	padding-top: 60px;
	}

.pricing-plan-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 11px;
  font-weight: normal; }

.pricing-plan-cost {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  margin-bottom: 29px; }

.pricing-plan-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px; }
  .pricing-plan-basic .pricing-plan-icon {
	color: #fe397a; }
  .pricing-plan-pro .pricing-plan-icon {
	color: #10bb87; }
  .pricing-plan-enterprise .pricing-plan-icon {
	color: #5d78ff; }

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 35px;
  color: #303132; }

.pricing-plan-purchase-btn {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 145px;
  height: 45px;
  border-radius: 22.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
		  align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
		  justify-content: center; }
  .pricing-plan-basic .pricing-plan-purchase-btn {
	background-color: #fe397a;
	color: #fff; }
	.pricing-plan-basic .pricing-plan-purchase-btn:hover {
	  box-shadow: 0 3px 0 0 #b7013d; }
	.pricing-plan-basic .pricing-plan-purchase-btn:active {
	  -webkit-transform: translateY(3px);
			  transform: translateY(3px);
	  box-shadow: none; }
  .pricing-plan-pro .pricing-plan-purchase-btn {
	background-color: #10bb87;
	color: #fff; }
	.pricing-plan-pro .pricing-plan-purchase-btn:hover {
	  box-shadow: 0 3px 0 0 #0a7554; }
	.pricing-plan-pro .pricing-plan-purchase-btn:active {
	  -webkit-transform: translateY(3px);
			  transform: translateY(3px);
	  box-shadow: none; }
  .pricing-plan-enterprise .pricing-plan-purchase-btn {
	background-color: #5d78ff;
	color: #fff; }
	.pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
	  box-shadow: 0 3px 0 0 #1138ff; }
	.pricing-plan-enterprise .pricing-plan-purchase-btn:active {
	  -webkit-transform: translateY(3px);
			  transform: translateY(3px);
	  box-shadow: none; }





.pricing-plan-title{
	padding: 10px 0;
	font-weight: bold;
	font-size: 21px;
}

.pricing p{
	margin-bottom: 15px;
}



/*# sourceMappingURL=pricing-plan.css.map */


.angry-grid {
   display: grid; 
   grid-template-columns: 1fr 1fr;
   gap: 0px;
   height: 100%;
   align-items: center;
}

.item-0 img{
	width: 100%;
}




@media (min-width:1681px) and (max-width:1920px){
   .tab_first {
	left: 600px;
} 
}
@media (min-width:1599px) and (max-width:1680px){
   .tab_first {
	left: 476px;
} 
}
@media (min-width:1439px) and (max-width:1600px){
   .tab_first {
	left:430px;
} 
}
@media (min-width:1367px) and (max-width:1440px){
   .tab_first {
	left:342px;
} 
}
@media only screen and (max-width:1280px){
   .tab_first {
	left: 270px;
} 
}
@media only screen and (max-width:1024px){
   .tab_first {
	left: 135px;
} 
.pricing{
	padding-right: 15px !important;
}
}

@media only screen and (max-width: 992px) {
	.tab_first .panel-primary {
		padding-left: 0px;
	}
	.tab_first .panel-heading ul li a {
		padding: 12px 20px;
	}
	.tab_first {
		top: -38px;
	}
}

@media only screen and (max-width: 767px) {
	.tab_first {
		display: none;
	}
	.top_appy {
		width: 192px;
		margin-top: 5px;
		position: relative;
		z-index: 101;
		float: none;
		margin: 5px auto 0 auto;
	}
	.top_appy a {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.tab_sec {
		background: none;
	}
}

@media only screen and (max-width: 480px) {
	.top_appy {
		margin-top: 0px;
	}
	.tab_in_sec h2 span {
		display: none;
	}
	.tab_in_sec h2 strong {
		background: none;
	}
	.tab_sec {
		padding: 25px 0 25px 0px;
	}
	.tab_in_sec h2 {
		margin: 0px;
		margin-bottom: 15px;
	}
	.container{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (max-width: 425px){
	.mainimg{
		display: none;
	}
	.svg{
		margin-bottom: -35px;
		
	}
	.fast{
		display: flex;
		word-spacing: 2px
	}
	.logo{
		width: 120px;
	}
	
}

