/* master css */
.submitted-custom-footer{
    color: #9e9e9e;
    font-size: 18px;
    margin-top: -33px;
    display: none;
}
.submitted-custom-footer p{
    text-align: center;
    margin-top: 16px;
    font-weight: bold;
}
.header{
    .dropdown-content{
        .dropdown-anchor{
            margin-bottom:5px;
        }
    }
}
.made_by_ting_sec{
    .linkedin_img{
        border-radius: 10%; 
        background-color: white;
    }
}
.td_img{
    height: 30px;
        }

.card-body{
    #admin-datatable{
        .nowrap_td{
            white-space: nowrap;
            .form_style{
                display: inline;
            }
        }
    }
}
.nav-item{
    #logout-form{
        display: none;
    }
}
.color_white{
    color: #fff;
}
.brand-link{
    .brand-image{
        opacity: .8
    }
}
#metaTagForm{
    #og_image_preview{
        max-width: 100%; height: auto;
    }
    #successMessage{
        display: none; color: green;
    }
}
.inline_css{
    .thumbnail{
        width:30%;
    }
}
.company_map{
    iframe{
        border:0;
    }
}
#g_captcha{
    #error_label{
        color: red;
    }
}
.input_group_inline_css{
    select{
        display:block !important;
    }
}
#logout_form{
    display: none;
}
.no_result_inline{
    display:none;
}
.disclaimer_list_inline{
    p{
        font-size:20px !important; line-height:40px !important;
        strong{
            font-weight:bold;
        }
    }
}
.iframe_inline{
    display:none;visibility:hidden;
}
/* master end */

/* contact page and index start */
.submitted-custom{
    color:#668871;
    font-size: 18px;
    display: none;
}
.submitted-custom p{
    text-align: center;
    margin-top: 16px;
    font-weight: bold;
}
@media (max-width: 520px){
#contact_page .next_prev{
    margin-top: 10px;
}
}

#index_page .say_hello .hello_image .play_btn.team-video-play-btn {
    border: 0;
    padding: 0;
    background: transparent;
}

#index_page .say_hello .hello_image .play_btn.team-video-play-btn img {
    display: block;
    width: 100%;
    height: auto;
}

/* contact page and index end */

/* start ohm page*/

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

/* end ohm page */
.parent-container {
    text-align: center;
}