body {
    font-family: 'Overpass', sans-serif;
    background-color: #f5f5f5;
}

@font-face {
    font-family: Overpass-Black;
    src: url(../fonts/Overpass-Black.ttf);
}

@font-face {
    font-family: Overpass-BlackItalic;
    src: url(../fonts/Overpass-BlackItalic.ttf);
}

@font-face {
    font-family: Overpass-Bold;
    src: url(../fonts/Overpass-Bold.ttf);
}

@font-face {
    font-family: Overpass-BoldItalic;
    src: url(../fonts/Overpass-BoldItalic);
}

@font-face {
    font-family: Overpass-ExtraBold;
    src: url(../fonts/Overpass-ExtraBold.ttf);
}

@font-face {
    font-family: Overpass-ExtraBoldItalic;
    src: url(../fonts/Overpass-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: Overpass-ExtraLight;
    src: url(../fonts/Overpass-ExtraLight.ttf);
}

@font-face {
    font-family: Overpass-ExtraLightItalic;
    src: url(../fonts/Overpass-ExtraLightItalic.ttf);
}

@font-face {
    font-family: Overpass-Italic;
    src: url(../fonts/Overpass-Italic.ttf);
}

@font-face {
    font-family: Overpass-Light;
    src: url(../fonts/Overpass-Light.ttf);
}

@font-face {
    font-family: Overpass-ExtraLightItalic;
    src: url(../fonts/Overpass-LightItalic.ttf);
}

@font-face {
    font-family: Overpass-Regular;
    src: url(../fonts/Overpass-Regular.ttf);
}

@font-face {
    font-family: Overpass-SemiBold;
    src: url(../fonts/Overpass-SemiBold.ttf);
}

@font-face {
    font-family: Overpass-SemiBoldItalic;
    src: url(../fonts/Overpass-SemiBoldItalic.ttf);
}

@font-face {
    font-family: Overpass-Thin;
    src: url(../fonts/Overpass-Thin.ttf);
}

@font-face {
    font-family: Overpass-ThinItalic;
    src: url(../fonts/Overpass-ThinItalic.ttf);
}

.nav_main {
    background-color: #ffffff;
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0;
}

.nav_main .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.nav_main .nav-link {
    color: #8c8c8c;
    font-size: 14px;
    font-family: Overpass-Regular;
    padding-right: 18px !important;
    padding-left: 18px !important;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 2;
    position: relative;
}

.nav_main .navbar-toggler {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 10px;
}

.navbar-toggler .fa-bars {
    color: #000;
    vertical-align: middle;
}

.nav_main .navbar-toggler:focus {
    outline: 0;
}

.nav_main .navbar-nav .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #1c75bc;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav_main .navbar-nav .nav-link.active:after {
    width: 100%;
}

@media (max-width:767px) {
    .nav_main .navbar-nav .nav-link.active:after {
        width: 0;
    }
}

.nav_main .navbar-nav .nav-link:hover:after {
    width: 100%;
}

