.individual-detail a {
    text-decoration: none !important;
    color: inherit !important;
}

.word-break {
    word-break: break-all;
}

body {
    background-color: #ffffff;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #333333;
}

h3 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

p {
    color: #000;
}

.map-box #googleMap {
    width: 100%;
    height: 460px;
}

.wrapper {
    padding: 35px 0;
}

    .wrapper .sidebar .right-icon {
        border: none;
        background: none;
        cursor: pointer;
        float: right;
    }

    .wrapper .right-icon .icon-bar {
        width: 35px;
        display: block;
        background: #212529;
        height: 3px;
        margin-bottom: 5px;
        transition: all 0.4s ease-in;
    }

    .wrapper .right-icon:hover .icon-bar:nth-child(2) {
        transform: translateX(8px);
    }

    .wrapper .sidebar ul {
        padding: 0;
        margin: 0;
    }

    .wrapper ul li {
        list-style: none;
        height: 45px;
        line-height: 2;
    }

        .wrapper ul li a {
            color: #fff;
            font-size: 16px;
        }

    .wrapper .sidebar .close-bar:nth-child(1) {
        transform: rotate(40deg);
        position: relative;
        top: 20px;
    }

    .wrapper .sidebar .close-bar {
        display: block;
        height: 2px;
        width: 30px;
        background: #fff;
    }

        .wrapper .sidebar .close-bar:nth-child(2) {
            transform: rotate(-40deg);
            position: relative;
            bottom: -17px;
        }

    .wrapper .logo {
        text-align: center !important;
        width: 26em;
    }

        .wrapper .logo img {
            width: 200px;
        }

    .wrapper .close-icon {
        cursor: pointer;
        display: block;
        height: 50px;
        float: right;
    }

    .wrapper .menu-item {
        background: rgba(0, 0, 0, 0.9);
        height: 100%;
        padding: 30px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: all 0.6s ease-in-out;
        width: 445px;
        z-index: 999;
    }

        .wrapper .menu-item.open {
            transform: translateX(0px);
        }

.contentSection {
    padding: 40px 0;
}

    .contentSection .text-box {
        margin: 15px 0 45px;
        max-width: 29em;
        text-align: center;
    }

        .contentSection .text-box p {
            font-size: 22px;
        }

        .contentSection .text-box h3 {
            font-size: 38px;
        }

    .contentSection .title {
        text-align: left;
        font-size: 21px;
        letter-spacing: 0.5px;
    }

    .contentSection .detail-box li {
        padding: 0 32px 25px 55px;
        font-size: 22px;
        text-align: left;
        list-style: none;
    }

    .contentSection li .icon-box {
        position: absolute;
        left: 0;
    }

    .contentSection .detail-btn-box li {
        list-style: none;
    }

        .contentSection .detail-btn-box li:nth-child(1) {
            margin-top: 60px;
        }

        .contentSection .detail-btn-box li .btn {
            background: #000;
            color: #fff;
            display: block;
            height: 65px;
            margin-bottom: 15px;
            text-transform: capitalize;
            line-height: 52px;
            font-size: 20px;
            border-radius: 15px;
            transition: all 0.4s ease-in-out;
        }

            .contentSection .detail-btn-box li .btn:hover {
                color: #000;
                background: #92AECE;
            }

    .contentSection .socail-icon {
        padding: 35px 0;
        border-top: 2px solid #f2f3f8;
        margin: 60px 0;
        border-bottom: 2px solid #f2f3f8;
    }

    .contentSection .sIcon:hover {
        background: #92AECE;
        color: #fff !important;
        border: 4px solid #92AECE;
    }

    .contentSection .sIcon {
        display: block;
        width: 80px;
        height: 80px;
        font-size: 46px;
        text-align: center;
        margin: 0 65px;
        border-radius: 50%;
        border: 4px solid #312c30;
        color: #312c30;
        line-height: 1.6;
        transition: all 0.4s ease-in-out;
    }

    .contentSection .facebook {
        border-color: #245a9b;
        color: #245a9b;
    }

        .contentSection .facebook:hover {
            color: #245a9b;
        }

    .contentSection .socail-icon li {
        display: inline-block;
    }

iframe {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .wrapper .menu-item {
        width: 335px;
    }
}


@media screen and (max-width: 1199px) {

    .contentSection .img-box img {
        width: 100%;
        max-width: 100%;
    }

    .contentSection .text-box p {
        font-size: 20px;
    }

    .contentSection .detail-box li {
        font-size: 20px;
    }

    .contentSection .sIcon {
        margin: 0 50px;
    }

    .contentSection .text-box h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 991px) {
    .wrapper .logo {
        width: 13em;
    }

        .wrapper .logo img {
            width: 160px;
        }

    .contentSection .title {
        font-size: 18px;
    }

    .contentSection .text-box h3 {
        font-size: 25px;
    }

    .contentSection .text-box p {
        font-size: 16px;
    }

    .contentSection .detail-box li {
        font-size: 16px;
    }

    .contentSection .socail-icon {
        margin: 20px 0 50px;
        padding: 25px 0;
        text-align: center;
    }

    .contentSection .sIcon {
        width: 70px;
        height: 70px;
        font-size: 35px;
        margin: 0 30px;
        line-height: 1.8;
    }

    .map-box #googleMap {
        width: 100%;
        height: 360px;
    }
}


