/*  ================================
        global area start
    ================================ */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;

}

.main-div {
    overflow: hidden;
    background-image: url(../images/bg1.png);
    position: relative;
    background-size: contain;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.tds-row.tds-signature {
    display: none !important;
}

font {
	font-size: 14px;
}

/*  ================================
        global area end
    ================================ */

/*  ================================
        header area start
    ================================ */

.header-top {
    overflow: hidden;
    background-color: #00223F;
}

.wel-come h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.wel-come {
    padding: 7px 0;
    font-weight: 600;
}

.menu-top {
    text-align: right;
}

.menu-top ul {
    display: inline-block;
}

.menu-top li {
    list-style: none;
    display: inline-block;
    padding: 18px 0 0;
}

.separate {
    margin: 0 10px;
    color: #000;
}

.menu-top li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    transition: 0.5s;
}

.menu-top li a:hover {
    color: #fff;
}

.fa-star {
    color: #FBB007;
}

.logo-area {
    padding: 20px 0;
}

.logo-area img {
    width: 400px;
}

.logo-area ul {
    padding: 48px 0;
    display: inline-block;
}

.logo-area ul li {
    color: #000;
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.logo-area ul li::after {
    position: absolute;
    top: 12px;
    right: 0;
    content: "";
    width: 2px;
    height: 27px;
    background-color: #000;
}

.logo-area ul li:last-child::after {
    display: none;
}

.logo-area ul li img {
    width: 30px;
}

.logo-area ul li a {
    color: #000;
    text-transform: uppercase;
}

.logo-area ul li a .fa {
    font-size: 23px;
    color: #000;
}

.logo-area ul li span {
    display: block;
}

/*======================== Menu Design ==================*/
.menu-area {
    background-color: #0074D9;
    margin: 0 0 30px;
    text-align: center;
}

.primary-menu {}

#menu-switcher,
.navbar-header > label,
.switch {
    display: none !important;
}

.menu-container label::before {
    border-bottom: 2px solid #fff;
    box-shadow: 0 5px 0 0 #fff, 0 0 0 0 inset, 0 -5px 0 0 #fff;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.switch {
    height: auto;
    min-height: 45px;
    position: relative;
}

.menu-container label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute !important;
    right: 0;
    top: 4px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #fff;
}

#navbar ul {
    text-align: center;
}

#navbar ul li {
    display: inline-block;
    list-style: outside none none;
    border-left: 1px solid #fff;
}

#navbar ul li:first-child {
    border: 0;
}

#navbar ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.5s;
    padding: 10px 18px;
}

#navbar ul li a:hover {
    color: #000;
}

#navbar ul li a.active {
    background-color: #F5DF67;
    color: #000;
}

#navbar ul li a.active:hover {
    background-color: #0074D9;
    color: #000;
}

/* menu part end */

/*  ================================
        header area end
    ================================ */

.support-box ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.support-box ul li {
    float: left;
    width: 20%;
    list-style: none;
    margin: 0 0 20px;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 25px 20px -20px;
}

.support-box ul li:last-child {
    margin-right: 0;
}

.service-left {
    text-align: center;
}

.service-left i {
    font-size: 40px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #00223E;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.service-right {
    padding: 10px 0;
    font-weight: bold;
    color: #000;
    transition: 0.5s;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
    font-style: italic;
}

.sider-content {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sidebar-box h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 21px;
    background-color: #0074D9;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
}

.sidebar-box ul {
    margin: 0 15px;
}

.sidebar-box ul li {
    list-style: none;
    padding: 11.2px 0;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #bababc;
}

.sidebar-box ul li:first-child {
    border-top: 0;
}

