@import 'drlaptop-fonts/style.css';
@import 'slick/slick.css';
@import 'slick/slick-theme.css';
/*@import 'stellarnav.min.css';*/
body{
    background-color: #fff; 
}
a, a:hover{
    text-decoration: none;
}
#paging_hover {
    font-weight: bold;
    padding: 0px 7px;
    border: 1px solid #333;
    margin: 0px 7px;
    background: #ccc;
}
#paging a {
    font-weight: bold;
    padding: 0px 7px;
    border: 1px solid #333;
    margin: 0px 7px;
    color: #4a90e2;
}
ul{
    padding: 0;
    list-style: none;
    margin: 0px;
}
div#ct-cat-top-des {
    height: 100px;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
    margin-top: 25px;
}
.ct-cat-des {
    background: #fafafa;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 15px auto;
    border-left: 3px solid #ccc;
    font-size: 15px;
    margin-top: -20px;
}
.ct-logo-mobile{
    display: none;
}
.ct-top-menu {
    background-color: #2F538A;
	 background-color: #ffba00;
    color: #333;
    padding: 13px 0px;
    font-size: 14px;
}
#ct-show-more-wrp {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
#ct-show-more-wrp > div {
    /* border-top: 2px solid #ccc; */
    text-align: center;
    display: flex;
    justify-content: center;
}
span#ct-show-more {
    cursor: pointer;
    display: block;
    width: 90px;
    margin-top: -2px;
    /* border-radius: 0px 0px 5px 5px; */
    font-size: 16px;
    color: #3366cc;
}
div#ct-cat-top-des:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 1) 100%);
    width: 100%;
    height: 2em;
}
.ct-flex{
    display: flex;
    flex-direction: row;
}
.ct-a-left{
    text-align: left;
}
.ct-a-right{
    text-align: right;
}
.ct-menu-top li{
    display: inline-block;
}
.ct-menu-top li a{
    color: #333;
    margin: 0px 5px;
}
.ct-menu-top li:last-child a{
    margin-right: 0px;
}
.ct-top-menu > .container > div{
    padding-left: 0px;
    padding-right: 0px;
}
section#ct-slider img {
    width: 100%;
    object-fit: cover;
}
#ct-slider{
    position: relative;
}
#ct-slider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background: #0000006b;*/
    z-index: 1;
}
#ct-slider > .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
}
.ct-slide-title{
    color: #f21a4e;
    font-size: 35px;
    font-weight: bold;
}
.ct-slide-big-text{
    color: #eee;
    font-size: 45px;
    font-weight: bold;
}
.ct-slide-text{
    font-weight: 600;
    font-size: 18px;
}
#ct-slider a.btn{
    margin-top: 20px;
}
.ct-inner-slider{
    padding-top: 200px;
    text-align: center;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.ct-logo-pc{
    width: 275px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  z-index: 999;
  background-color: #fff;
}
button.navbar-toggler, button.navbar-toggler:focus {
    border: none;
    outline: none;
}
.ct-sec-title{
    text-transform: uppercase;
    color: #f52117;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}
.ct-sec-title span{
    color: #f52117;
}
.slick-slide img{
    width: 100%;
}
.ct-item.slick-slide:focus, .slick-slide img:focus, .slick-slide a:focus{
    outline: none;
}
.ct-item{
    padding: 5px;
}
.ct-item img{
    width: 100%;
}
.ct-item .ct-item-info{
    display: block;
    border: 2px solid #eeeeee !important;
}
.ct-item .ct-item-info-block{
    padding: 10px;
}
.ct-item .ct-item-title{
    font-size: 17px;
    font-weight: normal;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #383838;
}
.ct-item:hover .ct-item-title{
    color: #ffba00;
}
.ct-item .ct-item-info-block p{
    font-size: 15px;
}
.ct-item .ct-price{
    font-weight: bold;
    color: #ff1b1b;
}
#ct-strong-points{
    margin-top: 60px;
}
.ct-points{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ct-point-item{
    padding: 10px;
    flex-basis: calc(100% / 2);
    display: flex;
    flex-direction: row;
}
.ct-point-item img{
    width: 72px;
    height: 72px;
}
.ct-point-info{
    width: calc(100% - 72px);
    padding-left: 10px;
}
.ct-point-info p{
    font-size: 14px;
}
#ct-featured-details {
    margin-top: 30px;
    background: #0fa1d0;
	 background:#ffba00;
}
#ct-featured-details .ct-flex{
    flex-wrap: wrap;
}
#ct-featured-details .ct-featured-item{
    padding: 20px 10px;
    flex-basis: calc(100% / 4);
    color: #fff;
    align-items: center;
    font-size: 17px;
}
#ct-featured-details .ct-featured-item i{
    color: #1ee712;
	color:#f52117;
    font-size: 30px;
    width: 40px;
    height: 40px;
}
.ct-featured-item-info p{
    margin-bottom: 0px;
}
#ct-products {
    margin-top: 30px;
}
#ct-products ul.nav{
    justify-content: center;
}
#ct-products .ct-flex{
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
#ct-products .ct-flex .ct-item{
    flex-basis: calc(100% / 4);
    padding: 5px;
}
#ct-news {
    padding: 30px 0px;
}

