.our_mission {
position: relative;
}
.our_mission:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/Divi-child/images/geometrys.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 10% -3px!important;
    background-size: 40% !important;
    opacity: 0.4;
    top: 0;
}

.watch_box .et_pb_column {
    display: inline-block;
    float: none;
}
.watch_box {
    text-align: center;
        display: block;
}
.meet_area span.et_pb_image_wrap {
    padding-top: 5px;
    padding-left: 12px;
}
.vncmeet .et_pb_column:before {
    content: '';
    position: absolute;
    width: 32.3%;
    height: 137%;
    z-index: 4;
    border-radius: 0 80% 0 0;
    top: -24%;
}
.product_video{
box-shadow: 0 16px 24px 0 rgba(7, 29, 51, 0.2), 0 12px 12px 0 rgba(7, 29, 51, 0.1);

}
/*.vncmeet:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000);
opacity: .4;
    z-index: 3;
    top: 0;
}*/
/*.our_mission_top:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/Divi-child/images/product_bg_csts.svg);
    top: -42px;
    right: -8%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 70%;
}*/
.product_video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.vncmeet_red .et_pb_column:before {
    background-color: #f24336;
}
.vncmeet_blue .et_pb_column:before {
    background-color: #6358c7;
}
.vncmeet_blue_cst .et_pb_column:before {
    background-color: #24a3e3;
}
.Services_live .btn-xs, .Services_live .btn-xs:hover {
    font-size: 12px !important;
    padding: 6px 69px !important;
}
.btn-xs:before,.btn-xs:after{
    display: none;
}
.vncmeet h2{
  padding-bottom: 0px; 
    font-size: 6.5vw;
}
.our_mission_top {
    padding-bottom: 0px !important;
}
.download_live ul,.product-included ul{
    list-style-type: none;
    padding: 0;
}
.vncmeet{ 
    overflow: hidden;
}
.products-table tr:hover {
    background-color: #f7f8fa;
}
.download_live ul li,.product-included li {
    display: inline-block;
    margin-right: 30px;
        position: relative;
}
.product-included li a img{
width: 72px;
}
.download_live ul li a {
    display: block;
    width: 120px;
    height: 120px;
    padding: 20px;
     border: solid 1px #fff;
    border-radius: 50%;
}
.download_live span img {
    box-shadow: 0 1px 4px 0 rgb(7 29 51 / 20%), 0 0 1px 0 rgb(7 29 51 / 20%);
    padding:11px 11px 10px 10px;
    border-radius: 50%;
    opacity: 0;
    width: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
        bottom: 0;
}
.tooltip_live {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
   left: 22px;
}

.tooltip_live .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: rgb(19 19 19 / 90%);
    color: #eaeef2;
    text-align: left;
    border-radius: 8px;
    padding: 24px;
    position: absolute;
    z-index: 1;
    top: 80%;
    font-weight: normal;
    left: 50%;
    transform: translate(-50%, 9%);
    font-size: 12px;
    line-height: 16px;
}
.et-zoom-in.et_pb_image:hover img,
.et-zoom-in .et_pb_image_wrap:hover img,
.et-zoom-in a:hover img {
    transform: scale(1.05); 
    transition: all 2s 0s ease;
}
.et-zoom-in,
.et-zoom-in a {
    overflow: hidden;
}
.et-zoom-in.et_pb_image img,
.et-zoom-in .et_pb_image_wrap img,
.et-zoom-in a img {
    transition: all 1s 0s ease; 
}
.products-table img {
    margin-left: 11px;
}
.products-table tr td:hover {
    color: #000;
}
.tooltip_live .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-width: 14px 10px;
    border-style: solid;
    border-color: transparent transparent rgb(19 19 19 / 90%) transparent;
    transform: translate(-50%, 1%);
}
.products-table tr td:first-child {
    padding-left: 55px;
}
span.tooltip_live {
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/Divi-child/images/icon-special-question-default.svg);
    background-repeat: no-repeat;
}
.products-table tr td:hover span.tooltip_live {
    background: url(/wp-content/themes/Divi-child/images/icon-special-question-active.svg);
}
.products-table tr td:hover .tooltip_live .tooltiptext {
  visibility: visible;
}
.download_live ul li a:hover {
  box-shadow: 0 8px 16px 0 rgba(8, 45, 61, 0.2);
  border: solid 1px #e3e7eb;
}
.download_live ul li a:hover span img {
    opacity: 1;
}
.products-table tr th {
    color: #000;
    font-weight: bold;
    padding: 14px 24px !important;
}
.products-table tr td{
    border-top: 1px solid #eaeef2;
      padding: 12px 24px;
}


@media screen and (min-width: 320px) and (max-width: 767px) { 
.tooltip_live .tooltiptext {
    transform: translate(-5%, 9%);
    padding: 12px;
}
.download_live ul {
    text-align: center;
}

.download_live ul li {
margin: 0px 10px 15px;

}
.tooltip_live .tooltiptext::after {
    left: 5%;
}

}
@media screen and (min-width: 320px) and (max-width: 480px) { 
.our_mission_top {
    padding-top: 25% !important;
}
.product-included li {
    margin-right: 11px;

}
.tooltip_live .tooltiptext {
    border-radius: 0 8px 8px 8px;
}
.products-table tr td{
line-height: 1.3;
   padding: 7px;
   font-size: 11px;
}
span.tooltip_live,.products-table tr td:hover span.tooltip_live{
    background-size: 20px;
        background-repeat: no-repeat;
}
.tooltip_live .tooltiptext {
    visibility: hidden;
    width: 255px;
}
.products-table tr td:first-child {
    padding-left: 38px;
}
.tooltip_live {
    left: 8px;
}
.products-table tr th {
padding: 10px 6px !important;
    font-size: 11px;
    line-height: 16px;
}

.our_mission:before {
    background-position: 10% -3px !important;
    background-size: 100% !IMPORTANT;
}
}
@media screen and (min-width: 481px) and (max-width: 767px) { 
.our_mission:before {
    background-position: 0% -3px !important;
    background-size: 50% !IMPORTANT;
}
.our_mission_top {
    padding-top: 20% !important;
}
}

@media screen and (min-width:768px) and (max-width:980px) { 
.our_mission:before {
    background-position: -10% -3px !important;
    background-size: 55% !IMPORTANT;
}
.download_live ul li {
    margin-right: 16px;
}
.our_mission_top {
    padding-top: 16% !important;
}
/*div#improve_comm .watch_box .et_pb_column {
    width: 33.33%;
}*/  
}
@media screen and (min-width:981px) and (max-width:1300px) { 

.our_mission:before {
    background-position: -10% -3px !important;
    background-size: 55% !important;
}
}
@media screen and (min-width:1301px) and (max-width:1700px) { 

.our_mission:before {
    background-position: 4% -3px !important;
    background-size: 45% !important;
}

}
@media screen and (min-width:768px) and (max-width:1300px) { 
.tooltip_live .tooltiptext {
    transform: translate(-20%, 9%);
}
.tooltip_live .tooltiptext::after {
    left: 20%;
}
}
 @media screen and (min-width:1921px){

.vncmeet img {
  width: 100%;
}
.notification.success span.title {
    margin-right: 7px;
    padding-right: 7px;
}
}
