@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Khula:400,600,700,300);
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'khula';
    background: #eeeeee;
}
.clear {
    clear: both;
    overflow: hidden;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
a, img, input, ul, li {
    text-decoration: none;
    border: 0px;
    list-style: none;/*! height: 500px; */
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.hidden {
    visibility: hidden;
}
@font-face {
    font-family: 'awaaz';
    src: url('../fonts/awaaz.eot?ts1sdr');
    src: url('../fonts/awaaz.eot?ts1sdr#iefix') format('embedded-opentype'), url('../fonts/awaaz.ttf?ts1sdr') format('truetype'), url('../fonts/awaaz.woff?ts1sdr') format('woff'), url('../fonts/awaaz.svg?ts1sdr#awaaz') format('svg');
    font-weight: normal;
    font-style: normal;
}
 [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'awaaz' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.clearfix:after, nav:after, ul:after, ul li:after, .test-slide:after {
    content: '';
    clear: both;
    float: none !important;
    height: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
}
#container {
    width: 95%;
    max-width: 1267px;
    margin: auto;
}
.expert_awaaj {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 10;
}
header {
    width: 100%;
    border-bottom: 1px solid #dcdcda;
    padding: 0 10px 15px 10px;
    position: relative;
    z-index: 120;
}
.bottom_categories .col-catg a{
    color: #000;
}
.topheader{
    background-color: #e79b22;
    height: 25px;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-top: 3px;
    top: 0;
}
.header_inner {
    max-width: 1267px;
    margin: 35px auto 0;
    padding: 0 15px;
}
.top_wrapper {
    position: relative;
    height: 100px;
    background: #fff;
}
.nav_categories .dropdown ul li{
    position: relative;
}

.nav_categories .dropdown ul li .submenu-1{
    display: none;

}
.nav_categories .dropdown ul a{
 -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
        }
.nav_categories .dropdown ul li:hover .submenu-1{
    display: block;
    position: absolute;
    right: -287px;
    background: #fff;
    padding: 20px;
    z-index: 9999;
    top: 0;
}
.nav_categories .dropdown ul li .submenu-1{
 -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.nav_categories .dropdown ul li .submenu-1 li{
    display: block;
    float: none;
    border-bottom: 1px solid #ccc;
}
.fa-angle-double-right{
    float: right;
    margin-left: 2px;
}
.nav_categories .dropdown ul li .submenu-1 li a{
    color: #000;
}
.nav_categories .dropdown ul li .submenu-1 li a:hover{
    color: #fff;
}
.top_fix_main {
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 150;
    padding-bottom: 6px;
  
    margin-top: 25px;
}
.top_fix_add {
    border-bottom: 2px solid #dcdcda;
}
.mar-2{
    margin-top: 15px !important;
}
.top_fix {
    padding: 0px;
    width: 100%;
    max-width: 1267px;
    margin: auto;
    //overflow: auto;
    padding: 0 15px; 
}
.logo {
    margin-top: 5px;
    float: left;
    width: 26%;
    min-width: 300px;
}
.logo img{
    max-width: 100%
}
.search_textbox {
    width: 72%;
    margin-top: 33px;
    float: left;
    margin-left: 22px;
    text-align: right;
    position: relative;
}
.search_textbox input[type=text] {
    width: 77%;
    height: 35px;
    border: 1px solid #9f9f9f;
    border-right: 0px;
    /*! float: left; */
    margin-left: 103px;
}
.btn {
    background: #e79b22;
    color: #fff;
    font-size: 14px;
    font-family: khula;
    height: 35px;
    text-align: center;
    border: 1px solid #9f9f9f;
    cursor: pointer;
    border-radius: 0px;
}
.welc_guest {
    float: right;
    font-size: 14px;
    font-family: khula;
    color: #7b7b7b;
    margin-top: 35px;
}
.welc_guest .icon-login {
    font-size: 18px;
    margin-left: 5px;
}
.nav_categories {
    float: left;
    font-size: 17px;
    color: #414141;
    margin-top: 11px;
    font-weight: 600;
    width: 140px;
}
.nav_categories .icon-categories {
    margin-right: 10px;
    font-size: 17px;
}
.overlay_white {
    position: absolute;
    left: 0px;
    top: 190px;
    z-index: 101;
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
}
.nav_categories .dropdown {
    position: relative;
    display: none;
    width: 285px;
    padding: 30px 10px 15px 10px;
    background: #efa329;
    z-index: 1;
}
.nav_categories:hover .dropdown {
    display: block !important;
    top: 36px;
    position: absolute;
    z-index: 110;
    display: table-caption;
    width: 75%;
    min-width: 288px;
}
.nav_categories .dropdown ul {
}
.nav_categories .dropdown ul li {
    border-bottom: 1px solid #e99c21;
    font-size: 14px;
    line-height: 36px;
    width: 235px;
    float: left;
    margin: 0 10px;
}
.nav_categories .dropdown ul li a {
    color: #fff;
    display: block;
    padding-left: 10px;
}
.nav_categories .dropdown ul li a:hover {
    background: #e59e2c;
    color: #fff;
    text-decoration: none;
}
.nav_categories .dropdown ul li i {
    margin-right: 20px;
    font-size: 17px;
    position: relative;
    top: 4px;
}
a:hover {
    text-decoration: none;
}
.icon-login {
    text-align: right;
}
.icon-login a {
    font-family: 'khula';
    color: #fff;
}
.icon-login:before {
    margin: 5px;
    color: #fff;
}
.search_textbox .btn {
    margin-left: 0px;
    border-radius: 0px 4px 4px 0px;
    padding: 0 38px !important;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #e79b22
}
nav {
    float: left;
    margin-top: 10px;
    width: 77%;
}
nav ul {
    width: 100%;
    text-align: center;
}
nav ul li {/*! float:left; */
    margin-right: 25px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
nav ul li a {
    display: inline-block;
    color: #414141;
}
nav ul li a:hover {
    color: #e79b22;
    text-decoration: none;
}
nav ul li span {
    margin-right: 10px;
}
nav ul li:last-child {
    margin-right: 0px;
}
.showad {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    margin-top: 45px;
    cursor: pointer;
    width: 15%;
    text-align: right;
}
.showad .icon-ad_arrow {
    color: #8c8c8c;
    margin-left: 5px;
    border: 1px solid #414141;
    font-size: 14px;
    padding: 2px 5px;
}
.ad_top {
    margin: auto;
    max-width: 1267px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    display: none;
}
.ad_top .close_ad {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    cursor: pointer;
}
.hideshow {
    display: none;
}
.wrap_left {
    width: 67%;
    float: left;
    margin-top: 20px;
    padding: 0 0 0 15px;
}
.slide_banner {
    width: 97%;
    margin-bottom: 20px;
    position: relative;
}
.product_section {
    width: 100%;
    margin-top: 10px;
}
.product_post {
    background: #fff;
    float: left;
    width: 47.5%;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    padding: 7px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 15px;
}
.product_post .post_tag {
    font-size: 14px;
color: #fff;
background: #bc2226;
text-align: center;
height: 21px;
line-height: 26px;
font-weight: bold;
position: absolute;
bottom: 0px;
right: 0px;
padding: 0 10px;
}
.product_post .p_thumb {
    float: left;
    width: 135px;
    height: 129px;
    margin-right: 10px;
}
.product_post .p_right {
    float: left;
}
.product_post .p_right .h_txt {
    font-size: 16px;
    font-weight: bold;
    color: #7f7f7f;
    display: block;
    margin-top: 15px;
}
.product_post .p_right .review_txt {
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 15px;
    display: block;
}
.product_post .p_right .p_info {
    font-size: 14px;
    color: #7f7f7f;
    display: block;
    margin-bottom: 5px;
}
.product_post .p_right .p_info i {
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.product_post .p_right .p_info .ver_line {
    color: #727272;
    font-weight: bold;
    margin: 0 5px;
}
.product_post .p_right .star_rating i.grey {
    color: #ccc;
    font-size: 14px;
}
.product_post .p_right .star_rating i.red {
    color: #e79b22;
    font-size: 14px;
}
.txtHint select{
    margin-top: 0px;
}
.mar-5{
    width: 47%;
float: left;
margin-right: 3%;
}
.mar-5 select{
    width: 100%
}
.mar-3{
    width: 25%;
float: left;
margin-right: 2%;
}
.mar-3 select{
    width: 100%
}
.mar-4{
    width: 34%;
float: left;
margin-right: 2%;
}
.mar-4 select{
    width: 100%
}
.ad_banner {
    max-width: 1267px;
    width: 100%;
    margin: 10px auto 20px auto;
    padding: 0 15px;
}
.ad_banner img {
    width: 100%;
}
.cols_info {
    background: #fff;
    float: left;
    width: 100%;
    height: 280px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin-right: 20px;
}

.cols_info_last {
    margin-right: 0px;
}
.cols_info .h_txt {
    border-right: 30px solid transparent;
    border-bottom: 30px solid #1a1a1a;
    padding: 0 0 0 0px;
    line-height: 35px;
    height: 0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 140px;
    margin-left: -10px;
}
.cols_info .h_txt span {
    padding: 0 45px 0 15px;
    font-size: 16px;
    font-weight: bold;
}
.cols_info .h_txt:after {
    height: 5px;
    background: #e79b22;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: -35px;
    min-width: 141px;
}
.cols_info .p_bold {
    font-size: 16px;
    font-weight: bold;
    color: #7f7f7f;
    margin-left: 20px;
    display: block;
}
.cols_info .p_normal {
    font-size: 14px;
    color: #7f7f7f;
    margin-top: 11px;
    margin-left: 0px;
    display: block;
}
.cols_info a:hover {
    text-decoration: underline;
    color: #333;
}
.cols_info .h_txt1 {
    font-size: 22px;
    color: #363636;
    margin-top: 0px;
    float: left;
    margin-left: 10px;
}
.cols_info .review_name {
    color: #727272;
    font-size: 16px;
    display: block;
}
.cols_info .review_date {
    font-size: 14px;
    color: #727272;
    margin-top: 10px;
}
.cols_info .review_date .divider {
    margin: 0 7px;
    font-size: 18px;
}
.cols_info i {
    margin-right: 7px;
    position: relative;
    top: 2px;
    font-size: 16px;
}
.cols_info .p_txt {
    font-size: 14px;
    color: #7f7f7f;
    margin-top: 15px;
}
.cols_info .p_txt i {
    color: #333;
    margin-left: 20px;
}
.cols_info .read_btn {
    border: 1px solid #286090;
    color: #727272;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    padding: 4px 15px 2px;
    display: inline-block;
}
.cols_info .read_btn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    text-decoration:  none;
}
.cols_info .p_review {
    font-size: 14px;
    color: #7f7f7f;
    margin: 15px 0 18px 20px;
    display: block;
}
.wrap_right {
    float: right;
    width: 33%;
    margin-top: 20px;
    padding-right: 15px;
}
.awaaz_banner {
}
.youtube_panel {
}
.youtube_panel iframe {
    width: 420px;
    height: 300px;
}
.mar-r {
    margin-left: 20px !important;
}
.opinion_poll {
    border-top: 3px solid #000;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
    margin-top: 14px;
}
.opinion_poll .h_txt {
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #dfdfdd;
    display: block;
    font-weight: 600;
    padding: 5px 0 0 10px;
}
.opinion_poll ul {
    margin-left: 10px;
    margin-top: 10px;
}
.opinion_poll ul li {
    font-size: 14px;
    color: #727272;
    margin-bottom: 4px;
}
.opinion_poll ul li input {
    top: 2px;
    position: relative;
    margin-right: 5px;
}
.opinion_poll .vote_btn {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    background: #454545;
    display: block;
    text-align: center;
}
.opinion_poll p {
    font-size: 13px;
    color: #000;
    text-align: center;
    margin: 3px 0;
    font-weight: 600;
}
.testi-container {
    padding: 40px 0 0 0;
    width: 100%;
    overflow: hidden;
    padding: 40px 15px 0 15px;
}
.testi-container .h_txt {
    font-size: 20px;
    color: #2f2f2f;
    font-weight: 600;
    border-top: 2px solid #000;
    padding-top: 5px;
    margin-bottom: 35px;
}
.testi-container > div {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}
.test-slide img {
    float: left;
    width: 151px;
}
.testi-text {
    background: #e6e6e6;
    border-radius: 4px;
    padding: 40px 10px 40px 60px;
    width: 16%;
    width: calc(100% - 200px);
    float: right;
    line-height: 26px;
    position: relative;
    /*! z-index: 99999; */
}
.testi-text i {
    font-size: 80px;
    position: absolute;
    font-family: arial;
}
.testi-text i.icon-qut-left:before {
    position: relative;
    left: -50px;
    top: -20px;
    content: open-quote;
    font-size: 80px;
    font-weight: bold;
    color: #444444;
    font-family: arial;
}
.awaaz_banner img, .youtube_panel img{
    width: 100%;
    max-width: 100%;
}
.testi-text i.icon-qut-right:before {
    margin: 15px 0 0 10px;
    content: close-quote;
    font-size: 80px;
    font-weight: bold;
    color: #444444;
    font-family: arial;
}
.tesi-slider {
    position: relative;
    width: 100%;
}
.test-slide {
    width: 99%;
    float: left;
}
.testi-text:after {
    content: '';
    position: absolute;
    background: url("../images/testi-arrow.png");
    left: -13px;
    top: 15px;
    height: 14px;
    width: 14px;
}
.testi-nav i {
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
.testi-container > div.testi-nav {
    display: table;
    margin: 15px auto;
    width: auto;
}
.testi-indicator > span {
    width: 8px;
    height: 8px;
    background: #cecece;
    display: inline-block;
    margin: 3px 4px;
    cursor: pointer;
}
.testi-indicator > span.active {
    background: #f7a00d;
}
.testi-indicator > span:first-child {
    margin-left: 8px;
}
.testi-indicator > span:last-child {
    margin-right: 8px;
}
#footer {
    background: #f7f7f7;
    padding-bottom: 15px;
    padding-top: 15px;
}
.bottom_categories {
    width: 95%;
    max-width: 1267px;
    margin: auto;
}
.bottom_categories .h_txt2 {
    font-size: 16px;
    color: #00000f;
    border-bottom: 1px solid #dcdbdb;
    padding-bottom: 5px;
        font-weight: bold;

}
.bottom_categories .col-catg {
    float: left;
    width: 16%;
    margin-right: 0px;
    margin-top: 0px;
}
.bottom_categories .col-catg:last-child {
    margin-right: 0px;
}
.bottom_categories .col-catg .h_txt {
    font-size: 13px;
    color: #222222;
    font-weight: 300;
    padding-bottom: 5px;
    display: block;
}
.bottom_categories .col-catg ul {
    float: left;
}
.bottom_categories .col-catg li {
    list-style: outside;
    margin-left: 18px;
    font-size: 13px;
    font-weight: 600;
}
.bottom_categories .col-catg li a {
    color: #222222;
}
.bottom_categories .col-catg li a:hover {
    text-decoration: underline;
}
.footer_nav {
    border-top: 1px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    height: 44px;
    margin: 15px 0;
}
.footer_nav ul {
    display: table;
    margin: 5px auto 0 auto;
}
.footer_nav ul li {
    float: left;
    border-right: 1px solid #4f4f4f;
    padding: 0 10px;
    font-size: 14px;
    line-height: 17px;
    height: 15px;
}
.footer_nav ul li a {
    color: #4f4f4f;
}
.footer_nav ul li a:hover {
    text-decoration: underline;
}
#footer p {
    text-align: center;
    font-size: 14px;
    color: #4f4f4f;
}
#footer p a {
    color: #4f4f4f;
}
#footer p a:hover {
    text-decoration: underline;
}
/** flex slider **/
.flexslider {
    margin-bottom: 10px;
}
.flex-control-nav {
    position: relative;
    bottom: auto;
}
.custom-navigation {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-left: 42%;
}
.custom-navigation > * {
    display: table-cell;
}
.custom-navigation > a {
    width: 50px;
}
.custom-navigation .flex-next {
    text-align: right;
}
/** font icons used **/
.icon-packers:before {
    content: "\e91d";
}
.icon-hospitality:before {
    content: "\e90e";
}
.icon-info:before {
    content: "\e90f";
}
.icon-mobiles:before {
    content: "\e910";
}
.icon-online:before {
    content: "\e911";
}
.icon-arrow_left:before {
    content: "\e912";
}
.icon-arrow_right:before {
    content: "\e913";
}
.icon-airlines:before {
    content: "\e914";
}
.icon-apparels:before {
    content: "\e915";
}
.icon-automobile:before {
    content: "\e916";
}
.icon-builders:before {
    content: "\e917";
}
.icon-computers:before {
    content: "\e918";
}
.icon-consumer:before {
    content: "\e919";
}
.icon-education:before {
    content: "\e91a";
}
.icon-financial:before {
    content: "\e91b";
}
.icon-health:before {
    content: "\e91c";
}
.icon-star:before {
    content: "\e90d";
}
.icon-aboutus:before {
    content: "\e900";
    color: #2251a3;
}
.icon-ad_arrow:before {
    content: "\e901";
}
.icon-calendar1:before {
    content: "\e902";
}
.icon-calendar2:before {
    content: "\e903";
}
.icon-categories:before {
    content: "\e904";
}
.icon-clock:before {
    content: "\e905";
}
.icon-contactus:before {
    content: "\e906";
    color: #990390;
}
.icon-Home:before {
    content: "\e907";
    color: #009ee5;
}
.icon-location:before {
    content: "\e908";
}
.icon-login:before {
    content: "\e909";
}
.icon-register:before {
    content: "\e90a";
    color: #eb3c00;
}
.icon-review1:before {
    content: "\e90b";
}
.icon-write_review:before {
    content: "\e90c";
    color: #672a7a;
}
.icon-arrow_right:before {
    content: "\e913";
}
.icon-arrow_left:before {
    content: "\e912";
}
/** product reveiw form **/
.product-review-main {
    width: 75%;
    height: auto;
    /*! margin:auto; */
/*! margin-top:30px; */
    margin-bottom: 30px;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}
.product-review-inner {
    width: 95%;
    height: auto;
    margin: auto;
    border: 1px solid #dcdcda;
    padding: 20px;
}
.company-type-main {
    width: 100%;
    height: auto;
    margin: auto;
}
.side-bar-panel {
    background: white;
    width: 25%;
    float: left;
    margin-bottom: 30px;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
.side-bar-panel ul {
    width: 95%;
    height: auto;
    margin: auto;
    border: 1px solid #dcdcda;
    padding: 20px;
}
.side-bar-panel ul li {
    border-bottom: 1px dotted #ccc;
    margin: 6px 20px 6px 0;
}
marquee{
overflow: hidden;
height: 191px;
}
.log-in-page.product-review-main{
    width: 100%;
}
.side-bar-panel ul li a {
    color: #23527c;
    -o-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -webkit-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}
.side-bar-panel ul li a:hover {
    padding-left: 5px;
    color: #e79b22;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.company-left {
    width: 23%;
    height: auto;
    float: left;
    margin-right: 20px;
}
.comp-select {
    width: 100%;
    height: auto;
    margin: auto;
}
.comp-select-style {
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    padding: 5px;
    border: 1px solid #dcdcda;
}
.comp-pro-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.comp-pro-img img {
width:100%;
//height:150px;
}
.comp-pro-form {
    width: 100%;
    height: auto;
    margin: auto;
}
.comp-pro-form h4 {
    margin: 0px;
    padding-top: 10px;
    font-size: 20px;
}
.comp-pro-form p {
    margin: 0px;
    padding-top: 10px;
    font-size: 14px;
}
.bg-banner{
    background-image: url(http://customerawaaz.com/images/Banner-bg.jpg);
    background-position: center;
    background-size: cover;
    overflow: auto;
    height: 100%;
}
.layer-1{
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    overflow: auto;
}
.bg-banner .product-review-main-width-100{
    background-color: transparent;

}
.bg-white{
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
box-shadow: 0px 0px 3px rgb(0, 0, 0);
border-radius: 5px;
}
.mgb-20{
    margin-bottom: 20px;
}
.email-box-tyle {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
    margin-top: 20px;
}
.comment-box-tyle {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
    margin-top: 20px;
}
.pro-rev-submit {
    width: 120px;
    height: 35px;
    background: #E79B22;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
}
.product-review-main-width-100 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}
.form-group .form-control{
    border-radius: 0px;
}
 select {
   
    margin: 0 0 14px 0;
    height: 34px;
    border: 1px solid #ccc;
}
option{
    padding: 0 10px
}
#UserOnlineShop2{
    margin-left:  10px
}
.testi-text p{
    /*! max-width:  800px; */
}
/** product reveiw form **/
.left-testi{
    width: 156px;
    text-align: center;
    text-transform:  capitalize;
}
.test-slide img {
    float: left;
    width: 151px;
    display: block;
    margin-bottom: 12px;
}
@media (max-width:1300px) {
.product_post {
    margin-right: 16px;
}

}
@media (max-width: 1200px) {

.search_textbox {
    width: 65%;
    }
    }
 @media (max-width: 1024px) {

.search_textbox {
    width: 65%;
    }
nav ul li {
    font-size: 14px;
    margin-right: 5%;
}
.product_post {
    width: 46%;
}
.wrap_left {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.owl-carousel {
    
    width: 99% !important;
    }
.wrap_right {
    width: 100%;
    float: none;
    padding: 0 15px;
}
.awaaz_banner, .youtube_panel {
    float: left;
    width: 48%;
}
.opinion_poll {
    clear: both;
}
.cols_info {
    width: 100%;
}
.bottom_categories .col-catg {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
}
.bottom_categories .col-catg ul {
    float: none;
}
.bottom_categories .col-catg li {
    list-style: none;
    border-right: 1px solid #d2d2d2;
    font-size: 12px;
    float: left;
    padding: 0 10px 0 0;
    margin: 0px 10px 0 0;
}
.ad_banner {
    height: auto;
}
.search_textbox .btn {
    margin-left: -17px;
}
}
@media (max-width:960px) {
.product_post {
    width: 47%;
}
.testi-text {
    width: 80%;
    width: calc(100% - 120px);
    padding: 20px 10px 20px 30px;
}
.test-slide img {
    width: 96px;
}
.testi-text i.icon-qut-left:before {
    left: -29px;
    top: -46px;
    font-size: 50px;
    color: #444444;
}
.testi-text i.icon-qut-right:before {
    margin: 0 0 0 7px;
    bottom: 27px;
    font-size: 50px;
    font-weight: bold;
    color: #444444;
    position: relative;
}
.bottom_categories .col-catg {
    width: 30%;
    float: left;
}
.product-review-main {
    width: 100%;
}
.side-bar-panel {
    width: 100%
}
.icon-login {
    right: 31px;
}
.search_textbox input[type="text"] {
    margin-left: 47px;
}
.search_textbox {
    width: 56%;
}
}
 @media (max-width:768px) {
.awaaz_banner, .youtube_panel {
    width: 100%;
    float: none;
}
.awaaz_banner img, .youtube_panel iframe {
    width: 100%;
    height: auto;
}
.top_fix_main, .topheader  {
    position: relative;
    margin-top: 0px;
}
.mean-container .mean-bar {
    top: 40px;
}
.welc_guest {
    display: none;
}
.showad {
    display: none;
}
.product_post .p_thumb {
   /* width: 30% */
}
.product_post .p_right .h_txt {
    margin-top: 0px;
}
.product_post .post_tag {
    bottom: 0px;
    top: inherit;
}
.product_post .p_thumb img {
    /*width: 78%; */
    padding-top: 10px;
}

.bottom_categories .col-catg {
    width: 50%;
    float: left;
}
.search_textbox .btn {
    margin-left: -64px;
}
.logo img {
    max-width: 79%;
}
.search_textbox {
    width: 48%;
}
.search_textbox input[type="text"] {
    margin-left: 25px;
}
.left-testi {
    
    margin: 10px auto;
}
.testi-text {
    margin-bottom: 20px;
}
nav {
    
    width: 100%;
}
.cols_info {
    margin-bottom: 18px;
    height: auto;
}
}
 @media (max-width:650px) {
.top_wrapper {
    height: auto;
}
a.logo img {
    width: 78%;
}
a.logo {
    position: relative;
    top: -10px;
}
.search_textbox {
    width: 100%;
    margin-top: 9px;
    margin-left: 0px;
}
.nav_categories {
    width: 100%;
    margin-top: 25px;
    position: relative;
    max-width: 148px;
}
.product_post {
    width: 100%;
}
.test-slide img {
    float: none;
    margin: 0 auto 30px auto;
    display: block;
}
.testi-text {
    width: 100%;
}
.testi-text:after {
    left: 43%;
    top: -10px;
}
.footer_nav {
    height: auto;
}
.footer_nav ul li {
    font-size: 13px;
    margin-bottom: 10px;
}
.nav_categories:hover .dropdown_new {
    display: none;
    visibility: visible;
    top: 22px;
    position: absolute;
    z-index: 110;
}
.overlay_white {
    display: none;
}
.nav_categories .dropdown ul li {
    width: 213px;
}
}
 @media (max-width:580px) {
.expert_awaaj {
    display: none;
}
.bottom_categories .col-catg {
    width: 50%;
}
.nav_categories .dropdown ul li:hover .submenu-1 {
   
   left: 31px;
width: 270px;
top: 32px;
   
}
}
 @media (max-width:390px) {
.product_post .p_right {
    float: left;
    padding: 19px 0;
    width: 100%;
}  
} 
/* CSS Document */
.evnt-white-box{background: #fff; margin-top: 15px; margin-bottom: 15px;}
.evnt-box{padding-top: 30px;}
.evnt-name{font-size: 20px; font-weight: bold;}
.evnt-desc{font-size: 13px;}
.evnt-btn{background: #e79b22; border:1px solid #e79b22; color:#000; font-weight: bold; font-size: 14px; padding: 8px 20px; margin-bottom: 15px;}
.evnt-box-marq{padding-top: 30px;}
.evnt-box-marq .marquee{border:1px solid #e79b22; margin-bottom: 15px; padding: 10px;}
.evnt-box-marq .marquee p{border-bottom: 1px solid #ccc;}
.evnt-box-marq .marquee p a{text-decoration: none; color: #000;}
.evnt-box-marq .marquee p a:hover{text-decoration: none; color: #e79b22;}
.reload_button{    margin-left: 0px;
    background: url(../images/reload_gray.png) bottom right no-repeat ;
        padding: 0px 15px;
    border: none;}