@media screen and (max-width: 767px) {
    .wrapper .logo {
        width: 10em;
    }

    .wrapper ul li a {
        font-size: 13px;
    }

    .wrapper .menu-item {
        width: 280px;
    }

    .wrapper {
        padding: 30px 0 10px;
    }

        .wrapper .logo img {
            width: 135px;
        }

    .contentSection .img-box img {
        max-width: 200px;
    }

    .contentSection .title {
        font-size: 14px;
    }

    .map-box img {
        max-width: 185px;
    }

    .contentSection .text-box {
        max-width: 14em;
    }

        .contentSection .text-box h3 {
            font-size: 18px;
        }

        .contentSection .text-box p {
            font-size: 12px;
        }

    .contentSection .detail-box li {
        padding: 0 0 18px 25px;
        font-size: 14px;
    }

    .contentSection .detail-btn-box li .btn {
        height: 42px;
        margin-bottom: 10px;
        line-height: 2.0;
        font-size: 14px;
        width: 251px;
    }

    .contentSection li .icon-box img {
        max-width: 18px;
    }

    .contentSection .sIcon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin: 0 21px;
        line-height: 2.1;
        border-width: 2px;
    }

        .contentSection .sIcon:hover {
            border: 2px solid #000;
        }

    .contentSection .socail-icon {
        margin: 20px 0 35px;
    }

    .contentSection .socail-icon {
        padding: 15px 0;
        border-top: 1px solid #f2f3f8;
        margin: 20px 0 35px;
        border-bottom: 1px solid #f2f3f8;
    }

    .barcode-box img {
        max-width: 190px;
    }

    .contentSection .detail-btn-box li:nth-child(1) {
        margin-top: 40px;
    }

    .map-box #googleMap {
        width: 250px;
        height: 240px;
    }

    .box {
        float: right;
    }

    .contentSection .detail-btn-box li .btn {
        background: #000;
        color: #fff;
        display: block;
        height: 40px;
        margin-bottom: 15px;
        text-transform: capitalize;
        line-height: 28px;
        font-size: 16px;
        border-radius: 15px;
        transition: all 0.4s ease-in-out;
    }
}

@media screen and (max-width: 575px) {
    #googleMap {
        max-width: 200px;
    }

    .wrapper .logo {
        width: 6em;
    }

    .wrapper {
        padding: 15px 10px;
    }

        .wrapper .logo img {
            width: 100px;
        }

        .wrapper .right-icon .icon-bar {
            width: 28px;
            height: 2px;
            margin-bottom: 4px;
        }

        .wrapper ul li a {
            font-size: 8px;
        }

        .wrapper ul li {
            list-style: none;
            height: 30px;
            line-height: 2;
        }

        .wrapper .menu-item {
            width: 321px;
        }

        .wrapper .sidebar .close-bar {
            display: block;
            height: 2px;
            width: 20px;
        }

    .contentSection {
        padding: 15px 10px;
    }

        .contentSection .img-box img {
            max-width: 220px;
        }

        .contentSection .text-box {
            margin: 8px 0 25px;
        }

        .contentSection .text-box {
            max-width: 15em;
        }

            .contentSection .text-box h3 {
                font-size: 16px;
                margin-bottom: 4px;
            }

            .contentSection .text-box p {
                font-size: 10px;
            }

        .contentSection .title {
            font-size: 12px;
            margin-bottom: 6px;
        }

    .map-box img {
        max-width: 115px;
    }

    .contentSection li .icon-box img {
        max-width: 15px;
    }

    .contentSection .detail-box li {
        padding: 0 0 10px 25px;
        font-size: 12px;
    }

    .contentSection .detail-btn-box li .btn {
        height: 35px;
        margin-bottom: 5px;
        line-height: 1.8;
        font-size: 12px;
        width: 219px;
    }

    .contentSection .detail-btn-box li:nth-child(1) {
        margin-top: 15px;
    }

    .contentSection .sIcon {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin: 0 22px;
        border-width: 1px;
        line-height: 35px;
    }

        .contentSection .sIcon:hover {
            border: 1px solid #000;
        }

    .contentSection li .icon-box {
        left: 20px;
    }

    .contentSection .socail-icon {
        padding: 12px 0;
        margin: 10px 0 20px;
    }

    .barcode-box img {
        max-width: 115px;
    }

    .map-box #googleMap {
        width: 220px;
        height: 235px;
    }
}


@media screen and (max-width: 480px) {
    .individual-detail ul li {
        padding-left: 20px !important;
    }

    .wrapper .right-icon .icon-bar {
        margin-bottom: 3px;
    }

    .box {
        float: right;
    }

    .contentSection .img-box img {
        max-width: 99px;
    }

    .contentSection .text-box {
        /*max-width: 7em;*/
    }

        .contentSection .text-box h3 {
            font-size: 14px;
        }

        .contentSection .text-box p {
            font-size: 10px;
        }

    .contentSection .title {
        font-size: 10px;
    }

    .map-box #googleMap {
        margin-left: 12px;
        width: 120px;
        height: 170px;
    }

    .contentSection .detail-btn-box li .btn {
        height: 28px;
        line-height: 1.4;
        font-size: 9px;
        width: 120px;
    }

    .contentSection li .icon-box img {
        max-width: 12px;
    }

    .contentSection .detail-box li {
        padding: 0 0 10px 12px;
        font-size: 8px;
    }

    .contentSection .sIcon {
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin: 0 12px;
        border-width: 1px;
        line-height: 23px;
    }
}
