.row {
    margin: 0px;
}

.col-6 {
    padding: 0px;
}

section#about p.about-para {
    width: 95%;
    margin: auto;
}

section#about {
    padding: 110px 0px 70px 0px;
    position: relative;
}

/* --- domecameraone  */
section#domecameraone {
    position: relative;
}

section#domecameraone h1 {
    font-size: 40px;
    font-family: Poppins-Semibold;
    text-align: center;
    color: #0c121c;
}

section#domecameraone .domecamera {
    padding: 50px 0px 80px 0px;
}

section#domecameraone .domecamera__inside {
    background-color: #f2f2f2;
    padding: 60px 65px 75px 65px;
    border-radius: 60px;
}

section#domecameraone .domecamera__inside h2 {
    font-size: 34px;
    font-family: Poppins-Semibold;
    color: #0c121c;
    line-height: 34px;
}

section#domecameraone .domecamera_right {
    display: flex;
    justify-content: center;
}

section#domecameraone .row {
    margin-top: 30px;
}

section#domecameraone li.qam {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #0c121c;
    border-bottom: 1px solid #adaeb1;
    list-style: none;
    padding: 12px 0px;
    width: 70%;
    display: flex;
}

.domecamera_rightimg.office {
    height: 300px;
}

.domecamera_rightimg.office img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.owl__domecameraone h5 {
    text-align: center;
    margin-top: 40px;
    font-family: Poppins-Semibold;
}

.owl__domecameraone.office .owl-nav button.owl-next,
.owl__domecameraone.office .owl-nav button.owl-prev {
    width: 26px;
    height: 26px;
    border: solid 1px #da281e !important;
    background-color: #da281e !important;
    color: #ffffff !important;
    border-radius: 50%;
    outline: none;
    margin: 5px;
}

section#domecameraone span.right-caret {
    color: #da281e;
    margin-right: 10px;
}

/* section#domecameraone .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#domecameraone .owl-next:hover {
    border: solid 1px #0c121c;
    background-color: transparent;
    color: #0c121c;
}

section#domecameraone .owl-prev:hover {
    border: solid 1px #0c121c;
    background-color: transparent;
    color: #0c121c;
}

section#domecameraone .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#domecameraone .owl-nav {
    display: flex;
    justify-content: start;
    gap: 5px;
} */

/* domecameratwo  */
section#domecameratwo {
    background-color: #0c121c;
}

section#domecameratwo .domecamera__inside {
    padding: 80px 65px 60px 65px;
    border-radius: 60px;
}

section#domecameratwo .domecamera__inside h2 {
    font-size: 34px;
    font-family: Poppins-Semibold;
    color: #ffffff;
    line-height: 34px;
}

section#domecameratwo .domecamera_right {
    display: flex;
    justify-content: center;
}

section#domecameratwo .row {
    margin-top: 30px;
}

section#domecameratwo li.qam {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
    border-bottom: 1px solid #adaeb1;
    list-style: none;
    padding: 12px 0px;
    width: 70%;
    display: flex;
}

section#domecameratwo span.right-caret {
    color: #da281e;
    margin-right: 10px;
}

section#domecameratwo .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#domecameratwo .owl-next:hover {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
}

section#domecameratwo .owl-prev:hover {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
}

section#domecameratwo .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#domecameratwo .owl-nav {
    display: flex;
    justify-content: start;
    gap: 5px;
}

/* --- bulletcamera  */
section#bulletcameraone {
    position: relative;
    padding-top: 100px;
}

section#bulletcameraone h1 {
    font-size: 40px;
    font-family: Poppins-Semibold;
    text-align: center;
    color: #0c121c;
}

section#bulletcameraone .bulletcamera {
    padding: 50px 0px 80px 0px;
}

section#bulletcameraone .bulletcamera__inside {
    background-color: #f2f2f2;
    padding: 60px 65px 75px 65px;
    border-radius: 60px;
}

section#bulletcameraone .bulletcamera__inside h2 {
    font-size: 34px;
    font-family: Poppins-Semibold;
    color: #0c121c;
    line-height: 34px;
}

section#bulletcameraone .bulletcamera_right {
    display: flex;
    justify-content: center;
}

section#bulletcameraone .row {
    margin-top: 30px;
}

section#bulletcameraone li.qam {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #0c121c;
    border-bottom: 1px solid #adaeb1;
    list-style: none;
    padding: 12px 0px;
    width: 70%;
    display: flex;
}

