<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    font-family: verdana !important;
    background: #fff;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.inner_tabs {
    width: 80%;
    margin: 0 auto;
}

h2.tittle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    color: #646464;
    text-align: center;
    margin: 0 auto;
}

h2.tittle span {
    color: #064f96;
}

p.sub-para {
    color: #272727;
    font-size: 15px;
    line-height: 29px;
    margin: 1em;
    font-weight: 400;
    text-align: justify;
    font-family: Verdana;
}

@font-face {
    font-family: "Play";
    src: url("../fonts/play.woff2") format("woff2");
    /* chromeÃ£â‚¬Âfirefox */
}

@font-face {
    font-family: "Verdana";
    src: url("../fonts/Verdana.eot");
    /* IE9*/
    src: url("../fonts/Verdana.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Verdana.woff2") format("woff2"), /* chromeã€firefox */
    url("../fonts/Verdana.woff") format("woff"), /* chromeã€firefox */
    url("../fonts/Verdana.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
    url("../fonts/Verdana.svg#Verdana") format("svg");
    /* iOS 4.1- */
}

.header_logo {
    margin-top: 9px;
}

p {
    margin: 0;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.principle-menu {
    margin-top: 10px;
    border-top: solid #ccc 1px;
    background: #c7c7c7;
    height: 29px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.top-menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.top-menu&gt;li {
    display: inline-block;
    float: left;
    padding: 0px;
}

.top-menu&gt;li&gt;a {
    padding: 0px 15px;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    outline: 0;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}


/*--header--*/

.cl-effect a::before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: "â€¢";
    text-shadow: transparent 0px 0px;
    font-size: 12px;
    transform: translateX(-50%);
    pointer-events: none;
    transition: text-shadow 0.3s, color 0.3s;
}

.header-grid {
    padding: 8px 0 3px 0px;
    background: url(../images/top-header_bg.png) no-repeat center center;
    background-size: cover;
    border-bottom: 1px solid #DEDEDE;
}

.header-grid-left {
    float: left;
}

.header-grid-left .navbar.navbar-default {
    background: transparent;
    margin: 0;
    border-top: none;
    min-height: 20px;
}

.header-grid-left nav.navbar-default .navbar-nav&gt;li&gt;a {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    padding: 0px 11px;
}

.mega_nav {
    position: relative;
}

.header-grid-right {
    float: right;
}

.header-grid-right ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 1em;
}

.header-grid-right ul li i {
    left: -.5em;
}

.header-grid-right ul li a {
    text-decoration: none;
    color: #fff;
}

.header-grid-right ul li span {
    text-decoration: none;
    color: #0a7aea;
}

.drop {
    position: relative;
}

.drop ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 100px;
    z-index: 9;
    margin: 0;
    padding: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    display: none;
}

.drop:hover ul {
    display: block;
}

.drop ul li {
    list-style: none;
    font-size: 13px;
}

.drop ul li a {
    display: block;
    padding: 10px;
}

.drop ul li:first-child {
    border-bottom: 1px solid #eee;
}

.navbar.navbar-default {
    background: #fff;
    margin: 0;
    border-top: none;
    min-height: 40px;
}

.navbar-right {
    margin-right: 0;
}

.top-header p,
.top-header h2 {
    font-size: 0.9em;
    color: #353F49;
    line-height: 1.8em;
    margin-top: .8em;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.top-header p a,
.top-header h2 a {
    color: #ff5a10;
    padding: 0 7px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.top-header p a:hover,
.top-header h2 a:hover {
    color: #33414e;
}


/*--social-icons--*/

.social-icons {
    margin-top: 0.5em;
}

.social-icons ul li {
    display: inline-block;
    margin-left: 1em;
}

.social-icons ul li a {
    background: url(../images/social-icons.png)no-repeat -3px -2px;
    display: block;
    height: 22px;
    width: 20px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    padding: 0;
}

.social-icons ul li a.pin {
    background-position: -3px -38px;
}

.social-icons ul li a.in {
    background-position: -3px -78px;
}

.social-icons ul li a.be {
    background-position: -3px -115px;
}

.social-icons ul li a.you {
    background-position: -3px -154px;
}

.social-icons ul li a.vimeo {
    background-position: -2px -192px;
}

.social-icons ul li a:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}


/*--header-two--*/

.logo-nav-left1 {
    display: inline-block;
    margin-top: 15px;
}

.logo-nav-left1+a {
    display: inline-block;
    margin-left: 10px;
    margin-top: 3px;
    float: right;
}

.logo-nav-left1+a img {
    margin-top: -28px;
}

.logo-nav-left1+a+a {
    float: right;
    margin-top: 0px;
}

.header-two-left {
    margin-top: 3.6em;
}

.header-two-left ul li {
    display: inline-block;
    color: #33414e;
    font-size: 1em;
    margin-right: 1.5em;
}

.header-two-left ul li a {
    color: #33414e;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.header-two-left ul li a:hover {
    color: #FF590F;
}

.header-two-left ul li i.glyphicon {
    font-size: .9em;
    margin-right: .8em;
}

.header-two .navbar-nav {
    width: 33%;
}

.logo {
    text-align: center;
}

.logo h1 {
    font-size: 3em;
    margin: 0.6em 0 0.5em;
    font-weight: 900;
}

.logo h1 a {
    display: inline-block;
    color: #ff590f;
    text-decoration: none;
}

.logo h1 a b {
    color: #353F49;
}

span.tag {
    display: block;
    font-size: .3em;
    color: #999;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    margin-top: 6px;
    font-weight: 400;
}

.header-two-right {
    text-align: right;
}

.header-right {
    float: right;
    text-align: center;
}

.header-right a {
    font-size: 0.9em;
    color: #33414e;
    font-weight: 500;
}

.header-right a:hover {
    color: #FF590F;
}

.header-right.cart h4 {
    display: inline-block;
}

.header-right span.glyphicon {
    font-size: 1.5em;
    color: #ff590f;
    margin-right: 5px;
}

.cart-box p {
    padding: 6px 8px;
    background-color: #DCDCDC;
    margin-top: 5px;
    font-size: .9em;
}

.header-right.cart {
    margin-right: 2em;
    padding-right: 2em;
    border-right: 1px solid #ECECEC;
    margin-top: 2.3em;
}

.header-right.my-account {
    margin: 3.2em 0;
}


/*--top-nav--*/

.top-nav nav.navbar {
    margin: 0;
    position: relative;
}

ul.dropdown-menu {
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    /*-- w3layouts --*/
    animation: fadeInDown .3s ease-in;
}

ul.nav.navbar-nav.top-nav-info {
    float: none;
    text-align: center;
}

ul.dropdown-menu.multi-column {
    width: 100%;
    padding: 2em;
}

.navbar-nav&gt;li {
    float: none;
    display: inline-block;
    position: inherit;
}


/*nav .navbar-nav &gt; li {
    display: inline-block !important;
    position: inherit;
	margin:0;
}*/

nav.navbar-default,
nav.navbar-default .navbar .navbar-collapse {
    border: 0;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: #33414e;
    font-size: 1.1em;
    padding: 1.2em 1.3em;
    font-weight: 500;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

nav.navbar-default .navbar-nav&gt;li&gt;a {
    font-family: "Verdana", sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 11px 4px 13px;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus,
.navbar-default .navbar-nav&gt;li&gt;a.active {
    background: #1c5f9f;
    color: #fff;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
    background: #1c5f9f;
    padding: 4px 13px 4px 13px;
    color: #fff;
}

b.caret {
    margin-left: 0.5em;
}

.row h4 {
    font-size: 1em;
    color: #1c5f9f;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
    font-weight: 700;
    font-family: verdana;
}

.menu-grids.menulist1 ul {
    display: inline-block;
    width: 44%;
}

ul.multi-column-dropdown:nth-child(3) {
    /*-- agileits --*/
    border-right: 1px solid #D6D3D3;
}

.multi-column-dropdown li {
    display: block;
}

.multi-column-dropdown li a {
    display: block;
    color: #999;
    line-height: 2.5em;
    font-size: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.multi-column-dropdown li a:hover {
    color: #33414E;
    font-weight: 500;
}

.multi-column-dropdown li h6 a {
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
}

.multi-column-dropdown li h6 a:hover {
    font-weight: 700;
    text-decoration: underline;
}

.menu-grids img {
    width: 100%;
}

.new-add {
    background: url(../images/img2.jpg)no-repeat center;
    background-size: cover;
    min-height: 210px;
}

.new-add2 h6 {
    font-family: 'Fascinate', cursive;
    font-size: 2.1em;
    color: #000;
}

.new-add h5 {
    font-family: 'Fascinate', cursive;
    font-size: 3em;
    padding: 1em 1em;
    color: #000;
    line-height: 1.4em;
}


/*-- w3layouts --*/

.menu-grids a {
    display: block;
    text-decoration: none;
}


/*--//top-nav--*/


/********************ghan********************/

.andas {
    height: auto;
}

.andas h3 {
    font-size: 20px;
    font-family: verdana;
    font-weight: bold;
    color: #255c92;
}

.anda_text p {
    font-size: 15px;
    font-family: verdana;
    color: #272727;
    line-height: 25px;
    text-align: justify;
}

.sub-page-banner,
.sub-page-banner-contact {
    height: 280px;
    position: relative;
}

.pgallery-banner {
    background: url(../anda.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.main-content-top {
    font-family: 'Roboto-Regular';
    margin: 137px auto 0px;
    padding: 20px 0px 0;
    position: relative;
    overflow: hidden;
    /*background: #07a7e3;
    background: -webkit-gradient(linear, left top, right top, from(#07a7e3), to(#37d6c0));
    background: -webkit-linear-gradient(left, #07a7e3, #37d6c0);
    background: -moz-linear-gradient(left, #07a7e3, #37d6c0);
    background: -ms-linear-gradient(left, #07a7e3, #37d6c0);
    background: -o-linear-gradient(left, #07a7e3, #37d6c0);
    background: linear-gradient(to right, #07a7e3, #37d6c0);*/
}

.main-wrapper {
    position: relative;
}

.main-content-top .block-title {
    padding-bottom: 15px !important;
    font-family: "Play";
}

.breadcrumbs-bg {
    background: url(../images/breadcrumbs-bg.png) repeat-x 0 0;
    padding-top: 10px !important;
}

.main-content-top .block-title strong {
    color: #fff !important;
    font-size: 20px;
    font-weight: normal;
}


/* =============================================================
     BREADCRUMBS STYLE
============================================================= */

.sell-nav {
    font-family: "Play";
    margin-top: 80px;
    line-height: 20px;
    position: relative;
    list-style: none;
    overflow: hidden;
}

.sell-nav li {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.sell-nav li:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin: 0px 10px;
}

.sell-nav li:last-child:after {
    content: "";
}

.breadcrumbs {
    line-height: 40px;
    margin: 10px 0px;
    list-style: none;
    overflow: hidden;
    border-bottom: solid #ccc 1px;
}

.breadcrumbs * {
    color: #00923F;
    font-family: verdana;
}

.breadcrumbs li:before {
    color: #003D77;
    /*content:"â€º";*/
    top: 0px
}

.breadcrumbs li:nth-child(2):before {
    /*content: ""*/
}

.breadcrumbs li:first-child {
    /*padding-left: 0.7em;*/
    font-weight: 500;
    color: #003D77;
}

.breadcrumbs li a,
.breadcrumbs li span {
    font-size: 15px
}

.breadcrumbs&gt;* {
    margin: 0;
    float: left;
    font-size: 15px;
    /*text-transform: uppercase;*/
}

.breadcrumbs&gt; :hover a,
.breadcrumbs&gt; :focus a {
    color: #00923F;
}

.breadcrumbs&gt;a,
.breadcrumbs&gt;span {
    /*text-transform: uppercase;*/
    color: #299fdc;
}

.breadcrumbs&gt;*.current {
    cursor: default;
    color: #333333;
}

.breadcrumbs&gt;*.current a {
    cursor: default;
    color: #333333;
}

.breadcrumbs&gt;.current:hover,
.breadcrumbs&gt;.current:hover a,
.breadcrumbs&gt;.current:focus,
.breadcrumbs&gt;.current:focus a {
    text-decoration: none;
}

.breadcrumbs&gt;*.unavailable {
    color: #999999;
}

.breadcrumbs&gt;*.unavailable a {
    color: #999999;
}

.breadcrumbs&gt;.unavailable:hover,
.breadcrumbs&gt;.unavailable:hover a,
.breadcrumbs&gt;.unavailable:focus,
.breadcrumbs&gt;.unavailable a:focus {
    text-decoration: none;
    color: #999999;
    cursor: default;
}

.breadcrumbs&gt;*:before {
    content: "/";
    color: #aaaaaa;
    margin: 0 0.75em;
    position: relative;
    top: 1px;
}

.breadcrumbs&gt;*:first-child:before {
    content: " ";
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .breadcrumbs {
        line-height: 20px;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        top: 5px !important;
        margin-bottom: 10px;
    }
    .main-content-top .block-title {
        margin-bottom: 5px !important;
    }
}

@media (max-width:767px) {
    .main-content-top .block-title {
        margin-bottom: 0px !important;
    }
    .header {
        position: relative;
    }
    .flexslider {
        margin-top: 2px !important;
        max-height: 245px !important;
    }
}

.content_body {
    padding: 40px 0px;
}

.divider {
    display: block;
    color: inherit;
    padding: 0px;
    border-style: solid none none;
    border-width: 1px;
    margin: 0px auto;
}

.divider-1 {
    height: 3px;
    border-style: solid none;
    border-color: rgb(235, 235, 235);
}

.features1 {
    height: auto;
    padding-bottom: 20px;
}

.features1 p {
    font-family: verdana;
    font-size: 15px;
    color: #272727;
    line-height: 25px;
    text-align: justify;
}

.features1 h3 {
    margin-bottom: 5px;
    color: #0066a4;
    font-size: 21px;
    margin-top: 0px;
    font-family: verdana;
    font-weight: 700;
    text-transform: uppercase;
}

.features1 h4 {
    margin-bottom: 5px;
    color: #0066a4;
    font-size: 20px;
    margin-top: 0px;
    font-family: "Calibri";
    font-weight: 500;
}

.bofa {
    height: auto;
    padding: 0px 0px;
}

.bofa h2 {
    font-size: 25px;
    font-family: "Play";
    font-weight: 500;
    color: #255c92;
    padding: 10px 0px;
}

.bofa p {
    font-family: verdana;
    font-size: 15px;
    color: #272727;
    line-height: 24px;
    text-align: justify;
}

.bofa_text {
    height: auto;
    padding: 20px 0px;
}

.bofa_text h3 {
    color: #0066a4;
    font-size: 20px;
    font-family: verdana;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
}

.bofa_text ul {
    list-style: none;
    text-align: center;
    border-bottom: double 3px #ccc;
    border-top: double 3px #ccc;
    padding-bottom: 20px;
}

.bofa_text ul li {
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    color: #0066a4;
}

.bofa_ul_box {
    height: auto;
    padding: 2px 0px;
}

.bofa_ul_box h3 {
    color: #0066a4;
    font-size: 20px;
    font-family: verdana;
    font-weight: 700;
    text-transform: uppercase;
}

.border_bottomm {
    margin-bottom: 0px;
}

.bofa_img {
    margin-top: 15px;
}

.europ_img {
    margin-top: 15px;
    text-align: center;
    border: solid 5px #e8e8e8;
    border-radius: 5px;
}

.eur h4 {
    color: #0066a4;
    font-size: 15px;
    font-family: verdana;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0px;
}

.erus_span {
    font-size: 16px;
    position: absolute;
}

.spactionss {
    border-left: dotted 1px #ccc;
}

.fuji {
    height: auto;
    padding: 0px 0px;
}

.fuji_img {
    margin-top: 15px;
    float: left;
}

.fuji h3 {
    font-size: 18px;
    font-family: verdana;
    color: #272727;
    margin-top: 15px;
}

.fuji p {
    font-size: 15px;
    font-family: verdana;
    padding-bottom: 20px;
    color: #272727;
    text-align: justify;
}

.fuji_services {
    height: auto;
    padding: 40px 0px;
}

.fuji_services h3 {
    font-size: 18px;
    font-family: "Play";
    font-weight: 500;
    color: #255c92;
    padding: 0px 0px 10px;
}

.fuji_services p {
    font-size: 17px;
    font-family: "Calibri";
    padding-bottom: 20px;
    text-align: justify;
}

.fuji_services img {
    float: left;
    margin-right: 15px;
}

.fuji_services2 {
    height: auto;
    padding: 20px 0px;
}

.fuji_services2 h3 {
    font-size: 18px;
    font-family: "Play";
    font-weight: 500;
    color: #255c92;
    padding: 20px 0px 10px;
}

.fuji_services2 p {
    font-size: 17px;
    font-family: "Calibri";
    padding: 15px 0px;
    text-align: justify;
}

.jt p {
    font-size: 17px;
    font-family: "Calibri";
    padding: 15px 0px;
    text-align: justify;
}

.jt h3 {
    font-size: 18px;
    font-family: "Play";
    font-weight: 500;
    color: #255c92;
    padding: 20px 0px 10px;
}

.jt_auto {
    height: auto;
    padding: 0px 0px;
}

.jt_auto h3 {
    font-size: 18px;
    font-family: "Play";
    font-weight: 500;
    color: #255c92;
    padding: 0px 0px 10px;
}

.jt_auto h4 {
    font-size: 16px;
    font-family: verdana;
    font-weight: bold;
    color: #255c92;
    line-height: 15px;
    padding-bottom: 20px;
}

.jt_auto p {
    font-size: 17px;
    font-family: "Calibri";
    padding-bottom: 20px;
    text-align: justify;
}

.jt_auto img {
    float: left;
    margin-right: 15px;
}

.jt_auto h3 {
    font-size: 25px;
    font-family: "Play";
    font-weight: 500;
    color: #255c92;
    padding: 10px 0px;
}

.jt_auto p {
    font-size: 16px;
    font-family: "Calibri";
    padding-bottom: 20px;
    text-align: justify;
    color: #272727;
}

.leaddd {
    height: auto;
}

.leaddd h4 {
    font-size: 20px;
}

.leaddd ul li {
    font-family: verdana;
    font-size: 15px;
    text-align: justify;
    line-height: 30px !important;
    list-style: none;
    margin-left: 0px;
    position: relative;
    color: #272727;
}

.leaddd ul li i {
    color: #272727;
    padding-right: 10px;
    font-size: 13px;
}

.keys {
    height: auto;
    padding: 20px 0px;
}

.keys h3 {
    font-size: 20px;
    font-family: verdana;
    font-weight: bold;
    color: #255c92;
}

.keys p {
    font-size: 15px;
    font-family: verdana;
    padding-bottom: 20px;
    color: #272727;
    line-height: 24px;
    text-align: justify;
}

.longer {
    height: auto;
    padding: 20px 0px;
}

.longer h3 {
    font-size: 22px;
    font-family: verdana;
    font-weight: 500;
    color: #255c92;
    padding: 10px 0px;
}

.longer h4 {
    font-size: 18px;
    font-weight: 500;
    color: #255c92;
    padding: 5px 0px;
    padding-bottom: 20px;
    font-family: verdana;
}

.longer p {
    font-size: 15px;
    font-family: verdana;
    padding-bottom: 20px;
    color: #272727;
    line-height: 24px;
    text-align: justify;
}

.table-bordered {
    border: 1px solid #ddd;
    font-family: "verdana";
    font-size: 15px;
}

.st-details {
    font-size: 17px;
    font-family: "verdana";
    padding-bottom: 20px;
    text-align: justify;
}

.ght h4 {
    text-align: center;
    font-size: 1.7em;
    color: #0066a4;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.opp p {
    font-size: 15px;
    font-family: verdana;
    padding: 20px 0px;
    color: #272727;
    line-height: 24px;
    text-align: justify;
}

.sgg h2 {
    margin-bottom: 5px;
    color: #0066a4;
    font-size: 30px;
    font-family: verdana;
    padding: 0px 0px;
}

.sg h3 {
    margin-bottom: 5px;
    color: #0066a4;
    font-size: 21px;
    margin-top: 0px;
    font-family: "Calibri";
    padding: 0;
    margin: 0;
}

.sg p {
    font-size: 16px;
    font-family: "Calibri";
    padding: 0px 0px;
    text-align: justify;
    color: #272727;
}

.specif-heading {
    margin-bottom: 5px;
    color: #0066a4;
    font-size: 30px;
    font-family: "Calibri";
    padding: 0px 0px;
}

.sg ul li {
    font-size: 17px;
    font-family: "Calibri";
    padding: 2px 0px;
}


/********************ghan********************/


/*--search--*/

.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -47px;
    right: 15%;
}

.cd-header-buttons li {
    display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    /*-- agileits --*/
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #2e3233;
}

.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #2e3233;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #2e3233;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    -moz-opacity: 0;
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    -moz-opacity: 1;
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: #00a6d6;
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 2em;
    padding: 1em 2em;
    color: #fff;
}

.cd-search input::-webkit-input-placeholder {
    color: #fff !important;
}

.cd-search input::-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
    color: #fff !important;
}

.cd-search input:focus {
    outline: none;
}

.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}


/*--//search--*/


/*--//header--*/


/*--banner--*/

.banner {
    background: #33414e;
    padding: 9em 0;
    background: url(../images/1.jpg)no-repeat 0px 0px;
    background-size: cover;
}

.banner-right {
    background: url(../images/img3.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding-top: 2em;
}

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

.banner h2 {
    color: #fff;
    font-size: 3em;
}

.banner-text h3 {
    text-align: center;
    margin: 1.3em auto;
    font-size: 1.5em;
    color: #fff;
    background: #FF590F;
    display: inline-block;
    padding: .5em 1em;
}

.banner-left h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
}

.banner-right ul li {
    position: relative;
}

.banner-right ul li h4 {
    position: absolute;
    font-size: 5em;
    color: #000;
    bottom: 21%;
    left: 27%;
}


/*--countdown--*/

ul#example {
    list-style: none;
    margin: 0;
    display: block;
    text-align: center;
}

ul#example li {
    display: inline-block;
    border: 3px solid #6D6C6C;
    padding: 1.1em 1.5em;
    width: 24%;
}

