﻿
.site-header { /* navigation open and close btn hide for width screen */ /* style for navigation less than 992px */ /*navbar collaps less then 992px*/
}

    .site-header .navigation {
        background-color:transparent;
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .site-header .navigation > .container {
            position: relative;
        }

    .site-header .navbar-brand {
        height: auto;
    }

        .site-header .navbar-brand img {
            max-width: 100%;
        }

    .site-header #navbar {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; /*** mega-menu style ***/
    }

        .site-header #navbar > ul li a:hover, .site-header #navbar > ul li a:focus {
            text-decoration: none;
            color: #c83226 !important;
        }

@media screen and (min-width: 992px) {
    .site-header #navbar { /*** hover effect ***/
    }

        .site-header #navbar li {
            position: relative;
        }

        .site-header #navbar > ul > li > a {
            font-size: 16px;
            font-size: 1rem;
        }

        .site-header #navbar > ul .sub-menu {
            background-color: #fff;
            width: 240px;
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        }

        .site-header #navbar > ul > li .sub-menu li {
            border-bottom: 1px solid #f1f1f1;
        }

        .site-header #navbar > ul > li .sub-menu a {
            font-size: 14px;
            font-size: 0.875rem;
            display: block;
            padding: 12px 15px;
            color: #000;
        }

        .site-header #navbar > ul > li > .sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
            position: relative;
        }

            .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
                font-family: "themify";
                content: "\e649";
                font-size: 11px;
                font-size: 0.6875rem;
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .site-header #navbar > ul > li:hover > .sub-menu {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

        .site-header #navbar .sub-menu > li:hover > .sub-menu {
            left: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }

        .site-header #navbar > ul .menu-item-has-children > a:before {
            font-family: "themify";
            content: "\e61a";
            font-size: 11px;
            font-size: 0.6875rem;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media screen and (min-width: 992px) {
    .site-header #navbar { /*** hover effect ***/
    }

        .site-header #navbar .has-mega-menu {
            position: static;
        }

        .site-header #navbar .mega-menu, .site-header #navbar .half-mega-menu {
            background-color: #fff;
            padding: 20px;
            border-top: 2px solid #c83226;
            position: absolute;
            right: 0;
            top: 100%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .site-header #navbar .mega-menu {
            width: 1140px;
            right: 15px;
        }

        .site-header #navbar .half-mega-menu {
            width: 585px;
        }

        .site-header #navbar .mega-menu-box-title {
            font-size: 14px;
            font-size: 0.875rem;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            padding-bottom: 7px;
            margin-bottom: 7px;
            border-bottom: 1px solid #e6e6e6;
        }

        .site-header #navbar .mega-menu-list-holder li a {
            font-size: 14px;
            font-size: 0.875rem;
            display: block;
            padding: 7px 8px;
            margin-left: -8px;
        }

        .site-header #navbar .has-mega-menu:hover > ul {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu, .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }

        .site-header #navbar > ul .mega-menu .row, .site-header #navbar > ul .half-mega-menu .row {
            margin: 0;
        }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header { /* class for show hide navigation */
    }

        .site-header .container {
            width: 100%;
        }

        .site-header .navbar-header button {
            background-color: #004098;
           
            width: 30px;
            height: 28px;
            border: 0;
            padding: 5px 10px;
            outline: 0;
            position: absolute;
            right: -17px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 20;
        }

            .site-header .navbar-header button span {
                background-color: #fff;
                display: block;
                height: 2px;
                margin-bottom: 5px;
            }

                .site-header .navbar-header button span:last-child {
                    margin: 0;
                }

        .site-header #navbar {
            background: #fff;
            display: block !important;
            width: 280px;
            height: 100% !important;
            margin: 0;
            padding: 0;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            position: fixed;
            right: -420px;
            top: 0;
            z-index: 100;
        }

        .site-header #navbar ul a {
            color: #000;
        }

            .site-header #navbar ul a:hover, .site-header #navbar ul li.current a {
                color: #c83226;
            }

            .site-header #navbar ul a:hover, .site-header #navbar ul .dc-myrexroth-tab .current a {
                color: #c83226;
            }

            .site-header #navbar .dc-myrexroth-nav-bar ul.dc-myrexroth-tabs {
                background-color:#fff;
            }
                .site-header #navbar .dc-myrexroth-nav-bar ul.dc-myrexroth-tabs li.dc-myrexroth-tab {
                    background-color: #fff;
                    float: none;
                }
                    .site-header #navbar .dc-myrexroth-nav-bar ul.dc-myrexroth-tabs li.dc-myrexroth-tab .dc-myrexroth-tab-heading {
                        background-color: #fff;
                    }
            .site-header #navbar .navbar-nav {
                height: 100%;
                overflow: auto;
            }

            .site-header #navbar .close-navbar {
                /*background-color: #fff;*/
                width: 40px;
                height: 40px;
                color: #fff;
                border: 0;
                outline: none;
                position: absolute;
                left: -41px;
                top: 90px;
                z-index: 20;
            }

                .site-header #navbar .close-navbar .ti-close {
                    position: relative;
                    top: 1px;
                }

            .site-header #navbar > ul > li {
                border-bottom: 1px solid #f2f2f2;
            }

                .site-header #navbar > ul > li > a {
                    padding: 10px 15px 10px 35px;
                }

        .site-header .slideInn {
            right: 0 !important;
        }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

        .site-header .navbar-collapse.collapse.in {
            display: block;
        }

    .site-header .navbar-header .collapse, .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

        .site-header .navbar-nav > li {
            float: none;
        }
}
/*---------------------------------------------	header-style-1-----------------------------------------------*/