section#bulletcameraone span.right-caret {
    color: #da281e;
    margin-right: 10px;
}

section#bulletcameraone .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#bulletcameraone .owl-next:hover {
    border: solid 1px #0c121c;
    background-color: transparent;
    color: #0c121c;
}

section#bulletcameraone .owl-prev:hover {
    border: solid 1px #0c121c;
    background-color: transparent;
    color: #0c121c;
}

section#bulletcameraone .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#bulletcameraone .owl-nav {
    display: flex;
    justify-content: start;
    gap: 5px;
}

/* bullettwo   */
section#bulletcameratwo {
    background-color: #0c121c;
}

section#bulletcameratwo .bulletcamera__inside {
    padding: 90px 65px 85px 65px;
    border-radius: 60px;
}

section#bulletcameratwo .bulletcamera__inside h2 {
    font-size: 34px;
    font-family: Poppins-Semibold;
    color: #ffffff;
    line-height: 34px;
}

section#bulletcameratwo .bulletcamera_right {
    display: flex;
    justify-content: center;
}

section#bulletcameratwo .row {
    margin-top: 30px;
}

section#bulletcameratwo li.qam {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
    border-bottom: 1px solid #adaeb1;
    list-style: none;
    padding: 12px 0px;
    width: 70%;
    display: flex;
}

section#bulletcameratwo span.right-caret {
    color: #da281e;
    margin-right: 10px;
}

section#bulletcameratwo .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#bulletcameratwo .owl-next:hover {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
}

section#bulletcameratwo .owl-prev:hover {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
}

section#bulletcameratwo .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#bulletcameratwo .owl-nav {
    display: flex;
    justify-content: start;
    gap: 5px;
}

/* bulletthree   */
section#bulletcamerathree {
    background-color: #da281e;
}

section#bulletcamerathree .bulletcamera__inside {
    padding: 120px 65px 85px 65px;
    border-radius: 60px;
}

section#bulletcamerathree .bulletcamera__inside h2 {
    font-size: 34px;
    font-family: Poppins-Semibold;
    color: #ffffff;
    line-height: 34px;
}

section#bulletcamerathree .bulletcamera_right {
    display: flex;
    justify-content: center;
}

section#bulletcamerathree .row {
    margin-top: 30px;
}

section#bulletcamerathree li.qam {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
    border-bottom: 1px solid #adaeb1;
    list-style: none;
    padding: 12px 0px;
    width: 70%;
    display: flex;
}

section#bulletcamerathree span.right-caret {
    color: #ffffff;
    margin-right: 10px;
}

section#bulletcamerathree .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #0c121c;
    background-color: #0c121c;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#bulletcamerathree .owl-next:hover {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
}

section#bulletcamerathree .owl-prev:hover {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
}

section#bulletcamerathree .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #0c121c;
    background-color: #0c121c;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#bulletcamerathree .owl-nav {
    display: flex;
    justify-content: start;
    gap: 5px;
}

/* --- wifione  */
section#wificameraone {
    position: relative;
    padding-top: 100px;
}

section#wificameraone h1 {
    font-size: 40px;
    font-family: Poppins-Semibold;
    text-align: center;
    color: #0c121c;
}

section#wificameraone .wificamera {
    padding: 50px 0px 80px 0px;
}

section#wificameraone .wificamera__inside {
    background-color: #f2f2f2;
    padding: 60px 65px 75px 65px;
    border-radius: 60px;
}

section#wificameraone .wificamera__inside h2 {
    font-size: 34px;
    font-family: Poppins-Semibold;
    color: #0c121c;
    line-height: 34px;
}

section#wificameraone .wificamera_right {
    display: flex;
    justify-content: center;
}

section#wificameraone .row {
    margin-top: 30px;
}

section#wificameraone li.qam {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #0c121c;
    border-bottom: 1px solid #adaeb1;
    list-style: none;
    padding: 12px 0px;
    width: 70%;
    display: flex;
}

section#wificameraone span.right-caret {
    color: #da281e;
    margin-right: 10px;
}

section#wificameraone .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#wificameraone .owl-next:hover {
    border: solid 1px #0c121c;
    background-color: #0c121c;
}

section#wificameraone .owl-prev:hover {
    border: solid 1px #0c121c;
    background-color: #0c121c;
}

section#wificameraone .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#wificameraone .owl-nav {
    display: flex;
    justify-content: start;
    gap: 5px;
}

/* --- wifionetwo  */
section#wificameratwo {
    position: relative;
    /* padding-top: 100px; */
}

