﻿

html{
margin:0;
padding:0;
  
}

body{
margin:0;
padding:0;
background: url("../images/img2/body.webp") repeat scroll 0 0 rgba(0, 0, 0, 0);
background-size:1200px auto;
color:#fff;
font-family: 'ubunturegular';
  overflow-x:hidden;
}

p10 span.displaynone { display:none; }

.wrapper {max-width:1000px;margin:0 auto;position:relative;}

a {text-decoration:none;color:#fff;}

a:focus,a:hover{ color:#fff;outline:0; text-decoration:underline;}

.wrapper .abanner {
    margin-right:15px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after{
    clear: both;
}

.clearfix:after {
    clear: both;
}
img {     max-width: 100%; }

p,h1,h2,h3,h4,h5,h6{margin:15px 0;}
/*==================================*/
header {
  background:#508C9E;
  color:#fff;
  /*border-bottom:10px solid #508c9e;*/
  min-height:49px;
}

.site_title{   color: #fff;
    float: left;
    font-size: 14px;
    margin-left: 165px;
    margin-top: 15px;
  font-weight:bold;
}

.logo {position:absolute;
       /*margin-left:10px;*/
       border-radius:10px;
}
.logo img{vertical-align:middle;}

.login_links{   
    margin: 15px 145px;
    text-transform: uppercase;
    position:absolute;
}

.arrow_icon {
      background: url("../images/top-right-arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #fff;
      padding-bottom: 2px;
    padding-right: 35px;
    padding-top: 2px;
}
.login{   margin-right:25px;}
.Register {margin-left:25px;}

/*==================================*/
#top_section {
    /*border-top:8px solid #580d32;*/
  
              -webkit-transform: translateZ(0);
              min-height:200px;
}

.search_box { 
  background:#508c9e;
  max-width:1000px;
  margin:10px auto 10px auto;
  border-radius:30px;
  color:#dfdfdf;font-size:17px; 
  padding: 8px;
}
.search_box input[type="text"]{
  width:100%;
  /*max-width:70%;*/
  height:40px;
  border-radius:30px;
  border:0; 
  padding: 5px 10px;
  color:#4c4c4c;color:#4c4c4c;
  /*background: url("../images/search-icon.png") no-repeat scroll 99% 10px #fff;*/

}

input[type=radio].css-checkbox {
position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
padding-left:31px;
height:26px; 
display:inline-block;
line-height:26px;
background-repeat:no-repeat;
background-position: 0 0;
font-size: 17px;
vertical-align:middle;
cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
background-position: 0 -26px;
}
label.css-label {
background-image:url("../images/radio_button.png");
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-left: 25px;
}
/*==================================*/

#middle_section { background:#508C9E;
                  border-top:#508C9E 3px solid;
                  margin-bottom: -1px;
}

/*==================================*/


#banner_section{ margin-bottom:10px;text-align:center;}
#banner_section2{ margin:5px 0;text-align:center;}


/*==================================*/

#clients_section{  margin:10px 0px; padding:0;}


/*==================================*/
#latest_section {color:#508C9E;font-size:12px;}

#latest_section a{color:#508C9E;}

    #latest_section a:hover {
        color: blue;
        text-decoration: none;
    }

#latest_left {float:left;width:50%;    text-align: left;}

#latest_right {float:right;width:50%;   text-align: right;}

#latest_left > div , #latest_right > div {padding:0 15px;}

#latest_left > div {border-right:1px solid #ebe8e8;}
#latest_left .title_left {
    background: url("../images/latest-search-trend.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    float: left;
    height: 92px;
    margin-right: 15px;
    padding: 20px 7px;
    width: 68px;
    border-right:0px solid;

}

#latest_right .title_right {
  background:url("../images/most-popular-search.png") 0 0 repeat-y transparent; 
    color: #fff;
    float:right;
    height: 92px;
    margin-left: 15px;
    padding: 20px 7px;
    width: 68px;
    border-right:0px solid;

}
/*==================================*/
#footer_section {/*background: none repeat scroll 0 0 #508C9E;*/ }

.column{ float:left;  background:url("../images/seprator.jpg") 0 0 repeat-y transparent; padding:0 15px;   min-height:155px; }

.column .title{  font-family: 'ubuntubold';  font-size:15px;  line-height:15px; }

.column1{width:190px;padding:0;  background:none;text-align:center; }

.column2{/*width:150px;*/text-align:center;}

.column3{width:750px;text-align:justify;font-size:13px;}

.column4{width:162px;text-align:center;    }

.column2 h4{text-align:center;}
.column4 h4{font-family: 'ubuntulight';}
/*==================================*/

.nav-pills > li {
    margin-left:0px;
    float: left;
    width: 16.6%;
    text-align:center;
      padding:10px;
}
.nav-pills > li + li{
    margin-left:0px;
}