#ct-news .ct-item-info{
    background: #fff;
}
#ct-brands{
    padding: 20px 0px;
    max-height: 130px;
    overflow: hidden;
}
nav.navbar{
	
    max-height: 72px;
}
footer {
    /* background-color: #d4d4d4; */
    border-top: 2px solid #a09999;
    padding-top: 20px;
    margin-top: 30px;
}
.ct-logo-footer{
    width: 100%;
    max-width: 255px;
    margin-bottom: 15px;
}
.ct-widget{
    margin-bottom: 15px;
}
.ct-widget-title{
    margin-bottom: 15px;
}
.ct-widget-title span{
    font-size: 18px;
    border-bottom: 2px solid #ffba00;
    color: #fff;
    padding-bottom: 6px;
}
.ct-list-social{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ct-list-social li{
    width: 40px;
}
.ct-list-social li a{
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
}
.ct-list-social li a i{
    line-height: 36px;
    color: #fff;
}
.ct-list-social li:nth-child(1) a{
    background: #3c5998;
}
.ct-list-social li:nth-child(2) a{
    background: #02b0e8;
}
.ct-list-social li:nth-child(3) a{
    background: #e10623;
}
.ct-list-social li:nth-child(4) a{
    background: #0070ac;
}
footer .ct-flex {
    flex-wrap: wrap;
}
footer ul li a{
    color: #777777;
}
.ct-sp-title {
    color: #03b0e8;
    font-size: 17px;
    margin-top: 5px;
}
span.ct-hotline-footer a {
    color: #db2921;
    font-weight: bold;
    font-size: 18px
}
footer .ct-flex > div:first-child .ct-widget-title span{
    border: none;
    color: #fff;
    border-bottom: 2px solid #ffba00;
}
.ct-copyright {
    background: #222222;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
}
.ct-search-top{
    display: none;
    position: absolute;
    width: 320px;
    right: 0;
    top: 50px;
    z-index: 999;
    background: #305389;
    padding: 3px;
    border-radius: 8px;
}
.ct-search-btn{
    border: none;
    background: transparent;
    margin-left: 20px;
}
.ct-search-btn i {
    color: #777;
}
nav.navbar > .container{
    position: relative;
}
#ct-brands > .container{
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}
.ct-fg-search {
    position: relative;
    margin-bottom: 0px;
}
.ct-search-submit{
    position: absolute;
    height: 34px;
    top: 2px;
    background-color: #ff1b1b;
    right: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.ct-search-submit:hover{
    color: #fff;
}
.arrow-steps .step {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    cursor: default;
    margin: 0 3px;
    padding: 10px 7px 10px 24px;
    min-width: 141px;
    min-height: 60px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .2s ease
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color .2s ease
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color .2s ease
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0
}

.arrow-steps .step:first-child:before {
    border: none
}

.arrow-steps .step:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.arrow-steps .step:last-child:after {
    border: none
}

.arrow-steps .step:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #019144
}

.arrow-steps .step.current:after {
    border-left: 19px solid #019144
}

.arrow-steps .step a {
    color: #fff
}

.arrow-steps .step a:hover {
    text-decoration: none
}

.arrow-steps .step.one {
    color: #fff;
    background-color: #ed5335
}

.arrow-steps .step.one:after {
    border-left: 17px solid #ed5335
}

.arrow-steps .step.tow {
    color: #fff;
    background-color: #d94c30
}

.arrow-steps .step.tow:after {
    border-left: 17px solid #d94c30
}

.arrow-steps .step.three {
    color: #fff;
    background-color: #b53218
}

.arrow-steps .step.three:after {
    border-left: 17px solid #b53218
}

.arrow-steps .step.four {
    color: #fff;
    background-color: #8e230d;
    min-width: 125px;
}

.arrow-steps .step.four:after {
    border-left: 17px solid #8e230d
}

.arrow-steps .step.five {
    color: #fff;
    background-color: #731a09
}

.arrow-steps .step.five:after {
    border-left: 17px solid #731a09
}

