body {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
html {
	height: 100%;
}
body {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.main_wrapper {
	flex: 1 0 auto;
	background: #dfdfdf;
}
.pb-40 {
	padding-bottom: 30px;
}
.mt-100 {
	margin-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {     
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
a, a:hover {
    text-decoration: none !important;
    outline: none !important;
}
a {
     color: #6dbd63;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
}
a:hover {
     color: #48953f;
}
.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
}
.form-control {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     height: 40px;
     border-color: #d9d9d9;
}
.form-control:focus {
     border-color: #6dbd63;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
.clr-green
{
     background:#e0f0e04d;
}
blockquote {
     font-size: 14px;
}
input,
textarea,
select {
     appearance: none;
     -webkit-appearance: none;
}

::-webkit-input-placeholder {
     color: #ccc;
}

:-moz-placeholder {
     color: #ccc;
}

::-moz-placeholder {
     color: #ccc;
}

:-ms-input-placeholder {
     color: #ccc;
}
.title.text-center, .section-title, .area-title {
     font-size: 28px;
     margin-bottom: 15px;
     text-transform: capitalize;
     text-align: center;
     margin-bottom: 0;
}
.wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.wrapper-2 {
    padding: 30px;
    text-align: center;
}
.wrapper-2 p {
    margin: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
.go-home , 
.go-home:hover {
    color: #fff;
    background: #6dbd63;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.main_wrapper {
	height: auto;
	overflow: hidden;
}
.padding-top {
	padding-top: 50px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.card-container.card {
	max-width: 350px;

}
.required label::after, .field-quote-verifycode label::after, .field-information-verifycode label::after {
    content: "*";
    color: red;
    margin-left: 3px;
}
/************Header start--------------*/
header .navbar-nav li a
{
	color: #000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
header .btn-success
{
	padding:4px 15px;
}


/************Header end--------------*/
/************ footer start***********/
footer {
	background: #202736;
	padding:50px 0px;
}
footer .footer-heading h4
{
	font-size: 20px;
}
.footer-content ul li a
{
	color: #fff;
	font-size: 15px;
}
.footer_social li a i
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border:1px solid #fff;
	text-align: center;
	border-radius: 50px
}
footer p
{
	font-size: 15px;
}
.footer-bottom
{
	border-top: 1px solid #ffffff2b;
	background: #202736;
	padding: 15px 0px
}
/************ footer end***********/
/************promo section start--------------*/
.promo-section {
    background: url(../img/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-color: #00000073;
    padding: 50px 0px;
}
.promo-section ul li
{
     margin-bottom: 10px;
     color: #fff
}
.promo-section ul li i
{
     margin-right: 5px;
}
/************promo section end--------------*/

/********** features section ==============*/
a.outer-main {
    display: block;
    background: #fff;
    padding: 20px;
}
.outer-main p
{
     word-break: break-all;
     color: #212529
}
.outer-main h3
{
     font-size: 20px;
}
/********** features section end============*/
/********** why choose section start============*/
.center-content {
    padding: 20px;
    border: 1px solid #f1f1f1;
}
.icon_div {
    border: 2px solid #fff;
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.icon_div img {
    width: 50px;
}
/********** why choose section end============*/
/*--------<!--Testimonials section start-->====*/
.testimonials .item.last {
     margin-bottom: 0;
}
 .testimonials .item .quote-box {
     background: #fff;
     padding: 50px;
     padding-bottom: 15px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     border-radius: 4px;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     position: relative;
     margin-bottom: 30px;
     min-height: 160px;
}

 .testimonials .item .quote-box .fa {
     color: #9fd499;
     font-size: 18px;
     position: absolute;
     left: 30px;
     top: 30px;
}

 .testimonials .item .quote-box:after {
     content: "";
     display: block;
     width: 0;
     height: 0;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-top: 20px solid #f5f5f5;
     position: absolute;
     bottom: -20px;
     margin-left: -20px;
     left: 50%;
}

 .testimonials .item .quote {
     border: none;
     padding: 0;
     font-size: 14px;
     color: #060606;
     margin-bottom: 15px;
}

/*--------<!--Testimonials section end-->====*/
/************ blog start***************/

.blog-section .blog-img img  {
	width:100%;
	    height: 270px;
    object-fit: cover;
}
.blog-section.bg .single-blog
{
	background:#ffffff;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}
.article.blog-post:last-child {
	padding-bottom:0 !important;
}
.mb-45
{
	margin-bottom: 45px !important;
}

/************ blog end***************/

/************privacy***********/

.content-section {
	margin: 30px 0;
	background: #fff;
	padding: 16px;
}
.content-section h1 {
	font-size: 26px;
	margin-top: 0;
	padding-bottom: 11px;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 500;
}
h4.divider {
	font-size: 20px;
	text-transform: uppercase;
}
.page-head h1 {
	font-size: 22px;
	padding: 15px 8px;
}
.page-head {
	background: #fff;
}
/*----------- contact --------------*/
.contact-group .card
{
	padding:20px;

}
.contact-group .card .icon 
{
	max-width: 40px;
}
.contact-group .card .icon span {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #28a745;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #28a745;
}
.contact-form .button {
    background: #28a745;
    color: #fff;
    outline: none;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #28a745;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
#contact_form_id .iti{
	width:100%;
}
/*----------- custom --------------*/
.card
{
	margin-bottom: 20px;
}
.card-header
{
	    background-color: rgb(32, 39, 54);
	    color: #ffffff
}
.list-view.comment-list .menu-icon a,
.content-list .list-wrapper.list-unstyled li a
{
	color: #000;
}
.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-padding {
	padding: 30px 0;
	background: #eee;
}

.login-box {
	margin: 15% 50px;
	padding: 40px;
	position: relative;
	z-index: 2;
}



.signup-bg .content-bottom {
	margin-bottom: 20px !important;
}
.content-bottom h4 i {
	color: #51A746;
	font-size: 24px;
	vertical-align: middle;
}
.content-bottom h4 
	{
	font-size: 26px;
	 color:#000;
	}
.signup-bg {
	padding: 23px;
}
.content-bottom h4 span {
    font-size: 16px;
 	 margin-right: 5px;
    width: 30px;
    height: 30px;
    background: #5fb255;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
p.style {
    margin-left: 45px;
}
.mb-20 {
	margin-bottom: 20px;
}
.candidate-section .input-group.file-caption-main
{
	width: 90%;
}
.single-blog h3 {
    line-height: 1;
}
.single-blog p {
   font-size:15px;
}
.single-blog h3 a {
    font-size: 18px;
    letter-spacing: 0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
}
a.read-more {
    border: 2px solid #6dbd63;
    padding: 7px 14px;
    color: #6dbd63;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
}
.mg-30 {
	margin-bottom: 30px;
}
.pd-100 {
	padding-top: 80px;
}
.single-services a:hover {
	text-decoration: none;
}

.single-services img {
	width: 100px;
}

.title-1 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #67bb5c;
}
.single-blog {
	margin-bottom: 30px;
}
.bg {
	background: #eee;
}
.pb-15 {
	padding-bottom: 16px;
}

.btn-bg { 
background: #6DBD63 !important;
font-size: 15px !important;
color: #fff !important;
padding: 10px !important;
}

.required label.control-label::after {
    content: " *";
    color: #ef0303;
}

textarea.form-control {
    height: 120px;
}
.secondary {
    background-color: #6dbd63 !important;
}

.products--capabilities-panel h3 {
	position: relative;
	font-size: 27px;
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li  a{
	font-size: 16px;
}
.products--capabilities-panel h4 {
	font-family: 'Arimo', sans-serif;
	font-size: 19px;
	margin: 20px 0 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav.nav-tabs li a:hover {
    color: #fff !Important;
    cursor: default;
    font-size: 16px;
    background-color: #ff8d00;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff!important;
    background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs > li  a {
    font-size: 16px;
	color:  #000;
}
.light-color.btn {
	background: #fff;
	color: #000;
}


.bottom-content {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #060606;
	text-align: center;
}
 .testimonials .item .details {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.testimonials .name {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 17px;
}
 .title {
	font-size:14px;
}
.testimonials-image {
	width: 80px;
	height: 80px;
	border: 4px solid #f2f2f2;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 50%;
	margin: auto;
	overflow:hidden;
}

article.blog-post
{
	padding: 20px;
	margin:30px 0px;
}
.cx-blog-section .portfolio-filter-1 li a,.cx-blog-section .blog-categories ul li a
{
	background: #ffffff;
}
.cx-blog-section .portfolio-filter-1 li a:hover, 
.cx-blog-section .portfolio-filter-1 li.active a,.cx-blog-section .blog-categories ul li a:hover {
    background: #6dbd63;
    color: #ffffff

}
.innericon  {
	font-size:  28px !important;
	text-align:  center;
	background:   #6dbd63;
	color:   #fff !important;
	border-radius:  50px;
	width:  55px;
	height:  55px;
	line-height:  55px;
	font-weight:  600;
	margin-bottom:  5px !important;
}

.innericon img {
    width: 100%;
}
.innericon {
	background: #6dbd63;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	margin-bottom:  5px !important;
	padding:10px;
}

.site-about {
    padding: 50px 0;
}
.auth-clients li {
    float: none;
    display: inline-block;
    margin: 15px 20px 0 0;
    text-align: left;
   
}
.social-links {
    margin-top: 0;
    text-align: center;
}
.signup-or > span {
    background: #5fb255 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    padding: 5px 8px;
    position: relative;
    top: 12px;
    border-radius: 50px;
}
.signup-or {
    border-bottom: 1px solid #5fb255;
    margin: 0 0 30px;
    text-align: center;
}
.bg-bottom {
	z-index : 999;
}

.portfolio-filter-1 li,.blog-categories ul li
{
	display: inline-block;
}
.cx-section.cx-blog-section
{
	padding: 50px 0px;
	background:#e0f0e087;
}
/*common*/
.wrapper .container-fluid.px-0
{
	max-width: 100%;
    margin: 0 auto;
    padding: 0 5% !important;
    overflow: hidden;

}
.wrapper .container-fluid.px-0 .card
{
	margin-top: 20px;
}
.card
{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 0;
}
.navbar-toggler-icon {
      width: 1em;
    height: 2px;
    margin: 5px;
    display:block;
}
.help-block-error {
color: red;
}
.blog-post.post-single img {
	width:100%;
}
.blog-detail .card.card-primary.blog-widget-view {
	padding:0;
}
.portfolio-heading-section,.pagetitle-section {
    background: #202736;
    padding: 30px 0;
    color: #fff;
}
.pagetitle-section h1
{
	font-size: 28px;
}
.content.py-5
{
	padding: 0px !important
}
.login-form-left-col {
	background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}
.login-form-left h2 span {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	padding-left: 2px;
}
.login-form-left h2 {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}
.col-lg-6.login-box-main-col {
	background-color: #fff;
}
.login-form-left-col::before {
	content: "";
	width: 20%;
	height: 20%;
	position: absolute;
	top: 50px;
	left: 50px;
	border-radius: 100% 0 100% 100%;
	background: #ffffffb8;
}
.login-form-left-col::after {
	content: "";
	width: 30%;
	height: 60%;
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 30% 0, 70% 10%);
	clip-path: polygon(0 0, 100% 50%, 100% 80%);
	background: #ffffff6e;
	z-index: 1;
}
.login-form-left {
	position: relative;
	z-index: 4;
}
.row.login-form-main-row {
	background: #fff;
	box-shadow: 1px 1px 10px #cccc;
    margin-inline: auto;
}
.login-signup {
	min-height: calc(100vh - 201px);
	display: flex;
	align-items: center;
	margin: 40px 0;
}
.login-box h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
#remember label {
	line-height: 27px;
}
#remember input[type="checkbox"] {
	accent-color: #fa0 !important;
}
.login-box button {
	background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
	border: transparent;
	color: #fff;
	font-weight: bold;
	padding: 9px 10px;
}
.form-group.field-loginform-password.required {
	display: flex;
	flex-wrap: wrap;
}
.form-group.field-loginform-password.required #password-reveal {
	margin: 0;
	width: 30px;
	background: #fff;
	height: 38px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
    border-left: unset;
}
#loginform-password {
	width: calc(100% - 30px);
	border-top-right-radius: unset;
	border-bottom-right-radius: unset;
	border-right: unset;
	height: 38px;
}
.form-control.is-invalid ~ #password-reveal {
	border-color: #dc3545 !important;
	
}
.login-box input {
	box-shadow: unset !important;
	border-color: #ccc !important;
}   
.form-control.is-invalid {
	border-color: #dc3545 !important;
}  
.navbar-nav.ml-auto li button, .btn-theme {
	background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
	border: unset;
	color: #fff;
	font-weight: bold;
	padding-top: 8px;
}

.navbar-nav.ml-auto li ul.dropdown-menu {
	right: 0;
	left: auto;
	
}

.navbar-nav.ml-auto li .dropdown-toggle:after {
	display: none
}

.navbar-brand h3 {
	color: #ffa300;
}
.footer-bottom p a {
	color: #ffa300;
}
.login-box input {
	background: #fff !important;
}
.password-custom-eye {
	position: relative;
}
.password-custom-eye > i {
	position: absolute;
	right: 8px;
	top: 11px;
	cursor: pointer;
}
.password-custom-eye .fa.fa-eye-slash {
	display: none;
}
.password-custom-eye.active .fa.fa-eye {
	display: none;
}
.password-custom-eye.active .fa.fa-eye-slash {
	display: block;
}
.entry-page-section {
	padding: 50px 0;
}
.user-entry table {
	background: #fff;
}
.user-entry table tr :is(td, th) {
	padding: 5px 0px;
}
.user-entry {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow-x: auto;
    height: 100%;
}
.user-entry form{
	overflow-x: auto;
}

.user-entry h2 {
	font-size: 22px;
	text-align: center;
	background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 20px;
}
.user-entry button {
	background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
	border: unset;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	word-spacing: 5px;
	display: flex;
	align-items: center;
	position: relative;
	height: 40px;
	width: 120px;
	overflow: hidden;
}
.user-entry input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 5px;
	min-width: 100px;
	max-width: 163px;
}
.upload-button::before {
	position: absolute;
	left: 34px;
	font-size: 14px;
	text-transform: capitalize;
	word-spacing: 1px;
	top: 11px;
}
.user-entry textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 10px;
	border-radius: 5px;
}
.user-entry input[type="file"] {
	position: relative;
	padding: 1px;
	border: unset;
	color: transparent;
	width: 55px;
	white-space: nowrap;
	height: 40px;
	cursor: pointer;
}

.upload-button > svg {
	min-width: 29px;
	position: absolute;
	right: 50%;
	transform: translate(50%, 0%);
}
.user-entry input[type="file"]::file-selector-button {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	background: transparent;
	border: unset;
	color: #fff;
	font-weight: bold;
	font-size: 0;
}
.entry-data button {
	background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
	border: unset;
	padding: 5px 18px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	word-spacing: 5px;
	margin-bottom: 20px;
}
.entry-data {
	text-align: center;
}
.entry-data button {
	margin-inline: auto;
	margin-top: 15px;
}
.user-entry tr {
	font-size: 13px;
}
.entry-buttons-top ul {
	display: flex;
	gap: 15px;
}
.entry-buttons-top ul li button {
	background: #fff;
	border: 0;
	padding: 6px 12px;
	border-radius: 5px;
}
.entry-buttons-top ul li button svg{
	width: 24px;
	height: 22px;
}
.pdf svg {
	color: red;	
}
.xsl svg {
	color: blue;
}
.jpg svg {
	color: #f59e00;
}
.edit svg {
	color: green;
}
.save button {
	background: #50b750 !important;
	color: #fff;
}
.save button svg {
	width: 15px !important;
	height: 15px !important;
}
.entry-buttons-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
	align-items: center;
	flex-wrap: wrap;
}
.logo-entry a h2 {
	margin-bottom: 0;
	color: #000;
	font-size: 25px;
}
.user-input-data {
	display: flex;
	margin-bottom: 10px;
}
.heading-data {
	width: 130px;
}
.user-input-data-inner {
	width: 100%;
}
.heading-data {
	width: 145px;
	min-width: 145px;
}
.heading-data h6 {
	font-size: 13px;
	font-weight: bold;
}
.user-input-data-inner span {
	font-size: 13px;
}
.without-input-data {
	display: inline-block;
	width: 165px;
}
.heading-data span {
	font-size: 14px;
}
.user-input-data.user-information-textarea {
	flex-direction: column;
}
.user-input-data.user-information-textarea .heading-data {
	width: 100%;
}
.forgot-password {
	color: #ffa200;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #ffa200 !important;
	background-color: #ffa200 !important;
}
.forgot-password:hover {
	color: #000;
}

.navbar-brand {
   height: 50px;
   padding: 0!important;
}
.navbar-brand img {
    max-width: 120px;
}
.logo-entry a img {
	width: 120px;
}

.upload-button {
	background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
	border: unset;
	border-radius: 10px;
	color: #fff !important;
	font-weight: bold;
	word-spacing: 5px;
	display: flex;
	align-items: center;
	position: relative;
	height: 40px;
	width: 120px;
	overflow: hidden;
}
.btn-main-ul-web {
	text-align: end;
}
.footer-logo-entry img {
    width: 150px;
}
.footer-logo-entry {
	text-align: center;
	margin-top: 30px;
}
.user-input-data-inner select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 5px;
	min-width: 100px;
	max-width: 163px;
}
.user-input-data-inner {
	display: flex;
	align-items: center;
	gap: 10px;
}
.user-input-data.user-information-textarea .form-group.field-registeritem-reason {
	width: 100%;
}
.footer-link-div ul {
	display: flex;
	justify-content: end;
	gap: 10px;
	margin-bottom: 0;
}
.footer-link-div ul li a,.footer-link-div ul li {
	color: #fff;
}
@media(max-width:1199px) and (min-width:992px){
	.login-box {
		margin: 15% 20px;
	}
	.user-entry tr {
		font-size: 11px;
	}
	.user-entry button {
		height: 35px;
		width: 90px;
	}
	.user-entry input {
		min-width: 60px;
	}
	.upload-button::before {
		font-size: 11px;
	}
	.upload-button > svg {
		min-width: 30px;
	}
	.upload-button::before {
		left: 32px;
		top: 12px;
	}
	.upload-button {
		width: 100px;
	}
	.heading-data {
		width: 135px;
		min-width: 135px;
	}
}
@media screen and (max-width:991px) {
	.login-box {
		margin: 0;
	}
 .blog-post img {
	width:100%;
}
	.blog-section .blog-img img  {
	    height: auto;
}
	.promo .intro .title {
		font-size: 22px;
	}
		.promo .intro .summary {
		font-size: 18px;
		    margin-bottom: 10px;	
	}	
	.footer-link-div ul {
		justify-content: center !important;
	}
header .navbar-nav li
{
	display: block;
	border-bottom: 1px solid #d2e9d7
}
.login-form-left {
	margin: 45px 10px;
}
.entry-buttons-top {
	justify-content: center;
}
.btn-main-ul-web {
	margin-bottom: 0;
}
.footer-links ul {
	justify-content: center !important;
}
.upload-button {
	width: 113px;
}
}
@media screen and (max-width:576px) {
	.user-input-data.user-information-textarea .user-input-data-inner {
		width: 100%;
	}
.login-signup h4 {
	font-size: 18px;
	    line-height: 1.5;
}
.login-form-left h2 {
	font-size: 30px;
}
.login-box {
	margin:0;
	padding: 20px 10px;
}
.row.login-form-main-row {
	margin-inline: auto;
}
.user-input-data {
	gap: 10px;
	justify-content: space-between;
}
.user-entry {
	margin-bottom: 20px;
}
.entry-buttons-top ul {
	flex-wrap: wrap;
}
.heading-data {
	width: 110px;
	min-width: 110px;
}
.user-input-data-inner {
	width: 50%;
}
.user-entry input {
	min-width: 100%;
	max-width: 100%;
}
.without-input-data {
	display: inline-block;
	width: fit-content;
}
.user-entry {
	padding: 10px;
}
.upload-button {
	width: 100px;
}
.upload-button::before {
	font-size: 11px;
	left: 24px;
}
}
/*end*/
.features-section p
{
     word-break: break-all;
}
.login-form-left img {
	width: 170px;
}
.logo-entry h4 {
	display: none;
}
.logo-entry img {
    max-width: 120px;
}
.footer-links ul {
	display: flex;
	justify-content: end;
	gap: 15px;
}
.footer-links ul {
	margin-bottom: 0;
	padding-left: 0;
}
.footer-links ul li a {
	color: #fff;
	text-transform: capitalize;
}
.footer-links ul li {
	color: #fff;
}
.footer-bottom a:link {
    background-color: transparent!important;
}
img.img-fluid.img-circle {
    height: 100%;
}