.nav > li > a {
  font-size:10px;
  line-height:15px;
  border-radius:0;
  text-transform:uppercase;
  padding:0px;}
  
.nav > li{  
  background-image:url("../images/top-triangle.png"); 
  background-repeat:no-repeat;
  background-position:center bottom;
  background-color:transparent;
}

.nav > li > a.newproducts{    background-image:url("../images/new-products-icon.png");  }

.nav > li > a.Events{    background-image:url("../images/icon-calender.png");  }

.nav > li > a.Jobs{    background-image:url("../images/icon-job-recruitment.png");  }

.nav > li > a.Tenders {    background-image:url("../images/icon-tenders-projects.png");  }

.nav > li > a.news{    background-image:url("../images/news-icon.png");  }

.nav > li > a.training{    background-image:url("../images/training-3030.png");  }


.nav > li > a{    background-position:0px center;    line-height: 28px; background-repeat:no-repeat;}

  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav > li > a.active, .nav > li > a:hover, .nav > li > a:focus {    background-color:transparent;}

.nav > li.active, .nav > li:hover { background-color:#4d092a;}
/*==================================*/


/**Created by santhosh*/



.search_boxbutton{
  background:#f0f0f0;
  border:0;
  border-left:1px solid #dfdfdf;
  border-radius:0px 12px 12px 0;
  height:45px;
  width:100%;
  /*max-width:30%;*/
  color:#4c4c4c;
  font-size:17px;  

}
    .search_boxbutton:focus {     
        color: #fff;
        background: #508c9e;
    }


.result_container {
    width:70%;margin:0 auto;position:relative;
    min-height:500px;
}
.result_container2 {
    width:80%;margin:0 auto;position:relative;
    min-height:500px;
}
.also_search {

    background: rgba(112,112,112,1);
background: -moz-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,112,112,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(72%, rgba(77,74,77,1)), color-stop(100%, rgba(41,41,41,1)));
background: -webkit-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: -o-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: -ms-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: linear-gradient(to bottom, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#292929', GradientType=0 );

    /*background-color: #BDBDBD;*/
    border-radius: 5px;
    /*margin: 10px 0 10px;*/
    margin-bottom:10px;
    padding: 10px 20px 10px 20px;
}
    .also_search a:hover {
        text-decoration:none;
        color:blue;
    }
.result_container_head {
    color:#000000;
}
.result_container_head a {
    color: #1807f5;
}
.result_outer {
    background-color: #508c9e;
    border-radius: 15px;
    margin: 10px 0 20px;
    padding: 10px 20px 20px 20px;
    position:relative;
}
.result_outer_pr {
    background-color: #508c9e;
    border-radius: 15px;
    margin: 10px 10px 10px 20px;
    padding-bottom: 10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:1px;
    position:relative;
}
.ads_slider_div {
    background-color: transparent;
    border-radius: 15px;
    margin: 10px 0 20px;
    padding: 10px 20px 20px 20px;
    position:relative;
}
h1 {
    color: #f6f6f6;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    width:90%;
}
h2 {
    color: #f6f6f6;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    width:90%;
}
.result_inner {
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding-bottom:5px;
}
.result_inner_product {
    background-color: #ffffff;
    border-radius: 5px;
    padding-bottom:5px;
}
.result_inner_element {
   border-bottom: 1px dotted #000000;
    padding: 10px;
    color:#000000;
    margin-left:0px;
}
.result_inner_jobsummary {
   border-bottom: 1px dotted #000000;
    padding: 10px;
    color:#000000;
    max-height:250px;
    overflow-y:scroll;
}
.result_inner_business {
    padding-left: 50px;
}
.result_inner_keypersons {
    padding-left: 50px;
}
.result_footer {
   background-color: #04789b;
   
    border-radius: 0 0 15px 15px;
    /*height: 30px;*/
    padding: 5px 10px;
   
}
    .result_outer a:hover {
        text-decoration: none;
        color: #4D56F7;
    }

.result_inner_element a {
    color: #1807f5;
}
.result_inner_element a:hover {
    text-decoration:none;
    
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

.product_logo_box {
    padding:15px 0px;
    height:150px;
    width:150px;
    margin-left:5px;
    margin-top:5px;
}
.product_logo_box_empty {
    text-align:center;
    color:black;
    border:5px solid #BDBDBD;
    padding:15px 0px;
    height:150px;
    width:150px;
    margin-left:5px;
    margin-top:5px;
}
.product_inner {
    padding-top:15px;
    padding-right:15px;
    color:black;
}
.product_inner_header {  
    margin-left:5px; 
    color:black;
    font-size:14px;
}
.product_inner_header_title {
    color:#FA5858;
    font-size:14px;
}
.product_inner a {
    color:black;
}
.product_inner a:hover {
    text-decoration:none;
    
}
.top_br_pc:hover {
    background-color:#c1f8f7;
        padding:5px;
}
 .product_inner_pr:hover {
        /*background-color:#c1f8f7;
        padding:5px;*/

    }
.product_inner_prlo {
   background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(0%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );

padding:5px;
border-radius:5px;  
}
.product_inner_prlo a {
    color:#0000FF;
    /*font-weight:bold;*/
    /*padding:15px 0px;*/
}
    .product_inner_prlo:hover {
        background-color:#508C9E;
        /*color:#fff;*/
    }
.suggestionDIV {
    margin-top:10px;
}


/*For of company Logo styles*/
#flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:60px;
}

/*End of company Logo styles*/

.company_artwork {
    background-color:transparent;
    /*background-color:white;*/
    text-align:center;
    margin-top:15px;
    /*max-width:none;*/
}

.pagetags {
       background-color: #BDBDBD;
    border-radius: 5px;
    margin: 10px 0 10px;
    padding: 10px 20px 20px 20px;
    color:#000000;
    font-size:10px;
}
.pagetags a {        
        color:#000;
    }
    .pagetags a:hover {
        text-decoration:none;
        color:blue;
    }
#descriptionDIV {
    color: #000000;
}
.descriptionDIV {
    color: #000000;
}
.userforms {
    -webkit-box-shadow: 0 0 1px 1px #A1332B;
    box-shadow: 0 0 1px 1px #A1332B;
    border-radius:5px;
    color:#000000;
    padding:15px;
    margin:15px 0px;
}
 .pageheadh1 h1 {
        color: #000000;
    }
    .userforms h1 {
        color: #000000;
    }
        .userforms h2 {
        color: #000000;
    }