section#wificameratwo h1 {
    font-size: 40px;
    font-family: Poppins-Semibold;
    text-align: center;
    color: #0c121c;
}

section#wificameratwo .wificamera {
    padding: 0px 0px 120px 0px;
}

section#wificameratwo .wificamera__inside {
    background-color: #f2f2f2;
    padding: 60px 65px 75px 65px;
    border-radius: 60px;
}

section#wificameratwo .wificamera__inside h2 {
    font-size: 34px;
    font-family: Poppins-Semibold;
    color: #0c121c;
    line-height: 34px;
}

section#wificameratwo .wificamera_right {
    display: flex;
    justify-content: center;
}

section#wificameratwo .row {
    margin-top: 30px;
}

section#wificameratwo li.qam {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #0c121c;
    border-bottom: 1px solid #adaeb1;
    list-style: none;
    padding: 12px 0px;
    width: 70%;
    display: flex;
}

section#wificameratwo span.right-caret {
    color: #da281e;
    margin-right: 10px;
}

section#wificameratwo .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#wificameratwo .owl-next:hover {
    border: solid 1px #0c121c;
    background-color: #0c121c;
}

section#wificameratwo .owl-prev:hover {
    border: solid 1px #0c121c;
    background-color: #0c121c;
}

section#wificameratwo .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: solid 1px #da281e;
    background-color: #da281e;
    color: #ffffff;
    border-radius: 200px;
    outline: none;
    margin: 0px;
}

section#wificameratwo .owl-nav {
    display: flex;
    justify-content: start;
    gap: 5px;
}

#domecameraone ul.nav-pills {
    display: flex;
    justify-content: center;
}

#domecameraone ul.nav-pills li {
    margin-right: 20px;
}

#domecameraone ul.nav-pills li a:hover,
#domecameraone ul.nav-pills li a.active {

    color: white;
    text-align: center;
    margin: 0px auto;
    background-color: #da281e;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 30px;
    border: solid 2px #da281e;
}

#domecameraone ul.nav-pills li a {
    font-size: 18px;
    font-family: Poppins-Bold;
    text-align: center;

    width: 205px;
    height: 45px;
    color: #0c121c;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 30px;
    border: solid 2px #da281e;

}

@media(max-width:1300px) {
    section#about p.about-para {
        width: 100%;
        margin: auto;
    }

}

@media(max-width:1200px) {
    section#about p.about-para br {
        display: none;
    }

    section#domecameraone li.qam br {
        display: none;
    }

    section#domecameratwo li.qam br {
        display: none;
    }

    section#bulletcameraone li.qam br {
        display: none;
    }

    section#bulletcameratwo li.qam br {
        display: none;
    }

    section#bulletcamerathree li.qam br {
        display: none;
    }
}

