/* @import url("http://127.0.0.1:5500/css/style.css"); */

/*
 Template Name : Recruit Plus
 Template By : Konnect Code
 Author Website : http://www.konnectplugins.com/
 Fonts: Credit By Google fonts
 */

/* Table of Content
==================================================

 1. Fonts
 2. Common css
 3. Loader CSS
 4. Pagination
 5. Careers/Jobs
 6. Top Bar CSS
 7. Navigation + Logo CSS
 8. Plain Banner/ Flat Banner Home page
 9. inner page CSS
 10. Our Team /Team Member 
 11. Services CSS
 12. Side bar
 13. Blog/News CSS   
 14. Buttons Css
 15. Testimonials CSS
 16. Contact Us CSS
 17. Footer CSS
 18. Google Map CSS
 19. Responsive Design CSS 
  
================================================
1. Fonts - Hind and Poppins (Credits: Google Fonts)
================================================
*/

@import url(https://fonts.googleapis.com/css?family=Hind:300,400,700|Arimo:400,700);
/*
================================================
2. Common Css
================================================
*/

* {
    /* position: relative; */
    outline: 0 !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* margin: 0;
    padding: 0; */
    /* transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s; */
}

/* :before,
:after {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
} */

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Hind', sans-serif;
    color: #444444;
    webkit-tap-highlight-color: #222222;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

.my-title {
    /* background: #eee none repeat scroll 0 0;
    color: #434343;
    font-family: "Asap", sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 7px 4px;
    margin: 0; */
    background: #eee none repeat scroll 0 0;
    color: #434343;
    letter-spacing: 0.3px;
    padding: 7px 6px;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

/* .my-title:hover { */

.item.grow-main:hover .my-title {
    /* background: #c02034; */
    background: #bc0007;
    border-radius: 2px;
    color: #fff !important;
}

.prod-carosel .my-title {
    color: #333;
    font-family: open sans;
    font-weight: 600;
    font-size: 14px;
}

.testi-bg {
    background: rgba(0, 0, 0, 0) url("../jpg/testimonials.jpg") no-repeat fixed center center / cover;
    padding: 35px 0px;
}

.testi-bg-new {
    background: rgba(0, 0, 0, 0) url("../jpg/testimonials.jpg") no-repeat fixed center center / cover;
    padding: 105px 0px;
}

hr {
    border-color: #ccc;
    border-width: 1px;
}

.m-0 {
    margin: 0;
}

hr.light {
    border-color: white;
}

.mybig-title {
    font-weight: bold;
    font-family: open sans;
    padding-bottom: 10px;
}

a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}

a:hover,
a:focus {
    color: #6c6c6c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: open sans;
    font-weight: 400;
    color: #222;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #ffffff;
}

.services h4 {
    font-weight: 400;
    color: #da251c;
}

p {
    font-size: 14px;
    /* line-height: 1.5;
    margin-bottom: 2px;
    letter-spacing: 0.2px; */
}

p.konnect-para::first-letter {
    font-size: 200%;
    color: #da251c;
}

.justify {
    text-align: justify;
}

.konnect-section-heading {
    margin-top: 0;
    background: rgba(10, 132, 203, 0.8);
    color: #fff;
    width: auto;
    padding: 10px;
    text-align: left;
    box-shadow: 0px 10px rgba(0, 0, 0, 0.7);
}

.color-default {
    /*color: #fff;*/
}

.konnect-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px rgba(108, 184, 92, 1);
    box-shadow: 5px 5px #f1f1f1;
    border: 1px solid #f1f1f1;
}

.konnect-list li {
    list-style: none;
    font-size: 17px;
    line-height: 31px;
    font-weight: 300;
    padding-left: 3px;
}

.konnect-list li:before {
    content: "\f1db";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    color: #7FAAFF;
    margin-right: 6px;
    font-weight: bold;
    font-size: 14px;
}

.konnect-space {
    min-height: 20px;
}

.bg-primary {
    background-color: #da251c;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-primary {
    color: #da251c;
}

.text-white {
    color: #ffffff;
}

.text-dark {
    color: #333333;
    margin-top: 20px;
}

.require {
    color: #da251c !important;
}

.grow-main-new {
    background: transparent;
}

.grow-main-new span {
    display: block;
    color: #ec1313;
    font-size: 50px;
}

.grow-main-new h3 {
    font-size: 18px !important;
}

.grow-main-new h5 {
    line-height: 25px;
    min-height: 130px;
}

.grow-main-new-about {}

section {
    padding: 30px 0;
}

aside {
    padding: 25px 0;
}

.konnect-clients img {
    box-shadow: 0px 0px 5px #d2d2d2;
}

.footer-contact {
    background: rgba(0, 0, 0, 0) url("../jpg/footer_bg.jpg") no-repeat fixed center center / cover;
    border-top: 1px solid #b9b9b9;
    padding: 30px 0 25px;
}

.footer-contact .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.footer-contact p {
    /*margin: 20px 0 0;*/
    color: #000;
}

.nav>li>a {
    padding: 10px 13px;
}

.navbar-fixed-top {
    position: static;
}

.navbar-fixed-top.affix {
    position: fixed;
}

.no-padding {
    padding: 0;
}

.icon-border {
    border: 1px solid #da251c;
    padding: 20px;
    border-radius: 50%;
    background: rgba(10, 132, 203, 0.2);
}

.services img {
    width: 58px;
    margin-bottom: 10px;
}

.img-border {
    box-shadow: 5px 5px 3px #ddd;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* margin classes */

.margin-0 {
    margin: 0px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-50 {
    margin-top: 50px;
}

/*dark theme*/

.dark-bg {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../jpg/dark-bg.jpg');
    text-align: center;
    color: white;
}

.light-bg {
    background: #f9f9f9;
    box-shadow: 0px 0px 5px #d2d2d2;
}

.light-bg p {
    color: #000000;
    font-weight: 400;
}

p a {
    line-height: 1;
}

.section-heading {
    margin-top: 0;
    font-weight: 400;
}

.section-heading span {
    color: #da251c;
    font-weight: 400;
}

.hidden {
    display: none;
}

.fixed-right-bottom {
    min-width: 200px;
}

.img-shadow {
    border: 1px solid #f1f1f1;
    padding: 20px 10px;
    box-shadow: 5px 6px 9px #f1f1f1;
}

/*Table*/

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px 16px;
}

/*.table > tbody > tr > td {
	border-top: 1px solid #da251c;
}*/

/* back to top*/

.back-to-top {
    background: #0F0F0F;
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    z-index: 9;
    padding: 5px 20px;
    font-size: 35px;
    color: #ffffff;
}

.back-to-top:hover {
    background: #444444;
}

.container.job-single {
    overflow-x: hidden;
}

/*
================================================
3. Loader
================================================
*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.y-bullets-outer {
    padding-left: 20px;
}

.addtocart>.btn {
    border-radius: 0;
    background: #bc0007;
    border-color: #bc0007;
    padding: 6px 10px 1px;
    line-height: normal;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .3s;
}

.addtocart>.btn:hover,
.addtocart>.btn:focus,
.addtocart>.btn:active {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff;
}

.thu_outer-item {
    margin-bottom: 30px;
}

.thumbnail {
    border-radius: 0;
    margin-bottom: 0;
    height: 100%;
}

.thumbnail:hover {
    /* border-color: #787878; */
    background-color: #efefef;
}

.thumbnail .main-price,
.thumbnail .item-price {
    font-size: 20px;
    font-weight: bold;
    color: #bc0007;
}

.thumbnail .item-price {
    font-size: 18px;
}

.thumbnail .item-price del {
    color: gray;
}

.thumbnail .main-price br {
    display: none;
}

.loading {
    background: #fff;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #da251c;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 45%;
    left: 45%;
}

@media (max-width: 420px) {
    .loader {
        left: 0 !important;
    }
}

#product-section .owl-stage-outer {}

#product-section .owl-stage-outer .owl-stage {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

#product-section .owl-stage-outer .owl-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/*
================================================
4. Pagination
================================================
*/

.pagination {
    margin: 25px 0 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #da251c;
    color: #da251c;
    margin: 0 1px;
    padding: 3px 8px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #da251c;
    border-color: #da251c;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #da251c;
    border-color: #da251c;
}

/*
================================================
5. Careers/Jobs
================================================
*/

.job-single {
    border: 1px solid #fff;
    clear: both;
    width: 100%;
}

.job-single p {
    margin-bottom: 0;
}

.job-title a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.job-title a:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.job-single-last {
    padding: 20px 0;
    border-bottom: 0px solid #ccc;
}

.job-single-header {
    background: #ea1010 none repeat scroll 0 0;
    border-bottom: 2px solid #fff;
    color: #ffffff;
    float: left;
    font-size: 23px;
    padding: 8px 20px;
    width: 100%;
}

h4.job-title {
    color: #da251c;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 20px;
}

span.job-date {
    padding: 5px 5px 1px 5px;
    color: #444444;
    border: 1px solid #da251c;
}

/*
================================================
6. Top Bar CSS
================================================
*/

div.konnect-info {
    /*    background: #eee none repeat scroll 0 0;*/
    background: #ec1313;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 7px 0;
    transition: all 1s ease 0s;
}

div.konnect-info a:hover {
    color: #000;
    text-decoration: none;
}

nav#mainNav {
    /*padding: 0px 0px;*/
    /* background: rgba(255, 255, 255, 0.7); */
    background: #efefef;
    position: relative;
    z-index: 999;
    border: medium transparent;
}

#mainNav ul {
    padding: 15px 0;
    float: none;
    text-align: center;
}

@media (max-width: 420px) {
    #mainNav ul {
        text-align: left;
    }
}

#mainNav ul li {
    display: inline-block;
    float: none;
}

.konnect-info a {
    color: #fff;
    display: block;
}

.konnect-info a:hover {
    color: #000;
    text-decoration: none;
}

.konnect-info a .ti-export {}

.konnect-info .fa {
    margin: 0 3px;
}

.konnect-info ul {
    margin-bottom: 0px;
}

.konnect-info img {
    /*width: 17px;*/
    margin: 0 3px;
}

.konnect-info ol,
ul {
    padding: 0px;
}

.myl_header_list {
    line-height: 10px;
    margin-right: 20px;
    position: relative;
}

.myl_header_list .toll-free {
    font-size: 20px;
    text-align: right;
}

.myl_header_list .toll-free span {
    font-size: 35px;
}

.myl_header_list .toll-free i {
    vertical-align: top;
}

.mail_us {
    text-align: right;
}

.myl_header_list li {
    /* margin-left: 10px !important;
    letter-spacing: 0.5px;    
    line-height: 25px;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    margin-left: 10px;
}

ol,
ul {
    margin: 0px;
}

.konnect-info li {
    float: left;
    list-style: none;
}

.konnect-info li.li-last {
    margin-left: 15px;
}

.konnect-portfolio-box {
    padding: 15px;
}

.konnect-float-right {
    float: right;
}

.konnect-float-left {
    float: left;
}

/*
================================================
7. Navigation + Logo CSS
================================================
*/

.navbar {
    margin: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #000;
    background: #ffffff;
}

.navbar-brand {
    height: auto;
    padding: 10px;
}

@media (max-width: 360px) {
    .navbar-brand {}
}

@media (max-width: 420px) {
    .myl_header_list li {
        display: block;
    }

    .mn-pre-head {
        margin-top: 30px !important;
    }

    .myl_slider {
        top: 0 !important;
    }

    .navbar-nav>li>a {
        letter-spacing: 0.5px !important;
        font-size: 13px !important;
        padding: 19px 15px;
    }

    nav#mainNav {
        background: #000000 !important;  /*old color : #ec1313;*/

    }

    nav#mainNav .navbar-collapse {
        background: #eee;
    }
}

@media (max-width: 420px) {
    #mainNav ul li {}
}

@media (min-width: 361px) and (max-width: 420px) {
    .mn-pre-head {}

    #mainNav ul li {
        display: inline-block;
        /*text-align: center;*/
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        margin: 10px 0 10px 0 !important;
        padding: 0;
    }

    .mn-pre-head {
        background: transparent !important;
        text-align: right !important;
        margin-top: 15px;
    }

    .mn-pre-head li {}

    .mn-pre-head li a {
        color: #303030 !important;
        font-size: 13px !important;
        padding: 5px 0 !important;
        text-transform: capitalize !important;
    }

    .myl_header_list {
        text-align: left;
    }

    .mob-menu {
        background: #ed1c1c !important;
    }

    .mob-menu .navbar-toggle {
        margin: 10px 0;
    }

    nav#mainNav {
        background: transparent;
    }
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

/**/

nav.affix .konnect-info {
    display: none;
    transition: all 0.35s;
}

