/*================================= comoon css =================================*/

body {
	font-family: 'Poppins', sans-serif !important;
	background-color: #fff;
	touch-action: manipulation;
}
body,
a,
p,
button {
	font-family: 'Poppins', sans-serif !important;
}
/*================================= 3  Inputs ( #input ) =================================*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #343434;
	font-style: normal;
}
:-moz-placeholder {
	color: #343434;
	font-style: normal;
}
::-moz-placeholder {
	color: #343434;
	font-style: normal;
}
:-ms-input-placeholder {
	color: #343434;
	font-style: normal;
}
button::-moz-focus-inner {
	border: 0
}
:focus {
	outline: none;
}
::-moz-focus-inner {
    border: 0;
}
.text-light, .tab-icon i:before, .table-icon i:before{
    color:#767676 !important;
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=submit] {
	padding: 12px 20px;
	background: red;
	font-weight: normal;
	color: #fff;
	display: block;
	margin: 0 auto
}
input[type=submit],
input[type=button] {
	cursor: pointer;
	border: 0
}
input:focus {
	outline: none;
}
textarea {
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
	height: 70px !important;
	font-style:normal !important;
	resize: none;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
	background: #fff;
	font-size: 15px;
	border: 0;
	/* border-bottom: 1px solid #e1e1e1; */
	/* border-radius: 0; */
	width: 100%;
	box-shadow: none;
	-webkit-appearance: none;
	color: #868686;
	padding-left:10px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: transparent
}
form label {
	/* color: #006db7; */
	font-size: 16px;
	display: block;
	/* font-weight: 900; */
	margin-bottom: 10px;
	/* text-transform: uppercase */
}
input:required {
	box-shadow: none
}
.user-select-none {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}
.error{
	font-size: 13px;
}
button:focus {
	outline: none;
}
a,
a:hover, button, button:hover {
	transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;
}
input.form-control::-webkit-contacts-auto-fill-button,
input.form-control::-webkit-credentials-auto-fill-button {
	visibility: hidden !important;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
  }
/*================================= 4 Global Styles (#glob) =================================*/

h1,
h2,
h3,
h5,
h4,
h6,
p,
a,
label {
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 0.8px;
}
p,
span {
	font-weight: 400;
	color: #000000;
    font-size: 15px;
    line-height: 30px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
}
h4{
	font-size:28px;
}
h5{
	font-size:25px;
}
h6, .text-btn, .text-btn i:before{
	font-size:18px;
}
button {
    cursor: pointer;
}
.text-medium{
	font-size:15px !important;
}
.font-small, .control-btn i:before, .normal-content-icon i:before{
	font-size:14px !important;
}
.text-marun{
    color:#4c1d95;
}
.bg-marun{
    background-color:#4c1d95;
}
.bg-black{
    background-color:#000;
}
.border-marun{
    border-color:#4c1d95;
}
.text-black{
    color:#000;
}
/*================================= comoon css end =================================*/

