section.sec-sec-login {
			    padding: 50px 0px;
			}
			.login-input > label {
			    
			    font-size: 13pt;
			}
			.login-input {
			    margin: 20px 0px;
			}
			input::placeholder{
			    color: #fff !important;
			}
			.input-main .form-control {
			    border-radius: 25px;
			    background-color: #232222;
			    min-height: 45px;
			    color: #fff;
			    max-width: 100%;
			}

			.login-input .btn {
			    padding: 5px 30px;
			    font-size: 14pt;
			    border-radius: 35px;
			    background: #d92e36;
			    color: white;
			    margin-left: 81px;
			}
			.time-hover {
			    width: 100%;
			    height: 0%;
			    position: fixed;
			    background-color: #dd2422a6;
			    z-index: -1;
			    opacity: 0;
			    transition: 0.2s;
			    top: 0px;
			    left: 0px;
			}
			.heading-all {
			    text-align: center;
			}
			.heading-all h3 {
			    text-transform: uppercase;
			    font-size: 30pt;
			    color: #000;
			}
			span.line-heading {
			    display: inline-block;
			    width: 60px;
			    height: 4px;
			    position: relative;
			    border-radius: 27px;
			    background-color: #d92e36;
			    bottom: 7px;
			}
			span.circle-heading {
			    display: inline-block;
			    width: 20px;
			    height: 20px;
			    margin: 0px 1px;
			    border-radius: 50%;
			    background-color: #d92e36;
			}
			section.sec-main-cart {
			    padding: 55px 0px;
			}
			.aboutus-sec .main-left-form {
			    min-height: 330px;
			}
			.main-left-form {
			    /* box-shadow: -1px 3px 16px 0.5px rgba(0,0,0,0.05); */
			    padding: 15px;
			    background: #fcfcff;
			    min-height: 620px;
			    border: 5px solid #f3f3f3;
			    /* border-radius: 5px; */
			}
			.about-con h3 {
			    font-size: 22pt;
			    margin-bottom: 42px;
			}
			.about-con h3 span {
			    color: #388396;
			}
			.aboutus-image img {
			    width: 100%;
			    max-height: 300px;
			    object-fit: cover;
			    border: 4px solid #f3f3f3;
			}
			.scrol-main-check1 {
			    min-height: 330px;
			}
			.hover-gal-ind a.fa.fa-trash {
			    color: #fff;
			    padding-top: 5px;
			}
			button.re-comm {
			    border: 0px;
			    background-color: transparent;
			    color: #dd2422;
			    position: absolute;
			    top: 10px;
			    right: 20px;
			}