.navbar-default {
    background-color: white;
    font-family: 'Arimo', sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.navbar-default i.fa {
    padding-right: 3px;
    font-size: 14px;
    font-weight: normal;
}

.navbar-default .navbar-header .navbar-brand {
    color: #da251c;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #6c6c6c;
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #111111;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #da251c;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus,
.navbar-default .nav>li>a:focus {
    color: #da251c !important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0px;
}

@media (max-width: 767px) {
    .navbar-collapse {
        display: none;
    }

    .navbar-brand>img {
        display: block;
        /*margin-left: 7px;*/
    }

    nav#mainNav {
        padding: 0px;
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #444444;
        text-transform: uppercase;
        background: #ffffff;
        padding: 9px 18px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #da251c;
        text-transform: uppercase;
        background: #ffffff;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

    li.dropdown.open {
        border: 0px solid red;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: #da251c;
        background-color: #ffffff;
    }

    .side-hide-menu {
        display: none !important;
    }

    .job-single p {
        padding: 10px 0 2px 0;
    }

    footer .text-right p {
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    ul.dropdown-menu {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        color: #ffffff;
        padding: 0px;
        font-family: 'Arimo', sans-serif;
        background: #da251c;
    }

    ul.dropdown-menu li a {
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
    }

    ul.dropdown-menu li a:hover {
        color: #da251c;
        background: #ffffff;
        text-decoration: none;
        padding-left: 15px;
    }

    ul.nav li:hover>ul.dropdown-menu {
        display: block;
        border: 1px solid #da251c;
        padding: 0px;
        font-family: 'Arimo', sans-serif;
    }

    #navbar {
        text-align: center;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }

    .border-right {
        border-right: 1px solid #f1f1f1;
    }

    .konnect-button-2 {
        position: absolute;
        margin: 15px 0 0 0;
    }
}

/*
================================================
8. Plain Banner/ Flat Banner Home page
================================================
*/

.myl_slider {
    position: relative;
    /* top: -60px; */
    top: 0;
}

.flat-header {
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../jpg/dark-bg.jpg');
    text-align: center;
    color: white;
}

.flat-header .header-content {
    position: relative;
    text-align: center;
    padding: 80px 15px 100px;
    width: 100%;
}

.flat-header .homeHeading {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
}

.flat-header .header-content .header-content-inner h1 {
    font-size: 50px;
    font-weight: 400;
    text-transform: none;
}

.flat-header .header-content .header-content-inner h1 span {
    display: block;
}

.flat-header .header-content .header-content-inner hr {
    margin: 30px auto;
}

.flat-header .header-content .header-content-inner p {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
}

/*
================================================
9. inner page CSS
================================================
*/

header.innner-page {
    background: #fff;
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

header.innner-page h1 {
    color: #333333;
    margin: 0;
    font-size: 15px;
}

header.innner-page h1 .fa {
    color: #333;
}

@media (max-width:766px) {
    header.innner-page h1 {
        margin: 0px;
        font-size: 30px;
    }
}

/*
================================================
10. Our Team /Team Member
================================================
*/

.konnect-team-member {
    background: #ffffff;
    padding: 20px;
}

.our-team li {
    padding: 0px;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
}

h4.team-member-title {
    color: #da251c;
    font-size: 25px;
}

@media (max-width:767px) {

    .konnect-facts,
    .konnect-awards {
        padding: 25px 0 0 0;
    }
}

/*
================================================
11. Services CSS
================================================
*/

.service-box {
    margin: 20px 0;
}

.service-box p {
    margin-bottom: 0;
}

/*
================================================
12. Side bar
================================================
*/

.sidebar-cta {
    background: url(../png/sidebar-cta.png);
    min-height: 300px;
    padding: 10px 20px;
}

.sidebar-cta h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
}

.side-bar h3 {
    background: #fafafa;
    color: #666666;
    padding: 10px;
    font-size: 23px;
    font-weight: 400;
    box-shadow: 0px 2px 3px #d2d2d2;
}

.side-bar h3:before {
    content: "\f103";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #da251c;
    margin-right: 10px;
}

a.konnect-download-cta {
    padding: 10px 30px;
    font-size: 17px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #444444;
    text-decoration: none;
}

ul.ul-tags li {
    list-style: none;
    display: inline;
    border: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 40px;
    margin-left: 4px;
}

ul.ul-tags li:hover {
    background: #000000;
}

ul.ul-tags li a {
    color: #000000;
    text-decoration: none;
}

ul.ul-tags li a:hover {
    color: #ffffff;
    text-decoration: none;
}

/*
================================================
13. Blog/News CSS
================================================
*/

.social-share {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

.social-share .fa {
    /* width: 20px; */
    text-align: center;
    background: #da251c;
    color: #ffffff;
    padding: 6px 19px;
    margin-left: 5px;
    cursor: pointer;
}

.post-content-text h3 {
    color: #da251c;
    font-weight: 400;
}

.blog-heading {
    margin: 0px 0 20px 0;
    font-weight: 400;
    color: #444444;
}

.latest-blog-single h4 a {
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.latest-blog-single span {
    color: #888888;
}

.latest-blog-single-img {
    float: left;
}

.latest-blog-single-img img {
    width: 140px;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid #f1f1f1;
}

.blog-commetns h3 {
    background: #fafafa;
    color: #666666;
    padding: 10px;
    font-size: 23px;
    font-weight: 400;
    box-shadow: 0px 2px 3px #d2d2d2;
}

.blog-commetns h3:before {
    content: "\f103";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #da251c;
    margin-right: 10px;
}

.comment-avtar img {
    width: 100px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}

span.comment-person {
    font-size: 21px;
    color: #da251c;
    margin-right: 10px;
}

div.comment-time {
    font-size: 12px;
    color: #666;
}

@media (min-width:778px) {
    .form-control.form-left {
        width: 48% !important;
        float: left;
        margin-right: 28px;
    }

    .form-control.form-right {
        width: 48% !important;
    }
}

.blog-next-prev {
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}

.blog-next-prev a {
    text-decoration: none;
    font-size: 20px;
}

.blog-prev {
    float: left;
}

.blog-next {
    float: right;
}

.blog-next span {
    float: right;
}

.img-box img {
    max-width: 100%;
}

.post-content-text {
    margin-top: 10px;
}

ul.blog_info li:first-child {
    margin: 0;
}

ul.blog_info li {
    display: inline-block;
    margin-left: 15px;
}

ul.blog_info li a {
    color: #282a2b;
}

ul.blog_info li .fa {
    color: #da251c;
}

.news-post a:hover {
    text-decoration: none;
}

.news-post {
    border: 1px solid #f1f1f1;
    padding: 10px 10px 15px 10px;
    margin: 15px 0;
}

.news-post h3 a {
    color: #da251c;
}

@media (min-width: 768px) {
    .blog-content {
        border-right: 1px solid #f1f1f1;
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .social-share .fa {
        padding: 5px 10px;
    }
}

/*
================================================
14. Buttons Css
================================================
*/

.konnect-button {
    border: 1px solid #da251c;
    color: #444444;
    font-size: 14px;
    line-height: normal;
    padding: 8px 10px 5px;
    text-transform: lowercase;
}

.konnect-button:hover,
.konnect-button:active,
.konnect-button:focus {
    border: 1px solid #da251c;
    background: #da251c;
    color: #ffffff;
    text-decoration: none;
}

.konnect-button-1 {
    margin-top: 60px;
}

.konnect-button-1 a {
    padding: 15px 41px;
    border: 1px solid #da251c;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    font-family: 'Arimo', sans-serif;
}

.konnect-button-1 a:hover,
.konnect-button-1 a:active,
.konnect-button-1 a:focus {
    border: 1px solid #da251c;
    background: #da251c;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.konnect-button-2,
.konnect-home {
    padding: 5px 15px;
    border: 1px solid #da251c;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    background: #da251c;
}

.konnect-button-2:hover,
.konnect-button-2:active,
.konnect-button-2:focus,
.konnect-home:hover,
.konnect-home:active,
.konnect-home:focus {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #444444;
    background: #444444;
}

.konnect-button-3 {
    color: #ec1616;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.konnect-button-3:hover,
.konnect-button-3:focus,
.konnect-button-3:active {
    text-decoration: none;
    color: #47b6f5;
}

.konnect-button-4 {
    padding: 5px 0px;
    text-transform: none;
    font-size: 16px;
    background: #ffffff;
    text-decoration: none;
    cursor: pointer;
    color: #999999;
}

.konnect-button-4:hover,
.konnect-button-4:active,
.konnect-button-4:focus {
    text-decoration: none;
    opacity: 0.9;
}

.konnect-button-4:hover a,
.konnect-button-4:active a,
.konnect-button-4:focus a {
    color: #da251c;
}

@media (max-width:768px) {
    .konnect-button-3 {
        border-bottom: none;
    }

    .sidebar-cta {
        display: none;
    }
}

/*bootstrap buttons*/

/*
.btn-file {
	position: relative;
	overflow: hidden;
	color: #444444 !important;
	border: 1px solid #d2d2d2 !important;
	width: 100%;
	text-align: left;
	border-radius: 0px;
	padding-top: 12px;
}
.btn-file::before {
	content: "\f1c2";
	font-family: FontAwesome;
	color: #da251c;
	margin-right: 5px;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: #da251c;
	cursor: inherit;
	display: block;
}
.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
	color: white;
	background-color: #222222;
}
.btn-primary {
	color: white;
	background-color: #da251c;
	border-color: #da251c;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: white;
	background-color: #6c6c6c;
	border-color: #6c6c6c;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #da251c;
	border-color: #da251c;
}
.btn-primary .badge {
	color: #da251c;
	background-color: white;
}
.btn {
	font-family: 'Hind', sans-serif;
	border: none;
	font-weight: 400;
	text-transform: uppercase;
}
.btn-xl {
	padding: 15px 30px;
}

*/

/*
================================================
15. Testimonials CSS
================================================
*/

.carousel-inner {
    margin-bottom: 10px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
}

#quote-carousel p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
}

#quote-carousel .carousel-control {
    background: none;
    color: #f1f1f1;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: 10px;
}

#quote-carousel .carousel-control.right {
    right: 10px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: 0px;
}

#quote-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 0;
}

#quote-carousel .carousel-indicators .active {
    background: #da251c;
    border-color: #da251c;
    opacity: 1;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/*
================================================
16. Contact Us CSS
================================================
*/

img.konnect-contact-icon {
    width: 30px;
    float: left;
    margin-right: 15px;
}

.konnect-form {
    background: #f8f8f7;
    padding: 20px;
}

.konnect-form .form-control:focus {
    outline: 0;
    border-color: #da251c;
    -webkit-box-shadow: 0 0 #fff;
    box-shadow: 0 0 #fff;
    border-radius: 0;
}

.konnect-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px;
    margin-bottom: 15px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 0 0 0 0 !important;
}

.konnect-form textarea.form-control {
    padding: 5px 20px 20px 10px;
    height: 91px;
}

.konnect-submit {
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
    border: 1px solid #222;
    line-height: 0 !important;
    padding: 20px 30px !important;
    background: none;
    margin-top: 15px;
}

.konnect-submit:hover {
    background: #d71111;
}

.contact-address-sec {
    min-height: 180px;
    padding: 10px;
}

.contact-address-sec i {
    font-size: 30px;
    color: #222;
}

.contact-address-sec h3 {
    font-size: 20px;
    font-weight: 400;
}

.contact-address-sec p {
    font-size: 15px;
}

.contact-address-box {
    color: #fff;
    padding: 10px 15px 35px;
}

.contact-address-box h3 {
    color: #222;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.contact-address-box .fa {}

.footer-news-left {
    border-bottom: 1px solid #fff;
    height: 122px;
    border-left: 1px solid #fff;
    border-radius: 15px;
    padding-right: 0 !important;
}

#myl-map {
    margin-top: 100px;
}

.contact-form-detail h4 {
    /*margin: 0 0 50px 0;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;*/
}

.contact-form-detail {
    margin-top: 100px
}

/*
================================================
17. Footer CSS
================================================
*/

footer {
    background: #a1110a none repeat scroll 0 0;
    padding: 15px 0 10px;
}

footer.konnect-info a {
    color: #fff;
}

footer .container p {
    margin: 0px;
    font-size: 12px;
    color: #ffffff;
}

.contact-social a {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    font-size: 16px;
}

.footer-contact h3 {
    font-weight: bold;
    margin: 2px 0;
    color: #fff;
    text-transform: uppercase;
}

.footer-contact h3 a {
    color: #444;
    font-size: 20px;
    border-radius: 5px 5px 0 0;
    padding: 0;
}

.news-sec {}

.myl_copyright p {
    color: #fff;
    margin-left: 20px;
}

.myl_copyright_menu {
    float: right;
}

@media (max-width: 420px) {
    .myl_copyright_menu {
        float: left;
        margin-left: 10px;
    }
}

.myl_copyright li {
    padding-left: 5px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    padding-right: 15px;
    margin-left: 7px;
    text-transform: uppercase;
}

.myl_copyright li:last-child {
    border-right: none;
}

.myl_copyright a {
    display: inline;
}

/*
================================================
18. Google Map CSS
================================================
*/

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint div {
    background: none !important;
}

.googleMap .gm-style {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(113, 113, 113, 0.5);
}

#map {
    height: 400px;
}

.contact-map {
    padding-bottom: 0;
}

@media (max-width:768px) {
    .small-map {
        margin-bottom: 20px;
    }
}

/*
================================================
19. Responsive Design CSS
================================================
*/

@media (max-width: 767px) {

    .h3,
    h3 {
        font-size: 21px;
    }

    h1,
    .h1 {
        font-size: 25px;
    }

    .col-xs-12.text-left,
    .col-xs-12.text-right {
        float: none;
    }

    header.innner-page {
        /* padding: 25px 0 25px 15px; */
        padding: 36px 0 35px 15px;
    }

    .konnect-callout {
        margin: 0 0 60px;
    }

    .flat-header .header-content .header-content-inner h1 {
        font-size: 35px;
    }

    .fixed-right-bottom {
        bottom: 10px;
        left: 10px;
        min-width: 90%;
        position: fixed;
        z-index: 9999;
    }

    .navbar-toggle {
        border: 0px;
        padding: 0px;
        background-color: #fff;
        margin: 11px;
    }

    .navbar-header {
        padding: 0 15px;
    }

    .navbar-toggle .fa.fa-bars {
        font-size: 22px;
        padding: 2px 5px;
        color: #fff;
        background: #da251c;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #fff;
    }

    .row {
        margin: 0px;
    }

    img.konnect-contact-icon {
        margin-right: 10px;
        width: 25px;
    }

    .konnect-space {
        min-height: 10px;
    }

    .logo_header {}

    nav.affix-top a.logo-color {
        display: block;
        transition: all 0.35s;
    }

    nav.affix a.logo-white,
    nav.affix-top a.logo-white {
        display: none;
        transition: all 0.35s;
    }

    .konnect-list {
        margin-bottom: 15px;
    }

    .konnect-float-right,
    .konnect-info li {
        border-right: 0px;
        text-align: center;
        /*float: none;*/
    }

    .text-center img {
        margin: 5px auto;
    }

    .affix-top {
        background-color: #ffffff;
    }

    .text-right,
    .text-left {
        text-align: center;
    }

    #quote-carousel {
        padding: 0;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
    }

    #quote-carousel p {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 20px;
        font-weight: 300;
    }

    #quote-carousel .carousel-control {
        display: none;
    }

    .section-heading {
        font-size: 25px;
    }

    .btn-file {
        margin-bottom: 20px;
    }

    .job-single p {
        margin-bottom: 20px;
    }

    .job-single {
        /*padding-bottom: 30px;*/
    }

    .side-hide {
        margin-right: 0 !important;
    }

    .pagination>li>a,
    .pagination>li>span {
        padding: 5px 13px;
    }

    div.footer-box {
        margin: 10px 0 20px 0;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: #ffffff;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }

    .navbar-default.affix {
        background-color: rgba(255, 255, 255, 1);
        border-color: rgba(34, 34, 34, 0.05);
        transition: top 0.5s ease 0s;
        -webkit-transition: top 0.5s ease 0s;
        -moz-transition: top 0.5s ease 0s;
        -o-transition: top 0.5s ease 0s;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        color: #da251c;
        font-size: 14px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #6c6c6c;
    }

    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #000000;
    }

    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #da251c;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* .navbar-right {
        float: none !important;
        margin-right: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        border: 0px;
        margin: 12px 20px;
        padding: 0px;
        background-color: transparent;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    .konnect-submit {
        margin-top: 15px;
    }
    img.konnect-contact-icon {
        margin: 15px 15px 0 0;
    }
    .konnect-clients img {
        margin-top: 20px;
    }
    .job-single-header {
        display: none;
    }
    .footer-contact img {
        display: none;
    }
    .footer-contact .konnect-space {
        min-height: 0px;
    }
    .footer-box:nth-child(3),
    .footer-box:nth-child(4) {
        margin-top: 20px;
    } */
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

    h3,
    .h3 {
        font-size: 22px;
    }

    .job-single-header {
        display: none;
    }
}