.sidebar-box ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.5s;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.product-wraper {
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 0 30px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pt {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #0074D9;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.product-dec {
  padding: 20px 0 0;
  height: 448px;
  overflow-y: auto;
}

.con-info .product-dec {
    padding: 30px 0;
}

.product-dec h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-dec ul {
    margin: 0 24px 10px;
}

.product-dec ul li {
    list-style: none;
    padding: 5px 20px;
    position: relative;
    font-size: 14px;
}

.product-dec ul li::before {
    position: absolute;
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    color: #0074D9;
}

.tl {
    text-align: left !important;
}

.pro-info h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    color: #0074D9;
    position: relative;
}

.trusted h2 {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}

.mv {
    display: none;
}

/*  ================================
        product area end
    ================================ */
.mpi {
    text-align: center;
}

.mpi a {}

.epi {
    border: 1px solid #0074D9;
    height: 250px;
    position: relative;
    background-color: #fff;
}

.epi img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
}

.mpi a h3 {
    color: #000;
    font-size: 16px;
    padding: 10px 0 0;
}

.mpi a p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.mbt {
    margin-top: 30px;
}

/*  ================================
        Fetured Part Area
    ================================ */

.more-pro-area {
    padding: 30px 0 0;
}

.featured-title h3 {
    color: #0074D9;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 2px dotted #0074D9;
}

.feature-pro-info {
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.feature-pro-info > img {
    height: auto;
    transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}

.pro-overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.pro-overflow::before {
    background-color: #0074D9;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    content: "";
}

.pro-details {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 999;
}

.pro-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.pro-icon a i.fa {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease 0s;
    width: 40px;
    position: relative;
}

.pro-icon h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0 15px 0;
    line-height: 1.4;
    text-shadow: 2px 2px #000;
}

.pro-details span {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    background-color: #0074D9;
    padding: 7px 20px;
    text-align: center;
    transition: 0.5s;
}

.pro-details span:hover {
    background-color: #000;
    border-radius: 30px;
}

.about-us {
    margin: 30px 0;
    text-align: center;
}

.about-info img {
    width: 200px;
    margin-bottom: 20px;
}

/*  ================================
        tab area start
    ================================ */

.tab-part-area {
    padding: 30px 0;
    text-align: center;
}

section.tab-section {
    display: none;
    padding: 20px 30px 15px;
    color: #1a1a1a;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tab-part-area input {
    display: none;
}

.tab-part-area label {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 20px;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
    text-transform: uppercase;
}

.tab-part-area label:hover {
    cursor: pointer;
    color: #fff;
    border: 1px solid #0074D9;
    background-color: #0074D9;
}

.tab-part-area input:checked + label {
    color: #fff;
    border: 1px solid #0074D9;
    background-color: #0074D9;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
}

.tab-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 15px;
}


.tab-section p a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

/*  ================================
        tab area end
    ================================ */
.confidance-area {
    background-color: #0074D9;
    padding: 20px 0 0;
}

.confidance-area .service-box ul li {
    box-shadow: none;
    margin: 0 0 10px;
}

.confidance-area .service-box ul li .service-right {
    color: #fff;
}

.confidance-area .service-left img {
    height: 40px;
}

/*  ================================
        footer area start
    ================================ */

.footer-top {
    padding: 30px 0;
    background-color: #131A22;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.footer-widget h2 {
    padding: 0 0 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}

.footer-widget h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 30%;
    border: 1px solid #0074D9;
}

.footer-logo {
    text-align: center;
    padding: 25px 0;
}

.footer-logo img {
    width: 250px;
}

.footer-widget p {
    margin: 0 0 10px;
    line-height: 18px;
    color: #fff;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 5px;
    list-style: none;
    text-transform: capitalize;
    font-size: 14px;
}

.footer-widget ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.5s;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

.footer-widget ul li a:hover {
    text-decoration: none;
    color: #0074D9;
}

.sidebar-box ul li a:hover {
    color: #0074D9;
}

