@media (min-width: 1170px) and (max-width: 1390px) {
    .header-3 .kode-navigation ul li a {
        padding: 30px 10px;
        font-size: 14px;
    }

    .header-3 .logo img {
        width: 200px;
    }

    .kode-banner .kode-caption-2 {
        width: 85%;
    }
}

@media (max-width: 1170px) {

    .header-3 .kode-navigation {
        display: none;
    }

    .header-3 .top-strip .social-icon a.emailinfo {
        display: none;
    }

    .header-3 .logo-container {
        padding: 20px;
        display: block;
        position: relative;
    }

    .header-3 .logo {
        float: left;
        /*border: 1px dashed #fff;*/
    }

    .header-3 .logo img {
        width: 200px;
        margin-top: -7px;
    }

    .header-3 .top-strip {
        float: right;
        width: auto;
        padding: 0 40px 0 0;
    }

    .header-3 .top-strip p:nth-child(1) {
        display: none;
    }

    .header-3 .social-icon {
        /*border: 1px dashed;*/
        margin: 0;
    }

    .header-3 .dl-menuwrapper {
        float: right;
        display: block;
        position: absolute;
    }

    .kode-banner .carousel-nav-next i, .kode-banner .carousel-nav-prev i {
        font-size: 24px;
    }

    /* banner caption*/
    .kode-banner .kode-caption-2 {
        width: 100%;
        height: auto;
        border: none;
        margin: 0;
        /*background-color: rgba(50, 181, 243, 0.49);*/
        padding: 20px;
        text-align: center;
    }
    .kode-caption-2-content {
        margin: 0;
        padding: 0;
        /*background-color: rgba(50, 181, 243, 0.63);*/
        /*padding: 10px;*/
    }

    .kode-banner .kode-caption-2 h2 {
        margin: 0;
    }


    .kode-caption-2 p {
        height: 60px !important;
        /*display: none;*/
    }

    .kode-banner .kode-caption-2 .caption-btns a {
        padding: 5px 10px;
        font-size:16px;
    }


    .page-title {
        padding: 150px 0 50px 0;
    }

}

@media (max-width: 992px) {

    .kode-caption-2 {
        background: none;
        border: none;
    }

    .kode-caption-2 p {
        /*display: none;*/
        font-size: 10px;
    }

    .parallax-container {
        height: 700px;
    }
    .gift-card-section .kode-gift-content {
        display: block;
        /*border: 1px dashed;*/
    }

    .gift-card-section .kode-gift:first-child {

        margin: 0 0 20px 0;
    }

    .gift-card-section .kode-gift:first-child:after {
        content: "";
        height: 3px;
        width: 100%;
        background-color:rgba(255,255,255,0.2);
        position: absolute;
        left: 0;
        top: calc(100% + 10px);

    }

    .gift-card-section .kode-gift:before{
        right: calc(100%  + 1px);
        content: "\f060";
        border-radius:50% 0 0 50%;
        height: 30px;
        width: 30px;
        padding-top: 3px;
        font-size: 14px;
    }

    .gift-card-section .container:nth-child(2) {
        padding: 0 0 0 30px;

    }
}

@media (max-width: 554px) {
    .section-head p {
        font-size: 14px;
    }
    .section-head h2 {
        font-size: 20px;
    }

    .section-head p {
        font-size: 13px;
    }

    .card .card-content .card-title {
        font-size: 15px;
    }

    .card .card-content p {
        font-size: 13px;
    }
    /*------------------*/
    /* banner-main*/
    /*------------------*/

    #main-banner .kode-caption-2 {
        width: 100%;
        color: #fff;
        height: 115px;
        z-index: 10;
        bottom: -100%;
    }

    .kode-caption-2 .kode-caption-2-content h2 {
        font-size: 12px !important;

    }

    .kode-caption-2 .kode-caption-2-content p {
        font-size: 11px !important;
        line-height: 10px;
        height: 30px !important;

    }

    #main-banner .kode-caption-2 .caption-btns a {
        padding: 1px 10px;
        font-size: 10px;
    }

    header.header-3 {
        position: static;
    }

    .header-3 .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .header-3 .logo-container {
        padding: 20px 15px;
        background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    }

    .header-3 .top-strip {
        display: none;
    }

    .header-3 .logo img {
        width: 160px;
        margin-top: 1px;
    }

    .page-title {
        padding: 30px 0 30px 0;
    }

    .kode-blog-list .kode-thumb {
        width: 100%;
        float: none;
    }
    .kode-blog-list .kode-text {
        width: 100%;

    }

    .gift-card-section .kode-gift h2 {
        font-size: 15px;
    }
    .gift-card-section .kode-gift ol li,.gift-card-section .kode-gift p {
        font-size: 13px;
    }

    .lib-categories-content-wrapper ul {
        margin: 0 !important;
    }

    .tabs {
        height: 60px;

    }
    .tabs .tab {
        line-height: 40px;
    }
    .lib-categories-section a.next , .lib-categories-section a.prev {
        top: 80px;
        z-index: 2;
        border-bottom: 5px solid #000000;
        height: 50px;
        line-height: 49px;

    }
    .lib-categories-section a.next{
        border-right: 5px solid #000000;
    }

    .lib-categories-section a.prev{
        border-left: 5px solid #000000;

    }

    .lib-categories-section a.next i , .lib-categories-section a.prev i {
        font-size: 15px;
}




}