.navbar-right {
    margin: 10px -10px 10px !important;
}

.navbar-header {
    position: absolute;
    right: 0;
    top: 0;
}

.gender-a label {
    display: inline-block;
    margin: 0 10px 0 0;
}

.gender {
    display: inline-block;
    margin: 0 3px;
}

.my-selects select {
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 6px 50px 6px 6px;
    border: 1px solid #d2d2d2;
}

.pacelife-form {
    padding: 25px;
}

.section-heading.text-dark {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    color: #c10006;
    padding: 7px 0 30px;
    text-transform: capitalize;
}

.m0 {
    margin: 0px !important;
}

.title.text-center {
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.item-box {
    overflow: hidden;
}

.footer-box ul {
    /*margin-top: 17px;*/
}

/*.my-arosel img {
    background: #eee none repeat scroll 0 0;
    border: 1px dashed #ccc;
    padding: 30px;
}*/

.footer-box ul li {
    font-size: 20px;
}

.right-bar-bg {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 3px solid #999;
    margin-bottom: 35px;
    padding: 30px 35px;
}

.btn-green {
    background-color: #087830 !important;
    border-color: #04491d !important;
}

.my-legend {
    background: #ea1010 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}

.account-main-page-last {}

.account-main-page-repurchase-plan {
    background: url(../jpg/repurchase-plan.jpg) fixed;
    padding: 100px;
}

@media (max-width: 420px) {
    .account-main-page-repurchase-plan {
        padding: 50px;
    }
}

.account-main-page-sec-1 {
    background: url(../jpg/my_account_bg.jpg) no-repeat center center;
    margin-bottom: 100px;
    padding: 150px 100px;
}

.account-main-page-sec .job-single-box a {
    background: #EC1313;
    display: block;
    border-radius: 5px 5px 0 0;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 0 4px;
    color: #fff;
}

.account-main-page>.job-single-header {
    margin-bottom: 25px;
}

.account-main-page .job-single {
    margin-bottom: 25px;
    text-align: center;
    background: #fff;
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid #00C84B;
}

.account-main-page .job-single .job-title a {
    padding: 10px;
    background: #00C84B;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.job-title.bg-fl>a {
    font-size: 18px;
    font-weight: 600;
}

.job-title.bg-fl>a:hover {
    background: #00C84B;
    color: #ffffff;
}

.job-title.bg-ml>a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.job-title.bg-ml>a:hover {
    background: #00C84B;
    color: #ffffff;
}

.job-title.bg-ll>a {
    background: #00a652 none repeat scroll 0 0;
    color: #fff;
}

.job-title.bg-ll>a:hover {
    background: #007037;
}

.job-title a .fa {
    font-size: 35px;
    margin-bottom: 5px;
}

.silver>.title-2nd {
    background: #eee;
    border: 1px solid #dfdfdf;
    color: #000;
}

.silver>.plan-data {
    background: #f1f1f1;
}

.gold-p>.title-2nd {
    background: #fef8d6;
    border: 1px solid #ffed88;
    color: #000;
}

.gold-p>.plan-data {
    background: #fef8d6;
}

.gold-p .plan-data {
    border: 1px solid #ffed88 !important;
}

.diamond-p>.title-2nd {
    background: #b3dfff;
    border: 1px solid #7cb6e1;
    color: #000;
}

.diamond-p>.plan-data {
    background: #b3dfff;
}

.diamond-p .plan-data {
    border: 1px solid #7cb6e1 !important;
}

.title-2nd {
    color: #fff;
    padding: 8px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-radius: 15px 15px 0px 0;
}

.plan-data {
    text-align: center;
    font-size: 15px;
    padding: 6px 0;
    border: 1px solid #dfdfdf;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    /* background-color: #ebebeb; */
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.title-2nd>strong {
    font-size: 30px;
}

.plan-data-products .big-text {
    font-size: 30px;
}

.plan-data-products {
    min-height: 210px;
}

.plan-data-products a {
    padding-top: 50px;
    display: block;
    color: #000
}

.plan-data-products a:hover {
    color: #29287d;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.my-new-btn {
    padding: 7px 20px;
    color: #000;
    border-radius: 20px;
    line-height: 70px;
    border: 1px solid #ddd;
}

.my-new-btn:hover {
    border: 1px solid #da251c;
    text-decoration: none !important;
    color: #fff;
    background: #ec1313;
}

a {
    text-decoration: none !important;
}

@media (max-width: 400px) {
    .social-share .fa {
        padding: 5px 10px;
    }

    div.konnect-info {
        height: 35px;
    }

    .navbar-header {
        position: inherit !important;
    }
}

.navbar-fixed-top.affix img {
    width: 74px !important;
}

.carousel-caption-new {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}

.carousel-caption-new {
    bottom: 10px;
    color: #000;
    font-size: 35px;
    font-style: italic;
    left: 0;
    padding-bottom: 0;
    padding-top: 20px;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
    z-index: 10;
    display: block;
}

.footer-box li {
    list-style: outside none none;
    /*margin-top: 10px;*/
}

.footer-box li:hover {
    list-style: none;
}

.footer-box ul li a {
    color: #000 !important;
    padding: 0;
    transition: all ease-in-out 0.3s;
    display: block;
}

.footer-box ul li a:hover {
    color: #000;
    padding-left: 5px;
    transition: all ease-in-out 0.3s;
}

.news-sec a {
    line-height: 21px !important;
}

.news-sec a:hover {
    line-height: 21px !important;
    padding: 0 !important;
}

.news-sec>li {
    background: rgba(0, 0, 0, 0) url("../png/ni.png") no-repeat scroll 0 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 70px;
}

.news-sec>li p {
    margin-bottom: 0;
}

.my-new-table {
    cursor: pointer;
}

.my-new-table>thead>tr>th {
    background: #d71111;
    border-bottom: 2px solid #ddd;
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.my-new-table>thead>tr>th .small-font {
    font-size: 13px !important;
}

table.my-new-table tbody tr td,
table.my-new-table tbody tr th {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-main-title span::after {
    background: #ec1313;
    width: 143px;
    height: 53px;
    position: absolute;
    right: -34px;
    z-index: -1;
}

.table-main-title span::before {
    /*background: transparent url("../../../assets/front/img/red-left.png") no-repeat scroll top left;*/
    width: 31px;
    height: 53px;
    position: absolute;
    left: -27px;
    z-index: -1;
}

.my-new-table th i {
    display: block;
    font-size: 30px;
    padding: 3px 0 10px 0;
}

.table-main-title {
    font-size: 22px !important;
    line-height: 22px !important;
    position: relative;
}

.table-ul>li {
    list-style: outside none none;
}

.table-ul>li:last-child {
    border: none;
}

.tr-hover-effect-silver:hover {
    background: #eee !important;
    border-color: #dfdfdf;
}

.tr-hover-effect-gold:hover {
    background: #fef8d6 !important;
    border-color: #ffed88 !important;
}

.tr-hover-effect-diamond:hover {
    background: #b3dfff !important;
    border-color: #7cb6e1 !important;
}

table.equle-td tbody tr td {
    width: 25%;
}

/*.job-title > .fa {
    color: #222;
    font-size: 55px;
    margin-bottom: 15px;
    transition: transform 0.3s ease-in-out 0s;
}
.job-title:hover .fa {
    color: #00C84B;
    font-size: 55px;
    -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
}*/

.img-v {
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.img-v:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (max-width: 767px) {
    .team1 {
        left: 0px !important;
    }
}

.side-hide i.fa {
    font-size: 16px;
    width: 20px;
}

.side-hide a:hover i.fa {
    font-size: 16px !important;
    width: 20px !important;
}

.side-hide {
    display: inline-block;
    float: left;
    margin-right: 30px;
    max-width: 260px;
}

.side-right-1 {
    margin-left: 80px;
    overflow: hidden;
}

.side-hide-btn {
    text-align: right;
    float: right;
    cursor: pointer;
    font-size: 18px;
    margin-top: 7px;
}

.job-single-box {
    color: #222;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    border: none;
    margin: 50px 0 30px;
    background: #fff;
    box-shadow: none;
}

.job-single-shadow {
    background: url(../png/slider-shadow.png) no-repeat;
    width: 164px;
    height: 18px;
    position: absolute;
    bottom: -18px;
    opacity: .85;
}

.job-single-box h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
}

.myl_story {
    background: rgba(0, 0, 0, 0) url("../jpg/making-you-live-story.jpg") no-repeat fixed center center / 100%;
    padding: 100px 0;
}

/* .owl-controls {
    display: none !important;
} */

.owl-item {
    /* border: 1px solid #ccc; */
    /* padding: 15px 40px; */
    /* padding: 15px 20px; */
}

.carousel-indicators {
    display: none !important;
}

.venture-main {
    position: relative;
}

.myl-a {
    background: rgba(0, 0, 0, 0) url("../png/myl.png") no-repeat scroll 0 0;
    height: 200px;
    left: 337px;
    position: absolute;
    top: 200px;
    width: 200px;
}

.myl-b {
    background: rgba(0, 0, 0, 0) url("../png/myl-b.png") no-repeat scroll 0 0;
    height: 175px;
    left: 789px;
    position: absolute;
    top: 329px;
    width: 175px;
}

.myl-wb {
    background: rgba(0, 0, 0, 0) url("../png/myl-wb.png") no-repeat scroll 0 0;
    height: 150px;
    left: 170px;
    position: absolute;
    top: 180px;
    width: 150px;
}

.myl-e {
    background: rgba(0, 0, 0, 0) url("../png/myl-e.png") no-repeat scroll 0 0;
    height: 150px;
    left: 311px;
    position: absolute;
    top: 410px;
    width: 150px;
}

.myl-om {
    background: rgba(0, 0, 0, 0) url("../png/myl-om.png") no-repeat scroll 0 0;
    height: 150px;
    left: 815px;
    position: absolute;
    top: 51px;
    width: 150px;
}

.myl-ct {
    background: rgba(0, 0, 0, 0) url("../png/myl-ct.png") no-repeat scroll 0 0;
    height: 150px;
    left: 670px;
    position: absolute;
    top: 210px;
    width: 150px;
}

.myl-vm {
    background: rgba(0, 0, 0, 0) url("../png/myl-vm.png") no-repeat scroll 0 0;
    height: 125px;
    left: 658px;
    position: absolute;
    top: 72px;
    width: 125px;
}

.myl-ld {
    background: rgba(0, 0, 0, 0) url("../png/myl-ld.png") no-repeat scroll 0 0;
    height: 135px;
    left: 600px;
    position: absolute;
    top: 407px;
    width: 135px;
}

span.label {
    display: ruby-base !important;
}

.points-level {
    color: #ec1616;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg-new1 {
    /*background: #f1f1f1;*/
    background: url(../png/about_bg.png) no-repeat left;
}

.item.grow-main-new {
    margin-bottom: 50px;
    padding: 50px 40px 0;
    border-bottom: 5px solid transparent;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.item.grow-main-new:hover {
    /*border-bottom: 5px solid #c02034;*/
}

.bl-5 {
    border-left: 5px solid #f1f1f1;
}

.br-5 {
    border-right: 5px solid #f1f1f1;
}

.carousel-inner {
    margin-bottom: 0px !important;
}

hr.white {
    border-color: #fff;
    border-width: 1px;
}

.f-heading {
    padding: 20px 0;
}

/* .f-heading>.bg-light-a>h3,
.f-heading>.bg-light-b>h3 {
    font-size: 35px;
    font-weight: bolder;
    text-transform: uppercase;
}

.f-heading>.bg-light-a>a,
.f-heading>.bg-light-b>a {
    display: block;
    font-size: 25px;
    padding: 0 0 15px;
} */

#FC_main {
    padding: 0;
    margin-top: 15px;
}

#FC_main .main-heading {
    margin: 0;
    font-size: 35px;
    font-weight: bolder;
    text-transform: uppercase;
}

#FC_main .main-heading+a {
    font-size: 25px;
    font-weight: bold;
    color: #bc0007;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline !important;
}

#FC_main .main-heading+a:hover {
    color: #a91319;
}

#FC_main .bg-light-a {
    padding: 15px 15px 10px;
    background: #f1f1f1 none repeat scroll 0 0;
    border-top: 3px solid #ea1010;
    border-bottom: 3px solid #ea1010;
    margin-bottom: 35px;
}

#FC_main hr {
    margin-top: 10px;
    margin-bottom: 20px;
}

