/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2023 | 12:18:58 */
strong {
    color: #176ab0;
}

.howdopart {
    position: relative;
}

.howdopart .ringshape {
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: -1;
}

.howdopart::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(236,239,248, 60%);
	border-radius: 20px;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}



/* contact-us */
.highlighttext {
    background: #F5D83B;
}
.equalheight {height: 100%;}

.equalheight .elementor-widget-container {
    height: 100%;
}
#fluentform_1 .namesbox .ff-t-container {
    display: block;
}

#fluentform_1 .ff-el-form-control {
    border: #C7D6E3 solid thin;
	height: 40px;
}
.formbox .multifilds {
    width: 100%;
    border: #C7D6E3 solid thin;
    outline: none;
    border-radius: 5px;
    margin-top: 5px;
	height: 40px;
}
.formbox .multifilds:focus{
	outline:none !important;
}
button.cf7mls_next,
button.cf7mls_next:hover{
    border-radius: 100px !important;
    height: 50px;
    line-height: 50px;
    margin: 0px !important;
    padding: 0px 55px !important;
	background: #176ab0 url(https://www.sr360solutions.com/wp-content/uploads/2023/09/arrow.png) !important;
	background-repeat: no-repeat !important;
    background-position: center right 15px !important;
}
button.cf7mls_back,
button.cf7mls_back:hover{
    border-radius: 100px !important;
    height: 50px;
    line-height: 50px;
    margin: 0px !important;
    padding: 0px 55px !important;
	background: #303030 url(https://www.sr360solutions.com/wp-content/uploads/2023/09/backicon.png) !important;
	background-repeat: no-repeat !important;
    background-position: center left 15px !important; 
	color: #fff !important;
}
.multifildssubmit,
.multifildssubmit:hover{
	border-radius: 100px !important;
    height: 50px;
    line-height: 50px;
    margin: 0px !important;
    padding: 0px 55px !important;
	background: #176ab0 url(https://www.sr360solutions.com/wp-content/uploads/2023/09/arrow.png) !important;
	background-repeat: no-repeat !important;
    background-position: center left 15px !important; 
	color: #fff !important;
}
.higlighformtitle{
	text-align: center;
	margin-bottom: 20px;
}
.higlighformtitle > p {
    font-size: 32px;
    font-weight: 500;
    background: #F5D83B;
    display: inline-block;
    line-height: 32px;
    font-family: "poppins";
}
/* contact-us-end */