ul#example li:nth-child(2) {
    margin: 0 1.5em;
}

ul#example li span {
    font-size: 2em;
    color: #fff;
    line-height: 0.6em;
}

ul#example li p {
    color: #fff;
    font-size: 0.9em;
    margin-top: 0.5em;
}


/*--//countdown--*/


/*--//banner--*/

.title-info {
    text-align: center;
    margin-bottom: 5em;
}

h3.title {
    font-size: 3.5em;
    font-weight: 900;
    color: #FF590F;
}

h3.title span {
    color: #353f49;
}

.title-info p {
    font-size: 1em;
    color: #999;
    margin-top: .5em;
    letter-spacing: 1px;
}


/*--gallery--*/

.gallery {
    padding: 5em 0;
    background: #fff;
}

.gallery-grid {
    background: #FFF;
    padding: 1.5em;
    width: 23.4%;
    overflow: hidden;
    margin-bottom: 2em;
    height: 30.7em;
    border: 1px solid #FF590F;
}

.gallery-grid.gallery-grid1 {
    margin: 0 1.5em;
}

.gallery-grid.gallery-grid2 {
    margin-right: 1.5em;
}


/*--gallery-text--*/

.gallery-text {
    text-align: center;
    height: 4.2em;
}

.gallery-grid a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin: 0 auto;
}

.gallery-grid:hover img {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    margin-top: -2em;
}

.gallery-text h5 {
    font-size: 2em;
    margin: 1em 0 .3em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.gallery-text h5 a {
    color: #000;
}

.gallery-text p {
    font-size: 1.3em;
    color: #ff590f;
    font-weight: 700;
    margin-bottom: 1em;
}

.gallery-text h4.sizes {
    font-size: 1.4em;
    color: #000;
    margin: 0.3em 0 0.8em;
}

.gallery-text h4.sizes a {
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    font-size: .7em;
}

.gallery-text h4.sizes a:hover {
    color: #ff590f;
}

.gallery-text ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.gallery-text ul li a span.glyphicon {
    font-size: 1.2em;
    color: #33414E;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.gallery-text ul li a span.glyphicon:hover {
    color: #ff590f;
}

.gallery-grid:hover .gallery-text {
    height: initial;
    margin-top: -3em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.gallery-grid:hover .gallery-text h5 {
    margin: .5em 0 .3em;
}

.gallery-grid:hover .gallery-text h5 a {
    color: #00a6d6;
}

.gallery-grid:hover .gallery-text p {
    margin-bottom: 0em;
}


/*--//gallery--*/


/*--trend--*/

.trend {
    padding: 5em 0;
    -webkit-box-shadow: 0px 0px 6px 1px #E6E6E6;
    -moz-box-shadow: 0px 0px 6px 1px #E6E6E6;
    box-shadow: 0px 0px 6px 1px #E6E6E6;
}

.trend-info {
    background: #00a6d6;
    padding: 4em 12em 3em 3em;
}

.trend-slider h4 {
    font-size: 2.8em;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

.trend-slider h4 span {
    margin-top: .4em;
    font-weight: 900;
    color: #fff;
}

.trend-slider h5 {
    font-size: 3em;
    color: #014A5F;
    margin-top: .5em;
    text-align: center;
    font-family: 'Fascinate', cursive;
}

.trend-slider p {
    font-size: 1em;
    color: #fff;
    line-height: 2em;
    margin-top: 1.5em;
    font-weight: 400;
}


/*--//trend--*/


/*--footer--*/

.footer {
    padding: 5em 0;
    background: #f5f6f8;
    -webkit-box-shadow: 0px 0px 5px 1px #C3C3C3;
    -moz-box-shadow: 0px 0px 5px 1px #C3C3C3;
    box-shadow: 0px 0px 5px 1px #C3C3C3;
}

.footer-grids h4 {
    font-size: 2.8em;
    font-weight: 800;
}

.footer-grids h4 a {
    color: #FF590F;
    text-decoration: none;
}

.footer-grids h4 a b {
    color: #353F49;
}

.footer-grids h3 {
    font-size: 3em;
    color: #FF590F;
    margin-bottom: 0.5em;
}

.footer-grids p {
    font-size: 1em;
    color: #32404b;
    font-weight: 500;
    margin-top: 1em;
    line-height: 1.8em;
}

.footer-grids p a {
    color: #32404b;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.footer-grids p a:hover {
    color: #FF590F;
}

.footer-grids ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 30px 5px 0;
}

.footer-grids ul li a {
    font-size: 1em;
    text-decoration: none;
    line-height: 2em;
    color: #32404b;
    text-transform: capitalize;
    font-weight: 500;
}

.footer-grids ul li a:hover {
    color: #FF590F;
}

.footer input[type="text"] {
    outline: none;
    width: 75%;
    color: #999;
    font-size: 1em;
    padding: 10px 15px;
    border: 3px solid #E0E0E0;
    margin-top: 1em;
}

.footer input::-webkit-input-placeholder {
    color: #999;
}

.footer input::-moz-placeholder {
    color: #999;
}

.footer input:-moz-placeholder {
    color: #999;
}

.footer input:-ms-input-placeholder {
    color: #999;
}

.footer input[type="submit"] {
    outline: none;
    border: 3px solid #FF590F;
    background: #FF590F;
    color: #fff;
    font-size: 1.1em;
    padding: 9px 12px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-appearance: none;
}

.footer input[type="submit"]:hover {
    color: #FF590F;
    background: #fff;
}


/*--//footer--*/


/*--new--*/

.new {
    padding: 5em 0 0;
    background: #fff;
}

.new-info {
    border-bottom: 7px double #9FA3AA;
    padding-bottom: 5em;
}

.new-bottom {
    padding: 1em;
    background: #fff;
}

.new-grid {
    width: 23.4%;
    padding: 0;
    overflow: hidden;
    border: 3px solid #00a6d6;
}

.new-grid.new-mdl {
    margin: 0 1.5em;
}

.new-grid.new-mdl1 {
    margin-right: 1.5em;
}

.new-bottom h5 {
    font-size: 1.8em;
    font-weight: 900;
    display: inline-block;
}

.new-bottom h5 a.name {
    color: #353f49;
}

.new-bottom h5 a.name:hover {
    color: #FF590F;
}


/*--ratings--*/

.rating {
    text-align: center;
    float: right;
}

.rating span {
    display: inline-block;
    position: relative;
    font-size: 1.3em;
    color: #555;
}

.rating span.on:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #F07818;
}

.ofr p {
    font-size: 1.1em;
    color: #353F49;
    display: inline-block;
    margin-top: 1em;
    font-weight: 600;
}

.ofr p.pric1 {
    color: #999;
    margin-right: 5px;
    font-weight: 400;
}

.new-top {
    position: relative;
    padding: 1.5em;
    background: #fff;
}

.new-text {
    background: #00a6d6;
    padding: 2em;
    position: absolute;
    top: 16%;
    width: 80%;
    left: -100%;
    transition: .5s all;
}

.new-text ul li {
    display: block;
    text-align: center;
}

.new-text ul li:nth-child(2) {
    margin: 1em 0;
}

.new-text ul li a {
    border: 1px solid #FFF;
    padding: 0.8em 2em;
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 1em;
    font-weight: 500;
}

.new-text ul li a:hover {
    color: #000;
    border-color: #000;
}

.new-grid:hover .new-text {
    left: 10%;
}


/*--//new--*/


/*--breadcrumbs--*/

ul.breadcrumbs {
    text-align: center;
    font-family: sans-serif;
}

.breadcrumbs {
    text-align: center;
}

.breadcrumb {
    background: none;
}

.breadcrumb1 {
    padding: 0;
    margin: 0;
}

.breadcrumb1 li {
    font-size: 1.1em;
    color: #ff590f;
    font-weight: 700;
}

.breadcrumb1 li a {
    color: #d8703f;
    text-decoration: none;
}

.breadcrumb1 li span {
    left: 0em;
    padding-right: 1em;
    color: #D8703F;
}

.breadcrumb&gt;.active {
    color: #FFF;
}


/*--//breadcrumbs--*/


/*--products-page--*/

.products,
.related-products,
.login-page,
.contact,
.cart-items,
.about,
.faq-info,
.codes {
    padding: 5em 0;
}

.rsidebar {
    display: block;
    float: left;
    width: 22%;
    padding: 0;
}

.rsidebar-top {
    border: 1px solid #E8E8E8;
    padding: 2em;
    -webkit-box-shadow: 0px 0px 5px 1px #777;
    -moz-box-shadow: 0px 0px 5px 1px #777;
    box-shadow: 0px 0px 5px 1px #777;
    box-shadow: 0px 0px 5px 1px #777;
}

.product-model-sec {
    float: right;
    padding: 0;
}


/*--products-left--*/

.product-grids {
    float: left;
    width: 31%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 6px 1px #DEDEDE;
    -moz-box-shadow: 0px 0px 6px 1px #DEDEDE;
    box-shadow: 0px 0px 6px 1px #DEDEDE;
    margin-bottom: 2em;
}

.product-grids .new-top {
    padding: 1.5em 1.5em 0;
}

.product-grids.product-grids-mdl {
    margin: 0 2em;
}

.product-grids:hover .new-text {
    left: 10%;
}

input.item_quantity {
    background: none;
    border: 1px solid #fff;
    padding: 0.8em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
    outline: none;
    color: #fff;
}

input.item_quantity:hover {
    border-color: #000;
}


/*--side-bar--*/

.sidebar-row {
    margin-top: 2em;
}

.rsidebar h4 {
    font-size: 1.2em;
    color: #353F49;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 1.2em;
}

.checkbox {
    position: relative;
    padding-left: 32px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}

.checkbox i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    outline: none;
    border: 2px solid #D8D8D8;
    background: #FFF;
}