#FC_main .f-head-sm {
    text-transform: uppercase;
    margin-top: 0;
}

#FC_main .FC_main:not(:last-child) {
    margin-bottom: 20px;
}

#FC_main .FC_main>.item {
    margin-bottom: 10px;
}

.p-tb-50 {
    padding: 50px 0;
}

.mt-50 {
    margin-top: 50px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.y-bullets>strong {
    background: transparent url("../png/y.png") no-repeat scroll 0 0;
    margin-left: -22px;
    padding-left: 22px;
    /* color: #000; */
    color: #bc0007;
    font-size: 16px;
}

.y-bullets>span.text-uppercase {
    font-weight: bold;
}

.f-heading>.bg-light-a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-top: 3px solid #ea1010;
    border-bottom: 3px solid #ea1010;
    /* border-right: 10px solid #fff; */
}

.f-heading>.bg-light-b {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 3px solid #ea1010;
    /* border-left: 10px solid #fff; */
}

/* .owl-controls {
    display: block !important;
}

.owl-nav {
    display: none !important;
} */

@media screen and (min-width: 980px) {
    .id_class {
        max-height: 200px;
        overflow: hidden;
        min-height: 125px;
    }

    .img-thumb.id_class {
        width: 44%;
        /* height: 40%; */
        margin: 0 auto;
        padding-top: 10px;
    }

    .grow {
        transition: all .2s ease-in-out;
        min-height: 256px;
    }
}

.m_l {
    border-bottom: 5px solid #EF4950;
}

.m_m {
    border-bottom: 5px solid #4C96D1;
}

.m_y {
    border-bottom: 5px solid #77C464;
}

.myl-club {}

.myl-club-3 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
    /*border: 2px solid #cccccc;*/
    height: 445px;
    overflow-y: hidden;
    padding: 10px;
    border-radius: 0 0 15px 15px;
}

.myl-club-3:hover {
    overflow-y: scroll;
}

.myl-club>img {
    width: 160px;
    text-align: center;
    margin: 0 auto;
}

.bg-new_events .col-lg-4 {
    padding: 0 30px;
}

.red span {
    color: #ec1313;
}

.blue span {
    color: #009cff;
}

.green span {
    color: #00c84b;
}

/*--------title-------*/

.showcase {
    margin: 50px 0;
}

.showcase_title {
    position: relative;
    /* z-index: 9; */
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    margin: 10px 0;
    color: #ec1313 !important;
    font-weight: bold;
    font-size: 30px;
}

.showcase_title:before {
    font-family: 'Open Sans', sans-serif;
    content: "\2725  ";
}

.showcase_title:after {
    font-family: 'Open Sans', sans-serif;
    content: "  \2725";
}

/*--------title-------*/

