.footer {
    padding-top: 13px;
    padding-bottom: 13px;
}

div#footerconatiner {
    background-color: #DDEAFF;
    padding-bottom: 5px;
}

@media (min-width: 1050px) and (max-width: 1523px) {
    .videosecurity {
        text-align: center;
    }

    div#categories {
        width: 95% !important;
    }

    .selectcategories {
        width: 88% !important;
    }

}

.quickLinksCSS td a p {
    margin-bottom: 0px;
}

.selectcategories {
    color: black;
    width: 83%;
    margin: 0 auto;
    font-size: 22px;
}

.slideshow-container button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #e65204;
    border: none;
    padding: 4px 24px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
}

.videosecurity,
.pcdesktop,
.ftpclient,
.speechlaunguage,
.groupmanagement,
.lastproductsection {
    padding: 30px;
    display: flex;
    gap: 60px;

}

.lastproductsection {
    padding: 30px 0px 0px 0px;
}

.videosecurity h3,
.pcdesktop h3 {
    width: 90%;
    color: #004599;
    font-weight: 600;
}

.first,
.second,
.third {
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    cursor: pointer;
}

.lightboxContainer {
    position: relative;
}

.playbuttonimage {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -30px;
    opacity: 0.8;
    z-index: 1;
    top: 50%;
}


.productplayvideoimage {
    z-index: 0;
}

.lightboxContainer img {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lightboxContainer:hover .playbuttonimage {
    opacity: 1;
    transition-timing-function: ease-out;
    transform: scale(1.05);
    transition: 0.8s;
    animation: animateHeart;
}

.productinfo p {
    margin-top: 2px;
}

.product_div .product_list {
    padding: 0px !important;
}

.productdemointerface img {
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.productinfo {
    background: #fff;
    padding: 11px 16px 11px 16px;
    height: 127px;
    text-align: left;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.imgandhead {
    display: flex;
    gap: 16px;
    align-items: baseline;
    padding-bottom: 2px;
}

.first p,
.second p,
.third p {
    font-size: 15px;
}

div.producttittle h2 {
    color: #4d4949;
    font-weight: 600;
    font-size: 32px;
    margin-left: 16px;
}

div.producttittle {
    width: 95.5%;
    margin: 0 auto;
}

.textcontainer p {
    padding-top: 3px;
    color: #3c3b3b;
    font-size: 23px;
    font-weight: 600;
}

div#rcorners,
div#rcorners1,
div#rcorners2,
div#rcorners3 {
    background: #E4E7EF;
    padding: 40px 67px 10px 67px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.imgcontainer img {
    height: 45px;
}

div#rcorners1 {
    margin-top: 1%;
    background: #CAE5F8 !important;
}

div#rcorners2 {
    margin-top: 1%;
    background: #E4E7EF !important;
}

div#homesliderslides {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 21%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.newsoftwareupdates,
.activediscussions {
    text-align: center;
}

.activediscussions {
    margin-bottom: 60px;
}

.newsoftwareupdates h3,
.activediscussions h3 {
    font-size: 24px;
    color: black;
}

.softwarecategories p a {
    color: #e4dedee3;
}

.softwarecategories p a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;

}

.Support p {
    color: #e4dedee3;
}

.softwarecategories h3 {
    color: #ffffffec !important;
}

.Support h3 {
    color: #ffffffec !important;
}

.subscribenewsletter {
    background: #111111;
    color: #fff;
    text-align: center;
    padding: 70px 0px;

}

input#field {
    background: transparent;
    border: 1px solid #ffffffad;
    padding: 8px 0px 8px 24px;
    width: 22%;
    border-radius: 25px;
}

input#submit {
    background-color: #1473e6;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 25px;
}

.inputandbtn {
    display: flex;
    justify-content: center;
}