.checkbox input+i:after,
.radio input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input:checked+i:after,
.radio input:checked+i:after {
    opacity: 1;
}

.checkbox input,
.radio input {
    position: absolute;
    left: -9999px;
}

.checkbox input+i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 4px 3px;
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}


/*-- start scrollpane --*/

.scroll-pane.jspScrollable {
    outline: none;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    outline: none;
    padding: 5px 20px 20px 10px !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 3px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #B9B7B7;
    position: relative;
}

.jspDrag {
    background: #777777;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.scroll-pane {
    height: 160px;
}

input#amount {
    outline: none;
}


/*--faq--*/

.faq li {
    margin-top: 0.8em;
    display: block;
}

.faq&gt;li&gt;a {
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}

.faq&gt;li&gt;a:hover,
.faq&gt;li&gt;a.active {
    color: #000;
}

.faq li a.active span {
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
}

.faq ul li a {
    line-height: 1.8em;
    display: block;
    position: relative;
    font-size: 1em;
    color: #999;
    text-decoration: none;
    font-weight: 400;
    padding-left: 1.5em;
}

.faq ul li a:hover {
    color: #ff590f;
}

.faq span.glyphicon {
    float: right;
}


/*--//faq--*/

.rsidebar .gallery-grid {
    width: 100%;
    height: 26.5em;
    margin-top: 2em;
}

.rsidebar .gallery-text h4.sizes {
    font-family: 'Pompiere', cursive;
    font-size: 1.4em;
    color: #353F49;
    text-transform: inherit;
}

.rsidebar .gallery-grid h6 {
    font-size: 1.2em;
    color: #353F49;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}


/*--//products-page--*/


/*--single-page--*/

.single-info {
    padding: 5em 0;
}

.single-top {
    margin-left: 5%;
    width: 34%;
}

.single-top-left h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 900;
    color: #00a6d6;
}


/*--single-ratings--*/

.single-rating {
    margin: 1em 0 1.5em;
}

.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width: 100px;
    overflow: hidden;
    vertical-align: middle;
}

.starRating:not(old)&gt;input {
    margin-right: -100%;
    opacity: 0;
}

.starRating:not(old)&gt;label {
    float: right;
    background: url(../images/star.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old)&gt;label:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/star1.png);
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating:not(old)&gt;label:hover:before,
.starRating:not(old)&gt;label:hover~label:before,
.starRating:not(:hover)&gt; :checked~label:before {
    -moz-opacity: 1;
    opacity: 1;
}


/*--//single-ratings--*/

.single-info .single-rating p {
    display: inline-block;
    font-size: 1em;
    color: #999;
    font-weight: 500;
    margin: 0 0.5em;
    vertical-align: middle;
}

.single-rating a {
    font-size: 1em;
    color: #999;
    font-weight: 500;
    vertical-align: middle;
}

.single-rating a:hover {
    color: #ff590f;
}

.single-rating a:before {
    padding: 0 8px;
    color: #353F49;
    content: "/\00a0";
}

.single-info h6 {
    font-size: 2em;
    color: #353F49;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.single-info p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0;
}

.single-info .quantity p {
    display: inline-block;
    color: #FF590F;
    font-weight: 700;
}

.quantity input.item_quantity {
    width: 50px;
    height: inherit;
    display: inline-block;
    margin: 0px 0px 0 10px;
    padding: 7px 0;
    outline: none;
    text-align: center;
    font-size: 1em;
    color: #999;
}

.single-top-left ul {
    float: left;
    width: 50%;
}

.single-top-left ul h4 {
    color: #ff590f;
    font-size: 2.2em;
}

.single-top-left ul li {
    display: inline-block;
    margin: 1em 1em 1em 0;
}

.single-top-left ul li a {
    color: #999;
    font-weight: 600;
    font-family: 'Pompiere', cursive;
    font-size: 1em;
    letter-spacing: 1px;
}

.single-top-left ul li a:hover {
    color: #ff590f;
}

.single-top-left ul.color li a {
    width: 12px;
    height: 12px;
    background: #383897;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
}

.single-top-left ul li a.red {
    background: #F00;
}

.single-top-left ul li a.green {
    background: #008000;
}

.single-top-left ul li a.pink {
    background: #DA70D6;
}

.btn_form a {
    border: 1px solid rgb(133, 139, 145);
    padding: 0.8em 2em;
    display: inline-block;
    text-decoration: none;
    color: #353F49;
    font-size: 0.9em;
    font-weight: 600;
    margin: 1em 0;
}

.btn_form a:hover {
    color: #ff590f;
    border-color: #ff590f;
}


/*--collapse-tabs--*/

.collpse.tabs {
    padding-top: 1em;
}

.panel-group {
    margin-bottom: 0;
}

h4.panel-title a {
    font-size: 1.3em;
    text-transform: capitalize;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: .6em 1.5em;
}

.panel-default {
    border-color: #52CFF3;
}

.panel-body {
    padding: 15px;
    color: #999;
    line-height: 1.8em;
    font-size: 1em;
}

.panel-default&gt;.panel-heading {
    color: #fff;
    background-color: #00a6d6;
    border-color: #00a6d6;
    padding: 0;
}


/*--//single-page--*/


/*--login-page--*/

.login-page {
    width: 35%;
    margin: 0 auto;
}

.login-page h3.title1 {
    text-align: center;
    margin-bottom: 1em;
}

.widget-shadow {
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.31), 0 1px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.31), 0 1px 2px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.31), 0 1px 2px rgba(0, 0, 0, 0.31);
}

.login-top {
    padding: 1.5em;
    border-bottom: 1px solid #DED9D9;
    text-align: center;
}

.login-body {
    padding: 2em;
}

.login-top h4 {
    font-size: 1.5em;
    color: #555;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.login-top h4 a {
    color: #FF590F;
    font-weight: 700;
    margin-left: 5px;
}

.login-top h4 a:hover {
    color: #353f49;
}

.login-page input[type="text"],
.login-page input[type="password"] {
    font-size: 1em;
    padding: 0.9em 1em;
    width: 100%;
    color: #999;
    outline: none;
    border: 1px solid #E2DCDC;
    background: #FFFFFF;
    margin: 0em 0em 1em 0em;
}


/*--placeholder--*/

.login-page ::-webkit-input-placeholder {
    color: #999 !important;
}

.login-page ::-webkit-input-placeholder {
    color: #999 !important;
}

.login-page :-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

.login-page ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

.login-page :-ms-input-placeholder {
    color: #999 !important;
}


/*--//placeholder--*/

.login-page label.checkbox {
    font-size: 1em;
    color: #353F49;
    display: inline-block;
    float: left;
}

.forgot-grid {
    margin-top: 1.5em;
}

.forgot {
    float: right;
}

.forgot a {
    font-size: 1em;
    color: #353F49;
    display: block;
    font-weight: 500;
}

.forgot a:hover {
    color: #FF590F;
}

.login-page input[type="submit"] {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #52CFF3;
    width: 100%;
    padding: .8em 1em;
    font-size: 1em;
    margin: 0.5em 0 0;
    transition: .5s all;
}

.login-page input[type="submit"]:hover {
    background: #FF590F;
}

.login-page-bottom {
    text-align: center;
}

.social-btn {
    display: inline-block;
    background: #3B5998;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.social-btn a {
    display: block;
    padding: .7em 2em;
}

.social-btn i {
    color: #fff;
    font-size: 1em;
    vertical-align: middle;
}

.social-btn.sb-two {
    background-color: #45B0E3;
    margin-left: 2em;
}

.social-btn:hover {
    background: #FF590F;
}

.login-page-bottom h5 {
    font-size: 1.5em;
    color: #353F49;
    font-weight: 800;
    margin: 1em 0;
    font-family: 'Raleway', sans-serif;
}


/*--//login-page--*/


/*--contact--*/

.address {
    background: url(../images/1.jpg)no-repeat;
    background-size: cover;
    padding: 5em 0;
}

.address-grid {
    background-color: rgba(0, 166, 214, 0.7);
    padding: 4em;
}

.address-info {
    background-color: rgba(0, 166, 214, 0.7);
    padding: 3em 4em;
}

.address-info.address-mdl {
    margin: 2em 0;
}

.contact iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}

.address h4 {
    font-size: 2.8em;
    color: #fff;
    margin-bottom: 0.7em;
}

.address-info h4 {
    margin-bottom: .4em;
}

.address input[type="text"] {
    width: 100%;
    color: #fff;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 2em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.address textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #fff;
    min-height: 12.3em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.address input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #FF590F;
    border: solid 1px #FF590F;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.address input[type="submit"]:hover {
    background: none;
    color: #FF590F;
}

.address ::-webkit-input-placeholder {
    color: #fff !important;
}

.address ::-webkit-input-placeholder {
    color: #fff !important;
}

.address :-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.address ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.address :-ms-input-placeholder {
    color: #fff !important;
}