.arrow-steps .step.six {
    color: #fff;
    background-color: #5e1507
}

.arrow-steps .step.six:after {
    border-left: 17px solid #5e1507
}
#ct-progress{
    margin-top: 30px;
}
ul.ct-add-info {
    font-size: 16px;
}
ul.ct-add-info li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}
ul.ct-add-info li i{
    width: 20px;
    padding-top: 5px;
    color: #0fa1d0;
}
.nav-item.active a{
    color: #333399 !important;
}
.stellarnav li a{
    padding: 10px !important;
    font-size: 15px;
}
.stellarnav > ul > li.has-sub>a:after{
    content: "\f107";
    color: #777 !important;
    font-family: 'drlaptop-font-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    margin-left: 3px;
}
.stellarnav li li.has-sub>a:after{
    content: "\f105";
    color: #777 !important;
    font-family: 'drlaptop-font-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border:none;
}
.stellarnav>ul>li.has-sub a {
    padding: 10px 15px !important;
    /* line-height: 24px; */
    padding-right: 10px !important;
}
.stellarnav > ul > li > ul > li.has-sub a{
    padding-right:15px !important;
}
.stellarnav > ul > li{
    margin-right: 0px !important;
}
.stellarnav ul{
    text-align: right;
}
.stellarnav li a.active{
    color: #339;
}
.stellarnav ul ul {
    background: #fff !important;
    -webkit-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
    box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
    border: 1px solid #ccc;
    left: 10px;
}
.stellarnav ul ul ul {
    top: -1px !important;
    left: 218px !important;
}
#main-nav li.ct-show-sub > a, #main-nav li.ct-show-sub > i{
    color: #fff;
}
.ct-prod-category .ct-flex{
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.ct-prod-category .ct-item{
    flex-basis: calc(100% / 3);
}
#ct-load-more-page{
    margin-bottom: 20px;
}
#ct-main-sidebar .widget{
    padding: 5px 10px;
    margin-bottom: 10px;
}
#ct-main-sidebar .widget-title{
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}
li.widget-categories__item i{
    color: #0c67a9;
    font-size: 14px;
}
li.widget-categories__item a, li.widget-categories__item h3{
    font-size: 15px;
    font-weight: normal;
}
li.widget-categories__item {
    border-bottom: 1px dashed #ccc;
}
#ct-main-sidebar .widget a{
    color: #444;
}
.ct-show-sub-cat{
    font-size: 14px;
    color: #777;
    background: #fff;
    border: 1px solid #ccc;
    float: right;
    height: 25px;
    width: 25px;
    border-radius: 5px;
}
.ct-show-sub-cat:focus{
    outline: none;
}
#ct-main-sidebar .widget article{
    display: flex;
    margin-bottom: 10px;
}
#ct-main-sidebar .widget article .post-thumb{
    width: 75px;
}
#ct-main-sidebar .widget article  .post-right{
    width: calc(100% - 15px);
    padding-left: 10px;
}
#ct-main-sidebar .widget article .post-title{
    font-size: 14px;
    font-weight: normal;
}
#ct-main-sidebar .widget article  .post-right .amount{
    color: #ff1b1b;
    font-size: 15px;
}
ol.breadcrumb{
    display: block;
    list-style: circle;
    padding: 10px;
    background: #efefef;
}
ol.breadcrumb li:first-child{
    list-style: none;
}
ol.breadcrumb li{
    margin-right: 5px;
    display: inline-block;
}
.widget-categories__row:after {
    content: '';
    display: block;
    clear: both;
}
ol.breadcrumb li:before{
    content: '/';
    font-size: 12px;
    margin-right: 5px;
    color: #777777bd;
}
ol.breadcrumb li:first-child:before{
    display: none;
}
li.widget-categories__item {
    padding: 5px 0px;
}
.inner-header h1{
    text-align: center;
}
ol.breadcrumb li a{
    font-size: 14px;
}
h2.widget-title > span, h5.widget-title > span, div.widget-title > span, .ct-block-title > span{
    background: #0c67a9;
	 background:#db2a22;
    color: #fff;
    padding: 2px 15px;
    position: relative;
    font-size: 16px;
    display: block;
    float: left;
}
.blog-posts > div{
    margin-bottom: 15px;
    padding-left: 6px;
    padding-right: 6px;
}
.blog-posts > div img{
    width: 100%;
}
.blog-posts > div .entry-content {
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    border-top: 0px;
    padding: 5px 10px;
}
h4.entry-title, div.entry-title{
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}
h4.entry-title a, div.entry-title a{
    color: #383838;
    font-weight:bold;
}
.ct-new-subcontent-cat{
    font-size: 14px;
    height: 44px;
    overflow: hidden;
}
#ct-services .ct-item-title{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.blog-posts .entry-meta{
    display: flex;
    margin-top: 15px;
}
.blog-posts .entry-date{
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #0c67a9;
    text-align: center;
}
.blog-posts .media-body{
    padding-left: 10px;
}
.contact-us__map iframe{
    width: 100%;
    height: 300px;
}
.ct-toc {
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    float: left;
    margin-top: 15px !important;
}
.ct-toc .ct-toc-header{
    padding: 5px 15px;
    border-radius: 8px 8px 0px 0px;
    font-size: 15px;
}
.ct-toc .ct-toc-header span:nth-child(1){
  display: none;
}
.ct-toc .ct-toc-header a{
  font-size: 13px;
  font-weight: normal;
}
.ct-clear:before{
  content: '';
  display: block;;
  clear: both;;
}
.ct-toc .ct-toc-header:after{
  content: '';
  display: block;
  clear: both;
}
.ct-toc ol{
    margin: 0px;
    padding-left: 30px;
    counter-reset: section;                
    list-style-type: none;
    list-style: none;
    padding-right: 30px;
}
.ct-toc ol li{
    margin-bottom: 0px;
    
}
.ct-toc ol li a::before{
  counter-increment: section;
  content: counters(section, ".") "  ";
  font-size: 15px;
}
.ct-toc ol li::before:hover{
  color: #3366cc;
}
.ct-toc ol li a{
    font-family: arial;
    position: relative;
    font-size: 15px;
    font-weight: normal !important;
    color: #ffba00;
}
.ct-toc ol li a:hover{
  color: #3366cc;
  text-decoration: none;
}
.ct-toc ol li i{
    color: #000;
    font-size: 4px;
    margin-right: 4px;
    position: absolute;
    left: -10px;
    top: 7px;
}
.ct-toc-wrp{
  display: none;
}
.ct-toc-wrp > ol > li > a{
  font-weight: bold;
}
.ct-toc-wrp > ol > li::before{
  font-weight: bold;
}
.ct-fa-right {
    float: right;
    line-height: 19px;
    margin-top: 3px;
}
.ct-end-toc{
  width: 100%;
  height: 1px;
  background: transparent;
}
#ct-toggle-toc{
    position: fixed;
    top: 50%;
    margin-top: -25px;
    width: 35px;
    height: 50px;
    border: 2px solid #c5c5c5;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.ct-close-pop-toc{
    position: absolute;
    top: 0px;
    height: 54px;
    width: 54px;
    right: 0;
    border: none;
    background-color: #c5c5c5;
    border-left: 1px solid #b1b1b1;
    cursor: pointer;
}
#ct-toggle-toc:focus, #ct-toggle-toc i:focus, .ct-close-pop-toc:focus, .ct-close-pop-toc i:focus{
    outline:none;
}
.ct-pop-toc{
    display: none;
    position: fixed;
    width: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 999;
    background-color: #f2f2f2;
}
.ct-pop-toc .ct-toc .ct-toc-header span:nth-child(1){
  display: block;
  font-weight: bold;
}
.ct-pop-toc .ct-toc .ct-toc-header span:nth-child(2){
  display: none;
}
.ct-pop-toc .ct-toc-wrp{
    padding: 15px 0px;
    display: block !important;
}
.ct-pop-toc .ct-toc{
    border-radius: 0;
    float:none;
    margin-top: 0px !important;
}