.tryforfree {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tryforfreecontent {
    float: left;
    position: absolute;
    display: flex;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

button.downloadnow {
    background: white;
    color: #121212;
    border: none;
    padding: 6px 30px;
    border-radius: 4px;
}

div.ProductIconOuterDiv table {
    width: 65%;
    margin: 0 auto;
    line-height: 27px;
    border-collapse: collapse !important;
}

.followsocialnetworks {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

div.ProductIconOuterDiv table tr {
    border-top: 0.1px solid rgb(129, 123, 123, 0.5);
    border-bottom: 0.1px solid rgb(129, 123, 123, 0.5);
    font-size: 18px;
    text-align: left;
}

div.ProductIconOuterDiv table tr td:last-child {
    text-align: right;
}

div.ProductIconOuterDiv table tr:first-child {
    border-top: none;
}

div.ProductIconOuterDiv table tr td {
    padding: 10px 0px;
}

div.ProductIconOuterDiv table tr td a {
    color: black;
}

div.ProductIconOuterDiv table tr td:nth-child(3) a {
    color: #6c5fff;
}

div.categories a {
    padding: 8px 13px;
    color: black;
    margin: 0px 8px 0px 8px;
    font-size: 1vw;
    text-decoration: none;
    width: 13%;
}

div#categories {
    justify-content: space-evenly;
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
}

div#categories div {
    background: rgb(223, 226, 255);
    height: 130px;
    border-radius: 25px;
    text-align: center;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: 0.1s;
    
}

div#categories div h4 {
    font-weight: 600;
}

div#categories div:hover {
    background: #b8c4fc;
}

div#categories div img {
    width: 43px;
    height: 43px;
    margin: 0 auto;
    display: block;
}

.seprate_catagories {
    padding-bottom: 36px;
    margin-left: -13px !important;
}

@media(max-width:1407px) {
    .seprate_catagories {
        padding-bottom: 14px;
    }

    .videosecurity div.first,
    .videosecurity div.second,
    .videosecurity div.third {
        width: 100%;
    }

    .videosecurity,
    .pcdesktop,
    .lastproductsection {
        padding: 0px;
        display: flex;
        margin: 13px;
        gap: 40px;
        justify-content: center;
    }

    .imgcontainer img {
        height: 38px;
        width: 38px;
        gap: 10px;
    }

    .imgandhead {
        align-items: baseline;
        gap: 10px;
    }

    .lastproductsection {
        margin: 0px;
    }

    div.producttittle {
        text-align: center;
        padding-bottom: 13px;
    }

    .inputandbtn {
        flex-direction: column;
        width: 60%;
        margin: 0 auto;
    }

    input#field {
        width: 100%;
    }

    div#rcorners4 div.lastproductsection {
        gap: 25px;
    }

    .pcdesktop div.first {
        width: 350px;
    }

    .pcdesktop div.second {
        width: 352px;
    }

    #documentmanagement div.first,
    #documentmanagement div.second,
    #groupmanagement div.first,
    #groupmanagement div.second {
        width: 34%;
    }

    .image-right-msr {
        max-width: 140% !important;
        margin-left: 0px !important;
    }

    .content_privacy_policy {
        width: 80% !important;
    }
}


.footerendsection {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;

}

.ver_min {
    display: none;
}

.footerendsection h3 {
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

div#rcorners4 div.lastproductsection {
    justify-content: center;
}

.grouplastsection {
    background: #E4E7EF !important;
    padding: 40px;
}

.lastdocumentmanagement {
    background: #E4E7EF !important;
    padding: 40px;
}

.suppportcategories,
.suppportcategories:hover {
    color: black;
}

.content_privacy_policy {
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    width: 60%;
    padding-top: 30px;
}

.content_privacy_policy ul {
    margin-top: 20px;
}

select::-webkit-scrollbar {
    width: 5px !important;
    background-color: #f3f4f5;
}

select::-webkit-scrollbar-thumb {
    background-color: #3c3b3bc0;
    border-radius: 20px;
}

.Common_submit_btn {
    justify-content: center;
    padding: 6px 38px 6px 38px;
    margin-top: 15px !important;
    margin-bottom: 100px !important;
    border: 1px solid rgb(0, 137, 191);
    ;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    font-size: 18px;
    color: rgb(0, 137, 191);
    ;
    background-color: white;
}

.Common_submit_btn:hover {
    color: rgb(0, 137, 191);
    ;
    background-color: rgba(0, 137, 191, 0.048);
    ;
    transition: 0.3s;
}