.address p {
    color: #fff;
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.address p a {
    color: #fff;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.address p a:hover {
    color: #000;
}


/*--//contact--*/


/*--checkout--*/

.cart-items h3 {
    font-size: 2em;
    font-weight: 900;
    color: #FF590F;
    margin-bottom: 1.5em;
}

.cart-sec {
    margin-bottom: 3em;
}

.cart-item {
    width: 20%;
    float: left;
    margin-right: 5%;
}

.cart-item img {
    width: 100%;
}

.cart-item-info {
    width: 75%;
    float: left;
}

.cart-item-info h4 {
    font-size: 2em;
    margin-bottom: 0.8em;
}

.cart-item-info h4 a {
    color: #353F49;
}

.cart-item-info h4 a:hover {
    color: #FF590F;
}

.cart-item-info h4 span {
    display: block;
    font-weight: 400;
    font-size: 1em;
    margin: 0.5em 0 0;
    color: #FF590F;
}

.delivery {
    margin-top: 3em;
}

.delivery p {
    color: #999;
    font-size: 1em;
    font-weight: 500;
    float: left;
}

.delivery span {
    color: #A6A6A6;
    font-size: 1em;
    font-weight: 400;
    float: right;
}

.cart-header,
.cart-header1,
.cart-header2 {
    position: relative;
}

.alert-close,
.alert-close1,
.alert-close2 {
    background: url('../images/into.png') no-repeat 0px 0px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 999;
}

ul.qty {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.qty li {
    display: inline-block;
    margin-right: 10%;
}

ul.qty li p {
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
}


/*--//checkout--*/


/*--about--*/

.about p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
    font-weight: 500;
}

.about h4 {
    font-size: 2em;
    font-weight: 900;
    color: #FF590F;
    margin: 1em 0 .5em;
}


/*--//about--*/


/*--faq--*/

.faq-info a {
    padding: 1em 1.5em;
    background: #00a6d6;
}

.faq-info .faq li p {
    font-size: 1em;
    color: #999;
    padding-left: 2em;
    line-height: 1.8em;
}


/*--//faq--*/


/*--Shortcodes--*/

.codes h3.title1 {
    margin-bottom: 0.5em;
}

h3.hdg {
    font-size: 2.5em;
    color: #FF590F !important;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 30px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg {
    margin-bottom: 1em;
    color: #333;
}

.table&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;td {
    border-top: none !important;
}

.tab-content&gt;.active {
    display: block;
    visibility: visible;
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span:hover,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
    padding: 7px!important;
}

.table&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;td {
    font-size: 0.9em;
    color: #555;
    border-top: none !important;
}

.tab-content&gt;.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

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

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:991px) {
    .list-group {
        margin-bottom: 25px;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .grid_5 {
        padding: 1em 0;
    }
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .fuji-product-box {
        height: auto !important;
    }
    .fuji-product-box-new {
        height: auto !important;
    }
}

@media (max-width:640px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .grid_4 {
        margin-top: 30px;
    }
}

@media (max-width:480px) {
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,
    p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    .alert,
    p,
    ol.breadcrumb li,
    .grid_3 p,
    .well,
    ul.list-group li,
    li.list-group-item1,
    a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px !important;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .table&gt;thead&gt;tr&gt;th,
    .table&gt;tbody&gt;tr&gt;th,
    .table&gt;tfoot&gt;tr&gt;th,
    .table&gt;thead&gt;tr&gt;td,
    .table&gt;tbody&gt;tr&gt;td,
    .table&gt;tfoot&gt;tr&gt;td {
        font-size: 0.81em;
    }
    .table td,
    .table&gt;tbody&gt;tr&gt;td,
    .table&gt;tbody&gt;tr&gt;th,
    .table&gt;tfoot&gt;tr&gt;td,
    .table&gt;tfoot&gt;tr&gt;th,
    .table&gt;thead&gt;tr&gt;td,
    .table&gt;thead&gt;tr&gt;th {
        padding: 13px!important;
    }
    .codes .row {
        margin: 0;
    }
}


/*--//Shortcodes--*/


/*--slider-up-arrow--*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
    z-index: 999;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*--//slider-up-arrow--*/


/*---- responsive-design -----*/

@media(max-width:1366px) {
    .login-page {
        width: 38%;
    }
    .login-top {
        padding: 1em;
    }
    .title-info {
        margin-bottom: 4em;
    }
    .scroll-pane {
        height: 130px;
    }
}

@media(max-width:1280px) {
    .login-page {
        width: 43%;
    }
    #toTop {
        right: 2%;
    }
    .footer {
        padding: 4em 0;
    }
}

@media(max-width:1080px) {
    .cd-header-buttons {
        right: 8%;
    }
    .cd-search input {
        font-size: 1.5em;
    }
    .banner {
        padding: 7em 0;
    }
    .banner-right ul li h4 {
        left: 20%;
    }
    .new {
        padding: 4em 0 0;
    }
    .new-grid,
    .gallery-grid {
        width: 23.85%;
    }
    .new-grid.new-mdl,
    .gallery-grid.gallery-grid1 {
        margin: 0 1em;
    }
    .new-grid.new-mdl1,
    .gallery-grid.gallery-grid2 {
        margin-right: 1em;
    }
    .new-bottom h5 {
        font-size: 1.5em;
    }
    .rating span {
        font-size: 1.1em;
        vertical-align: middle;
    }
    .new-text {
        top: 14%;
        width: 90%;
    }
    .new-grid:hover .new-text {
        left: 5%;
    }
    .new-text ul li a {
        font-size: 0.9em;
    }
    .new-top {
        padding: 0.8em 1em;
    }
    .new-info {
        padding-bottom: 4em;
    }
    .gallery {
        padding: 4em 0;
    }
    .gallery-text h5 {
        font-size: 1.6em;
        margin: 0.5em 0 .3em;
    }
    .gallery-grid {
        height: 24.7em;
        margin-bottom: 1em;
    }
    .trend-info {
        padding: 3em 9em 2em 2em;
    }
    .trend-slider h4 {
        font-size: 2.5em;
    }
    .trend-slider h5 {
        font-size: 2.8em;
    }
    .footer {
        padding: 3.5em 0;
    }
    .products,
    .related-products,
    .login-page,
    .contact,
    .cart-items,
    .about,
    .faq-info,
    .codes {
        padding: 4em 0;
    }
    .login-page {
        width: 55%;
    }
    h3.title {
        font-size: 3.3em;
    }
    .title-info {
        margin-bottom: 3em;
    }
    .footer-grids ul li {
        padding: 5px 25px 5px 0;
    }
    .contact iframe {
        min-height: 340px;
    }
    .address p {
        letter-spacing: 0px;
    }
    .rsidebar-top {
        padding: 1.5em;
    }
    .rsidebar h4 {
        font-size: 1.1em;
    }
    .product-grids {
        width: 32%;
        margin-bottom: 1em;
    }
    .product-grids.product-grids-mdl {
        margin: 0 1em;
    }
    .single-top {
        margin-left: 13%;
    }
    .single-top-left h3 {
        font-size: 1.6em;
    }
    .single-top-left {
        padding: 0;
    }
    .single-info {
        padding: 5em 0 3em;
    }
}

@media(max-width:991px) {
    .header-two-left ul li {
        font-size: 0.9em;
        margin-right: 1em;
    }
    .header-two-left ul li i.glyphicon {
        margin-right: .5em;
    }
    .header-two .navbar-nav {
        width: 33%;
    }
    .header-right.cart {
        margin-right: 0.5em;
        padding-right: 0.8em;
    }
    .header-two-left ul li {
        font-size: 0.9em;
        margin: 0.6em 0 0;
        display: block;
    }
    .logo h1 {
        font-size: 2.8em;
        margin: 0.6em 0 0.5em;
        font-weight: 900;
    }
    .header-two-left {
        margin-top: 2.1em;
    }
    .header-right.cart {
        margin-top: 2em;
    }
    .header-right.my-account {
        margin: 3.1em 0;
    }
    .social-icons ul li {
        margin-left: 0.8em;
    }
    .banner-left {
        padding: 0;
    }
    .banner h2 {
        font-size: 2.6em;
    }
    .banner-text h3 {
        margin: 1em auto;
    }
    ul#example li {
        padding: 1em;
        width: 29%;
    }
    ul#example li:nth-child(2) {
        margin: 0 0.5em;
    }
    .banner-right ul li h4 {
        left: 15%;
        font-size: 4.5em;
        bottom: 27%;
    }
    .banner-right {
        min-height: 260px;
        padding: 0 0 1em;
    }
    .banner {
        padding: 5em 0;
    }
    .new-grid,
    .gallery-grid {
        width: 23.5%;
        float: left;
    }
    .new-text {
        top: 12%;
        width: 100%;
        padding: 1em;
    }
    .new-grid:hover .new-text {
        left: 0%;
    }
    .navbar-default .navbar-nav&gt;li&gt;a {
        padding: 1.2em 0.8em;
    }
    .cd-header-buttons {
        right: 2%;
    }
    .new-bottom {
        text-align: center;
    }
    .rating {
        float: none;
    }
    .rating {
        margin-top: .4em;
    }
    .ofr p {
        font-size: 1em;
        margin-top: 0.5em;
    }
    .new-text ul li:nth-child(2) {
        margin: 0.5em 0;
    }
    .gallery {
        padding: 3em 0;
    }
    h3.title {
        font-size: 3em;
    }
    .gallery-grid {
        height: 20.5em;
        padding: 1em;
    }
    .trend-left {
        float: left;
        width: 40%;
    }
    .trend-right {
        float: right;
        width: 60%;
        padding: 0;
    }
    .flexslider.trend-slider .slides img {
        width: 100%;
    }
    .trend-slider h4 {
        font-size: 2em;
    }
    .trend-slider h5 {
        font-size: 2.4em;
    }
    .trend-slider p {
        font-size: 0.9em;
        margin-top: 1em;
    }
    .trend-info {
        padding: 2em 5em 1.5em 1em;
    }
    .footer-grids:nth-child(2) {
        margin: 2em 0;
    }
    .footer {
        padding: 3em 0;
    }
    ul.dropdown-menu.multi-column {
        padding: 1.5em;
    }
    .multi-column-dropdown li a {
        font-size: 0.9em;
    }
    .row h4 {
        font-size: 0.9em;
    }
    .menu-grids.menulist1 ul {
        width: 46%;
    }
    .menu-grids {
        padding-right: 0;
    }
    ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
        width: 25%;
        padding-left: 3em;
    }
    .new-add2 h6 {
        font-size: 1.6em;
    }
    .new-add h5 {
        font-size: 2.1em;
    }
    .contact iframe {
        min-height: 300px;
    }
    .address {
        padding: 4em 0;
    }
    .address h4 {
        font-size: 2.5em;
        margin-bottom: 0.6em;
    }
    .address-left {
        float: left;
        width: 50%;
        padding-left: 0;
    }
    .address-right {
        float: right;
        width: 50%;
        padding: 0;
    }
    .address .address-info h4 {
        margin-bottom: .3em;
    }
    .address p {
        font-size: 1em;
    }
    .address-info {
        padding: 2.5em;
    }
    .address-grid {
        padding: 2.5em;
    }
    .address input[type="text"] {
        padding: .6em 1em;
        margin-bottom: 1.5em;
    }
    .address-info.address-mdl {
        margin: 1.5em 0;
    }
    .address textarea {
        min-height: 14.5em;
    }
    .product-model-sec .new-text {
        width: 80%;
    }
    .rsidebar {
        width: 100%;
        margin: 1em auto 0;
    }
    .single-top {
        width: 50%;
    }
    .single-top-left h3 {
        margin-top: 1.5em;
    }
    .single-info h6 {
        font-size: 1.8em;
    }
    .single-info {
        padding: 4em 0 1em;
    }
}

@media(max-width:800px) {
    .top-header p,
    .top-header h2 {
        letter-spacing: 0px;
    }
    .header-right a {
        font-size: 0.8em;
    }
    .header-two .navbar-nav {
        width: 32%;
    }
    .header-two-left {
        margin-top: 1.8em;
    }
    .cd-search input {
        font-size: 1.3em;
    }
    .banner-right {
        min-height: 280px;
        padding: 1em 0 0;
        background-position: 0px -15px;
    }
    .banner-right ul li h4 {
        bottom: 24%;
    }
    .new {
        padding: 3em 0 0;
    }
    .title-info p {
        font-size: 0.9em;
    }
    .trend {
        padding: 4em 0;
    }
    .products,
    .related-products,
    .login-page,
    .contact,
    .cart-items,
    .about,
    .faq-info,
    .codes {
        padding: 3em 0;
    }
    .login-page {
        width: 60%;
    }
    .product-grids .new-top {
        padding: 0 1em;
    }
}

@media(max-width:767px) {
    .top-header .nav.navbar-nav {
        margin: 0;
        float: left;
    }
    .top-header .nav.navbar-nav.social-icons {
        float: right;
        margin-top: 0.5em;
    }
    .header-two .navbar-nav {
        width: 36%;
        float: left;
        margin: 0 0 0;
    }
    .header-two .navbar-nav.header-two-left {
        margin-top: 1.6em;
        width: 28%;
    }
    button.navbar-toggle {
        background-color: #1c5e9e;
    }
    button.navbar-toggle {
        /*margin-right: 48%;*/
    }
    .header-grid button.navbar-toggle {
        border: 1px solid #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #F07818;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #F2F6F7;
    }
    .navbar-nav&gt;li {
        display: block;
    }
    div#bs-example-navbar-collapse-1 {
        padding: 0;
        overflow: inherit;
    }
    .navbar-default .navbar-nav&gt;li&gt;a {
        padding: 0.8em 0.8em;
        font-size: 1em;
    }
    .menu-grids {
        padding-right: 0;
        float: left;
        width: 25%;
    }
    ul.dropdown-menu.multi-column {
        padding: 1em;
    }
    .menu-grids.menulist1 ul {
        width: 100%;
        display: block;
    }
    .multi-column-dropdown li a {
        font-size: 0.85em;
    }
    ul.multi-column-dropdown:nth-child(3) {
        border: none;
    }
    ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
        width: 25%;
        padding-left: 1em;
    }
}

@media(max-width:768px) {
    .logo h1 {
        font-size: 2.5em;
    }
    .header-right.cart {
        margin-top: 1.6em;
    }
    .header-right.my-account {
        margin: 2.8em 0;
    }
    .header-two-left {
        margin-top: 1.8em;
    }
    .breadcrumbs {
        padding: 1.2em 0;
    }
    .banner {
        padding: 4.5em 0;
    }
    .new-text {
        top: 16%;
        width: 97%;
    }
    .new-grid:hover .new-text {
        left: 1%;
    }
    .new-text ul li a {
        padding: 0.8em 1em;
    }
}