.formalert{
    padding:15px;
    border-radius:5px;
    background-color:#f88b8b;
}
.formalert-ok{
    padding:15px;
    border-radius:5px;
    background-color:#97f59e;
}

.optionbtn {
   background: rgba(169,3,41,1);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(37%, rgba(186,52,83,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );

    border-radius:5px;
    border-width:2px;
    text-align:center;
    padding:15px;
    margin-bottom:10px;
    height:180px;
    width:200px;
}
.new_products_list {
   background: rgba(169,3,41,1);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(37%, rgba(186,52,83,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );

    border-radius:5px;
    border-width:2px;
    /*text-align:center;*/
    padding:15px;
    margin-bottom:10px;
}
    .new_products_list img {
        margin-right:20px;
    }
    .tenders_list {
   background: rgba(169,3,41,1);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(37%, rgba(186,52,83,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(186,52,83,1) 37%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );

    border-radius:5px;
    border-width:2px;
    padding:15px;
    margin-bottom:10px;
    text-align:center;
    min-height:120px;
}
    .tenders_list img {
        margin-right:20px;
    }
    /**Pagination styles*/
        #page_navigation a {
            padding: 5px;
            border: 1px solid gray;
            margin: 2px;
            color: black;
            text-decoration: none;
            min-width:20px;

            background: rgba(235,233,249,1);
background: -moz-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,233,249,1)), color-stop(50%, rgba(216,208,239,1)), color-stop(51%, rgba(206,199,236,1)), color-stop(100%, rgba(193,191,234,1)));
background: -webkit-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -o-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -ms-linear-gradient(left, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: linear-gradient(to right, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=1 );
        }

        .active_page {
            
            color: red !important;
        }
#page_navigation a:hover {
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );

    color: white;
}
    /**End Pagination styles*/

    /**For Left and Right Banners*/
.leftbanner {
     margin-top:30px;
     position:absolute;
    margin-left:10px;
    width:140px;
    height:500px;
    border:1px;
}
.rightbanner {
     margin-top:30px;
    position:absolute;
    right:1em;
    width:140px;
    height:500px;
    border:1px;
}
.add_leftbanner {
    /*margin-top:30px;
     position:absolute;
    margin-left:10px;
    width:140px;
    height:500px;*/
    /*border:2px solid black;*/
}
.add_rightbanner {
    /*margin-top:30px;
    position:absolute;
    right:1em;
    width:140px;
    height:500px;*/
    /*border:2px solid black;*/
}
    
    /**End Left and Right Banners*/

    /**For News**/
.newsarea {
     -webkit-box-shadow: 0 0 1px 1px #A1332B;
    box-shadow: 0 0 1px 1px #A1332B;
    border-radius:5px;
    padding:15px;
    margin-top:10px;
}

.newswidget {
  background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );

