﻿body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Public Sans', sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

/*    .wrapper,
        .wrapper-fuild {
            padding-left: 15px;
            padding-right: 15px;
        }

            .wrapper *,
            .wrapper-fuild * {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

        .wrapper {
            max-width: 1230px;
            margin-left: auto;
            margin-right: auto;
        }*/

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1 {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
}

.col-2 {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.col-5 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
}

.col-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
}

.col-11 {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.section--ask {
    padding: 80px 0 90px;
    float: right;
    width: 100%;
    background: url(https://www.vetsupply.com.au/images/ask-bg.jpg) no-repeat;
    background-size: cover;
}

.ask_content {
    color: #ffffff;
    text-align: center;
}

    .ask_content h1 {
        margin: 0 0 28px;
        font-weight: 700;
        font-size: 50px;
    }

    .ask_content strong {
        font-size: 20px;
        line-height: 20px;
        display: block;
        margin-bottom: 36px;
        font-weight: 700;
    }

    .ask_content p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto;
        max-width: 600px;
    }

.section--Askform {
    padding: 50px 0;
    float: right;
    width: 100%;
}

.Get_frgtpass_text {width: 100%; display: table; background: green; color: #fff; font-size: 16px; padding: 10px 0; text-align: center; margin-bottom: 20px;}

.Get_frgtpass_text p {text-align:center;}

.Askform_left {
    background: #00abed;
    border-radius: 5px;
    width: 39%;
}

.Askform_right {
    margin-left: 30px;
    /*width: 60%;*/
	width:calc(60% - 30px);
}

.Askform_title {
    padding: 24px 0;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.Askform_block {
    padding: 25px 10px 25px 0;
    background: #079ed8;
    display: flex;
    align-items: center;
}

.Askform_image {
    width: 125px;
    text-align: center;
}

.Askform_text {
    width: 260px;
}

    .Askform_text p {
        margin: 0;
        font-size: 18px;
        color: #ffffff;
        line-height: 26px;
    }

.Askform_count {
    width: 75px;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    color: #05b4f6;
    text-align: center;
}

.Askform_block1 {
    background: #00abec;
}

    .Askform_block1 .Askform_count {
        color: #079ed8;
    }

.Askform_block2 {
    height: 100px;
}

.formRight_input label {
    font-size: 16px;
    color: #232323;
    display: block;
    line-height: 20px;
    margin-bottom: 8px;
}

.formRight_input input {
    font-size: 14px;
    color: #232323;
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #dde0e6;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    font-family: 'Public Sans', sans-serif;
    padding: 0 10px;
}

.formRight_input textarea {
    font-size: 14px;
    color: #232323;
    width: 100%;
    min-height: 96px;
    border: 1px solid #dde0e6;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    font-family: 'Public Sans', sans-serif;
    padding: 10px 10px;
    appearance: none;
}

.formRight_button {
    margin-top: 12px;
}

    .formRight_button button {
        outline: none;
        background: #020305;
        border-radius: 8px;
        color: /*#00abec*/ #fff;
        font-size: 16px;
        border: none;
        outline: none;
        width: 140px;
        height: 44px;
        line-height: 44px;
        cursor: pointer;
    }

.Askform_content {
    display: flex;
	flex-flow:row wrap;
}

.Askform_note {
    font-size: 16px;
    color: #232323;
    margin-top: 25px;
}

.formRight_input .field-validation-error {
    position: static;
    width: 100%;
    background: transparent;
    text-align: left !important;
    box-shadow: none;
    color: #ff0000;
}

    .formRight_input .field-validation-error:after {
        display: none;
    }



@media only screen and (max-width:1000px),
(max-width:1040px) {
    .Askform_left {
        width: 43.5%;
    }
    .Askform_right {
        margin-left: 25px;
        width: 54.5%;
    }
}

@media only screen and (max-width:900px),
(max-width:999px) {
    .ask_content h1 {
        margin: 0 0 16px;
    }
    .ask_content strong {
        margin-bottom: 25px;
    }
    .Askform_title {
        padding: 15px 0;
    }
    .Askform_content {
        flex-wrap: wrap;
    }
    .Askform_left,
    .Askform_right {
        width: 100%;
    }
    .Askform_right {
        margin-left: 0;
        margin-top: 25px;
    }
    .Askform_block {
        padding: 25px 0 25px;
    }
    .Askform_image,
    .Askform_count {
        width: 25%;
    }
    .Askform_text {
        width: 50%;
    }
}

@media only screen and (max-width:720px),
(max-width:799px) {
    .section--ask {
        padding: 50px 0;
    }
    .section--Askform {
        padding: 30px 0;
    }
	.row {
		margin-left: 0;
		margin-right:0;
	}
	[class*='col-'] {
		padding-left: 0;
		padding-right: 15px;
	}
}

@media only screen and (max-width:500px),
(max-width:599px) {
    .section--ask {
        padding: 40px 0;
    }
    .ask_content h1 {
        font-size: 46px;
        margin: 0 0 14px;
    }
    .ask_content strong {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .ask_content p {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }
    .Askform_text p {
        font-size: 16px;
    }
}

@media only screen and (max-width:400px),
(max-width:499px) {
    .ask_content h1 {
        font-size: 42px;
    }
    .ask_content strong {
        font-size: 16px;
    }
    .ask_content p {
        font-size: 14px;
        line-height: 24px;
    }
    .Askform_image,
    .Askform_count {
        width: 23%;
    }
    .Askform_image img {
        width: 55px;
    }
    .Askform_text {
        width: 52%;
    }
    .Askform_text p {
        font-size: 14px;
        line-height: 22px;
    }
    .Askform_count {
        font-size: 75px;
        line-height: 75px;
    }
    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mb-20 {
        margin-bottom: 15px !important;
    }
    .formRight_input textarea {
        height: 75px;
        min-height: 75px;
    }
	[class*='col-'] {
		padding-right: 0;
	}
}

@media only screen and (max-width:360px) {
    .section--ask {
        padding: 25px 0;
    }
    .ask_content h1 {
        font-size: 34px;
        margin-bottom: 12px;
    }
    .Askform_note {
        font-size: 14px;
        line-height: 20px;
    }
    .ask_content p {
        line-height: 20px;
    }
    .Askform_block {
        padding: 15px 0 15px;
    }
    .Askform_image {
        width: 20%;
    }
    .Askform_image img {
        width: 40px;
    }
    .Askform_text {
        width: 80%;
    }
    .Askform_count {
        display: none;
    }
    .Askform_block2 {
        height: 75px;
    }
}

@media only screen and (max-width:300px),
(max-width:320px) {
    .Askform_title {
        font-size: 34px;
    }
}