.header-style-1 { /*** topbar ***/ /*** navigation ***/
}

    .header-style-1 .topbar {
        background-color: #fff;
        color: #464748;
        font-size: 14px;
        font-size: 0.875rem;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
    }

@media (max-width: 991px) {
    .header-style-1 .topbar {
        text-align: center;
        padding: 25px 0 0;
    }
    #navMeta, #countrySelection {
        display: none;
    }
}

.header-style-1 .topbar > .container {
    position: relative;
}

.header-style-1 .topbar .contact-info ul {
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-style-1 .topbar .contact-info ul{
        display: inline-block;
        margin-bottom: 15px;
    }
}

.header-style-1 .topbar .contact-info ul li{
    float: left;
    padding: 18px 0;
}

@media (max-width: 991px) {
    .header-style-1 .topbar .contact-info ul li {
        float: none;
        padding: 0;
    }
}

.header-style-1 .topbar .contact-info ul i {
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.header-style-1 .topbar .contact-info ul > li + li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
    .header-style-1 .topbar .contact-info ul > li + li{
        margin: 0;
        padding: 12px 0 0;
        border: 0;
    }
}

.header-style-1 .topbar .social{
    float: right;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .header-style-1 .topbar .social{
        float: none;
        margin: 0 0 15px;
    }
}

.header-style-1 .topbar .social ul {
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-style-1 .topbar .social ul {
        display: inline-block;
    }
}

.header-style-1 .topbar .social ul li{
    float: left;
}

.header-style-1 .topbar .social ul > li + li {
    margin-left: 10px;
}

.header-style-1 .topbar .social ul a {
    color: #464748;
}

    .header-style-1 .topbar .social ul a:hover{
        color: #c83226;
    }

.header-style-1 .navbar-brand {
    margin-top: 13px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-brand{
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .header-style-1 .navigation #navbar {
        margin-right: 50px;
    }

    .header-style-1 .navigation #navbar > ul > li > a {
        font-weight: 600;
        padding: 40px 15px;
        color: #fff;
    }

    .header-style-1 .navigation #navbar > ul > li > a :hover {
        font-weight: 600;
        padding: 40px 15px;
        color: #red;
        background-color: #fff;
    }
}

@media screen and (min-width: 1200px) {
    .header-style-1 .navigation #navbar {
        margin-right: 230px;
        width:100%;
    }
}

.header-style-1 .navigation .search-quote {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .header-style-1 .navigation .search-quote .quote {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-style-1 .navigation .search-quote {
        right: 55px;
    }
}

.header-style-1 .navigation .search-quote > div {
    float: left;
}

.header-style-1 .navigation .search-quote .open-btn{
    background: transparent;
    margin-right: 10px;
    margin-top: 5px;
    border: 0;
}

@media (max-width: 1199px) {
    .header-style-1 .navigation .search-quote .open-btn{
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .header-style-1 .navigation .search-quote .open-btn {
        margin-top: 0;
    }
}

.header-style-1 .navigation .search-quote .open-btn .fi:before {
    color: #000;
}

/*--------------------------------------------------------------#0.5	footer--------------------------------------------------------------*/

.site-footer {
    background-color: #004098;
    position:relative; /*** about-widget ***/ /*** link-widget ***/ /*** service-link-widget ***/ /*** newsletter-widget ***/ /*** lower-footer ***/
    bottom:0px;
}

@media screen and (min-width: 1200px) {
    .footerbg {
        /*background: url(../images/footerbg2.png) center center/cover no-repeat local;*/
        background: url(../images/footerbg2.png) no-repeat center 35%;
        /*background: url(../images/footerbg2.png) no-repeat center -1000%;*/
    }
}

.site-footer ul {
    list-style: none;
}

.site-footer p, .site-footer li {
    color: #fff;
}

.site-footer .upper-footer {
    padding: 90px 0;
}

@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 90px 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 80px 0 10px;
    }
}

