/**
* Template Name: ZenBlog - v1.0.0
* Template URL: https://bootstrapmade.com/zenblog-bootstrap-blog-template/
* Author: BootstrapMade.com
* License: https:///bootstrapmade.com/license/
*/

/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
   
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin: auto;
    
  }
  .navbar a i, .navbar a:focus i {
    font-size: 15px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar .getstarted, .navbar .getstarted:focus {
    background: rgb(248, 248, 248);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
  }
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: rgb(255, 255, 255);
    background: rgb(250, 250, 250);
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    
    top: calc(100% + 30px);
    margin: 0;
    padding: 5px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #B5D1FF;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    
    border-radius: 4px;
    
  }
  .navbar .dropdown ul li {
    min-width: 200px;
    
  }

  .navbar .dropdown ul a {
    padding: 3px 0px ;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color:rgb(0, 0, 0);
  }
  .navbar .dropdown ul a i {
    font-size: 15px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: rgb(255, 255, 255);
    background-color: #4e7bc4;
    border: 1px solid #ffffff;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
    
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

.mobile-nav-toggle {
  display: none;
}

.navbar a:hover{
  text-decoration: none;
}

}

.navbar{
  margin-bottom: 0;
  /* align-items: normal; */
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}


.navbar-default .navbar-toggle {
   border-color: none;
}

/* Customer Comments */
.main-container{
  font-family: Helvetica;
  text-align: center;
}
.flex-container-product{
  padding: 35px 30px 35px 30px;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1491px;
  margin: auto;
}
.review_container{
  border: solid 1px #c6d9e5;
    background-color: #e9f1ff;
}

.commentsTitle{
  text-align: left;
}

.productNameLink{
  text-decoration: none;
}

#pName .cms-plugin, #pName p{
  font-size: 30px !important;
  font-weight: bold;
  margin: 0px;
}
.subTitle p, .subTitle + h4 {
  color: black;
  font-size: 20px;
  padding: 30px 0px 14px 0px;
}
.subTitle p strong u, h4 u {
  text-decoration: none;
}
.commentsTitle p, .commentsTitle h2{
  font-size: 18px;
}
.action-buttons{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.secdownload ,.secdownload a{
  text-decoration: none;
  color: #9A9A9A !important;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline 3px;
  display: flex;
  margin-top: 4px !important;
  text-align: center;
  margin: auto;
  align-items: center;
}
.action-buttons .freeTrial .buttonfreetrial{
  margin-right: 0;
}
.freeTrial{
  margin-right: 10px;
}
.freeTrial, .buyNow{
  flex-flow: column;
  display: flex;
  justify-content: center;
  justify-items: center;
}

.comment{
  background-color: #ffffff;
  border: solid 1px #095bbfe1;
  width: 100%;
  box-shadow: 1px 3px 7px 0px rgba(0,0,0,0.11);
  padding: 20px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.comment:hover{
  box-shadow: 1px 3px 13px 0px rgba(0,0,0,0.21);
}

.screenshot-demo-card{
  border-radius: 10px;
  height: 250px;
  width: 90%;
  background-color: gray;
  margin: 10px auto;
}

.read-more{
  display: inline-block;
  clear: both;
  background-color: #095bbf;
  border: solid 1px #adc0cc;
  width: 100%;
  padding: 15px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.ReadMoreArrow {
  float: left;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.secdownload a:hover{
  text-decoration: underline;
}

.ReadMoreArrow img {
  vertical-align: middle;
}
.ReadMoreContent{
  float: left;
  margin-top: 10px;
  padding-left: 7px;
  font-size: 18px;
}
.ReadMoreArrow p{
  display: inline-block;
  margin-bottom: 0;
}
.WhatsNext {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: left;
}
#readMoreContent:hover, #readMoreContent {
  text-decoration: none;
}
div#readMoreProduct {
  display: flex;
  font-size: 18px;
}
#readMoreProduct div, #readMoreProduct div p{
  font-size: 18px;
}

div#readMoreProduct:hover{
  border-bottom: 1px solid #007bff !important;
}

.download {
  justify-content: center;
  justify-items: center;
}
.downloadbtn img{
  width: 100%;
}
.CC_Download_div{
  display: flex;
  flex-flow: column;
  justify-content: center;
  
}
@media (max-width:830px) {
  .flex-container-product, .flex-container-main{
    flex-flow: column;
    align-items: left;
    padding-left: 3%;
  }
  .action-buttons{
    width: 100%;
    justify-content: flex-start;
  }

  .WhatsNext img{
    display: inline-block !important;
  }
  .ReadMoreArrow img {
    display: inline-block !important;
  }
  .ReadMoreArrow{
    align-items: flex-start;
  }
  div#readMoreProduct {
    flex-flow: column;
  }
  .freeTrial, .buyNow{
    justify-content: flex-start;
  }
}

.deskshareLogin{
  margin: 40px auto;
  max-width: 600px;
  border-spacing: 0;
}

.deskshareLogin td{
  padding: 10px;
}

.deskshareLogin .header1{
  background-color: #ee6943;
  color: white;
  font-weight: bold;
}

.deskshareLogin tr:not(:first-child) td{
  border: 1px solid #eeee;
}

.deskshareLoginButton{
  color: white;
  background-color: #105cb6;
  border: none;
}

.deskshareadminmain{
  background-color: #e4f1ff;
  max-width: 1500px;
  margin: auto;
}

.deskshareadminmainflex{
  display: flex;
}
.deskshareadminmainflex>div{
  width: 100%;
}

.deskshareadminmainflex>div p{
  padding: 0px 10px;
}

.deskshareadminheadings{
  font-weight: bold;
  background-color: #6486B5;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}
#pName{
  color:#004599;
}

#Customer_comments h4:last-of-type {
  color: #004599;
  margin-top: 4px;
}
#Customer_comments h4 b{
  font-size: 18px;
  color: #004599;
}

#readMoreProduct div{
  color: white;
  font-size: 18px;
}
#buyprice_cr{
  color: #28a745;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
#buyprice_cr:hover{
  background-color: inherit !important;
  text-decoration: none;
}
.ReadMoreArrow img{
  filter:  brightness(0) invert(1); 
  width: 60px; 
  margin-top: -34px;
}

.CC_Download_div #freebtn{
  margin: 0px;
    min-width: 260px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #095bbf;
    justify-content: center;
}
.CC_Download_div #freebtn:hover{
    background-color: #1663c2c5;
}