.footer-img p {
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.sub-btn {
    background: #0074D9;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    text-transform: uppercase !important;
    padding: 7px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
}

.sub-btn:focus,
.sub-btn:hover {
    background-color: #000;
    color: #fff;
}

.main-footer {
    padding: 10px 0;
    background-color: #131A22;
    border-top: 1px solid #fff;
}

.copy-right p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.copy-right p {
    color: #fff;
    margin: 0;
    padding: 0;
}

/*  ================================
        footer area end
    ================================ */
.gallery-content {
    margin-top: 20px;
}

.csslider {
    position: relative;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0;
}

.csslider > ul {
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.csslider > ul > li {
    box-sizing: border-box;
    display: inline-block;
    font-size: initial;
    height: 100%;
    line-height: normal;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1) 0s;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    text-align: right;
}

.csslider > ul > li.scrollable {
    overflow-y: scroll;
}

.csslider > .navigation {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

.csslider > .navigation label {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding: 4px;
    position: relative;
    width: 100px;
    height: 67px;
    vertical-align: middle;
    background-color: #fff;
    text-align: center;
}

.csslider > .navigation label img {
    max-height: 100%;
}

.csslider > .navigation label:hover::after {
    opacity: 1;
}

.csslider > .navigation label::after {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
}

.csslider > .arrows {
    -moz-user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1)::after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2)::after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3)::after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4)::after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5)::after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6)::after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7)::after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8)::after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9)::after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10)::after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11)::after {
    opacity: 1;
}

.csslider > .arrows {
    box-sizing: content-box;
    height: 26px;
    left: -31px;
    padding: 0 31px;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 0;
}

.csslider > .arrows label {
    box-shadow: 2px -2px 0 1px #3a3a3a inset;
    cursor: pointer;
    display: none;
    padding: 13px;
    position: absolute;
    top: -50%;
    transition: box-shadow 0.15s ease 0s, margin 0.15s ease 0s;
    z-index: 9999;
}

.csslider > .arrows label:hover {
    box-shadow: 3px -3px 0 2px #000 inset;
    margin: 0;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: -27px;
    right: auto;
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    left: auto;
    right: -27px;
    transform: rotate(225deg);
}

.rt-container {
    margin: 0 auto;
}

.csslider ul li img {
    height: 426px;
    width: auto;
    max-height: 100%;
}

.navigation > label {
    border: 1px solid #ddd;
    border-radius: 5px !important;
    margin-bottom: 5px;
}

.logo-right {
    text-align: right;
}

/***** medium Layout *****/

@media (min-width: 992px) and (max-width: 1200px) {
    .service-right {
        font-size: 13px;
    }

    .logo-area ul {
        padding: 26px 0;
    }

    #navbar ul li a {
        font-size: 14px;
        padding: 13px;
    }

    .csslider > .navigation label {
        width: 60px;
        height: 60px;
    }

}

/***** Tablet Layout *****/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-right {
        font-size: 13px;
    }

    .logo-area img {
        width: 300px;
    }

    .pro-icon h4 {
        font-size: 18px;
    }

    .logo-right {
        text-align: center;
    }

    .logo-area ul {
        padding: 20px 0 0;
    }

    /* menu start */
    .menu-area {
        position: relative;
    }

    .navbar-header > label,
    .switch,
    .menu-container label {
        display: block !important;
        top: 2px;
        right: 8px;
    }

    #navbar {
        display: none;
    }

    #menu-switcher:checked + #navbar {
        display: block;
        padding: 0 0 10px;
    }

    #navbar ul {
        width: 100% !important;
        margin: 0;
    }

    #navbar ul li {
        margin: 0 !important;
        text-align: left;
        border: 0;
    }

    #navbar ul li a {
        color: #fff;
        display: block;
    }

    #navbar {
        height: auto;
        position: absolute;
        top: 45px;
        z-index: 999;
        left: 0;
        background-color: #000;
    }

    #navbar ul li a::before {
        background: #fff;
    }

    #navbar ul li:last-child a {
        border-right: none;
    }

    #navbar ul li a:hover,
    #navbar ul li a.active {
        color: #0074D9;
    }

    /* menu end */

    .tab-part-area label {
        font-size: 16px;
    }

    .csslider > ul > li {
        text-align: center;
    }

    .csslider > .navigation {
        left: 30px;
    }

    .csslider > .navigation label {
        width: 60px;
        height: 60px;
    }

}