@media(max-width:990px) {
    section#domecameraone .row {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 30px;
    }

    section#domecameraone .row .col-6 {
        max-width: 100%;
    }

    section#domecameraone .domecamera__inside h2 {
        font-size: 34px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        line-height: 34px;
        padding-bottom: 35px;
        text-align: center;
    }

    section#domecameraone li.qam {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #0c121c;
        border-bottom: 1px solid #adaeb1;
        list-style: none;
        padding: 12px 0px;
        width: 100%;
        display: flex;
    }

    section#domecameraone .owl-nav {
        /* display: flex;
        justify-content: center; */
        gap: 5px;
    }

    section#domecameratwo .row {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 30px;
    }

    section#domecameratwo .row .col-6 {
        max-width: 100%;
    }

    section#domecameratwo .domecamera__inside h2 {
        padding-bottom: 35px;
        text-align: center;
    }

    section#domecameratwo li.qam {
        width: 100%;
    }

    section#domecameratwo .owl-nav {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    section#bulletcameraone .row {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 30px;
    }

    section#bulletcameraone .col-6 {
        max-width: 100%;
    }

    section#bulletcameraone .bulletcamera__inside h2 {
        font-size: 34px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        line-height: 34px;
        text-align: center;
        padding-bottom: 35px;
    }

    section#bulletcameraone li.qam {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #0c121c;
        border-bottom: 1px solid #adaeb1;
        list-style: none;
        padding: 12px 0px;
        width: 100%;
        display: flex;
    }

    section#bulletcameraone .owl-nav {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    section#bulletcameratwo .bulletcamera__inside h2 {
        font-size: 34px;
        font-family: Poppins-Semibold;
        color: #ffffff;
        line-height: 34px;
        text-align: center;
        padding-bottom: 30px;
    }

    section#bulletcameratwo .row {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 30px;
    }

    section#bulletcameratwo .col-6 {
        max-width: 100%;
    }

    section#bulletcameratwo li.qam {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #ffffff;
        border-bottom: 1px solid #adaeb1;
        list-style: none;
        padding: 12px 0px;
        width: 100%;
        display: flex;
    }

    section#bulletcameratwo .owl-nav {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    section#bulletcamerathree .bulletcamera__inside h2 {
        font-size: 34px;
        font-family: Poppins-Semibold;
        color: #ffffff;
        line-height: 34px;
        text-align: center;
        padding-bottom: 30px;
    }

    section#bulletcamerathree .row {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 30px;
    }

    section#bulletcamerathree .col-6 {
        max-width: 100%;
    }

    section#bulletcamerathree li.qam {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #ffffff;
        border-bottom: 1px solid #adaeb1;
        list-style: none;
        padding: 12px 0px;
        width: 100%;
        display: flex;
    }

    section#bulletcamerathree .owl-nav {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    section#wificameraone .wificamera__inside h2 {
        font-size: 34px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        line-height: 34px;
        text-align: center;
        padding-bottom: 30px;
    }

    section#wificameraone .row {
        margin-top: 30px;
        gap: 30px;
        flex-direction: column-reverse;
    }

    section#wificameraone .col-6 {
        max-width: 100%;
    }

    section#wificameraone li.qam {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #0c121c;
        border-bottom: 1px solid #adaeb1;
        list-style: none;
        padding: 12px 0px;
        width: 100%;
        display: flex;
    }

    section#wificameraone .owl-nav {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    section#wificameratwo .wificamera__inside h2 {
        font-size: 34px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        line-height: 34px;
        text-align: center;
        padding-bottom: 30px;
    }

    section#wificameratwo .row {
        margin-top: 30px;
        gap: 30px;
        flex-direction: column-reverse;
    }

    section#wificameratwo .row .col-6 {
        max-width: 100%;
    }

    section#wificameratwo li.qam {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #0c121c;
        border-bottom: 1px solid #adaeb1;
        list-style: none;
        padding: 12px 0px;
        width: 100%;
        display: flex;
    }

    section#wificameratwo .owl-nav {
        display: flex;
        justify-content: center;
        gap: 5px;
    }
}

@media(max-width:700px) {
    section#domecameraone .domecamera__inside {
        background-color: #f2f2f2;
        padding: 60px 30px;
        border-radius: 10px;
    }

    section#domecameratwo .domecamera__inside {
        padding: 60px 30px;
        border-radius: 10px;
    }

    section#bulletcameraone {
        position: relative;
        padding-top: 80px;
    }

    section#bulletcameraone .bulletcamera__inside {
        background-color: #f2f2f2;
        padding: 60px 30px;
        border-radius: 10px;
    }

    section#bulletcameratwo .bulletcamera__inside {
        padding: 60px 30px;
        border-radius: 10px;
    }

    section#bulletcamerathree .bulletcamera__inside {
        padding: 60px 30px;
        border-radius: 10px;
    }

    section#wificameraone {
        position: relative;
        padding-top: 80px;
    }

    section#wificameraone .wificamera__inside {
        background-color: #f2f2f2;
        padding: 60px 30px;
        border-radius: 10px;
    }

    section#wificameratwo .wificamera__inside {
        background-color: #f2f2f2;
        padding: 60px 30px;
        border-radius: 10px;
    }

    section#wificameraone .wificamera {
        padding: 60px 0px;
    }

    section#wificameratwo .wificamera {
        padding: 0px 0px 80px 0px;
    }

    section#bulletcameraone .bulletcamera {
        padding: 60px 0px;
    }

    section#domecameraone .domecamera {
        padding: 60px 0px;
    }
}