@media(max-width:640px) {
    .row h4 {
        margin-bottom: 0;
    }
    .menu-grids.new-add2 {
        padding: 0;
    }
    .new-add2 h6 {
        font-size: 1.4em;
    }
    .menu-two.multi-column3 .menu-grids:nth-child(2) {
        width: 74%;
    }
    .multi-column4 .menu-grids:nth-child(4) {
        padding: 0;
    }
    .new-add h5 {
        font-size: 2em;
    }
    .banner {
        padding: 3em 0;
    }
    .banner-text h3 {
        font-size: 1.3em;
        padding: .5em 1em;
    }
    ul#example li {
        width: 19%;
    }
    .banner-right {
        margin-top: 1.5em;
    }
    h3.title {
        font-size: 2.8em;
    }
    .title-info {
        margin-bottom: 2em;
    }
    .new-grid.new-mdl,
    .gallery-grid.gallery-grid1 {
        margin: 0 0.5em;
    }
    .new-grid.new-mdl1,
    .gallery-grid.gallery-grid2 {
        margin-right: 0.5em;
    }
    .new-grid,
    .gallery-grid {
        width: 24.1%;
        float: left;
    }
    .new-text ul li a {
        padding: 0.6em 1em;
    }
    .new-bottom {
        padding: 0.8em;
    }
    .ofr p {
        font-size: 0.9em;
    }
    .new-text {
        top: 9%;
    }
    .gallery-text h5 {
        font-size: 1.4em;
    }
    .gallery-grid {
        height: 17.9em;
        padding: 0.8em;
    }
    .gallery-text ul li a span.glyphicon {
        font-size: 1em;
    }
    .gallery {
        padding: 2.5em 0;
    }
    .trend {
        padding: 3em 0;
    }
    .trend-slider h4 {
        font-size: 1.8em;
    }
    .trend-slider h5 {
        font-size: 1.8em;
    }
    .trend-slider p {
        font-size: 0.85em;
    }
    .trend-info {
        padding: 2em 3em 1.5em 1em;
    }
    .flexslider.trend-slider ol.flex-control-nav {
        right: -5%;
    }
    .footer {
        padding: 2.5em 0;
    }
    .footer-grids h4 {
        font-size: 2.5em;
    }
    .footer-grids h3 {
        font-size: 2.5em;
        margin-bottom: 0.2em;
    }
    .footer-grids p {
        font-size: 0.9em;
    }
    .footer-grids ul li a {
        font-size: 0.9em;
    }
    .login-page {
        width: 85%;
    }
    .login-top h4 {
        font-size: 1.3em;
    }
    .login-top {
        padding: 0.8em;
    }
    .login-page input[type="text"],
    .login-page input[type="password"] {
        font-size: 0.9em;
    }
    .login-body {
        padding: 1.5em;
    }
    .login-page-bottom h5 {
        font-size: 1.3em;
    }
    .cart-item-info h4 {
        font-size: 1.8em;
    }
    .cart-item-info h4 span {
        font-size: 0.9em;
        margin-bottom: 0.5em;
    }
    ul.qty li p {
        font-size: 0.9em;
    }
    .delivery p {
        font-size: 0.9em;
    }
    .delivery span {
        font-size: 0.9em;
    }
    .delivery {
        margin-top: 1em;
    }
    .contact iframe {
        min-height: 250px;
    }
    .address-grid {
        padding: 2em;
    }
    .address h4 {
        font-size: 2em;
    }
    .address p {
        font-size: 0.9em;
    }
    .address-info {
        padding: 2em;
    }
    .address textarea {
        min-height: 9.6em;
    }
    .product-grids {
        width: 31.7%;
    }
    .new-text {
        top: 14%;
    }
    input.item_quantity {
        padding: 0.6em 1em;
    }
    .new-text {
        top: 17%;
    }
    .single-info h6 {
        font-size: 1.5em;
    }
    .single-info p {
        font-size: 0.9em;
    }
    .single-top-left ul h4 {
        font-size: 2em;
    }
    .panel-body {
        font-size: 0.9em;
    }
}

@media(max-width:480px) {
    button.navbar-toggle {
        /*margin-right: 44%;*/
    }
    .top-header .nav.navbar-nav {
        float: none;
        text-align: center;
    }
    .top-header .nav.navbar-nav.social-icons {
        float: none;
        margin: 0.5em 0;
    }
    .header-two .navbar-nav.header-two-left {
        margin-top: 1em;
        width: 100%;
        text-align: center;
    }
    .header-two-left ul li {
        margin: 0 1em;
        display: inline-block;
    }
    .header-two .navbar-nav {
        width: 100%;
        float: none;
        margin: 0 0 1em;
    }
    .header-right {
        width: 47%;
    }
    .header-right.cart {
        margin-top: 0;
        margin-right: 0em;
        padding-right: 5em;
    }
    .header-right.my-account {
        margin: 1.3em 0;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .logo h1 {
        margin: 0.5em 0;
    }
    .banner-text h3 {
        margin: 0.5em auto;
    }
    .banner-left h4 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }
    ul#example li span {
        font-size: 1.5em;
        color: #fff;
        line-height: 0.6em;
    }
    ul#example li {
        width: 18%;
        padding: 0.8em;
    }
    .banner-right {
        min-height: 245px;
        background-position: 0px -10px;
    }
    .banner-right ul li h4 {
        left: 21%;
        font-size: 4em;
    }
    .title-info p {
        letter-spacing: 0px;
    }
    .new-grid,
    .gallery-grid {
        width: 49%;
    }
    .new-grid.new-mdl,
    .gallery-grid.gallery-grid1 {
        margin: 0 0 .5em .5em;
    }
    .gallery-grid {
        height: 18.9em;
        padding: 1em 3em;
        margin-bottom: 0.5em;
    }
    .new-info {
        padding-bottom: 3em;
        border-bottom: 3px double #9FA3AA;
    }
    h3.title {
        font-size: 2.5em;
    }
    .trend-left {
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .trend-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .trend-info {
        padding: 1.5em;
    }
    .trend-slider h4 {
        font-size: 1.5em;
    }
    .trend-slider h5 {
        font-size: 1.5em;
    }
    .navbar-default .navbar-nav&gt;li&gt;a {
        padding: 0.7em 0.8em;
    }
    .menu-grids {
        padding: 0;
        float: none;
        width: 100%;
        text-align: center;
    }
    ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
        width: 100%;
        padding: 0;
    }
    .menu-two.multi-column3 .menu-grids:nth-child(2) {
        width: 100%;
    }
    .social-btn i {
        font-size: 0.9em;
        vertical-align: inherit;
    }
    .cart-items h3 {
        font-size: 1.8em;
    }
    .cart-item-info h4 {
        font-size: 1.6em;
    }
    .cart-item-info h4 span {
        font-size: 0.87em;
    }
    .alert-close,
    .alert-close1,
    .alert-close2 {
        top: 4px;
    }
    .cart-items {
        padding: 3em 0 0;
    }
    .address-grid {
        padding: 1em;
    }
    .address h4 {
        font-size: 1.8em;
    }
    .address input[type="text"] {
        padding: .6em 1em;
        margin-bottom: 1em;
        font-size: 0.9em;
    }
    .address-info {
        padding: 1em;
    }
    .address input[type="submit"] {
        padding: .6em 4em;
        font-size: 0.9em;
    }
    .address textarea {
        min-height: 9.9em;
        font-size: 0.9em;
    }
    .address {
        padding: 3em 0;
    }
    .footer-grids ul li {
        padding: 5px 14px 0 0;
    }
    .login-top {
        padding: 0.6em;
    }
    .login-page input[type="submit"] {
        padding: .7em 1em;
        font-size: 0.9em;
    }
    .contact iframe {
        min-height: 200px;
    }
    .footer input[type="text"] {
        font-size: 0.9em;
        padding: 10px 10px;
    }
    .footer input[type="submit"] {
        font-size: 1em;
        padding: 8px 12px;
    }
    .about p {
        font-size: 0.9em;
    }
    .faq&gt;li&gt;a {
        font-size: 0.9em;
        line-height: 1.8em;
    }
    .faq-info .faq li p {
        font-size: 0.9em;
        padding-left: 1em;
    }
    .faq-info a {
        padding: 0.7em 0.8em;
    }
    .product-grids {
        width: 32.2%;
    }
    .product-grids.product-grids-mdl {
        margin: 0 0.5em;
    }
    .product-grids:hover .new-text {
        left: 0;
        width: 100%;
    }
    .imagezoom-view {
        display: none;
    }
    .single-top {
        margin-left: 18%;
        width: 75%;
    }
    .single-top-left h3 {
        font-size: 1.5em;
    }
    .single-rating {
        margin: 0.8em 0;
    }
    .single-info p {
        margin: 0.5em 0;
    }
    .collpse.tabs {
        padding-top: 0;
    }
    h4.panel-title a {
        font-size: 1.2em;
        padding: .5em 1em;
    }
}

@media(max-width:414px) {
    .banner h2 {
        font-size: 2.4em;
    }
    ul#example li p {
        margin-top: 0.2em;
    }
    ul#example li {
        width: 24%;
    }
    .banner-right ul li h4 {
        font-size: 3.5em;
    }
    .banner-right {
        min-height: 215px;
    }
    .header-right.cart {
        padding-right: 3em;
    }
    .title-info p {
        font-size: 0.85em;
    }
    h3.title {
        font-size: 2.2em;
    }
    .title-info {
        margin-bottom: 1.5em;
    }
    .gallery-grid {
        padding: 0.5em 1.3em;
    }
    .product-grids.product-grids-mdl {
        margin: 0 1em 1em 0;
    }
    .product-grids {
        width: 46%;
        margin: 0 1em 1em 0;
    }
    .social-btn.sb-two {
        margin-left: 1em;
    }
    .social-btn a {
        padding: .7em 1.2em;
    }
    .login-page-bottom h5 {
        margin: 0.5em 0;
    }
    .address-left,
    .address-right {
        float: none;
        width: 100%;
        padding: 0;
    }
    .address-right {
        margin-top: 1em;
    }
    .delivery p,
    .delivery span {
        float: none;
    }
    .delivery span {
        margin-top: 0.5em;
    }
    .logo h1 {
        margin: 0.3em 0;
    }
    .faq-info .faq li p,
    .faq&gt;li&gt;a {
        font-size: 0.87em;
    }
    .faq li {
        margin-top: 0.5em;
    }
}

@media(max-width:384px) {
    .new-grid,
    .gallery-grid {
        width: 48.9%;
    }
    .gallery-grid {
        height: 18em;
    }
    .product-grids {
        width: 45.8%;
    }
}

@media(max-width:375px) {
    .banner-right {
        min-height: 190px;
        background-position: 0;
    }
    .new-grid,
    .gallery-grid {
        width: 48.8%;
    }
    .new-text {
        top: 9%;
    }
    .gallery-grid {
        height: 17.1em;
    }
    .trend-slider h4 {
        font-size: 1.3em;
    }
    .trend-slider h5 {
        font-size: 1.3em;
    }
    .trend-slider p {
        margin-top: 0.5em;
    }
    .login-page input[type="submit"] {
        margin: 0;
    }
    .social-btn i {
        font-size: 0.87em;
    }
    .social-btn a {
        padding: .6em 1em;
    }
    .social-btn.sb-two {
        margin-left: 0.5em;
    }
}

@media(max-width:320px) {
    .top-header p,
    .top-header h2 {
        margin-top: .5em;
        font-size: 0.83em;
    }
    .top-header p a,
    .top-header h2 a {
        padding: 0 3px;
    }
    .top-header .nav.navbar-nav.social-icons {
        margin: 0.5em 0 .3em;
    }
    .header-two .navbar-nav.header-two-left {
        margin: 0.5em 0 0;
    }
    .header-two .navbar-nav {
        margin: 0 0 0.5em;
    }
    .header-two-left ul li {
        margin: 0 1.5em 0 0;
    }
    .logo h1 {
        font-size: 2em;
        margin: 0.5em 0 0;
    }
    span.tag {
        font-size: .35em;
        letter-spacing: 0px;
    }
    .cart-box p {
        padding: 4px 8px;
    }
    .banner h2 {
        font-size: 2.2em;
    }
    .header-right span.glyphicon {
        font-size: 1.3em;
    }
    .header-right.my-account {
        margin: 1em 0;
    }
    .header-right.cart {
        padding-right: 2em;
    }
    button.navbar-toggle {
        /*margin-right: 41%;*/
    }
    .navbar {
        min-height: 46px;
    }
    .navbar-toggle {
        padding: 7px 8px;
    }
    ul#example li {
        width: 25%;
        padding: 0.5em;
    }
    .banner-right {
        min-height: 170px;
        margin-top: 1em;
    }
    .banner {
        padding: 1.5em 0;
    }
    .banner-text h3 {
        font-size: 1.1em;
        padding: .4em 1em;
    }
    ul#example li span {
        font-size: 1.3em;
    }
    ul#example li p {
        font-size: 0.85em;
    }
    .new {
        padding: 2em 0 0;
    }
    .new-grid,
    .gallery-grid {
        width: 48.7%;
    }
    .new-bottom h5 {
        font-size: 1.3em;
    }
    .rating span {
        font-size: 1em;
    }
    .ofr p.pric1 {
        margin-right: 3px;
    }
    .ofr p {
        font-size: 0.85em;
    }
    .new-info {
        padding-bottom: 2em;
    }
    .gallery {
        padding: 2em 0;
    }
    .gallery-grid {
        padding: 0.5em 0.8em;
    }
    .gallery-grid {
        height: 16em;
    }
    .gallery-text p {
        font-size: 1.1em;
    }
    .gallery-text h5 {
        font-size: 1.3em;
    }
    .trend-left {
        width: 75%;
    }
    .flexslider.trend-slider ol.flex-control-nav {
        right: -1%;
        bottom: 71%;
    }
    .footer {
        padding: 2em 0;
    }
    .footer-grids h3 {
        font-size: 2.3em;
    }
    .footer-grids {
        padding: 0;
    }
    .login-page {
        width: 90%;
    }
    .products,
    .related-products,
    .login-page,
    .contact,
    .cart-items,
    .about,
    .faq-info,
    .codes {
        padding: 2em 0;
    }
    .login-body {
        padding: 1em;
    }
    .footer-grids:nth-child(2) {
        margin: 1.5em 0;
    }
    .footer-grids h4 {
        font-size: 2em;
    }
    .social-btn {
        display: block;
    }
    .social-btn.sb-two {
        margin: 0.5em 0 0;
    }
    .login-page label.checkbox {
        font-size: 0.9em;
    }
    .forgot a {
        font-size: 0.9em;
    }
    .alert-close,
    .alert-close1,
    .alert-close2 {
        right: 0px;
    }
    .cart-item-info h4 span {
        margin-bottom: 0.5em;
    }
    ul.qty li {
        margin-right: 4%;
    }
    .cart-item-info h4 {
        margin-bottom: 0.4em;
    }
    .delivery {
        margin-top: 0.5em;
    }
    .cart-sec {
        margin-bottom: 1.5em;
    }
    .contact iframe {
        min-height: 170px;
    }
    .address {
        padding: 2em 0;
    }
    .address p {
        font-size: 0.87em;
    }
    .product-grids {
        width: 47.4%;
        margin: 0 0.5em 0.5em 0;
    }
    .product-grids.product-grids-mdl {
        margin: 0 0.5em 0.5em 0;
    }
    .new-bottom {
        padding: 0 0 1em;
    }
    .rsidebar .gallery-grid {
        height: 25.9em;
    }
    .single-top {
        margin-left: 18%;
        width: 85%;
        padding: 0;
    }
    .social-icons ul li {
        margin-left: 0.6em;
    }
    .social-icons ul li a {
        background-position: 2px -2px;
        display: block;
        height: 17px;
        width: 17px;
        background-size: 125%;
    }
    .social-icons ul li a.pin {
        background-position: -1px -31px;
    }
    .social-icons ul li a.in {
        background-position: -4px -66px;
        background-size: 128%;
    }
    .social-icons ul li a.be {
        background-position: -3px -95px;
    }
    .social-icons ul li a.you {
        background-position: -4px -126px;
    }
    .social-icons ul li a.vimeo {
        background-position: -4px -158px;
    }
    .new-text ul li a {
        padding: 0.6em 0em;
    }
}