.slide_text {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.home_min_slider h3 {
    display: inline;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #303030;
    min-width: 200px;
    border-radius: 30px;
    font-size: 15px;
}

.home_min_slider h3 a {
    color: #303030;
}

.achi_btn h3 {
    /* background: rgba(0,0,0,0.8);
    bottom: 0 ;
    display: inline;
    position: absolute;
    color: #fff;
    right: 0;
    padding: 10px;
    box-shadow: -6px 0 8px 0 #000 inset;
    min-width: 120px;
    text-transform: uppercase;*/
    display: inline;
    position: absolute;
    color: #303030;
    bottom: 10%;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
}

.achi_btn h3 a {
    border: 1px solid #999;
    padding: 10px 40px !important;
    color: #303030;
    border-radius: 20px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 50px;
    /*display: inline;
    position: absolute;
    border: 1px solid #999;
    padding: 10px 20px !important;
    color: #303030;
    border-radius: 20px;
    bottom: 1%;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;*/
}

.achi {
    background: rgba(0, 0, 0, 0) url("../jpg/achi_bg.jpg") no-repeat fixed center center / cover;
    padding: 15px;
    min-height: 480px;
}

.achi_slide {
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
}

.achi_slide_img {}

.achi_text {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

.achi_text h4 {
    /*position: absolute;
    bottom: 20%;
    z-index: 99999999;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.6);    
    padding: 10px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;*/
    text-align: center;
    color: #fff !important;
}

.achi_text h4 span {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
    color: #fff !important;
}

.achi-table th {
    font-size: 15px;
}

.achi-table tr td {
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: middle !important;
}

.achi-table tr td img {
    border-radius: 50%;
}

/*-------------Animate CSS----------------*/

.animate-text {
    width: 100%;
    height: 100%;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 160px;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    transition: all ease-in !important;
}

.content__container {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0;
}

.content__container:before {
    /*content: '[';*/
    left: 0;
}

.content__container:after {
    /*content: ']';*/
    position: absolute;
    right: 0;
}

.content__container:after,
.content__container:before {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 42px;
    line-height: 40px;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.content__container__text {
    display: inline;
    float: left;
    margin: 0;
    color: #fff !important;
    font-size: 32px;
    font-family: Times New Roman;
    font-weight: 100;
    line-height: 43px;
}

.content__container__list {
    margin-top: 5px;
    /*padding-left: 270px;
    text-align: left;*/
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: 10;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: 10;
    font-family: Times New Roman;
}

.content__container__list__item {
    line-height: 40px;
    margin: 0;
    font-size: 30px !important;
    color: #444444;
}

@-webkit-keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {

    0%,
    12.66%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }

    0%,
    12.66%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*-------------Animate CSS----------------*/

/*-------------Animate CSS----------------*/

.mn-pre-head::before {
    background: transparent url("../png/red-left.png") no-repeat scroll top left;
    width: 31px;
    height: 53px;
    position: absolute;
    left: -27px;
    z-index: -1;
}

.mn-pre-head {
    background: #c10006;
    background: -moz-linear-gradient(left, #c10006 0%, #ad0009 100%);
    background: -webkit-linear-gradient(left, #c10006 0%, #ad0009 100%);
    background: linear-gradient(to right, #c10006 0%, #ad0009 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c10006', endColorstr='#ad0009', GradientType=1);
}

.mn-pre-head::after {
    background: transparent url("../png/red-right.png") no-repeat scroll top right;
    width: 143px;
    height: 53px;
    position: absolute;
    right: -24px;
    z-index: -1;
}

.mob-reg {}

.mob-reg .dropdown-menu {
    top: 28px;
}

.mob-reg li a {
    /*font-size: 15px;
    text-transform: capitalize !important;
    color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 0;*/
    padding: 14px 10px 13px 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.mob-reg li .dropdown-menu li a {
    color: #303030 !important;
    line-height: 5px;
    padding: 10px;
    text-transform: capitalize;
}

.mn-pre-head li a {
    line-height: 0;
    padding: 14px 15px 13px 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.mn-pre-head li a:hover {
    background: transparent;
}

li.log-in-style {
    text-align: center;
    /* margin-top: 6px; */
}

li.log-in-style a {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0px 13px 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    color: #404040;
}

li.log-in-style a:hover span {
    background: #C10006;
    color: #fff;
}

li.log-in-style span {
    padding: 0;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    color: #404040;
    width: 30px !important;
    display: inline-block;
    background: #ccc;
    height: 30px;
    border-radius: 60px;
    line-height: 28px;
    margin-right: 5px;
}

li.log-in-style a.red span {
    background: #C10006;
    color: #fff;
}

li.log-in-style a:hover {
    background: transparent;
}

.p-0 {
    padding: 0 !important;
}

.home_min_slider .carousel-inner>.item>a>img,
.home_min_slider .carousel-inner>.item>img {
    max-height: 480px;
}

.footer_news>img {
    position: absolute;
    left: -25px;
    bottom: -3px;
}

.footer_news {
    border: 3px solid #A0A0A0;
    border-radius: 0px 0 10px 0px;
}

h2.footer_myl {
    color: #000 !important;
    font-size: 35px;
    font-family: Times New Roman;
    margin: 0;
}

.myl-product .owl-item {
    border: none !important;
    text-align: center;
}

.myl-product .owl-item h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 1300px) {
    .myl-product .owl-item h4 {
        min-height: 40px;
    }
}

.myl-product .owl-item a {
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 4px 18px 3px;
    line-height: 35px;
    border-radius: 30px;
    color: #303030;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.myl-product .owl-item a:hover {
    color: #fff;
    background: #444444;
    border-color: #444444;
}

.new-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.new-title span {
    display: block;
    font-size: 20px;
    letter-spacing: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.myl-achiever-lists .owl-item {
    border: none !important;
    padding: 0;
    text-align: center;
}

.list-img {
    overflow: hidden;
    height: 150px;
    padding: 0 10px;
}

.list-img img {
    vertical-align: bottom;
}

.myl-achiever-lists .owl-controls,
.myl-product .owl-controls {
    display: none !important;
}

.commmon-btn a {
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 4px 18px 3px;
    line-height: 35px;
    border-radius: 30px;
    color: #303030;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.commmon-btn a:hover {
    color: #fff;
    background: #444444;
    border-color: #444444;
}

.m-btn a {
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 4px 18px 3px;
    line-height: 35px;
    border-radius: 30px;
    color: #303030;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.m-btn a:hover {
    color: #fff;
    background: #009CFF;
    border-color: #009CFF;
}

.y-btn a {
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 4px 18px 3px;
    line-height: 35px;
    border-radius: 30px;
    color: #303030;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.y-btn a:hover {
    color: #fff;
    background: #00C84B;
    border-color: #00C84B;
}

.l-btn a {
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 4px 18px 3px;
    line-height: 35px;
    border-radius: 30px;
    color: #303030;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.l-btn a:hover {
    color: #fff;
    background: #EC1313;
    border-color: #EC1313;
}

.m-color {
    color: #009CFF;
}

.y-color {
    color: #00C84B;
}

.l-color {
    color: #EC1313;
}

.m-border {
    border-color: #009CFF;
}

.y-border {
    border-color: #00C84B;
}

.l-border {
    border-color: #EC1313;
}

.m-border,
.y-border,
.l-border {
    margin-bottom: 0;
}

.spe-right {
    background: rgba(0, 0, 0, 0) url("../png/sep.png") no-repeat scroll 524px center;
}

.myl-achiever-lists h4 {
    font-size: 13px;
    min-height: 40px;
}

.myl-achiever-lists p {
    font-size: 11px;
}

.myl-product .owl-item {
    border: none;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 20px 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 58%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 58%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 58%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.QO_popup {
    padding-left: 0;
    padding-right: 0;
}

.height-30 {
    height: 30px;
}

.pt-box {
    padding: 15px;
}

.border-design {
    border: 2px solid #fff;
    display: block;
    padding: 20px 0;
}

.pt-box p {
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 17px;
    font-weight: bold;
}

.pt-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    display: block;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    font-weight: 800 !important;
}

.bg-red {
    background: #ea1d24;
}

.bg-green {
    background: #609f44;
}

.bg-blue {
    background: #4992d0;
}

.bg-blue .border-design {
    padding: 22px 0;
}

.bg-red .border-design {
    padding: 38px 0;
}

.img-main-box {
    position: relative;
}

#choose_step>.modal-dialog>.modal-content {
    width: 100%;
}

/*.img-main-box:hover .img-main-box-know-more{
    display: block;
}*/

.img-main-box:hover .img-main-box-bg {
    display: block;
}

.img-main-box-bg {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    text-align: center;
    display: none;
}

.img-main-btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

.img-main-btn a {
    border: 1px solid #fff;
    padding: 7px 20px;
    color: #fff;
    border-radius: 20px;
    line-height: 70px;
}

.img-main-btn a:hover {
    border: 1px solid #ddd;
    text-decoration: none !important;
    color: #000;
    background: #fff;
}

.slider-list-img {
    width: 200px;
    height: 235px;
    overflow: hidden;
}

@media (max-width: 420px) {
    .navbar-collapse {
        display: none;
    }

    .slider-list-img {
        width: 115px;
        float: left !important;
    }

    .slider-list-text {
        float: right !important;
        width: 165px;
        background: rgba(0, 0, 0, 0.8);
        padding: 5px;
        left: 10px !important;
        margin-top: 30px;
    }

    .page-slider .carousel-inner {
        overflow: visible !important;
        /*margin-top: 600px !important;*/
    }

    .page-slider .carousel-caption {
        top: 25px;
    }

    .page-slider .list-name {
        font-size: 16px !important;
        line-height: 20px !important;
        color: white !important;
        letter-spacing: 0.5px;
    }

    .page-slider .slider-list-text p.list-id,
    .slider-list-text p.list-award {
        font-size: 13px !important;
        color: #fff !important;
    }

    .mob-col-pad-none {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .page-slider .carousel-caption {
        left: 10%;
        right: 10%;
    }

    .vert-mid {
        display: inline-block;
        vertical-align: middle;
    }

    .page-slider .myl-achiever-lists {
        display: inline-block;
    }
}

@media (max-width: 360px) {
    .slider-list-text {}

    .page-slider .carousel-caption {
        top: 10px;
    }
}

.slider-list-text {
    position: relative;
    left: 20px;
}

.slider-list-text p {
    text-transform: uppercase;
    bottom: 0px;
    color: #000;
    text-shadow: none;
    margin: 0;
}

.slider-list-text p.list-name {
    font-size: 30px;
    color: red;
    font-weight: 600;
    line-height: 30px;
}

.slider-list-text p.list-id,
.slider-list-text p.list-award {
    font-size: 18px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 15% !important;
        left: 15% !important;
    }
}

.slider-main-text {
    font-size: 45px;
    color: #009CFF;
    font-weight: 600;
    margin-bottom: 70px;
}

.led-list-img {
    height: 175px;
    overflow: hidden;
    padding: 0px 20px;
}

.slider-list-car-img {
    position: relative;
    right: 0;
    bottom: -40px;
}

.car-slider-list-text {
    position: relative;
    left: 20px;
}

.car-slider-list-text p {
    text-transform: uppercase;
    bottom: 0px;
    color: #000;
    text-shadow: none;
    margin: 0;
}

.car-slider-list-text p.list-name {
    font-size: 30px;
    color: red;
    font-weight: 600;
    line-height: 30px;
}

.car-slider-list-text p.list-id,
.car-slider-list-text p.list-award {
    font-size: 18px;
}

.color-white {
    color: #fff !important;
}

.led-list {
    min-height: 110px;
}

@media screen and (max-width: 420px) {

    .mn-pre-head::after,
    .mn-pre-head::before {
        display: none;
    }
}

.product-qty {
    margin-top: 20px;
}

.product-qty a {
    border: 1px solid #da251c;
    text-decoration: none !important;
    color: #fff;
    background: #ec1313;
    border-radius: 5px;
    padding: 5px 40px;
    font-size: 17px;
}

#count {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 22px;
    padding: 0 20px !important;
}

.count-sec {
    display: inline;
    border: 1px solid #555;
    padding: 7px 5px;
    border-radius: 5px;
    margin-right: 5px;
}

#product-section .img-thumbnail {
    border: 1px solid transparent !important;
}

.prod-detail-lable {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: open sans;
    text-transform: uppercase;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.count-sec .btn {
    font-size: 18px;
}

.count-sec input {
    background: none;
}

.fb-post img {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.myl_prod_name h1 {
    font-family: open sans;
    font-size: 30px;
    font-weight: 800;
    /*margin-top: 0 !important;*/
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0;
}

.product-detail-tab li a {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "open sans";
    text-transform: capitalize;
    color: #333;
}

.product-detail-tab>li.active>a,
.product-detail-tab>li.active>a:focus,
.product-detail-tab>li.active>a:hover {
    color: #eb1d25 !important;
}

.product-detail-tab li a i {
    margin-right: 7px !important;
}

.product-detail-content li {
    margin-left: 20px;
}

.bottom-rule h2 {
    font-size: 21px;
    font-family: open sans;
    letter-spacing: 0.5px;
}

/* .navbar-nav>li>a {
    line-height: 0 !important;
    background: none !important;
} */

.myl_footer_menu ul li {
    list-style-type: none;
    margin-top: 10px;
}

.myl_footer_menu ul li:first-child {
    margin-top: 0 !important;
}

.myl_footer_menu ul li a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.myl_footer_menu ul li a:hover {
    color: #ec1313;
}

.about-mission-vision {
    margin-top: 100px;
}

.who-we-r {}

.who-we-r p {
    font-size: 17px;
    font-weight: 100;
    background: #efefef;
    padding: 20px;
    border: 5px solid #ddd;
    letter-spacing: 0.5px;
}

.about-mission-vision {
    background: rgba(0, 0, 0, 0) url("../jpg/making-you-live-story.jpg") no-repeat fixed center center / 100%;
    padding: 100px 0;
}

.about-mission-vision h2 {
    background: #ddd;
    display: inline;
    padding: 5px 20px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.about-mission-vision p {
    border: 2px solid #ddd;
    padding: 30px;
    letter-spacing: 1px;
    margin-top: -15px;
    text-align: center;
    color: #fff;
}

.client-logo-crousel .grow {
    min-height: 0 !important;
}

.contact-map {
    padding-bottom: 30px;
}

.contact-map input::-webkit-input-placeholder,
.contact-map textarea::-webkit-input-placeholder {
    color: #333 !important;
}

.contact-map input:-moz-placeholder,
.contact-map textarea::-webkit-input-placeholder {
    /* Firefox 18- */
    color: #333 !important;
}

.contact-map input:-ms-input-placeholder,
.contact-map textarea::-webkit-input-placeholder {
    color: #333 !important;
}

.contact-address li {
    line-height: 25px;
    list-style-type: none;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.contact-address li i {
    font-size: 20px;
    margin-right: 20px;
}

.leg-docu img {
    border: 5px solid #ddd;
}

.contact-sec {
    height: 452px;
    background: #c10006;
}

.contact-sec h3 {
    text-transform: uppercase;
    margin: 15px 0 !important;
}

.myl-login-form {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.myl-login-form .input-group-addon {
    border: none !important;
    padding: 15px 17px;
}

.myl-login-form a {
    font-size: 15px;
    color: #555;
}

.myl-login-form-forget-pass {
    padding: 5px 0;
}

.myl-login-form-btn {}

.myl-login-form .form-group input,
.myl-login-form .form-group textarea {
    border-radius: 0 !important;
    background-color: #f8f8f8;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 0 0;
    border: 1px solid #eee;
    height: 50px;
}

.myl-login-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.myl-login-form i {
    position: absolute;
    top: 20px;
    right: 25px;
}

.myl-login-form .my-new-btn {
    background: #c10006;
    color: #fff;
    font-size: 15px;
    border: none;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 5px !important;
    margin-top: 10px;
}

.myl-login-title h3 {
    color: #fff;
    font-size: 20px;
    padding: 20px 10px;
}

.sec-pad {
    padding: 100px;
}

/*.my-acc-builder, .my-acc-edu{
    position: relative;
}
.my-acc-builder a, .my-acc-edu a{
    position: absolute;
    right: 10px;
    bottom: 20px;
    background: rgba(255,255,255,0.7);
    padding: 10px 20px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    
}*/

.myl_fixed_menu {
    position: fixed !important;
    width: 100%;
    background: #fff !important;
    padding: 10px;
}

#mainNav {
    -webkit-box-shadow: 0px 2px 5px #cecece;
    box-shadow: 0px 2px 5px #cecece;
}

.myl_fixed_menu#mainNav ul {
    margin-top: 6px;
}

@media (max-width: 420px) {
    .logo-scroll {
        display: none !important;
    }
}

.logo-scroll {
    display: none;
    float: left;
}

.myl_fixed_menu .logo-scroll {
    display: block;
}

.myl_fixed_menu .menu-scroll {
    float: right !important;
}

.job-single-new {
    background: #f8f8f8;
    box-shadow: 4px 4px 0px 0 #dfdfdf;
    position: relative;
    text-align: right;
    padding: 20px;
}

.job-single-new span.job-title {
    font-size: 20px;
}

.job-single-new span small {
    font-size: 15px;
    text-transform: uppercase;
}

.job-single-new a {
    display: block;
}

.job-single-new .tl-icon {
    position: absolute;
    top: -30px;
    left: -10px;
    background: #EC1313;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
}

.job-single-new .job-title>.fa {
    color: #fff;
    transition: transform 0.3s ease-in-out 0s;
}

.job-single-new:hover .fa {
    color: #fff;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}

.white {
    color: #fff;
}

.header-img-new {
    /* margin-top: -60px; */
    opacity: .35;
}

@media (max-width: 420px) {
    .header-img-new {
        margin-top: 60px !important;
    }

    .header-img-new img {
        display: none;
    }

    .profile-text {
        margin-top: -50px !important;
    }

    .profile-text li {
        float: none;
    }

    header.innner-page h1 {
        font-size: 14px !important;
        letter-spacing: 0.5px;
        line-height: 20px;
    }
}

.zoom {
    animation: scale 40s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.f-btn a {
    background: #fff;
    text-transform: uppercase;
    border: 1px solid #4268B3;
    padding: 4px 18px 3px;
    line-height: 35px;
    border-radius: 30px;
    color: #4268B3;
    font-size: 12px !important;
    letter-spacing: 0.5px;
}

.f-btn a:hover {
    color: #fff;
    background: #4268B3;
    border-color: #4268B3;
}

.profile-img {
    width: 150px;
    overflow: hidden;
    height: 175px;
    position: absolute;
    top: -70px;
    border: 1px solid #DFDFDF;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) and (max-width: 420px) {
    .profile-img {
        top: -30px;
    }
}

.profile-text {
    margin-left: 175px;
}

.profile-text li {
    list-style-type: none;
    float: left;
    margin-left: 30px;
}

.bg-myl-club {
    background: #e0e0e0;
    background: -moz-linear-gradient(left, #e0e0e0 0%, #ffffff 35%, #ffffff 65%, #e0e0e0 100%);
    background: -webkit-linear-gradient(left, #e0e0e0 0%, #ffffff 35%, #ffffff 65%, #e0e0e0 100%);
    background: linear-gradient(to right, #e0e0e0 0%, #ffffff 35%, #ffffff 65%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#e0e0e0', GradientType=1);
}

@media (min-width: 768px) {
    .clients-logo img {
        display: block !important;
    }
}

.clients-logo {
    padding: 0;
    border-top: 1px solid #555;
    text-align: center;
}

.clients-logo img {
    margin: 20px 0 0;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    display: inline !important;
}

.clients-logo img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

@media (max-width: 420px) {
    .clients-logo img {
        margin: 20px 0 0;
        -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }
}

/*---------col-7----------*/

/*---------col-7----------*/

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-7ths {
    width: 14.2849%;
    float: left;
}

/*@media (min-width: 768px) {
        .col-sm-7ths {
            width: 14.2849%;
            float: left;
        }
    }*/

@media (min-width: 992px) {
    .col-md-7ths {
        width: 14.2849%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 14.2849%;
        float: left;
    }
}

/*---------col-7----------*/

/*---------col-7----------*/

@media (max-width: 420px) {
    .Iam {
        padding: 0 20px;
    }
}

@media (max-width: 1400px) {
    .Iam p {
        font-size: 22px !important;
    }
}

.Iam {
    padding: 0 20px;
    font: normal 40px/50px Montserrat, sans-serif;
    color: #999;
}

.Iam p {
    height: 35px;
    float: left;
    margin-left: 0;
    font-size: 24px;
    /* font-family: time roman; */
    font-weight: bold;
}

.Iam b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
    top: 0;
}

.Iam .innerIam {
    display: inline-block;
    color: #333;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    font-size: 25px;
    font-family: "time new roman";
    /*animation*/
    -webkit-animation: move 10s;
    -moz-animation: move 10s;
    -ms-animation: move 10s;
    -o-animation: move 10s;
    animation: move 10s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation-delay*/
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@keyframes move {
    from {
        left: -200px;
    }

    to {
        left: 0px;
    }
}

@-webkit-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-moz-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-o-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

.dream-it-p {
    margin-left: 20px;
}

.main_page_myl_header_list {}

@media (max-width: 420px) {
    .main_page_myl_header_list {
        margin: 22px 0 !important;
    }
}

.website-prod-name {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: open sans;
    min-height: 50px;
    display: block;
    letter-spacing: 1px;
}

.website-prod-price {
    line-height: 40px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.owl-carousel-testimonial {
    background: #f1f1f1;
    padding: 20px 0;
    border-radius: 20px;
}

.owl-carousel-testimonial .owl-item {
    border: medium none;
}

.owl-carousel-testimonial .owl-item h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.owl-carousel-testimonial .owl-item p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 100;
}

.owl-carousel-testimonial .owl-item b {
    font-size: 30px;
    color: #ccc;
    font-weight: 300;
}

.web-cart-right-btn a {
    position: fixed;
    right: 0;
    top: 45%;
    background: #bc0007;
    color: #fff;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    font-family: open sans;
    transition: 0.3s;
    cursor: pointer;
    z-index: 999;
}

.web-cart-right-btn a:hover {
    padding-right: 30px;
}

.website-cart strong {
    text-transform: uppercase;
    font-family: open sans !important;
}

.myaccountbox {
    background: white;
    text-align: center;
    min-height: 150px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.myaccountbox h2 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 25px;
}

.accname {
    background: red;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 0 0 0;
}

.accdetail {
    margin-top: 10px;
    font-weight: bold;
}

.acc-bg {
    background: url("../jpg/accbg.jpg");
    padding: 125px 0;
}

/* NEW STYLING BY A */

.d-none {
    display: none !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex-wrap {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-inline-flex-wrap {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.w-100 {
    width: 100%;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-bottom: 20px;
}

.mt-15 {
    margin-bottom: 20px;
}

.fancy-radio {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 0;
    vertical-align: top;
}

.fancy-radio.margin {
    margin-bottom: 10px;
    margin-right: 0;
}

.fancy-radio:last-child {
    margin-bottom: 0;
}

.fancy-radio .round,
.fancy-radio .text {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

.fancy-radio .round {
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    position: relative;
}

.fancy-radio .round:after {
    content: "";
    position: absolute;
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    background: transparent;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fancy-radio .text {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-top: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.fancy-radio>input {
    display: none;
}

.fancy-radio>input:checked+.round:after {
    background: #bc0007;
}

.fancy-radio.w-auto {
    width: auto;
}

.fancy-radio.big .round {
    height: 25px;
    width: 25px;
}

.fancy-radio.big .text {
    font-size: 16px;
    width: calc(100% - 30px)
}

.fancy-checkbox {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 0;
    vertical-align: top;
}

.fancy-checkbox.margin {
    margin-bottom: 10px;
    margin-right: 0;
}

.fancy-checkbox .box,
.fancy-checkbox .text {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

.fancy-checkbox .box {
    height: 22px;
    width: 22px;
    border: 2px solid #000;
    position: relative;
}

.fancy-checkbox .box i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #bc0007;
    font-size: 16px;
}

.fancy-checkbox .text {
    width: calc(100% - 22px);
    padding-left: 10px;
    padding-top: 2px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.fancy-checkbox>input {
    display: none;
}

.fancy-checkbox>input:checked~.box i {
    opacity: 1;
}

.clear-parent::after {
    content: '';
    display: block;
    clear: both;
}

.ST_CP-heading {
    font-size: 33px;
    text-align: left;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
    color: #bc0007;
    border-bottom: 2px solid #c6c6c6;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .ST_CP-heading {
        margin-bottom: 10px;
        font-size: 23px;
        padding-bottom: 13px;
    }
}

#ST_choose-packages-steps {
    padding-top: 50px;
    padding-bottom: 30px;
}

.ST_choose-packages {
    /* margin: 20px 0; */
    margin: 20px 0 0;
    display: table;
}

@media screen and (max-width: 767px) {
    .ST_choose-packages {
        padding-left: 0;
        padding-right: 0;
    }
}

.ST_choose-packages .ST_CP-LT,
.ST_choose-packages .ST_CP-RT {
    width: 100%;
}

@media screen and (min-width: 768px) {

    .ST_choose-packages .ST_CP-LT,
    .ST_choose-packages .ST_CP-RT {
        display: table-cell;
        vertical-align: top;
    }
}

@media screen and (min-width: 768px) {
    .ST_choose-packages .ST_CP-LT {
        width: 45%;
    }
}

@media screen and (min-width: 768px) {
    .ST_choose-packages .ST_CP-RT {
        width: 55%;
        padding-left: 25px;
    }
}

.ST_choose-packages .ST_CP-LT .labels {
    margin-bottom: 0;
    padding: 0;
}

.ST_choose-packages .ST_CP-LT .labels .box {
    margin: auto;
    border: 3px solid #fff;
    height: 50px;
    width: 50px;
    font-size: 32px;
    margin-bottom: 10px;
}

.ST_choose-packages .ST_CP-LT .labels .box i {
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .ST_choose-packages .ST_CP-LT .labels .box {
        height: 40px;
        width: 40px;
        font-size: 25px;
    }
}

.ST_choose-packages .ST_CP-LT .labels .control-label {
    display: block;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    background: #bc0007;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 15px;
    text-align: center;
    line-height: normal;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .ST_choose-packages .ST_CP-LT .labels .control-label {
        font-size: 15px;
        padding: 15px 10px 15px;
    }
}

.ST_choose-packages .ST_CP-LT .labels .control-label:hover {
    background-color: #a50309;
}

.ST_choose-packages .ST_CP-LT .labels .control-label:nth-child(2n) {
    margin-left: auto;
}

.ST_choose-packages .ST_CP-LT .labels .control-label input {
    display: none;
}

.ST_choose-packages .ST_CP-LT .labels .control-label input:checked+.box i {
    opacity: 1;
}

.ST_choose-packages .show_message {
    margin: 15px 0;
}

.ST_choose-packages .show_message .btn {
    float: right;
    color: #fff !important;
    border-radius: 0;
    background: #333;
    border-color: #333;
    padding: 6px 14px 3px;
    line-height: normal;
    font-size: 18px;
}

.ST_choose-packages .ST_CP-RT #packagename {
    padding: 12px 15px;
    background-color: #bc0007;
    border: none !important;
}

.ST_choose-packages .ST_CP-RT #packagename h5 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.ST_choose-packages-main {
    display: block;
}

.ST_choose-packages-main .sm-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.choose-existing-user .CEU-inner {
    padding-left: 0;
}

.choose-existing-user #selction-ajax {
    margin-top: 7px;
    color: #de0008;
    font-weight: bold;
}

.choose-existing-user label {
    color: #333;
    font-size: 15px;
}

.form-control {
    border-color: #a9a9a9;
    border-radius: 0;
}

.form-control[type="text"] {
    height: 40px;
}

.LR-heading {
    font-weight: 600;
    margin-bottom: -6px;
}

.next_def-btn {
    border-radius: 0;
    background: #333;
    border-color: #333;
    padding: 6px 14px 3px;
    line-height: normal;
    font-size: 18px;
    color: #fff;
}

.next_def-btn:hover,
.next_def-btn:focus,
.next_def-btn:active {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff;
}

.site-form-input label {
    width: 100%;
    margin-bottom: 3px;
    font-size: 16px;
    color: #000;
}

.site-form-input input,
.site-form-input textarea,
.site-form-input select {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    width: 100%;
}

.site-form-input input,
.site-form-input select {
    height: 40px;
    width: 100%;
}

.web-cart-right-btn a sup {
    font-weight: bold;
    position: relative;
    top: 0;
    font-size: 17px;
    margin-left: 5px;
}

.ST_table * {
    position: static;
}

.ST_table td,
.ST_table th {
    padding: 10px 15px !important;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    border: 1px solid #a9a9a9 !important;
    color: #333;
}

.ST_table thead td,
.ST_table thead th {
    background-color: #efefef;
    padding: 11px 15px 7px !important;
    /* font-size: 15px; */
    font-size: 14px;
    color: #bc0007;
}

.ST-newHeading-outer {
    padding: 20px 0 0;
    border-bottom: 1px solid #c6c6c6;
}

.ST-newHeading {
    color: #bc0007;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ST-newHeading i {
    display: none;
}

.ST-newHeading+img {
    margin: 12px auto 0;
    max-width: 170px;
    display: block;
}

.step1-section {
    padding-top: 0;
}

.header-img-new-outer {
    position: relative;
}

.header-img-new-outer .caption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.header-img-new-outer .caption>img {
    width: 100%;
}

.header-img-new-outer .caption .caption-inner {
    position: absolute;
    top: 50%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 30px;
    border: 4px solid #fff;
    color: #fff;
}

.header-img-new-outer .caption .caption-inner h1 {
    margin: 0;
    color: #bc0007;
    font-weight: bold;
}

.OD_above {
    padding: 11px 15px 9px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    background: #f2f2f2;
    border: 2px solid #ccc;
}

.order_final-popup>.heading {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}

.order_final-popup .OFP-form {
    margin: 0 0 15px;
    text-align: left;
}

.order_final-popup .money-details h5,
.order_final-popup .money-details h6 {
    margin: 0 0 15px;
    font-size: 16px;
    color: #333;
}

.order_final-popup .money-details h5.balance,
.order_final-popup .money-details h6.balance {
    margin-bottom: 0;
    color: #A50309;
    font-weight: bold;
    font-size: 20px;
}

.order-btn {
    width: 100%;
    font-size: 20px;
    padding: 7px 0 3px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    background: #333;
    border-color: #333;
    margin: 17px 0 0;
}

.order-btn:hover,
.order-btn:focus,
.order-btn:active {
    background: #000;
}

.order-btn.bg {
    padding: 10px 0 5px;
    font-size: 22px;
}

.goBackBtn {
    font-size: 17px;
    margin: 20px 0 0;
}

.QOP-form {
    margin-bottom: 0;
}

.QOP-form:not(:last-child) {
    margin-bottom: 10px;
}

.QO_popup .next_def-btn {
    margin-top: 15px;
}

.QO_popup .heading {
    margin: 10px 0 11px;
    font-size: 22px;
    font-weight: bold;
}

.QO_popup .choose-existing-user {
    margin-top: 15px;
}

.alert {
    padding: 15px 15px 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

.MPack_Tab {
    max-height: 400px;
}

#cart_overview_list .CO_heading {
    padding: 13px 15px 9px;
    background-color: #bc0007;
    border: none !important;
    border-radius: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.panel-primary {
    border-color: #bc0007;
}

code {
    padding: 2px 5px;
    font-size: 90%;
    color: #c61340;
    background-color: #f5d2dc;
}

.thankYou_msg {
    font-size: 14px;
    padding: 10px 20px;
}

.thankYou_msg:before {
    content: "\f118";
    font-family: fontAwesome;
    display: block;
    font-size: 72px;
    line-height: normal;
    margin-bottom: 10px;
}

#CA_form {}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #bc0007;
    transition: .2s;
}

.form-group,
.site-form-input {
    clear: both;
}

/* ST NEW HEADER START */

#ST_header {
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
}

#headTop {
    /* padding-top: 10px;
    padding-bottom: 10px; */
}

.headTop>.LT,
.headTop>.RT {
    float: left;
    transition: .3s;
}

@media (min-width: 768px) {
    .headTop>.LT {
        width: 120px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .headTop>.RT {
        width: calc(100% - 120px);
        padding-left: 15px;
    }

    #ST_header.fixed .headTop>.RT>.RT_top {
        display: none;
    }

    #ST_header.fixed .headTop>.LT {
        width: 85px;
    }

    #ST_header.fixed .headTop>.RT {
        width: calc(100% - 85px);
        padding-top: 15px;
    }
}

.headTop .RT_top .inner,
.headTop .RT_bottom .inner {
    display: table;
    margin-left: auto;
}

/* .headTop .RT_top.mobile {
    background: #c10006;
    background: -moz-linear-gradient(left, #c10006 0%, #ad0009 100%);
    background: -webkit-linear-gradient(left, #c10006 0%, #ad0009 100%);
    background: linear-gradient(to right, #c10006 0%, #ad0009 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10006', endColorstr='#ad0009', GradientType=1);
    position: relative;
    margin-left: 0;
} */

@media (min-width: 768px) {
    .headTop .RT_top .inner>ul {
        background: #c10006;
        background: -moz-linear-gradient(left, #c10006 0%, #ad0009 100%);
        background: -webkit-linear-gradient(left, #c10006 0%, #ad0009 100%);
        background: linear-gradient(to right, #c10006 0%, #ad0009 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c10006', endColorstr='#ad0009', GradientType=1);
        position: relative;
        margin-left: 0;
    }

    .headTop .RT_top .inner>ul:after,
    .headTop .RT_top .inner>ul:before {
        content: '';
        position: absolute;
        top: 0;
    }

    .headTop .RT_top .inner>ul:before {
        left: 0;
        background: transparent url("../png/red-left.png") no-repeat left center;
        background-size: 100% 100%;
        -webkit-transform: translatex(-100%);
        transform: translatex(-100%);
        width: 20px;
        height: 100%;
    }

    .headTop .RT_top .inner>ul:after {
        right: 0;
        background: transparent url("../red-right2.html") no-repeat left center;
        -webkit-transform: translatex(100%);
        transform: translatex(100%);
        background-position: top right;
        background-size: 50px 100%;
        height: calc(100% + 11.5px);
        width: 35px;
    }
}

.headTop .RT_top .inner>ul>li {
    padding: 10px 10px 7px;
    position: relative;
}

.headTop .RT_top .inner>ul>li:last-child {
    padding-right: 0;
}

.headTop .RT_top .inner>ul>li a {
    font: 600 14px 'Open Sans', sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}

.headTop .RT_top .inner>ul>li>a:hover {
    text-decoration: underline !important;
    color: #e5e5e5;
}

.headTop .RT_top .inner>ul>li ul {
    display: none;
    background-color: #efefef;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    border: 1px solid #c6c6c6;
}

.headTop .RT_top .inner>ul>li:hover ul {
    display: block;
}

.headTop .RT_top .inner>ul>li ul>li>a {
    color: #000;
    padding: 9px 13px !important;
    display: block;
    font-size: 13px !important;
}

.headTop .RT_top .inner>ul>li>a span i {
    margin-right: 1px;
    font-size: 15px;
}

.headTop .RT_bottom {
    margin-top: 15px;
    transition: .3s;
}

@media (min-width: 992px) {
    #ST_header.fixed .headTop .RT_bottom {
        margin-top: 9px;
    }
}

.headTop .RT_bottom .inner>ul {}

.headTop .RT_bottom .inner>ul>li {
    padding: 0 8px;
}

.headTop .RT_bottom .inner>ul>li:last-child {
    padding-right: 0;
}

.headTop .RT_bottom .inner>ul>li>a {
    font: 600 14px 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    color: #404040;
    display: block;
    transition: .3s;
}

.headTop .RT_bottom .inner>ul>li>a>span {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
}

.headTop .RT_bottom .inner>ul>li>a [class*="ti-"],
.headTop .RT_bottom .inner>ul>li>a .fa {
    height: 30px;
    width: 30px;
    background: #ccc;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 14px;
    color: #111;
    position: relative;
}

.headTop .RT_bottom .inner>ul>li>a [class*="ti-"]::before,
.headTop .RT_bottom .inner>ul>li>a .fa::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: none;
}

.headTop .RT_bottom .inner>ul>li>a.active,
.headTop .RT_bottom .inner>ul>li>a:hover {
    color: #000;
}

.headTop .RT_bottom .inner>ul>li.active>a [class*="ti-"],
.headTop .RT_bottom .inner>ul>li.active>a .fa,
.headTop .RT_bottom .inner>ul>li>a:hover [class*="ti-"],
.headTop .RT_bottom .inner>ul>li>a:hover .fa {
    background: #C10006;
    color: #fff;
}

.headTop .RT_bottom .inner>ul>li.user>a span i {
    color: #C10006;
}

#headMenu {
    background: #efefef;
    position: relative;
    border: medium transparent;
    -webkit-box-shadow: 0px 2px 5px #cecece;
    box-shadow: 0px 2px 5px #cecece;
}

.headMenu .navbar {
    margin: 0px;
    min-height: auto;
}

.headMenu .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.headMenu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.headMenu .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
}

.headMenu .navbar-nav>li {
    padding: 15px 13px 15px;
    float: none;
    display: inline-block;
}

@media (min-width: 768px) {
    .headMenu .navbar-nav>li:first-child {
        padding-left: 0;
    }

    .headMenu .navbar-nav>li:last-child {
        padding-right: 0;
    }
}

.headMenu .navbar-nav>li>a {
    font: 700 14px 'Open Sans', sans-serif !important;
    color: #111;
    text-transform: uppercase;
    padding: 0;
}

.headMenu .navbar-nav>li>a:hover,
.headMenu .navbar-nav>li.quick-order>a,
.headMenu .navbar-nav>li.active>a {
    color: #C10006 !important;
    background-color: transparent !important;
}

/* ST HEADER FINISH */

/* ST FOOTER START */

.rotating-divs>span:not(.active) {
    display: none;
}

.rotating-divs>span {
    font-weight: 700;
}

#ST_footer {
    background: rgba(0, 0, 0, 0) url(../jpg/footer_bg.jpg) no-repeat fixed center center / cover;
    border-top: 1px solid #e3e3e3;
}

.footTop {
    padding: 30px 15px;
}

@media (max-width: 1199px) {
    .footTop .fb-page>.inner {
        overflow: auto;
    }
}

@media (min-width: 768px) {
    .footTop>.item:first-child {
        padding-left: 0;
    }

    .footTop>.item:nth-child(3) {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .footTop>.item:last-child {
        padding-right: 0;
    }

    .footTop>.item:nth-child(3) {
        padding-right: 15px;
    }

    .footTop>.item.myl {
        width: 250px;
    }

    .footTop>.item.f-links {
        width: calc(33.3% - (250px / 2));
    }
}

.footTop>.item.myl .heading {
    font: normal 21px Montserrat, sans-serif;
    color: #000;
    font-weight: 800;
}

.footTop>.item.myl .rotating-divs-outer {
    font: bold 20px Montserrat, sans-serif;
    margin-top: 12px;
    color: #c10006;
}

.footTop .foot-servs {
    padding: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #a5a5a5;
}

.footTop .foot-servs .imgs {
    padding: 0 15px;
}

#ST_footer .foot-ul {}

#ST_footer .foot-ul>li {
    font: 600 16px 'Hind', sans-serif;
    color: #333;
}

#ST_footer .foot-ul>li:not(:last-child) {
    margin-bottom: 2px;
}

#ST_footer .foot-ul>li>a {
    color: #333;
    position: relative;
    display: inline-block;
}

#ST_footer .foot-ul>li>a:hover {
    color: #000;
    padding-left: 3px;
}

#footBottom {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 10px;
}

.footBottom p,
.footBottom li,
.footBottom a {
    font-size: 13px;
    color: #fff;
}

.footBottom>.LT,
.footBottom>.RT {
    padding-left: 0;
    padding-right: 0;
}

.footBottom>.LT p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .footBottom>.LT {
        padding-left: 0;
    }

    .footBottom>.RT {
        padding-right: 0;
    }
}

.footBottom>.RT ul {
    text-align: right;
}

.footBottom>.RT ul>li {
    border-right: 2px solid #fff;
    height: 11px;
    line-height: 12px;
    padding: 0 10px 0 5px;
}

.footBottom>.RT ul>li:last-child {
    padding-right: 0;
    border-right: none;
}

.footBottom>.RT ul>li>a:hover {
    text-decoration: underline !important;
    /* color: #c10006; */
}

/* FOOTER FINISH */

/* QUICK ORDER */

#ST_quick-order {
    padding: 0;
    margin: 35px 0 40px;
}

/* width */

.STQO_inner ::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.STQO_inner ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.STQO_inner ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

.STQO_inner ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.STQO_inner>.STQO_inner_LT,
.STQO_inner>.STQO_inner_RT {
    float: left;
    transition: .3s;
}

.STQO_inner>.STQO_inner_LT {
    width: 100%;
}

.STQO_inner>.STQO_inner_LT.active {
    width: calc(100% - 300px);
}

.STQO_inner>.STQO_inner_RT.active {
    width: 300px;
}

.STQO_inner>.STQO_inner_RT {
    padding-left: 15px;
    position: -webkit-sticky;
    position: sticky;
}

.STQO_inner .heading {
    /* background: gray; */
    background: #333;
    padding: 2px 12px;
    height: 45px;
}

@media (min-width: 768px) {
    .STQO_inner .heading.visible-xs {
        display: none !important;
    }
}

.STQO_inner .heading>p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .STQO_inner .heading.d-flex-wrap>p {
        width: 180px;
    }

    .STQO_inner .heading.d-flex-wrap>.search {
        width: calc(100% - 180px);
        padding-left: 10px;
    }

    .STQO_inner .heading.d-flex-wrap .search .form-group:not(.active) {
        width: 150px;
    }
}

@media (min-width: 992px) {
    .STQO_inner .heading.d-flex-wrap>p {
        width: 350px;
        position: relative;
        top: 3px;
    }

    .STQO_inner .heading.d-flex-wrap>.search {
        width: calc(100% - 350px);
        padding-left: 20px;
    }

    .STQO_inner .heading.d-flex-wrap .search .form-group:not(.active) {
        width: 200px;
    }
}

/* .STQO_inner .heading.d-flex-wrap {
    padding: 9px 12px 8px;
} */

.STQO_inner .heading.d-flex-wrap .search .form-group {
    position: relative;
    margin-bottom: 0;
    display: table;
    margin-left: auto;
    width: 100%;
    transition: .3s;
}

.STQO_inner .heading.d-flex-wrap .search .form-group input {
    height: 30px;
    padding: 2px 30px 0 8px;
    font-weight: 600;
    color: #000;
}

.STQO_inner .heading.d-flex-wrap .search .form-group button {
    background: transparent;
    border: none;
    color: #000;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translatey(-50%);
    font-size: 15px;
    line-height: 15px;
}

.STQO_inner .items {
    margin: 5px 0 0;
}

.STQO_inner .items-inner {
    max-height: 300px;
    overflow: auto;
}

.STQO_inner .items-inner .noitems {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 600;
    color: #999;
}

.STQO_inner .items-inner>.item {
    padding: 7px 3px 7px;
    border-bottom: 1px solid #d4d4d4;
}

.STQO_inner .items-inner>.item:last-child {
    border-bottom: none;
}

.STQO_inner .item>.img-sec {
    width: 50px;
    height: 50px;
}

.STQO_inner .item>.img-sec a {
    background: lightgray;
    padding: 2px;
}

.STQO_inner .item>.img-sec img {
    max-width: 100%;
    max-height: 100%;
}

.STQO_inner .item>.text-sec {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.STQO_inner .item>.text-sec .details {
    max-width: calc(100% - 72px);
}

.STQO_inner .item>.text-sec p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.STQO_inner .item>.text-sec .name {
    font-weight: bold;
    color: #c10006;
    margin-bottom: 4px;
}

.STQO_inner .item>.text-sec .name span {
    color: #000;
}

.STQO_inner .item>.text-sec .others {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

.STQO_inner .item>.text-sec .price {
    padding-left: 5px;
    margin-left: auto;
    color: #000;
    font-weight: bold;
}

.STQO_inner .item>.text-sec .price span {
    width: calc(100% - 15px);
    padding-right: 2px;
}

.STQO_inner .item>.text-sec .price .delete {
    margin-left: 0;
    color: #ec1313;
    width: 15px;
    text-align: center;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.STQO_inner .items .total-price {
    border: 1px solid #d4d4d4;
    padding: 8px 5px 4px;
    background: #efefef;
}

/* .STQO_inner .items .total-price:not(:last-child) {
    margin-top: 5px;
    margin-bottom: 1px;
} */

.STQO_inner .items .total-price p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.STQO_inner .items .total-price .lt {
    width: 200px;
}

.STQO_inner .items .total-price .rt {
    width: calc(100% + 200px);
    text-align: right;
}

.STQO_inner .items .quickorder-btn .btn {
    margin-top: 3px;
}

.STQO_inner .items .quickorder-btn .btn {
    background: #c10006;
    font-weight: bold;
    border-radius: 0;
    padding: 9px 0 5px;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

.STQO_inner .items .quickorder-btn .btn:hover {
    background-color: #333;
}

.quick-order-prods-table {
    margin-top: 3px;
}

.quick-order-prods-table table {
    width: 100%;
}

.quick-order-prods-table table thead th {
    padding: 13px 10px 8px;
    background: #e3e3e3;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #c0c0c0;
}

.quick-order-prods-table table thead th:not(:last-child) {
    border-right: 1px solid #c0c0c0;
}

.quick-order-prods-table table tbody tr:hover {
    background: #efefef;
}

.quick-order-prods-table table .prod_img>a {
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #ededed;
    padding: 5px;
}

.quick-order-prods-table table .prod_img>a img {
    max-height: 100%;
}

.quick-order-prods-table table tbody td {
    padding: 10px;
    border-bottom: 2px solid #e1e1e1;
    vertical-align: top;
}

.quick-order-prods-table table tbody td p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.quick-order-prods-table table .prod_name>p {
    font-size: 18px;
    font-weight: bold;
    color: #c10006;
}

.quick-order-prods-table table .prod_price>.item-price {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.quick-order-prods-table table .prod_price>.item-price del {
    color: #888;
}

.quick-order-prods-table table .prod_price>.item-price i {
    color: #000;
}

.sm-screen-orderbtn {
    border: 1px solid #c10006;
    background: #c10006;
    font-size: 15px;
    padding: 5px 9px 2px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: auto;
    display: none;
    margin-top: -10px;
}

.sm-screen-orderbtn:not(.inview) {
    margin-top: -35px;
}

.sm-screen-orderbtn i {
    margin-left: 3px;
}

@media (max-width: 991px) {
    .sm-screen-orderbtn {
        display: block;
    }
}

.quick-order-prods-table tr.mobile-view {
    display: none;
}

#home_slider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #d6d6d6;
    margin: 5px 5px;
    transition: .2s;
}

#home_slider.owl-theme .owl-dots .owl-dot.active span,
#home_slider.owl-theme .owl-dots .owl-dot span:hover {
    background: #bc0007;
}

#home_slider.owl-theme .owl-nav>div {
    border-radius: 0;
    padding: 0;
    line-height: 0;
    font-size: 30px;
    background: transparent;
    color: #333;
    opacity: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

#home_slider.owl-theme .owl-nav>div:hover {
    color: #000;
}

#home_slider.owl-theme .owl-nav>.owl-prev {
    left: 20px;
}

#home_slider.owl-theme .owl-nav>.owl-next {
    right: 20px;
}

/* OUR PRODUCTS */

#ST_our-prod {
    padding: 0;
    margin: 30px 0;
}

.ST_our-prod .SOP_main {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.ST_our-prod .SOP_main>.item {
    padding: 0 10px 20px;
    float: none;
}

.ST_our-prod .SOP_main>.item>.thumbnail {
    height: 100%;
}

.ST_our-prod .SOP_main>.item .img-sec>a {
    display: block;
}

.ST_our-prod .SOP_main>.item .img-sec>a img {
    max-height: 100%;
    max-width: 100%;
}

.ST_our-prod .SOP_main>.item .img-sec,
.ST_our-prod .SOP_main>.item .caption {
    width: 100%;
}

.ST_our-prod .SOP_main>.item .caption {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    border-top: 2px solid #d4d4d4;
}

.ST_our-prod .SOP_main>.item .caption .name {
    font-size: 20px;
}

.ST_our-prod .SOP_main>.item .caption .name a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ST_our-prod .SOP_main>.item .caption .price {
    font-size: 16px;
    color: #bc0007;
    font-weight: 600;
}

.ST_our-prod .SOP_main>.item .caption .addtocart {
    margin-top: 10px;
}

/* PRODUCT DETAILS */

#ST_prod-details {
    padding: 0;
}

.ST_prod-details>.PD_LT {
    padding-left: 0;
    padding-right: 0;
}

.ST_prod-details>.PD_RT {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .ST_prod-details>.PD_RT {
        padding-left: 15px;
    }
}

.ST_prod-details>.PD_RT .name {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

.ST_prod-details>.PD_RT .details p {
    color: #212121;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ST_prod-details>.PD_RT .details a[href="#other-prod-details"] {
    color: #c10006;
    font-weight: bold;
    text-decoration: underline !important;
}

.ST_prod-details>.PD_RT .price {
    margin: 10px 0 0;
}

.ST_prod-details>.PD_RT .price .item-price {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    color: #222;
}

.ST_prod-details>.PD_RT .price .item-price i {
    font-style: normal;
}

.ST_prod-details>.PD_RT .price .item-price del {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.ST_prod-details>.PD_RT .add-to-cart {
    margin-top: 15px;
}

.ST_prod-details>.PD_RT .add-to-cart .LT {
    padding-right: 15px;
}

.ST_prod-details>.PD_RT .add-to-cart label {
    width: 100%;
    font-weight: bold;
    color: #333;
    margin-bottom: 3px;
}

.ST_prod-details>.PD_RT .add-to-cart input {
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    padding: 3px 10px 0;
}

.ST_prod-details>.PD_RT .add-to-cart .btn {
    width: auto;
    height: 40px;
    margin-top: 18px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 10px 2px;
    background: #c10006;
    color: #fff;
    border-color: #c10006;
}

.ST_prod-details>.PD_RT .add-to-cart .btn.login {
    background: gray;
    border-color: gray;
}

.ST_prod-details>.PD_RT .add-to-cart .btn:hover {
    background-color: #333;
    border-color: #333;
}

.ST_prod-details>.PD_RT .other-prod-details {
    margin-top: 20px;
    border-top: 1px solid #bebebe;
    padding-top: 15px;
}

.ST_prod-details>.PD_RT .other-prod-details .heading {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 4px;
    color: #111;
}

.ST_prod-details>.PD_RT .other-prod-details .all-details p {
    margin-bottom: 10px;
}

.ST_prod-details>.PD_RT .other-prod-details .all-details p,
.ST_prod-details>.PD_RT .other-prod-details .all-details li,
.ST_prod-details>.PD_RT .other-prod-details .all-details a {
    color: #222;
}

.ST_prod-details>.PD_RT .other-prod-details .all-details h1,
.ST_prod-details>.PD_RT .other-prod-details .all-details h2,
.ST_prod-details>.PD_RT .other-prod-details .all-details h3,
.ST_prod-details>.PD_RT .other-prod-details .all-details h4,
.ST_prod-details>.PD_RT .other-prod-details .all-details h5,
.ST_prod-details>.PD_RT .other-prod-details .all-details h6 {
    font-weight: 600;
    color: #111;
    margin: 0 0 10px;
    font-size: 20px;
}

.ST_prod-details>.PD_RT .other-prod-details .all-details ul {
    padding-left: 20px;
}

/* OTHER PRODUCTS SLIDER */

#ST_other_prodslider {
    padding: 0;
}

/* WHO WE ARE */

#who-we-are {
    padding: 0;
}

.who-we-are .WWA_inner p {
    text-align: center;
    font-size: 15px;
    max-width: 90%;
    margin: 0 auto;
    font-weight: 500;
    color: #000;
    line-height: normal;
}

.who-we-are .WWA_inner p+div {
    font-size: 30px;
    margin: 10px 0 0;
    max-width: 100%;
    text-align: center;
}

/* OUR MISSION */

.our_MV .OMV_LT {}

.our_MV p {
    /* color: #000;
    margin-bottom: 0;
    font-size: 15px;
    line-height: normal; */
    text-align: center;
}

.our_MV p.text {
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto;
}

.our_MV>.inner>.LT,
.our_MV>.inner>.RT {
    padding: 0 0;
}

.our_MV .OMV_LT {
    /* text-align: right; */
}

.our_MV .head {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}

.our_MV .text-sec {
    margin-bottom: 10px;
}

.our_MV .img-sec img {
    width: 100%;
}

.ST_overlay_loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    font-size: 50px;
    /* color: #bc0007; */
    color: #fff;
}

