@font-face {
	font-family: 'gothicregular';
	src: url('../fonts/gothicregular.eot');
	src: url('../fonts/gothicregular.eot') format('embedded-opentype'),
	url('../fonts/gothicregular.woff2') format('woff2'),
	url('../fonts/gothicregular.woff') format('woff'),
	url('../fonts/gothicregular.ttf') format('truetype'),
	url('../fonts/gothicregular.svg#gothicregular') format('svg');
}

@font-face {
	font-family: 'gothicbold';
	src: url('../fonts/gothicbold.eot');
	src: url('../fonts/gothicbold.eot') format('embedded-opentype'),
	url('../fonts/gothicbold.woff2') format('woff2'),
	url('../fonts/gothicbold.woff') format('woff'),
	url('../fonts/gothicbold.ttf') format('truetype'),
	url('../fonts/gothicbold.svg#gothicbold') format('svg');
}

body {
	color: #3e3e3e;
	font-family: 'gothicregular', sans-serif;
	font-size: 14px;
	outline: none !important;
	text-decoration: none !important;
	background: #ffffff;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #ff8400;
}

::selection {
	color: #fff;
	background: #ff8400;
}

a:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-primary:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

a {
	outline: none !important;
	text-decoration: none !important;
	color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

/* Starts General  */


.font-secondory {
    font-family: 'gothicbold' !important;
}


/*----- Line Height -----*/

.lh-14 {
	line-height: 14px !important;
  }
  
  .lh-16 {
	line-height: 16px !important;
  }
  
  .lh-18 {
	line-height: 18px !important;
  }
  
  .lh-20 {
	line-height: 20px !important;
  }
  
  .lh-22 {
	line-height: 22px !important;
  }
  
  .lh-24 {
	line-height: 24px !important;
  }
  
  .lh-26 {
	line-height: 26px !important;
  }
  
  .lh-28 {
	line-height: 28px !important;
  }
  
  .lh-30 {
	line-height: 30px !important;
  }
  
  .lh-32 {
	line-height: 32px !important;
  }
  
  .lh-34 {
	line-height: 34px !important;
  }
  
  .lh-36 {
	line-height: 36px !important;
  }
  
  .lh-38 {
	line-height: 38px !important;
  }
  
  .lh-40 {
	line-height: 40px !important;
  }
  
  /*----- Line Height -----*/
  
  /*----- Margin -----*/
  
  .m-0 {
	margin: 0 !important;
  }
  
  .m-t-0 {
	margin-top: 0 !important;
  }
  
  .m-t-3 {
	margin-top: 3px !important;
  }
  
  .m-t-5 {
	margin-top: 5px !important;
  }
  
  .m-t-7 {
	margin-top: 7px !important;
  }
  
  .m-t-9 {
	margin-top: 9px !important;
  }
  
  .m-t-10 {
	margin-top: 10px !important;
  }
  
  .m-t-15 {
	margin-top: 15px !important;
  }
  
  .m-t-20 {
	margin-top: 20px !important;
  }
  
  .m-t-25 {
	margin-top: 25px !important;
  }
  
  .m-t-30 {
	margin-top: 30px !important;
  }
  
  .m-t-35 {
	margin-top: 35px !important;
  }
  
  .m-t-40 {
	margin-top: 40px !important;
  }
  
  .m-t-45 {
	margin-top: 45px !important;
  }
  
  .m-t-50 {
	margin-top: 50px !important;
  }
  
  .m-t-55 {
	margin-top: 55px !important;
  }
  
  .m-t-60 {
	margin-top: 60px !important;
  }
  
  .m-t-65 {
	margin-top: 65px !important;
  }
  
  .m-t-70 {
	margin-top: 70px !important;
  }
  
  .m-t-75 {
	margin-top: 75px !important;
  }
  
  .m-t-80 {
	margin-top: 80px !important;
  }
  
  .m-t-85 {
	margin-top: 85px !important;
  }
  
  .m-t-90 {
	margin-top: 90px !important;
  }
  
  .m-t-95 {
	margin-top: 95px !important;
  }
  
  .m-t-100 {
	margin-top: 100px !important;
  }
  
  .m-t-110 {
	margin-top: 110px !important;
  }
  
  .m-b-0 {
	margin-bottom: 0 !important;
  }
  
  .m-b-2 {
	margin-bottom: 2px !important;
  }
  
  .m-b-5 {
	margin-bottom: 5px !important;
  }
  
  .m-b-7 {
	margin-bottom: 7px !important;
  }
  
  .m-b-9 {
	margin-bottom: 9px !important;
  }
  
  .m-b-10 {
	margin-bottom: 10px !important;
  }
  
  .m-b-15 {
	margin-bottom: 15px !important;
  }
  
  .m-b-20 {
	margin-bottom: 20px !important;
  }
  
  .m-b-25 {
	margin-bottom: 25px !important;
  }
  
  .m-b-30 {
	margin-bottom: 30px !important;
  }
  
  .m-b-35 {
	margin-bottom: 35px !important;
  }
  
  .m-b-40 {
	margin-bottom: 40px !important;
  }
  
  .m-b-45 {
	margin-bottom: 45px !important;
  }
  
  .m-b-50 {
	margin-bottom: 50px !important;
  }
  
  .m-b-55 {
	margin-bottom: 55px !important;
  }
  
  .m-b-60 {
	margin-bottom: 60px !important;
  }
  
  .m-b-65 {
	margin-bottom: 65px !important;
  }
  
  .m-b-70 {
	margin-bottom: 70px !important;
  }
  
  .m-b-75 {
	margin-bottom: 75px !important;
  }
  
  .m-b-80 {
	margin-bottom: 80px !important;
  }
  
  .m-b-85 {
	margin-bottom: 85px !important;
  }
  
  .m-b-90 {
	margin-bottom: 90px !important;
  }
  
  .m-b-95 {
	margin-bottom: 95px !important;
  }
  
  .m-b-100 {
	margin-bottom: 100px !important;
  }
  
  .m-l-m-10 {
	margin-left: -10px !important;
  }
  
  .m-l-5 {
	margin-left: 5px !important;
  }
  
  .m-l-7 {
	margin-left: 7px !important;
  }
  
  .m-l-9 {
	margin-left: 9px !important;
  }
  
  .m-l-10 {
	margin-left: 10px !important;
  }
  
  .m-l-15 {
	margin-left: 15px !important;
  }
  
  .m-l-20 {
	margin-left: 20px !important;
  }
  
  .m-l-25 {
	margin-left: 25px !important;
  }
  
  .m-l-30 {
	margin-left: 30px !important;
  }
  
  .m-l-35 {
	margin-left: 35px !important;
  }
  
  .m-l-40 {
	margin-left: 40px !important;
  }
  
  .m-l-45 {
	margin-left: 45px !important;
  }
  
  .m-l-50 {
	margin-left: 50px !important;
  }
  
  .m-l-55 {
	margin-left: 55px !important;
  }
  
  .m-l-60 {
	margin-left: 60px !important;
  }
  
  .m-l-65 {
	margin-left: 65px !important;
  }
  
  .m-l-70 {
	margin-left: 70px !important;
  }
  
  .m-l-75 {
	margin-left: 75px !important;
  }
  
  .m-l-80 {
	margin-left: 80px !important;
  }
  
  .m-l-85 {
	margin-left: 85px !important;
  }
  
  .m-l-90 {
	margin-left: 90px !important;
  }
  
  .m-l-95 {
	margin-left: 95px !important;
  }
  
  .m-l-100 {
	margin-left: 100px !important;
  }
  
  .m-r-m-10 {
	margin-right: -10px !important;
  }
  
  .m-r-0 {
	margin-right: 0 !important;
  }
  
  .m-r-3 {
	margin-right: 3px !important;
  }
  
  .m-r-5 {
	margin-right: 5px !important;
  }
  
  .m-r-7 {
	margin-right: 7px !important;
  }
  
  .m-r-9 {
	margin-right: 9px !important;
  }
  
  .m-r-10 {
	margin-right: 10px !important;
  }
  
  .m-r-15 {
	margin-right: 15px !important;
  }
  
  .m-r-20 {
	margin-right: 20px !important;
  }
  
  .m-r-25 {
	margin-right: 25px !important;
  }
  
  .m-r-30 {
	margin-right: 30px !important;
  }
  
  .m-r-35 {
	margin-right: 35px !important;
  }
  
  .m-r-40 {
	margin-right: 40px !important;
  }
  
  .m-r-45 {
	margin-right: 45px !important;
  }
  
  .m-r-50 {
	margin-right: 50px !important;
  }
  
  
  .m-r-55 {
	margin-right: 55px !important;
  }
  
  .m-r-60 {
	margin-right: 60px !important;
  }
  
  .m-r-65 {
	margin-right: 65px !important;
  }
  
  .m-r-70 {
	margin-right: 70px !important;
  }
  
  .m-r-75 {
	margin-right: 75px !important;
  }
  
  .m-r-80 {
	margin-right: 80px !important;
  }
  
  .m-r-85 {
	margin-right: 85px !important;
  }
  
  .m-r-90 {
	margin-right: 90px !important;
  }
  
  .m-r-95 {
	margin-right: 95px !important;
  }
  
  .m-r-100 {
	margin-right: 100px !important;
  }
  
  .margin-auto {
	margin: 0 auto;
	display: table;
  }
  
  /*-----... Margin -----*/
  
  /*----- Padding -----*/
  
  .p-0 {
	padding: 0 !important;
  }
  
  .p-10 {
	padding: 10px !important;
  }
  
  .p-l-0 {
	padding-left: 0 !important;
  }
  
  .p-r-0 {
	padding-right: 0 !important;
  }
  
  .p-t-0 {
	padding-top: 0 !important;
  }
  
  .p-b-0 {
	padding-bottom: 0 !important;
  }
  
  .p-t-2 {
	padding-top: 2px !important;
  }
  
  .p-t-5 {
	padding-top: 5px !important;
  }
  
  .p-t-8 {
	padding-top: 8px !important;
  }
  
  .p-t-10 {
	padding-top: 10px !important;
  }
  
  .p-t-15 {
	padding-top: 15px !important;
  }
  
  .p-t-20 {
	padding-top: 20px !important;
  }
  
  .p-t-25 {
	padding-top: 25px !important;
  }
  
  .p-t-30 {
	padding-top: 30px !important;
  }
  
  .p-t-35 {
	padding-top: 35px !important;
  }
  
  .p-t-40 {
	padding-top: 40px !important;
  }
  
  .p-t-45 {
	padding-top: 45px !important;
  }
  
  .p-t-50 {
	padding-top: 50px !important;
  }
  
  .p-t-55 {
	padding-top: 55px !important;
  }
  
  .p-t-60 {
	padding-top: 60px !important;
  }
  
  .p-t-65 {
	padding-top: 65px !important;
  }
  
  .p-t-70 {
	padding-top: 70px !important;
  }
  
  .p-t-75 {
	padding-top: 75px !important;
  }
  
  .p-t-80 {
	padding-top: 80px !important;
  }
  
  .p-t-85 {
	padding-top: 85px !important;
  }
  
  .p-t-90 {
	padding-top: 90px !important;
  }
  
  .p-t-95 {
	padding-top: 95px !important;
  }
  
  .p-t-100 {
	padding-top: 100px !important;
  }
  
  .p-t-110 {
	padding-top: 110px !important;
  }
  
  .p-t-120 {
	padding-top: 120px !important;
  }
  
  .p-t-130 {
	padding-top: 130px !important;
  }
  
  .p-t-140 {
	padding-top: 140px !important;
  }
  
  .p-t-150 {
	padding-top: 150px !important;
  }
  
  .p-t-160 {
	padding-top: 160px !important;
  }
  
  .p-t-170 {
	padding-top: 170px !important;
  }
  
  .p-t-180 {
	padding-top: 180px !important;
  }
  
  .p-t-190 {
	padding-top: 190px !important;
  }
  
  .p-t-200 {
	padding-top: 200px !important;
  }
  
  .p-t-210 {
	padding-top: 210px !important;
  }
  
  .p-t-220 {
	padding-top: 220px !important;
  }
  
  .p-b-2 {
	padding-bottom: 2px !important;
  }
  
  .p-b-5 {
	padding-bottom: 5px !important;
  }
  
  .p-b-8 {
	padding-bottom: 8px !important;
  }
  
  .p-b-10 {
	padding-bottom: 10px !important;
  }
  
  .p-b-15 {
	padding-bottom: 15px !important;
  }
  
  .p-b-20 {
	padding-bottom: 20px !important;
  }
  
  .p-b-25 {
	padding-bottom: 25px !important;
  }
  
  .p-b-30 {
	padding-bottom: 30px !important;
  }
  
  .p-b-35 {
	padding-bottom: 35px !important;
  }
  
  .p-b-40 {
	padding-bottom: 40px !important;
  }
  
  .p-b-45 {
	padding-bottom: 45px !important;
  }
  
  .p-b-50 {
	padding-bottom: 50px !important;
  }
  
  .p-b-55 {
	padding-bottom: 55px !important;
  }
  
  .p-b-60 {
	padding-bottom: 60px !important;
  }
  
  .p-b-65 {
	padding-bottom: 65px !important;
  }
  
  .p-b-70 {
	padding-bottom: 70px !important;
  }
  
  .p-b-75 {
	padding-bottom: 75px !important;
  }
  
  .p-b-77 {
	padding-bottom: 77px !important;
  }
  
  .p-b-80 {
	padding-bottom: 80px !important;
  }
  
  .p-b-85 {
	padding-bottom: 85px !important;
  }
  
  .p-b-90 {
	padding-bottom: 90px !important;
  }
  
  .p-b-95 {
	padding-bottom: 95px !important;
  }
  
  .p-b-100 {
	padding-bottom: 100px !important;
  }
  
  .p-l-5 {
	padding-left: 5px !important;
  }
  
  .p-l-8 {
	padding-left: 8px !important;
  }
  
  .p-l-10 {
	padding-left: 10px !important;
  }
  
  .p-l-15 {
	padding-left: 15px !important;
  }
  
  .p-l-20 {
	padding-left: 20px !important;
  }
  
  .p-l-25 {
	padding-left: 25px !important;
  }
  
  .p-l-30 {
	padding-left: 30px !important;
  }
  
  .p-l-35 {
	padding-left: 35px !important;
  }
  
  .p-l-40 {
	padding-left: 40px !important;
  }
  
  .p-l-45 {
	padding-left: 45px !important;
  }
  
  .p-l-50 {
	padding-left: 50px !important;
  }
  
  .p-l-55 {
	padding-left: 55px !important;
  }
  
  .p-l-60 {
	padding-left: 60px !important;
  }
  
  .p-l-65 {
	padding-left: 65px !important;
  }
  
  .p-l-70 {
	padding-left: 70px !important;
  }
  
  .p-l-75 {
	padding-left: 75px !important;
  }
  
  .p-l-80 {
	padding-left: 80px !important;
  }
  
  .p-l-85 {
	padding-left: 85px !important;
  }
  
  .p-l-90 {
	padding-left: 90px !important;
  }
  
  .p-l-95 {
	padding-left: 95px !important;
  }
  
  .p-l-100 {
	padding-left: 100px !important;
  }
  
  .p-r-5 {
	padding-right: 5px !important;
  }
  
  .p-r-8 {
	padding-right: 8px !important;
  }
  
  .p-r-10 {
	padding-right: 10px !important;
  }
  
  .p-r-15 {
	padding-right: 15px !important;
  }
  
  .p-r-20 {
	padding-right: 20px !important;
  }
  
  .p-r-25 {
	padding-right: 25px !important;
  }
  
  .p-r-30 {
	padding-right: 30px !important;
  }
  
  .p-r-35 {
	padding-right: 35px !important;
  }
  
  .p-r-40 {
	padding-right: 40px !important;
  }
  
  .p-r-45 {
	padding-right: 45px !important;
  }
  
  .p-r-50 {
	padding-right: 50px !important;
  }
  
  .p-r-55 {
	padding-right: 55px !important;
  }
  
  .p-r-60 {
	padding-right: 60px !important;
  }
  
  .p-r-65 {
	padding-right: 65px !important;
  }
  
  .p-r-70 {
	padding-right: 70px !important;
  }
  
  .p-r-75 {
	padding-right: 75px !important;
  }
  
  .p-r-80 {
	padding-right: 80px !important;
  }
  
  .p-r-85 {
	padding-right: 85px !important;
  }
  
  .p-r-90 {
	padding-right: 90px !important;
  }
  
  .p-r-95 {
	padding-right: 95px !important;
  }
  
  .p-r-100 {
	padding-right: 100px !important;
  }
  
  /*-----... Padding -----*/
  
  /*----- Fonts -----*/
  
  .font-normal {
	font-weight: normal !important;
  }
  
  
  .font-weight-bold {
	font-weight: bold !important;
  
  }
  
  .font-weight-light {
	font-weight: 300 !important;
  }
  
  .font-5 {
	font-size: 5px !important;
  }
  
  .font-6 {
	font-size: 6px !important;
  }
  
  .font-7 {
	font-size: 7px !important;
  }
  
  .font-8 {
	font-size: 8px !important;
  }
  
  .font-9 {
	font-size: 9px !important;
  }
  
  .font-10 {
	font-size: 10px !important;
  }
  
  .font-11 {
	font-size: 11px !important;
  }
  
  .fonto-12 {
	font-size: 12px !important;
  }
  
  .font-13 {
	font-size: 13px !important;
  }
  
  .font-12 {
	font-size: 12px !important;
  }
  
  .font-14 {
	font-size: 14px !important;
  }
  
  .font-16 {
	font-size: 16px !important;
  }
  
  .font-18 {
	font-size: 18px !important;
  }
  
  .font-20 {
	font-size: 20px !important;
  }
  
  .font-22 {
	font-size: 22px !important;
  }
  
  .font-24 {
	font-size: 24px !important;
  }
  
  .font-26 {
	font-size: 26px !important;
  }
  
  .font-26 {
	font-size: 26px !important;
  }
  
  .font-28 {
	font-size: 28px !important;
  }
  
  .font-30 {
	font-size: 30px !important;
  }
  
  .font-32 {
	font-size: 32px !important;
  }
  
  .font-34 {
	font-size: 34px !important;
  }
  
  .font-36 {
	font-size: 36px !important;
  }
  
  .font-38 {
	font-size: 38px !important;
  }
  
  .font-40 {
	font-size: 40px !important;
  }
  
  /*-----... Fonts -----*/
  .list-type-none {
	  list-style-type: none !important;
  }

.payment-top {
	/* background: #f2f3f5; */
}


.common-box-shadow {
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	-o-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	-ms-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  }

  .ov-hidden {
	  overflow: hidden !important;
  }

  .common-action-btn {
	background: #ff8400 !important;
	border-color: #ff8400 !important;
	color: #fff !important;
	font-weight: 700;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	height: 40px;
	padding: 0 30px;
	overflow: hidden;
	text-transform: capitalize;
}

.common-action-secondary-btn {
	background: #6f6f6f !important;
	border-color: #6f6f6f !important;
	color: #fff !important;
	font-weight: 700;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	height: 40px;
	padding: 0 30px;
	overflow: hidden;
	text-transform: capitalize;
  }

  .border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
  }

