/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Quicksand', sans-serif;
}

body a,
body button {
    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;
}

body a:hover,
body button:hover {
    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;
}

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

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Mukta', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    font-family: 'Quicksand', sans-serif;
}

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

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

/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.bg-yellow {
    background-color: #ffc107 !important;
}

.let {
    letter-spacing: 1px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/* //colors code */

/* move top icon */
a.move-top {
    width: 34px;
    height: 34px;
    background: url(../images/move-top.png) no-repeat;
    display: inline-block;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 0;
}

/* //move top icon */

/* header */
/* top header */
.header-top_w3layouts {
    padding: 0 .5em;
}

/* social icons */
.top-right-info li {
    display: inline-block;
}

.top-right-info li span {
    color: #343a40;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -ms-transition: 0.5s all;
    opacity: 0.7;
}

.top-right-info li span:hover,
a.login-button-2:hover {
    color: #343a40;
    opacity: 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;
}

/* //social icons */

.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px;
}

.top-w3layouts p a:hover,
.w3l-footer ul li a:hover {
    opacity: .7;
}

a.login-button-2 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    opacity: .7;
}

/* //top header */

/* second header */
#home {
    position: relative;
}

.main-top {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

/* logo */
#logo a {
    float: left;
    display: initial;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
}

span.logo-sp {
    font-weight: 100;
}