/*================================= custom css start =================================*/
.after-none:before{
    display: none;
}
.justify-flex-end{
	justify-content: flex-end;
}
.white-space-pre{
	white-space: pre-line;
}
.text-marun{
	color: #4c1d95 !important	;
}
.text-light, .prev-btn i:before {
	color: #767676;
}
.text-light-black {
	color: #010101;
}
.bg-yellow {
	background-color: #f7b715;
}
.bg-light-yellow{
	background-color:#fdf1d0;
}
.bg-dark-grey{
	background-color:#cacaca;
}
.bg-btn-grey {
    border: 1px solid #e1e1e1 !important;
}
.detail-btn {
    border-color: #e1e1e1 !important;
}
.box-shadow{
	-webkit-box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
    -moz-box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
    box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
}
.bg-light-white {
	background-color: #f7f7f7;
}
.bg-dark-white {
	background-color: #f2f2f2;
}
.bg-grey {
	background-color: #cccccc;
}
.font-light {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.border-normal-radius {
	border-radius: 50px !important;
}
.radius-normal{
	border-radius: 5px;
}
.border-full {
	border-radius: 50% !important;
}
.section-spacer {
	padding: 60px 0px;
}
.after-none:after, .property-header li:last-child a:after, .navbar-inverse li a:after {
	display: none ;
}
.icon-margin-none:before, .notification-drop i:before, .navbar-inverse :before{
    margin-left:0px !important;
}
.icon-font-normal:before{
	font-size: 15px !important;
}
.btn-login {
    padding: 8px 25px;
	font-size: 15px;
	border: 2px solid #4c1d95 !important;
}
.btn-login:hover {
    background-color: #4c1d95 !important;
	color:#fff !important;
	border: 2px solid #4c1d95 !important;
}
.btn-custom-forms {
    padding: 10px 50px;
	border-radius: 50px !important;
	width: 140px;
}
button.navbar-toggler i:before {
	margin-left: 0px !important;
	font-size: 18px !important;
}
button.navbar-toggler i.flaticon-close-1:before{font-size: 15px !important;}
button.navbar-toggler i {
	background: #4c1d95;
	color: #fff;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute;
    right: 15px;
    top: 21px; */
}
button.navbar-toggler i.flaticon-close-2:before {
	font-size: 12px !important;
}
.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
	-webkit-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
	-moz-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    background-color:#fff;
}

/*================================= second-header css start =================================*/
.btn-marun {
    padding: 8px 45px;
    display: inline-block;
    font-size: 15px;
    border:2px solid #4c1d95;
}
.btn-marun:hover{
    background-color:transparent;
    color:#4c1d95 !important;
}
.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before, .before-white:before{
	color:#fff !important;
}
.navbar-brand img {
    width: 60%;
}
.navbar-light-custom .navbar-nav-link:focus, .navbar-light-custom .navbar-nav-link:hover {
    color: #4c1d95;
    background-color: transparent;
}
.banner-content {
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
	background-color: #faf6ff;
	padding: 1rem !important;
	border-radius: 0.7rem;
	border: 1px solid #4c1d95;
}
.top-banner .row .col-lg-6:last-child {
    position: static !important;
}
.banner-img-content {
    background-image: url(../images/Banner_img.png);
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0px;
    background-position: right top;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left -40px;
}
.footer-menu li:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.footer-menu li {
    list-style: none;
    position: relative;
}
/* .sign-up-band .banner-img-content{
	background-image: url(../images/Sign_in.png)
} */


/*=================================== CUSTOM_ CSS STSRT ===================================*/

