/*resposiveness*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 320px) {
html, body {width: auto!important; overflow-x: hidden!important}

  #body_content .index_btn_free .free_text {
    margin-left: 189px!important;
    margin-top: -61px!important;
}
#articles_art input[type="search"] {
    margin-right: 31px;
}
.filter{
  margin-bottom: 20px !important;
}

#head_logo {
    margin-top: 30px !important;

	}
  #head_logo .col-md-9 {
    padding-left: 0 !important;
  }

  .review_more {
    margin-left: 54px !important;
  }
  .review_less {
    margin-left: 54px !important;
  }

  #mod_overwhelm #transp .free_text {
    margin-left: 125px!important;
    margin-top: -53px!important;
}
.jumbotron .softwarelogo{
  margin-bottom: 30px;
}

#partner_opp_form {
    width: 100% !important;
}
}
#module_hometabs table{
  table-layout: fixed !important;
}
/* iphone 6, 7, 8 mate 20 lite */
@media only screen and (max-width: 480px){
  html, body {width: auto!important; overflow-x: hidden!important}
body{
  width: 414px;
}
/* #head_logo img {
  width: 252px;
  margin-left: 3%;
}

#head_logo {
  width: 72.5%;
} */

.rating_filter{
  margin-bottom: 20px;
}
#expert_advise{
  text-align: center;
}
#head_logo #expert_advise {
    /* border-left: 2px solid #394a59;
    border-right: 2px solid #394a59; */
    float: none;
    padding-right: 108px;
    font-size: 15px;
    width: inherit!important;
    margin-top: 0px!important;
    margin-right:0px!important;
}
.home_image_container h4 {
  font-weight: normal;
  padding: 0;
}
.home_image_container p {
  width: 100%;
  font-size: 19px;
}
.home_image_container a {
  width: 100%;
  font-size: 15px;
}

.index_btn_free #myBtn{
  margin-bottom: 10px;
}
#myBlogBtn{
  margin-bottom: 10px;
}
#body_content .index_btn_free .free_text{
      margin-left: 240px;
      margin-top: -61px;
}
#how_icons{
  width: 100%
}
#how_icons img{
  margin: 0 auto;
  display: block;
}
#how_text{
  width: 100% !important;
}
#how_arrows{
  width: 100% !important;
}
#how_arrows img{
  margin: 0 auto;
  display: block;
  transform: rotate(90deg);
}
.purchase li{
  width: 50%;
}
#module_hometabs .table-striped a{
  color: black;
}
#footer_links{
  margin-left: 0;
}
#myTopBtn{
  bottom: 124px;
}
#footer_button_op{
  margin-right: 0;
}
.jumbotron .modal-content {
  width: 85% !important;
}
.list_float{
  float: right;
}
#myTable {
  /* color: red; */
}
/* .table>tbody>tr>td{
  width: 330px;
} */
#vendors_list td{
      width: 71%;
}
#table_icon{
  /* float: left; */
}
#table_heading{
  /* float: left; */
}
#table_btns{
  /* float: left; */
  margin-top: 10px;
}
.read_more_btn{
background-color: rgb(4, 136, 184);
border: none;
color: white;
padding: 5px;
text-align: center;
text-decoration: none;
display: block;
width: 100%;
margin-bottom: 5px;
}
.software_demoreq{
  margine-bottom : 10px;
}
#vendors_list .software_demoreq {
    width: 100% !important;
}
.read_more_btn{
  width: 100%;
}
.review_more{
  margin-left: 10%;
}
#head_logo img {
    margin-top: 17px;
}
#body_content h1 {
    width: 100%;
    font-size: 20px;
}
#body_content p {
    width: 100%;
}
.form-control {
    width: 100% !important;

}
.preview_img{
  /* display: none; */
}

/* view product */
.viewpro_write{
  padding: 10px !important;
      margin-top: 20px !important;
}
.viewpro_review{
  margin-top: 5px !important;
    width: 100% !important;
}
.viewpro_web{
  margin-top: 5px !important;
  margin-bottom: 5px!important;
  width: 45%;
  float: left!important;
}
.viewpro_demo{
  width: 45% !important;
    margin-top: 5px !important;
}
/* #footer {
    width: 72.5%;
} */


/* category */
#module_cattabs li{
  width: 50%;
  font-size: 12px;
}
#module_cattabs #mod_overwhelm {
    /* width: 100%;
    padding: 0; */
    /* background: url(../img/over_img.png) no-repeat; */
    /* height: 210px; */
    /* margin-bottom: 130px; */
    /* margin-bottom: 208px; */
}

#mod_overwhelm #transp {
    /* position: absolute;
    left: 0;
    top: 0;
    background: rgba(57,74,89,.8);
    width: 100%;
    height: 400;
    margin-bottom: 15px;
    padding: 25px; */
}
#mod_overwhelm #transp .free_text {
    margin-left: 171px;
    margin-top: -61px;
}

#myBtn {
    /* font-size: 12px; */

}

#module_cattabs #modcat_list li {
    margin-bottom: 8px;
    width: 100%;
}

.modal-content .bootstrap-frm {
    margin: 0px auto 30px;
}

/* demo popup  */
.popupproductoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    overflow: scroll;
}
.popupproductcon {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    position: relative;
    transition: all 5s ease-in-out;
}

#contactpage_form {
    width: 100%;
    margin-bottom: 20px;
}
#contact_dets {
    width: 100%;
}
#contactpage_form .bootstrap-frm {
    width: 100%;

}
.header_images {
    height: 150px;
}
.header_images img{
    height: 150px;
}
.header_imgtext_block {
    display: none;
    left: 30%;
    bottom: 39%;
}
.header_imgtext_block h4 {
    font-size: 20px;
}

/* Partnership page */