@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.site-footer .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 20px;
    }
}

.site-footer .widget-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: blod;
    color: #fff;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1200px) {
    .site-footer .about-widget {
        padding-right: 45px;
        position: relative;
    }
}

.site-footer .about-widget .logo {
    max-width: 180px;
}

.site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

    .site-footer .about-widget p:last-child {
        margin-bottom: 0;
    }

@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .site-footer .link-widget {
        padding-left: 0;
    }
}

.site-footer .link-widget ul li {
    position: relative;
    padding-left: 20px;
}

    .site-footer .link-widget ul li:before {
        font-family: Flaticon;
        content: "\f106";
        font-size: 10px;
        font-size: 0.625rem;
        position: absolute;
        left: 0;
        top: 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 50%;
    }

    .site-footer .link-widget ul li:hover:before {
        color: #c83226;
    }

.site-footer .link-widget ul a {
    color: #fff;
}

    .site-footer .link-widget ul a:hover, .site-footer .link-widget ul li:hover:before {
        color: red;
    }

.site-footer .link-widget ul > li + li {
    margin-top: 17px;
}

@media screen and (min-width: 1200px) {
    .site-footer .service-link-widget {
        padding-left: 25px;
    }
}

.site-footer .newsletter-widget form {
    margin-top: 25px;
    position: relative;
}

    .site-footer .newsletter-widget form input {
        background-color: #373b48;
        height: 50px;
        color: #fff;
        padding: 6px 25px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .site-footer .newsletter-widget form .submit {
        position: absolute;
        right: 20px;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .site-footer .newsletter-widget form .submit button {
            background: transparent;
            border: 0;
            outline: 0;
            font-size: 20px;
            color: #fff;
        }

.site-footer .newsletter-widget .social-icons ul {
    overflow: hidden;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .site-footer .newsletter-widget .social-icons ul {
        padding-top: 30px;
    }
}

.site-footer .newsletter-widget .social-icons ul li {
    float: left;
}

.site-footer .newsletter-widget .social-icons ul > li + li {
    margin-left: 15px;
}

.site-footer .newsletter-widget .social-icons ul a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
}

    .site-footer .newsletter-widget .social-icons ul a:hover {
        color: #c83226;
    }

.site-footer .lower-footer {
    text-align: center;
}

.site-footer .lower-footer p {
    text-align: center;
}
    .site-footer .lower-footer p a {
        color:#fff;
    }
    .site-footer .lower-footer .row {
        padding: 20px 0;
        position: relative;
    }

        .site-footer .lower-footer .row .separator {
            background: rgba(255, 255, 255, 0.05);
            width: calc(100% - 30px);
            height: 1px;
            position: absolute;
            left: 15px;
            top: 0;
        }

    .site-footer .lower-footer .copyright {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 7px 0 0;
    }

@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        margin: 7px 0 20px;
    }
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.header-style-3 .navigation.sticky-header {
    background-color: #272525;
}

@media (max-width: 991px) {
    .header-style-3 .navigation.sticky-header {
        border-top: 1px solid transparent;
    }
}


/*--------------------------------------------------------------#0.8	service-section--------------------------------------------------------------*/

.service-section {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .service-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .service-section {
        padding-bottom: 20px;
    }
}

.service-section .service-grids {
    text-align: center;
}

    .service-section .service-grids .grid {
      /*  width: 24.34%; */
       width:32%;
        float: left;
        margin-left:7px;
        /*padding: 0 50px 50px;*/
    }

@media (max-width: 1199px) {
    .service-section .service-grids .grid {
        padding: 0 20px 50px;
    }
}

@media (max-width: 991px) {
    .service-section .service-grids .grid {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .service-section .service-grids .grid {
        width: 100%;
        float: none;
    }
}

.service-section .grid .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 25px;
    -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.service-section .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #c83226;
}

.service-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.6em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-section .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.service-section .grid h3 a {
    color: #274054;
}

    .service-section .grid h3 a:hover {
        color: #c83226;
    }

.service-section .grid p {
    margin: 0;
}

.txtSection h2, .txtSection p{
    text-align: left;
}

/*** back to top **/