/*--//responsive-design---*/

.anda-area {
    background: url(../images/anda/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.bofa-area {
    background: url(../images/bofa/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.circuit-area {
    background: url(../images/circuitmaster/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.europlasma-area {
    background: url(../images/common-banner/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.fuji-area {
    background: url(../images/fuji/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.jt-area {
    background: url(../images/background.png);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.speedline-area {
    background: url(../images/speed-line/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.thinky-area {
    background: url(../images/thinky/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.valor-area {
    background: url(../images/valor/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.yjlink-area {
    background: url(../images/yjlink/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.vision-area {
    background: url(../images/vision/section_bg.png);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.koh-area {
    background: url(../images/koh-young/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.dic-area {
    background: url(../images/dic/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.iner-tec {
    background: url(../images/iner-tec/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.tanac-area {
    background: url(../images/tanac/section_bg.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 0;
}

.parallax {
    /* background-attachment: fixed;*/
    overflow: hidden;
}

.to-front {
    position: relative;
    z-index: 1;
}

.img-brdr:after {
    content: "";
    position: absolute;
    top: 3%;
    left: 2%;
    width: 96%;
    height: 94%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    z-index: 9;
}

.well-md {
    padding-top: 7.5rem;
}

.drop-shadow-lg {
    /*box-shadow: 9px 15px 34px 0px rgba(0,0,0,0.2);*/
    background: rgba(0, 0, 0, 0.7);
    height: 370px !important;
    vertical-align: middle;
    display: table-cell;
}

.inset-1 {
    position: absolute;
    left: -16%;
    z-index: 99;
    top: 25%;
}

.inset-1 h3.border-var-1 {
    display: block;
    color: #4a4a4a;
    font-size: 35px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.7);
    line-height: 30px;
    font-family: "Squada One", cursive;
    text-transform: uppercase;
}

.inset-1 .border-var-1:before {
    content: '';
    width: 100px;
    height: 100%;
    border-left: 3px solid;
    border-bottom: 3px solid;
    color: #dae6e9;
}

.index-list .index-list__item .index-list__counter,
.index-list&gt;li .index-list__counter {
    position: relative;
    display: inline-block;
    color: #e0e0e0;
}

.index-list .index-list__item .index-list__counter {
    display: none;
}

@media (min-width: 992px) {
    .pull-md-out-right {
        margin-right: -17.54385964912281%;
    }
    .pull-md-out-right img {
        z-index: 2;
    }
    .index-list .index-list__item .index-list__counter {
        display: inline-block;
    }
    .inset-2 {
        padding: 5% 0% 14% 22%;
    }
    .pull-md-out-right.to-front:before {
        position: absolute;
        content: "";
        width: 76%;
        height: 100%;
        border: solid 3px #d5d5d5;
        left: 30px;
        top: 30px;
        z-index: -1;
    }
}

@media (min-width: 768px) {
    .heading-1 {
        font-size: 6rem;
        line-height: 1;
    }
}

@media (min-width: 480px) {
    .row-xs-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.divider {
    padding: 0;
    border-width: 4px;
    border-style: none solid none none;
}

.rd-parallax-layer {
    font-family: "Verdana";
}

@media (min-width: 992px) {
    .rd-parallax-layer {
        position: relative;
    }
    .rd-parallax-layer .txt-wrp {
        position: relative;
    }
    .divider-1 {
        border-color: #424242;
        min-height: 100px;
        position: relative;
        left: -50%;
    }
    .section-md-27 {
        margin: 10px 0px;
        line-height: 1.33333;
        font-size: 17px;
        font-weight: 600;
        border-radius: 5px;
    }
    .section-md-27 img {
        max-width: 150px;
        margin: 0px auto 10px;
    }
    .section-md-30 img {
        max-width: 300px;
        margin: 0px auto 10px;
    }
    .fuji-area .section-md-27 img {
        max-width: 150px;
    }
}

.box__body a {
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding: 7px 15px;
    border-radius: 1.5em;
}

.circuit-master {
    background: rgba(0, 65, 162, 0.72) !important;
}

.box-default {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.7);
    height: 370px;
}

.bofa-area .box-default {
    background: rgba(255, 255, 255, 0.55);
}

.europlasma-area .box-default {
    background: rgba(255, 255, 255, 0.72);
}

.fuji-area .box-default {
    background: rgba(255, 255, 255, 0.73);
}

.jt-area .box-default {
    background: rgba(214, 213, 213, 0.63);
}

.speedline-area .box-default {
    background: rgba(255, 255, 255, 0.73);
}

.thinky-area .box-default {
    background: rgba(255, 255, 255, 0.68);
}

.yjlink-area .box-default {
    background: rgba(255, 255, 255, 0.77);
}

.valor-area .box-default {
    background: rgba(255, 255, 255, 0.62);
}

.vision-area .box-default {
    background: rgba(255, 255, 255, 0.72);
}

.box__body p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
    font-family: verdana;
}

.clr-darkblue {
    font-family: verdana;
}

.widget_nav_menu li {
    font-family: "Verdana";
    line-height: 25px;
    font-size: 13px;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
}

.widget_nav_menu li a {
    color: #b9d3ff;
}

.widget_nav_menu li ul {
    margin-left: 10px
}

#footer .footer-wrapper {
    padding: 20px 0;
    background: url(../images/footer-bg.jpg) no-repeat;
    margin: 20px 0 0 0;
}

.footer-class {
    padding: 20px;
    text-align: center;
}

.class-footer {
    /*float: left;*/
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
}

.class-footer ul li {
    display: inline-block;
}

.class-footer ul li a {
    font-family: "Verdana";
    font-size: 1em;
    text-decoration: none;
    color: #01b7f2;
    font-weight: 500;
}

.class-footer ul li a:hover {
    color: #b9d3ff;
}

.class-footer ul li span {
    padding: 0 14px 0;
    color: #fff;
    font-size: 1em;
}

#footer .footer-wrapper&gt;.container&gt;.row&gt;div {
    margin-top: 20px
}

#footer .widget_nav_menu li ul {
    margin-left: 0
}

#footer h2 {
    margin-bottom: 20px;
    color: #fff;
}

#footer .bottom .logo {
    margin: 18px 0 0
}

#footer .bottom .copyright {
    font-size: 1.0833em;
    margin: 23px 20px 0
}

#back-to-top {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    vertical-align: top;
    padding-left: 8px;
    text-align: center;
    line-height: 20px;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    #b9d3ff
}

#back-to-top a {
    color: #b9d3ff;
}

#back-to-top i {
    /*border-color: #01b7f2;
	font-weight: 700;
	overflow: hidden*/
    width: 24px;
    height: 24px;
    margin: -2px 0 0 10px;
    font-family: FontAwesome;
    line-height: 18px;
    font-size: 20px;
    border: 2px solid #838383;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#back-to-top:hover i {
    border-color: #01b7f2
}

#back-to-top:hover&gt;i:before {
    -webkit-animation: toTopFromBottom .3s forwards;
    -moz-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards;
    display: inline-block
}

.footer-grid {
    margin: 0px;
    font-family: "Verdana";
    color: #fff;
}

#footer.style1 {
    background: url(../images/footer/sand.png) center top no-repeat;
    padding-top: 132px;
    margin-top: 40px
}

#footer.style1 .footer-wrapper {
    background: #f5e1ba;
    padding-top: 0
}

#footer.style1 .travel-news li .date,
#footer.style1 input,
#footer.style1 li,
#footer.style1 p,
#footer.style1 span {
    color: #c29f5a
}

#footer.style1 .social-icons li a {
    background: #e6c687
}

#footer.style1 .social-icons li:hover a {
    background: #e01a33
}

#footer.style1 ul.triangle li:before {
    color: #c29f5a
}

#footer.style1 .contact-details .contact-email,
#footer.style1 .contact-details .contact-phone i,
#footer.style1 .travel-news .s-title,
#footer.style1 .travel-news li .title,
#footer.style1 ul.triangle li.active a,
#footer.style1 ul.triangle li.active:before,
#footer.style1 ul.triangle li:hover a,
#footer.style1 ul.triangle li:hover:before {
    color: #2d3e52
}

#footer.style1 .contact-details .contact-phone,
#footer.style1 .travel-news .s-title a:hover,
#footer.style1 h2 {
    color: #e01a33
}

#footer.style1 .footer-wrapper&gt;.container:first-child {
    position: relative;
    padding-top: 80px
}

#footer.style1 .footer-wrapper&gt;.container:first-child:after,
#footer.style1 .footer-wrapper&gt;.container:first-child:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat
}

#footer.style1 .footer-wrapper&gt;.container:first-child:before {
    width: 113px;
    height: 61px;
    top: -77px;
    left: 0;
    background-image: url(../images/footer/star.png)
}

#footer.style1 .footer-wrapper&gt;.container:first-child:after {
    width: 197px;
    height: 144px;
    top: -148px;
    right: 0;
    background-image: url(../images/footer/girl1.png)
}

#footer.style1 .bottom {
    background: #fff
}

#footer.style1 .logo a {
    background-image: url(../images/logo/skin2-logo.png)
}

#footer.style1 .copyright p {
    color: #9e9e9e
}

#footer.style1 #back-to-top i {
    border-color: #e01a33
}

#footer.style2 {
    background: url(../images/footer/sky1.png) center top no-repeat;
    padding-top: 132px;
    margin-top: 80px
}

#footer.style2 .footer-wrapper {
    background: #daf8ff;
    padding-top: 0
}

#footer.style2 .contact-details .contact-phone,
#footer.style2 input,
#footer.style2 li,
#footer.style2 p,
#footer.style2 span {
    color: #12a0c3
}

#footer.style2 .travel-news li .date {
    color: #69c9e0
}

#footer.style2 .travel-news .s-title {
    color: #ff6000
}

#footer.style2 .travel-news .s-title a:hover {
    color: #ff3e3e
}

#footer.style2 .social-icons li a {
    background: #95e0f2
}

#footer.style2 .social-icons li:hover a {
    background: #ff6000
}

#footer.style2 ul.triangle li:before {
    color: #95e0f2
}

#footer.style2 .contact-details .contact-email,
#footer.style2 .contact-details .contact-phone i,
#footer.style2 .travel-news li .title,
#footer.style2 ul.triangle li.active a,
#footer.style2 ul.triangle li.active:before,
#footer.style2 ul.triangle li:hover a,
#footer.style2 ul.triangle li:hover:before {
    color: #ff6000
}

#footer.style2 .footer-wrapper&gt;.container:first-child {
    position: relative;
    padding-top: 80px
}

#footer.style2 .footer-wrapper&gt;.container:first-child:after,
#footer.style2 .footer-wrapper&gt;.container:first-child:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat
}

#footer.style2 .footer-wrapper&gt;.container:first-child:before {
    width: 463px;
    height: 167px;
    top: -175px;
    left: -20px;
    background-image: url(../images/footer/balloon.png)
}

#footer.style2 .footer-wrapper&gt;.container:first-child:after {
    width: 241px;
    height: 184px;
    top: -168px;
    right: 0;
    background-image: url(../images/footer/island.png)
}

#footer.style2 .bottom {
    background: #fff
}

#footer.style2 .logo a {
    background-image: url(../images/logo/skin3-logo.png)
}

#footer.style2 .copyright p {
    color: #9e9e9e
}

#footer.style2 #back-to-top i {
    border-color: #ff6000
}

#footer.style3 {
    background: url(../images/footer/sea.png) center 60px no-repeat #f8f7f3;
    padding-top: 192px
}

#footer.style3 .footer-wrapper {
    padding-top: 0
}

#footer.style3 .contact-details .contact-phone,
#footer.style3 input,
#footer.style3 li,
#footer.style3 p,
#footer.style3 span {
    color: #98a3ab
}

#footer.style3 input {
    background: #fff
}

#footer.style3 ul.triangle li.active a,
#footer.style3 ul.triangle li.active:before,
#footer.style3 ul.triangle li:hover a,
#footer.style3 ul.triangle li:hover:before {
    color: #ff6000
}

#footer.style3 .social-icons li a {
    background: #e5e0cd
}

#footer.style3 .social-icons li:hover a {
    background: #ff6000
}

#footer.style3 .contact-details .contact-email,
#footer.style3 .contact-details .contact-phone i,
#footer.style3 .travel-news .s-title,
#footer.style3 .travel-news li .title {
    color: #ff6000
}

#footer.style3 .travel-news .s-title a:hover {
    color: #ff3e3e
}