.lk-subscriptions {
    /* background: #eaf5fb; */
}

.lk-subscriptions .logo {
	margin: 0 auto;
	display: table;
}

.lk-subscriptions .logo img {
	margin-top: 30px;
	width: 300px;
}

.lk-subscriptions  .subscriptions-header img {
        height: 70px;
        width: 70px;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }


	.lk-subscriptions .subscriptions-wrapper {
        height: 100%;
        display: flex;
        flex-flow: column;
	}

	.lk-subscriptions .subscriptions-wrapper .subscriptions-header {
		background: #333;
		width: 100%;
		padding: 20px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		}

		.lk-subscriptions .subscriptions-wrapper .subscriptions-header h3 {
			color: #fff;
		}


		
.advgul li {
	padding: 15px 0 15px 0px;
    position: relative;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.advgul li:first-child {
    padding-top: 0;
}

.advgul li:last-child {
	border-bottom: 0;
}

.advgul li .list-icon {
	background: #f4f6fd;
	box-shadow: 0px 2px 5px 0px rgba(204, 208, 213, 0.3);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(204, 208, 213, 0.3);
	-ms-box-shadow: 0px 2px 5px 0px rgba(204, 208, 213, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(204, 208, 213, 0.3);
	-o-box-shadow: 0px 2px 5px 0px rgba(204, 208, 213, 0.3);
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	float: left;
}

.advgul li .list-icon  img {
	width: 16px;
	height: 16px;
	display: table;
	margin: 0 auto;
}


.advgul li  .list-text {
	width: calc(100% - 30px);
	float: left;
}

.welcome-text h4 {
	position: relative;
}

.welcome-text h4:before {
    position: absolute;
    content: "";
    bottom: -15px;
    width: 40px;
    background: #333;
    z-index: 10;
    height: 2px;
    margin: 0 auto;
    top: auto;
    display: table;
    left: 0;
    right: 0;
}


@media screen and (max-width: 991px) {
	.registered-lawyer-block .col-md-4.offset-4 {
		-ms-flex: 100%;
		flex: 100%;
		margin: 0 10px;
		max-width: 100%;
	}
}


@media screen and (max-width: 480px) {
	.common-action-btn {
		width: 100%;
	}

	.lk-subscriptions .logo img {
		width: 240px;
	}
}