/* <div class="ST_overlay_loading align-items-center d-flex justify-content-center">
	<i class="fa fa-circle-o-notch fa-spin" style=""></i>
</div> */


/* MAIN COLOR: #ea1010 */
.UPM_inner {
    position: relative;
}

.UPM_inner .UPM_LT,
.UPM_inner .UPM_RT {
    transition: .3s;
}

.UPM_inner .UPM_LT {
    width: 235px;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    padding-right: 15px;

    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.UPM_inner .UPM_RT {
    width: calc(100% - 235px);
    position: relative;
}

@media(min-width: 768px) {
    .UPM_inner .UPM_RT {
        /* margin-left: 15px; */
        border-left: 1px solid #bababa;
        padding-left: 15px;
    }
}

.UPM_inner .UPM_LT .UPM_head,
.UPM_inner .UPM_RT .UPM_head {
    background-color: #ea1010;
    padding: 6px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.UPM_inner .UPM_RT .UPM_head.rt {
    padding: 0;
    background-color: transparent;
    color: #ea1010;
    margin-bottom: 15px;
    font-size: 24px;
}

.UPM_LT .main-data>ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.UPM_LT .main-data>ul>li {
    width: 100%;
}

.UPM_LT .main-data>ul>li:not(:last-child) {
    margin-bottom: 5px;
}

.UPM_LT .main-data>ul>li>a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    padding: 10px 15px 6px;
    transition: .3s;
    border-radius: 3px;
    font-size: 15px;
}

.UPM_LT .main-data>ul>li>a.active,
.UPM_LT .main-data>ul>li.active>a,
.UPM_LT .main-data>ul>li>a:hover {
    background: #e1e1e1;
    color: #000;
    -webkit-box-shadow: 1px 2px 3px #d1d1d1;
    box-shadow: 1px 2px 3px #d1d1d1;
}

.UPM_LT .main-data>ul>li>a>i {
    width: 25px;
    font-size: 15px;
    transition: .3s;
}

.UPM_LT .main-data>ul>li>a.active i,
.UPM_LT .main-data>ul>li.active>a i,
.UPM_LT .main-data>ul>li>a:hover i {
    color: #ea1010;
}


.UPM_inner .UPM_RT>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /* width: calc(100% - 15px); */
    width: 100%;
    z-index: -1;
}