nav .navbar-toggler.collapsed i:before{
    content: "\f105";
     font-family: Flaticon;
     font-style: normal;
     font-size: 18px !important;
}
 nav .navbar-toggler i:before{
    content: "\f106";
     font-family: Flaticon;
     font-style: normal;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 16px !important;
}
 .form-control:not(.border-1):not(.border-2):not(.border-3):focus{
    border-color: #000;
}
 textarea.form-control:focus{
    border-color: #000 !important;
}
 .password-icon{
    position: absolute;
     right: 5px;
     top: 25%;
     transition: all 0.2s linear;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     color: #4c1d95;
     font-size: 15px;
     z-index: 200;
     cursor: pointer;
     display: block;
}
 .password-icon:hover{
    color: #4c1d95;
}
 .bg-img-block{
    height: 100vh;
     display: flex;
     align-items: center;
     max-height: 800px;
}
 .feature-content .nav-tabs{
    border-bottom: none;
}
 .feature-content .nav-link{
    padding: 10px 15px;
     font-size: 18px;
     border: transparent;
	 border-bottom: 4px solid #feeeee;
	 border-radius: 4px;
     transition: all 0.2s linear;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
}
 .feature-content .nav-link:hover{
    border-bottom-color: #4c1d95
}
 .feature-content .nav-link.active{
    border-bottom-color: #4c1d95
}
 .feature-content .tab-content p::before{
    margin: 0;
     color: #4c1d95;
     font-size: 12px;
}
 .get-started-section{
    background-color:#c2aecf4d;
}
 .get-started-content{
    margin: 0 auto;
     width: auto;
}
 .feature-content ul.nav-tabs{
    overflow: auto;
     white-space: nowrap !important;
     overflow-y: hidden;
}
 .sign-up-band .bg-img-block, 
 .contact-us-band .bg-img-block{
    height: fit-content;
}
 .sign-up-band.login-band .bg-img-block, 
 .contact-us-band.login-band .bg-img-block{
    height: 100vh;
}
 .sign-up-band .banner-img-content {
    background-image: url(../images/Sign_in.png);
    background-position: right top !important;
}
 .contact-us-band .banner-img-content {
    background-image: url(../images/Contact_us.png);
    background-position: right top !important;
}
.contact-us-band .btn-marun {
	padding: 10px 50px !important;
}
 .form-group{
    position: relative !important;
}
 input:placeholder-shown + .form-control-placeholder, 
 textarea:placeholder-shown + .form-control-placeholder {
    top: 10px;
     color: #868686;
	 font-size: 14px;
	 font-weight: 400;
	 margin-bottom: 0;
	 
}
  input + .form-control-placeholder, 
 .form-control:focus + .form-control-placeholder, 
 textarea + .form-control-placeholder, 
 textarea.form-control:focus + .form-control-placeholder {
    /* position: absolute;
     transition: all 0.2s linear;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     top:-12px;
     font-size: 14px;
     margin-left: 0; */
     color: #000;
}

/* textarea + .form-control-placeholder, 
textarea.form-control:focus + .form-control-placeholder {
	top: -22px;	 
 }  */
 .sign-up-band .form-control, 
 .contact-us-band .form-control{
    /* background-color: transparent; */
	background-color: white;
}
 .table-dropdown .select2-container {
    width: 100% !important;
}
 .select2-selection{
    border: none;
     /* border-bottom: 1px solid; */
     background-color: transparent;
     border-radius: 0;
}
 .select2-selection--single .select2-selection__arrow:after{
    color: #4c1d95 !important;
}
 .select2-selection__rendered{
    padding: 0 !important;
     color: #868686;
     font-weight: 400;
}
 .select2-results__option[aria-selected=true], 
 .select2-results__option.select2-results__option--highlighted {
    border-left: 2px solid #4c1d95;
     background-color: #4c1d95;
     color: #feeeee;
}
 .select2-results__option:hover{
    border-left: 2px solid #4c1d95;
     background-color: #feeeee;
     color: #000;
}
 .select2-results__option{
    border-left: 2px solid transparent;
     color: #000;
}
 .select2-container--open .select2-selection--single, 
 .select2-selection--single:focus, 
 .select2-selection--single:hover {
    box-shadow: none;
}
 .table-dropdown .select2-selection--single .select2-selection__arrow:after{
    right:0;
}
 .select2-selection--single .select2-selection__placeholder {
    color: #868686;
     font-weight: 400;
}
 .login-form{
    width: 100% !important;
}
 .modal .close_btn {
    position: absolute;
     top: -2%;
     right: -2%;
     background: #4c1d95;
     padding: 5px;
     border-radius: 50%;
     height: 25px;
     width: 25px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .modal .close, .modal .close:focus, 
 .modal .close:hover{
    opacity: 1;
    ;
}
 .modal .close_btn i:before{
    color: #fff !important;
	 font-size: 10px;
	 font-weight: 900;
}
 .modal .close_btn i{
    top: -5px;
}
 .forgot-password-model .forgot-modal-img img{
    max-height: 200px;
}
.forgot-password-model .btn-marun {
	padding: 6px 40px;
}
 .contact-us-band textarea.form-control{
    height: 125px !important;
}
 .buy-btn{
    width: 100%;
     position: absolute;
     bottom: 10%;
}
 .plan-container i:before{
    margin: 0;
}
 .plan-content{
    position: relative;
     overflow: hidden;
     z-index: 2;
}
 .plan-content::after{
    content:'';
     opacity: 0;
     position: absolute;
     bottom: 0;
     top: auto;
     height: 7px;
     width: 100%;
     background-color: #4c1d95;
     z-index: 1;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
}
 .plan-content:hover::after{
    opacity: 1;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
}
.plan-content .btn-login{ 
	padding: 10px 50px;
}
.plan-details p::before{
	margin: 0;
}
.plan-details p{
	line-height: 22px;
}
.feature-content .tab-pane p{
	font-weight: 400; max-width: 525px;
}
.feature-content .nav-tabs .nav-link{
	color: #000;
}

/* custom scroll design */
.feature-content ul.nav.nav-tabs::-webkit-scrollbar,
textarea.form-control::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.feature-content ul.nav.nav-tabs::-webkit-scrollbar-track,
textarea.form-control::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #e1e1e1;
    border-radius: 10px;
}
.feature-content ul.nav.nav-tabs::-webkit-scrollbar-thumb,
textarea.form-control::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e1e1e1;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.subscription_form .buy_now.active{
	background: #4c1d95 !important;
    color: #fff !important;
}
.choose-plan-btn-section p{
	color: #4CAF50 !important;
}
/*=================================== CUSTOM_ CSS END ===================================*/