.slider_main {
    height: 450px;
    background: linear-gradient(to right, #006f9d, #033e72);
    position: relative;
}

.mini-pad-slider-bg {
    background: url(../images/mini-pad-slider-bg.png) no-repeat center center;
    background-size: cover;
}

.nfc-diamond-tag-bg {
    background: url(../images/NFC-Diamond-slider-bg.png) no-repeat center center;
    background-size: cover;
}

.nfc-jewellery-tag-bg {
    background: url(../images/NFC-jewellery-slider-bg.png) no-repeat center center;
    background-size: cover;
}

.slider_main h1 {
    color: #ffffff;
    font-size: 24px;
    font-family: Overpass-SemiBold;
    margin-bottom: 25px;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
}

.slider_main p {
    color: #ffffff;
    font-size: 16px;
    font-family: Overpass-Regular;
    margin-bottom: 0;
}

.slider_main .btn {
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-family: Overpass-Regular;
    padding: 10px 40px;
}

.slider_main .btn:focus {
    box-shadow: none;
}

.slider_main .btn:hover {
    color: #006d9b;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.slider_main .contain_main {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.owl-carousel .owl-item img {
    display: inline-block !important;
    width: initial !important;
}

.owl-carousel1 {
    margin-top: 78px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px 2px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #3389ae !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px !important;
    background: #ffffff !important;
}

.owl-dots button:focus {
    outline: 0;
}

.nfc_intro_main {
    padding-top: 50px;
    padding-bottom: 35px;
    background-color: #ffffff;
}

.nfc_intro_main h1 {
    color: #323232;
    font-size: 22px;
    font-family: Overpass-Regular;
    margin-bottom: 25px;
}

.nfc_intro_main p {
    color: #6e6e6e;
    font-family: Overpass-Regular;
}

.nfc_intro_main p:last-child {
    margin-bottom: 0;
}

.product_main .detail_div_1 {
    background-color: #03518f;
    padding-top: 50px;
    padding-bottom: 30px;
}

.product_main .detail_div_1 label {
    background-color: #ffffff;
    border: 8px solid #1c6197;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.product_main .detail_div_1 label img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_main .detail_div_1 h1 {
    color: #ffffff;
    font-size: 20px;
    font-family: Overpass-Bold;
    margin-bottom: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.product_main .detail_div_1 p {
    color: #d2d2d2;
    font-size: 16px;
    font-family: Overpass-Bold;
    margin-bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.product_main .detail_div_1:hover h1.ds-product-name,
.product_main .detail_div_1:hover p.ds-product-dis,
.product_main .detail_div_2:hover h1.ds-product-name,
.product_main .detail_div_2:hover p.ds-product-dis {
    transform: translateY(50%);
    opacity: 0;
}

.product_main .detail_div_2 {
    background-color: #025791;
    padding-top: 50px;
    padding-bottom: 30px;
}

.product_main .detail_div_2 label {
    background-color: #ffffff;
    border: 8px solid #1c6197;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.product_main .detail_div_2 label:hover {
    box-shadow: 0 0 30px #000;
}

.product_main .detail_div_2 label img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_main .detail_div_2 h1 {
    color: #ffffff;
    font-size: 20px;
    font-family: Overpass-Bold;
    margin-bottom: 16px;
}

.product_main .detail_div_2 p {
    color: #d2d2d2;
    font-size: 16px;
    font-family: Overpass-Bold;
    margin-bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.product_main .detail_div_1 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: linear-gradient(-180deg, rgba(2, 87, 145, 0.8), rgba(0, 0, 0, 0.8));
}

.product_main .detail_div_1:hover .overlay {
    opacity: 1;
}

.product_main .detail_div_1 .overlay .overlay_detail {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.product_main .detail_div_1 .overlay .overlay_detail h1 {
    color: #ffffff;
    font-size: 24px;
    font-family: Overpass-Bold;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.product_main .detail_div_1 .overlay .overlay_detail p {
    color: #d2d2d2;
    font-size: 16px;
    font-family: Overpass-Bold;
    margin-bottom: 16px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    transform: translateY(30%);
}

.product_main .detail_div_1 .overlay .overlay_detail .btn {
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-family: Overpass-Regular;
    padding: 10px 40px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    transform: translateY(30%);
}

.product_main .detail_div_1:hover .overlay_detail h1,
.product_main .detail_div_1:hover .overlay_detail p,
.product_main .detail_div_1:hover .overlay_detail .btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.product_main .detail_div_1 .overlay .overlay_detail .btn:focus {
    box-shadow: none;
}

.product_main .detail_div_1 .overlay .overlay_detail .btn:hover {
    color: #006d9b;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.product_main .detail_div_2 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: linear-gradient(-180deg, rgba(2, 87, 145, 0.8), rgba(0, 0, 0, 0.8));
}

.product_main .detail_div_2:hover .overlay {
    opacity: 1;
}

.product_main .detail_div_2 .overlay .overlay_detail {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.product_main .detail_div_2 .overlay .overlay_detail h1 {
    color: #ffffff;
    font-size: 24px;
    font-family: Overpass-Bold;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.product_main .detail_div_2 .overlay .overlay_detail p {
    color: #d2d2d2;
    font-size: 16px;
    font-family: Overpass-Bold;
    margin-bottom: 16px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    transform: translateY(30%);
}

.product_main .detail_div_2 .overlay .overlay_detail .btn {
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-family: Overpass-Regular;
    padding: 10px 40px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    transform: translateY(30%);
}

.product_main .detail_div_2:hover .overlay_detail h1,
.product_main .detail_div_2:hover .overlay_detail p,
.product_main .detail_div_2:hover .overlay_detail .btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.product_main .detail_div_2 .overlay .overlay_detail .btn:focus {
    box-shadow: none;
}

.product_main .detail_div_2 .overlay .overlay_detail .btn:hover {
    color: #006d9b;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.parallax_main {
    background-image: url(../images/parallax_bg.jpg);
    height: 440px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.parallax_main .parallax_sub {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.parallax_main .parallax_sub h1 {
    color: #ffffff;
    font-size: 32px;
    font-family: Overpass-Bold;
    margin-bottom: 40px;
}

.parallax_main .parallax_sub p {
    color: #ffffff;
    font-size: 14px;
    font-family: Overpass-Regular;
    margin-bottom: 40px;
}

.parallax_main .parallax_sub p:last-child {
    margin-bottom: 0;
}

.parallax_main .parallax_sub .text_main {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.aboutus_main {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 15px;
}

.aboutus_main h1 {
    color: #323232;
    font-size: 32px;
    font-family: Overpass-Bold;
    margin-bottom: 30px;
}

.aboutus_main p {
    color: #6d6d6d;
    font-size: 14px;
    font-family: Overpass-SemiBold;
    margin-bottom: 0;
    word-spacing: 3px;
}

.testimonial_main {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial_main h1 {
    color: #323232;
    font-size: 32px;
    font-family: Overpass-Bold;
    margin-bottom: 20px;
}

.testimonial_main .box_main {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial_main .box_main h1 {
    color: #5a5a5a;
    font-size: 20px;
    font-family: Overpass-Bold;
    margin-bottom: 0;
}

.testimonial_main .box_main p {
    color: #b4b4b4;
    font-size: 14px;
    font-family: Overpass-SemiBold;
    margin-bottom: 0;
}

.testimonial_main .box_main .div_1 {
    display: inline-block;
}

.testimonial_main .box_main .div_2 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
}

.testimonial_main .box_main .div_3 p {
    color: #6e6e6e;
    font-size: 14px;
    font-family: Overpass-SemiBold;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    height: 125px;
}

.testimonial_main .box_main .div_4 .fa-star {
    color: #e9e9e9;
}

.testimonial_main .box_main .div_4 .checked {
    color: #ffc315;
}

.testimonial_main .owl-dots {
    display: none;
}

.testimonial_main .owl-nav {
    display: none;
}

.subscribe_main {
    background: linear-gradient(#006f9d, #025791);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    z-index: 1
}

.subscribe_main h1 {
    color: #ffffff;
    font-size: 24px;
    font-family: Overpass-Bold;
    margin-bottom: 15px;
}

.subscribe_main p {
    color: #ffffff;
    font-size: 16px;
    font-family: Overpass-SemiBold;
    margin-bottom: 20px;
}

.subscribe_main .form-control {
    border-radius: 50px;
    padding: 10px 15px;
    border: 0;
    display: inline-block;
    width: 70%;
}

.subscribe_main .form-control:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.subscribe_main .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a0a0a0;
    font-style: italic;
}

.subscribe_main .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #a0a0a0;
    font-style: italic;
}

.subscribe_main .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #a0a0a0;
    font-style: italic;
}

.subscribe_main .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #a0a0a0;
    font-style: italic;
}

.subscribe_main .btn {
    color: #ffffff;
    background: #3cdecb;
    border-radius: 50px;
    font-size: 14px;
    font-family: Overpass-ExtraBold;
    padding: 10px 15px;
    margin-left: 7px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.subscribe_main .btn:focus {
    box-shadow: none;
}

.subscribe_main .btn:hover {
    box-shadow: 0px 15px 10px -8px rgba(0, 0, 0, 0.5);
}

.footer_main {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ccc;
    padding-top: 175px;
    padding-bottom: 20px;
}

.footer_main img {
    padding-bottom: 35px;
}

.footer_main ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer_main ul a:hover {
    text-decoration: none;
}

.footer_main ul li ul li {
    display: inline-block;
}

.footer_main h1 {
    color: #464646;
    font-size: 18px;
    font-family: Overpass-Bold;
    margin-bottom: 14px;
}

.footer_main h2 {
    color: #787878;
    font-size: 16px;
    font-family: Overpass-SemiBold;
    margin-bottom: 16px;
    line-height: 1.4;
}

.footer_main h3 {
    color: #787878;
    font-size: 14px;
    font-family: Overpass-Bold;
    margin-bottom: 16px;
}

.footer_main p {
    color: #787876;
    font-size: 16px;
    font-family: Overpass-Bold;
    margin-bottom: 5px;
    cursor: pointer;
}

.footer_main h4 {
    color: #464646;
    font-size: 18px;
    font-family: Overpass-Bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.footer_main .fab {
    color: #787878;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_main .fab:hover {
    color: #1c75bc;
}

.last_div {
    background-color: #ebebeb;
    padding-top: 13px;
    padding-bottom: 13px;
}

.last_div p {
    color: #787878;
    font-size: 16px;
    font-family: Overpass-SemiBold;
    margin: 0;
    text-align: center;
}

.subscribe_area {
    margin-top: -135px;
}

.product_detail_main {
    padding-top: 50px;
    padding-bottom: 30px;
}

.product_detail_main h1 {
    color: #323232;
    font-family: Overpass-Bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.product_detail_main .box_main {
    margin-bottom: 50px;
    text-align: center;
}

.product_detail_main .box_main p {
    color: #5a5a5a;
    font-family: Overpass-Regular;
    font-size: 16px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product_detail_main h2 {
    color: #323232;
    font-family: Overpass-Bold;
    font-size: 28px;
    margin-bottom: 32px;
}

.product_detail_main ul {
    padding-left: 10px;
    list-style-type: none;
}

.product_detail_main ul li {
    color: #464646;
    font-family: Overpass-Regular;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.product_detail_main ul li:after {
    content: "";
    background-color: #464646;
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.product_detail_main .img_bg {
    background-color: #ffffff;
    border-radius: 5px;
    height: 302px;
}

.product_detail_main .img_bg .owl-dots {
    display: none;
}

.product_detail_main .product_details {
    background-color: #ffffff;
    padding-top: 35px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.product_detail_main .product_details h3 {
    color: #323232;
    font-family: Overpass-Bold;
    font-size: 24px;
    margin-bottom: 25px;
}

.product_detail_main .product_details ul {
    padding-left: 10px;
    list-style-type: none;
}

.product_detail_main .product_details ul li {
    color: #464646;
    font-family: Overpass-Regular;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.product_detail_main .product_details ul li:after {
    content: "";
    background-color: #464646;
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

@media (min-width:320px) and (max-width:575px) {
    .slider_main img {
        margin: 50px 0;
    }
    .nfc_intro_main img {
        margin: 0 auto;
        display: block;
        padding-bottom: 50px;
    }
    .aboutus_main img {
        margin: 0 auto;
        display: block;
        padding-top: 10px;
    }
    .testimonial_main .box_main .div_2 {
        text-align: center;
        padding-left: 0;
        padding-top: 15px;
    }
    .subscribe_main .form-control {
        width: 100%;
    }
    .subscribe_main .btn {
        margin-left: 0;
        margin-top: 10px;
    }
    .nav_main .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: .5rem 1rem;
        line-height: 1.5;
    }
    .nav_main .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
    }
    .nav_main {
        padding: .5rem 1rem;
    }
    .product_detail_main .box_main {
        margin-bottom: 20px;
    }
    .product_detail_main h1 {
        margin-bottom: 40px;
    }
    .product_detail_main h2 {
        margin-top: 30px;
    }
    .testimonial_main .box_main .div_3 p {
        height: auto;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .slider_main img {
        margin: 50px 0;
    }
    .nfc_intro_main img {
        margin: 0 auto;
        display: block;
        padding-bottom: 50px;
    }
    .aboutus_main img {
        margin: 0 auto;
        display: block;
        padding-top: 10px;
    }
    .subscribe_main .form-control {
        width: 100%;
    }
    .subscribe_main .btn {
        margin-left: 0;
        margin-top: 10px;
    }
    .nav_main .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: .5rem 1rem;
        line-height: 1.5;
    }
    .nav_main .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
    }
    .nav_main {
        padding: .5rem 1rem;
    }
    .product_detail_main .box_main {
        margin-bottom: 20px;
    }
    .product_detail_main h1 {
        margin-bottom: 40px;
    }
    .product_detail_main h2 {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .nav_main .navbar-nav .nav-link:after {
        position: static;
        bottom: 0;
    }
    .slider_main .contain_main {
        top: 15px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
    .subscribe_main h1 {
        font-size: 18px;
    }
    .subscribe_main p {
        font-size: 14px;
    }
    .testimonial_main h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .aboutus_main h1 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .parallax_main .parallax_sub h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .slider_main {
        height: 550px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .aboutus_main img {
        margin: 0 auto;
        display: block;
        padding-top: 10px;
    }
    .product_detail_main .box_main {
        margin-bottom: 20px;
    }
    .product_detail_main h1 {
        margin-bottom: 40px;
    }
    .product_detail_main h2 {
        margin-top: 30px;
    }
}

@media (max-width:575px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        margin-top: 0 !important;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
    }
}

@media (min-width:576px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        max-width: 540px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        margin-top: 0 !important;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
    }
}

@media (min-width:768px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        max-width: 720px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        margin-top: 0 !important;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
    }
}

@media (min-width:992px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        max-width: 960px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        margin-top: 0 !important;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
    }
}

@media (min-width:1200px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        max-width: 1140px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        margin-top: 0 !important;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
    }
}
