body {
    background: url(/wp-content/uploads/2024/07/immigrationway-toronto-city-bglight-bg.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.text-center{
    text-align: center;
}
.logomain {
    text-align: center;
    display: block;
    margin: 25px auto;
    padding: 0px 0px;
}
.logomain img {
    margin: 0 auto;
    background: #ffffffb8;
    padding: 15px;
    border-radius: 15px;
}
.logomain img {
    margin: 0 auto;
}
.title h2 {
    text-align: center;
    margin: 20px 0 10px 0;
    font-family: Oswald !important;
    font-size: 27px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}
.title p {
    text-align: center;
    padding-bottom: 0 !important;
}
.row.title, .row.title p {
    padding-bottom: 0;
}
.color {
	background: #2a4aeb;
    padding: 30px;
    border-radius: 15px;
    color: #fff !important;
}
.feedback {
    text-align: center;
    margin-top: 40px !important;
    margin: 0 auto;
    display: table;
}
.feedback h2 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800 !important;
    color: #ffffff;
}
.feedback a {
    text-decoration: none;
    color: #000;
}
.feedback img {
    text-align: center;
    display: table;
    margin: 0 auto;
}
#googlebutton a {
    background-image: url(img/google.png);
}
#yahoobutton a {
    background-image: url(img/yahoo.png);
}
#yelpbutton a {
    background: url(img/yelp.png);
}
#fbbutton a {
    background: url(img/fb.png);
}


.listfeedback ul li a ins {
    text-decoration: none;
    margin-left: 40px;
    color: #fff;
    font-size: 12px;
}
.listfeedback {
    margin-top: 30px;

}

.listfeedback ul {
    list-style: none;
}
.listfeedback ul li {
    margin-bottom: 10px;
}
.listfeedback ul li a {
    width: 100% !important;
    display: block;
    background-repeat: no-repeat !important;
    padding:7px;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_1 textarea.medium {
    padding: 10px 15px !important;
    background: #ebebeb;
    width: 100%;
    color: #000 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    width: auto;
    margin: 0 16px 0 0;
    background: #e57511;
    color: #fff;
    padding: 10px 25px;
    border: none;
}
.row.gravityform form input,
.row.gravityform form textarea{
    color: #fff !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}
.row.gravityform .gform_footer input.gform_button {
    background-color: #fff;
    color: #000 !important;
}
@media (min-width: 1200px) {
    .container {
        width: 650px !important;
    }
}
@media (max-width: 390px) {
    .listfeedback ul li a ins {
        margin-left: 30px;
        font-size: 11px;
    }
    .listfeedback ul {
        list-style: none;
        margin: 0px;
        PADDING: 0PX;
    }
    .listfeedback ul li a {
        background-size: 100% 100% !important;
    }
}