/*=================================== media query css ===================================*/

@media only screen and (min-width: 300px) and (max-width: 575px) {
	.navbar-collapse.collapse.show{height: 100vh; max-height: 100%; overflow: hidden;}
	p, span, a,
	a:hover, button, button:hover{
		font-size: 13px;
	}
	h1 {
		font-size: 22px;
		line-height: 28px;
    }
    h2 {
        font-size: 22px;
	}
	h4{
		font-size:20px;
	}
    .section-spacer {
        padding: 30px 0px;
    }
    button.navbar-toggler.collapsed.jb_front_nav_close{
		right: 8px;
		top: -1px;
    }
	.btn-login, .btn-yellow{
		font-size: 13px;
	}
	/* menu-css */
	
	.navbar-brand {
		padding: 10px 0px;
	}
	.navbar-light-custom .navbar-nav-link, .mobile-text {
		font-size: 15px;
	}
	.navbar-light-custom .navbar-nav-link {
		margin: 0 2px;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		overflow: hidden;
		right: 0px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
	}
	.property-header li a:after, .after-content:before {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
    }
    .home-slider .owl-prev, .owl-next{
        left: 0;
    }
    .home-slider .owl-next{
        right: 0;
    }
    .home-slider i:before {
        margin-left: 0px !important;
    }
	.signup-form{margin: 0 auto;}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close{
		left: 8px;
	}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	/* .dashboard-content h2 {
		font-size: 25px;
	} */
	.icon-detail {
		width: 50px;
		height: 50px;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 300px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	.trial-form .bg-yellow, .upgrade-btn{
		padding: 9px 0;
	}
	.icon-image img{
		width: 100px;
		height: 100px;
	}
	ul.fileList li{
		margin-top:15px;
	}
	ul.fileList.pl-1.m-0 li strong, .tab-search{
		width: 100%;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.pagination a.active {
		height: 20px;
		width: 20px;
	}
	.pagination a {
		font-size: 12px;
	}
	.banner-img-content{width: 120%;}
	.banner-content{background: rgba(255,255,255,0.9);}
	.feature-content .nav-link{font-size: 15px;}
	input:placeholder-shown + .form-control-placeholder{font-size: 14px;}
	input + .form-control-placeholder, .form-control:focus + .form-control-placeholder {font-size: 12px;}
	.buy-btn{bottom: 5%;}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.navbar-collapse.collapse.show{height: 100vh; max-height: 100%; overflow: hidden;}
	h1 {
		font-size: 22px;
	}
	h2 {
        font-size: 22px;
    }
    .section-spacer {
        padding: 30px 0px;
    }
	/* menu-css */
	button.navbar-toggler.collapsed.jb_front_nav_close{
		right: 18px;
		top: -1px;
    }
	.navbar-brand {
		padding: 10px 0px;
	}
	.navbar-light-custom .navbar-nav-link {
		font-size: 15px;
	}
	.navbar-light-custom .navbar-nav-link {
		margin: 0 2px;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		overflow: hidden;
		right: 0px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
	}
	.property-header li a:after {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
    }
	.signup-form{margin: 0 auto;}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close{
		left: 8px;
	}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 380px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	ul.fileList li{
		margin-top:15px;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.banner-content{background: rgba(255,255,255,0.9);}
	.banner-img-content{width: 90%;}
	.feature-content .nav-link{font-size: 16px;}
	input:placeholder-shown + .form-control-placeholder{font-size: 14px;}
	input + .form-control-placeholder, .form-control:focus + .form-control-placeholder {font-size: 12px;}
	.buy-btn{bottom: 5%;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse.show{height: 100vh; max-height: 100%; overflow: hidden;}
    h2 {
        font-size: 18px;
	}
	.top-banner .row {
		align-items: center;
	}
	.property-header li a:after {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
	}
	.navbar-nav-link.btn-login {
		margin: 1.25rem !important;
	}
	button.navbar-toggler.collapsed.jb_front_nav_close {
		right: 24px;
		top: 11px;
	}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close {
		left: 24px;
	}
	.navbar-light-custom .navbar-nav-link {
		margin: 0 2px;
    }
	.signup-form{margin: 0 auto;}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 380px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	.custom-check-m {
		margin-right: 30px;
	}
	ul.fileList li {
		margin-top: 15px;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.tab-search {
		width: 280px;
	}
	.banner-content{background: rgba(255,255,255,0.9);}
	.banner-img-content{width: 90%;}
	.buy-btn{bottom: 2%;}
	.plan-container i:before{font-size: 16px;}
	.plan-container p:before{font-size: 18px;}
	.plan-container .section-title h2{font-size: 22px;}
	

}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.property-header li a:after {
		display: none;
	}
	.banner-img-content{
		width: 70%;
	}
	.file-upload {
		display: block !important;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.table-icon i:before{
		margin: 0px !important;
	}
	.tab-search {
		width: 280px;
	}
	.sign-up-band .banner-content, .contact-us-band .banner-content{background: rgba(255,255,255,0.9); padding: 10px !important;}
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	.banner-img-content{
		width: 60%;
	}
	.sign-up-band .banner-img-content, .contact-us-band .banner-img-content{width: 45%;}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 56px;
	}
	.table-icon i:before {
		margin: 0px !important;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1440px !important;
	}
	.sign-up-band .banner-img-content, .contact-us-band .banner-img-content{width: 45%;}
}




.radio-label {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 18px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .radio-content {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #d4d4d4;
    border-radius: 50%;
  }
  .radio-label:hover input ~ .radio-content {
    background-color: #fff;
  }
  .radio-label input:checked ~ .radio-content {
    background-color: #fff;
    border-color:#4c1d95;
  }
  .radio-content:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4c1d95;
  }
  .radio-label input:checked ~ .radio-content:after {
    display: block;
  }
  .plan-container .table td, .table th{
    padding: 17px 15px;
}
.plan-container .table.subscription-detail-table tbody{

	-webkit-box-shadow: 12px 0 15px -4px #e1e1e1, -12px 0 8px -4px #e1e1e1;
    -moz-box-shadow: 12px 0 15px -4px #e1e1e1, -12px 0 8px -4px #e1e1e1;
    box-shadow: 12px 0 15px -4px #e1e1e1, -12px 0 8px -4px #e1e1e1;
}
  