/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/


/*Blockquote customization start*/
.wp-block-quote {
    font-style: italic;
    margin: .25em 0;
    padding: .25em 40px;
    color: #383838;
    background:#ececec;
}

.wp-block-quote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: relative;
    color: #7a7a7a;
}

.wp-block-quote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
 
.wp-block-quote cite:before {
    content: "\2014 \2009";
}


.banner-btn a:before {
    content: url(images/btn-errow.png);
    position: absolute;
    left: 30px;
    top: 8px;
}

/*Footer Bar start*/
 
.fixedbar {
background: #F2F2F3;
    bottom: 0px;
    color: black;
    font-family: 'Josefin';
    left: 0;
    padding: 0px;
    position: fixed;
    font-size: 12px;
    width: 100%;
    z-index: 99998;
    float: left;
    vertical-align: middle;
    margin: 0px 0 0;
    opacity: 0.95;
    font-weight: bold;
}
.boxfloat {
text-align:left; 
width:920px; 
margin:0 auto;
}
 
#tips, #tips li {
margin:0; 
padding:0; 
list-style:none
}
#tips {
width:100%; 
font-size:20px; 
line-height:120%;
}
#tips li {
padding: 15px 0; 
display:none;
}
#tips li a{
color: #fff;
}
#tips li a:hover {
text-decoration: none;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-main.btn-md.btn-test {
    margin-top: 10px;
    background-color: #9829fd;
    color: white;
}
input#gform_submit_button_8 {
    border: 0px;
    padding: 0px;
    width: 159px;
    height: 39px;
    background-color: #9700fd;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border-radius: 3px;
    cursor: pointer;
	text-transform: uppercase;
}

div#gform_confirmation_wrapper_8 {
    margin-top: 28px;
}
/*progressbar*/
.progressContainer {
  left:0;
  width: 100%;
  height: 0.4em;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  overflow: hidden;
  background-color: #fff;
  content: "";
	display: table;
	table-layout: fixed;
}

.progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color:#9700fd;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

body img.gform_ajax_spinner {
    display: none !important;
}

 .close-button {
            transition: all 0.5s ease;
            position: absolute;
            padding: 1.5px 7px;
            right: 50px;
	 		top:35px;
            color: grey;
	 		border:none !important;
	     background-color: #9700fd;
    color: #ffffff;
    font-size: 12px;
	     border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
           
        }
/*Footer Bar end*/