.ct-pop-toc .ct-toc-header{
    padding: 15px 15px;
    border-radius: 0;
    cursor: default;
}
.ct-pop-toc .ct-toc ol{
    padding-left: 15px;
    padding-right: 15px;
}
.ct-bg-over{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    /*background-color: #0000004a;*/
}
.post__content table{
    width: 100% !important;
}
.post__content table tr, .post__content table td{
    border: 1px solid #ccc;
}
.post__content table td{
    padding: 5px;
}
.ct-toc-wrp li a.active{
  color: #3366cc;
}
.single-post .entry-content img{
    max-width: 100%;
}
span.ct-a-toggle-toc {
    color: #ffba00;
    font-size: 13px;
    cursor: pointer;
    font-style: italic;
}
table th, table td{
    border: 1px solid #ccc;
    padding: 0px 0px;
}
.slick-next:before, .slick-prev:before{
    color: #777 !important;
}
#ct-news .ct-item-title{
    font-weight: bold;
}
.product.row{
    margin-left: 0px;
    margin-right: 0px;
}
.product.row img{
    max-width: 100%;
}
.ct-prod-details-slide-nav-item  img{
  height: auto !important;
}
.ct-detail-content-title{
    margin-bottom: 5px;
}
.ct-detail-content-title span{
    font-size: 14px;
    color: #fff;
    background-color: #a9a9a9;
    padding: 7px 20px;
    cursor: default;
}
.product-tab .tab-content{
    padding: 15px;
    border: 1px solid #eeeeee;
}
.horizontal-tab.product-tab {
    margin-top: 50px;
}
div#ct-related-pro {
    margin-top: 30px;
    margin-bottom: 30px;
}
.ct-left-container > .row.multi-row-clearfix{
    margin-left: 0px;
    margin-right: 0px;
    border-top: 2px solid #ccc;
    padding-top: 20px;
}
div#ct-main-sidebar {
    padding: 0px;
}
ol.breadcrumb li a{
    color: #000;
}
ol.breadcrumb li:last-child a{
    color: #ffba00;
}
.product-summary .amount {
    color: #ff1b1b;
    font-weight: bold;
    font-size: 22px !important;
}
h2{
    font-size: 19px;
}
h1{
    font-size: 22px;
}
.stellarnav .dd-toggle{
    width: 38px;
    height: 38px;
}
.event-content {
    margin-bottom: 15px;
}
.ct-address .h4-div{
  margin-bottom: 10px
}
.ct-address h4 span, .ct-address .h4-div span{
    border-bottom: 2px solid #0c67a9;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ct-address a {
    color: red;
    font-size: 20px;
}
h2.widget-title, h4.ct-block-title, h5.widget-title, div.ct-content-block-title {
    border-bottom: 1px solid #0c67a9;
}
h2.widget-title > span:after, h5.widget-title > span:after, div.widget-title > span:after, .ct-block-title > span:after{
    content: "";
    border-bottom: 28px solid #155787;
	border-bottom: 28px solid #b12019;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}
.ct-content-block-title{
    display: flex;
    align-items: flex-end;
}
.ct-content-block-title > span{
    padding: 4px 15px;
    line-height: normal;
}
h2.widget-title:after, h5.widget-title:after, div.widget-title:after {content: '';display: block;clear: both;}
.ct-prod-details-slide-item:focus{
    outline: none;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before{
    color: #b9b9b9 !important;
}
div#main-nav > ul ul{
    display: none;
}
div#main-nav > ul{
    display: flex;
    justify-content: flex-end;
}
div#main-nav a, div#main-nav i{
    color: #333;
}
div#main-nav li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
div#main-nav i{
    padding-right: 10px;
}
.ct-has-sub ul > .ct-has-sub{
    justify-content: space-between !important;
}
button.ct-show-mobile-menu {
    background: transparent;
    border: none;
}
button.ct-show-mobile-menu i{
    font-size: 22px;
    color: #777;
}
button.ct-show-mobile-menu:focus, button.ct-search-btn:focus{
    outline: none;
}
.ct-side-v-more {
    color: #0c67a9 !important;
    font-size: 14px !important;
    border: 1px solid;
    margin-top: 15px;
    padding: 3px 10px;
}
#ct-news .ct-item-info p, .ct-item-info p {
    height: 67px;
    overflow: hidden;
}
.info.maps-link a{
    color: #fff !important;
}
.info.maps-link a i{
    margin-right: 5px;
}
.ct-block-contact-info .ct-block-item a{
    color: #fff !important;
    font-weight: bold;
}
.ct-block-contact-info .ct-block-item > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ct-block-contact-info .ct-block-item{
    border-bottom: 1px solid #eee;
}
.info.maps-link{
    text-align: center;
    margin-top: 15px;
}
.ct-block-contact-info{
    padding: 10px 15px;
    background: #5d9cec;
	background:#ffba00;
    color: #fff;
}
.ct-s-widget-title{
    margin-bottom: 0px !important;
    border-bottom: 1px solid #b12019 !important;
}
.ct-s-widget-title span{
    background: #db2a22 !important;
}
.ct-s-widget-title span:after{
    border-bottom: 28px solid #b12019 !important;
}
.ct-slick-wrp-1{
    border: 1px solid #eee;
    padding: 3px;
}
.ct-slick-wrp-1 img{
    width: 100%;
}
.slider-nav {
    margin-top: 10px;
}
.ct-prod-details-slide-nav-item{
    padding: 3px;
    border: 1px solid #eee;
}
footer{
    background: url(ic_map_big.png) repeat-x top center;
    background-size: auto;
    background-color:#fff;
	
	    background-color: #ffba00;
		background-color:#111;
		background-color:#2c3238;
    color: #777777;
}
.ct-show-all {
    height: auto !important;
    overflow: unset !important;
}
footer > .container > div:nth-child(2) li,
footer > .container > div:nth-child(3) li{
    border-bottom: 1px dashed #404040;
}
footer > .container > div:nth-child(2) li a,
footer > .container > div:nth-child(3) li a{
    padding: 5px 0px;
    display: block;
}
footer li a:hover{
    color: #ffba00;
}
.ct-information-container img{
    max-width: 100%;
}
.ct-main-container ul{
    padding-left: 30px;
    margin-bottom: 20px;
}
.ct-main-container ul li{
    list-style: outside;
}
.ct-main-container{
    font-size: 17px;
}
.ct-main-container span{
    /* font-size: 17px !important; */
}
.ct-main-container h2 span, .ct-main-container h3 span {
    font-size: inherit !important;
}
.ct-main-container h1{
    font-size: 26px;
}
.ct-main-container h2{
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
}
.ct-main-container h3{
    font-size: 19px;
    margin-top: 10px;
}
.product-tab h5.widget-title > span:after, .product-tab .ct-block-title > span:after{
    border-bottom: 27px solid #155787;
}
.not-found__content {
    text-align: center;
}
.not-found__search{
    max-width: 300px;
    margin: 0 auto;
}
.not-found__search-button{
    margin-top: 10px;
}
article.post {
    border: none !important;
}
div#ct-main-sidebar a:hover{
    color: #ffba00;
}
article.bg-lighter{
    border: 2px solid #fff !important;
}
.ct-item .ct-item-info:hover, article.bg-lighter:hover{
    border: 2px solid #5d9cec !important;
	border: 2px solid #ffba00 !important;
}
.ct-keyw {
    margin-bottom: 15px;
}