/* contact page */
.ContactUs_btn {
    justify-content: center;
    padding: 6px 48px 6px 48px;
    margin-top: 15px !important;
    margin-bottom: 100px !important;
    border: 1px solid rgb(0, 137, 191);
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    font-size: 18px;
    color: rgb(0, 137, 191);
    background-color: white;
    right: 0;
}

.ContactUs_btn:hover {
    color: rgb(0, 137, 191);
    background-color: rgba(0, 137, 191, 0.048);
    transition: 0.3s;
}

.ContactUsDiv {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 2%;
    padding: 1em;
}

.ContactUsform form {
    background-color: #ffffff;
}

.contact-wrapper {
    margin: auto 0;
}

.Contact_form-headline {
    color: #212d31;
    font-weight: 700;
    width: fit-content;
    font-size: 24px;
}

.hightlight-contact-info {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}

::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
}

.ContactUS-form-input:focus,
textarea:focus {
    outline: 1.5px solid #16bbe4;
}

.ContactUS-form-input,
textarea {
    width: 100%;
    border: 1.3pt solid #bdbdbd;
    border-radius: 5px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 1.2em;
    padding-right: 0.6em;
}

.ContactUsform {
    background: #ffffffd0;
    border-radius: 6px;
}

.ContactUSwrapper {
    background: #ffffffd0;
    border-radius: 6px;
}

.first:hover,
.second:hover,
.third:hover {
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 50%);
    background-color: #1473e600;
    border-radius: 13px;
}

.LastSection_productcard:hover {
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 50%);
    border-radius: 13px;
}

.LastSection_productcard {
    display: flex;
    flex-direction: column-reverse;
}

.textcontainer:hover {
    text-decoration: underline;
}

#first_grouplastsection,
#second_grouplastsection {
    box-shadow: none;
}

#third-img-msr:hover {
    box-shadow: none;
}


.ContactUsform label {
    display: block;
    color: #302f2f;
    font-size: 17px;
}

.ContactUsform p {
    margin: 0;
}

.full-width {
    grid-column: 1 / 3;
}
#error_contactus_msg{
    padding: 0px;
}

.invalid-feedback{
    position: absolute;
}

.error {
    color: #ec1c24;
}

.contactusdeskshareheadsection p a {
    color: RGB(5, 99, 193) !important;
    cursor: pointer;
}

.contactusdeskshareheadsection p a:hover {
    text-decoration: underline !important;
}

.contactus_contact_info {
    display: flex;
}

#message_field {
    margin-top: 16px;
}

.logo_black {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#lab_social_icon_footer p {
    color: #ffffffec !important;
}

@media (max-width: 540px) {

    .ContactUsDiv {
        padding-bottom: 80px;
    }

    #Postreply_btns {
        transform: scale(0.9);
    }

    .reply_postdate {
        flex-direction: column !important;
        align-items: start !important;
    }

    .email_field_support {
        margin-top: -18px !important;
    }

    .ContactUs_btn {
        margin-bottom: 0px !important;
    }

    .custom-select {
        width: 100% !important;
    }

    .User_information {
        flex-direction: column;
        gap: 5px !important;
    }

    #sub_info {
        width: 100% !important;
    }

    .Contact_information {
        flex-direction: column;
        gap: 0px !important;
    }

    .logo_black {
        gap: 10px !important;
    }

    #message_field {
        margin-top: 0px;
    }

    #ph_no_field {
        width: 100% !important;
        margin-top: -5px !important;
    }

    #select_product_info {
        width: 100% !important;
    }

    #email_field {
        width: 100% !important;
        margin-top: 0px !important;
    }

    #pro_details_label {
        margin-top: 0px !important;
    }

    .ContactUs_submit_Form {
        display: flex !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        flex-direction: column;
    }

    .Contact_product_info {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #ver_no_contactus label {
        padding-left: 10px;
    }

    p #productversion {
        width: 91% !important;
        margin-left: 10px;
    }

    .top_level_of_form {
        gap: 10px !important;
        display: flex !important;
        flex-direction: column;
        margin-top: 0px !important;
    }

    .top_level_of_form p {
        width: 100% !important;
        margin-top: 0px !important;
    }

    #Last_name_label {
        display: none;
    }

    #Last_name_label_p {
        margin-top: 8px;
    }

    .Contact_product_info {
        gap: 0px !important;
        flex-direction: column;
    }

    #Product_selection {
        width: 100% !important;
        margin-top: -25px !important;
    }

    #Product_selection select {
        width: 100% !important;
    }

    p #productversion {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #ver_no_contactus {
        width: 100% !important;
        margin-top: 20px;
    }

    #ver_no_contactus label {
        display: none;
    }

    .full-width {
        margin-top: -20px !important;
    }
}