.UPM_inner .UPM_LT .UPM_head {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.UPM_inner .UPM_LT .UPM_head i {
    margin-left: auto;
    cursor: pointer;
}

@media (max-width: 767px) {
    .UPM_inner {
        overflow: hidden;
    }

    .UPM_inner .UPM_LT {
        position: absolute;
        transform: translatex(-100%);
        top: 0;
    }

    .UPM_inner .UPM_LT.active {
        position: static;
        transform: translatex(0);
        top: 0;
    }

    .UPM_inner .UPM_RT:not(.active) {
        width: 100%;
        padding-left: 0;
    }

    .side-hide {
        width: 60px !important;
        display: none;
    }
    .side-right-1 {
        margin-left: 5px !important;
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    .direct-sponser-list-main > .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .direct-sponser-list-main .right-bar-bg {
        padding: 10px 0 !important;
    }
    .direct-sponser-list-main .col-md-12 .table-responsive {
        padding: 10px 0;
    }
    .modal-content {
        max-width: 100%;
    }
    .view_items_list-outer {
        padding: 0;
    }
}


.margin-top-temp {
    margin-top: 90px;
}

.resp-header-bg {
    padding: 0 0;
}

/* Affiliate marketing responsive */

@media only screen and (max-width: 600px) {
    .resp-title {
        padding-top: 80px;
    }

    .resp-header-bg {
        padding: 0 0;
    }
    
    .resp-btn {
        margin-right: 10px;
    }

    .resp-text {
        margin: 0 120px 0 0 !important;
    }
}

.retail-price{
    float:right !important; 
    padding-top:1px !important;
    float: right !important;
    padding-top: 3px !important;
    color: #222 !important;
    font-weight: normal !important;
}

.retail-main{
    width: 150px;
    float: right;
}