border-radius:5px;
padding:5px;
color:white;
margin-top:10px;
text-align:center;
}
    /**End News**/

    .revenue_customer{
    position: absolute;
    top: 20px;
    right: 15px;
    
}


    /***Testing*/
    .clearout {
height:20px;
clear:both;
}
.slidercustom3D {
    text-align:center;
    /*margin-top:10px;*/
    padding-top:5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translateZ(0);    
}
.jR3DCarouselGallery,.jR3DCarouselGallery1 {
	margin: 0 auto; /* optional - if want to center align */
  
}
.slide {
   
}
.error-alert-msg {
    background-color:#fab2b4;
    border: 1px solid red;
    padding:10px;
    color:rgba(169,3,41,1);
    margin-top:10px;
    margin-bottom:10px;
}
.social-icons {
    
    float:right;
    right:10px;
    padding:5px;
    margin-bottom:2px;
    margin-top:5px;
}
.social-icons img {
   margin-left: 3px;
}
.social-icons img:hover {
border:1px solid #fff;
}
.label {
    font-size: 9px;
    margin-left: 10px;
}
small {
    font-size:80%;
}
.leftMenu {
    left:10px;
    top:6px;
    max-width:180px;
    position:absolute;
    
    background-color:transparent;
    z-index:999;
}
.rightMenu {
    right:10px;
    top:6px;
    max-width:180px;
    position:absolute;
    
    background-color:transparent;
    z-index:999;

}
.menuItems a {
    display: block;
    position: relative;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;    
    
}

.btn-danger2 {
  color: #fff;
  background-color: #508C9E;
  border-color: #fff;
}
.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2.focus,
.btn-danger2:active,
.btn-danger2.active,
.open > .dropdown-toggle.btn-danger2 {
  color: #fff;
  background-color: #066986;
  border-color: #000;
}
.btn-danger3 {
  color: #280bf2;
  background-color: #f6f965;
  border-color: #fff;
}
.btn-danger3:hover,
.btn-danger3:focus,
.btn-danger3.focus,
.btn-danger3:active,
.btn-danger3.active,
.open > .dropdown-toggle.btn-danger3 {
  color: #db110b;
  
  background-color: #f6f965;
  
}
.more_buttons {
   margin-top:10px;
}
    .more_buttons a {
        margin:3px;
    }
.catalogues {
    border:2px solid #cc1616;
    padding:10px;
    background-color:#fff;
}
    .catalogues img {
        margin:10px;
        /*border:1px solid #000;*/
    }
    .catalogues h3 {
        color:#000;
    }
