/* CRM Web Form*/



.crm-form br {
  display: none;
}
.crm-form form {
  background-color: rgba(256,256,256,0.6) !important;
  padding: 10% 0 10% 50px !important;
  border-radius: 10px;
}
.crm-form table {
  background-color:rgba(200,219,231,0) !important;
  
    border:none !important;
}

.crm-form table tr {
    width:300px !important; 
}

.crm-form table tr:first-child td {
  display: none;
}
.crm-form table tr td span {
  color: #286b95 !important;
  font-size: 16px !important;

}

.crm-form input[type="reset"] {
  display: none !important;
    width:300px !important;
}

.crm-form input[type="submit"] {
  color: white !important;
  font-size: 16px !important;
  background-color: #CFC92D;
  justify-content:center;
  width:290px !important;
    font-weight:bold;
  
}

div#crmWebToEntityForm{
    background-color:none !important;
}


    




/* Hide top logo */
.theme-header {
    display:none;
}



/* Dividers */
.make-calls hr,
.wide-div hr{
    border-bottom:4px solid #CFC92D;
    border-top:none;
    width:30%;
    margin:0 auto;
}

/* Button */

.free-button a{
    font-size:20px;
    border:3px solid white !important;
}





/* List with wheels */
.why-list-white li {
    list-style-type: none;
  background: url('https://crm-integration.zohosites.com/ComRes_White.png') no-repeat top 10px left;
  padding-left:40px;
}


.why-list li{
  list-style-type: none;
  background: url('https://crm-integration.zohosites.com/LandingPage_Logo_bullet.png') no-repeat;
  padding-left:40px;

}

/* Why ComRes Section */
.why-text{
    font-size:30px;
    color:#166A9F;
}

.why-text li{
    background-position: left !important;
}

/*** Social Links ***/
.social-icons {
  list-style-type:none;
  text-align:center;
}

.social-icons li {
  display:inline-block;
}
.social-icons i {
    color:white;
    font-size:30px;
    padding:0 25px;
}

  .social-icons-top  .social-icons i {
    color:#53AB40;
    padding:30px  15px 0 15px !important;
} 

/* Testimonials */

.test-circle img {
    max-width:100px;
    border-radius:50%;
   
}

.phone-numb {
    text-align:right;
}

.phone-numb p  {
color:white;
font-family:Montserrat, sans-serif;
font-size:34px;
 
}

.phone-numb i {
    font-size:28px;
    padding-right:10px;
}

/*** Mobile ***/
@media only screen and (max-width: 600px) {
.top-header figure{
   margin:0 auto;
    }
    
.top-header h2 {
   text-align:center;
}
    .gabe-graphic img {
        width:75%;
    }
    
    .zsbigger-size-heading h1 span  {
        font-size:45px !important;
    }
    
    .integrate h1 span span span span {
        font-size:30px; !important;
    }
   .why-integrate p {
       line-height:1.5em !important;
    }
    .why-integrate p span span span {
        font-size: 50px; 
    
}
    
    .what-people h2 {
        text-align:center;
    }
    
    .bold-mot h2 {
        font-size:60px !important;
}
    
    .get-started h2{
        text-align:center;
    }
    .get-started .zpbutton-align-left {
        text-align:center;
    }
    
    .powered-by figure {
        margin:0 auto;
    }
    .powered-by h2 {
        text-align:center !important;
    }
    
    .phone-numb {
        text-align:center;
    }
        

}




/******* For Pricing Table ***/
/* The prices for this page are in the Custom JS plugin. */
.hide-icon {
  display: none;
}

/* Pricing Boxes */
.best-value {
  background-color: #0f699d;
  /* margin-top:-20px; */
}

.custom-box {
  border: 1px solid #888888;
}

.side-box {
  margin-top: 40px;
}

.price {
  text-align: center;
}

#simple-price,
#prem-price,
#enterp-price {
  font-size: 50px;
  color: #d0ca2e;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.showboat {
  background-color: green;
}

.noboat {
  background-color: yellow;
}

.toggle-switch {
  background: #ccc;
  width: 80px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.toggle-switch:after {
  content: " ";
  display: block;
  width: 40px;
  height: 30px;
  background-color: #0f699d;
  border: 3px solid #fff;
  border-top: 0;
  border-bottom: 0;
  margin-left: -3px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.active .toggle-switch:after {
  margin-left: 40px;
}

.toggle-label {
  display: inline-block;
  line-height: 30px;
}

.toggle-label-off {
  color: #0f699d;
}

.active .toggle-label-off {
  color: #000;
}

.active .toggle-label-on {
  color: #0f699d;
}

/* Number of Users Section */
.user-section ul {
  list-style-type: none;
}

.user-section ul li {
  display: inline-block;
}

.user-section h3 {
  font-size: 20px;
  text-align: center;
}

.user-section #the-users {
  background-color: #14689d;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}

.user-section #the-users li {
  padding: 0 40px;
}

.user-section #the-users input {
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.user-section #the-users label,
.user-section #the-users-labels label {
  font-size: 20px;
}

.user-section #the-users-labels {
  background-color: white;
}

.top-line {
  background-color: blue;
}

.options-table-2,
.options-table {
  margin: 0 0%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-top: 0;
  background-color: #f5f5f5;
}

.options-table-2 p,
.options-table p {
  margin: 0;
  padding: 20px 0;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid white;
  line-height: 1em;
}

.options-table .checkit::before {
  content: "\f00c";
}

.options-table #ot-info {
  padding-left: 10px;
}

.options-table #option1,
.options-table #option2,
.options-table #option3 {
  text-align: center;
}

#option1 {
  text-align: center;
}

.options-table-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.options-table-2 p {
  text-align: center;
}

.top-line {
  background-color: #0f699d;
  color: white;
}

/* Pay Slider */
#save-msg {
  line-height: 2em;
  color: #0f699d;
}

.check-icon::before {
  font-family: FontAwesome !important;
  background-color: yellow;
  content: "\f05a" !important;
}

/*.fa .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

i::before {
  font-family: 'Font Awesome 5 Free';
  content:"\f00C";
}*/
.check-mark {
  color: #14689d;
}

/* New Toggle Button */
.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 400px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button-cover {
  height: 20px;
  margin: 20px;
  border-radius: 4px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 300px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.pgtoggle {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 3 !important;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  background-color: lightgrey;
  border-radius: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}


/* Button 10 */
#button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 0px;
  border-radius: 2px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 20px;
}

#button-10 .knobs:before {
  content: "";
  background-color: #14689d;
}

#button-10 .knobs:after {
  content: "1 Year Term";
  right: 4px;
  color: #4e4e4e;
}

#button-10 .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#button-10 .pgtoggle:checked + .knobs span {
  color: #4e4e4e;
}

#button-10 .pgtoggle:checked + .knobs:before {
  left: 150px;
  /*  background-color: #fcebeb;*/
}

#button-10 .pgtoggle:checked + .knobs:after {
  color: #fff;
}

#button-10 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

#the-users-labels {
  list-style-type: none;
  padding: 0;
  
    text-align:center;
}

#the-users-labels li {
  display: inline-block;
  text-align: center;
  width: 110px;
  font-size: 16px;
}

#the-users-labels li:first-child {
  padding-left: 10px;
}

.outside-box {
    margin-top:65px;
}
.inner-box {
    margin-bottom:-20px;
}

. 
/*# sourceMappingURL=style.css.map */
 

