
.text-center {
    text-align: center;
}

.content-no {
    cursor: pointer !important;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    right: 0px;
    color: #000;
    line-height: 10px;
    padding: 11px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    background-color: #FFCC00;
}
.content-no:hover {
    background: #000 !important;
    color: #fff !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.closenow {
    webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
    position: absolute;
    font-size: 12px;
    right: 15px;
   top: 35px;
   right: 27%;
   font-size: 22px;
   cursor: pointer;
   opacity: 1;
   z-index: 20;
}

#clientsDropDown .form-control {
    padding: 8px 9px;
    height: auto !important;
    background: #fff;
    margin-bottom: 10px;
}


#clientsDropDown {
  position:fixed;
  bottom:0px;
  width: 270px;
  z-index: 100;
  right:70px;
}

.mybutton button, input[type="submit"] {
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #00d8ff;
    background: #00d8ff;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    outline: none;
    -webkit-transition: all 180ms ease-in;
    -moz-transition: all 180ms ease-in;
    -ms-transition: all 180ms ease-in;
    -o-transition: all 180ms ease-in;
    transition: all 180ms ease-in;
}

#clientsDropDown .form-group{ margin-bottom:5px !important;}

#clientsDropDown textarea.form-control{ min-height:30px !important;     margin-bottom: 9px !important;}
#clientsOpen{
	color:#000000;
	line-height:15px;
	padding:11px;
	font-size:16px;
	border-radius:5px 5px 0 0;
	width:70%;
	font-weight:bold;
	background-color: #FFCC00;
	text-align: center;
}
#clientsDashboard{ background:#000; padding:15px;}
#clientsDropDown .btn-submit{ margin-top:0px !important;     margin-bottom: 0 !important;}
#clientsDropDown .btn-submit:hover{    background: #38b81b !important;}
#clientsDropDown #clientsDashboard {
  display: none;
}
#clientsOpen{ cursor:pointer;}
#clientsOpen:hover{ background:#000; color:#fff !important;}
@media (max-width:768px){
	


#clientsDropDown {
  position:fixed;
  bottom:0px;
  width: 160px;
  z-index: 100;
  right:150px;
}
#clientsDropDown .form-group{ margin-bottom:5px !important;}
#clientsDropDown .form-control{ padding:3px 5px; height:auto !important;}
#clientsDropDown textarea.form-control{ min-height:30px !important;}
#clientsOpen{ background:#FFCC00; color:#000; line-height:15px; padding:5px;  font-size:12px; border-radius:5px 5px 0 0; width:80%; font-weight:bold;}

#clientsDashboard{ background:#000; padding:15px;}
#clientsDropDown .btn-submit{ margin-top:5px !important}
#clientsDropDown #clientsDashboard {
  display: none;
}


button, input[type="submit"] {
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #00d8ff;
	background: #00d8ff;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;
	outline: none;
	-webkit-transition: all 180ms ease-in;
	-moz-transition: all 180ms ease-in;
	-ms-transition: all 180ms ease-in;
	-o-transition: all 180ms ease-in;
	transition: all 180ms ease-in;
}



#clientsDropDown .btn-submit {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}

input, select, textarea {
    border: 1px solid #980780;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    background: #ffffff;
    font-family: Lato;
    box-sizing: border-box;
}

.pricing-box {
    position: relative;
    text-align: left;
    transition: all 0.4s ease-out 0s;
    transform: translateX(0px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
    padding: 40px 40px;
    background: #f2f2f2;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    transition: all 0.4s ease-out 0s;
    border: 5px solid transparent;
}


