body.fcb-modal-open {
  	overflow: hidden
}

.fcb-link-button {
	position: fixed;
    right: 50px;
    bottom: 40px;
    height: 52px;
    width: 170px;
    z-index: 100000000;
    box-shadow: 0px 10px 32px -4px rgba(255, 99, 99, 0.12);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
    cursor: pointer;
	background-color: #FFF !important;
	border-radius: 32px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
a.fcb-link-button:hover{
	text-decoration: none;
}

i.fcb-icons {
	color: #fff;
    border-radius: 32px;
    padding: 5px;

}

i.fcb-icons:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease;
	border: 0px solid
}

i.fcb-icons:hover:after {
	transform: scale(1);
}

i.fcb-icons:hover {
	color: #FFF;
}

i.fcb-icons:after {
	border-color: #E94560
}

i.fcb-icons:hover {
	box-shadow: none
}

i.fcb-icons:hover span {
	margin-right:-2px
}

@media ( min-width: 601px ) {
	i.fcb-icons {
		padding: 5px
	}
}

@media ( min-width: 993px ) {
	i.fcb-icons {
		padding: 5px
	}
}

i.fcb-icons span {
	font-size: 24px;
    display: table-cell;
    padding: 4px 1px;
    color: #E94560;
    background: #FFDAE0;
    border-radius: 50%;
    position: relative;
    left: 10px;
    top: 8px;
}
.contact-txt{
	float: right;
    position: relative;
    top: 12px;
    right: 20px;
}

#fcb-modal-container {
	margin: 0 auto
}

#fcb-modal {
  	opacity: 0;
  	position: fixed;
  	visibility: hidden;
  	width: 500px;
  	box-sizing: border-box;
  	transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-webkit-transition: all .2s ease-in-out;
	z-index: 1000000000;
	border-radius: 0px 
}

#fcb-modal:target {
  	opacity: 1;
  	top: 12%;
	left: 50%;
	margin-left: -200px;
  	visibility: visible
}

#fcb-modal .copy, #fcb-modal .header {
  	padding: 10px;
  	color: #fff
}

.fcb-modal-content {
  	position: relative;
  	z-index: 20;
  	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 20px 5px;
	box-shadow: 2.5px 4.33px 50px 0px rgba(0, 0, 0, 0.3);
	max-height: 500px;
	border-radius: 7px;
}

.fcb-modal-content p {
    margin: 0px 0px 5px !important
}

#fcb-modal .copy { 
	background: #46CFB0 
}

#fcb-modal .overlay {
  	background-color: #000;
  	background: rgba(255,255,255,.8);
  	height: 100%;
  	left: 0;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 10
}


#fcb-modal .fcb-header {
	z-index: 21;
	position: relative;
	float: right;
	top: 5px;
    right: 3px;
}

#fcb-modal .fcb-header-close {
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	width: 34px;
	height: 34px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle
}

#fcb-modal .fcb-header-close:hover {
	color:#E94560 !important
}

#fcb-modal .fcb-header-close:hover .fcb-close {
	color: #E94560 !important;
	text-decoration: none !important
}

#fcb-modal .fcb-close {
	color: #bab6b6;
	text-decoration: none !important;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 16px;
}

#fcb-modal .fcb-close:hover {
	color: #000;
	text-decoration: none !important
}

a.close-fcb-modal {
	text-decoration: none !important
}

#fcb-modal form {
	margin: 1.5em 0px -10px 0px
}

@media only screen and ( min-width: 651px ) and ( max-width: 1024px ) {
	#fcb-modal {
  		width: 350px !important
	}

	#fcb-modal:target {
		margin-left: -175px !important
	}
}

@media only screen and ( max-width: 650px ) {
	#fcb-modal {
		width: 90%;
		min-width: 90%
	}

	#fcb-modal:target {
		top: 5%;
		left: 5%;
		margin-left: unset !important
	}
	
	.fcb-modal-content {
  		max-height: 550px;
	}
	
	i.fcb-icons {
		height: 65px;
		width: 65px
	}
	
	i.fcb-icons span {
		font-size: 40px
	}
	
	#fcb-modal .copy, #fcb-modal .header {
		padding: 0px
	}
	
}

#fcb-modal .wpcf7-acceptance span {
	font-size: 11px;
	text-align: justify;
	margin: 0;
	line-height: 1.3
}

#fcb-modal .caldera-grid .row {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.fcb-modal-content::-webkit-scrollbar {
  	width: 11px
}

.fcb-modal-content {
  	scrollbar-width: thin;
  	scrollbar-color: #CFD8DC
}

.fcb-modal-content::-webkit-scrollbar-track {
  	background: #CFD8DC
}

.fcb-modal-content::-webkit-scrollbar-thumb {
  	background-color: #666;
  	border-radius: 6px;
  	border: 3px solid #CFD8DC
}