body {
    font-family: "PT Sans", sans-serif;
    color: #1f1f1f;
}

/* expanded sidebar */
#sidebar {
    background-color: #fff;
    color: #333;
    padding-top: 15px;
}

#sidebar a {
    color: #333;
    font-size: 15px;
    display: block;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 5px;
}

#sidebar a:hover {
    background: #00000010;
}

.sidebar-wrapper {
    padding: 12px;
    height: 100%;
    overflow-y: auto;
}
/* expanded sidebar end*/

.top-ph {
    color: #ff6633;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/ph.png) no-repeat left top;
    line-height: 41px;
    padding: 0 0 0 50px;
    display: inline-block;
    margin: 14px 0 12px 0;
}

#header {
    padding: 7px 0 0 0;
    width: 100%;
}

#mdl {
    width: 100%;
}

.w-100 {
    width: 100% !important;
}

#footer {
    width: 100%;
    padding: 3em 0 0 0;
    border-top: 6px solid #ff6633;
    background: #333;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.m-search {
    border: solid 1px #ff6633 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    color: #ff6633 !important;
    height: 33px !important;
    line-height: 20px;
    display: inline-block;
    width: 85.5% !important;
}

::placeholder {
  color: #ff6633;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #ff6633;
}

.m-button {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: solid 1px #ff6633 !important;
    background: #fff !important;
    height: 33px !important;
    line-height: 20px !important;
    border-left: none !important;

}

.m-button i {
    color: #ff6633;
}

.m-button:hover {
   border: solid 1px #ff6633;
   background: #fff !important;
}

.navbar {
    margin-bottom: 0px !important;
    text-align: center ;
}
.navbar-nav {
    margin: 0 29% !important;
}

.m-nav a {
    color: #333333;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.m-nav a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #333 !important;
}

.dropdown-menu {
    background: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.dropdown-menu li a {
    color: #333;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.dropdown-menu li a:hover {
    color: #333;
    background: #00000010 !important;
}

.glyphicon-chevron-left {
    background: url(../images/lft.png);
    background-repeat: no-repeat !important;
    border: none;
    min-width: 25px;
    min-height: 25px;
}

.glyphicon-chevron-right {
    background: url(../images/rgt.png);
    border: none;
    background-repeat: no-repeat !important;
    min-width: 25px;
    min-height: 25px;
}

.glyphicon-chevron-left:before {
    content: none !important;
}

.glyphicon-chevron-right:before {
    content: none !important;
}

.heading {
    font-size: 30px;
    line-height: 40px;
    color: #666666;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
    border-left: solid 4px #666666;
    padding: 3px 0 3px 25px;
    margin-bottom: 20px;
}

.ab-text {
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f;
}

.rgt-img {
    border-radius: 5px;
    width: 100%;
}

section {
    width: 100%;
    padding: 3em 0;
}

.cat-title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
    color: #6699cc;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
}

.product-call {
    width: 19.7%;
    padding: 0 10px;
    display: inline-block;
    
}

.cat-box {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    cursor: pointer;
}



.cat-box span {
    font-size: 15px;
    color: #333333;
    display: block;
    margin-top: 4px;
}
.cat-img-box {
    width: 100%;
    margin-bottom: 8px;
}
.cat-img-box img {
    width: 100%;
    object-fit: cover;
    height: 210px;
    position: relative;
}

.more {
    background: #ff6633;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 2px;
    float: right;
    transition: 0.5s;
    
}

.more:hover {
    color: #fff;
    text-decoration: none;
    background: #c6461c;
}

.fr-title {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}
.fr-link {
    display: inline-block;
    width: 31%;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
}
.fr-link:hover {
    color: #fff;
}

.bottom-line {
    border-top: solid 1px #ffffff10;
    padding: 15px 0;
    margin-top: 25px;
    text-align: right;
    color: #ffffff50;
}

.sc-link {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.sc-link:hover {
    color: #ffffff60;
}

.banner {
    background: #fcfcfc;
    border: solid 1px #dadada;
    font-size: 14px;
    line-height: 23px;
    padding: 15px;
    float: left;
}
.inner-ban {
    background: #eeeeee;
    border: solid 1px #dadada;
    font-size: 14px;
    line-height: 23px;
    padding: 15px;

}
.inner-ban h1 {
    color: #222;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    margin-bottom: 30px;
}
.bred {
    font-size: 16px;
    color: #333;
    margin-top: -15px;
    margin-bottom: 30px
}
.bred a {
    color: #333;
    margin-right: 3px;
    display: inline-block;
    font-weight: 600;
}
.bred span {
    margin-left: 3px;
    display: inline-block;
    background: none !important;
}

.card {
    box-shadow: 1px 1px 15px #00000020;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 30px 30px 25px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
}

.card h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #6699cc;
    font-weight: 600;
}