#footer.style3 .contact-details .contact-phone,
#footer.style3 h2 {
    color: #12a0c3
}

#footer.style3 .footer-wrapper&gt;.container:first-child {
    position: relative;
    padding-top: 80px
}

#footer.style3 .footer-wrapper&gt;.container:first-child:after,
#footer.style3 .footer-wrapper&gt;.container:first-child:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat
}

#footer.style3 .footer-wrapper&gt;.container:first-child:before {
    width: 183px;
    height: 81px;
    top: -100px;
    left: -50px;
    background-image: url(../images/footer/bird.png)
}

#footer.style3 .footer-wrapper&gt;.container:first-child:after {
    width: 210px;
    height: 203px;
    top: -133px;
    right: 0;
    background-image: url(../images/footer/trees1.png)
}

#footer.style3 .bottom {
    background: #fff
}

#footer.style3 .logo a {
    background-image: url(../images/logo/skin3-logo.png)
}

#footer.style3 .copyright p {
    color: #9e9e9e
}

#footer.style3 #back-to-top i {
    border-color: #ff6000;
    color: #12a0c3
}

#footer.style4&gt;.footer-wrapper {
    background: url(../images/footer/sky2.png) center bottom no-repeat;
    padding-bottom: 0
}

#footer.style4&gt;.footer-wrapper&gt;.container:first-child {
    position: relative;
    padding-bottom: 180px
}

#footer.style4&gt;.footer-wrapper&gt;.container:first-child:after,
#footer.style4&gt;.footer-wrapper&gt;.container:first-child:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat
}

#footer.style4&gt;.footer-wrapper&gt;.container:first-child:before {
    width: 267px;
    height: 166px;
    bottom: 20px;
    left: -30px;
    background-image: url(../images/footer/cloud.png)
}

#footer.style4&gt;.footer-wrapper&gt;.container:first-child:after {
    width: 1171px;
    height: 158px;
    bottom: 0;
    right: 0;
    background-image: url(../images/footer/couple.png)
}

#footer.style4 .bottom {
    margin-top: 0
}

#footer.style5&gt;.footer-wrapper {
    background: url(../images/footer/sky3.png) center bottom no-repeat;
    padding-bottom: 0
}

#footer.style5&gt;.footer-wrapper&gt;.container:first-child {
    position: relative;
    padding-bottom: 150px
}

#footer.style5&gt;.footer-wrapper&gt;.container:first-child:after,
#footer.style5&gt;.footer-wrapper&gt;.container:first-child:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat
}

#footer.style5&gt;.footer-wrapper&gt;.container:first-child:before {
    width: 463px;
    height: 105px;
    bottom: 0;
    left: 0;
    background-image: url(../images/footer/mountain.png)
}

#footer.style5&gt;.footer-wrapper&gt;.container:first-child:after {
    width: 297px;
    height: 145px;
    bottom: 0;
    right: 0;
    background-image: url(../images/footer/car.png)
}

#footer.style5 .bottom {
    margin-top: 0
}

#footer.style6&gt;.footer-wrapper {
    background: url(../images/footer/sky4.png) center bottom no-repeat;
    padding-bottom: 0
}

#footer.style6&gt;.footer-wrapper&gt;.container:first-child {
    position: relative;
    padding-bottom: 180px
}

#footer.style6&gt;.footer-wrapper&gt;.container:first-child:after,
#footer.style6&gt;.footer-wrapper&gt;.container:first-child:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat
}

#footer.style6&gt;.footer-wrapper&gt;.container:first-child:before {
    width: 115px;
    height: 130px;
    bottom: 0;
    left: 0;
    background-image: url(../images/footer/trees2.png)
}

#footer.style6&gt;.footer-wrapper&gt;.container:first-child:after {
    width: 153px;
    height: 149px;
    bottom: 0;
    right: 0;
    background-image: url(../images/footer/girl2.png)
}

#footer.style6 .bottom {
    margin-top: 0
}

.social-icons li {
    float: left;
    text-align: center
}

.social-icons li a {
    width: 32px;
    margin-right: 4px;
    height: 32px;
    display: inline-block;
    /*background: #d9d9d9;*/
    border: 3px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    line-height: 30px;
    font-size: 1.3333em;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.social-icons li a:hover {
    background: #01b7f2
}

.social-icons li a .fa {
    line-height: 30px
}

.social-icons li:last-child {
    margin-right: 0
}

.social-icons.icon-circle a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50%;
    overflow: hidden
}

.social-icons.style1 a:hover {
    background: #01b7f2
}

.social-icons.style2 a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50%
}

.social-icons.full-width {
    display: block
}

.social-icons.full-width li {
    display: table-cell;
    float: none;
    width: 1%;
    margin: 0;
    text-align: center
}

.social-icons li {
    overflow: hidden
}

.social-icons li:hover i {
    -webkit-animation: toRightFromLeft .3s forwards;
    -moz-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards;
    display: block
}


/**********************************************
************** CUSTOM CSS A *******************
***********************************************/

.dropbtn {
    background: none !important;
    outline: none;
    color: white;
    padding: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #124473;
    min-width: 140px;
    font-size: 13px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    color: #fff !important;
    border-bottom: dotted 1px !important;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #000 !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.fuzi-website {
    text-transform: lowercase;
    letter-spacing: 1px;
    text-align: center !important;
    margin: 5px auto;
    padding: 0;
}

.fuzi-website a {
    border: none !important;
    text-decoration: none !important;
    font-size: 16px;
    color: #002dd8 !important;
    text-shadow: none !important;
    font-family: verdana;
    text-align: center !important;
}

.one-common-banner {
    background: url(../images/common-banner/section_bg.jpg);
    background-size: cover;
}

.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a:hover {
    padding: 4px 11px 3px 11px !important;
}

.flag-icon {
    position: absolute;
    right: 0;
    top: 14%;
    width: 15%;
    display: none;
}

.flag-icon-itweae {
    position: absolute;
    right: 0;
    top: 12%;
    width: 15%;
    display: none;
}

.flag-icon-koh {
    position: absolute;
    right: 0;
    top: 18%;
    width: 15%;
    display: none;
}

.flag-icon-mentor {
    position: absolute;
    right: 0;
    top: 13%;
    width: 15%;
    display: none;
}

.flag-icon-yjlink {
    position: absolute;
    right: 0;
    top: 12%;
    width: 15%;
    display: none;
}

.flag-icon-jt {
    position: absolute;
    right: 0;
    top: 13.5%;
    width: 15%;
    display: none;
}

.flag-icon-vision {
    position: absolute;
    right: 0;
    top: 16%;
    width: 15%;
    display: none;
}

.flag-icon-bofa {
    position: absolute;
    right: 0;
    top: 15.6%;
    width: 15%;
    display: none;
}

.flag-icon-thinky {
    position: absolute;
    right: 0;
    top: 12.5%;
    width: 15%;
    display: none;
}

.flag-icon-euro-plasma {
    position: absolute;
    right: 0;
    top: 17.3%;
    width: 15%;
    display: none;
}

.flag-icon-dic {
    position: absolute;
    right: 0;
    top: 15.3%;
    width: 15%;
    display: none;
}

.flag-icon-inertec {
    position: absolute;
    right: 0;
    top: 14.5%;
    width: 15%;
    display: none;
}

.flag-icon-tanac {
    position: absolute;
    right: 0;
    top: 12%;
    width: 15%;
    display: none;
}

.creta-top-space {
    margin-top: 180px;
    margin-bottom: 0px;
}

.navbar.navbar-default {
    background: none !important;
}

.navbar-default {
    background: none !important;
}

.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a:hover {
    color: #fff !important;
    background-color: #0061bb !important;
}

.fuji-inner-banner {
    border-bottom: solid #1c5f9f 4px;
}

.fuji-product-box {
    background: #e6e6e6;
    height: 190px;
    padding: 0px 0 14px 0px;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.fuji-product-box-new {
    background: #e6e6e6;
    height: 275px;
    padding: 0px 0 14px 0px;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.fuji-product-box-new2 {
    background: #e6e6e6;
    height: 233px;
    padding: 0px 0 14px 0px;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.fuji-des {
    vertical-align: middle;
    display: table-cell;
    height: 220px;
}

.fuji-des2 {
    vertical-align: middle;
    display: table-cell;
    height: 210px;
}

.fuji-des3 {
    vertical-align: middle;
    display: table-cell;
    height: 190px;
}

.fuji-des4 {
    vertical-align: middle;
    display: table-cell;
    height: 180px;
}

.fuji-des5 {
    vertical-align: middle;
    display: table-cell;
    height: 233px;
}

.fuji-icon {
    margin-top: 25px;
}

.fuji-des4 {
    text-align: justify;
    margin-top: 40px;
}

.fuji-product-box2 {
    background: #f3f3f3;
    height: 140px;
    padding: 0px 0 14px 0px;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.fuji-product-img1 img {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.space-mar20 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.fuji-bg2 {
    background: #f9f9f9;
    padding: 0px 20px 0 20px;
    margin-top: 20px;
}

.fuji-bg-heading {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
    color: #2f2f2f !important;
    font-weight: 400;
    margin-bottom: 5px !important;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
    background-color: #fff !important;
    font-size: 15px;
    font-family: verdana;
}

.jt-pro-bg {
    background: #e6e6e6;
    padding: 10px 0 10px 0;
    height: 260px;
}

.jt-pro-icon {
    margin-top: 35px;
}

.koh-young-zenith {
    font-size: 25px;
    font-weight: bold;
    font-family: calibri;
}

.koh-young-zenith-text {
    font-size: 16px;
    font-family: calibri;
    color: #272727;
}

.koh-young-zenith-benefits {
    font-size: 20px;
    font-family: calibri;
    font-weight: 600;
}

.koh-young-zenith-small {
    font-size: 17px;
    font-family: calibri;
    color: #272727;
    border-bottom: solid #c1c1c1 1px;
    padding: 0px 0 3px 0;
    margin: 0 0 20px 0;
}

.koh-young-zenith-box {
    font-size: 16px;
    font-family: calibri;
    color: #636363;
}

.koh-young-zenith-bold {
    font-size: 18px;
    font-family: calibri;
    font-weight: 600;
    color: #272727;
}

ul.koh-young-zenith-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.koh-young-zenith-list li {
    line-height: 25px;
    font-family: Calibri;
    font-size: 16px;
    color: #272727;
}

ul.koh-young-zenith-list li i {
    font-size: 14px;
    margin-right: 5px;
}

.solar-joint {
    text-align: center;
    font-size: 13px;
    margin: 6px 0 0 0;
}


/*.pcb-fade{background: rgba(255, 255, 255, 0.54);}*/

hr {
    border-top: 1px solid #057bca !important;
}

.back-smt {
    font-size: 13px;
    text-transform: uppercase;
    position: fixed;
    letter-spacing: 1px;
    font-family: verdana;
    right: 0;
    background: #1c5f9f;
    width: 5%;
    display: inline-table;
    top: 65%;
    text-align: center;
    color: #fff !important;
    padding: 7px 8px 6px 5px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#slider-text {
    padding-top: 40px;
    display: block;
}

#slider-text .col-md-6 {
    overflow: hidden;
}

#slider-text h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 3px;
    margin: 30px auto;
    padding-left: 40px;
}

#slider-text h2::after {
    border-top: 2px solid #c7c7c7;
    content: "";
    position: absolute;
    bottom: 35px;
    width: 100%;
}

#itemslider h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 10px auto 3px;
}

#itemslider h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 3px auto 2px;
}

#itemslider h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    ;
    font-size: 10px;
    margin: 2px auto 5px;
}

.badge {
    background: #b20c0c;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 31px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 1px #b20c0c;
    top: 5px;
    right: 25%;
}

#slider-control img {
    padding-top: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
    .main-content-top {
        margin: 0px auto 0px;
    }
    .mobi-img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .fuji p {
        text-align: center;
    }
    .fuji_img {
        float: none;
    }
    .fuji-des {
        display: block;
        text-align: center;
        height: auto;
    }
    .fuji-des2 {
        display: block;
        text-align: center;
        height: auto;
    }
    .fuji-des3 {
        display: block;
        text-align: center;
        height: auto;
    }
    .fuji-des4 {
        display: block;
        text-align: center;
        height: auto;
    }
    .fuji-des5 {
        display: block;
        text-align: center;
        height: auto;
    }
    .fuji-product-box {
        height: auto !important;
    }
    .fuji-product-box-new2 {
        height: auto !important;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.54);
    border: solid #000 2px;
    margin-top: 41px;
}

.carousel-showmanymoveone .carousel-control.left i {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin: 4px 0 0 -2px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.54);
    border: solid #000 2px;
    margin-top: 41px;
}

.carousel-showmanymoveone .carousel-control.right i {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin: 4px 0 0 3px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner&gt;.active.left,
    .carousel-showmanymoveone .carousel-inner&gt;.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.active.right,
    .carousel-showmanymoveone .carousel-inner&gt;.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.left,
    .carousel-showmanymoveone .carousel-inner&gt;.prev.right,
    .carousel-showmanymoveone .carousel-inner&gt;.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner&gt;.item.active.right,
    .carousel-showmanymoveone .carousel-inner&gt;.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.item.active.left,
    .carousel-showmanymoveone .carousel-inner&gt;.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.item.left,
    .carousel-showmanymoveone .carousel-inner&gt;.item.prev.right,
    .carousel-showmanymoveone .carousel-inner&gt;.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner&gt;.active.left,
    .carousel-showmanymoveone .carousel-inner&gt;.prev {
        left: -16.666%;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.active.right,
    .carousel-showmanymoveone .carousel-inner&gt;.next {
        left: 16.666%;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.left,
    .carousel-showmanymoveone .carousel-inner&gt;.prev.right,
    .carousel-showmanymoveone .carousel-inner&gt;.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner&gt;.item.active.right,
    .carousel-showmanymoveone .carousel-inner&gt;.item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.item.active.left,
    .carousel-showmanymoveone .carousel-inner&gt;.item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner&gt;.item.left,
    .carousel-showmanymoveone .carousel-inner&gt;.item.prev.right,
    .carousel-showmanymoveone .carousel-inner&gt;.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}


/* #####################################################################
   #
   #   Project       : Modal Login with jQuery Effects
   #   Author        : Rodrigo Amarante (rodrigockamarante)
   #   Version       : 1.0
   #   Created       : 07/28/2015
   #   Last Change   : 08/02/2015
   #
   ##################################################################### */

@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
    font-family: verdana;
}

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text],
input[type=password] {
    margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}


