/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.side-icon {
	/*position: absolute;*/
	/*right:0px;*/
	/*top: 0px;*/
	max-width:150px;
}

.side-image {
	position: absolute;
	right:0px;
	top: 0px;
	/*max-width:400px;*/
	height:100%;
	/*max-height:400px;*/
}

.calendly-overlay {
	background: rgba(0,0,0,0.7) !important;
}

.calendly-overlay .calendly-popup{
	background: white !important;
}

.inner-page ul, .inner-page ol{
	margin-left:20px !important;
	line-height: 30px;
}

.inner-page .main-tip{
    border: 1px solid #349aca;
    padding: 20px;
    border-radius: 5px;
    background: #349aca1f;
    color: #000;
    font-weight: 450;
    text-align: center;
}