.view-products {
    background: #ff6633;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.view-products:hover {
    background: #c6461c;
}
.cr-input {
    background: #EDEDED;
    height: 40px;
    margin-bottom: 16px;
    border: none;
    width: 100%;
}
.send {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    background: #333;
    border-radius: 6px;
    border: none;
    padding: 10px 44px;
    display: inline-block;
    margin-left: 15px;
}
.dt-img {
    padding: 15px;
    box-shadow: 1px 1px 15px #00000010;
    border-radius: 6px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 310px;
}

.dt-img img {
    width: 100%;
    object-fit: cover;
    /*height: 200px;*/
    position: relative;
}

.dt-button {
    margin-left: 0px;
}

.dt-button:hover {
    text-decoration: none;
    color: #fff;
}

.dt-bottom {
    margin-bottom: 3em;
    max-width: 870px;
    text-align: right;
    float: right;
    padding: 15px 15px 15px 25px;
    background: #eee;
    font-size: 15px;
    border-radius: 5px;
}
.dt-bottom span {
    padding-right: 12px;
    display: inline-block;
}

















.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.res-img {
    max-width: 100%;
}
.container {
    width: 1200px !important;
}


.hr-top {
    padding-bottom: 4px;
    border-bottom: solid 1px #dedede;
}

.navbar-toggle .icon-bar {
    background: #000;
}

.navbar-toggle {
    float: left !important;
}






.gr-title {
    font-size: 28px;
    color: #009999;
    display: block;
    line-height: 36px;
    margin-bottom: 5px;
}
.gr-button {
    border-radius: 10px;
    margin-top: 10px;
    background: #ccffcc;
    color: #ff3300;
    border: solid 1px #ff3300;
    padding: 5px 10px;
    float: right;
    margin-bottom: 10px;
}

.gr-button span {
    display: inline-block;
    margin-right: 4px;
}

.fx-img {
    object-fit: cover;
    height: 300px;
    position: relative;
    
    
}

.col {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

.col p {
    padding-top: 5px;
}







.pr-box {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-bottom: 25px;
}

.pr-box img {
    margin-bottom: 12px;
    width: 100%;
    object-fit: cover;
    height: 212px;
    position: relative;
    z-index: 5;
}
.hot-chip {
    background: #ff3300;
    color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
}

.inner-title {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #cc0000;
}




.login {
    text-decoration: none;
    color: #59a7a7;
    font-weight: 600;
}
.card2 {
    margin-top: 15px;
    border: solid 1px #59a7a7;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #44444420;
    padding: 20px;
    width: 100%;
}
.frm-heading {
    border-bottom: solid 1px #ccc;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #59a7a7;
    width: 100%;
    margin-bottom: 10px;
}

.card2 .form-label {
    font-weight: 600;
    margin-left: 5px;
    
}



.m-button:hover {
    background: #006666;
}

@media only screen and (max-width: 768px) {
    .container {
        width: 96% !important;
    }

    .m-search {
        width: 89% !important;
    }
    .top-ph {
        margin: 0 0 6px 0;
    }

    section {
        padding: 15px 0;
    }
    .dt-img  {
        width: 100%;
    }

    .dt-bottom span {
        margin-bottom: 8px;
    }







    .col {
        margin-bottom: 10px;
        border-bottom: solid 1px #dadada;
    }
    .product-call {
        width: 100%;
        
    }

    .cat-box {
        margin-bottom: 15px;
    }

    .cat-img-box img {
        height: 200px;
    }

    .pr-box img {
        height: 325px;
    }

    .fr-title {
        margin-top: 15px;
    }
    .fr-link {
        width: 100%;
    }

    .hot-sales .product-call {
        width: 100%;
    }

    .hot-sales .pr-box img {
        height: 325px;
    }

    .card2 .col {
      width: 100% !important;
      flex: none;
      border:none;
  }
  .navbar-nav {
    margin: 0 0 !important;
}
.navbar {
    text-align: left;
}

}