/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg,
.btn-group-lg&gt;.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover,
.btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
    border-radius: 0px;
}

.tanac-heading {
    font-size: 18px;
    font-weight: bold;
    color: #1c5f9f;
}

.mar-b10 {
    margin-bottom: 10px;
}

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

.mar10 {
    margin-top: 10px;
}

.mar20 {
    margin-top: 20px;
}

.tanac-h6 {
    text-align: center;
    font-size: 20px;
    font-family: verdana;
    line-height: 25px;
    font-weight: bold;
    color: #255c92;
}

p.japanes-tech {
    font-size: 20px;
    color: #1c5f9f;
    margin: 5px 0 4px 0;
    font-family: verdana;
    font-weight: bold;
    margin-top: 10px;
}

.table&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;td {
    vertical-align: middle !important;
}

.tab-content {
    padding: 15px 15px 0px !important;
}

.box-title {
    margin-bottom: 5px;
    color: #0066a4;
    font-size: 21px;
    font-weight: bold;
    margin-top: 0px;
    font-family: "Calibri";
}

ul.yj-list-new {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.yj-list-new li {
    font-size: 15px;
    color: #272727;
    font-family: verdana;
}

ul.yj-list-new li i {
    font-size: 15px;
    color: #272727;
}

.website-link {
    text-align: center;
    font-family: calibri;
    font-size: 16px;
    letter-spacing: 1px;
    color: #255c92;
}

ul.cm-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.cm-list li {
    display: flex;
    font-family: verdana;
    font-size: 15px;
    color: #272727;
    margin: 0 0 9px 0;
    text-align: justify;
}

ul.cm-list li i {
    margin: 5px 5px 0 0;
    font-size: 15px;
    color: #272727;
}

.serach-box {
    padding: 0;
}

.serach-input {
    padding: 2px 0 2px 9px;
    font-size: 12px;
    outline: none;
    border: none;
    width: 88%;
    float: left;
    height: 28px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.serach-icon {
    background: #0b6dcc;
    border: none;
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    outline: none;
    float: left;
}

ul.smt-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.smt-social li {
    display: inline-block;
    margin: 0 0 0 8px;
}

ul.smt-social li a {
    display: inline;
    float: left;
}

ul.smt-social li a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
    color: #272727;
    font-size: 15px;
    font-family: verdana;
}

.border {
    border: solid #000 1px;
}

table tr th {
    text-align: center !important;
}

.tanac-series {
    font-size: 20px;
    font-weight: bold;
    color: #383838;
    text-align: center;
}

.tanac-series-content {
    font-size: large;
    text-align: center;
}

.tanac-table-heading {
    font-size: 20px;
    font-weight: bold;
    color: #255c92;
    font-family: verdana;
    margin: 10px 0 20px 0;
    text-align: center;
}

.tanac-table {
    margin-bottom: 0 !important;
}

p.tanac-bxc-heading {
    font-size: 22px;
    font-weight: bold;
    color: #255c92;
}

p.optional-accesories {
    font-size: 18px;
}

.dic-img {
    width: 100%;
    margin-bottom: 40px;
}

.dic-img-text {
    text-align: center;
    font-size: 15px;
    font-family: verdana;
    color: #272727;
}

.prds-spec-data {
    font-size: 15px !important;
}

.inertec-pro-bg {
    background: #efefef;
    padding: 10px;
    height: 470px;
    margin-bottom: 20px;
}

.inertec-pro-bg2 {
    height: 330px;
}

p.inertec-pro-des {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding: 0px 10px 0 10px;
}

@media all and (max-width: 992px) {
    .inertec-pro {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .inertec-pro-bg {
        height: auto !important;
    }
    .box-default {
        height: auto !important;
        margin-bottom: 10px;
    }
    .new-itw-pro-bg {
        height: auto !important;
        margin-bottom: 10px;
    }
    .new-itw-pro-bg4 {
        height: auto !important;
        margin-bottom: 10px;
    }
    .serach-input {
        width: 73%;
    }
}

.cube-inline-bg {
    background: #efefef;
    padding: 25px;
    margin-bottom: 20px;
    overflow: auto;
}

.emls-bg {
    background: #efefef;
    padding: 25px;
    margin-bottom: 20px;
    height: 450px;
}

p.emls-bg-text {
    text-align: center;
    margin: 10px 0 0 0px;
}

table tr td i {
    color: #4f81bd;
}

.standard {
    color: #4f81bd;
}

.koh-young-new-heading {
    font-size: 17px;
    color: #1c5f9f;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 40px 0 0px 0;
}

.koh-young-new-heading2 {
    font-size: 17px;
    color: #1c5f9f;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 15px 0 0px 0;
}

.koh-young-new-img {
    margin-top: 30px;
}

.box-default-new {
    background: rgba(255, 255, 255, 0.72) !important;
}

p.new-itw-heading {
    font-size: 20px;
    font-family: verdana;
    color: #255c92;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

p.new-itw-heading2 {
    color: #255c92;
    font-size: 19px;
}

p.new-itw-heading3 {
    color: #000;
    font-size: 16px;
    font-family: verdana;
    font-weight: bold;
    text-align: center;
}

p.new-itw-heading4 {
    text-align: left;
}

.new-itw-pro-bg {
    background-color: #f1f1f1;
    padding: 30px;
    height: 600px;
}

.new-itw-pro-bg2 {
    background-color: #f1f1f1;
    padding: 30px;
    overflow: hidden;
}

.new-itw-pro-bg3 {
    height: 660px;
}

.new-itw-pro-bg4 {
    height: 580px;
}

.koh-young-heading-new {
    margin-top: 20px;
}

.koh-young-heading-new p {
    color: #0066a4;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: verdana;
    margin-bottom: 6px;
}

.koh-content-new {
    margin-top: 10px;
}

.koh-content-new p {
    font-size: 15px;
    font-family: verdana;
    color: #272727;
}

.koh-young-icons {
    margin-top: 30px;
}

.cus-jt-speci {
    font-family: verdana;
    font-size: 30px;
    color: #0066a4;
}

nav.navbar-default .cus-nav-font&gt;li&gt;a {
    font-size: 14px;
}

.essegi-small-img-bg {
    background-color: #ececec;
    padding: 20px;
    height: 180px;
    margin: 0 0 20px 0px;
}

.essegi-list-text {
    text-align: center;
    font-size: 15px;
    margin: 10px 0 0 0;
}

.nav-tabs&gt;li&gt;a {
    font-size: 15px !important;
    font-family: verdana !important;
}

.prds-spec-heading {
    font-family: verdana !important;
    font-size: 15px !important;
}

.prds-spec-data ul li {
    font-family: verdana !important;
    font-size: 15px !important;
    color: #272727 !important;
}

.cm-img-bg {
    background-color: #e6e6e6;
    padding: 10px;
}

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

.navbar-collapse.in {
    overflow-y: inherit !important;
}

@media (max-width:768px) {
    nav.navbar-default .navbar-nav&gt;li&gt;a {
        padding: 4px 11px 4px 25px;
    }
    /*.nav&gt;li{border-bottom:solid #b3b3b3 1px;}*/
    .scroll-navbar-toggle {
        float: left !important;
        margin: 0 0 0 5px;
    }
    .principle-menu {
        height: auto !important;
    }
    .header-grid-left {
        float: none;
    }
    .header-grid-left nav.navbar-default .navbar-nav&gt;li&gt;a {
        padding: 5px 13px !important;
    }
    .serach-box {
        margin-top: 10px;
        padding: 0 0 10px 0;
    }
    .logo-nav-left1 {
        display: block;
    }
    .jt-pro-bg {
        height: auto !important;
        margin-bottom: 20px;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

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

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

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

@media screen and (max-width:768px) {
    .navbar-toggle {
        float: right!important;
    }
    .header-grid-right {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #smt-nav2 {
        padding: 0px;
    }
    #smt-nav2 .header_logo {
        padding: 0px;
    }
    #smt-nav2 .navbar-default .navbar-toggle {
        margin-top: -60px;
    }
    #smt-nav2 .navbar-default .navbar-toggle:hover {
        border: 1px solid #000;
    }
    #smt-nav2 .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #000!important;
    }
    .logo-nav-left1 {
        margin-top: 0px!important;
        /*height: 2px;*/
    }
    .logo-nav-left1 .navbar-nav {
        padding-bottom: 40px;
    }
    .logo-nav-left1+a {
        float: left!important;
        margin-top: -38px!important;
    }
    .principle-menu {
        background-color: transparent!important;
        border: 0px!important;
        margin-top: -20px!important;
        /*height: 10px !important;*/
    }
    .principle-menu .navbar-default .navbar-toggle {
        margin-top: -20px;
    }
    .principle-menu .navbar-default .navbar-toggle:hover {
        border: 1px solid #000;
    }
    .principle-menu .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #000!important;
    }
    .smt-menu2 {
        border-top: 1px solid #0858a71a;
        margin-top: 12px;
    }
    .principle-menu .container {
        padding: 0px
    }
    .header-grid-left .navbar-toggle {
        margin-right: 0px!important;
    }
}

@media screen and (max-width:512px) {
    #slider-1 {
        height: 138px!important;
    }
    .inner_tabs {
        width: 100%;
    }
    #footer .footer-wrapper&gt;.container&gt;.row&gt;div {
        margin-top: 0px
    }
    .social_links {
        width: 100%;
        margin: 0px auto;
    }
    .smt-social {
        text-align: center;
    }
    .smt-social li {
        color: #fff;
        margin-bottom: 10px;
        float: none!important;
    }
    .smt-social li:first-child {
        width: 100%;
        margin-bottom: 10px!important;
    }
    #back-to-top {
        float: none!important;
    }
    #back-to-top a img {
        margin-top: 10px!important;
    }
    .main-content-top {
        padding-top: 10px;
    }
    .main-content-top .container {
        padding: 0px!important;
    }
    .smt-d .col-md-12 {
        padding: 0px!important;
    }
    .st-details {
        padding: 0px!important;
        text-align: center;
    }
    #main {
        padding: 0px!important;
    }
    #main .prds-spec-review-tab {
        margin-top: 20px;
    }
    #main .prds-spec-review-tab .tab-content {
        padding: 20px 0px!important;
    }
    .features1 h3 {
        text-align: center!important;
        margin-top: 20px;
    }
    .features1 h4 {
        text-align: center!important;
    }
    .bofa_ul_box h3 {
        text-align: center!important;
    }
}

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


}
#modal-width-fix {
    width: 100%;
}
.modal-dialog {
    margin: 0;
    padding: 0;
    width: 480px;
}
 ::placeholder {
    margin-left: 30px;
    padding-left: 10px;
}
.modal.show .modal-dialog-custom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0) !important;
}
.enquiry-form {
    max-width: 100%;
    min-height: 100%;
    background: #fcfcfc;
    padding: 10px 10px 10px 10px;
    margin: 60px 25px 60px 25px;
    color: #0c0000;
    border: 1px solid #0c0000;
}
div#wpcs_tab_1507 {
    border: 1px solid #7f7f7f;
    border-top: none;
    cursor: pointer;
    width: 170px;
    height: 34px;
    background: #0c0000;
    color: #ffffff;
    padding: 2px 0px;
    position: fixed;
    top: 210px;
    left: -68px;
    text-align: center;
    transform: rotate(-90deg);
    z-index: 999;
    font-size: 18px;
}
textarea {
    height: 130px;
}
.enquiry-form input,
textarea,
select {
    margin: 5px;
    width: 100%;
}
.form-heading p {
    margin: 5px;
    color: #036cc7;
    font-size: 15px;
    font-weight: bold;
}
.enquiry-form .sumbit-button {
    height: 50px;
    background: #036cbf;
    color: #fff;
    border-radius: 5px;
    border: #036cbf;
}
@media(max-width:600px) {
    #modal-width-fix {
        width: 100%;
    }
    
    .modal-dialog {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
     ::placeholder {
        margin-left: 30px;
        padding-left: 10px;
        font-size: 12px;
    }
    
    .modal.show .modal-dialog-custom {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0) !important;
        top: 60px;
    }
    
    .modal-content {
        top: 60px;
    }
    
    .enquiry-form {
        max-width: 100%;
        min-height: 100%;
        background: #fcfcfc;
        padding: 20px 0px 20px 0px;
        margin: 45px 5px 45px 5px;
        color: #0c0000;
        border: 1px solid #0c0000;
    }
    
    div#wpcs_tab_1507 {
        border: 1px solid #7f7f7f;
        border-top: none;
        cursor: pointer;
        width: 170px;
        height: 34px;
        background: #0c0000;
        color: #ffffff;
        padding: 2px 0px;
        position: fixed;
        top: 210px;
        left: -68px;
        text-align: center;
        transform: rotate(-90deg);
        z-index: 9999;
        font-size: 18px;
    }
    
    textarea {
        height: 130px;
    }
    
    .enquiry-form input,
    textarea,
    select {
        margin: 5px;
        width: 100%;
    }
    
    .form-heading p {
        margin: 5px;
        color: #036cc7;
        font-size: 15px;
        font-weight: bold;
    }
    
    .enquiry-form .sumbit-button {
        height: 50px;
        background: #036cbf;
        color: #fff;
        border-radius: 5px;
        border: #036cbf;
    }
}
.custom-heading h4 {
    text-transform: capitalize;
}
.custom-sup-tag {
    padding: 0 0 0 15px;
}
.custom-sup-tag li {
    list-style: disc;
    font-family: verdana;
    font-size: 15px;
    color: #272727;
    margin: 0 0 9px 0;
    text-align: justify;
}

}</pre></body></html>