.clearfix {
    display: block;
    clear: both;
    margin: 8px 0px;
    border: 1px solid #fff;
}
.ct-news-progress {
    border: 1px solid #ccc;
    padding: 10px;
    background: #e0e0e0;
    font-size: 15px;
}
.ct-news-progress h3, .ct-news-progress .h3-div{
    color: #db2a22;
    font-size: 19px;
    font-weight: bold;
}
.ct-ng-title {
    background: #cc0600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 1px;
}
h1.ct-h1 {
    border-bottom: 2px solid #db2b22;
    margin-bottom: -4px;
    float: left;
    text-transform: uppercase;
}
.single-post h1.title{
    border-bottom: 0px !important;
}
.ct-left-container > .ct-flex {
    border-top: 2px solid #ccc;
    padding-top: 20px;
}
.ct-search-type {
    display: flex;
    justify-content: space-around;
    padding: 5px;
    color: #fff;
}
.slick-slide .ct-item-title {
    font-weight: bold;
}
#ct-brands img {
    height: auto;
}
.ct-news-content {
    font-size: 17px;
}
.ct-waranty {
    color: #0c67a9;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}
#ct-slider a.btn {
    border: 2px solid #ffc107;
    border-radius: 0px;
    padding: 2px;
    background: transparent;
}
#ct-slider a.btn span{
    background: #ffc107;
    display: block;
    padding: 5px 15px;
    font-size: 22px
}
section#ct-strong-points p{
    font-size: 17px;
}
.ct-point-info strong {
    font-size: 17px;
}
.ct-prod-details-slide-item img {
    height: auto !important;
}
.stellarnav ul li ul a{
    font-size: 15px;
}
.ct-cat-des ul li {
    list-style: disc;
}
.ct-cat-des ul{
    padding-left: 25px;
}
@media(min-width: 992px){
    #main-nav li.active, #main-nav li:hover, #main-nav li.ct-show-sub {
        color: #fff;
        background: #5D9CEC;
		background:#ffba00;
    }
    #main-nav li.active > a, #main-nav li.active > i, #main-nav li:hover > a, #main-nav li:hover > i{
        color: #fff;
    }
    #main-nav li:hover > a:after{
        color: #fff !important;
    }
    .ct-has-sub:hover > ul{
        display: block !important;
        position: absolute;
        z-index: 999;
        width: 240px;
        border: 0px !important;
    }
    .ct-has-sub ul .ct-has-sub:hover > ul{
        top: 0 !important;
        padding-top: 0px !important;
        left: 220px !important;
    }
    .ct-has-sub ul .ct-has-sub:hover > ul li{
        text-align: left;
    }
    .navbar-collapse{
        justify-content: flex-end;
    }
    .stellarnav > ul > li > ul li:hover{
        background: #ffba00;
    }
    .stellarnav > ul > li > ul li:hover > a{
        color: #fff;
    }
    .stellarnav ul ul {
        left: 0px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.52);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.52);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.52);
    }
    .stellarnav ul ul ul{
        /* top: auto !important; */
    }
    .stellarnav > ul > li.ct-has-sub:nth-last-child(2) ul ul, .stellarnav > ul > li.ct-has-sub:nth-last-child(3) ul ul{
      left: -220px !important;
      top: 0px !important;
    }
    .ct-show-mobile-menu{
        display: none;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
        max-width: 1170px;
    }
    .ct-has-sub:hover > ul{
        padding-top: 15px;
        top: 41px !important;
    }
    .blog-posts > div img{
        height: 184px;
    }
    section#ct-news .ct-item-info img{
       /* height: 271px;*/
        object-fit: contain;
    }
    .slick-slide img{
        height: 271px;
        object-fit: contain;
    }
    .ct-related-news .slick-slide img {
        height: 200px;
        object-fit: unset;
    }
}
@media (max-width: 1600px){
    section#ct-slider img, section#ct-slider {
        height: 510px;
    }
    .ct-inner-slider{
        padding-top: 150px;
    }
}
@media (max-width: 1199px){
    .ct-logo-pc{
        width: 180px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .stellarnav > ul > li > a{
        padding: 10px 4px !important;
        font-size: 15px;
    }
    .stellarnav ul ul{
        top: 41px;
    }
    .ct-has-sub:hover > ul{
        padding-top: 8px;
    }
    .blog-posts > div img{
        height: 150px;
    }
    section#ct-news .ct-item-info img{
        /*height: 219px;*/
        object-fit: contain;
    }
    .slick-slide img{
        height: 219px;
        object-fit: contain;
    }
    .ct-related-news .slick-slide img {
        height: 170px !important;
        object-fit: unset;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .blog-posts > div img{
        height: 130px;
    }
    section#ct-news .ct-item-info img{
        /*height: 331px;*/
        object-fit: contain;
    }
    .slick-slide img{
        height: 331px;
        object-fit: contain;
    }
    .ct-slide-big-text h1{
      font-size: 35px !important;
    }
}
@media (max-width: 991px){
    .stellarnav li a{
        display: block;
        width: 100%;
        text-align: left;
    }
    #main-nav{
        display: none;
    }
    .ct-prod-details #ct-main-sidebar{
        display: none;
    }
    .contact-us__map iframe{
        margin-bottom: 20px;
    }
    .ct-prod-category .ct-item {
        flex-basis: calc(100% / 2);
    }
    .stellarnav.mobile  > ul {
        position: absolute;
        width: 100%;
        left: 0;
        top: 53px;
        background: #fff;
        -webkit-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        -moz-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        border: 1px solid #ccc;
    }
    .stellarnav ul ul, .stellarnav.mobile ul ul ul{
      position: relative;
      left: auto;
      flex-basis: 100%;
      padding-left: 15px;
      order: 3;
      border-top: 1px solid #eee !important;
    }
    .stellarnav.mobile ul ul ul{
        width: calc(100% - 20px);
    }
    nav.navbar > .container #main-nav > ul{
        flex-direction: column;
    }
    nav.navbar > .container #main-nav > ul li{
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee;
    }
    nav.navbar > .container #main-nav > ul li i{
        width: 41px;
        height: 41px;
        line-height: 41px;
        padding-right: 0;
        text-align: center;
        order: 2;
        border-left: 1px solid #eee;
    }
    nav.navbar > .container #main-nav > ul li:last-child{
        border: none;
    }
    #ct-featured-details .ct-featured-item{
        padding: 20px 10px;
        flex-basis: calc(100% / 2);
    }
    .ct-hide-mobile{
        display: none;
    }
    section#ct-slider img, section#ct-slider {
        height: 410px;
		height: auto;
		 width:100%;
    }
    .ct-inner-slider {
        padding-top: 80px;
    }
    #navbarNavDropdown{
        display: none;
    }
    #navbarNavDropdown.show{
        display: block;
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 70px;
        z-index: 999;
        padding: 15px;
        border-top: 1px solid #ccc;
        -webkit-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        -moz-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
    }
    #ct-products .ct-flex .ct-item {
        flex-basis: calc(100% / 3);
    }
    .ct-search-btn{
        margin-left: 0px;
    }
    nav.navbar > .container{
        display: flex;
        flex-direction: row;
    }
    nav.navbar > .container .navbar-brand{
        order: 0;
        width: calc(100% - 145px);
    }
    nav.navbar > .container .ct-search-btn{
        order: 1;
        width: 54px;
    }
    nav.navbar > .container  #main-nav{
        position: absolute;
        width: 100%;
        top: 48px;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        -moz-box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        box-shadow: 0px 10px 7px -9px rgba(0,0,0,0.48);
        border: 1px solid #eee;
        left: 0;
        max-height: 400px;
        overflow-y: scroll;
    }
    .stellarnav > ul ul{
        border: none;
        box-shadow: unset;
    }
    .ct-has-sub i{
        cursor: pointer;
    } 
    nav.navbar > .container #main-nav > ul li.ct-has-sub a{
      flex-basis: calc(100% - 41px);
      order: 1;
      text-align: left;
  }
  .stellarnav ul ul ul{
      top: auto !important;
      left: auto !important;
  }
  nav.navbar > .container #main-nav > ul li ul li i{
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      border-left: 0px;
      border-bottom: 1px solid #eee;
  }
  .ct-display-sub > ul{
    display: block !important;
  }
  .ct-dark-bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000040;
        z-index: 998;
        height: 10000px;
    }
}
@media (max-width: 767px) and (min-width: 575px){
    .blog-posts > div img{
        height: 170px;
    }
    section#ct-news .ct-item-info img{
        /*height: 241px;*/
        object-fit: contain;
    }
    .slick-slide img{
       /* height: 241px;*/
        object-fit: contain;
    }
    .ct-related-news .slick-slide img {
      height: 170px !important;
      object-fit: unset;
  }
  .ct-slide-big-text h1{
      font-size: 28px !important;
    }
    .ct-slide-text {
        font-size: 15px;
        font-weight: normal;
    }
}
@media(max-width: 767px){
    #ct-products .ct-flex .ct-item {
        flex-basis: calc(100% / 2);
    }
    .ct-point-item {
        flex-basis: 100%;
    }
    .ct-top-menu{
        max-height: unset;
        padding: 5px;
    }
    .ct-top-menu .ct-flex {
        flex-direction: column;
    }
    .ct-top-menu > .container > div{
        text-align: center;
    }
    section#ct-slider img, section#ct-slider {
        height: 300px;
		 height: auto;
		 width:100%;
    }
    .ct-inner-slider {
        padding-top: 20px;
    }
    .ct-slide-big-text{
        font-size: 35px;
    }
}
@media(max-width: 575px){
    .blog-posts.row{
        padding: 0px 15px;
    }
    .stellarnav.mobile > ul {
        top: 46px;
    }
    nav.navbar{
        max-height: 54px;
    }
    .ct-logo-pc{
        display: none;
    }
    .ct-logo-mobile{
        display: block !important;
        width: 200px;
    }
    .ct-slide-title {
        font-size: 25px;
    }
    .ct-slide-big-text{
        font-size: 30px;
        line-height: 35px;
    }
    #navbarNavDropdown.show{
        top: 55px;
    }
    #ct-featured-details .ct-featured-item{
        padding: 10px 10px;
        flex-basis: 100%;
        flex-direction: column;
    }
    #ct-featured-details .ct-flex{
        justify-content: center;
    }
    .ct-featured-item-info{
        text-align: center;
    }
    .ct-slide-text {
        font-size: 15px;
        font-weight: normal;
    }
    .ct-slide-big-text h1 {
        font-size: 20px !important;
    }
}
@media (max-width: 574px) and (min-width: 481px){
    .blog-posts > div img{
        height: 170px;
    }
    .slick-slide img{
       /* height: 248px;*/
        object-fit: contain;
    }
}
@media (max-width: 574px) and (min-width: 480px){
    section#ct-news .ct-item-info img{
       /* height: 250px;*/
        object-fit: contain;
    }
    .slick-slide img{
        /*height: 248px;*/
        object-fit: contain;
    }
}
@media(max-width: 480px){
    .blog-posts > div{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ct-search-top{
        width: 100%;
    }
    section#ct-news .ct-item-info img{
       /* height: 250px;*/
        /* object-fit: contain; */
    }
    .slick-slide img{
       /* height: 250px;*/
        /* object-fit: contain; */
    }
    #ct-slider a.btn {
        margin-top: 5px;
    }
    #ct-slider a.btn span {
        padding: 2px 15px;
        font-size: 20px;
    }
    .ct-slide-big-text h1 {
        font-size: 20px !important;
        line-height: 23px;
    }
}
@media(max-width: 360px){
    
    nav.navbar > .container .navbar-brand{
        width: calc(100% - 90px);
        margin-right: 0px;
    }
    nav.navbar > .container .ct-search-btn{
        width: 45px;
    }
    nav.navbar > .container  .navbar-toggler{
        width: 45px;
    }
    .ct-search-btn:focus{
        outline: none;
    }
}