.was-validated .form-control:valid {
    border-color: inherit;
}

.was-validated .form-control:valid:active {
    border-color: black;
}

.top_level_of_form {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.full-width label {
    margin-top: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    border: 1px solid rgb(94, 93, 93) !important;
    transition: background-color 1000s ease-in-out 0s;
}

.Contact_product_info {
    display: flex;
    width: 100%;
    gap: 20px;
}

.Contact_product_info p label {
    margin-top: 16px;
}

#Product_selection select {
    max-width: 100%;
}

.custom-select {
    background: #fff url(/static/dropdown.png) no-repeat right 0.35rem center !important;
    background-size: 23px !important;
}

p #productversion {
    width: 100%;
}

.Support p a {
    color: #e4dedee3 !important;
}

.Support p a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

#lab_social_icon_footer {
    align-items: center;
    flex-direction: column;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top: 25px;
    display: flex;
    margin-inline: auto;
  }
#lab_social_icon_footer p{
    color: #bdb9b9;
    font-size: 18px;
    font-weight: 600;
    margin: 0px !important;
    padding-bottom: 6px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

#lab_social_icon_footer a {
    color: #d3d1d1;
    height: 30px;
    font-size: 20px;
}

.icon_style img {
    width: 26px;
    margin-right: 21px;
}

.icon_style img:hover {
    transform: scale(1.2);
}

.home_categories {
    display: flex;
    gap: 12rem;
    ;
}

.usernameandpassword {
    width: 35%;
}

#submit_camera_request {
    display: flex;
    flex-direction: row-reverse;
}

#footer_dropdown {
    display: none !important;
}

@media (max-width: 630px) {
    .logo_black #deskshare_logo_img {
        display: none;
    }
    #see_all_features{
        padding-bottom: 20px;
    }
    #footer_dropdown {
        display: block !important;
    }

    .shutdown,
    #shutdown_languages,
    #shutdown_support {
        display: none;
        text-align: left !important;
    }

    #lab_social_icon_footer{
        padding-top: 0px !important;
    }

    .logo_black{
        margin: auto;
        margin-bottom: 115px !important;
    }

    .footerendsection {
        align-items: flex-start !important;
        width: 93% !important;
    }

    .home_categories {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .home_categories div {
        width: 100%;
        border-bottom: 1px #ffffff57 solid;
    }

    #mob_productinfo {
        height: fit-content;
    }

    .firstdetailssection,
    .usernameandpassword {
        padding: 40px 30px !important;
    }

    .User_information_cam_req {
        flex-direction: column;
    }

    .Contact_information_cam_req {
        flex-direction: column;
        gap: 0px !important;
        margin-bottom: 6px !important;
    }

    .Camera_information_cam_req {
        flex-direction: column;
    }

    #camera_ip input,
    #camera_port input {
        width: 100% !important;
    }

    #camera_model_div {
        margin-top: -14px;
    }

    .User_information_cam_req div {
        width: 100% !important;
    }

    .ipcamerabackgrounddiv input {
        width: 100% !important;
    }

    #ph_no_field_camreq {
        width: 100% !important;
    }

    .Email_field_camreq {
        width: 100% !important;
    }

    #Last_name_label_camreq {
        display: none;
    }

    #input-Last-name_camreq {
        margin-top: -12px;
    }

    .home_categories {
        /* display: flex !important; */
        align-items: flex-start;
        gap: 2rem !important;
        padding-bottom: 18px;
    }

    .footer {
        padding-top: 0px !important;
    }

    .footerendsection {
        display: flex;
        align-items: center;
        margin-bottom: -70px !important;
    }

    .icon_style img {
        margin-right: 20px !important;
    }

    /* Product pages */
    .third_div {
        padding: 0px 0px !important;
        margin-top: 0px !important;
    }

    .header_section_top,
    .corousel_btn_container {
        padding-left: 0px !important;
    }

    #column_div {
        gap: 0px !important;
    }

    .Screenshot_div_container {
        width: 100%;
        max-width: 280px;
    }

    #slideRight {
        margin-left: 276px !important;
    }

    .free_product_div {
        width: 100% !important;
        margin-top: 20px;
    }

    .buy_now_btn {
        flex-wrap: wrap;
    }

    #see_all_features {
        display: flex;
        font-weight: 600;
        justify-content: center;
    }

    #freebtn {
        width: 100% !important;
    }

}