@media(max-width:600px) {
    section#about h2.about-title {
        text-align: center;
        font-size: 35px;
        font-family: 'Poppins-SemiBold';
        color: #0c121c;
    }

    section#domecameraone h1 {
        font-size: 35px;
        font-family: Poppins-Semibold;
        text-align: center;
        color: #0c121c;
    }

    section#domecameraone .domecamera__inside h2 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        padding-bottom: 35px;
        text-align: center;
    }

    section#domecameratwo .domecamera__inside h2 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        color: #ffffff;
    }

    section#bulletcameraone h1 {
        font-size: 35px;
        font-family: Poppins-Semibold;
        text-align: center;
        color: #0c121c;
    }

    section#bulletcameraone .bulletcamera__inside h2 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        text-align: center;
        padding-bottom: 35px;
    }

    section#bulletcameratwo .bulletcamera__inside h2 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        color: #ffffff;
        text-align: center;
        padding-bottom: 30px;
    }

    section#bulletcamerathree .bulletcamera__inside h2 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        color: #ffffff;
        line-height: 34px;
        text-align: center;
        padding-bottom: 30px;
    }

    section#wificameraone h1 {
        font-size: 35px;
        font-family: Poppins-Semibold;
        text-align: center;
        color: #0c121c;
    }

    section#wificameraone .wificamera__inside h2 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        line-height: 34px;
        text-align: center;
        padding-bottom: 30px;
    }

    section#wificameratwo .wificamera__inside h2 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        color: #0c121c;
        line-height: 34px;
        text-align: center;
        padding-bottom: 30px;
    }

    section#domecameraone .row .domecamera_rightimg {
        width: 60%;
        margin: auto;
    }

    section#domecameraone .row .domecamera_rightimg img {
        width: 100%;
    }

    section#domecameratwo .row .domecamera_rightimg {
        width: 60%;
        margin: auto;
    }

    section#domecameratwo .row .domecamera_rightimg img {
        width: 100%;
    }

    section#bulletcameraone .row .bulletcamera_rightimg {
        width: 70%;
        margin: auto;
    }

    section#bulletcameraone .row .bulletcamera_rightimg img {
        width: 100%;
    }

    section#bulletcameratwo .row .bulletcamera_rightimg {
        width: 70%;
        margin: auto;
    }

    section#bulletcameratwo .row .bulletcamera_rightimg img {
        width: 100%;
    }

    section#bulletcamerathree .row .bulletcamera_rightimg {
        width: 70%;
        margin: auto;
    }

    section#bulletcamerathree .row .bulletcamera_rightimg img {
        width: 100%;
    }

    section#wificameraone .row .wificamera_rightimg {
        width: 70%;
        margin: auto;
    }

    section#wificameraone .row .wificamera_rightimg img {
        width: 100%;
    }

    section#wificameratwo .row .wificamera_rightimg {
        width: 70%;
        margin: auto;
    }

    section#wificameratwo .row .wificamera_rightimg img {
        width: 100%;
    }
}

@media(max-width:500px) {
    section#about h2.about-title {
        text-align: center;
        font-size: 30px;
        font-family: 'Poppins-SemiBold';
        color: #0c121c;
    }

    section#domecameraone .domecamera {
        padding: 40px 0px 0px 0px;
    }

    section#domecameratwo .domecamera__inside h2 br {
        display: none;
    }

    section#bulletcameraone .bulletcamera {
        padding: 40px 0px;
    }

    section#bulletcameraone .bulletcamera__inside h2 br {
        display: none;
    }

    section#domecameraone .container-new-big {
        padding: 0 0px;
    }

    section#bulletcameraone .container-new-big {
        padding: 0 0px;
    }

    section#bulletcameratwo .container-new-big {
        padding: 0 0px;
    }

    section#bulletcamerathree .container-new-big {
        padding: 0 0px;
    }

    section#domecameratwo .container-new-big {
        padding: 0 0px;
    }

    section#wificameraone .container-new-big {
        padding: 0 0px;
    }

    section#wificameratwo .container-new-big {
        padding: 0 0px;
    }

    section#bulletcameratwo .bulletcamera__inside h2 br {
        display: none;
    }

    section#bulletcamerathree .bulletcamera__inside h2 br {
        display: none;
    }

    section#wificameraone .wificamera__inside h2 br {
        display: none;
    }

    section#wificameratwo .wificamera__inside h2 br {
        display: none;
    }

    section#bulletcameraone .bulletcamera {
        padding: 40px 0px 0px 0px;
    }

    section#wificameraone .wificamera {
        padding: 40px 0px 0px 0px;
    }

    section#wificameratwo .wificamera {
        padding: 0px 0px 0px 0px;
    }

    #domecameraone ul.nav-pills li a {
        width: 150px;
        font-size: 15px;
    }

    section#domecameraone .domecamera__inside {
        padding: 30px 30px 60px;
        border-radius: 10px;
    }

    #domecameraone ul.nav-pills {
        margin-top: 60px;
    }
}