.cat-content {
    padding-left:20px;
}
.catalogues:hover {
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.autoCompleteList {
            list-style: none outside none;
            border: 1px solid #123456;
            cursor: pointer;
            padding: 5px;
            margin: 0px;
            z-index: 10000 !important;
            background-color:#fff;
        }
.mytitle {
    padding:5px;
    background-color:#508C9E;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    width:100%;
}
.detailsDIV a{
    color:#000;
}
.gridheaderClass > th 
{
    text-align:center !important;
}
.social-icons {
    padding:5px 0px;
    margin-bottom:0px;
    margin-top:12px;
}
.social-icons2 img {
    margin:0px 5px;
}
.social-icons2 img:hover {
border:1px solid #fff;
}
.result_footer img {
    height:25px;
}
.hits_count {
    color:#dfdfdf;
    font-size:15px;
    position:absolute;
    float:right;
    right:15px;
}
.hits_section {
    
    color:#fff;
   background-color: #508C9E;
   /*max-height:120px;*/
}
.hitscountBox {
    color:#508C9E;
    padding:6px;
    background-color:#fff;
   border-radius:3px;
}
.latest_left2 {float:left;width:50%;    text-align: center;}

.latest_right2 {float:right;width:50%;   text-align: center;}

SPAN.searchword { background-color:yellow; }

.general_box {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    padding:20px;
}
.mid-index-font {
    background-color: transparent;
    color: #ea3a3c;
    font-size: 60px;
    text-align: center;
}
.category_name {
    color:black;
    padding:5px 0px;
    font-size: 16px !important;   
     max-width:350px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .category_name::before {
        color: #ea3a3c;
    content: ">";    
    font-size: 20px !important;
    margin-right:20px;
    }
     .category_name:hover {
   margin-left:5px;
   text-decoration:none;
    }
    .category_name a:hover {
        text-decoration:none;
    }
.searchreport-panel {
    background-color:#fff;
}
.home_live_count_banner {
    margin-left:30px;
    height:215px;
    width:150px;
    border-radius:3px;      
}
.hitsbg {    
    color: #fff;    
    padding:1px 7px;
    text-align:center;
}
.hitscountbox {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
}
.hitstext {
    margin-top:10px;
    font-size: 22px;
    font-weight:bolder;
}
.totalbg {
    background-color: #508C9E;
}
.totalbox {
    color:#508C9E;
}
.babg {
    background-color: #508C9E;
}
.babox {
    color: #508C9E;
}
.brandbg {
    background-color: #508C9E;
}
.brandbox {
    color: #508C9E;
}
.pcbg {
    background-color: #508C9E;
}
.pcbox {
    color: #508C9E;
}
.companybg {
    background-color: #508C9E;
}
.companybox {
    color: #508C9E;
}
.prlo2 {
    padding:20px;
}
.whiteFont {
    color:#fff;
}
.dataverificationPanel {
    padding:10px;
    background-color:#dfdfdf;
    border:5px solid #4c4c4c;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:1000;
    color:#000;
    max-height:209px;
    overflow-x:hidden;
   overflow-y:scroll;

}
.h3title {
    color: rgb(235, 10, 10);
    font-size: 20px;
    margin-bottom:5px;
}
    .Space20 label
{
   margin-left: 5px;
}
.baDescriptionHead {
    padding:10px;
    /*margin-bottom:10px;*/
    color:#000;
    /*border:1px solid #000;*/
    border-radius:3px;
      text-align: justify;
    text-justify: inter-word;
}
    .baDescriptionHead h1 {
        color:#000;
        margin-top:2px;
        margin-bottom:2px;
    }
    .baDescriptionHead img {
        height:80px;
        width:130px;
        margin-right:10px;
        border:2px solid #dfdfdf;
        float:left;
    }
    .baDescriptionHead badesc {
         position: relative;
    }
mark {
    background-color:#fcff03;
    font-weight:bold;
    padding:3px;
}
.voiceBtn {
    width:40px;
    right:380px;
    position:absolute;
    top:20px;
}
.stextbox {
    display:inline-block;
    width:80%;
    position:relative;
}
.pageDataDiv {
    color:#000;
}
    .pageDataDiv h1 {
        font-size:40px;
        color:blue;
    }
.reviewBox {
    background-color:#fff;
border:2px solid #ff365b;
border-radius:3px;
padding:20px;
text-align:center;
min-height:80px;
color:#000;
}
.ratebtn {
    background-color:#ff365b;

}
.ratebtnselected {
    background-color:#2da305;
}
.RatingDiva {
    color:blue;
}
.RatingDiva:hover {
    color:#508C9E;
    text-decoration:none;
}
/***Rating Review**/
.reviewsSection {
    background-color:#fff;
    border-radius:3px;
    padding:15px;
    color:#000;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
max-height:500px;
overflow-y:scroll;
}
.review-left {
    max-width:100px;
    overflow:hidden;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
    .review-block img {
        height:50px;
    }
.review-block-name{
	font-size:12px;
	margin-bottom: 15px;
font-weight: bold;
}
.review-block-date{
	font-size:8px;
    /*text-align:center;*/
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
    float:right;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
    /*margin-right:100px;*/
    text-align:justify;
}

.reviewsDivHomePage {
  
}
.homeReview img {
    max-height:100px;
    margin-top:50%;
}
.homeReview {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-bottom: 10px;
    height: 84px;
    background-color: #660333;
    overflow: hidden;
    font-size: 12px;
}
.totalreview {
    max-height:none;
    overflow-y:auto;
    min-height:500px;
}
.ratechecked {
    color: #fff;
    /*background-color: #e71919;
    padding: 4px;*/
    border-radius: 2px;
    margin-right: 2px;
}

.rateunchecked {
    color: #fff;
    background-color: #e1e0e0;
    padding: 4px;
    border-radius: 2px;
    margin-right: 2px;
}
/*EndRating Reviews*/

.outer2 {
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
}
.inner2 {
    border-radius:5px;
}
.homerating {
    float:none;
    font-size:20px;
}
.margin_right_30 {
    margin-right:30px;
    margin-bottom:10px;
}
.min_width_110 {
    min-width:110px;
}
.min_width_150 {
    min-width:150px;
}
.width_240 {
    width: 240px;
    margin-bottom:10px;
}
.btn-brand {
    color:#fff;
    font-size:17px;
    width: 118px;
height: 40px;
padding-left: 7px;
margin: 2px;
}
.borderTopDotted {
    border-top:1px dotted #000;
}
.brand_buttons a {
    color:#fff;
}
.phoneHtml {
    color:#000 !important;
}
 .rslides_nav {
            z-index: 3;
            position: absolute;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            top: 60%;
            left: 15px;
            opacity: 0.7;
            text-indent: -9999px;
            overflow: hidden;
            text-decoration: none;
            height: 61px;
            width: 38px;
            background: transparent url("../images/arrows.png") no-repeat left top;
            margin-top: -45px;
        }

    .rslides_nav.next {
        left: auto;
        background-position: right top;
        right: 15px;
    }
    .rslides_tabs, .transparent-btns_tabs, .large-btns_tabs {
    margin-top: 10px;
    text-align: center;
    padding-left:0px;
}
        .rslides_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
            display: inline;
            float: none;
            _float: left;
            *float: left;
            margin-right: 5px;
        }
        .rslides_here a, .transparent-btns_here a, .large-btns_here a {
   background: rgba(0,0,0, .8) !important;
}
.rslides_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0,0,0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 9px;
    height: 9px;
}
.cat-contect1 p {
    color:#383838;
    text-align:justify;
}

.badesc a {
    color:blue;
}
.custom_blogs {
    color: #000 !important;
    background-color:#fff;
    padding:10px;
}
.custom_blogs h1{
    color: #000 !important;
}
.custom_blogs h2{
    color: #000 !important;
}
.custom_blogs h2{
    text-transform:none !important;
}
.custom_blogs a{
    color:blue !important;
}

.blog_box_outer {
    border:1px solid #dfdfdf;
    margin:10px;
    background-color:#fff;
    max-height: 502px;
    overflow: hidden;
   
}
    .blog_box_outer img {
        vertical-align:central;
        height:250px;
    }
    .blog_box_outer:hover {
        border:1px solid rgba(169,3,41,1);
    }
.blog_box_zoom {
    text-align:center;
    background:#fbabab;
    padding:10px;
}
.blog_box_content {
    color:#000;
    padding:10px;
    height:200px;

    overflow:hidden;
}
    .blog_box_content a {
        color:#508c9e;
    }
.blog_box_title {
    font-size:20px;
    font-weight:bold;
    text-transform: uppercase;
}
.blog_box_matter {
    text-align:justify;
}
.blog_box_footer {
    background-color:#dfdfdf;
    color:#000;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:20px;
}
.blogs_category {
    color:#000;
}
    .blogs_category a {
        color:rgba(169,3,41,1);
    }
.blog_share_div a {
    color:#fff !important;
}
.abanner img {
    height:101px;
    width:235px;
    border: 1px solid #707070;
    border-radius:5px;
}
.btnwebsiteratings {
    height:140px;
    margin-bottom:10px;
}
.nopadLeft {
    padding-left:0px !important;
}
.nopadRight {
    padding-right:0px !important;
}
.width130 {
    width:130px !important;
}
.hits_section h4 {
    /*margin-top:0px !important;*/
}
.trendingBlogsdiv {
    border:1px solid #fff;
    border-radius: 3px;
    width:100%;
    height:140px !important;
}
.blogpanel {
    max-height:139px;
    overflow:hidden;
    padding:5px;
}
    .blogpanel img {
        width:100px;
        height:70px;
    }
.blogcontenthome {
    height: 95px;
    overflow: hidden;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 5px;
}
.RightBorder {
    border-right:1px solid #fff;
}
.bTitleHome {
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
}
.homeReview .ratechecked,.rateunchecked {
    padding:2px !important;
}
.youtube_panel_home {
    height: 104px;
    text-align: center;
    padding-top: 3px;
    overflow: hidden;
    padding-right: 3px;
}
.youtube_panel_home iframe {
    width: 100%;
height: inherit;
}
.pdRight5 {
    padding-right:5px !important;
}
.author_div {
    text-align:center;
}
.author_div img {
    height:100px;
    width:100px;
    border-radius:50%;
    border: 2px solid #c8c5c6;
}
.author_content {
    text-align:left;
}
.mb5 {
    margin-bottom:5px !important;
}
.popup_ad {
    background-color:#dfdfdf;
    text-align:center;
}
    .popup_ad span {
        font-weight:bold;
    }
.pd-l0 {
    padding-left:0px !important;
}
.topEnquiryDiv {
    top:0px;
    text-align:center;
    position:fixed;
    width:100%;
    display:none;
    z-index:1002;
}
.topEnquiryBtn {
    font-size:25px !important;
}
.fs13 {
    font-size:13px !important;
}
.result_footerV2 {
    background-color: #04789b;
    border-radius: 0 0 15px 15px;
  
    padding: 5px 10px;
    left: 5px;
    position: absolute;
    right: 5px;
}
.result_outerV2 {
    background-color: #508c9e;
    border-radius: 15px;
    margin: 10px 0 20px;
    padding: 10px 10px 20px 10px;
    position:relative;
    margin-bottom:30px;
}
.result_footerV2 img {
    height:25px;
    margin-top: 0px;
}
.result_innerV2 {
    background-color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    padding-bottom: 5px;
    padding-left:5px;
    position:inherit;
    left:0px;
}
.result_inner_element_ba_V2 {
    border-bottom: 1px dotted #000000;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left:0px;
    color: #000000;
    margin-left: 0px;
}

.sliderWidgetV2 {
    padding-top:10px;
    left: -20px;
position: inherit;
width: 100%;
max-height: 120px;
  overflow: hidden;
}
.brandWidgetV2 {
    border:1px solid rgba(169,3,41,1);
    border-radius:5px;
    margin-top:10px;
    max-height: 300px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;

text-align:center;
}
.mxht170 {
    min-height:175px !important;
}
.brandWidgetV2 .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 15px;
    font-weight:bolder;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgb(120, 38, 78);
    left: 0;
    right: 0;
    top: -30px;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    border-radius:5px;
    text-align:center;

}
.brandWidgetV2 .rslides img {
    /*margin-top:50px;*/
}
.brandWidgetV2 .rslides_nav {
            z-index: 3;
            position: absolute;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            top: 70%;
            left: 5px;
            opacity: 0.7;
            text-indent: -9999px;
            overflow: hidden;
            text-decoration: none;
            height: 61px;
            width: 38px;
            background: transparent url("../images/arrows-grey2.png") no-repeat left top;
            margin-top: -45px;
        }

   .brandWidgetV2 .rslides_nav.next {
        left: auto;
        background-position: right top;
        right: 22px;
    }
   .videowidgetV2 {
    margin-top: 10px;
    background-color: #fff;
    min-height:202px;
    margin-right: 5px;
    padding:0px !important;
    text-align:center;
}
    .videowidgetV2 iframe {
        width:100%;
        margin-top: 25px;
    }
