@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&family=Raleway:wght@400;500;600;700&display=swap');
body {
    line-height: 1.8;
    font-size: 14px;
    color: #333;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
}
.container{
    max-width:1240px;
}
button,
button:focus {
    outline: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}


li {
    display: inline-block;
    list-style: none;
}


a:hover, a:focus {
    color: #fff;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s ease-in-out;
}

button,
button:focus {
    text-decoration: none;
    background: transparent;
    border: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: 100%;
}

.mrt-30 {
    margin-top: 30px;
}

.capitalize {
    text-transform: capitalize;
}

.allcaps {
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Maven Pro', sans-serif;
}

.tooltip-inner {
    min-width: 80px;
    padding: 10px 0;
    margin-right: 5px;
    border-radius: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
.section-padding {
    padding: 30px 0;
}

.section-tpadding {
    padding-top: 30px;
}

.section-bpadding {
    padding-bottom: 30px;
}

.pb30 {
    padding-bottom: 30px
}

.pb20 {
    padding-bottom: 20px
}

.mb20 {
    margin-bottom: 20px;
    display: block;
}

.form-control.is-invalid {
    border: 1px solid #e74c3c !important;
}

.invalid-feedback {
    color: #e74c3c;
}

.form-control {
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: 0 0;
    transition: 0.35s ease-in-out;
}
.custom-col .col-lg-3 {
    max-width: 20% !important;
}
.contact-form input {
    height: 40px !important;
}

.form-control:focus {
    border: 1px solid #E54D00;
    box-shadow: 0 0;
    outline: 0;
}

input:focus {
	border-color: #E54D00 !important;
}
.white-color,.white-color:hover,.white-color:focus{
    color:#fff;
}
ul.details-size li{
    margin-right: 10px;
}

#search-data .btn-success {
    background: #E54D00;
    border: 1px solid transparent;
}
.main-search {
    margin-top: 13px;
}
.wish-button button {
    background: #222;
    color: #fff;
    padding: 1px 8px;
    border-radius: 5px;
    cursor: pointer;
}

/*====HEADER TOP CSS START====*/

.home-header {
    padding: 20px 0;
    background: #ddd;
    text-align: right;
}
.home-header a {
    font-size: 18px;
    margin-right:10px;
}
.home-banner-widget {
    text-align: left;
}
.home-banner-widget h2 {
    font-weight: normal;
    font-size: 50px;
}
.home-banner-widget h3 {
    font-size: 50px;
    /* font-weight: normal; */
    color: #007BFF;
}
.home-banner-widget p {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}
.bRseller {
    background: #0744a4;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
}
.hLogin {
    background: #218838;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
}
.bRseller i,
.hLogin i {
    font-size: 14px;
}
.home-video-widget {
    text-align: left;
}
.home-video-widget h2 {
    color: #333;
    margin-bottom: 8px;
}
.home-video-widget p {
    font-size: 20px;
}
.reselTop h3 {
    text-transform: uppercase;
}
.reselTop h2 {
    position: relative;
    display: inline-block;
}
.reselTop h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #e01f34;
}
.reselTop h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.reselTop h4 {
    font-weight: normal;
    margin-bottom: 15px;
}
.feature-inner {
    margin-top:50px;
}
.feature-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}
.feature-img img {
    width:100%;
    height:100%;
    border-radius: 50%;
}
.feature-widget {
    border: 1px solid #ddd;
    padding: 65px 0;
    border-radius: 5px;
}
.feature-title h2 {
    margin-top: 25px;
    font-weight: normal;
}
.feature-title h2 {
    margin-top: 25px;
    font-weight: normal;
    font-size: 25px;
}
.big-img img {
    width: 100%;
    margin-top: 30px;
}
.footer-content-area {
    padding-top: 80px;
    background: #333 !important;
    text-align: left;
}
.footer-logo img {
    width: 40px;
}
.light-version p {
    color: #888;
}
.contact_info_area .contact_info h5 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.footer-copywrite-info p {
    color: #fff;
}
.contact_info_area .contact_info a {
    text-align: left;
    color: #fff;
}
.copyright-area {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #dddddd6e;
    margin-top: 25px;
}
.contact_info.mt-s.text-center.fadeInUp p {
    color: #fff;
    text-align: left !important;
}
.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #888;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
}
.footer-logo img {
    width: 140px;
    height: auto;
}
.footer-social-info {
    margin-top: 15px;
}
.login-logo img {
    margin-top: 25px;
}
.home-banner-widget img {
    height: auto;
}
.login-logo img {
    height: auto;
}