/***** Mobile Layout *****/

@media only screen and (max-width: 767px) {
    .Ul-right {
        text-align: center;
    }

    .logo-right {
        display: none;
    }

    .logo-area {
        padding: 20px 0;
    }

    .logo-area ul {
        padding: 10px 0;
    }

    .menu-top li {
        padding: 5px 0 0;
    }

    .support-box {
        display: none;
    }

    .footer-widget.footer-img {
        margin: 0 0 50px !important;
    }

    .support h2 {
        font-size: 18px;
    }

    /* menu start */
    .menu-area {
        position: relative;
    }

    .menu-area {
        margin: 0 0 20px;
    }

    .navbar-header > label,
    .switch,
    .menu-container label {
        display: block !important;
        top: 2px;
        right: 8px;
    }

    #navbar {
        display: none;
    }

    #menu-switcher:checked + #navbar {
        display: block;
        padding: 0 0 10px;
    }

    #navbar ul {
        width: 100% !important;
        margin: 0;
    }

    #navbar ul li {
        margin: 0 !important;
        text-align: left;
        border: 0;
        display: block;
    }

    #navbar ul li a {
        color: #fff;
        display: block;
        font-size: 16px;
    }

    #navbar {
        height: auto;
        position: absolute;
        top: 45px;
        z-index: 999;
        left: 0;
        background-color: #000;
        width: 100%;
    }

    #navbar ul li a::before {
        background: #fff;
    }

    #navbar ul li:last-child a {
        border-right: none;
    }

    #navbar ul li a:hover,
    #navbar ul li a.active {
        color: #0074D9;
    }

    /* menu end */

    .shop-by-categories h3 {
        font-size: 20px;
    }

    .logo {
        text-align: center;
    }

    .pro-title {
        padding: 15px 10px;
        text-align: center;
    }

    .product-dec p,
    .tab-section p,
    .copy-right p,
    .footer-widget p {
        font-size: 14px !important;
    }

    .pro-title a,
    .pro-title .separate {
        display: none;
    }

    .product-dec {
        padding: 20px 10px 0;
    }

    .csslider ul li img {
        height: auto;
    }

    .csslider > .navigation label {
        width: 50px;
        height: 50px;
    }

    .con-info .product-dec {
        margin-bottom: 20px;
    }

    .product-dec h2,
    .pro-title h3,
    .product-dec h3,
    .product-dec h4,
    .single-care h3 {
        font-size: 16px;
    }

    .tab-area label {
        width: 100%;
    }

    section.tab-section {
        padding: 30px 10px;
    }

    .ex {
        padding: 0;
    }

    .footer-img {
        padding: 0;
    }

    .footer-left {
        margin: 20px 0;
    }

    .footer-widget {
        margin-bottom: 40px;
    }

    .footer-widget h2 {
        margin: 0 0 20px;
    }

    .footer-top {
        padding: 0 0 40px;
    }

    .footer-logo {
        margin-top: 40px;
        text-align: center;
        padding: 0;
    }

    .mbn {
        margin-bottom: 0;
    }

    .menu-top li a {
        font-size: 14px;
    }

    .mdn {
        display: none;
    }

    .mv {
        display: block;
    }

    .product-wraper h3,
    .featured-title h3,
    .pro-icon h4 {
        font-size: 20px;
    }
    
    .csslider > .navigation {
        position: inherit;
        margin-top: 20px;
    }

    .csslider > .navigation label {
        display: inline-block;
    }


}

/***** Wide Mobile Layout *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {}