/* //logo */

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    padding: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav ul li ul li:hover {
    color: #000;
    background: #f8f9fa;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* Background color change on Hover */

.menu li a.active,
.menu li a:hover {
    color: #2196f3;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #d84315;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 25px;
    background: #000;
    padding: 10px;
    border-radius: 4px;
    z-index: 9;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    margin-bottom: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav ul ul li:nth-child(4) {
    margin-bottom: 5px;
}

nav ul ul li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

a.reqe-button {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 800px) {
    nav a {
        font-size: 12px;
    }
}

@media all and (max-width : 736px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 14px;
        font-size: 15px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 128px;
        padding: 5px;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
    }

    .toggle:hover {
        color: #d84315;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }

    /* 
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    } */

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

    nav a {
        color: #000;
        font-size: 14px;
        padding: 0;
    }

    nav ul ul li a {
        color: #000;
    }

    nav ul ul li a {
        font-size: 14px;
    }

    .menu li a.active,
    .menu li a:hover {
        color: #d84315;
        background: transparent;
    }
}

@media all and (max-width : 375px) {

    nav a,
    .menu .toggle {
        font-size: 14px;
    }

    .toggle {
        padding: 7px 12px;
        font-size: 14px;
    }
}

/* dropdown */
#demo {
    margin: 10px 0 0px 0;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}


#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li:hover {
    background: #f8f9fa;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */
/* //second header */

/* banner */
.banner-top1,
.banner-top2,
.banner-top3 {
    min-height: 730px;
}

.banner-top1 {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top2 {
    background: url(../images/banner2.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top3 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-info_agile_w3ls {
    padding-top: 16em;
    max-width: 800px;
}

.banner-info_agile_w3ls h3 {
    font-size: 60px;
}

a.button-w3ls {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 18px;
    /* background: #d84315; */
    background: #2196f3;
    display: inline-block;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.button-w3ls:hover {
    letter-spacing: 1.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //banner */

/* banner bottom */
.triple-sec {
    position: relative;
    padding: 3rem;
}

.triple-sec .hot-img {
    position: absolute;
    right: 5%;
    bottom: 10%;
}

.triple-sec:nth-child(2) {
    background: #2196f3;
}

.triple-sec:nth-child(1) {
    background: #00b9ff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.triple-sec:nth-child(3) {
    background: #007ed2;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

li.style-bottom-w3 h4 {
    font-size: 32px;
    font-weight: 400;
}

.triple-sec h5 {
    font-size: 24px;
    letter-spacing: 1px;
}

.triple-sec .style-bottom-w3>h5 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 42px;
}

h4.down-list-w3 {
    font-size: 35px;
}

a.some-small-btn {
    padding: 12px 26px;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
}

a.some-small-btn:hover {}

/* //banner bottom */

/* blog */
h3.w3ls-title {
    font-size: 36px;
    line-height: 60px;
    font-weight: 300;
}

h6.w3ls-title-sub {
    letter-spacing: 1px;
    font-weight: 100;
}

h5.card-title a,
h5.card-title {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.blog_w3icon span {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    word-spacing: 3px;
    letter-spacing: 1px;
}

a.blog-btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: #2196f3;
    color: #fff;
    padding: 11px 18px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.blog-btn:hover {
    letter-spacing: 1.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //blog */

/* doctor form */
section.loan_w3ls {
    background: url(../images/zb-bg.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.loan-form-w3ls input.form-control,
select.form-control {
    background: #fff;
    border: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 12px 15px;
}

select.form-control {
    height: 47px !important;
}

.loan-form-w3ls .form-group label {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
    font-weight: 500;
}

button.btn_apt {
    background: #d84315;
    color: #fff;
    padding: 12px 40px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

button.btn_apt:hover {
    letter-spacing: 2px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* date  */
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
    padding-right: 0 !important;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.date-plu input {
    border: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 12px 15px;
    width: 100%;
}

/* //date  */
/* //doctor form */

/* services */
.services-box span {
    background: #d84315;
    width: 90px;
    height: 60px;
    border-radius: 4px;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
}

.service-content h3 {
    font-size: 23px;
}

a.butn-w3pvt {
    color: #2196f3;
    letter-spacing: 1px;
    font-size: 14px;
}

.services-w3ls {
    background: url(../images/bg2.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

/* //services */

/* team */
.box16 {
    text-align: center;
    color: #fff;
    position: relative
}

.box16 .box-content,
.box16:after {
    width: 100%;
    position: absolute;
    left: 0
}

.box16:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.15) 69%, rgba(0, 0, 0, 0.3) 100%);
    bottom: 0;
    transition: all .5s ease 0s;
}

.box16 .post,
.box16 .title {
    transform: translateY(145px);
    transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}

.box16:hover:after {
    background: rgba(33, 150, 243, .5);
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .05) 11%, rgba(0, 0, 0, .08) 13%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .15) 28%, rgba(0, 0, 0, .18) 29%, rgba(0, 0, 0, .2) 38%, rgba(0, 0, 0, .23) 43%, rgba(0, 0, 0, .26) 47%, rgba(0, 0, 0, .35) 69%, rgba(0, 0, 0, .42) 84%, rgba(0, 0, 0, .48) 99%, rgba(0, 0, 0, .5) 100%) */
}

.box16 .box-content {
    padding: 20px;
    margin-bottom: 1.5em;
    bottom: 15%;
    z-index: 1
}

.box16 .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.box16 .post {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    letter-spacing: 1px;
}

.box16 .social li a {
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.box16:hover .post,
.box16:hover .title {
    transform: translateY(0);
    line-height: auto;
}

.box16 .social {
    list-style: none;
    margin-top: 1.2em;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
}

.box16:hover .social {
    opacity: 1;
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social li {
    display: inline-block
}

.box16 .social li a span {
    display: block;
    width: 38px;
    font-size: 15px;
    height: 38px;
    line-height: 40px;
    background: #2196f3;
    border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.box16 .social li a span:hover {
    background: #fff;
    color: #2196f3;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.box16 .social li:nth-child(2) {
    margin: 0 6px;
}

@media only screen and (max-width:990px) {
    .box16 {
        margin-bottom: 30px
    }
}

/* //team */

/* footer */
footer {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.logo2 a {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}

.w3l-footer h3 {
    font-size: 24px;
    letter-spacing: 1px;
}

ul.list-styles a {
    letter-spacing: 1px;
    font-size: 15px;
}

ul.list-styles a:hover {
    color: #ffffff !important;
}

ul.list-part li span {
    font-size: 46px;
}

/* footer newletter */
.n-right-w3ls input[type="email"] {
    padding: 15px;
    border: none;
    letter-spacing: 1px;
    font-size: 15px;
}

.n-right-w3ls button {
    background: #d84315;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.n-right-w3ls button:hover {
    letter-spacing: 1.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //footer newletter */
/* //footer */

/* footer bottom */
/* footer social icons */
.w3ls_footer_grid_left1_pos ul li,
ul.list-part li {
    display: inline-block;
}

.w3ls_footer_grid_left1_pos ul li a {
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
}

.w3ls_footer_grid_left1_pos ul li a:hover {
    color: #2196f3;
}

/* //footer social icons */

/* copyright */
.w3ls_footer_grid1_left p {
    color: #484848;
    font-weight: 500;
}

.w3ls_footer_grid1_left p a {
    color: #d84315;
    text-decoration: none;
}

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

/* //copyright */
/* //footer bottom */

/* inner pages */
.main-banner-2 {
    background: url(../images/1.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

/* page details */
.breadcrumb-agile {
    background: #e9ecef;
    box-shadow: 2px 3px 12px 1px rgba(0, 0, 0, 0.15);
}

.breadcrumb li a {
    color: #2196f3;
    font-weight: bold;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
}

/* //page details */

/* about page */
/* about */
h6.subheading-w3ls {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(41, 40, 40, 0.25);
}

.wthree-bottom {
    max-width: 400px;
}

/* //about */
/* //about page */

/* gallery page */
/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 500px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #686de0;
}

h5.text-name-pop.mt-4 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    color: #d84315;
}

/* //popup */
/* //gallery page */

/* contact */
.contact-agileits-w3layouts h5 {
    color: #424242;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.midd-contact h6 {
    font-size: 22px;
    letter-spacing: 1px;
}

.midd-contact {
    border-left: 2px solid #d84315 !important;
}

p.para-agileits-w3layouts i {
    color: #d84315;
}

p.para-agileits-w3layouts a {
    color: #999;
}

p.para-agileits-w3layouts a:hover,
.w3l-footer ul li a:hover,
p.copy-right-grids a:hover {}

h4.contact-title {
    letter-spacing: 1px;
}

.map iframe {
    outline: none;
    border: none;
    width: 100%;
    height: 400px;
    display: block;
}

.form-bg-w3ls input[type="text"],
.form-bg-w3ls input[type="email"],
.form-control,
.form-bg-w3ls textarea {
    padding: 12px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
}

.form-bg-w3ls textarea {
    resize: none;
    height: 10em;
}

.form-bg-w3ls button {
    background: #2196f3;
    color: #fff;
    font-size: 15px;
    width: 100%;
    outline: none;
    letter-spacing: 1px;
    padding: 12px 0;
    border-radius: 0px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.form-bg-w3ls button:hover {
    letter-spacing: 2px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

/* //contact */

/* login page */
form.login-wrapper {
    margin: 0 auto;
    max-width: 500px;
}

.login label {
    font-size: 15px;
    color: #4e4f50;
    font-weight: 600;
    letter-spacing: 1px;
}

.login button {
    background: #d84315;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0px;
}

.login button:hover {
    letter-spacing: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.login p a {
    font-size: 14px;
    color: #002d28;
}

/* //login page */

/* responsive */
@media(max-width: 1440px) {
    .popup {
        margin: 3em auto;
    }

    .banner-info_agile_w3ls {
        padding-top: 15em;
    }

    li.style-bottom-w3 h4 {
        font-size: 30px;
    }

    .triple-sec h5 {
        font-size: 24px;
    }

    .callbacks_tabs {
        bottom: 12%;
        left: 47.5%;
    }

    .main-banner-2 {
        min-height: 260px;
    }
}

@media(max-width: 1366px) {
    .banner-info_agile_w3ls h3 {
        font-size: 56px;
    }

    .banner-info_agile_w3ls {
        padding-top: 14em;
    }

    .triple-sec h5 {
        font-size: 24px;
    }

    li.style-bottom-w3 h4 {
        font-size: 28px;
    }

    li.style-bottom-w3 p {
        font-size: 13px;
    }

    h4.down-list-w3 {
        font-size: 32px;
    }
}

@media(max-width: 1280px) {
    .banner-info_agile_w3ls {
        padding-top: 13em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 650px;
    }
}

@media(max-width: 1080px) {
    .banner-info_agile_w3ls h3 {
        font-size: 55px;
    }

    .banner-info_agile_w3ls {
        padding-top: 11em;
    }

    .callbacks_tabs {
        bottom: 7%;
        left: 47%;
    }

    .triple-sec:nth-child(2):before {
        left: 0;
    }

    .loan-form-w3ls .form-group label {
        font-size: 14px;
    }

    h3.w3ls-title {
        font-size: 34px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 580px;
    }

    .box16 .title {
        font-size: 22px;
    }

    .main-banner-2 {
        min-height: 220px;
    }
}

@media(max-width: 1050px) {}

@media(max-width: 1024px) {}

@media(max-width: 991px) {
    .header-w3layouts {
        padding: 0;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
        background: #fff;
        border-radius: 0px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 48px;
    }

    a.button-w3ls {
        font-size: 14px;
        padding: 14px 22px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 530px;
    }

    .wthree-bottom {
        max-width: 700px;
    }

    .agileits_works-grid1 {
        text-align: center;
    }

    h6.subheading-w3ls {
        font-size: 28px;
    }

    .map iframe {
        height: 350px;
    }
}

@media(max-width: 900px) {}

@media(max-width: 800px) {}

@media(max-width: 768px) {}

@media(max-width: 736px) {
    .header-w3layouts {
        padding: 0 1em;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 40px;
    }

    a.button-w3ls {
        font-size: 13px;
        padding: 13px 22px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 490px;
    }

    .banner-info_agile_w3ls {
        padding-top: 10em;
    }

    .box16 .box-content {
        bottom: 20%;
    }

    .main-banner-2 {
        min-height: 200px;
    }

    h6.subheading-w3ls {
        font-size: 26px;
    }

    .contact-agileits-w3layouts h5 {
        font-size: 18px;
    }

    .map iframe {
        height: 300px;
    }

    h4.contact-title {
        font-size: 22px;
    }

    .midd-contact h6 {
        font-size: 20px;
    }
}

@media(max-width: 667px) {}

@media(max-width: 640px) {
    h3.w3ls-title {
        font-size: 28px;
    }

    h6.subheading-w3ls {
        font-size: 22px;
    }
}

@media(max-width: 568px) {
    .banner-info_agile_w3ls {
        padding-top: 9em;
    }

    .box16 .box-content {
        margin-bottom: 40px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 470px;
    }

    ul.list-part li span {
        font-size: 40px;
    }

    .box16 .box-content,
    .box16:after {
        width: 67%;
        right: 0;
        margin: 0 auto;
    }

    .header {
        padding: 8px 0 !important;
    }

    #logo a {
        font-size: 30px;
    }

    .toggle {
        padding: 6px 10px;
        font-size: 14px;
    }

    .main-banner-2 {
        min-height: 160px;
    }
}

@media(max-width: 480px) {
    p {
        font-size: 14px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 34px;
    }

    .box16 .box-content,
    .box16:after {
        width: 81%;
    }

    nav a,
    .menu .toggle,
    nav ul ul li a {
        font-size: 13px;
    }

    .popup {
        margin: 4em 1em;
    }

    .contact-agileits-w3layouts h5 {
        font-size: 17px;
    }
}

@media(max-width: 440px) {
    .header-top_w3layouts {
        padding: 0;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }

    a.login-button-2 {
        font-size: 13px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 32px;
    }

    .banner-info_agile_w3ls {
        padding-top: 8em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 430px;
    }

    .callbacks_tabs {
        left: 42%;
    }

    .triple-sec h5 {
        font-size: 22px;
    }

    .triple-sec {
        padding: 2em !important;
    }

    li.style-bottom-w3 h4 {
        font-size: 28px;
    }

    h4.down-list-w3 {
        font-size: 28px;
    }

    a.some-small-btn {
        padding: 9px 26px;
    }

    .box16 .box-content,
    .box16:after {
        width: 90%;
    }

    a.button-w3ls {
        padding: 12px 14px;
    }
}

@media(max-width: 414px) {
    .top-right-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-top_w3layouts {
        padding: 0 .5em;
        flex: 0 0 50%;
        max-width: 50%;
    }

    a.navbar-brand {
        font-size: 30px;
    }

    .navbar-light .navbar-toggler {
        padding: 2px 8px;
    }

    .box16 .box-content,
    .box16:after {
        width: 95%;
    }
}

@media(max-width: 384px) {
    .w3ls_footer_grid_left1_pos ul li a {
        font-size: 13px;
    }

    .n-right-w3ls input[type="submit"],
    .n-right-w3ls input[type="email"] {
        font-size: 13px;
    }

    ul.list-part li i {
        font-size: 36px;
    }

    .box16 .box-content,
    .box16:after {
        width: 100%;
    }

    .box16 .box-content {
        bottom: 24%;
    }

    .n-right-w3ls button {
        font-size: 14px;
        padding: 15px 10px;
    }

    .main-banner-2 {
        min-height: 140px;
    }

    .popup {
        padding: 3em 1em 1.5em;
    }
}

@media(max-width: 375px) {
    .triple-sec h5 {
        font-size: 20px;
    }

    h3.w3ls-title {
        font-size: 24px;
    }

    h6.subheading-w3ls {
        font-size: 20px;
    }
}

@media(max-width: 320px) {
    h3.w3ls-title {
        font-size: 24px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 25px;
    }

    .banner-info_agile_w3ls {
        padding-top: 7em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        min-height: 360px;
    }

    .callbacks_tabs {
        left: 38%;
    }

    ul.list-part li i {
        font-size: 30px;
    }

    .n-right-w3ls input[type="submit"] {
        padding: 13px 5px;
    }

    .n-right-w3ls input[type="submit"],
    .n-right-w3ls input[type="email"] {
        font-size: 11px;
    }

    .n-right-w3ls input[type="email"] {
        padding: 13px;
    }

    p {
        font-size: 13px;
    }

    .box16 .box-content {
        bottom: 26%;
    }

    .n-right-w3ls button {
        font-size: 13px;
        padding: 13px 10px;
        letter-spacing: 1px;
    }

    ul.list-part li span {
        font-size: 32px;
    }

    .contact-agileits-w3layouts h5 {
        font-size: 16px;
    }

    h4.contact-title {
        font-size: 20px;
    }

    .form-bg-w3ls input[type="text"],
    .form-bg-w3ls input[type="email"],
    .form-control,
    .form-bg-w3ls textarea {
        padding: 11px 10px;
        font-size: 14px;
    }

    .form-bg-w3ls button {
        font-size: 14px;
    }
}

/* //responsive */
/* 自定义样式 */
.footer-link li a {
    display: inline-block;
    margin-left: 10px;
    color: #e9ecef;
}

.list-box {
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11);
}
.list-box:hover{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11);
    background-color: rgba(0, 0, 0, .03);
}

.list-box-thumbnail,
.list-box-thumbnail>img {
    height: 180px;
    width: 180px;
    min-width: 180px;
    display: block;
}

.list-box-body {
    margin-left: 1.5em !important;
}

.list-box-body>h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 20px;
}

.list-box-body>h4>a {
    color: #343a40;
}

.list-box-body>.seo_description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 90px;
}

.list-box-body>.tag {
    font-size: 15px;
    color: #999;
}

.list-box-body>.tag>a {
    color: #2196f3;
    display: inline-block;
    margin-left: 10px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.articl-tag>span {
    font-size: 15px;
    color: #999;
}

.articl-tag>a {
    margin-left: 10px;
    display: inline-block;
    color: #d84315;
    font-size: 15px;
}

.product-box>.card-header img {
    height: 240px;
}

.product-box .box-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-box>.card-body>p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 55px;
}

/* 产品详情 */
.product-detail .item {
    padding: 15px 0px 15px 0px;
}

.product-detail .top-des {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

.product-detail .top-des>h4,
.product-detail .top-des>h6 {
    color: #343a40;
}

.product-detail .item>h6 {
    line-height: 50px;
    background-color: #eee;
    color: #007ed2;
    padding: 0px 10px;
}

.product-detail .item>.item-body {
    padding: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

.product-detail table {
    width: 100%;
}

.product-detail table th,
.product-detail table td {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    border: 1px solid #ddd;
    padding: 5px;
}

/* 导航条 */
.yzz-nav {
    display: block;
}

.yzz-navbar-bg {
    background: #343a40;
}

.yzz-navbar-bg .yzz-nav>ul>li>a {
    color: #ffffff;
}

.top-logo button {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #f8f9fa;
    background-color: transparent;
    border: 1px solid #f8f9fa;
    display: none;
}

.yzz-navbar-bg .top-logo button {
    color: #4e4f50;
    border: 1px solid #4e4f50;
}

.yzz-nav>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #f8f9fa;
    letter-spacing: -.3333em;
    font-size: 0;
}

.yzz-nav>ul>li {
    display: inline-block;
    list-style: none;
}

.yzz-nav>ul>li>a {
    display: block;
    color: #f8f9fa;
    font-size: 13px;
    line-height: 71px;
    width: 80px;
    text-align: center;
}

.yzz-nav>ul>li.active>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;
    color: #ffffff;
    background: rgba(33, 150, 243, 1);
}

.yzz-nav>ul>li>a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #2196f3;
    background: #ffffff;
}

.yzz-nav>ul>li:hover>div {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: block;
}

.yzz-navbar-bg .sub-drop {
    box-shadow: 0 6px 6px rgba(136, 136, 136, .1);
    /* border-bottom: 1px solid rgba(136, 136, 136, .3); */
    z-index: 999;
}

.sub-drop {
    padding: 40px 0px;
    position: absolute;
    background-color: #ffffff;
    left: 0px;
    right: 0px;
    top: 70px;
    display: none;
}

.sub-drop h5 {
    color: #343a40;
}

.sub-drop .row {
    margin-left: 0px;
    margin-right: 0px;
}

.sub-drop ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
    list-style: none;
    border-left: 1px solid #ddd;
    min-height: 240px;

}

.sub-drop ul li {
    list-style: none;
    display: block;
}

.sub-drop ul span {
    font-size: 15px;
    line-height: 40px;
    display: block;
    color: #343a40;
    font-weight: 600;
}

.sub-drop ul li a {
    font-size: 13px;
    color: #4e4f50;
    line-height: 40px;
}

.sub-drop ul li a>.circle-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2196f3;
    margin-right: 15px;
}

.sub-drop ul li a:hover>i,
.sub-drop ul li a:hover {
    color: #d84315;
}

.nav-about>div>div>div>a {
    display: inline-block;
    color: #343a40;
    padding: 8px 12px;
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 5px;
    margin: 10px 0px;
}

.nav-about .nav-contact {
    margin-top: 10px;
}

.nav-about .nav-contact>span {
    color: #343a40;
}

.model-btn {
    margin: 15px 0px;
}

.model-img {
    text-align: center;
}

/* card */
.yzz-card>.card-header img {
    height: 240px;
}

.yzz-card>.card-body>p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 55px;
}

.yzz-card>.card-body>div>.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 首页分支机构 */
.filiale-index {
    background-color: #2196f3;
    padding: 30px 0px;
    width: 100%;
}

.filiale-index h5,
.filiale-index p {
    color: #f8f9fa;
}

.filiale-index p {
    padding: 10px 15px;
}

.filiale-index a {
    display: inline-block;
    margin-left: 20px;
    color: #f8f9fa;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
}

.filiale-index a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border: 1px solid #999;
}

.filiale-2 {
    margin: 10px 0px;
}

.filiale-2 h6 {
    color: #f8f9fa;
}

.filiale-2 p {
    padding: 10px 10px;
    line-height: 25px;
    height: 70px;
    color: #f8f9fa;
}

.filiale-2 p>i {
    margin-right: 10px;
}

a.btn_apt {
    display: inline-block;
    /* background: #d84315; */
    background: #2196f3;
    color: #fff;
    padding: 12px 40px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.yzz-footer .base-info h5,
.yzz-footer .base-info p {
    color: #f8f9fa;
}

.yzz-footer .map-info p {
    color: #f8f9fa;
}

.yzz-footer .map-info a {
    font-size: 13px;
    color: #ddd;
    display: block;
    line-height: 30px;
}

.yzz-footer .links-info {
    text-align: center;
    padding: 15px 0px;
}

.yzz-footer .links-info a {
    color: #999;
    margin-left: 10px;
}

.footer-address {
    display: none;
}

.mobile-tools {
    display: none;
    position: fixed;
    z-index: 998;
    width: 100%;
    bottom: 0px;
    background-color: #FFF;
    border-top: 1px solid #ddd;
}

.mobile-tools a {
    display: inline-block;
    font-size: 13px;
    color: #343a40;
    text-align: center;
    padding: 15px 0px;
    width: 49%;
}

.mobile-tools a:first-child {
    border-right: 1px solid #ddd;
}

.mobile-tools a>i {
    margin-right: 10px;
    font-size: 15px;
    color: #28a745;
}

.pc-tools {
    position: fixed;
    right: 30px;
    top: 50%;
    box-sizing: border-box;
    z-index: 999;
    height: 240px;
    width: 80px;
}

.pc-tools>div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pc-tools>div:hover {

    left: -50px;
}

.pc-tools>div:hover>.item-block {
    display: none;
}

.pc-tools>div:hover>.item-none {
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    display: block;
}

.pc-tools>.item-qq {
    top: 0px;
}

.pc-tools>.item-tel {
    top: 80px;
}

.pc-tools>.item-wx {
    top: 160px;
}

.pc-tools .item-block {
    width: 100%;
    height: 100%;
}

.pc-tools .item-none {
    display: none;
    width: 130px;
    height: 88px;
}

.pc-tools .item-block>div {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    height: 70px;
    padding: 10px 0px;
}

.pc-tools .item-block>div a {
    color: #f8f9fa;
    font-size: 12px;
}

.pc-tools .item-none>div {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    height: 70px;
    padding: 10px 0px;
}

.pc-tools .item-none>div a {
    color: #f8f9fa;
    font-size: 12px;
    line-height: 50px;
    display: block;
}

/* .pc-tools a {
    display: block;
    padding: 0px 10px;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 12px;
    color: #f8f9fa;
} */

.ishop-tools>div {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f8f9fa;
    color: #2196f3;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}



.cate-base,
.cate-solution,
.cate-solution ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.cate-solution>li>div {
    display: none;
}

.cate-solution>li.active>div {
    display: block;
}

.cate-solution>li>a {
    font-size: 15px;
    color: #002d28;
    line-height: 40px;
}

.cate-solution>li>div>ul {
    padding-left: 15px;
}

.cate-solution>li>div>ul>li>a {
    display: block;
    font-size: 13px;
    line-height: 30px;
}

.cate-base>li>a {
    display: block;
    font-size: 15px;
    color: #002d28;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cate-base>li>a.active,
.cate-base>li>a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #d84315;
    border: 1px solid #d84315;
}

.yzz-footer1 .footer-co>h1,
.yzz-footer1 .footer-co>h5 {
    color: #f8f9fa;
}

.yzz-footer1 .footer-co>p {
    color: #f8f9fa;
}

.yzz-footer1 .footer-co>div>a {
    display: inline-block;
    color: #f8f9fa;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #f8f9fa;
    margin-left: 20px;
}

.yzz-footer1 .footer-co>div>a>i {
    margin-right: 8px;
}

.yzz-footer1 .footer-co1 {
    padding: 10px 0px;
}

.yzz-footer1 .footer-co1>h6 {
    color: #f8f9fa;
    line-height: 40px;
}

.yzz-footer1 .footer-co1>p {
    color: #ccc;
}

.yzz-footer1 .footer-co1>p>i {
    margin-right: 5px;
}

.product-type>a {
    display: inline-block;
    color: #343a40;
    margin: 2px 4px;
    line-height: 30px;
}

.product-type>a.active {
    color: #007bff;
    border-bottom: 2px solid #686de0;
}

.yzz-services .title-top {
    color: #343a40;
    font-size: 26px;
    line-height: 70px;
    font-weight: 600;
    text-indent: auto;
}

.yzz-services .title-sub {
    font-weight: 600;
    text-indent: auto;
    color: #343a40;
}

.yzz-services p {
    text-indent: 2em;
}

.yzz-about p {
    text-indent: 2em;
}

.arctic-body p {
    text-indent: 2em;
}
.arctic-body img{
    max-width: 100%;
    height: auto;
}


.news-pn>ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.bg-body {
    background-color: rgba(0, 0, 0, 0.03);
}

.news-card {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11);
    padding: 10px 15px;
}

.widget {
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11);
    padding: 10px 15px;
}

.widget .title {
    position: relative;
}

.widget .title>a {
    color: #2196f3;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
}

.widget h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
    position: relative;
}



.widget h4::before {
    background: #2196f3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
}

.widget a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    font-size: 16px;
    color: #777;
}
.banner_w3lspvt .carousel-item>div {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
}

.banner_w3lspvt .carousel-item>div>h3 {
    font-size: 56px;
}

.banner_w3lspvt .carousel-item>div>h4 {
    font-size: 28px;
}

@media(max-width: 320px) {
    .list-box-thumbnail {
        display: none;
    }

    .list-box-body {
        margin-left: 0em !important;
    }

    .list-box-body>h4 {
        font-size: 18px;
    }

    .list-box-body>.seo_description {
        min-height: 70px;
    }

}

@media(max-width: 480px) {
    .banner_w3lspvt .carousel-item>img{
        height: 400px;
    }
    .banner_w3lspvt .carousel-item>div>h3 {
        font-size: 36px;
    }
    
    .banner_w3lspvt .carousel-item>div>h4 {
        font-size: 20px;
    }
    .top-logo img {
        height: 50px;
    }

    .top-logo button {
        display: block;
        color: #f8f9fa;
    }

    .yzz-navbar-bg .top-logo button {
        color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .yzz-nav {
        position: absolute;
        left: 0px;
        right: 0px;
        display: none;
        top: 66px;
        background: rgba(0, 0, 0, 0.8);
    }

    .yzz-nav>ul>li {
        display: block;
    }

    .yzz-navbar-bg .yzz-nav>ul>li>a {
        color: #e9ecef;
    }

    .yzz-navbar-bg .sub-drop {
        box-shadow: none;
    }

    .yzz-nav>ul>li>a {
        line-height: 35px;
        width: auto;
        text-align: left;
        padding: 0px 10px;
    }

    .yzz-nav>ul>li>div {
        position: relative;
        top: 0px;
    }

    .sub-drop {
        padding: 0px;
        background: transparent;
    }

    .sub-drop ul {
        border: none;
        min-height: auto;
    }

    .sub-drop ul span {
        line-height: 30px;
        font-size: 13px;
        color: #e9ecef;
    }

    .sub-drop ul li {
        list-style: none;
        display: inline-block;
        width: 49%;
    }

    .sub-drop ul li>a {
        color: #e9ecef;
        line-height: 30px;
    }

    .nav-about {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-about>div>h5 {
        font-size: 13px;
        font-weight: 500;
        color: #e9ecef;
        line-height: 30px;
    }

    .nav-about>div>div>div {
        display: inline-block;
        width: 49%;
    }

    .nav-about>div>div>div>a {
        border: none;
        padding: 0px;
        line-height: 30px;
        margin: 0px 0px 0px 10px;
        color: #e9ecef;

    }

    .nav-about .nav-contact>span {
        color: #e9ecef;
    }

    .filiale-index {
        display: none;
    }

    .footer-address {
        display: block;
    }

    .yzz-footer .map-info,
    .yzz-footer .links-info {
        display: none;
    }

    .mobile-tools {
        display: block;
    }

    .cate-solution>li>div>ul>li {
        display: inline-block;
        width: 49%;
    }

    .cate-base>li {
        display: inline-block;
    }

    .cate-base>li>a {
        margin-right: 10px;
        padding: 0px 15px;
    }

    .pc-tools {
        display: none;
    }

    .triple-sec {
        padding: 3rem 1rem;
    }

    .triple-sec .hot-img {
        right: 0px;
        bottom: 5%;
    }

    .triple-sec .hot-img img {
        width: 80%;
    }

    .yzz-footer1 .footer-co1 {
        padding: 5px 15px;
    }

    .yzz-footer1 .footer-co {
        text-align: center;
    }

    .yzz-footer1 .footer-co>div>a {
        display: none;
    }

    .widget {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 720px) {
    .list-box-thumbnail {
        display: none;
    }

    .list-box-body {
        margin-left: 0em !important;
    }

    .list-box-body>h4 {
        font-size: 18px;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .list-box-body>.seo_description {
        min-height: 70px;
    }
}

@media(max-width: 768px) {
    .banner_w3lspvt .carousel-item>img{
        height: 500px;
    }
    .banner_w3lspvt .carousel-item>div>h3 {
        font-size: 40px;
    }
    
    .banner_w3lspvt .carousel-item>div>h4 {
        font-size: 24px;
    }
    .yzz-nav>ul>li>a {
        width: 75px;
        padding: 0px 5px;
    }

    .sub-drop .row>div {
        padding: 0px;
    }

    .sub-drop>div {
        padding: 0px;
    }

    .sub-drop ul {
        padding: 0px 10px 0px 10px;
    }

    .sub-drop ul li a>.circle-icon {
        margin-right: 10px;
    }

}

@media (min-width: 992px) {
    .sub-drop .row>div {
        padding: 0px;
    }

    .sub-drop>div {
        padding: 0px;
    }

    .triple-sec {
        padding: 3rem 1rem;
    }

    .triple-sec .hot-img {
        right: 1rem;
        bottom: 5%;
    }

    .triple-sec .hot-img img {
        width: 80%;
    }
}

@media(min-width:1200px) {
    .triple-sec {
        padding: 3rem 1rem;
    }

    .triple-sec .hot-img {
        right: 5%;
        bottom: 5%;
    }
}