.pdl0 {
    padding-left:0px;
}
.pdr0 {
    padding-right:0px;
}
.btn-yellow {
    font-weight:bold !important;
    color:#508C9E !important;
    background-color:#fcfe7f !important;
}
.pagination .active a {
    color:#fff;
    background-color:#508C9E;
    border-color:#508C9E;
}
.also_searchV2 {

    background: rgba(112,112,112,1);
background: -moz-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,112,112,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(72%, rgba(77,74,77,1)), color-stop(100%, rgba(41,41,41,1)));
background: -webkit-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: -o-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: -ms-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(0,0,0,1) 0%, rgba(77,74,77,1) 72%, rgba(41,41,41,1) 100%);
background: linear-gradient(to bottom, rgb(112, 112, 112) 0%, rgb(183, 10, 10) 0%, rgb(4, 4, 4) 72%, rgb(174, 8, 8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#292929', GradientType=0 );

    border-radius: 5px;
    margin-bottom:10px;
    padding: 10px 20px 10px 20px;
    margin-top:10px;
    /*text-align:center;*/
}
    .also_searchV2 a:hover {
        text-decoration:none;
        color:blue;
    }

.result_outerV2 h2 {
    margin-top:0px !important;
        margin-bottom:10px !important;
}
    .revenue_customerV2{
    position: absolute;
    top: 0px;
    right: 15px;
    
}
.revenue_customerV2 img{
    height:40px;
}
.no_bottom_dot {
    border-bottom:none !important;
}
.contentWidgetV2 {
    border:3px solid #508C9E;
    border-radius: 10px;
margin-top: 5px;
padding: 5px;
min-height:202px;

}
.btnV2 {
    padding-top:2px !important;
    padding-bottom:2px !important;
    padding-left:3px !important;
    padding-right:3px !important;
}
.phoneV2 {
    height:31px !important;
    overflow:hidden;
}
.kpV2 {
    height:71px !important;
    overflow:hidden;
}
.websiteV2 {
    height:50px !important;
    overflow:hidden;
}
.pagination-sm a {
    color:#000;
    margin-right:5px;
}
.videoModal {
    text-align:center;
}
.AdvertV2 {
    display:table-cell;
    vertical-align:middle;
}
.product_innerV2 {
    background-color:#508c9e !important;
    padding-bottom:0px !important;
    margin-top:5px;
}
.product_innerV2 .contentWidgetV2 {
    margin-top:0px !important;
    
}
.bcwV2 {
    background-color:#fff !important;
}
.product_outer_v2 {
    padding-left:2px !important;
    padding-right:2px !important;
    padding-top:2px !important;
    padding-bottom:7px !important;
    margin-bottom:10px !important;
}
    .product_outer_v2 h2 {
        margin-bottom: 0px !important;
        margin-left: 7px;
        margin-top:5px !important;
    }
    .product_outer_v2 .revenue_customerV2 {
        top:8px !important;
    }
.pt0 {
    padding-top:0px!important;
}
.product_companyNameV2 {
    font-size:17px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000;
    /*display:block ruby;*/
    white-space:nowrap;
}
.pdt_descV2 {
    border-bottom:none;
    height:73px;
    overflow-y:auto;
    font-size: 11px;
}
.pdt_descV2::-webkit-scrollbar {
    width: 12px;
}

.pdt_descV2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.pdt_descV2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.pdr5 {
    padding-right:5px !important;
}
.product_inner_prloV2 {
   background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(0%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );

}
.prlo_borderV2 {
    border:3px solid #f8b605 !important;
    max-height:170px !important;
}
.product_inner_adsV2:hover {
  
background: rgba(179,220,237,1);
background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: linear-gradient(to right, rgb(216 232 239) 0%, rgb(241 249 252) 50%, rgb(236 244 248) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );


}
.product_adsborderV2 {
    border:3px solid #31bae6 !important;
    max-height:200px !important;
}
.pagination-sm li a{
    margin-top:5px;
}
.brochure_box_outer {
    border:1px solid #dfdfdf;
    margin:10px;
    background-color:#fff;
    height: 350px;
    overflow: hidden;
   
}
    .brochure_box_outer img {
        vertical-align:central;
        height:200px;
    }
    .brochure_box_outer:hover {
        border:1px solid rgba(169,3,41,1);
    }
.brochure_box_zoom {
    text-align:center;
    background:#fbabab;
    padding:10px;
}
.brochure_box_content {
    color:#000;
    padding:10px;
    height:200px;
    text-align:center;
    overflow:hidden;
    background-color:#e1e1e1;
}
    .brochure_box_content a {
        color:#fff;
    }
.brochure_box_title {
    font-size:15px;
    font-weight:bold;
    text-transform: uppercase;
}
 .mynotifyDIV {
           
            background-image: url('https://www.qataroilandgasdirectory.com/images/activity-box.png') !important;
          
        }
.open-commingsoon {
    color:#fff !important;
}
.ratingBoxMy {
    color: #000;
background-color: #15a804;
padding: 4px;
border-radius: 2px;
margin-right: 2px;
}
.ratingsBoxMy {
    margin-left: 5px;
font-size: 12px;
/*position: absolute;
top: 5px;
right: 100px;*/
}
.my-dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.my-dropdown-item:hover {
    text-decoration:none;
    font-weight: 600;
    color: rgba(169,3,41,1);
}
.ratingsBoxMy2 {
    margin-left: 5px;
font-size: 12px;
top: 5px;
right: 100px;
}
.pdr5 {
    padding-right:5px !important;
}
.pdr0 {
    padding-right:0px !important;
}
.product-video-widgetNew {
    height:100%; min-width: 100%;position:relative;
    background-color: #508C9E !important;
}
.product-brochure30 {
    top: 0; min-height: 50px;position:absolute;width:99%;background-color: #fff;border-radius:8px;
}
.product-brochure70 {
    bottom: 0; min-height: 117px;position:absolute;width:99%;background-color: #fff;border-radius:8px;
}
.wbsiteV2 {
    overflow:auto;
    height:49px;
    padding-top: 5px !important;
}
.wbsiteV2::-webkit-scrollbar {
    width: 12px;
}

.wbsiteV2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.wbsiteV2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.shape_outer{
        background-color: #508C9E;
        padding: 3px;
        border-radius: 10px;
        margin-bottom:10px;
        }
        .tbl_content {
            border-collapse: separate !important;color: #fff;text-align: center;width: 100%;
        }
        .tbl_title {
            background-color:#39011d;padding: 5px;font-size:15px;font-weight: bolder;border-top-left-radius: 10px;border-top-right-radius: 10px;border:1px solid #fff;
        }
        .tbl_qatar_visits {
            width:50%;background-color: #508C9E;font-size:15px;min-height: 40px;padding: 5px; border-bottom-left-radius: 10px;border:1px solid #fff;border-top-color: #508C9E;
        }
        .tbl_inter_visits {
            width:50%;background-color:#2e2bf9;font-size:15px;min-height: 40px;padding: 5px; border-bottom-right-radius: 10px;border:1px solid #fff;border-top-color: #2e2bf9;border-left-color: #2e2bf9;
        }
.btnWhastapp {
    background-color:#0d6002 !important;
    color:#fff !important;
}
.btnSendEnquiry {
    background-color:#5cb85c !important;
    color:#000 !important;
}
.btnSendSMS {
    background-color:#337ab7 !important;
    color:#fff !important;
}
    .btnWhastapp i, .btnSendEnquiry i, .btnSendSMS i, .btnViewPhone i, .btnReadMore i {
        font-size:23px;
    }
    .btnWhastapp span, .btnSendEnquiry span, .btnSendSMS span, .btnViewPhone span, .btnReadMore span {
        font-size:14px;
    }
.blog_rating_div {
    padding:10px;
    background-color:#e1e1e1;
    border-radius:5px;
    margin-top:20px;
}
.smiconsdiv i{float:right;margin-top:2px}