@media (max-width: 1200px) {
    .more-info {
        margin-bottom: 100px !important;
    }

    .ipcamerabackgrounddiv {
        flex-direction: column;
        align-items: center;
    }

    .firstdetailssection {
        width: 100% !important;
    }

    .usernameandpassword {
        width: 80%;
    }

    .ContactUs_btn {
        color: white;
        background-color: #004599;
    }

    #submit_camera_request {
        display: flex;
        justify-content: center;
    }

    div#footerconatiner {
        padding-top: 10px;
    }

    .logo_black {
        display: flex;
        padding-top: 0px !important;
        border: none !important;
        padding-left: 0px !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .home_categories {
        display: flex;
        column-gap: 70px;
    }

    .footerendsection {
        display: flex;
        justify-content: space-around;
        gap: 15px;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
}

#phone_errors {
    display: block;
    color: #dc3545;
    margin-top: 3px;
    font-size: 12px;
}

.submitcamerarequestbtn {
    margin-bottom: 45px;
}

.OldVersionBox h1 {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-color: #7D7D7D !important;
    color: #c97c00 !important;
    font-size: 27px !important;
    padding-bottom: 10px !important;
    font-weight: 600;
}

.OldVersionBox {
    background-image: url(/images/ReviewPages/GradientBlueBackground.jpg);
    background-repeat: repeat-x;
    border: solid 0 #c6d9e5;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    margin: 0 auto;
    width: 90%;
    max-width: 1550px;
}

.ipcamerabackgrounddiv {
    color: black;
    vertical-align: middle;
    margin-bottom: 2%;
    border-radius: 10px;
    gap: 12px;
    display: flex;

}

.ipcamerabackgrounddiv div {
    background-color: #E2F0FF;
}

.ipcamerabackgrounddiv h2 {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-color: #7D7D7D !important;
    font-weight: bold;
    padding-bottom: 10px;
    color: black;
    font-size: 20px;
    opacity: 0.8;
}

.ipcamerabackgrounddiv input {
    width: 90%;
    padding: 8px 20px;
}

.ipcamerabackgrounddiv h3 {
    margin-top: 2%;
    margin-bottom: 16px;
}

.twoinputfieldsdiv {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.cameralogindetails input,
.cameralogindetails textarea {
    width: 100%;
    padding: 8px 20px;
    margin-bottom: 27px;
}

.cameralogindetails h3 {
    color: #232969;
}

.PrivacyPolicyBanner {
    background-color: black;
    color: white;
    font-size: 3rem;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.PrivacyPolicyBanner h1 {
    font-weight: 600;
    padding-left: 15px;
    font-size: larger;
    opacity: 0.95;
}

#privacy_policy_list li {
    margin-bottom: 8px !important;
}

#privacy_policy_list li:first-child {
    margin-top: -26px !important;
}

input::placeholder {
    opacity: 0.5 !important;
}

textarea::placeholder {
    opacity: 0.5 !important;
}

select {
    opacity: 0.5 !important;
}

.success-select {
    color: black;
    opacity: 0.8 !important;
}

.success-select_product {
    color: black;
    opacity: 0.8 !important;
    background-color: rgb(232, 240, 254) !important;
}

.active_product_cat{
    background-color: #b8c4fc !important;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 82%);
}