/* .partner_opp_form{
  width: 100% !important;
} */
#partner_opp_form {
    width: 100% !important;
}
#partner_opp_form table {
    table-layout: fixed;
}
#partner_opp_form input[type="submit"] {
    font-size: inherit !important;

}


/* recommendationList */
.review_more{
  margin-left: 85px;
}
.review_less{
  margin-left: 85px;
}

.image_header {
    width: 100%;
    height: 200px;
}


/* resources article list */
/* .articles_img{
  display: none;
} */
.article_readmore_btn{
  display: none;
}
.dataTables_length select{
  width: 39% !important;
}
.articles_list_filter input{
  width: 59%;
  /* margin-right: 246px; */
}
.dataTables_length label{
  margin-left: 30px;
}
#articles_art input[type="search"] {

    margin-right: 31px;
}
.jumbotron .preview_img img {
    width: 273px;
}


#head_logo {
    margin-top: 30px !important;

	}
  .jumbotron .softwarelogo{
    margin-bottom: 30px;
  }
  .jumbotron .preview_img {

    margin-bottom: 20px;
}
  .minchar {
    width: 50%;
}
.cs_spacing{
  margin-bottom:22px;
}
.func_spacing{
  margin-bottom:20px;
}
#partner_opp_form {
    width: 100% !important;
}

}
@media only screen and (min-width: 480px) and (max-width: 768px){
  html, body {width: auto!important; overflow-x: hidden!important}

  #how_container {
    width: 100%;
    padding: 5px;
    background-color: #ececec;
    border: 1px solid #DDD;
    border-radius: 8px;
  }
  #how_icons img {
    width: 100px;
    vertical-align: middle;
}
#how_text {
    width: 21% !important;
    vertical-align: middle;
    padding-left: 55px;
    padding-top: 9px;
}

.index_btn_free #myBtn {
    background-color: rgb(4, 136, 184);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#myBlogBtn {
    background-color: rgb(4, 136, 184);
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#body_content .index_btn_free .free_text {

  margin-top: -62px;
      margin-left: 368px;

}
#module_hometabs .nav-tabs>li {
    width: 50%;
}

.home_image_container a {
    background-color: rgb(4, 136, 184);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 50%;
    text-transform: uppercase;
    font-weight: bold;
}
.home_image_container h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 10px;
    width: auto;
    display: inline;
    background: rgba(240, 85, 35, .70);
}
#footer_links {
    margin-left: 0;
}
#footer_button_op {

    margin-right: 0;
}
.jumbotron .modal-content {
    width: 60%!important;
}
.home_image_container {
    width: 100%;
}
#contactpage_form {
    width: 100%;
    margin-bottom: 20px;
}
#contact_dets {
    width: 100%;
}
#articles_list_filter input{
  /* width: 59%; */
  margin-right: 246px!important;
}
.dataTables_length label{
  margin-left: 30px !important;
      padding-right: 149px;
}
#articles_art select {
    border: 1px solid #CCC;
    border-radius: 3px;
    display: inline-block;
    padding-left: 5px;
    height: 30px;
    width: 25%;
}
#mod_overwhelm #transp .free_text {
    margin-left: 373px;
}

/* view product */
.viewpro_write{
  padding: 10px !important;
}
.viewpro_review{
  margin-top: 5px !important;
    width: 100% !important;
}
.viewpro_web{
  margin-top: 5px !important;
  margin-bottom: 5px;
  width: 45%;
  float: left!important;
}
.viewpro_demo{
  width: 45% !important;
    margin-top: 5px !important;
}
#partner_opp_form {
    width: 100% !important;
}
}
.jumbotron .softwarelogo{
  margin-bottom: 30px;
  /* width: 100% !important; */
}
/* #partner_opp_form {
    width: 100% !important;
} */
#partner_opp_form table {
    table-layout: fixed;
}
#partner_opp_form input[type="submit"] {
    font-size: inherit !important;

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px){
  html, body {width: auto!important; overflow-x: hidden!important}
  .jumbotron .modal-content {
      width: 60%!important;
  }
  .home_image_container a {
    width: 44%;

}
#myBlogBtn {
    font-size: 15px;
}
.index_btn_free #myBtn {
    font-size: 15px;
}
#body_content .index_btn_free .free_text {
    margin-left: 160px;
}
#how_text {
    padding-left: 51px;
    padding-top: 19px;
}
#module_hometabs .nav-tabs>li {
    width: 50%;
}
#footer_links {
    margin-left: 0;
}
#footer_button_op {

    margin-right: 0;
}

/* contact us page */

#contactpage_form {
    /* width: 55%; */
    width: 100%;
}
#contact_dets {
    width: 100%;
}
.read_more_btn{
  background-color: rgb(4, 136, 184);
border: none;
color: white;
padding: 5px;
text-align: center;
text-decoration: none;
display: block;
width: 100%;
margin-bottom: 5px;
}
.filter{
  margin-bottom: 20px;
}

/* view product page */

.software_demoreq{
  width: 100% !important;
  padding: 5px !important;
}
.jumbotron .softwarelogo{
  margin-bottom: 30px;
}
.func_spacing{
  margin-bottom:20px;
}


}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  html, body {width: auto!important; overflow-x: hidden!important}
  #body_content .index_btn_free .free_text {
    margin-left: 199px!important;
  margin-top: -61px!important;
}
  }

  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    html, body {width: auto!important; overflow-x: hidden!important}
    #body_content .index_btn_free .free_text {
      margin-left: 227px!important;
    margin-top: -61px!important;
  }
    }

    @media (max-width: 990px) {
      .navbar-header {
            float: none;
        }
        .navbar-left,.navbar-right {
            float: none !important;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            margin-top: 7.5px;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .collapse.in{
            display:block !important;
        }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
