/*
Theme Name: Cood theme
Theme URI: https://conceptmarketing.com.au
Author: Concept Marketing
Author URI: https://conceptmarketing.com.au
Description: Just a starter theme for Cood theme
Version: 1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, starter, Cood
*/
html {
	scroll-behavior: smooth;
  }
.sticky {
	position: fixed !important;
	top: 0 !important;
	z-index: 9999999 !important;
	width: 100% !important;
	background:#4565AD;
}
.header-icon .row .col-md-4:last-child .save-more:after {
    display:none;
}


 #gform_wrapper_1 .gform_validation_errors{
    background: none !important;
    border: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    margin-top: 8px;
    padding: 0px !important;
    position: relative;
    width: 100%;
	color:#f5917b !important;
    font-size: 13px !important;
}
#gform_wrapper_3 .gform_validation_errors{
    background: none !important;
    border: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    margin-bottom: 8px !important;
    margin-top: 8px;
    padding: 0px !important;
    position: relative;
    width: 100%;
	color:#f5917b !important;
    font-size: 13px !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #f5917b !important;
}
#gform_wrapper_3 .gform_validation_errors h2, #gform_wrapper_1  .gform_validation_errors h2 {
    font-size: 13px !important;
    font-weight: normal !important;
	color:#f5917b !important;

}
#gform_wrapper_3 .gfield_description, #gform_wrapper_1 .gfield_description{
	font-size: 13px !important;
	color:#f5917b !important;
}
.floatingbtn {
    position: fixed;
    bottom: 60px;
    z-index: 9999;
    right: 10px;
    background: #41C0F0;
    display: block;
    width: 70px;
    box-shadow: 0px 13px 20px #00000078;
    border-radius: 50%;
    height: 70px;
    text-align: center;
}
.floatingbtn {
    position: fixed;
    bottom: 80px;
    z-index: 9999;
    right: 10px;
    display: block;
}
.floatingbtn a {
    background: #41C0F0;
    display: block;
    width: 70px;
    box-shadow: 0px 13px 20px #00000078;
    border-radius: 50%;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    text-decoration: none;
    color: #fff;
    line-height: 9px;
    font-size: 11px;
    flex-direction:column;
}
.floatingbtn a span {
    display: block;
    margin-bottom: 5px;
}

.mobile-slider ul.slick-dots li {
    margin: 2px !important;
}

a.loginbtn {
    text-align: center;
    min-width: 100px !important;
    margin-left: 15px;
    display:inline-block;
}
@media only screen and (max-width: 1199px)  {
 a.loginbtn {
    text-align: center;
    min-width: 100px !important;
    margin-left: 0px;
    display:inline-block;
    margin-top:15px;
}   
}
@media only screen and (max-width: 567px)  {
a.loginbtn {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
}
}