.back-to-top {
    /*background-color: rgba(200, 50, 38, 0.7);*/
    background-color: #1f6fdc;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #2a82fb;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #3f8efa;
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*------------------------------------*/
#navMeta {
    color: #DCDCDC;
    font-size: 11px !important;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    clear: none;
    float: right;
    line-height: 23px;
    margin: 30px 0 0;
    padding: 0;
}
#countrySelection {
    clear: none;
    float: right;
    margin: 26px 8px 0 0 !important;
    padding: 0 10px 0 0;
    list-style-type: none;
    border-right: 1px solid #CFDDE7;
}
    
/*-----------------------------------*/
.imgSection img{
    width:100%;
    min-height:152px;
}
.txtSection p{
    line-height:25px;
}
#right p img {
    max-width: 490px;
}

#right div p img {
    max-width: 490px;
}


/*-----------------------------------------------------*/
.address_grid {
    display: inline-block;
    width: 48%;
    border: 1px solid #eee;
    margin: 2px 2px;
    padding: 3px 3px;
}

@media (max-width: 991px) {
    .address_grid {
        display: inline-block;
        width: 100%;
        border: 1px solid #eee;
        margin: 2px 2px;
        padding: 3px 3px;
    }

}

/*----------------------------------------------*/
.textBoxContainer {
    height: 624px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .textBoxContainer {
        height: 404px;
        margin-bottom: 15px;
    }
}
/*-------------------------------------------------------*/
.relatedItems img{
    width:100%;
}


/*---------------------------------------------------------------*/
.detailcontent p {
    text-indent:0px !important;
}

/*-------------------------------------------------*/
.producttypedec ul {
    list-style-type: none;
    padding: 0px 0px;
    line-height: 30px;
    margin: 0px auto;
}

.producttypedec ul li {
    width: 32%;
    background-color: #808080;
    margin: 5px 5px;
    display: inline-block;
}

.producttypedec ul li img {
    width: 100%;
}

.producttypedec ul li p {
    font-size: 1em;
    padding-top: 15px;
}
@media (max-width: 991px) {
    .producttypedec ul {
        list-style-type: none;
        padding: 0px 0px;
        line-height: 30px;
        margin: 0px auto;
    }

        .producttypedec ul li {
            width: 33%;
            background-color: #808080;
            margin: 5px 0px;
            display: inline-block;
        }

            .producttypedec ul li img {
                width: 100%;
            }

            .producttypedec ul li p {
                font-size: 1em;
                padding-top: 15px;
            }
}
@media (max-width: 551px) {
    .producttypedec ul {
        list-style-type: none;
        padding: 0px 0px;
        line-height: 30px;
        margin: 0px auto;
    }
    .producttypedec ul li {
        width: 100%;
        background-color: #808080;
        margin: 5px 0px;
        display: inline-block;
    }

    .producttypedec ul li img{
        width:100%;
    }
    .producttypedec ul li p {
        font-size:1em;
        padding-top:15px;
    }
}

/*------------------------------------------------------------------------*/
.caselistdec .caseitem {
    display: inline-block;
    width: 32%;
    border: 1px solid #eee;
    margin: 6px 4px;
    /*
    padding: 5px 5px;
    width: 200px;
    height: 250px;*/
    vertical-align: top;
}
    .caselistdec .caseitem ul {
        list-style-type: none;
        padding: 0px 0px;
        line-height: 30px;
        margin: 0px auto;
    }
        .caselistdec .caseitem ul li {
            /*width: 200px;
            height: 210px*/
        }
            .caselistdec .caseitem ul li p {
                text-align: center;
                padding-top:15px;
            }
@media (max-width: 991px) {
    .caselistdec .caseitem {
        display: inline-block;
        width: 32%;
        border: 1px solid #eee;
        /*margin: 12px 15px;
        padding: 5px 5px;
        width: 200px;
        height: 250px;*/
        vertical-align: top;
    }

        .caselistdec .caseitem ul {
            list-style-type: none;
            padding: 0px 0px;
            line-height: 30px;
            margin: 0px auto;
        }

            .caselistdec .caseitem ul li {
                /*width: 200px;
                height: 210px*/
            }
}

@media (max-width: 551px) {
    .caselistdec .caseitem {
        display: inline-block;
        width: 100%;
        border: 1px solid #eee;
        /*margin: 12px 15px;
        padding: 5px 5px;
        height: 250px;*/
        vertical-align: top;
    }

        .caselistdec .caseitem ul {
            list-style-type: none;
            padding: 0px 0px;
            line-height: 30px;
            margin: 0px auto;
        }

            .caselistdec .caseitem ul li {
                /*height: 210px*/
            }
            
}
