:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
::after,
::before {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width: device-width
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus {
outline: 0 !important
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: .5rem
}
p {
margin-top: 0;
margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
blockquote {
margin: 0 0 1rem
}
dfn {
font-style: italic
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg:not(:root) {
overflow: hidden
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none !important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit
}
.h1,
h1 {
font-size: 2.5rem
}
.h2,
h2 {
font-size: 2rem
}
.h3,
h3 {
font-size: 1.75rem
}
.h4,
h4 {
font-size: 1.5rem
}
.h5,
h5 {
font-size: 1.25rem
}
.h6,
h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1)
}
.small,
small {
font-size: 80%;
font-weight: 400
}
.mark,
mark {
padding: .2em;
background-color: #fcf8e3
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d
}
.blockquote-footer::before {
content: "\2014 \00A0"
}
.img-fluid {
max-width: 100%;
height: auto
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto
}
.figure {
display: inline-block
}
.figure-img {
margin-bottom: .5rem;
line-height: 1
}
.figure-caption {
font-size: 90%;
color: #6c757d
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word
}
a>code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .2rem
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}
pre {
display: block;
font-size: 87.5%;
color: #212529
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container {
max-width: 540px
}
}
@media (min-width:768px) {
.container {
max-width: 720px
}
}
@media (min-width:992px) {
.container {
max-width: 960px
}
}
@media (min-width:1200px) {
.container {
max-width: 1140px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.333333%
}
.offset-2 {
margin-left: 16.666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333333%
}
.offset-5 {
margin-left: 41.666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333333%
}
.offset-8 {
margin-left: 66.666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333333%
}
.offset-11 {
margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333333%
}
.offset-sm-2 {
margin-left: 16.666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333333%
}
.offset-sm-5 {
margin-left: 41.666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333333%
}
.offset-sm-8 {
margin-left: 66.666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333333%
}
.offset-sm-11 {
margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333333%
}
.offset-md-2 {
margin-left: 16.666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333333%
}
.offset-md-5 {
margin-left: 41.666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333333%
}
.offset-md-8 {
margin-left: 66.666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333333%
}
.offset-md-11 {
margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333333%
}
.offset-lg-2 {
margin-left: 16.666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333333%
}
.offset-lg-5 {
margin-left: 41.666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333333%
}
.offset-lg-8 {
margin-left: 66.666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333333%
}
.offset-lg-11 {
margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.333333%
}
.offset-xl-2 {
margin-left: 16.666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.333333%
}
.offset-xl-5 {
margin-left: 41.666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.333333%
}
.offset-xl-8 {
margin-left: 66.666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.333333%
}
.offset-xl-11 {
margin-left: 91.666667%
}
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent
}
.table td,
.table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.table .table {
background-color: #fff
}
.table-sm td,
.table-sm th {
padding: .3rem
}
.table-bordered {
border: 1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, .075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff
}
.table-hover .table-primary:hover {
background-color: #9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
background-color: #d6d8db
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
background-color: #c3e6cb
}
.table-hover .table-success:hover {
background-color: #b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
background-color: #bee5eb
}
.table-hover .table-info:hover {
background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
background-color: #ffeeba
}
.table-hover .table-warning:hover {
background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
background-color: #f5c6cb
}
.table-hover .table-danger:hover {
background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
background-color: #fdfdfe
}
.table-hover .table-light:hover {
background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
background-color: #c6c8ca
}
.table-hover .table-dark:hover {
background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #212529
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #32383e
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
border: 0
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, .8);
border-radius: .2rem
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
border-color: #28a745
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
display: block
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
color: #28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
color: #28a745
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
background-color: #71dd8a
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745
}
.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
display: block
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, .8);
border-radius: .2rem
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
border-color: #dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
display: block
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
color: #dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
color: #dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
background-color: #efa2a9
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545
}
.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
display: block
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width:576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn:focus,
.btn:hover {
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
background-image: none
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}
.btn-success.focus,
.btn-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}
.btn-info.focus,
.btn-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}
.btn-warning.focus,
.btn-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}
.btn-danger.focus,
.btn-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}
.btn-dark.focus,
.btn-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d
}
.btn-group-lg>.btn,
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.btn-group-sm>.btn,
.btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.fade {
opacity: 0;
transition: opacity .15s linear
}
.fade.show {
opacity: 1
}
.collapse {
display: none
}
.collapse.show {
display: block
}
tr.collapse.show {
display: table-row
}
tbody.collapse.show {
display: table-row-group
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height .35s ease
}
.dropdown,
.dropup {
position: relative
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}
.dropup .dropdown-menu {
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-menu {
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-bottom: .3em solid transparent;
border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0
}
.dropright .dropdown-toggle::after {
vertical-align: 0
}
.dropleft .dropdown-menu {
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}
.dropleft .dropdown-toggle::before {
vertical-align: 0
}
.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
z-index: 1
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
z-index: 1
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
margin-left: -1px
}
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn:first-child {
margin-left: 0
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}
.dropdown-toggle-split::after {
margin-left: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
margin-left: -1px
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: .25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
margin-top: 0
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.custom-control-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:active~.custom-control-label::before {
color: #fff;
background-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
margin-bottom: 0
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: 0;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: 0;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
background-color: #007bff
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color: #007bff
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: .75rem;
background-image: none
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef
}
.custom-select::-ms-expand {
opacity: 0
}
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 75%
}
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 125%
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-control {
border-color: #80bdff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:focus~.custom-file-control::before {
border-color: #80bdff
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(calc(2.25rem + 2px) - 1px * 2);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 .25rem .25rem 0
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
margin-bottom: -1px
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius: .25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #fff;
background-color: #007bff
}
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}
.navbar-nav .dropdown-menu {
position: static;
float: none
}
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
.navbar-expand-sm .dropup .dropdown-menu {
top: auto;
bottom: 100%
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
.navbar-expand-md .dropup .dropdown-menu {
top: auto;
bottom: 100%
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
.navbar-expand-lg .dropup .dropdown-menu {
top: auto;
bottom: 100%
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
.navbar-expand-xl .dropup .dropdown-menu {
top: auto;
bottom: 100%
}
}
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .dropdown-menu-right {
right: 0;
left: auto
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-expand .dropup .dropdown-menu {
top: auto;
bottom: 100%
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
color: #fff
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
color: #fff
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, .5);
border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
color: #fff
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem
}
.card>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem
}
.card-title {
margin-bottom: .75rem
}
.card-subtitle {
margin-top: -.375rem;
margin-bottom: 0
}
.card-text:last-child {
margin-bottom: 0
}
.card-link:hover {
text-decoration: none
}
.card-link+.card-link {
margin-left: 1.25rem
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, .03);
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0, 0, 0, .03);
border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
border-bottom: 0
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem
}
.card-img {
width: 100%;
border-radius: calc(.25rem - 1px)
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.card-deck .card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.card-group>.card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:first-child .card-header,
.card-group>.card:first-child .card-img-top {
border-top-right-radius: 0
}
.card-group>.card:first-child .card-footer,
.card-group>.card:first-child .card-img-bottom {
border-bottom-right-radius: 0
}
.card-group>.card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:last-child .card-header,
.card-group>.card:last-child .card-img-top {
border-top-left-radius: 0
}
.card-group>.card:last-child .card-footer,
.card-group>.card:last-child .card-img-bottom {
border-bottom-left-radius: 0
}
.card-group>.card:only-child {
border-radius: .25rem
}
.card-group>.card:only-child .card-header,
.card-group>.card:only-child .card-img-top {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.card-group>.card:only-child .card-footer,
.card-group>.card:only-child .card-img-bottom {
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
border-radius: 0
}
}
.card-columns .card {
margin-bottom: .75rem
}
@media (min-width:576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: .25rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
padding-left: .5rem;
color: #6c757d;
content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration: none
}
.breadcrumb-item.active {
color: #6c757d
}
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6
}
.page-link:hover {
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #007bff
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
color: #fff;
text-decoration: none;
background-color: #0062cc
}
.badge-secondary {
color: #fff;
background-color: #6c757d
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
color: #fff;
text-decoration: none;
background-color: #545b62
}
.badge-success {
color: #fff;
background-color: #28a745
}
.badge-success[href]:focus,
.badge-success[href]:hover {
color: #fff;
text-decoration: none;
background-color: #1e7e34
}
.badge-info {
color: #fff;
background-color: #17a2b8
}
.badge-info[href]:focus,
.badge-info[href]:hover {
color: #fff;
text-decoration: none;
background-color: #117a8b
}
.badge-warning {
color: #212529;
background-color: #ffc107
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
color: #212529;
text-decoration: none;
background-color: #d39e00
}
.badge-danger {
color: #fff;
background-color: #dc3545
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
color: #fff;
text-decoration: none;
background-color: #bd2130
}
.badge-light {
color: #212529;
background-color: #f8f9fa
}
.badge-light[href]:focus,
.badge-light[href]:hover {
color: #212529;
text-decoration: none;
background-color: #dae0e5
}
.badge-dark {
color: #fff;
background-color: #343a40
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
color: #fff;
text-decoration: none;
background-color: #1d2124
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .3rem
}
@media (min-width:576px) {
.jumbotron {
padding: 4rem 2rem
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem
}
.alert-heading {
color: inherit
}
.alert-link {
font-weight: 700
}
.alert-dismissible {
padding-right: 4rem
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff
}
.alert-primary hr {
border-top-color: #9fcdff
}
.alert-primary .alert-link {
color: #002752
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db
}
.alert-secondary hr {
border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
color: #202326
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb
}
.alert-success hr {
border-top-color: #b1dfbb
}
.alert-success .alert-link {
color: #0b2e13
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb
}
.alert-info hr {
border-top-color: #abdde5
}
.alert-info .alert-link {
color: #062c33
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba
}
.alert-warning hr {
border-top-color: #ffe8a1
}
.alert-warning .alert-link {
color: #533f03
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb
}
.alert-danger hr {
border-top-color: #f1b0b7
}
.alert-danger .alert-link {
color: #491217
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe
}
.alert-light hr {
border-top-color: #ececf6
}
.alert-light .alert-link {
color: #686868
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca
}
.alert-dark hr {
border-top-color: #b9bbbe
}
.alert-dark .alert-link {
color: #040505
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem
}
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
background-color: #007bff;
transition: width .6s ease
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite
}
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:focus,
.list-group-item-action:hover {
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.list-group-item:focus,
.list-group-item:hover {
z-index: 1;
text-decoration: none
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #004085;
background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #383d41;
background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #155724;
background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #0c5460;
background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #856404;
background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #1b1e21;
background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
opacity: .75
}
.close:not(:disabled):not(.disabled) {
cursor: pointer
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none
}
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2))
}
.modal-sm {
max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
max-width: 800px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}
.tooltip.show {
opacity: .9
}
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
top: 0;
border-width: .4rem .4rem 0;
border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
right: 0;
border-width: .4rem .4rem .4rem 0;
border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
bottom: 0;
border-width: 0 .4rem .4rem;
border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
left: 0;
border-width: .4rem 0 .4rem .4rem;
border-left-color: #000
}
.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 0 .3rem
}
.popover .arrow::after,
.popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
border-width: .5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
bottom: 1px;
border-top-color: #fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
left: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
border-width: .5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
left: 1px;
border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
top: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
border-width: 0 .5rem .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
top: 1px;
border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
right: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
border-width: .5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
right: 1px;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.carousel {
position: relative
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
transition: -webkit-transform .6s ease;
transition: transform .6s ease;
transition: transform .6s ease, -webkit-transform .6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block
}
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.active.carousel-item-right,
.carousel-item-next {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-right,
.carousel-item-next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.active.carousel-item-left,
.carousel-item-prev {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-left,
.carousel-item-prev {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9
}
.carousel-control-prev {
left: 0
}
.carousel-control-next {
right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators .active {
background-color: #fff
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
.align-baseline {
vertical-align: baseline !important
}
.align-top {
vertical-align: top !important
}
.align-middle {
vertical-align: middle !important
}
.align-bottom {
vertical-align: bottom !important
}
.align-text-bottom {
vertical-align: text-bottom !important
}
.align-text-top {
vertical-align: text-top !important
}
.bg-primary {
background-color: #007bff !important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc !important
}
.bg-secondary {
background-color: #6c757d !important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62 !important
}
.bg-success {
background-color: #28a745 !important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34 !important
}
.bg-info {
background-color: #17a2b8 !important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b !important
}
.bg-warning {
background-color: #ffc107 !important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00 !important
}
.bg-danger {
background-color: #dc3545 !important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130 !important
}
.bg-light {
background-color: #f8f9fa !important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5 !important
}
.bg-dark {
background-color: #343a40 !important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124 !important
}
.bg-white {
background-color: #fff !important
}
.bg-transparent {
background-color: transparent !important
}
.border {
border: 1px solid #dee2e6 !important
}
.border-top {
border-top: 1px solid #dee2e6 !important
}
.border-right {
border-right: 1px solid #dee2e6 !important
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important
}
.border-left {
border-left: 1px solid #dee2e6 !important
}
.border-0 {
border: 0 !important
}
.border-top-0 {
border-top: 0 !important
}
.border-right-0 {
border-right: 0 !important
}
.border-bottom-0 {
border-bottom: 0 !important
}
.border-left-0 {
border-left: 0 !important
}
.border-primary {
border-color: #007bff !important
}
.border-secondary {
border-color: #6c757d !important
}
.border-success {
border-color: #28a745 !important
}
.border-info {
border-color: #17a2b8 !important
}
.border-warning {
border-color: #ffc107 !important
}
.border-danger {
border-color: #dc3545 !important
}
.border-light {
border-color: #f8f9fa !important
}
.border-dark {
border-color: #343a40 !important
}
.border-white {
border-color: #fff !important
}
.rounded {
border-radius: .25rem !important
}
.rounded-top {
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important
}
.rounded-right {
border-top-right-radius: .25rem !important;
border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
border-bottom-right-radius: .25rem !important;
border-bottom-left-radius: .25rem !important
}
.rounded-left {
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important
}
.rounded-circle {
border-radius: 50% !important
}
.rounded-0 {
border-radius: 0 !important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none !important
}
.d-inline {
display: inline !important
}
.d-inline-block {
display: inline-block !important
}
.d-block {
display: block !important
}
.d-table {
display: table !important
}
.d-table-row {
display: table-row !important
}
.d-table-cell {
display: table-cell !important
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
@media (min-width:576px) {
.d-sm-none {
display: none !important
}
.d-sm-inline {
display: inline !important
}
.d-sm-inline-block {
display: inline-block !important
}
.d-sm-block {
display: block !important
}
.d-sm-table {
display: table !important
}
.d-sm-table-row {
display: table-row !important
}
.d-sm-table-cell {
display: table-cell !important
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width:768px) {
.d-md-none {
display: none !important
}
.d-md-inline {
display: inline !important
}
.d-md-inline-block {
display: inline-block !important
}
.d-md-block {
display: block !important
}
.d-md-table {
display: table !important
}
.d-md-table-row {
display: table-row !important
}
.d-md-table-cell {
display: table-cell !important
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width:992px) {
.d-lg-none {
display: none !important
}
.d-lg-inline {
display: inline !important
}
.d-lg-inline-block {
display: inline-block !important
}
.d-lg-block {
display: block !important
}
.d-lg-table {
display: table !important
}
.d-lg-table-row {
display: table-row !important
}
.d-lg-table-cell {
display: table-cell !important
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media (min-width:1200px) {
.d-xl-none {
display: none !important
}
.d-xl-inline {
display: inline !important
}
.d-xl-inline-block {
display: inline-block !important
}
.d-xl-block {
display: block !important
}
.d-xl-table {
display: table !important
}
.d-xl-table-row {
display: table-row !important
}
.d-xl-table-cell {
display: table-cell !important
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
@media print {
.d-print-none {
display: none !important
}
.d-print-inline {
display: inline !important
}
.d-print-inline-block {
display: inline-block !important
}
.d-print-block {
display: block !important
}
.d-print-table {
display: table !important
}
.d-print-table-row {
display: table-row !important
}
.d-print-table-cell {
display: table-cell !important
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.857143%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
@media (min-width:576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width:768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width:992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
@media (min-width:1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}
}
.float-left {
float: left !important
}
.float-right {
float: right !important
}
.float-none {
float: none !important
}
@media (min-width:576px) {
.float-sm-left {
float: left !important
}
.float-sm-right {
float: right !important
}
.float-sm-none {
float: none !important
}
}
@media (min-width:768px) {
.float-md-left {
float: left !important
}
.float-md-right {
float: right !important
}
.float-md-none {
float: none !important
}
}
@media (min-width:992px) {
.float-lg-left {
float: left !important
}
.float-lg-right {
float: right !important
}
.float-lg-none {
float: none !important
}
}
@media (min-width:1200px) {
.float-xl-left {
float: left !important
}
.float-xl-right {
float: right !important
}
.float-xl-none {
float: none !important
}
}
.position-static {
position: static !important
}
.position-relative {
position: relative !important
}
.position-absolute {
position: absolute !important
}
.position-fixed {
position: fixed !important
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none
}
.w-25 {
width: 25% !important
}
.w-50 {
width: 50% !important
}
.w-75 {
width: 75% !important
}
.w-100 {
width: 100% !important
}
.h-25 {
height: 25% !important
}
.h-50 {
height: 50% !important
}
.h-75 {
height: 75% !important
}
.h-100 {
height: 100% !important
}
.mw-100 {
max-width: 100% !important
}
.mh-100 {
max-height: 100% !important
}
.m-0 {
margin: 0 !important
}
.mt-0,
.my-0 {
margin-top: 0 !important
}
.mr-0,
.mx-0 {
margin-right: 0 !important
}
.mb-0,
.my-0 {
margin-bottom: 0 !important
}
.ml-0,
.mx-0 {
margin-left: 0 !important
}
.m-1 {
margin: .25rem !important
}
.mt-1,
.my-1 {
margin-top: .25rem !important
}
.mr-1,
.mx-1 {
margin-right: .25rem !important
}
.mb-1,
.my-1 {
margin-bottom: .25rem !important
}
.ml-1,
.mx-1 {
margin-left: .25rem !important
}
.m-2 {
margin: .5rem !important
}
.mt-2,
.my-2 {
margin-top: .5rem !important
}
.mr-2,
.mx-2 {
margin-right: .5rem !important
}
.mb-2,
.my-2 {
margin-bottom: .5rem !important
}
.ml-2,
.mx-2 {
margin-left: .5rem !important
}
.m-3 {
margin: 1rem !important
}
.mt-3,
.my-3 {
margin-top: 1rem !important
}
.mr-3,
.mx-3 {
margin-right: 1rem !important
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important
}
.ml-3,
.mx-3 {
margin-left: 1rem !important
}
.m-4 {
margin: 1.5rem !important
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important
}
.m-5 {
margin: 3rem !important
}
.mt-5,
.my-5 {
margin-top: 3rem !important
}
.mr-5,
.mx-5 {
margin-right: 3rem !important
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important
}
.ml-5,
.mx-5 {
margin-left: 3rem !important
}
.p-0 {
padding: 0 !important
}
.pt-0,
.py-0 {
padding-top: 0 !important
}
.pr-0,
.px-0 {
padding-right: 0 !important
}
.pb-0,
.py-0 {
padding-bottom: 0 !important
}
.pl-0,
.px-0 {
padding-left: 0 !important
}
.p-1 {
padding: .25rem !important
}
.pt-1,
.py-1 {
padding-top: .25rem !important
}
.pr-1,
.px-1 {
padding-right: .25rem !important
}
.pb-1,
.py-1 {
padding-bottom: .25rem !important
}
.pl-1,
.px-1 {
padding-left: .25rem !important
}
.p-2 {
padding: .5rem !important
}
.pt-2,
.py-2 {
padding-top: .5rem !important
}
.pr-2,
.px-2 {
padding-right: .5rem !important
}
.pb-2,
.py-2 {
padding-bottom: .5rem !important
}
.pl-2,
.px-2 {
padding-left: .5rem !important
}
.p-3 {
padding: 1rem !important
}
.pt-3,
.py-3 {
padding-top: 1rem !important
}
.pr-3,
.px-3 {
padding-right: 1rem !important
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important
}
.pl-3,
.px-3 {
padding-left: 1rem !important
}
.p-4 {
padding: 1.5rem !important
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important
}
.p-5 {
padding: 3rem !important
}
.pt-5,
.py-5 {
padding-top: 3rem !important
}
.pr-5,
.px-5 {
padding-right: 3rem !important
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important
}
.pl-5,
.px-5 {
padding-left: 3rem !important
}
.m-auto {
margin: auto !important
}
.mt-auto,
.my-auto {
margin-top: auto !important
}
.mr-auto,
.mx-auto {
margin-right: auto !important
}
.mb-auto,
.my-auto {
margin-bottom: auto !important
}
.ml-auto,
.mx-auto {
margin-left: auto !important
}
@media (min-width:576px) {
.m-sm-0 {
margin: 0 !important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important
}
.m-sm-1 {
margin: .25rem !important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem !important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem !important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem !important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem !important
}
.m-sm-2 {
margin: .5rem !important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem !important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem !important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem !important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem !important
}
.m-sm-3 {
margin: 1rem !important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important
}
.m-sm-4 {
margin: 1.5rem !important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important
}
.m-sm-5 {
margin: 3rem !important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important
}
.p-sm-0 {
padding: 0 !important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important
}
.p-sm-1 {
padding: .25rem !important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem !important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem !important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem !important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem !important
}
.p-sm-2 {
padding: .5rem !important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem !important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem !important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem !important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem !important
}
.p-sm-3 {
padding: 1rem !important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important
}
.p-sm-4 {
padding: 1.5rem !important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important
}
.p-sm-5 {
padding: 3rem !important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important
}
.m-sm-auto {
margin: auto !important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important
}
}
@media (min-width:768px) {
.m-md-0 {
margin: 0 !important
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important
}
.m-md-1 {
margin: .25rem !important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem !important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem !important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem !important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem !important
}
.m-md-2 {
margin: .5rem !important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem !important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem !important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem !important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem !important
}
.m-md-3 {
margin: 1rem !important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important
}
.m-md-4 {
margin: 1.5rem !important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important
}
.m-md-5 {
margin: 3rem !important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important
}
.p-md-0 {
padding: 0 !important
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important
}
.p-md-1 {
padding: .25rem !important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem !important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem !important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem !important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem !important
}
.p-md-2 {
padding: .5rem !important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem !important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem !important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem !important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem !important
}
.p-md-3 {
padding: 1rem !important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important
}
.p-md-4 {
padding: 1.5rem !important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important
}
.p-md-5 {
padding: 3rem !important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important
}
.m-md-auto {
margin: auto !important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important
}
}
@media (min-width:992px) {
.m-lg-0 {
margin: 0 !important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important
}
.m-lg-1 {
margin: .25rem !important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem !important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem !important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem !important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem !important
}
.m-lg-2 {
margin: .5rem !important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem !important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem !important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem !important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem !important
}
.m-lg-3 {
margin: 1rem !important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important
}
.m-lg-4 {
margin: 1.5rem !important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important
}
.m-lg-5 {
margin: 3rem !important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important
}
.p-lg-0 {
padding: 0 !important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important
}
.p-lg-1 {
padding: .25rem !important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem !important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem !important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem !important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem !important
}
.p-lg-2 {
padding: .5rem !important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem !important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem !important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem !important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem !important
}
.p-lg-3 {
padding: 1rem !important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important
}
.p-lg-4 {
padding: 1.5rem !important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important
}
.p-lg-5 {
padding: 3rem !important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important
}
.m-lg-auto {
margin: auto !important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important
}
}
@media (min-width:1200px) {
.m-xl-0 {
margin: 0 !important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important
}
.m-xl-1 {
margin: .25rem !important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem !important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem !important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem !important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem !important
}
.m-xl-2 {
margin: .5rem !important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem !important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem !important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem !important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem !important
}
.m-xl-3 {
margin: 1rem !important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important
}
.m-xl-4 {
margin: 1.5rem !important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important
}
.m-xl-5 {
margin: 3rem !important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important
}
.p-xl-0 {
padding: 0 !important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important
}
.p-xl-1 {
padding: .25rem !important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem !important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem !important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem !important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem !important
}
.p-xl-2 {
padding: .5rem !important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem !important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem !important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem !important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem !important
}
.p-xl-3 {
padding: 1rem !important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important
}
.p-xl-4 {
padding: 1.5rem !important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important
}
.p-xl-5 {
padding: 3rem !important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important
}
.m-xl-auto {
margin: auto !important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important
}
}
.text-justify {
text-align: justify !important
}
.text-nowrap {
white-space: nowrap !important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left !important
}
.text-right {
text-align: right !important
}
.text-center {
text-align: center !important
}
@media (min-width:576px) {
.text-sm-left {
text-align: left !important
}
.text-sm-right {
text-align: right !important
}
.text-sm-center {
text-align: center !important
}
}
@media (min-width:768px) {
.text-md-left {
text-align: left !important
}
.text-md-right {
text-align: right !important
}
.text-md-center {
text-align: center !important
}
}
@media (min-width:992px) {
.text-lg-left {
text-align: left !important
}
.text-lg-right {
text-align: right !important
}
.text-lg-center {
text-align: center !important
}
}
@media (min-width:1200px) {
.text-xl-left {
text-align: left !important
}
.text-xl-right {
text-align: right !important
}
.text-xl-center {
text-align: center !important
}
}
.text-lowercase {
text-transform: lowercase !important
}
.text-uppercase {
text-transform: uppercase !important
}
.text-capitalize {
text-transform: capitalize !important
}
.font-weight-light {
font-weight: 300 !important
}
.font-weight-normal {
font-weight: 400 !important
}
.font-weight-bold {
font-weight: 700 !important
}
.font-italic {
font-style: italic !important
}
.text-white {
color: #fff !important
}
.text-primary {
color: #007bff !important
}
a.text-primary:focus,
a.text-primary:hover {
color: #0062cc !important
}
.text-secondary {
color: #6c757d !important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #545b62 !important
}
.text-success {
color: #28a745 !important
}
a.text-success:focus,
a.text-success:hover {
color: #1e7e34 !important
}
.text-info {
color: #17a2b8 !important
}
a.text-info:focus,
a.text-info:hover {
color: #117a8b !important
}
.text-warning {
color: #ffc107 !important
}
a.text-warning:focus,
a.text-warning:hover {
color: #d39e00 !important
}
.text-danger {
color: #dc3545 !important
}
a.text-danger:focus,
a.text-danger:hover {
color: #bd2130 !important
}
.text-light {
color: #f8f9fa !important
}
a.text-light:focus,
a.text-light:hover {
color: #dae0e5 !important
}
.text-dark {
color: #343a40 !important
}
a.text-dark:focus,
a.text-dark:hover {
color: #1d2124 !important
}
.text-muted {
color: #6c757d !important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.visible {
visibility: visible !important
}
.invisible {
visibility: hidden !important
}
@media print {
*,
::after,
::before {
text-shadow: none !important;
box-shadow: none !important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " ("attr(title) ")"
}
pre {
white-space: pre-wrap !important
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
body {
min-width: 992px !important
}
.container {
min-width: 992px !important
}
.navbar {
display: none
}
.badge {
border: 1px solid #000
}
.table {
border-collapse: collapse !important
}
.table td,
.table th {
background-color: #fff !important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #ddd !important
}
}:root {
--main-yellow: #ffb21d;
--main-black: #000000;
}
body {
font-family: 'Poppins', sans-serif !important;
position: relative;
overflow-x: hidden;
font-size: 15px;
line-height: 20px;
letter-spacing: 0;
color: #333;
}
a:hover {
text-decoration: none;
}
.container {
max-width: 1170px;
}
header#header {
display: flex;
width: 100%;
justify-content: space-between;
padding: 0px 80px 0;
align-items: center;
box-shadow: 3px 2px 2px #a5a5a5;
position: absolute;
z-index: 999;
background: #fff;
}
nav.navbar.navbar-expand-md {
padding: 0;
}
.logo {
padding: 28px 15px 24px;
}
.rt-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.rt-header a {
margin-left: 0;
color: #000;
display: flex;
align-items: center;
}
.rt-header a img {
margin-right: 10px;
}
.rt-header a span {
font-size: 18px;
font-weight: 600;
font-style: italic;
}
.rt-header a:hover {
text-decoration: none;
}
.rt-header .enq-head {
margin-left: 10px;
}
.enq-head {
background: #FFBA15;
text-align: center;
text-transform: uppercase;
color: #000;
font-weight: 600;
width: 116px;
margin: 0;
display: block;
padding: 9px 5px 7px;
font-size: 13px;
} .slide-thumbs {
position: absolute;
bottom: -78px;
left: 0;
right: 0;
margin: 0 auto;
}
.slide-inner-thumb {
width: 25%;
border-right: 1px solid #ECECEC;
transition: .3s all ease;
}
.slide-inner-thumb:hover {
transition: .3s all ease;
transform: scale(1.1);
}
.slide-inner-thumb h6 {
font-size: 14px;
}
.slider {
overflow-x: initial;
}
.arrow-img {
width: auto !important;
margin-bottom: 0 !important;
margin-left: 5px;
}
.slide-inner-thumb a {
height: 180px;
color: #000;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: #fff;
flex-direction: column;
}
.shadow-thumb {
box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
}
.slide-inner-thumb:last-child {
border-right: none;
}
.slide-inner-thumb img {
margin-bottom: 15px;
}
.bg-gray {
background: #F4F4F4;
}
.solar-sec-3 {
padding: 150px 0 60px;
}
.heading-section-one {
margin-bottom: 70px;
text-align: center;
width: 100%
}
.heading-section-one h3 {
line-height: 43px;
font-weight: 500;
}
.sec-3-thumb {
display: flex;
align-items: flex-start;
margin-bottom: 30px;
}
.sec-3-thumb-content a {
color: var(--main-yellow);
font-style: 16px;
font-weight: 600;
margin-bottom: 10px;
display: block;
}
.sec-3-thumb:hover a {
color: var(--main-black);
}
.sec-3-thumb-content a i {
color: var(--main-yellow);
font-size: 16px;
font-weight: 600;
}
.sec-3-thumb-content p {
font-size: 14px;
color: #333;
line-height: 26px;
margin-bottom: 10px;
}
.sec-3-thumb-img {
width: 80px;
margin-right: 30px;
}
.sec-3-thumb-img img {
width: auto;
}
.sec-3-thumb:hover img {
filter: invert(1) grayscale(1);
}
.video-home-sec {
padding: 80px 0
}
.sec-3-thumb i {
transition: .3s all ease
}
.sec-3-thumb:hover i {
margin-left: 10px;
transition: .3s all ease
}
.video-home img {
width: 100%;
}
.video-home-content h3 {
font-size: 32px;
font-weight: 600;
line-height: 45px;
}
.video-home-content p {
font-size: 14px;
margin-bottom: 15px;
font-family: 'Open Sans', sans-serif;
}
.video-home-content p a {
color: var(--main-yellow);
}
.flex-box {
display: flex;
}
.btn-yellow {
margin-top: 20px;
}
.btn-yellow a {
background: var(--main-yellow);
color: #000;
font-size: 20px;
font-weight: 600;
padding: 10px 23px;
overflow: hidden;
display: inline-block;
}
.btn-yellow a:hover {
color: #fff;
}
.thumb-6-sec {
padding: 80px 0;
}
.thumb-6-inner {
margin-bottom: 30px;
transition: .3s all ease;
}
.thumb-6-inner img {
width: 100%;
transition: .8s all ease;
}
.thumb-6-inner:hover {
transition: .3s all ease;
box-shadow: 0 0 16px rgb(0 0 0 / 8%);
margin-top: -5px;
}
.thumb-6-content {
padding: 18px;
background: #fff;
transition: .3s all ease;
min-height: 210px;
}
.thumb-6-content a {
color: var(--main-black);
margin-bottom: 15px;
display: block;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
min-height: 53px;
font-size: 17px;
}
.thumb-6-content a:hover {
text-decoration: none;
color: #000;
}
.thumb-6-content a span {
color: var(--main-yellow);
}
.thumb-6-content a i {
color: var(--main-yellow);
font-weight: 600;
margin-left: 5px;
}
.thumb-6-content p {
color: var(--main-black);
font-size: 14px;
line-height: 27px;
}
.looking-something-box {
padding: 80px 0
}
.btm-3-thumb {
display: flex;
flex-direction: column;
align-items: center;
transition: .3s all ease;
}
.btm-3-thumb a {
font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
display: block;
color: #000;
font-family: 'Open Sans', sans-serif;
}
.btm-3-thumb:hover i {
transition: .3s all ease;
margin-left: 10px;
}
.btm-3-thumb img {
margin-bottom: 15px;
}
.btm-3-thumb:hover img {
filter: invert(1) grayscale(1);
}
.btm-3-thumb a span {
color: var(--main-yellow)
}
.btm-3-thumb p {
font-size: 14px;
text-align: center;
line-height: 26px;
}
footer {
background: #F4F4F4;
margin-top: 15px;
}
footer .container {
width: 100%;
max-width: 1200px;
}
.ftr-top {
padding-top: 40px
}
.ftr-top .logo {
width: 150px;
padding: 0 0 10px;
}
.ftr-btn-one h1 {
font-size: 16px;
font-weight: 700;
margin: 15px 0;
text-transform: uppercase;
line-height: 27px;
}
.ftr-btn-one p {
font-size: 16px;
margin-bottom: 30px;
color: #333;
}
.ftr-btn-one a {
background: var(--main-yellow);
font-size: 15px;
padding: 8px 20px;
transition: .3s all ease;
color: #000;
display: inline-block;
}
.ftr-box h4 {
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 24px;
}
.ftr-box a {
font-size: 17px;
margin: 0 0 15px 0;
display: block;
font-weight: 400;
color: #000;
}
.btm-ftr {
padding: 25px 0;
margin-top: 15px;
border-top: 1px solid #939393
}
.btm-ftr .book-cons {
border: 2px solid var(--main-yellow);
padding: 10px 20px;
font-size: 14px;
text-transform: uppercase;
color: var(--main-black);
display: inline-block;
transition: .3s all ease
}  .ftr-social {
text-align: center;
}
.ftr-social a {
padding: 10px;
border-radius: 100%;
background: var(--main-yellow);
height: 40px;
width: 40px;
display: inline-block;
color: #fff;
margin: 0 10px;
transition: .3s all ease;
} .copyright {
font-size: 12px;
color: #000;
}
.copyright span {
color: #ffb21d;
}
.copyright a {
color: #000;
font-weight: 400;
}
.align-items-center {
display: flex;
align-items: center;
}
.fix-botm-mobile {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
background: #FBB515;
padding: 5px 0;
z-index: 999;
display: none;
}
.fix-botm-mobile p {
color: #323334;
font-size: 22px;
font-weight: 600;
margin: 0 0 5px;
padding: 0;
}
.btnft {
color: #000;
font-size: 14px;
font-weight: 500;
margin-right: 10px;
}
.btnft img {
margin: 0 3px 0 0;
height: 27px;
animation: innerCircle 1s ease-in-out infinite alternate;
-webkit-animation: innerCircle 1s ease-in-out infinite alternate;
}
section.slider {
position: relative;
} .banner-text {
position: relative;
bottom: 30px;
z-index: 1;
width: 1200px;
background: #fff;
margin: 0 auto;
padding: 40px 0 0;
height: 120px;
box-shadow: 3px 2px 2px #a5a5a5;
right: 0;
left: 0;
text-align: center;
}
section.banner img {
width: 100%;
}
.banner-text h1 {
color: #2e2e2e;
font-weight: 500;
margin: 0;
vertical-align: middle;
font-size: 30px;
display: inline-block;
}
.enq-btn {
display: inline-block;
background: #fed938;
background: -moz-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
padding: 0 30px;
line-height: 45px;
color: #313131;
font-size: 15px;
font-weight: 500;
margin: 0 0 0 20px;
border: 0;
vertical-align: middle;
}
.enq-btn:after {
font-family: FontAwesome;
content: "";
display: inline-block;
vertical-align: middle;
margin: -2px 0 0 7px;
font-size: 18px;
}
section.director-msg {
padding: 45px 0 76px 0;
}
.director-pic {
float: right;
}
.director-pic img {
width: 100%;
}
.dir-msg {
text-align: justify;
width: 92%;
}
.dir-msg a {
color: #ffba15;
}
.dir-msg h5 {
font-size: 20px;
color: #313131;
margin: 30px 0 0;
font-weight: 600;
}
.img-overlay-box {
position: absolute;
top: 0;
width: 40%;
background: rgba(0, 0, 0, .7);
height: 100%;
color: #fff;
}
.img-overlay-box h2 {
font-size: 26px;
font-weight: 400;
margin: 0 0 25px;
padding: 25px;
background: rgba(0, 0, 0, .5);
display: inline-block;
}
.img-overlay-box p {
font-size: 16px;
font-weight: 400;
padding: 0 30px 20px 25px;
line-height: 25px;
}
.img-overlay-main-box .col-sm-12 img {
width: 100%;
}
section.img-overlay-main-box {
padding: 0 0 60px 0;
} .big-news-img figure {
margin-bottom: 30px;
position: relative;
}
.big-news-img figure img,
.small-news-thumb figure img {
width: 100%;
object-fit: cover;
margin-bottom: 0px !important;
}
.hover-news-big {
position: absolute;
left: 0;
bottom: 0;
background-color: rgba(255, 180, 0, .8);
width: 70%;
}
.hover-news-big a {
color: #fff;
font-size: 34px;
font-weight: 600;
line-height: 42px;
display: block;
padding: 24px 25px;
}
.hover-news-big:hover {
background-color: rgba(255, 180, 0, 1);
cursor: pointer;
}
.small-news-thumb figure {
margin-bottom: 45px;
}
.small-news-thumb a {
font-size: 15px;
line-height: 16px;
color: #fff;
}
.news-list-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 45px;
}
.news-list-box figure {
max-width: 250px;
flex: 0 0 100%;
align-self: flex-start;
position: relative;
}
.news-list-box figure img {
width: 100%;
margin-bottom: 0px !important;
height: 220px;
object-fit: cover;
}
.news-block-hover {
position: absolute;
left: 0;
bottom: 0;
background-color: rgba(255, 180, 0, .8);
width: 80%;
padding: 10px 15px;
font-weight: 600;
}
.news-list-box figure .news-block-hover a {
font-size: 12px;
line-height: 16px;
color: #fff;
}
.news-list-rt {
max-width: calc(100% - 250px);
flex: 0 0 100%;
padding-left: 30px;
}
.news-list-rt .heading {
font-size: 24px;
color: #333;
line-height: normal;
font-weight: 600;
margin-bottom: 10px;
display: block;
}
.news-list-rt ul {
margin: 0;
padding: 0;
}
.news-list-rt ul li {
display: inline-block;
vertical-align: top;
margin-right: 20px;
font-size: 15px;
color: #666;
}
.news-list-rt p {
text-align: justify;
margin: 0 0;
padding: 10px 0;
font-size: 16px;
line-height: 26px;
}
.news-list-rt .readmore {
text-align: right;
}
.news-list-rt .readmore a {
font-size: 17px;
color: #FFAE00;
}
.search-box {
padding: 0 0 45px;
}
.search-box input {
background: #EEE;
border-radius: 0;
border: none;
width: 100%;
font-size: 14px;
font-weight: 400;
box-shadow: none !important;
padding: 0 15px;
height: 52px;
}
.search-submit {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/search-icon-blg.png) no-repeat center center;
width: 16px;
height: 16px;
cursor: pointer;
border: none;
float: right;
margin: -34px 15px 0 0;
position: relative;
}
.get-free-solar {
background: #F4F4F4;
padding: 15px 15px 5px 15px;
}
.get-free-solar h2 {
color: #FFBA14;
font-size: 20px;
margin-bottom: 6px;
font-weight: 700;
}
.form-field {
margin-bottom: 15px;
}
.form-field label {
color: #707070;
font-size: 12px;
font-weight: 600;
border: 0;
}
.form-field input {
padding: 10px !important;
border: 1px solid #D6D6D6;
height: 42px;
border-radius: 5px;
width: 100%;
}
.radio-inner {
display: inline-block;
padding-right: 16px;
}
section.big-news-img {
padding-top: 106px;
}
.radio-box {
display: flex;
}
.radio-inner {
display: flex;
align-items: center;
}
.radio-inner label {
margin-bottom: 0;
}
.radio-inner input {
width: 13px;
height: 13px;
margin-right: 5px;
}
.input-thumb-box .int-outer {
display: flex;
align-items: center;
justify-content: center;
padding-top: 5px;
padding-bottom: 5px;
background: #fff;
border: 1px solid #D6D6D6;
height: 84px;
position: relative;
}
.input-thumb-box input[type="checkbox"] {
appearance: none;
height: 20px;
width: 20px;
visibility: hidden;
position: absolute;
left: -9999px;
}
.input-thumb-box .int-outer label {
max-width: 100% !important;
}
.input-thumb-box img {
margin-bottom: 5px;
}
.input-thumb-box img.white {
display: none;
}
.input-thumb-box img.yellow {
display: block;
}
.input-thumb-box .selected .white {
display: block;
}
.input-thumb-box .selected .yellow {
display: none;
}
.input-thumb-box .selected label {
color: #fff;
}
.int-outer label {
color: #707070;
font-weight: 500;
font-size: 9px !important;
text-align: center;
line-height: 1;
}
.input-thumb-box .int-outer.selected {
background: #FFBA14 !important;
}
.input-thumb-box {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 9px;
row-gap: 9px;
align-items: center;
margin-bottom: 10px;
}
.gfield-choice-input {
display: inline-block;
margin-top: 0;
top: 0;
vertical-align: middle;
}
.input-thumb-box label {
cursor: pointer;
min-height: 72px;
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
}
.gfield_description {
font-size: 11px;
}
.sub-btn {
background: #FFBA14;
color: #fff;
text-transform: uppercase;
border: 0;
padding: 10px 15px;
display: inline-block;
width: 100%;
font-weight: 700;
margin: 15px 0;
cursor: pointer;
}
.recent {
border: solid 1px #f2f2f2;
margin: 0 0 45px;
border-bottom: none;
}
.recent-title {
display: block;
margin: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 500;
color: #313131;
background: #F5F5F5;
}
.rec-link {
display: flex;
color: #313131;
border-bottom: solid 1px #f2f2f2;
padding: 20px 18px;
}
.rec-img {
width: 50px;
margin: 0 15px 0 0;
}
.rec-img img {
width: 100%;
height: auto;
}
.rec-content {
flex: 1;
}
.rec-title {
display: block;
font-size: 14px;
font-weight: 500;
padding: 0 0 5px;
}
.rec-date {
display: block;
font-size: 13px;
color: #666;
font-weight: 400;
}
.categories {
padding: 0 0 45px;
}
.cat-title {
display: block;
margin: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 500;
color: #313131;
background: #F5F5F5;
}
.categories ul {
margin: 0;
padding: 0;
}
.categories ul li {
margin: 0;
padding: 12px 0;
list-style: none;
display: block;
border-bottom: solid 1px #eae8e8;
}
.categories ul li:before {
content: "\f054";
font-family: 'FontAwesome';
font-weight: 400;
margin: 0 3px 0 0;
font-size: 10px;
position: relative;
top: -1px;
}
.categories ul li a {
font-size: 15px;
color: #313131;
}
.ready-block {
padding: 30px 15px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/blg-img.jpg) no-repeat center center;
margin-bottom: 45px;
}
.ready-block span {
font-size: 24px;
color: #313131;
padding: 0 0 15px;
line-height: 28px;
text-transform: uppercase;
font-weight: 600;
display: block;
}
.book-btn {
display: block;
font-size: 18px;
color: #000;
font-weight: 600;
background: #fff;
text-transform: uppercase;
text-align: center;
max-width: 160px;
margin: 0 auto;
padding: 6px 0 6px;
line-height: normal;
} .pop-form .modal-content {
border-radius: 17px;
padding: 35px;
box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
display: block;
}
.pop-form .close {
padding: 0;
margin: -1.6rem -1.3rem -1rem auto;
font-weight: 100;
opacity: 1;
font-size: 30px;
color: #c4c4c4;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-dialog {
max-width: 750px;
}
.pop-form .contact-form .lab {
color: #333;
font-size: 14px;
border: 0;
margin-bottom: 5px;
font-weight: 700;
}
.pop-form .contact-form .lab small {
color: #c02b0a;
display: inline-block;
font-size: 13.008px;
padding-left: 0.125em;
}
.pop-form .contact-form .form-group input {
border: 1px solid #D6D6D6;
padding: 10px;
}
.pop-form .input-thumb-box {
display: flex;
}
.pop-form .input-thumb-box .int-outer {
width: 16.66%;
}
.alt-btn-custom {
background: -moz-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
height: 44px;
line-height: 44px;
border: 0;
font-weight: 500;
width: 100%;
border-radius: 15px;
font-size: 14px;
padding: 0 18px;
margin: 22px 0 0;
display: block;
;
}
.pop-form .form-field {
margin: 15px 0 25px;
} .hvr-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
} .hvr-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
color: white;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .hvr-sweep-to-bottom1 {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-bottom1:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-linear-gradient(top, rgba(254, 161, 47, 1) 0, rgba(254, 113, 49, 1) 100%);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom1:hover,
.hvr-sweep-to-bottom1:focus,
.hvr-sweep-to-bottom1:active {
color: white;
}
.hvr-sweep-to-bottom1:hover:before,
.hvr-sweep-to-bottom1:focus:before,
.hvr-sweep-to-bottom1:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.select2-container .select2-selection--single {
padding: 10px !important;
border: 1px solid #D6D6D6 !important;
height: 42px !important;
border-radius: 5px !important;
width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px !important;
}
.select-pop .select2-container {
width: 100% !important;
}
.select-pop .select2-selection--single {
height: 46px !important;
} .cec-guideline-top h1 {
font-size: 34px;
line-height: 34px;
font-weight: 600;
}
.cec-guideline-top p {
text-align: justify;
margin: 0;
padding: 10px 0;
font-size: 16px;
line-height: 26px;
}
.cec-guideline-top-right img {
width: 100%;
}
.cec-guideline-top {
margin-top: 15px;
margin-bottom: 30px;
padding-top: 105px;
}
.cec-guidelines h2 {
font-size: 26px;
font-weight: 600;
margin-bottom: 20px;
}
.cec-content {
padding-bottom: 30px;
}
.cec-content h3 {
font-size: 20px;
font-weight: 600;
}
.cec-content p {
margin: 0;
padding: 10px 0;
font-size: 16px;
line-height: 26px;
text-align: justify;
}
.download-box {
list-style: none;
padding-left: 0;
margin-bottom: 10px;
}
.download-box li {
margin: 20px 0;
}
.download-box li a {
color: #FFB400;
font-size: 17px;
font-weight: 500;
} .banner-text img {
width: auto !important;
}
.bt-one {
display: flex;
align-items: center;
padding: 0 30px;
justify-content: space-around;
box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
}
.bt-one h1 {
font-size: large;
color: #000;
font-weight: 400;
}
.bt-one .enq-btn {
background: #FFBA15;
text-align: center;
font-size: 16px;
text-transform: uppercase;
color: #000;
font-weight: 400;
width: 190px;
margin: 0;
display: block;
padding: 9px 5px 7px !important;
line-height: inherit;
}
.bt-one .enq-btn:after {
display: none;
} .big-head {
display: block;
text-align: center;
font-size: 50px;
color: #FFBA15;
text-transform: uppercase;
font-weight: 600;
line-height: 52px;
padding-bottom: 100px;
margin-top: 80px;
}
.quote-thumbs {
box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
}
.quote-thumbs-img {
position: relative;
}
.quote-thumbs-img:before {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
content: "";
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%);
}
.quote-thumbs-img img {
display: block;
width: 100%;
}
.quote-thumbs-img span {
position: absolute;
right: 0;
left: 0;
text-align: center;
bottom: 10px;
font-size: 26px;
color: #fff;
display: block;
}
.quote-thumbs-data {
border-right: solid 1px #f1f1f1;
border-left: solid 1px #f1f1f1;
border-bottom: solid 1px #f1f1f1;
padding: 20px;
}
.quote-thumbs-data h3 {
font-size: 26px;
color: #FFBA15;
font-weight: 700;
display: block;
text-align: center;
margin: 0;
padding: 0 0 15px;
}
.quote-thumbs-data h3 small {
font-size: 17px;
color: #FFBA15;
font-weight: 500;
letter-spacing: 3px;
}
.quote-thumbs-data ul {
margin: 0;
padding: 0 0 20px;
}
.quote-thumbs-data ul li {
display: block;
padding: 7px 0 7px 35px;
position: relative;
font-size: 17px;
}
.quote-thumbs-data ul li::before {
background: #eaeaea;
border-radius: 50%;
content: "";
font-family: FontAwesome;
font-size: 16px;
height: 24px;
left: 0;
position: absolute;
text-align: center;
top: 4px;
width: 24px;
line-height: 26px;
}
.img-flex {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.img-flex img {
width: 100px;
max-width: 100%;
}
.get-quote-msg {
background: #FFBA15;
text-align: center;
font-size: 16px;
text-transform: uppercase;
color: #000;
font-weight: 600;
max-width: 180px;
margin: 10px auto;
display: block;
padding: 9px 5px 7px;
}
.get-quote-msg i {
font-weight: 900;
font-size: 18px;
}
.value-block {
display: block;
color: #313131;
font-weight: 700;
text-transform: uppercase;
font-size: 24px;
letter-spacing: 3px;
background: #FFBA15;
text-align: center;
padding: 10px 0;
}
.quote-main .col-sm-4:nth-child(2) {
flex: 0 0 34%;
max-width: 35%;
margin-right: 34px;
padding: 0;
}
.quote-main .col-sm-4:nth-child(1) {
padding: 0;
flex: 0 0 30%;
max-width: 30%;
margin-right: 34px;
}
.quote-main .col-sm-4:nth-child(3) {
padding: 0;
flex: 0 0 30%;
max-width: 30%;
}
.quote-main .col-sm-4:nth-child(2) { margin-top: -35px;
}
.mar-box-lr {
margin: 0 20px;
}
.the-solar-block {
background-image: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/DESKTOP-High-Res-Power-of-Solar-Banner-1-copy-min-1.png);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.the-solar-left {
padding: 150px 0;
}
.the-solar-left h2 {
font-size: 128px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
line-height: 105px;
margin-bottom: 10px;
}
.the-solar-left h2 strong {
color: #FFBA15;
font-weight: 700;
}
.the-solar-left p {
font-size: 33px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
line-height: 36px;
padding: 0 0 30px;
}
.the-solar-left span {
font-size: 33px;
font-weight: 500;
text-transform: uppercase;
color: #FFBA15;
line-height: 36px;
padding-bottom: 40px;
display: block;
}
.the-solar-left .alt-btn-custom {
font-size: 21px;
max-width: 230px !important;
margin: 0;
font-weight: 600;
padding: 12px 20px 12px;
color: #000 !important;
background: #FFBA15;
text-transform: uppercase;
border-radius: 0px;
}
.para-box {
padding: 80px 0;
}
.para-box-title {
text-align: center;
padding-bottom: 60px;
}
.para-box-title p {
font-size: 21px;
padding: 0 0 10px;
color: #000;
line-height: 30px;
}
.para-box-title p a {
color: #ffba15;
}
.solar-jam-box {
background: #FFBA15;
padding: 60px 0;
}
.solar-jam-box-title {
text-align: center;
margin: 0 0 60px;
}
.solar-jam-box-title h3 {
font-size: 45px;
color: #fff;
font-weight: 700;
padding: 0 0 20px;
margin: 0;
display: inline-block;
border-bottom: solid 5px #ffc233;
}
.solar-jam-video-box {
margin-bottom: 30px;
}
.solar-jam-video-text-box p {
font-size: 16px;
padding: 0 0 30px;
color: #000;
line-height: 26px;
text-align: justify;
}
.solar-jam-video-text-box p a,
{
color: white;
}
.para2 {
text-align: center;
padding-bottom: 60px;
padding-top: 80px;
}
.para2 h2 {
color: #313131;
font-family: inherit;
font-size: 45px;
font-weight: 700;
padding-bottom: 20px;
letter-spacing: 0px;
text-transform: uppercase;
position: relative;
margin-bottom: 45px;
}
.para2 h2:after {
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
width: 120px;
height: 4px;
background: #FFBA15;
content: "";
}
.para2 p {
font-size: 21px;
padding: 0 0 10px;
color: #000;
line-height: 30px;
}
.accord-main {
margin-bottom: 20px;
}
.accord-main .panel-default {
margin-bottom: 30px;
border: 1px solid #e4e4e4;
box-shadow: 0 0 3px #bbb;
}
.accord-main .panel-heading {
color: #444;
cursor: pointer;
width: 100%;
text-align: left;
border: none;
background-color: #fff;
padding: 18px 30px;
border-radius: 0 !important;
}
.accord-main .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.accord-main .panel-title a {
padding: 0;
font-size: 26px;
color: #313131;
position: relative;
display: block;
}
.accord-main .accordion__arrow {
display: inline-block;
width: 24px;
height: 12px;
position: absolute;
top: 10px;
left: auto;
right: 0;
margin-top: -6px;
}
.accord-main .panel-title a .accordion__arrow::before {
left: 0;
transform: rotate(45deg);
}
.accord-main .panel-title a .accordion__arrow::before {
width: 14px;
color: #ffba15;
}
.accord-main .accordion__arrow::before {
display: block;
position: absolute;
top: 50%;
width: 10px;
height: 2px;
background-color: currentColor;
content: "";
transition: transform .25s ease, -webkit-transform .25s ease;
}
.accord-main .panel-default .panel-heading .panel-title a .accordion__arrow::after {
right: 0;
transform: rotate(-45deg);
}
.accord-main .panel-default .panel-heading .panel-title a[aria-expanded="true"] .accordion__arrow::before {
transform: rotate(-45deg);
}
.accord-main .panel-default .panel-heading .panel-title a[aria-expanded="true"] .accordion__arrow::after {
transform: rotate(45deg);
}
.accord-main .panel-default .panel-heading .panel-title a[aria-expanded="true"] span {
display: none;
}
.accord-main .panel-title a .accordion__arrow::after {
width: 14px;
color: #ffba15;
}
.accord-main .accordion__arrow::after,
.accordion__arrow::before {
display: block;
position: absolute;
top: 50%;
width: 10px;
height: 2px;
background-color: currentColor;
content: "";
transition: transform .25s ease, -webkit-transform .25s ease;
}
.accord-main .panel-title a span {
color: #ffba15;
font-size: 16px;
display: block;
}
.accord-main .panel-default .panel-body {
border: none !important;
padding: 18px 30px;
}
.accord-main .panel-default .panel-body p {
font-size: 16px;
text-align: justify;
line-height: 26px;
padding: 0 0 20px;
margin: 0;
}
.accord-main .panel-default .panel-heading .panel-title a strong {
font-weight: 400;
}
.row.quote-main {
padding: 80px 0 100px;
}
.flex-form {
box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
display: flex;
border: solid 1px #f1f1f1;
align-items: center;
}
.get-in-touch-inner {
width: 50%;
}
.get-in-touch-inner img {
width: 100%;
}
.form-get-in {
width: 50%;
}
.form-get-in .contact-form {
padding: 15px 35px 0;
}
.get-in-touch-inner h3 {
padding: 5px 0;
background: #ffb21d;
margin: 0;
text-align: center;
font-weight: 700;
font-size: 20px;
}
.abc-one {
background: #FFBA14 !important;
color: #fff !important;
border-radius: 10px !important;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
}
.short-content-section {
max-width: 600px;
margin: 0 auto;
}
.short-content-title-block {
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.short-content-title-block .img-block {
padding: 15px;
}
.short-content-title-block .img-block img {
max-width: 120px;
width: 100%;
}
.short-content-title-block .title-block {
padding: 15px;
color: #ffbc1d;
text-align: left;
flex: 1;
}
.short-content-title-block .title-block h3 {
margin: 0;
font-size: 22px;
}
.short-content-block p {
font-size: 16px;
line-height: 26px;
text-align: center;
}
.get-in-touch {
padding-bottom: 40px;
}
.acrd-btm {
margin-bottom: 80px;
}
.para2 p a {
color: var(--main-yellow);
}
.panel-list {
display: block;
margin: 0 0 25px 12px;
padding: 0;
}
.panel-list li {
display: block;
margin: 0 0 10px;
padding: 0;
position: relative;
}
.panel-list li:before {
position: absolute;
top: 8px;
left: auto;
content: "";
background: #000;
width: 5px;
height: 5px;
border-radius: 100px;
margin: 0 0 0 -12px;
}
.panel-body h4 {
font-weight: 600;
margin: 0 0 20px;
padding: 0;
font-size: 18px;
line-height: normal;
}
.panel-body h3 {
font-weight: 600;
margin: 0 0 20px;
padding: 0;
font-size: 20px;
line-height: normal;
}
.panel-body p a {
color: var(--main-yellow);
}
.mobile-bann {
display: none;
}
.desk-banner {
display: block;
} .page-heading-img {
position: relative;
}
.page-heading-img img {
width: 100%;
}
.page-heading-img .banner-img-content {
position: absolute;
right: 0;
top: 0;
width: 70%;
height: 100%;
display: flex;
align-items: center;
overflow: hidden;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/after-img.png);
background-repeat: no-repeat;
background-size: cover;
padding-right: 30px;
text-align: right;
justify-content: flex-end;
}
.page-heading-img .banner-img-content h4 {
font-size: 52px;
font-weight: 700;
color: #fff;
text-align: left;
padding-right: 30px;
z-index: 99;
width: 50%;
text-transform: uppercase;
}
.page-heading {
padding: 20px 0;
box-shadow: 0 1px 6px rgb(212 212 212 / 80%);
z-index: 99;
position: relative;
}
.page-heading h2 {
font-size: 34px;
font-weight: 400;
margin: 0 0 20px;
}
.faq-rt-enq {
background: #F7F7F7;
}
.faq-headbox {
padding: 80px 0;
}
.faq-rt-enq {
display: flex;
padding: 30px;
align-items: center;
}
.fq-enq-text p {
font-size: 14px;
padding-top: 10px;
}
.fq-enq-text a {
color: #fff;
background: var(--main-yellow);
padding: 8px 20px;
border-radius: 5px;
transition: .3s all ease
}
.feat-main-box.active {
background: var(--main-yellow);
} .faq-left-head h4 {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
}
.faq-left-head h5 {
font-size: 24px;
font-weight: 500;
line-height: 39px;
}
.most-feat-main {
padding: 60px 0;
}
.feat-main-box {
background: #fff;
text-align: center;
padding: 17px;
transition: .3s all ease;
}
.feat-main-box:hover {
background: var(--main-yellow);
transition: .3s all ease;
}
.feat-main-box img {
margin-bottom: 20px;
}
.feat-main-box:hover img {
filter: grayscale(100%) brightness(200%) contrast(0.9)
}
.feat-main-box h4 {
color: var(--main-yellow);
font-size: 23px;
font-weight: 600;
margin-bottom: 20px;
border-top: 1px solid var(--main-yellow);
padding-top: 20px;
min-height: 77px;
}
.feat-main-box:hover h4 {
color: #fff;
border-top: 1px solid #fff;
}
.feat-main-box.active h4 {
color: #fff;
border-top: 1px solid #fff;
}
.feat-main-box p {
color: var(--main-yellow);
font-size: 14px;
font-weight: 500;
margin: 35px 0;
}
.feat-main-box.active img {
filter: grayscale(100%) brightness(200%) contrast(0.9)
}
.feat-main-box:hover p {
color: #fff
}
.feat-main-box.active p {
color: #fff;
}
.feat-main-box a {
color: var(--main-yellow);
font-size: 17px;
font-weight: 500;
border: 1px solid var(--main-yellow);
padding: 8px 15px;
border-radius: 5px;
display: inline-block;
}
.feat-main-box.active a {
color: #fff;
border: 1px solid #fff;
}
.feat-main-box:hover a {
color: #fff;
border: 1px solid #fff;
} .collapsible-link::before {
content: '';
width: 10px;
height: 2px;
background: #333;
position: absolute;
top: calc(50% - 3px);
left: 1rem;
display: block;
transition: all 0.3s;
} .collapsible-link::after {
content: '';
width: 2px;
height: 10px;
background: #333;
position: absolute;
top: calc(50% - 7px);
left: calc(1rem + 4px);
display: block;
transition: all 0.3s;
}
.collapsible-link[aria-expanded='true']::after {
transform: rotate(129deg) translateX(0px);
}
.collapsible-link[aria-expanded='true']::before {
transform: rotate(140deg);
}
section.faq-accordian {
padding: 60px 0;
}
.faq-accordian .accordion {
border-top: 7px solid var(--main-yellow);
}
.faq-accordian .accordion .collapsible-link {
padding-left: 50px;
font-size: 18px;
font-weight: 400;
text-transform: capitalize !important;
}
.faq-accordian .collapse {
background: #ededed
}
.faq-accordian .card-body P {
color: #000;
font-size: 14px;
margin: 0;
padding: 0;
line-height: 26px;
}
.faq-accordian .card-body {
padding: 20px 40px 20px;
}
.image-big img {
width: 100%;
}
.get-started {
padding: 60px 0;
text-align: center;
}
.get-started p {
font-size: 16px;
font-weight: 600;
line-height: 26px;
}
.get-started p strong {
font-size: 16px;
font-weight: 600;
color: var(--main-yellow)
}
.get-started .lets-start {
width: auto;
padding: 10px 50px;
text-align: center;
font-size: 27px;
font-weight: 600;
background: var(--main-yellow);
color: #fff;
border-radius: 5px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
display: inline-block;
margin-top: 10px;
transition: .3s all ease;
}
.get-started .lets-start:hover {
color: #000;
}
.lets-q {
width: 100%;
} .enq-contact {
background: #F4F4F4;
}
.enq-contact .faq-rt-enq {
background: #fff;
}
.fq-img {
height: 80px;
width: 80px;
background: #f4f4f4;
padding: 20px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.faq-left-head a {
color: #fff;
background: var(--main-yellow);
padding: 8px 20px;
border-radius: 5px;
transition: .3s all ease;
display: inline-block;
margin-top: 10px;
}
.image-big {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/EBOOK-.jpg);
background-size: cover;
padding: 80px 0;
background-position: center;
}
.poster-content h2 {
font-size: 80px;
font-weight: 900;
text-transform: uppercase;
}
.poster-content h5 {
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
width: 70%;
}
.poster-content a {
display: inline-block;
background: var(--main-yellow);
font-size: 22px;
text-transform: uppercase;
color: #000;
font-weight: 600;
padding: 8px 20px;
margin-top: 15px;
}
.contact-page-form {
padding: 80px 0 40px 0;
}
.contact-page-form h2 {
font-size: 30px;
padding: 0 0 10px;
}
.contact-page-form h2:after {
width: 85px;
}
.locaction-thumb {
display: flex;
width: 100%;
}
.locaction-thumb ul {
display: flex;
flex-wrap: wrap;
padding: 30px 0 0;
list-style: none;
width: 100%;
}
.locaction-thumb ul li {
flex: 0 0 25%;
max-width: 25%;
position: relative;
margin: 0 0 20px;
padding: 0 0 0 0;
font-size: 15px;
line-height: 1.7;
}
.locaction-text {
display: flex;
max-width: 200px;
}
.locaction-thumb li i {
font-size: 22px;
color: #feba15;
position: static;
left: 0;
top: 3px;
padding-right: 10px;
margin-top: 6px;
}
.locaction-thumb li strong {
color: #feba15;
font-weight: 600;
font-size: 18px;
}
.locaction-thumb li a {
color: #707070;
font-size: 14px;
}
.help-center {
padding: 60px 0;
text-align: center;
}
.big-contact {
width: 50%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: baseline;
}
.big-contact {
margin-top: 30px;
}
.big-contact img {
margin: 0 15px 0;
width: 40px;
}
.big-contact h1 {
font-size: 57px;
font-weight: 600;
font-style: italic;
}
.big-contact h1 a {
color: #000
}
.help-center h5 {
font-weight: 27px;
font-weight: 800;
color: var(--main-yellow);
}
.get-solar {
border: 1px solid #e9e9e9;
padding: 20px 10px;
width: 100%;
margin: 40px auto 40px;
box-shadow: 0 0 1px #f1f1f1;
}
.get-solar .cec-img {
float: left;
margin-right: -10px;
}
.get-solar .get-text {
font-size: 20px;
font-weight: 500;
max-width: 388px;
display: block;
float: left;
text-align: center;
padding: 6px 0 0;
}
.get-solar .prd-btn.dis-block {
float: right;
padding: 0 0 0;
}
.btn-custom.dark-orange-btn {
background: #fea12f;
background: -moz-linear-gradient(top, rgba(254, 161, 47, 1) 0, rgba(254, 113, 49, 1) 100%);
background: -webkit-linear-gradient(top, rgba(254, 161, 47, 1) 0, rgba(254, 113, 49, 1) 100%);
background: linear-gradient(to bottom, rgba(254, 161, 47, 1) 0, rgba(254, 113, 49, 1) 100%);
font-size: 16px;
font-style: italic;
}
.btn.btn-custom.orange-btn {
background: #fed938;
background: -moz-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
}
.btn.btn-custom i {
font-size: 20px;
margin: -3px 0 0 3px;
vertical-align: middle;
}
.phone-circle {
font-size: 14px !important;
border: 1px solid #000;
padding: 4px 5px;
border-radius: 100%;
margin: 0 2px 0 0 !important;
}
a.btn.btn-custom.dark-orange-btn.hvr-sweep-to-bottom1:hover .phone-circle {
border: 1px solid #fff;
}
.btn.btn-custom {
border: 0;
color: #313131;
font-family: Poppins, sans-serif;
font-size: 14px;
height: 44px;
margin: 0;
padding: 0 18px;
text-transform: none;
overflow: hidden;
position: relative;
transition: background .3s ease-out;
line-height: 44px;
font-weight: 600;
}
.orng-btn {
font-size: 11px !important;
}
.btn.btn-custom.orange-btn:hover {
color: #fff;
}
.btn.btn-custom:hover {
color: #fff;
}
.banner-yellow {
position: relative !important;
margin: 0 0 0;
z-index: 1;
}
.banner-yellow img {
width: 100%;
}
.banner-yellow-content {
position: absolute;
top: 50%;
right: 0;
left: 0;
transform: translateY(-50%);
max-width: 1170px;
margin: 0 auto;
}
.banner-yellow-content h2 {
font-size: 130px;
color: #fff;
font-weight: 700;
line-height: 120px;
margin: 0;
padding: 0 0 50px;
text-align: center;
}
.banner-yellow-content p {
padding: 0;
font-size: 38px;
font-weight: 700;
color: #fff;
margin: 0;
padding: 0;
text-align: center;
}
.thankyou-btm {
padding: 100px 0;
}
.thank-btm-img img {
width: 100%;
}
.thank-btm-text h2 {
font-size: 60px;
font-weight: 700;
color: #000;
margin: 0;
padding: 0 0 30px;
line-height: 60px;
}
.thank-btm-text h2 strong {
color: #FFB21D;
display: block;
font-weight: 700;
}
.thank-btm-text p {
font-size: 44px;
font-weight: 400;
color: #000;
margin: 0;
padding: 0 0 30px;
line-height: 50px;
}
.dow-btn {
display: inline-block;
background: #ffb21d;
font-size: 24px;
font-weight: 700;
color: #fff;
padding: 14px 40px 10px;
}
.thankyou-btm .container {
max-width: 1330px;
width: 100%;
} .solar-pro-data-content h1 {
font-size: 34px;
line-height: 34px;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
}
.solar-pro-data-content h2 {
font-size: 26px;
line-height: 34px;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
}
.solar-pro-data-content p {
text-align: justify;
}
p {
margin: 0;
padding: 10px 0;
font-size: 16px;
line-height: 26px;
}
.solar-pro-data-content a {
color: #ffb21d;
}
.solar-pro-data {
margin-top: 0;
padding-top: 103px;
}
section.banner {
padding-top: 82px;
}
.table-solar-data-sheet {
margin-bottom: 30px;
}
.table-solar-data-sheet h2 {
font-size: 26px;
line-height: 34px;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
}
.table-responsive {
min-height: .01%;
overflow-x: auto;
}
.table-solar-data-sheet thead tr th {
text-align: center;
font-size: 14px;
line-height: 19px;
font-weight: 700;
color: #fff;
background-color: #343A41;
border: 1px solid #DDD;
padding: 14px 10px;
vertical-align: bottom;
}
.table-solar-data-sheet tr td {
text-align: center;
vertical-align: middle;
border: 1px solid #DDD;
padding: 10px 10px;
font-size: 12px;
}
.table-solar-data-sheet thead tr td img {
margin: 0 auto !important;
float: none !important;
display: inline-block !important;
vertical-align: middle !important;
font-size: 12px;
color: #333;
font-weight: 400;
border: 1px solid #DDD;
padding: 10px 10px;
}
.table-solar-data-sheet .download {
font-weight: 500;
text-decoration: underline;
font-size: 12px;
color: #FEC525;
}
.table-solar-data-sheet .download-box img {
margin-right: 5px;
max-width: 26px;
height: auto;
}
#breadcrumbs {
padding-top: 30px;
padding-bottom: 0;
font-size: 12px;
text-transform: capitalize;
}
#breadcrumbs a {
color: #ffb21d;
}
.solar-hub-title {
color: #FFBA14;
font-size: 34px;
font-weight: 800;
margin-top: 40px;
margin-bottom: 40px;
}
.hub-two-reg {
font-size: 17px;
}
.hub-two-lt {
font-weight: 300;
}
.hub-two-bold {
font-size: 20px;
font-weight: 700;
}
.map-hub img {
width: 100%;
}
.tab-wrapper-hub {
box-shadow: 0 8px 10px rgb(0 0 0 / 12%);
padding: 0 0 8px 0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.tab-wrapper-hub .nav-tabs {
width: 100%;
}
.nav-tabs>li {
display: inline !important;
margin-bottom: -1px;
width: 260px;
height: auto;
padding: 10px 0;
text-align: center;
margin-right: 15px;
float: left;
position: relative;
}
.tab-wrapper-hub .nav-tabs .nav-item .nav-link.active {
color: #FFBA14 !important;
font-size: 20px;
font-weight: 600;
background: none !important;
border: 0 !important;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
}
.tab-wrapper-hub .nav-tabs .nav-link {
background: #F4F4F4;
border: 0 !important;
font-size: 20px;
font-weight: 600;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
color: #000;
padding: 14px 5px;
margin-right: 2px
}
.nav-tabs .nav-link:hover {
color: #000 !important;
background-color: #fcb514 !important;
border-color: #fcb514 #fcb514 #fcb5
}
.tab-wrapper-hub #myTabContent {
margin-top: 30px;
}
.shadowbox .newsbox {
border: 1px solid #D6D6D6;
padding: 15px;
border-radius: 10px;
margin-bottom: 20px;
}
.locationset h4 {
font-size: 16px;
text-transform: uppercase;
margin-top: 12px;
margin-bottom: 0;
}
.location-phone {
font-size: 14px;
}
.location-phone span {
color: #FFBA14;
font-weight: 700;
margin-right: 3px;
}
.location-more a {
font-size: 13px;
font-weight: 600;
color: #ffba15;
}
.nav-tabs {
border-bottom: 0 solid #dee2e6 !important;
}
.tab-wrapper-hub .nav-item {
margin: 0 !important;
}
.tab-content {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.tab-content>.active {
display: flex;
width: 100%;
flex-flow: row wrap;
} .solar-run-customer-reviews {
margin-top: 80px;
background: #FFF8E7;
padding-top: 60px;
padding-bottom: 60px;
}
.solar-run-customer-reviews h2 {
font-size: 30px;
color: #313131;
text-align: center;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
line-height: normal;
}
.review-img {
max-width: 775px;
text-align: center;
}
.review-img .row {
display: flex;
justify-content: center;
}
.review-img img {
display: block;
margin-left: auto;
margin-right: auto;
}
.basedon {
font-size: 10px;
font-weight: 400;
padding-top: 0;
}
.review-cust .row {
width: 100%;
justify-content: center;
}
.review-cust {
width: 100%;
text-align: center;
max-width: 775px;
margin: 0 auto;
}
.review-cust .facebook img.fblogo {
margin-bottom: 10px;
}
.rplg-box {
position: relative !important;
margin: 2px !important;
color: #777 !important;
border: 1px solid #ededed !important;
background-color: #fafafa !important;
border-radius: 4px !important;
}
.rplg-box .rplg-box-content {
height: 150px !important;
margin: 20px 30px 20px 40px !important;
background-color: inherit !important;
}
.rplg-box .rplg-box-content {
position: static !important;
overflow-y: auto !important;
font-size: 14px !important;
text-align: left !important;
padding: 0 2px 0 0 !important;
}
.rplg-stars {
display: inline-block !important;
margin-right: 4px !important;
width: 110px;
}
.rplg-google-logo {
width: 20px;
}
.rplg-google-logo img {
width: 100% !important;
}
.rplg-box .rplg-box-content:before {
bottom: 47px !important;
box-sizing: border-box !important;
color: #bbb !important;
content: '\201C' !important;
display: block !important;
height: 96px !important;
left: 50px !important;
position: absolute !important;
right: 515.391px !important;
text-size-adjust: 100% !important;
top: 20px !important;
width: 24.6094px !important;
column-rule-color: #bbb !important;
perspective-origin: 12.2969px 48px !important;
transform-origin: 12.2969px 48px !important;
border: 0 none #bbb !important;
font: normal normal normal normal 60px / 96px Georgia, serif !important;
margin: -25px 0 0 -40px !important;
outline: #bbb none 0 !important;
}
.rplg-stars svg {
display: inline-block !important;
width: 18px !important;
height: 18px !important;
margin: 0 4px 0 0 !important;
vertical-align: middle !important;
}
.rplg-review-text {
color: #777 !important;
line-height: 24px !important;
font-size: 14px !important;
}
.rplg-review-badge {
top: 12px !important;
right: 12px !important;
position: absolute !important;
background-color: inherit !important;
width: 20px;
}
.rplg-social-logo svg {
width: 20px !important;
height: 20px !important;
background: transparent !important;
border-radius: 50% !important;
}
.reply-btm {
margin: 0 !important;
padding: 20px !important;
}
.reply-btm-right {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
overflow: hidden !important;
text-align: left !important;
line-height: 24px !important;
}
.rplg-review-name {
display: block !important;
font-size: 100% !important;
font-weight: bold !important;
color: #427fed !important;
text-decoration: none !important;
box-shadow: none !important;
}
.rplg-review-time {
display: block !important;
color: #999 !important;
font-size: 13px !important;
text-shadow: 1px 1px 0 #fff !important;
}
.rplg-box-content::-webkit-scrollbar {
width: 4px;
}
.rplg-box-content::-webkit-scrollbar-track {
background: #ddd;
}
.rplg-box-content::-webkit-scrollbar-thumb {
background: #db1d5c;
border-radius: 25px;
height: 100%;
width: 4px;
background: #ccc;
}
.cust-rev-box {
margin-top: 20px;
}
.owl-nav {
display: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #F4B533 !important;
}
.owl-theme .owl-dots .owl-dot span {
border: 1px solid #F4B533 !important;
background: transparent !important;
width: 8px !important;
height: 8px !important;
}
.get-touchfran-form {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/get_intouch_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-repeat: no-repeat;
padding-top: 60px;
padding-bottom: 60px;
}
.get-touchfran-content {
color: #fff;
}
.get-touchfran-content h2 {
font-weight: 800;
font-size: 28px;
margin-bottom: 0;
}
.font-24-medium {
font-size: 15px;
font-weight: 500;
}
.form-get-fran .form-get-in {
width: 100%;
}
.form-get-fran .form-get-in .contact-form {
padding: 30px 30px 8px 30px;
background: #fff;
border-radius: 10px;
}
.battry-banner img {
width: 100%;
}
.banner-text button {
background: -moz-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
height: 44px;
line-height: 44px;
cursor: pointer;
border: 0;
border-radius: 15px;
font-size: 14px;
padding: 0 18px;
-webkit-transition: background .3s ease-out;
-moz-transition: background .3s ease-out;
transition: background .3s ease-out;
}
.banner-text button:hover {
background-position: 0 44px;
}
.battery-contebt-box h2 {
margin: 15px 0 5px;
font-size: 26px;
font-weight: 600;
}
.battery-contebt-box p {
color: #000;
font-weight: 400;
padding: 0 0 15px;
font-size: 16px;
line-height: 26px;
text-align: justify;
}
.battery-contebt-box p a {
color: var(--main-yellow);
}
.font-700 {
font-weight: 700 !important;
}
.battery-btm h2 {
font-size: 26px;
}
.center-al {
display: block;
margin: 10px auto;
}
.table-img img {
max-width: 100%;
max-height: 80px;
}
.table-categories {
font-size: 12px;
}
.table-categories th,
.table-categories td {
border-top: 0 !important;
padding: 20px 10px !important;
text-align: center;
vertical-align: middle !important;
border-left: 1px solid #dddddd !important;
border-right: 1px solid #dddddd !important;
border-bottom: 1px solid #dddddd !important;
}
.table-categories td:first-child {
font-weight: 700;
text-align: left;
position: relative;
padding-right: 40px !important;
white-space: nowrap;
}
.table-categories td:first-child i {
position: absolute;
right: 15px;
top: 50%;
transform: translate(0, -50%);
}
.table-categories tbody tr:first-child td {
border-bottom: 0 !important;
}
.table-note-box {
background: #f7f7f7;
padding: 40px 30px;
margin-bottom: 25px;
margin-top: 80px;
}
.table-note-box ul li {
padding: 15px 0;
border-bottom: 1px solid #ddd;
text-align: justify;
font-size: 14px;
color: #000;
font-weight: 400;
line-height: 30px;
}
.table-note-box ul li a {
color: var(--main-yellow);
}
.table-note-box ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
}
.battery-btm a {
color: var(--main-yellow);
}
.sol-img {
text-align: center;
}
.btm-btry {
margin-top: 15px;
}
.btm-btry h2 {
font-size: 26px;
}
.btm-btry ol {
margin: 18px 0 40px 48px;
padding: 0;
counter-reset: my-awesome-counter;
list-style: none;
}
.btm-btry ol li {
margin: 0 0 25px;
padding: 0;
counter-increment: my-awesome-counter;
position: relative;
}
.btm-btry ol li::before {
content: counter(my-awesome-counter);
color: #000;
font-size: 20px;
position: absolute;
left: -44px;
line-height: 35px;
width: 35px;
height: 35px;
top: 0;
background: #ffba15;
border-radius: 50%;
text-align: center;
top: -8px;
}
.battery-storage-sec {
border-top: 3px solid #ffba15;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin: 0;
padding: 40px;
min-height: 305px;
}
.battery-storage-sec h2 {
color: #313131;
font-weight: 500;
text-align: center;
font-size: 26px;
margin-bottom: 20px;
}
.battery-storage-inner {
display: flex;
}
.battery-storage-inner .storage-two {
display: inline-block;
margin: auto;
margin-bottom: 40px;
}
.battery-storage-sec .storage-two span {
width: 76px;
display: inline-block;
vertical-align: top;
font-weight: 500;
}
.battery-storage-sec .storage-one {
text-align: center;
}
.battery-storage-sec .storage-one h3 {
text-align: left;
margin: 0 0 5px;
}
.billing-sec .thumb {
top: 1px;
right: 0;
position: absolute;
z-index: 5;
padding: 0 3%;
}
.form-control {
border: solid 1px #989898;
border-radius: 0;
height: 42px;
color: #bdbdbd;
box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
}
.battery-package-sec {
margin: 80px 0 95px;
text-align: center;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 3px solid #ffc233;
padding: 40px 50px 50px;
}
.battery-package-sec h2 {
font-size: 26px;
color: #313131;
font-weight: 600;
margin: 0 0 5px;
}
.battery-package-sec a {
display: inline-block;
background: #ffc233;
padding: 0 45px;
line-height: 45px;
color: #313131;
font-size: 15px;
font-weight: 600;
margin: 0;
border: 1px solid #ffba15;
}
.battery-package-sec a:hover {
border: 1px solid #ffba15;
background: 0;
color: #313131;
color: #000 !important;
}
#com-sol-form-sec p a {
color: var(--main-yellow);
}
.com-solar-pow {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/commercial1.jpg);
background-size: cover;
background-repeat: no-repeat;
padding-top: 139px;
padding-bottom: 75px;
position: relative;
}
.com-solar-pow #breadcrumbs {
margin-bottom: 25px;
color: #fff;
font-size: 12px;
}
.com-solar-pow #breadcrumbs a {
color: var(--main-yellow);
}
.com-sol-head {
width: 75%;
}
.com-sol-head-title {
color: #fff;
font-weight: 700;
font-size: 45px;
line-height: 1.1;
margin-bottom: 0;
}
.com-solar-pow:before {
content: '';
position: absolute;
right: auto;
bottom: 0;
width: 0;
top: 0;
left: -116px;
border-width: 400px 48px 0 0;
-webkit-transform: skew(-10deg);
-ms-transform: skew(-10deg);
transform: skew(29deg);
width: calc(46%);
background-image: linear-gradient(to right, rgba(255, 186, 20, .9), rgba(220, 124, 59, .9));
}
#com-sol-form-sec {
padding-top: 60px;
padding-bottom: 80px;
}
#com-sol-form-sec h2 {
font-size: 26px;
}
#com-sol-form-sec main p {
line-height: 24px;
}
.check-btn {
background-image: linear-gradient(#FFBA14, #DC7C3B);
color: #fff !important;
font-weight: 700;
border-radius: 12px;
cursor: pointer;
text-align: center;
font-size: 16px;
text-transform: uppercase;
width: 190px;
margin: 0;
display: block;
padding: 9px 5px 7px;
}
.com-form-box {
margin-top: -150px;
}
.com-form-box .form-get-in {
width: 100%;
}
.com-form-box .flex-form {
background: #FFF8E7;
padding: 40px 0px 25px 0px;
border-radius: 10px;
}
.com-form-box .flex-form h2 {
margin-bottom: 0;
font-weight: 700;
font-size: 28px;
}
.com-form-box .flex-form p {
font-weight: 300;
}
.solar-made {
position: relative;
}
.made-simpleblock {
color: #fff;
position: absolute;
left: 45px;
transform: translateY(-50%);
top: 50%;
width: 35%;
}
.made-simpleblock h2 {
font-size: 45px;
font-weight: 800;
margin-bottom: 0;
line-height: 1;
}
.made-simpleblock p {
font-size: 20px;
font-weight: 500;
}
.reqquote a {
border: 2px solid #fff;
font-size: 16px;
color: #fff;
font-weight: 700;
padding: 10px 15px;
line-height: 1;
display: inline-block;
border-radius: 10px;
}
.solar-made img {
width: 100%;
}
.solar-short-img {}
#solar-block-two {
padding-top: 75px;
padding-bottom: 75px;
}
#solar-block-two img {
width: 100%;
}
#solar-block-two h2 {
font-size: 28px;
line-height: 40px;
}
.solar-block-two-cont {
display: flex;
flex-direction: column;
justify-content: center;
}
.solar-block-inner {
background: #FFF8E7;
}
.solar-block-inner img {
height: 100%;
object-fit: cover;
width: 100%;
}
.solar-block-inner .col-md-6 {
padding-left: 0;
padding-right: 0;
}
.solar-block-inner .row {
display: flex;
align-items: stretch;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.innerrowservice {
padding-top: 20px;
padding-bottom: 20px;
}
.innerrowservice h2 {
font-size: 26px;
margin-bottom: 20px;
}
.table>thead:first-child>tr:first-child>td {
border-top: 0px;
}
#solar-block-four {
padding-top: 60px;
padding-bottom: 60px;
}
#solar-block-four h2 {
font-size: 26px;
line-height: 40px;
}
.solar-block-four-accord .panel-heading {
color: #333;
background-color: #f5f5f5;
font-size: 16px;
border: 1px solid #ddd;
padding: 10px 15px;
border-radius: 3px;
}
.solar-block-four-accord .panel-heading .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.solar-block-four-accord .panel-heading .panel-title a {
color: #000;
}
.solar-block-four-accord .panel+.panel {
margin-top: 5px;
}
.solar-block-four-accord .panel-body {
border: 1px solid #ddd;
padding: 15px;
}
.solar-block-four-accord .panel-body {
border-top: none;
}
#solar-block-five {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/get_free_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
padding-top: 80px;
padding-bottom: 80px;
color: #fff;
}
#solar-block-five h3 {
margin-bottom: 0;
font-weight: 600;
font-size: 28px;
}
#solar-block-five .row {
display: flex;
align-items: center;
}
#solar-block-five .reqquote a {
border: 2px solid #fff;
color: #fff;
font-weight: 700;
font-size: 15px;
padding: 10px 9px;
line-height: 1;
display: inline-block;
border-radius: 10px;
width: auto;
}
.banner_download {
position: relative !important;
margin: 0px 0 0;
z-index: 1;
}
.slider-download {
position: relative;
}
.slider-download img {
width: 100%;
border-bottom: 3px solid #ffc233;
}
.new-medial-box-ebook {
max-width: 1170px;
margin: -750px auto 0;
display: block;
position: relative;
z-index: 9;
}
.slider-download-blts {
max-width: 1170px;
margin: -750px auto 0;
display: block;
position: relative;
z-index: 9;
}
.slider-download-blts h2 {
font-size: 90px;
font-weight: 900;
line-height: 90px;
color: #000;
margin: 0;
padding: 0;
} .ebook-form-block {
display: flex;
align-items: center;
justify-content: space-between;
padding: 60px 0;
}
.ebook-form-block-list {
padding: 0 50px 0 0;
}
.ebook-form-block-list h4 {
display: block;
color: #FFB21D;
font-size: 38px;
font-weight: 700;
margin: 0 0 40px 0;
}
.ebook-form-block-list ul {
margin: 0;
padding: 0;
}
.ebook-form-block-list ul li {
margin: 0 0 30px;
padding: 0 0 0 25px;
list-style: none;
display: block;
position: relative;
font-size: 27px;
color: #333;
line-height: 38px;
}
.ebook-form-block-list ul li:after {
position: absolute;
top: 11px;
left: 0;
content: "";
width: 12px;
height: 12px;
background: #FFB21D;
border-radius: 50px;
}
.ebook-form-block-main {
padding: 45px;
display: inline-block;
background: #f4f4f4;
max-width: 540px;
width: 100%;
}
.ebook-form-block-main h2 {
display: block;
font-size: 30px;
font-weight: 700;
line-height: 30px;
margin-bottom: 25px;
text-align: center;
color: #FFB21D;
}
.ebook-form-block-main .form-group label {
font-weight: 600;
color: #666;
width: 100%;
}
.ebook-form-block-main .form-group input {
border: solid 1px #d6d6d6;
height: 48px;
box-shadow: none;
text-align: left;
color: #000;
width: 100%;
box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
}
.ebook-form-block-main .custom-checkbox {
display: inline-block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ebook-form-block-main .custom-checkbox label {
font-weight: 400;
font-size: 15px;
cursor: pointer;
}
.ebook-form-block-main .custom-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.ebook-form-block-main .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #fff;
color: #000;
border: 1px solid #d6d6d6;
}
.ebook-form-block-main .custom-checkbox .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 12px;
border: solid #ffba15;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.ebook-form-block-main .custom-checkbox input:checked~.checkmark:after {
display: block;
}
.ebook-form-block-main .checkmark:after {
content: "";
position: absolute;
display: none;
}
.down-btn {
background: #ffba15;
border-radius: 0;
width: 100%;
font-size: 26px;
color: #fff;
text-transform: capitalize !important;
font-weight: 700;
height: auto;
padding: 14px 0;
border: none;
cursor: pointer;
}
.solar-book-list .solar-book-iner {
margin-bottom: 30px;
}
.solar-book-list .solar-book-iner h1 {
font-size: 34px;
line-height: 34px;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
}
.solar-book-list .solar-book-iner p {
padding: 0 0 15px !important;
text-align: justify;
}
.solar-book-iner h2 {
margin: 15px 0 5px;
font-size: 26px;
font-weight: 600;
}
.solar-book-iner h3 {
margin-bottom: 0;
margin-top: 15px;
font-size: 20px;
font-weight: 600;
}
.solar-book-list .solar-book-iner ul.contentlistdots {
margin-top: 5px;
margin-bottom: 10px;
padding-left: 0;
}
.solar-book-list .solar-book-iner p a {
color: var(--main-yellow);
}
.contentlistdots li:after {
position: absolute;
left: 0;
top: 10px;
content: '';
width: 5px;
height: 5px;
border-radius: 50px;
background-color: #FFB31E;
}
.contentlistdots li::after {
top: 11px;
}
.contentlistdots li {
position: relative;
padding-left: 15px;
color: #333;
list-style: none;
font-size: 16px;
line-height: 27px;
}
.contentlistdots li a {
color: var(--main-yellow);
}
.contentlistdots ul {
padding-left: 10px;
}
.ebook-thank-head h2 {
text-transform: uppercase;
}
.thank-head {
padding: 15px 0 80px;
}
.thank-head h3 {
padding: 10px 0;
font-size: 34px;
line-height: 34px;
font-weight: 600;
}
.thank-down-book a {
width: 100%;
display: block;
background: #ffb21d;
color: #fff;
text-transform: uppercase;
font-size: 27px;
padding: 20px 10px;
max-width: 85%;
text-align: center;
margin: 0 auto;
font-weight: 700;
letter-spacing: 1px;
}
.thank-down-book {
max-width: 396px;
position: relative;
margin-bottom: 89PX;
}
.thank-down-book img {
width: 100%;
padding-bottom: 40px;
position: relative;
left: 28px;
max-width: 100%;
}
.thank-row .col-sm-6:nth-child(2n) {
padding-left: 130px;
}
.glen-banner-inner {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/Solar-Run-Various-Website-Banners_Large-Banner.jpg);
height: 80vh;
background-repeat: no-repeat;
}
.glen-banner-bio {
padding: 2% 2% 2% 0;
}
.glen-banner-bio-block {
max-width: 320px;
}
.rebate-panel-list {
margin: 0;
padding: 0;
}
.rebate-panel-list>ul {
margin: 0;
padding: 0;
}
.rebate-panel-list>ul>li {
margin: 0 34px 0 0;
padding: 0;
list-style: none;
display: block;
width: 30%;
float: left;
}
.hotdealbioBanner {
width: 100% !important;
background: #fff;
max-width: 320px;
}
.rebate-panel-list>ul>li:last-child {
margin: 0;
}
.hmt-rebate-box {
box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
}
.tp-value-box {
display: block;
color: #313131;
font-weight: 700;
text-transform: uppercase;
font-size: 24px;
letter-spacing: 3px;
background: #FFBA15;
text-align: center;
padding: 10px 0;
}
.tp-value-box {
background: #ED1C24;
color: #fff;
}
.hmt-rebate-img {
position: relative;
}
.hmt-rebate-img img {
display: block;
width: 100%;
}
.hmt-rebate-img:before {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
content: "";
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%);
}
.hmt-rebate-img span {
position: absolute;
right: 0;
left: 0;
text-align: center;
bottom: 10px;
font-size: 26px;
color: #fff;
display: block;
}
.banner-over-box {
padding: 10px;
}
.banner-over-box {
border-right: solid 1px #f1f1f1;
border-left: solid 1px #f1f1f1;
border-bottom: solid 1px #f1f1f1;
padding: 20px;
}
.banner-over-box h3 {
font-size: 20px;
color: #FFBA15;
font-weight: 700;
display: block;
text-align: center;
margin: 0;
padding: 0 0 15px;
}
.banner-over-box ul {
padding: 0 0 0;
}
.banner-over-box ul {
margin: 0;
padding: 0 0 20px;
}
.banner-over-box ul li {
display: block;
padding: 7px 0 7px 35px;
position: relative;
font-size: 17px;
}
.hotdealbioBanner .banner-over-box ul li {
font-size: 14px;
}
.banner-over-box ul li.week-box-icon::before {
background: #eaeaea;
border-radius: 50%;
content: "";
font-family: FontAwesome;
font-size: 16px;
height: 24px;
left: 0;
position: absolute;
text-align: center;
top: 4px;
width: 24px;
line-height: 26px;
display: block;
}
.glen-banner {
padding-top: 82px;
}
.custom-week-box .alt-btn-custom {
text-align: center;
border-radius: 0;
max-width: 180px;
margin: 0 auto;
cursor: pointer;
}
.glen-waverley-revw {
display: flex;
align-items: center;
}
.glen-revw {
margin-left: 20px;
}
.glen-revw h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
}
.glen-rw {
position: relative !important;
margin: 2px !important;
color: #777 !important;
border: 1px solid #ededed !important;
background-color: #fafafa !important;
border-radius: 4px !important;
padding: 20px !important;
}
.star-rat img {
width: 18px;
margin-right: 5px;
}
.star-rat span {
font-size: 18px;
color: #e7711b !important;
font-weight: 600;
}
.star-rat span:first-child {
margin-right: 5px;
margin-top: 5px;
}
.glen-rw .rplg-social-logo {
position: absolute;
top: 5px;
right: 5px;
}
.glen-rw .rplg-social-logo img {
width: 100%;
}
.lt-text-rw {
display: block !important;
color: #777 !important;
font-size: 14px !important;
text-align: left !important;
text-shadow: 1px 1px 0 #fff !important;
margin: 5px 0;
}
.link-revw a {
display: inline-block;
font-size: 14px !important;
margin: 0 10px 0 0 !important;
box-shadow: none !important;
text-decoration: none !important;
color: #ffba15;
margin-right: 15px;
}
.glen-img-box {
width: 125px;
height: 125px;
overflow: hidden;
border-radius: 100%;
}
.glen-img-box img {
width: 100%;
}
.logoclean {
text-align: right;
}
.logoclean img {
width: 210px;
}
.logoclean .abtbtm {
margin: 0;
text-align: right;
display: block;
}
.logoclean .alt-btn-custom {
width: 153px;
text-align: center;
color: #fff !important;
border-radius: 5px;
font-size: 16px;
margin-top: 0;
}
.about-glan {
padding: 160px 0 70px;
}
.glen-waverley-details {
background-color: #F2F2F2;
padding: 10px 0 1px;
border-radius: 20px;
margin-top: 40px;
max-width: 360px;
}
.glen-waverley-details ul {
padding-left: 20px;
}
.glen-waverley-details ul li {
list-style: none;
display: flex;
align-items: center;
font-size: 17px;
font-weight: 500;
margin-bottom: 0;
}
.glen-waverley-details ul li img {
width: 20px;
}
.glen-waverley-details ul li p {
margin: 0;
margin-left: 10px;
padding: 5px;
}
.glan-content h1 {
font-size: 34px;
line-height: 34px;
font-weight: 700;
margin: 0 0 20px;
padding: 0;
}
.glan-content p {
text-align: justify;
}
.glan-content h2 {
font-size: 26px;
line-height: 34px;
font-weight: 700;
margin: 0 0 20px;
padding: 0;
}
.glan-content p a {
color: var(--main-yellow);
}
.glan-content {
margin-top: 80px;
}
.a-text-rw {
color: #ffba15;
margin-bottom: 5px;
font-weight: 600;
display: block;
}
.star-rat {
display: flex;
align-items: center;
}
.cust-rw h3 {
margin-bottom: 50px;
}
.rw-small-mg {
display: block !important;
width: 56px !important;
height: 56px !important;
font-style: italic !important;
padding: 0 !important;
margin: 0 10px 0 0 !important;
border-radius: 50% !important;
vertical-align: middle !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
}
.glen-rw-single {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.comnt-img {
display: block !important;
width: 56px !important;
height: 56px !important;
font-style: italic !important;
padding: 0 !important;
margin: 0 10px 0 0 !important;
border-radius: 50% !important;
vertical-align: middle !important;
box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
}
.comnt-img img {
width: 100%;
}
.comnt-label {
display: flex;
align-items: center;
}
.rb1 {
position: relative;
}
.rb1:before {
position: absolute !important;
bottom: -8px !important;
left: 35px !important;
display: block !important;
width: 14px !important;
height: 14px !important;
border: 1px solid #ededed !important;
border-top: none !important;
border-left: none !important;
background-color: #fafafa !important;
content: "" !important;
-webkit-transform: rotate(45deg) !important;
-ms-transform: rotate(45deg) !important;
transform: rotate(45deg) !important;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
margin-top: 20px;
}
.three-block-glen {
padding: 70px 0 55px;
background-color: #F2F2F2;
}
.three-block-glen-inner img {
width: 100%;
}
.delas-title {
font-size: 40px;
font-weight: 800;
text-align: center;
line-height: 1;
max-width: 860px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
.block-thumbs {
padding: 2% 2% 2% 0;
}
.gqm {
cursor: pointer;
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%) !important;
font-weight: 500;
}
.gqm:hover {
text-decoration: underline !important;
}
.my-property h2 {
font-size: 26px;
font-weight: 600;
}
.my-property .col-sm-10 img {
width: 100%;
}
.my-property .col-sm-10 {
margin: 60px auto;
}
.img-three-sec {
margin: 80px 0 50px;
}
.img-three-sec {
display: flex;
width: 100%;
}
.get-quote-yellow {
background-color: #FDB515;
padding: 50px 0;
}
.get-quote-yellow h2 {
text-align: center;
color: #2e2e2e;
font-weight: 500;
font-size: 30px;
color: #fff;
margin-bottom: 30px;
}
.form-yelow {
padding: 30px;
border-radius: 10px;
background: #fff;
}
.form-yelow input {
border: 1px solid #D6D6D6 !important
}
.yelow-co-text {
text-align: center;
}
.yelow-co-text h3 {
text-align: center;
font-size: 18px !important;
padding-top: 49px;
font-weight: 600;
line-height: 28px;
color: #363636;
}
.yelow-co-text h3 a {
color: #363636;
}
.form-yelow .input-thumb-box {
grid-template-columns: repeat(5, 1fr);
}
.logo-sec .owl-nav {
display: block !important;
}
.logo-sec .owl-nav .owl-prev {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 30px;
border-radius: 50% !important;
border: 2px solid #D6D6D6 !important;
color: #D6D6D6 !important;
margin-left: -20px !important;
}
.logo-sec .owl-nav .owl-next {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 30px;
border-radius: 50% !important;
border: 2px solid #D6D6D6 !important;
color: #D6D6D6 !important;
margin-right: -40px !important;
}
.logo-sec .owl-dots {
display: none !important;
}
.exc-deal-block {
padding: 2% 2% 2% 0;
}
.exc-deal-block .exc-deal-block-title {
font-size: 40px;
font-weight: 800;
text-align: center;
line-height: 1;
max-width: 860px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
}
.cons-monit-block h2 {
font-size: 26px;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
line-height: normal;
}
.icon-circle-box {
margin-bottom: 40px;
}
.icon-circle-box img {
margin-bottom: 20px;
}
.icon-circle-box h5 {
font-weight: 500;
font-size: 16px;
}
.bg-grd {
background: url(https://www.solarrun.com.au/wp-content/uploads/2022/03/video_bg_major.jpg);
background-size: cover;
background-repeat: no-repeat;
padding-top: 60px;
padding-bottom: 60px;
color: #fff;
}
#block-img-cont {
padding-top: 60px;
padding-bottom: 60px;
}
#block-img-cont img {
height: 100%;
object-fit: cover;
width: 100%;
}
#block-img-cont h2 {
font-size: 26px;
font-weight: 700;
margin: 0 0 20px;
padding: 0;
line-height: normal;
}
#block-img-cont p a {
color: var(--main-yellow);
}
section.solar-panel-review-block {
padding-top: 100px;
}
.rew-title {
font-size: 20px;
font-weight: 500;
padding: 0 0 10px;
}
.rew-main-head {
font-size: 46px;
color: #2e2e2e;
padding: 0 0 0px;
font-weight: 700;
}
.rw-star-box {
display: flex;
align-items: center;
}
.rw-star-box span {
margin-left: 10px;
}
.social-box-rw {
display: flex;
padding: 0;
margin: 10px 0;
}
.social-box-rw li {
list-style: none;
}
.social-box-rw li a {
display: block;
color: #fff;
}
.social-box-rw li a i {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 24px;
}
.social-box-rw li a i.fa.fa-facebook {
background: #f0da00;
}
.social-box-rw li a i.fa.fa-linkedin {
background: #ecbd35;
}
.social-box-rw li a i.fa.fa-envelope {
background: #e8af33;
}
.social-box-rw li a i.fa.fa-twitter {
background: #eecf15;
}
.social-box-rw li:hover a i {
color: #000;
}
.logo-rw {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.big-img img {
width: 100%;
}
.big-img {
margin: 20px 0;
}
.sol-list li {
line-height: 32px;
margin: 0 0 10px;
padding: 0;
list-style: disc;
font-size: 22px;
font-weight: 300;
}
.sol-list {
margin: 20px 0;
}
.sol-rw-cont {
margin-top: 15px;
}
.sol-rw-cont h2 {
font-size: 28px;
padding: 0 0 10px;
color: #2e2e2e;
font-weight: 600;
margin: 0;
}
.sol-rw-cont p {
font-size: 16px;
font-weight: 300;
padding: 0 0 15px;
line-height: 26px;
}
.sol-rw-cont p a {
color: var(--main-yellow);
}
.table-box table {
text-align: center;
margin-bottom: 30px;
}
.table-box table th {
font-size: 16px;
font-weight: 600;
padding: 10px;
border-right: 0;
border-left: none;
border-top: 0;
text-align: center;
}
.table-box table img {
width: auto;
display: block;
margin: 0 auto;
}
.table-box table th strong {
font-size: 12px;
font-weight: 600;
}
.table-box table td {
font-size: 16px;
font-weight: 300;
padding: 15px 10px;
border: 0;
}
.sol-rw-cont h4 {
font-size: 18px;
font-weight: 600;
}
.wt-para {
font-weight: 500 !important;
}
.btm-social {
margin: 30px 0;
}
.mr-btn {
margin: 20px 0 !important;
display: inline-block;
}
.big-rew span {
font-size: 20px;
}
.leftrew-main {
margin: 30px 0;
}
.leftrew-main .col-sm-3 {
padding: 0;
}
.leftrew h4 {
font-size: 20px;
padding: 0;
font-weight: 600;
margin-bottom: 20px;
}
.rlt-review h4 {
font-size: 20px;
font-weight: 600;
padding: 0 0 5px;
margin: 0;
}
.rlt-review p {
font-size: 16px;
font-weight: 300;
line-height: 28px;
text-align: justify;
}
.gt-blk {
font-size: 28px !important;
padding: 0 0 10px;
color: #000 !important;
font-weight: 600 !important;
margin: 0;
}
.get-solar-inst {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex-btm {
display: flex;
flex: 3;
}
.news-single-big .hover-news-big a {
color: #fff;
margin-bottom: 0;
padding: 15px;
font-size: 24px;
line-height: 35px;
}
.news-single-big-content p a {
color: var(--main-yellow);
}
.news-single-big-content ul li {
list-style-type: disc;
color: #000;
font-size: 16px;
font-weight: 300;
padding: 0 0 5px;
line-height: 26px;
margin: 0;
}
.news-single-big-content ul,
ol {
line-height: 26px;
padding: 0 0 20px 30px;
color: #000;
font-size: 15px;
text-align: justify;
}
.news-single-big-content table {
margin: 0 0 20px;
text-align: center;
}
.news-single-big-content table td,
th {
border: 1px solid #ccc;
padding: 5px;
}
.social-share {
text-align: left;
width: auto;
display: inline-block;
float: right;
margin: 40px 0;
}
.social-share h5 {
font-size: 14px;
font-weight: 700;
}
.social-share .heateor_sss_sharing_ul {
display: flex;
justify-content: flex-end;
}
.social-share .heateor_sss_sharing_ul a {
margin-left: 5px;
}
.post-main-small {
justify-content: space-between;
padding: 40px 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
display: flex;
width: 100%;
}
.post-box {
width: 35%;
position: relative;
}
.post-box .post-nav {
display: inline-block;
padding-bottom: 5px;
font-weight: 400;
color: #c4c4c4;
width: 100%;
font-size: 18px;
}
a.gridnews {
display: flex;
align-items: center;
}
.post-box .fa.fa-angle-left,
.post-box .fa.fa-angle-right {
position: absolute;
left: 0;
top: 15px;
font-size: 65px;
color: #e6e6e6;
}
.post-box .fa.fa-angle-left {
left: 0px;
right: auto;
}
.post-box .fa.fa-angle-right {
right: 0px;
left: auto;
}
.post-box .post-title {
font-size: 20px;
line-height: 40px;
color: #000;
font-weight: 600;
}
.post-nxt {
text-align: right;
padding-right: 30px;
}
.gridnews i {
color: #e6e6e6;
font-size: 32px;
}
.post-prv {
padding-left: 30px;
}
.gridnews i:hover {
color: var(--main-yellow);
}
.recent-blog {
display: block;
padding: 0;
box-shadow: 0 0 2px rgba(0, 0, 0, .2);
margin: 0;
min-height: inherit;
height: 100%;
}
.recent-blog-img {
display: block;
height: 250px;
}
.recent-blog-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.recent-blog-btm {
padding: 15px;
}
.ttl-box {
display: block;
margin: 0;
padding: 0;
font-size: 15px;
line-height: 22px;
display: block;
padding: 0 0 5px;
text-align: right;
}
.recent-blog-btm p {
padding: 0 0 5px;
font-size: 15px;
font-weight: 500;
}
.rdmd-btn {
display: block;
text-align: right;
color: #ffb21d;
font-size: 15px;
}
.recent-blg-main {
margin: 20px 0 50px;
}
.recent-blg-main h2 {
margin-bottom: 15px;
font-size: 26px;
font-weight: 600;
}
.content-page {
padding: 40px 0;
}
.content-page h2 {
font-size: 34px;
line-height: 34px;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
}
.content-page p a {
color: var(--main-yellow);
}
.franchise-for-sale {
padding: 30px 0 60px;
}
.fran-main-head {
text-align: center;
color: #2e2e2e;
margin-bottom: 10px;
font-size: 32px;
font-weight: 600;
}
.franch-big-thumbbox {
box-shadow: rgb(149 157 165 / 40%) 0 8px 24px;
border-bottom-right-radius: 20px;
margin-top: 60px;
}
.franch-big-thumbbox .col-md-3 {
padding-left: 0;
}
.franch-big-thumbbox .col-md-3 img {
width: 100%;
}
.fbt-text {
padding: 30px 30px 10px 0;
}
.fbt-text h1 {
color: #2e2e2e;
font-weight: 500;
font-size: 30px;
margin-bottom: 10px;
}
.fbt-text p {
font-size: 14px;
color: #333;
}
.enqrbtn {
text-align: right;
margin-top: 10px;
}
.btn-fnc {
display: flex;
justify-content: flex-end;
}
.btn-fnc a {
display: inline-block;
width: 148px;
text-align: center;
color: #000;
border-radius: 0;
text-transform: uppercase;
}
.bg-solar-img .deskt-solar {
width: 100%;
}
.bg-solar-img .mob-solar {
display: none;
}
.black-cta {
background: #000;
padding: 25px 0;
}
.blk-cts-inner {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: center;
}
.blk-cts-inner h3 {
color: #FDB515;
font-weight: 500;
font-size: 28px;
margin: 0;
}
.blk-cts-inner p {
color: #fff;
font-weight: 500;
font-size: 18px;
margin: 0;
}
.cta-btn-blk {
text-align: right;
}
.cta-btn-blk a {
color: #C4C4C4;
font-size: 23px;
font-weight: 600;
background-color: transparent;
border: 3px solid #C4C4C4;
padding: 10px 48px;
border-radius: 50px;
display: inline-block;
}
.cta-btn-blk a:hover {
color: #fff;
border: 3px solid #fff;
}
.join-solar-block {
background: url(https://www.solarrun.com.au/wp-content/uploads/2021/11/SRteam-01-copy.png);
padding: 50px 0;
background-position: bottom;
background-size: cover;
height: 80vh;
}
.join-solar-block h2 {
text-align: center;
font-size: 30px;
color: #313131;
font-weight: 500;
margin-bottom: 60px;
}
.row.join-row {
position: relative;
}
.join-faq-block .accordian-faq-box {
background: transparent !important;
border-top: unset;
border: unset;
}
.accordian-faq-box .panel-group {
margin-bottom: 0;
}
.join-faq-block .panel {
background-color: transparent !important;
border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}
.join-faq-block .accordian-faq-box .panel-heading {
background: transparent !important;
border-bottom: unset !important;
padding-left: 0 !important;
padding: 20px 55px;
position: relative;
border-radius: 0;
}
.vkicont {
position: absolute;
left: -34px;
top: 14px;
}
section.joinsolarunvki h2 {
text-align: center;
font-size: 30px;
font-weight: 500;
margin-bottom: 10px;
color: #FFB000;
}
.join-faq-block .accordion__arrow {
right: -24px;
left: unset !important;
color: #FFB000;
position: absolute;
top: 10px;
}
.join-faq-block span.pvrt {
font-weight: 500;
}
.accordian-faq-box .panel-heading .panel-title {
padding: 0;
margin: 0;
font-size: 18px;
position: relative;
z-index: 1;
font-weight: 400;
}
.accordian-faq-box .panel-heading .panel-title a {
color: #333;
}
.accordian-faq-box .accordion__arrow::after,
.accordian-faq-box .accordion__arrow::before {
display: block;
position: absolute;
top: 50%;
width: 10px;
height: 2px;
background-color: currentColor;
content: "";
transition: transform .25s ease, -webkit-transform .25s ease;
}
.accordion__arrow::after {
right: -10px;
transform: rotate(-90deg);
}
.accordian-faq-box .panel-body {
margin: 0;
padding: 0 20px 20px 0px;
position: relative;
border: none !important;
}
.accordian-faq-box [aria-expanded=true] .accordion__arrow::before,
[aria-selected=true] .accordion__arrow::before {
transform: rotate(-45deg);
}
.accordian-faq-box [aria-expanded=true] .accordion__arrow::after,
[aria-selected=true] .accordion__arrow::after {
transform: rotate(45deg);
}
.vkicont h2 {
font-size: 30px;
font-weight: 300;
}
.joinsolarunvki .faq-inner {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
}
.faq-inner-count {
text-align: center;
display: block;
justify-content: center;
position: absolute;
right: 70px;
bottom: 30px;
}
.faq-inner-count .alt-btn-custom {
padding: 10px 45px !important;
max-width: 210px;
line-height: 28px;
border-radius: 0px;
}
.man-faq-img {
position: absolute;
right: -72px;
bottom: -58px;
}
.man-faq-img img {
width: 265px;
}
.faq-inner-count h4 {
font-size: 18px;
font-weight: 600;
line-height: 30px;
}
.faq-inner-count h4 a {
color: #000;
}
.faq-inner-count .alt-btn-custom {
background: #FFBA15;
text-align: center;
font-size: 14px;
text-transform: uppercase;
color: #000;
font-weight: 600;
margin: 0 auto;
display: block;
padding: 10px 20px;
border: none;
cursor: pointer;
transition: .3s all ease;
}
.black-video {
padding: 70px 0;
background-color: #000;
}
.black-video-text h3 {
color: #FFB511;
font-size: 40px;
font-weight: 700;
line-height: 55px;
}
a.black-videolink {
color: #858585;
font-size: 18px;
font-weight: 600;
}
.black-video .col-sm-6 video {
margin-top: 20px;
} .vkibg-gray1 {
background-image: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/bg-gry1.png);
background-size: cover;
background-repeat: round;
}
.vkibg-gray {
background-image: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/bg-gry1.png);
background-position: bottom;
background-size: cover;
}
.ftrtext {
text-align: center;
padding: 115px 20px 45px;
}
.ftrtext h3 {
font-weight: 600;
font-size: 20px;
margin-bottom: 0;
color: #313131;
}
.ftrtext img {
width: 110px;
margin: 35px 0;
}
.ftrtext p {
font-size: 14px;
color: #333;
}
a.alt-btn-custom.hvr-sweep-to-bottom.vkilern {
max-width: 140px;
color: #000;
border-radius: 0;
}
.row.faqvkiabt.titlefaqvki.vjointitle {
position: absolute;
top: 30px;
}
.faqvkiabt h2 {
text-align: center;
color: #2e2e2e;
font-weight: 500;
font-size: 30px;
margin-bottom: 10px;
}
.ftrtext h3 {
font-weight: 600;
font-size: 20px;
margin-bottom: 0;
color: #313131;
}
.faq-about {
background: #fff;
}
.yelow-box-head {
text-align: center;
margin-bottom: 30px;
}
.yellow-block-full-form {
background: url(https://www.solarrun.com.au/wp-content/uploads/2021/11/get.png);
background-position: bottom;
background-size: cover;
padding-bottom: 30px;
}
.get-in-touch-yello-block label {
margin-bottom: 0;
color: #fff;
font-size: 14px;
font-weight: 500;
}
.get-in-touch-yello-block label small {
color: red;
font-weight: 600;
}
.get-in-touch-yello-block input,
.get-in-touch-yello-block select,
.get-in-touch-yello-block textarea {
background-color: #FFE2A2;
padding: 11px 10px;
border-radius: 5px;
color: #363636;
border: solid 1px #eee;
width: 100%;
height: 42px;
box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
}
.get-in-touch-yello-block textarea {
height: 104px;
}
.form-yellow {
margin-bottom: 20px;
}
.get-in-touch-yello-block .col-sm-7 {
padding-top: 40px;
}
.yellow-block-full-form .col-sm-4 h3 {
text-align: center;
font-size: 21px;
padding-top: 49px;
font-weight: 600;
line-height: 28px;
color: #363636;
}
.yellow-block-full-form .col-sm-4 h3 a {
color: #000;
}
.sub-btn-box button {
width: 165px;
border-radius: 0;
cursor: pointer;
}
.sub-btn-box button:hover {
color: #000;
}
.sub-btn-box {
margin-bottom: 40px;
}
.product-sec {
padding: 60px 0 0;
}
.head-small {
display: block;
text-align: center;
font-size: 19px;
font-weight: 600;
margin: 0 0 25px;
}
.col-sm-3.pad-0-boxes {
padding-left: 0;
padding-right: 0;
}
.rev-box-pro {
border: solid 1px #e4e4e4;
text-align: center;
padding: 10px 0 0;
box-shadow: 0 0 1px #efefef;
margin: 0 auto;
height: 100%;
overflow: hidden;
min-height: 320px;
}
.pro-logos {
height: 65px;
max-width: 180px;
margin: 0 auto;
}
.rev-box-pro .review-star {
max-width: 200px;
margin: 0 auto 8px;
}
.star-ratings-css {
unicode-bidi: bidi-override;
color: #feeab7;
font-size: 0;
margin: 0px 0px 0 0;
position: relative;
padding: 0;
text-shadow: none;
float: left;
}
.star-ratings-css-top {
color: #fdba13;
padding: 0;
position: absolute;
z-index: 1;
display: block;
top: 0;
left: 0;
overflow: hidden;
height: 24px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/newstars-new-two.png) 0 0 no-repeat;
}
.rv-links {
border: 1px solid #ffba15;
border-radius: 15px;
padding: 7px 5px;
color: #ffba15;
font-size: 16px;
max-width: 150px;
margin: 0 auto;
font-weight: 500;
text-align: center;
display: block;
}
.pro-review-bottom {
margin-bottom: 0 !important;
}
.sec-rev span {
display: block;
font-size: 13px;
font-weight: 500;
padding: 0 0 5px;
}
.mono-dlt-box {
padding: 15px;
height: 100%;
}
.mono-dlt-box p {
font-size: 15px;
padding: 0;
line-height: 26px;
}
.mrg5 {
margin: 5px;
}
.mrg10 {
margin: 10px;
}
a.rv-links img {
height: 46px;
max-width: 100%;
}
.star-ratings-css-bottom {
padding: 0;
display: block;
z-index: 0;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/newstars-new-one.png) 0 0 no-repeat;
height: 24px;
width: 144px;
}
.rv-links-calls {
color: #000;
border: solid 1px #000;
border-radius: 15px;
padding: 7px 15px;
display: block;
position: absolute;
bottom: 15px;
width: 70%;
left: 0;
right: 0;
margin: 0 auto;
}
.rev-box-pro .review-star span strong {
font-size: 25px;
font-weight: 600;
padding-right: 0;
line-height: 25px;
}
.product-block .row {
margin-bottom: 100px;
}
.any-que-sec {
margin-bottom: 80px;
margin-top: 50px;
}
.any-que-sec .row {
background: #fff;
box-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
.ct-img img {
width: 100%;
}
.any-que-sec .col-sm-6:first-child {
padding-left: 0;
}
.any-que-sec .ct-info {
padding: 25px 50px 10px 20px;
overflow: hidden;
}
.ct-info h2 {
font-size: 22px;
padding: 0 0 5px;
font-weight: 600;
margin: 0;
}
.request-box {
display: flex;
flex-direction: column;
align-items: center;
width: 38%;
}
.any-que-sec .ph-no.dis-block {
font-style: normal;
color: #ffb21d;
font-weight: 400;
font-size: 20px;
}
.ct-img {
height: 100%;
}
.dis-block {
margin: 10px 0;
}
.ct-img img {
width: 100%;
height: 100%;
}
.inner-ban-text {
display: table-cell;
vertical-align: middle;
}
.inner-ban-text h2 {
font-size: 50px;
font-weight: 700;
line-height: 42px;
color: #fff;
}
.inner-ban-text p {
color: #fff;
font-size: 30px;
line-height: 1.3;
}
.banner-one {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/banner4.png);
}
.inner-ban-text { vertical-align: middle;
height: 44vh;
width: 100%;
display: flex;
align-items: center;
}
.banner-one .banner-text {
bottom: -50px;
}
.supp-one {
padding: 110px 0 0;
}
.supp-one h3 {
font-size: 30px;
color: #313131;
font-weight: 500;
margin-bottom: 10px;
}
.supp-one h4 {
font-weight: 600 !important;
font-size: 20px;
margin-bottom: 0;
color: #313131;
}
.supp-one p {
font-size: 14px;
color: #333;
line-height: 26px;
}
.supp-one .col-sm-5 img {
width: 100%;
}
.sup-top-btn {
margin: 10px 0;
text-align: center;
}
.sup-top-btn a {
width: 180px;
border-radius: 0px;
color: #000;
}
.supp-two {
margin-top: 50px;
}
.supp-three {
background: #000;
padding: 50px 0;
}
.supp-three .col-sm-7 img {
width: 100%;
}
.supp-three h3 {
color: #FFBA15;
font-size: 50px;
margin-bottom: 20px;
}
.sol-text-mar {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.supp-three {
text-align: center;
}
.sol-text-mar a {
width: 140px;
border-radius: 0;
color: #000;
}
.ban-two {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/banner3.png);
}
.ss-one-img img {
width: 100%;
}
.img-flex {
display: flex;
align-items: center;
}
.ss-one {
margin-top: 50px;
}
.ss-se-img img {
width: 100%;
margin-bottom: -48px;
}
.sup-yelow {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/mabt9.png);
}
.hav-que {
display: flex;
align-items: center;
padding: 0 90px;
}
.sup-yelow .col-sm-7 {
padding-top: 90px;
}
.solar-panel-data-sheet table a {
color: #000;
}
.banner-three {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/solor-saving-banner-min.jpg);
padding: 80px 0;
}
.banner-three .inner-ban-text {
height: auto;
}
.ban-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.ban-content h2 {
font-size: 60px;
font-weight: 700;
color: #fff;
text-align: left;
padding-right: 30px;
z-index: 99;
text-transform: uppercase;
line-height: normal;
}
.vkbtn {
color: #000 !important;
font-family: "Poppins", sans-serif;
background-color: #fcb514 !important;
border-color: #fcb514 #fcb514 #fcb514 !important;
padding: 13px 35px;
font-weight: 600;
font-size: 18px;
transition: all 0.3s;
}
.vkbtn:hover {
color: #fff !important;
}
.sol-inv-pro-block {
padding: 100px 0 50px;
}
.head-pro-rel h2 {
text-align: center;
font-size: 36px;
font-weight: 700;
color: #fcb514 !important;
padding-bottom: 40px;
margin: 0;
}
.pro-rv-main .product-title {
display: flex;
align-items: center;
justify-content: left;
background-color: #e0e0e0;
padding: 5px 32px;
flex-wrap: wrap;
}
.pro-rv-main .product-title h3 {
color: #fcb514 !important;
font-weight: 800;
padding-left: 25px;
margin: 0;
}
.pro-rv-main .product-title img {
max-width: 175px;
}
.product-rev-block {
padding: 30px 25px;
background-color: #f4f4f4;
margin-bottom: 15px;
}
.product-content p a {
color: var(--main-yellow);
}
.vkproduct-feature {
text-align: center;
}
.vkproduct-feature p {
font-weight: 600;
}
.vkproduct-feature img {
width: 105px !important;
margin: 0 auto;
}
.prbtn a {
display: inline-block;
margin-top: 23px;
font-size: 14px;
border-radius: 5px;
}
.how-to-block {
margin-top: 40px;
}
.how-to-block .vkcompare-content {
display: flex;
align-items: flex-start;
}
.how-to-block .vkcompare-content img {
max-width: unset !important;
}
.how-to-block .vkcompare-text {
margin-left: 15px;
}
.how-to-block .vkcompare-text h4 {
font-weight: 700;
font-size: 21px;
margin: 0;
}
.how-to-block .vkcompare-text p a {
color: var(--main-yellow);
}
.moreabout-section {
background-color: #f4f4f4;
padding: 50px 0;
}
.moreabout-title h2 {
text-align: center;
font-size: 36px;
font-weight: 700;
color: #fcb514 !important;
padding-bottom: 40px;
margin: 0;
}
.moreabout-section .moreabout-content {
margin-bottom: 15px;
}
.moreabout-section .moreabout-content h4 {
margin: 0;
font-size: 24px;
font-weight: 700;
color: #000;
}
.moreabout-section .moreabout-content p a {
color: var(--main-yellow);
}
.contentbox {
padding-left: 40px;
}
.moreabout-title h2 {
text-align: center;
font-size: 36px;
font-weight: 700;
color: #fcb514 !important;
padding-bottom: 40px;
margin: 0;
}
.ban-over {
padding-bottom: 0 !important;
}
.ban-over .banner-text {
bottom: -50px;
}
.hpb {
margin-top: 60px;
}
.hpb h2 {
text-align: center;
font-size: 36px;
font-weight: 700;
color: #fcb514 !important;
padding-bottom: 40px;
margin: 0;
}
.hpb h2 span {
color: #000;
}
.hpb img {
width: 100%;
}
.bt-comp h2 {
text-align: center;
font-size: 36px;
font-weight: 700;
color: #fcb514 !important;
padding-bottom: 40px;
margin: 0;
}
.bt-comp-table {
border: 1px solid #fcb514;
}
.bt-comp-table tr th {
vertical-align: middle;
}
.bt-comp-table thead tr {
background-color: #e0e0e0;
}
.bt-comp-table thead th {
vertical-align: middle !important;
border: 1px solid #fcb514;
text-align: center;
}
.bt-comp-table th img {
max-width: 155px;
}
.bt-comp-table>tbody>tr>td {
vertical-align: middle;
font-size: 30px;
font-weight: 700;
text-align: center;
}
.bt-comp-table td img {
max-width: 120px;
}
.sb-content {
margin-bottom: 15px;
}
.sb-content h4 {
color: var(--main-yellow);
}
.sb-content a {
color: var(--main-yellow);
}
.lab-1 {
font-size: 12px;
}
.hr1 {
width: 100%;
border-top: 1px solid #D6D6D6;
}
.pro-img-thmb {
position: relative;
}
.product-thumb {
text-align: center;
}
.product-thumb a {
padding: 25px 0;
display: block;
color: #000;
font-size: 20px;
font-weight: 600;
}
.sbp-head {
font-size: 24px;
text-align: center;
text-align: center;
width: 100%;
padding: 15px 0 25px;
}
.shop-by-product {
padding: 25px 0;
}
.ls2 {
margin: 50px 0;
}
.pro-tab-block .nav-tabs {
width: 100%;
}
.pro-tab-block .nav-tabs .nav-item {
width: 33.33%;
margin-right: 0;
padding: 0;
background: #F4F4F4;
border: none;
}
.pro-tab-block .nav-tabs .nav-item .nav-link {
font-size: 24px;
color: #313131;
padding: 16px 0;
font-weight: 500;
}
.tab-pro-box-one {
padding: 80px;
}
.pro-tab-block .col-sm-12 {
border-radius: 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 0;
}
.pro-tab-block .nav-tabs .nav-link.active {
background: #fff;
color: var(--main-yellow);
border: none;
}
.pro-tab-left h4 {
font-size: 30px;
font-weight: 700;
}
.light-ft {
font-weight: 300;
}
.tab-one-img img {
width: 100%;
}
.pro-tab-left .cominquiry {
margin-top: 15px;
}
.pro-tab-left .cominquiry .check-btn {
background-image: linear-gradient(#FFBA14, #DC7C3B);
color: #fff !important;
font-weight: 700;
border-radius: 12px;
cursor: pointer;
text-align: center;
font-size: 16px;
text-transform: uppercase;
width: 164px;
margin: 0;
display: block;
padding: 14px 5px 14px;
}
.solar-panel-rv-box {
background: #fff;
padding: 24px;
border-radius: 5px;
}
.pro-thumb-slide-box {
width: 100%;
background: #FFF8E7;
padding: 70px 20px;
}
.rating-rw {
display: flex;
align-items: center;
margin-top: 10px;
margin-bottom: 5px;
}
.rating-rw img {
width: 22px !important;
}
.rating-rw span {
color: var(--main-yellow);
font-size: 19px;
}
.brws {
font-size: 9px;
}
.solar-panel-rv-box p {
font-size: 16px;
}
.solar-panel-rv-box a {
font-size: 13px;
color: var(--main-yellow);
font-weight: 600;
display: flex;
}
.solar-panel-rv-box a img {
width: 13px !important;
margin-left: 5px;
}
.pro-thumb-slide-box h3 {
text-align: center;
font-size: 24px;
margin-bottom: 30px;
}
.full-cta {
background-image: linear-gradient(to right, #FFBA14, #DC7C3B);
display: flex;
align-items: center;
margin-top: 60px;
flex-flow: row wrap;
}
.img-full-cta {
width: 50%;
}
.img-full-cta img {
width: 100%;
}
.cta-full-data {
width: 50%;
padding-left: 50px;
padding-right: 10%;
}
.cta-full-data h4 {
font-size: 30px;
color: #fff;
font-weight: 700;
}
.cta-full-data p {
font-size: 17px;
color: #fff;
font-weight: 500;
margin-bottom: 15px;
}
.cta-full-btn {
font-size: 18px;
font-weight: 700;
border: 1px solid #fff;
padding: 12px 24px;
border-radius: 5px;
color: #fff;
margin-right: 10px;
display: inline-block;
}
.cta-full-btn:hover {
background: #fff;
color: #000;
}
section.brows-solar-btr h3 {
text-align: center;
font-weight: 700;
color: var(--main-yellow);
margin-bottom: 50px;
}
.bsb-box {
border: 1px solid #D6D6D6;
border-radius: 25px;
padding: 20px;
margin-bottom: 30px;
}
.bsb-box h4 {
font-size: 24px;
font-weight: 600;
margin: 10px 0;
}
.rat-bsb span {
font-size: 10px;
margin-left: 5px;
}
.rat-bsb span big {
font-size: 20px;
font-weight: 600;
color: var(--main-yellow);
padding-top: 5px;
}
.bsb-big {
width: 100%;
margin: 10px 0;
}
.flex-text {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #E5E5E5;
align-items: center;
}
.pw span {
font-size: 16px;
font-weight: 600;
}
.pw big {
font-weight: 24px;
font-weight: 500;
}
.bsb-box p {
font-size: 14px;
color: #313131;
line-height: 20px;
}
.read-more {
color: #000;
font-weight: 600;
text-decoration: underline;
}
.btn-box {
display: flex;
width: 100%;
justify-content: space-between;
margin-top: 15px;
}
.btn-box .check-btn {
width: 40%;
}
.btn-box .border-btn {
border: 2px solid #F4B533;
color: #F4B533;
font-size: 16x;
text-transform: uppercase;
font-weight: 600;
border-radius: 10px;
width: 55%;
text-align: center;
padding: 9px 5px 7px;
}
.solr-box-two {
margin: 50px 0;
}
.solr-box-two h3 {
font-weight: 700;
font-size: 40px;
color: var(--main-yellow);
}
.solr-box-two h3 span {
color: #000;
}
.left-solt-two p {
font-size: 16px;
}
.rt-solr-two img {
width: 100%;
}
.bc-head {
font-size: 30px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
}
.table-bc {
width: 100%;
}
.table-bc thead th {
background: var(--main-yellow);
text-align: center;
color: #fff;
padding: 10px;
border: none;
}
.table-bc tr td {
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #D6D6D6;
font-weight: 500;
}
.btr-loc img {
width: 40px;
margin-right: 10px;
}
.bc-table-btm-content {
border-bottom: 1px solid #E5E5E5;
padding-bottom: 15px;
margin-bottom: 30px;
}
.bc-table-btm-content h5 {
color: var(--main-yellow);
font-size: 20px;
font-weight: 600;
}
.learn-thumb-box {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border: 1px solid #D6D6D6;
border-radius: 10px;
overflow: hidden;
}
.learn-thumb-box img {
width: 100%;
}
.lrb-read {
font-size: 14px;
color: var(--main-yellow);
font-weight: 600;
}
.lrb-read img {
width: 14px;
margin-left: 5px;
}
.learn-thumb-box-content {
padding: 25px;
}
.learn-thumb-box-content h4 {
font-size: 22px;
color: #000;
font-weight: 600;
}
.learn-thumb-box-content p {
font-size: 14px;
line-height: 22px;
}
.learn-more-box {
margin: 50px 0 70px;
}
.image-big1 h2 {
text-transform: capitalize;
font-size: 50px;
}
.image-big1 h5 {
text-transform: capitalize;
font-size: 500;
}
.image-big1 a {
font-size: 18px;
background-image: linear-gradient(#FFBA14, #DC7C3B);
text-transform: capitalize;
}
.image-big1 a img {
width: 6px;
}
section.image-big.image-big1 {
padding: 167px 0;
}
label.error {
color: red !important;
font-weight:300 !important;
font-style: italic;
}
.sk-hero {
width: 100%;
display: inline-flex;
align-items: center;
margin-top: 81px;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
float: left;
}
.hero-left{
width: 50%;
display: inline-block;  
background: rgb(255,255,255); background: linear-gradient(125deg, rgba(255,255,255,0.7483368347338936) 0%, rgba(255,213,120,0.6727065826330532) 24%, rgba(247,177,22,0.773546918767507) 53%);
border-radius: 0px 0px 40px 0px;
clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
border-radius: 0% 20px 0% 0% / 0% 40px 0% 0%;  
margin-bottom: 90px;
}
.hero-content {
width: 100%;
max-width: 580px;
margin-left: auto;
padding-top: 90px;
padding-bottom: 110px;
padding-right: 190px;
}
.hero-content h1 {
font-size: 40px;
font-weight: 700;
margin-bottom: 10px;
}
.hero-content p {
font-size: 28px;
color: #000000;
line-height: normal;
margin-bottom: 60px;
}
.hero-btn{
font-family: "Poppins",Sans-serif;
font-size: 16px;
font-weight: 700;
color: #303030;
background-color: #fff;
border-style: none;
border-radius: 40px;
padding: 16px 40px;
}
.hero-right{
width: 50%;
display: inline-block;
}
.hero-logo{
width: 100%;
max-width: 580px;
margin-right: auto;
text-align: right;
}
.hero-logo img{
max-width: 340px;
}   
.solar-anouncement-awards {
position: relative;
margin-top: -120px;
}
.solar-anouncement-award img {
max-width: 80%;
}
.solar-anouncement-award {
width: 100%;
text-align: center;
}
.solar-anouncement-award.no1 img {
max-width: 100%;
}
.solar-anouncement-img {
width: 100%;
height: auto;
}
.solar-anouncement-img img{
max-width: 100%;
}
.solar-title {
width: 100%;
height: auto;
max-width: 1300px;
margin: 0 auto 70px auto;
text-align: center;
display: inline-block;
}
.solar-title h2{
font-size: 35px;
font-weight: 600;
margin-bottom: 40px;
}
.solar-title h5 {
color: #FCB513;
font-size: 23px;
font-weight: 700;
}
.solar-anouncement-section {
width: 100%;
display: inline-block;
padding-top: 140px;
}
.solar-title p {
font-size: 13px;
color: #303030;
}
.full-img {
width: 100%;
margin-top: 90px;
}
.full-img img{
width: 100%;
}
.why-solar-section{
width: 100%;
height: auto;
padding-top: 140px;
padding-bottom: 120px;
}
.why-solar-section .hero-btn {
background: #febf38;
margin-top: 50px;
display: inline-block;
}
.single-why-solar .why-solar-icon {
width: 100px;
height: 100px;
flex: 0 0 100px;
background: #F4F4F4;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 0 3px 6px #0000001f;
}
.single-why-solar .why-solar-icon img{
max-width: 65px;
max-height: 65px;
}
.single-why-solar {
width: 100%;
height: auto;
display: flex;
gap: 25px;
margin-bottom: 60px;
}
.why-solar-content h4{
font-size: 30px;
font-weight: 800;
color: #FCB513;
}
.why-solar-content p {
font-size: 18px;
color: #707070;
line-height: 30px;
}
.about-solar-run-video{
flex: 0 0 50%;
width: 100%;
height: auto;
max-width: 550px;
margin-left: auto;
}
.about-solar-run-video iframe {
width: 100%;
min-height: 450px;
}
.about-solar-run-section {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
gap: 60px;
background: #F4F4F4;
padding: 100px 0px;
}
.about-solar-run-left {
width: calc(50% - 30px);
height: auto;
}
.about-solar-run-title {
background: #febf38;
text-align: right;
clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
padding: 25px 100px 25px 25px;
border-radius: 0px 10px 25px 0px;
color: #303030;
font-size: 30px;
font-weight: 700;
display: inline-block;
width: 100%;
margin-bottom: 50px;
}
.about-solar-run-right {
width: calc(50% - 30px);
height: auto;
}
.about-solar-run-info {
width: 100%;
max-width: 550px;
margin-right: auto;
}
.about-solar-run-info p {
font-size: 16px;
line-height: 26px;
color: #303030;
text-align: right;
}
.about-solar-run-info p:not(:last-child) {
margin-bottom: 20px;
}
.cta-section {
width: 100%;
padding: 100px 0px;
}
.cta-card {
width: 100%;
height: auto;
background: #303030;
border-radius: 20px;
padding: 50px 65px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.cta-card .cta-icon {
flex: 0 0 100px;
}
.cta-card .cta-icon img, .cta-card .cta-icon svg {
max-width: 100px;
max-height: 100px;
}
.cta-card .cta-content h3{
font-size: 46px;
font-weight: 700;
color: #FCB513;
}
.cta-card .cta-content p{
font-size: 24px;
color: #fff;
}nav {
padding: 0 !important;
}
nav ul {
margin: 0;
padding: 14px 0;
list-style: none;
background: #000;
width: 100%;
}
nav li>ul {
display: none;
position: absolute;
width: 235px !important;
padding: 0;
background: #000;
top: 100%;
}
nav ul li {
position: relative;
line-height: 1;
}
nav li>ul a {
color: #3366cc;
}
nav ul li a {
font-size: 14px;
color: #313131;
font-weight: 500;
text-transform: uppercase;
padding: 0 6px 29px;
border-bottom: 0px;
position: relative;
display: block;
}
nav ul li:hover a{border-bottom: 3px solid #ffb21d; color: #000;}
nav ul li:hover .sub-menu li a{color: #fff;}
nav ul li:hover .sub-menu li a{border-bottom: none;}
.plus,
.minus {
float: right;
padding: 6px 16px 6px 30px;
font-weight: 700;
color: #fff;
font-size: 20px;
}
.plus:hover,
.minus:hover {
cursor: pointer;
}
.minus {
display: none;
}
.open .plus {
display: none;
}
.open .minus {
display: block;
}
nav .open>ul {
margin: 8px 0;
padding: 12px 0;
height: auto;
}
.menu-xxx-container {
display: none
}
.tadaa .menu-xxx-container {
display: block;
position: absolute;
top: 100%;
z-index: 999;
width: 100%;
left: 0;
}
.menu-button {
display: block;
position: relative;
top: 0;
width: 48px;
cursor: pointer;
background-color: transparent;
-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-tap-highlight-color: transparent;
z-index: 10;
}
.tadaa .menu-button {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
top: 29px;
}
.tadaa .bread-mid{display: none;}
.bread {
position: absolute;
top: 0;
left: 0;
width: 48px;
height: 29px;
-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
z-index: 10;
}
.bread-top {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
z-index: 20;
}
.tadaa .bread-top {
-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.bread-bottom {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.tadaa .bread-bottom {
-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ham {
display: block;
width: 26px;
height: 2px;
background: #000000;
position: absolute;
left: 0;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
z-index: 0;
}
.ham-top {
top: 9px;
-webkit-transition: -webkit-transform 0.2s 0.2s;
transition: -webkit-transform 0.2s 0.2s;
transition: transform 0.2s 0.2s;
transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
-webkit-transform: translateY(-4px);
-ms-transform: translateY(-4px);
transform: translateY(-4px);
}
.tadaa .ham-top {
-webkit-transform: translateY(15px);
-ms-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition-delay: 0;
transition-delay: 0;
}
.ham-bottom {
bottom: 10px;
-webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px);
}
.tadaa .ham-bottom {
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
-webkit-transform: translateY(-14px);
-ms-transform: translateY(-14px);
transform: translateY(-14px);
}
span.ham.ham-mid {
bottom: 14px;
}
main {
width: 100%;
max-width: 800px;
margin: 20px auto;
text-align: center;
background-color: #fff;
padding: 40px 16px;
}
@media screen and (max-width:900px){
nav ul li a{color: #fff;padding: 13px 27px;border-bottom: 1px solid #1a1a1a;}
nav ul li:hover a{color: #fff;}
.ftr-box a{font-size: 15px;}
}
@media screen and (min-width:768px) {
nav {
min-height: 48px;
padding: 0 0px;
}
.menu-button {
display: none;
}
.menu-xxx-container {
display: block;
}
nav ul {
margin: 0;
padding: 30px 0 0;
list-style: none;
background: #6699cc;
}
.sub-menu li {
display: block;
border-bottom: 1px solid #515151;
font-size: 20px;
padding: 0;
margin: 0;
float: none;
background: 0;
}
.sub-menu li:hover{    background: #ffba15;}
.sub-menu li a {
padding: 10px 15px;
margin: 0;
display: block;
color: #fff;
border: none;
}
nav ul:not(.sub-menu) {
background-color: transparent;
}
nav ul:not(.sub-menu)>li {
display: inline-block;
margin-top: 0;
} nav .minus,
nav .plus {
display: none;
}
nav .sub-menu {
display: none;
z-index: 99;
} nav .menu-item-has-children:hover .sub-menu {
display: block;
height: auto;
position: absolute;
top: 40px;
width: auto;
border-right: 0px;
border-left: 0px;
padding:0;
}
.menu-button{margin-bottom: 0;}
}:root {
--main-yellow: #feba15;
--main-black: #000000;
}
@media screen and (max-width: 1600px) {
.menu-box li a {
font-size: 14px;
}
.slide-thumbs {
position: absolute;
bottom: -92px;
left: 0;
right: 0;
margin: 0 auto;
}
body {
overflow-x: hidden;
}
}
@media screen and (max-width: 1366px) {
.bio-banner {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/Solar-Run-Various-Website-Banners_Large-Banner.jpg);
height: 90vh;
background-repeat: no-repeat;
background-position: center;
}
.rt-header a span {
font-size: 14px;
}
.enq-head {
background: var(--main-yellow);
font-size: 12px;
padding: 8px 14px;
font-weight: 600;
width: auto;
transition: .3s all ease;
}
.menu-box li a {
font-size: 14px;
padding: 0 10px 30px !important;
}
}
@media screen and (max-width: 1280px) {
.page-heading-img .banner-img-content h4 {
font-size: 30px;
right: 0;
width: 63%;
padding-right: 0;
}
}
@media screen and (max-width: 1024px) {
.page-heading-img .banner-img-content h4 {
font-size: 16px;
right: 0;
width: 63%;
padding-right: 0;
}
.menu-box li a {
font-size: 10px;
padding: 9px 3px !important;
}
.rt-header a {
margin-left: 20px;
color: #000;
margin-left: 3px;
}
.rt-header a span {
font-size: 11px;
}
.rt-header a img {
margin-right: 10px;
width: 20px;
}
.logo {
width: 100px;
}
.logo img {
width: 100%;
}
.enq-head {
font-size: 12px;
}
.flex-box {
display: flex;
flex-direction: column;
}
.map-home {
text-align: center;
margin-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
.get-in-touch {
padding: 20px;
}
.img-flex img {
width: 100%;
}
.get-solar .get-text {
font-size: 18px;
margin-top: 10px;
}
.locaction-thumb {
padding: 0 20px;
}
.locaction-thumb ul li {
max-width: 50%;
flex: 0 0 50%;
}
.image-big {
padding: 25px 0;
}
.para2 img {
width: 100%;
}
.poster-content {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 40%;
}
.poster-content h2 {
font-size: 21px;
text-align: left;
font-weight: 700;
}
.poster-content h5 {
font-size: 12px;
line-height: 16px;
padding: 0;
text-align: left;
font-weight: 500;
width: 100%;
}
.poster-content a {
font-size: 11px;
padding: 7px 15px;
margin-top: 0;
}
.solar-quote {
flex-direction: column;
}
.heading-with-rank h1 {
font-size: 22px;
margin-bottom: 10px;
}
.heading-with-rank {
flex-direction: column;
}
.slide-inner-thumb {
text-align: center;
}
.slide-inner-thumb h6 {
font-size: 14px;
}
footer {
background: #F4F4F4;
margin-top: 15px;
padding-bottom: 81px;
}
.mobile-btn.dis-block {
display: block;
}
nav.navbar.navbar-expand-md {
width: auto;
padding: 0
}
header#header {
flex-flow: row wrap;
position: relative;
}
.rt-header {
width: 100%;
margin-top: 10px;
text-align: center;
justify-content: flex-end;
}
.navbar-toggler {
background: var(--main-yellow);
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-toggler i {
margin-top: 5px;
}
div#navbarsExampleDefault {
position: absolute;
top: 65px;
z-index: 99;
width: 100%;
left: 0;
background: #f1f1f1;
}
.copy-box a {
font-size: 10px;
}
#header .navbar {
position: initial;
}
.slide-thumbs {
position: relative;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #f4f4f4;
top: 0;
padding-top: 15px;
}
.slide-inner-thumb {
width: 50%;
}
.slide-inner-thumb:nth-child(1) {
border-bottom: 1px solid #ECECEC
}
.slide-inner-thumb:nth-child(2) {
border-bottom: 1px solid #ECECEC
}
.solar-sec-3 {
padding: 84px 0 60px;
}
.solar-sec-3 .col-sm-6 {
flex: 0 0 100%;
max-width: 100%;
}
.video-home-sec .col-sm-6 {
flex: 0 0 100%;
max-width: 100%;
}
.video-home-content {
padding: 20px 0;
text-align: center;
}
.menu-box li a {
font-size: 10px;
padding: 11px 13px !important;
}
.thumb-6-sec .col-sm-4 {
flex: 0 0 100%;
max-width: 100%;
}
.find-franchisee-main-box .col-sm-4 {
flex: 0 0 100%;
max-width: 100%;
}
header#header {
padding: 17px 0px
}
.franch-box ul li {
width: 50%;
}
.btm-3-thumb {
align-items: center;
margin-bottom: 30px;
}
.btm-3-thumb p {
text-align: center;
}
.col-sm-3.ftr-btn-one {
text-align: center;
border-bottom: 1px solid #494949;
padding-bottom: 25px;
margin-bottom: 12px;
}
.solarTemplate footer .ftr-box h4{text-align:left;}
.ftr-box {
text-align: center;
margin-bottom: 30px;
}
.btm-ftr {
text-align: center;
}
.ftr-social {
margin: 20px 0
}
.copy-box {
justify-content: center;
}
.btop {
position: absolute;
bottom: 53px;
right: 20px;
background: var(--main-yellow);
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.row.shadow-thumb {
margin: 0;
}
.btn-yellow {
margin-top: 20px;
text-align: center;
}
.menu-box li a:hover:after {
display: block;
transition: .3s all ease;
margin: auto;
right: auto;
left: 10px;
}
.feat-main-box {
margin-bottom: 30px;
}
.map-contacts {
flex-direction: column;
}
.map-box {
max-width: 100%;
flex: 0 0 100%;
}
.contact-form {
max-width: 100%;
flex: 0 0 100%;
padding: 5px;
}
.col-sm-7.faq-left-head {
margin-bottom: 15px;
}
.big-contact h1 {
font-size: 39px;
font-weight: 600;
font-style: italic;
}
.big-contact img {
margin: 0 15px 0;
width: 29px;
}
.get-solar {
text-align: center;
}
.get-solar .cec-img {
float: none;
display: inline-block;
}
.get-solar .prd-btn.dis-block {
float: none;
margin-top: 15px;
display: inline-block;
}
.fix-botm-mobile {
display: block;
}
.enq-head {
display: none;
}
.rt-header {
width: auto;
order: 3;
padding: 0;
margin: 0;
align-items: flex-start;
padding: 0px 6px;
}
header#header .col-sm-7 {
width: auto;
order: 1;
position: inherit;
}
.logo {
width: 100px;
padding: 0;
order: 2;
}
header#header .row {
justify-content: space-between;
width: 100%;
margin: 0;
}
.hover-news-big {
width: 100%;
}
.hover-news-big a {
font-size: 16px;
line-height: 20px;
padding: 15px 15px;
}
.news-list-box figure {
max-width: 100%;
}
.news-block-hover {
width: 100%;
}
.news-list-rt {
max-width: 100%;
padding-left: 0;
}
.news-list-rt .heading {
font-size: 18px;
}
.news-list-rt ul li {
font-size: 14px;
}
.news-list-rt p {
font-size: 14px;
line-height: 20px;
}
.news-list-rt .readmore a {
font-size: 14px;
}
.banner-text {
width: 90%;
}
.banner-text h1 {
font-size: 18px;
}
.banner-text {
padding: 15px;
height: auto;
}
.enq-btn {
line-height: 38px;
font-size: 13px;
margin: 20px 0 0;
}
.dir-msg {
float: none;
width: auto;
}
.director-pic {
width: 40%;
margin: 0 0 10px 15px;
}
.sign {
width: 100%;
}
.img-overlay-box {
position: static;
width: 100%;
height: auto;
padding-bottom: 20px;
}
.img-overlay-box h2 {
font-size: 15px;
padding: 5px;
}
.img-overlay-box p {
font-size: 13px;
font-weight: 400;
padding: 0 23px 8px;
line-height: 25px;
}
.bt-one {
flex-direction: column;
}
.bt-one h1 {
padding: 20px 0;
}
.big-head {
font-size: 26px !important;
padding: 0 0 100px;
margin-top: 15px;
}
.quote-main .col-sm-4:nth-child(1) {
padding: 0 20px;
flex: 0 0 100%;
max-width: 100%;
margin-right: 34px;
}
.quote-main .col-sm-4:nth-child(2) {
padding: 0 20px;
flex: 0 0 100%;
max-width: 100%;
margin-right: 34px;
margin-top: 0;
}
.quote-main .col-sm-4:nth-child(3) {
padding: 0 20px;
flex: 0 0 100%;
max-width: 100%;
margin-right: 34px;
}
.quote-main .col-sm-4 {
margin-bottom: 30px;
}
.the-solar-left h2 {
font-size: 34px;
line-height: 30px;
padding: 0 0 10px;
}
.the-solar-left p {
font-size: 12px;
line-height: 14px;
padding: 0 0 5px;
margin-bottom: 0;
}
.the-solar-left .alt-btn-custom {
font-size: 14px;
padding: 8px 20px;
}
.the-solar-left span {
font-size: 12px;
line-height: 14px;
padding-bottom: 10px;
}
.the-solar-left {
padding: 25px 0;
width: 55%;
}
.para-box-title p {
font-size: 15px;
line-height: 24px;
}
.para-box {
padding: 40px 0;
}
.solar-jam-box-title {
margin: 0 0 20px;
}
.solar-jam-box-title h3 {
font-size: 30px;
padding: 0 0 15px;
line-height: 30px;
}
.solar-jam-box {
padding: 30px 0;
}
.solar-jam-video-box iframe {
width: 100%;
}
.solar-jam-video-text-box p {
font-size: 16px;
line-height: 26px;
padding-bottom: 15px;
margin-bottom: 0;
}
.para2 p {
font-size: 15px;
line-height: 24px;
}
.accord-main .panel-title a strong {
font-weight: 600;
padding: 0 30px 0 0;
display: block;
font-size: 15px;
}
.accord-main .panel-body p {
font-size: 14px;
line-height: 22px;
}
.accord-main .panel-heading {
padding: 18px 20px;
}
.accord-main .panel-default .panel-body {
padding: 18px 20px;
}
.para2 h2 {
font-size: 32px;
padding: 0 0 10px;
margin: 0 0 30px;
}
.get-in-touch-inner {
width: 100%;
}
.flex-form {
flex-direction: column;
}
.form-get-in {
width: 100%;
}
.form-get-in .contact-form {
padding: 15px 0 0;
}
.flex-form {
border: none;
box-shadow: none;
}
.pop-form .input-thumb-box {
display: grid;
}
.pop-form .input-thumb-box .int-outer {
width: auto;
}
.short-content-title-block {
flex-direction: column;
}
.short-content-title-block .title-block {
text-align: center;
}
.para2 h2 {
line-height: 45px;
}
.rt-header .enq-head {
display: none;
}
.mobile-bann {
display: block;
}
.desk-banner {
display: none;
}
.cec-guideline-top h1 {
font-size: 24px;
line-height: 30px;
}
.cec-guideline-top p {
padding-bottom: 7px;
line-height: 24px;
font-size: 14px;
}
.cec-guideline-top-right img {
margin-top: 0;
margin-bottom: 20px;
}
.cec-guidelines h2 {
font-size: 18px;
}
.cec-content h3 {
font-size: 18px;
}
.sloar-rebates-content p {
padding-bottom: 7px;
line-height: 24px;
font-size: 14px;
}
.download-box li a {
font-size: 14px;
}
.banner-yellow-content h2 {
font-size: 36px;
line-height: 36px;
padding: 0 0 20px;
}
.banner-yellow-content p {
font-size: 18px;
font-weight: 600;
}
.banner-yellow-img {
height: 234px;
}
.banner-yellow img {
height: 100%;
object-fit: cover;
}
.banner-yellow-content {
padding: 0 15px;
}
.thank-btm-text h2 {
font-size: 36px;
padding: 0 0 30px;
line-height: 38px;
text-align: center;
}
.thank-btm-text p {
font-size: 20px;
text-align: center;
line-height: 30px;
}
.thank-btm-text.col-sm-6 {
display: flex;
flex-direction: column;
align-items: center;
padding: 54px 15px 0;
}
.solar-pro-data-content h1 {
font-size: 24px;
}
.solar-pro-data-content h2 {
font-size: 18px;
}
.solar-pro-data-content p {
font-size: 14px;
}
.nav-tabs>li {
width: 100%;
padding: 10px 0 0;
}
.solar-hub-top img {
width: 100%;
height: 150px;
object-fit: cover;
}
.solar-hub-title {
font-size: 26px;
}
.center-al {
width: 100%;
}
.sol-img img {
width: 100%;
height: auto;
}
.btm-btry h2 {
font-size: 18px;
}
#breadcrumbs {
display: none;
}
.com-sol-head-title {
font-size: 24px;
}
.com-solar-pow:before {
width: calc(68%);
}
#com-sol-form-sec h2 {
font-size: 18px;
}
.com-form-box {
margin-top: 50px;
padding: 0;
}
.form-get-in .contact-form {
padding: 0 15px;
}
.made-simpleblock h2 {
font-size: 12px;
margin-bottom: 5px;
}
.made-simpleblock p {
display: none;
}
.reqquote a {
font-size: 10px;
padding: 7px 5px !important;
}
.made-simpleblock {
left: 11px;
}
.col-md-offset-1 {
margin-left: 0;
}
.solar-block-inner .row {
margin: 0;
}
.solar-block-inner {
padding: 0;
}
#solar-block-four h2 {
font-size: 18px;
line-height: 30px;
}
.serviceinquiry {
margin-bottom: 30px;
}
.com-sol-head {
width: 54%;
}
.slider-download-blts img {
width: 100%;
}
.slider-download-blts h2 {
font-size: 34px;
font-weight: 900;
line-height: 47px;
color: #000;
margin: 15px 0 0;
padding: 0;
}
.slider-download-blts {
margin: -155px auto 0;
padding: 0 20px;
}
.ebook-form-block {
flex-direction: column;
}
.ebook-form-block-list {
padding: 0 20px;
}
.solar-book-list {
padding: 0 20px;
}
.ebook-form-block-list h4 {
font-size: 24px;
}
.ebook-form-block-list ul li {
font-size: 18px;
line-height: 27px;
}
.ebook-form-block-main {
padding: 30px;
}
.ebook-form-block-main h2 {
font-size: 20px;
}
.down-btn {
font-size: 18px;
}
.solar-book-list .solar-book-iner h1 {
font-size: 18px;
}
.thank-row .col-sm-6:nth-child(2n) {
padding-left: 0px;
}
.glen-banner-bio-block {
display: none;
}
.glen-banner-inner {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/Solar-Run-Various-Website-Banners_Large-Banner.jpg);
height: 28vh;
background-repeat: no-repeat;
background-size: cover;
}
.glen-banner {
padding-top: 0;
}
.glen-waverley-revw {
flex-direction: column;
}
.about-glan {
padding: 51px 0 70px;
}
.glen-waverley-revw {
align-items: flex-start;
}
.glen-revw {
margin-left: 0px;
}
.logoclean {
text-align: left;
margin-top: 15px;
}
.logoclean .abtbtm {
text-align: left;
}
.img-three-sec {
flex-flow: row wrap;
}
.three-block-glen-inner {
margin-bottom: 15px;
}
.get-solar-inst {
flex-direction: column;
}
.bg-solar-img .deskt-solar {
width: 100%;
display: none;
}
.bg-solar-img .mob-solar {
display: block;
width: 100%;
}
.join-solar-block {
height: auto;
}
.man-faq-img {
position: relative;
}
.faq-inner-count {
position: relative;
bottom: 0;
margin-top: 30px;
width: 100%;
right: 0;
}
.faq-inner-count h4 br {
display: none;
}
.ban-content h2{font-size: 35px;}
.pro-rv-main .product-title img {
max-width: 88px;
}
.pro-rv-main .product-title h3{font-size: 13px;}
.moreabout-content .row a {
width: 100%;
}
.moreabout-content .row a .col-md-4 .imgbox img{width: 100%;}
.contentbox {
padding-left: 0px;
}
.moreabout-section .moreabout-content {
margin-bottom: 30px;
}
.contentbox {
margin-top: 10px;
}
.img-full-cta,.cta-full-data {
width: 100%;
}
.cta-full-data {padding: 30px;}
.cta-full-btn{margin-bottom: 15px;}
.learn-thumb-box{margin-bottom: 30px;} .pop-form .close{margin: -1rem 1.7rem 0rem auto;}
#exampleModal .contact-form{padding-top:0px !important;}
#exampleModal .modal-content {padding: 0px;padding-top: 35px;}
}
@media screen and (max-width: 400px) {.modal-dialog{top:60% !important;}.modal-dialog.pop-form {margin: 10px auto !important;transform: translate(0, -40%) !important;max-width: 95% !important;}}.brand-logo {
position: relative;
height: 100px;
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.brand-logo ul {
display: flex;
position: absolute;
left: 0;
right: 0;
top: 0;
margin: 0;
padding: 0;
list-style-type: none;
align-items: center;
justify-content: space-between;
}
.brand-logo ul li {
flex: 0 0 33.3333%;
max-width: 33.3333%;
transition: all 0.5s ease;
transform: scale(0, 0);
}
.brand-logo ul.active li {
transform: scale(1, 1);
}
.brand-logo ul li img {
max-width: 202px;
}
.star-ratings-css-bottom.ddfd span, .star-ratings-css-top.ddfd span{
font-size: unset;
margin-left: 0;
}
.prImggg{
width: auto !important;
height: 50px;
}
@media only screen and (max-width: 991px) {
.brand-logo ul li img {
max-width: 172px;
}
}
@media only screen and (max-width: 767px) {
.brand-logo ul {
flex-wrap: wrap;
}
.brand-logo ul li {
flex: 0 0 100%;
max-width: 100%;
transition: all 0.5s ease;
transform: scale(0, 0);
margin: 7px 0;
}
.brand-logo {
position: relative;
height: 210px;
width: 100%;
text-align: center;
margin-bottom: 40px;
}
.the-solorblobk-bottommiddl h2 {
font-size: 20px !important;
line-height: 20px;
padding-bottom: 0 !important;
}
.tab-wrapper-hub .nav-item{
width: 100%;
}
}
.news-single-big-content img{
max-width:100%;
}
.solar-jam-box img{
max-width:100%;
}
.faq-accordian .card{
border-radius: 0;
}
.faq-accordian .card-body {
background: #ededed;
}
@media(min-width:767px) and (max-width: 991px){
.downloadfreesolar-banner-text h2{
margin-top: 500px !important;
font-size: 50px;
}
}
@media(min-width: 992px){
.downloadfreesolar-banner-text h2{
margin-top: 290px!important;
}
}
.testimonialsnowp {
margin-bottom: 80px;
}
.testimonialsnowp .testleftp {
position: relative;
background-color: #F4F4F4;
padding: 30px;
border-radius: 15px;
}
.testimonialsnowp .testleftp:before {
content: '';
position: absolute;
top: -35px;
left: 25px;
background-image: url(https://www.solarrun.com.au/wp-content/uploads/2022/09/testtop.png);
width: 84px;
height: 59px;
background-repeat: no-repeat;
}
.testimonialsnowp .testleftp:after {
content: '';
position: absolute;
right: 25px;
background-image: url(https://www.solarrun.com.au/wp-content/uploads/2022/09/testtop.png);
width: 84px;
height: 59px;
background-repeat: no-repeat;
}
.testleftp p {
font-size: 14px;
line-height: 26px;
}
.imgrigrest {
text-align: center;
}
.imgrigrest h5 {
margin-top: 20px;
}
.mult-marketing-sec .row{
align-items: center;
}
.mult-marketing-sec .text-lft{
text-align: right;
}
.mult-marketing-sec ul{
padding: 0;
direction: rtl;
}
.mult-marketing-sec ul li{
font-size: 14px;
color: #000;
margin-bottom: 10px;
list-style: disc !important;
}
span.page-numbers.current {
border-radius: 0!important;
color: #fff;
background: #ffb21d;
border: 0;
}
span.page-numbers.current {
margin: 0 5px;
display: inline-block;
font-size: 16px;
padding: 10px 15px;
float: none;
}
.pagination-block{
text-align: center;
}
.pagination-block a{
color: #ffb21d;
}
.search-box .wp-block-search__inside-wrapper {
display: block !important;
}
.search-box .wp-block-search__button{
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/search-icon-blg.png) no-repeat center center;
width: 16px;
height: 16px;
cursor: pointer;
border: none;
float: right;
margin: -34px 15px 0 0;
position: relative;
font-size: 0;
}
.search-box .wp-block-search__label{
display: none;
}
.post-main-small{
position: relative;
}
.post-main-small .nav-previous{
padding-left: 30px;
width: 35%;
position: relative;
}
.post-main-small .meta-nav{
display: inline-block;
padding-bottom: 5px;
font-weight: 400;
color: #c4c4c4;
width: 100%;
font-size: 18px;
}
.post-main-small .post-title{
font-size: 20px;
line-height: 40px;
color: #000;
font-weight: 600;
}
.post-main-small .fa.fa-angle-left, .post-main-small .fa.fa-angle-right{
position: absolute;
left: 0;
top: 15px;
font-size: 65px;
color: #e6e6e6;
}
.post-main-small .fa.fa-angle-left{
left: 0px;
right: auto;
}
.post-main-small .fa.fa-angle-right{
right: 0px;
left: auto;
}
.post-main-small .nav-next{
text-align: right;
padding-right: 30px;
width: 35%;
position: relative;
}
.post-main-small .nav-links{
display: flex;
justify-content: space-between;
background: #fff;
}
.post-main-small .gridnews{
display: inline-block;
position: absolute;
left: 0;
top: 45%;
right: 0;
margin: auto;
text-align: center;
width: 32px;
} .customer-reviews {
margin-top: 50px
}
.customer-reviews h2 {
font-size: 28px;
padding: 0 0 10px;
color: #2e2e2e;
font-weight: 600;
margin: 0
}
.customer-reviews ul {
margin: 30px 0 0;
padding: 0
}
.customer-reviews ul li {
margin: 0;
padding: 20px 20px 5px;
list-style: none;
display: block;
border: 1px solid #ddd;
margin-bottom: 15px;
}
.customer-reviews .review-star {
float: left;
width: 25%
}
.customer-reviews .review-star h5 {
font-size: 20px;
padding: 0;
font-weight: 600;
margin: 0 0 20px;
}
.rlt-review {
float: left;
width: 75%
}
.rlt-review h4 {
font-size: 20px;
font-weight: 600;
padding: 0 0 5px;
margin: 0
}
.rlt-review p {
font-size: 16px;
font-weight: 300;
line-height: 28px;
text-align: justify
}
.ja-solar {
margin: 40px 0;
position: relative
}
.ja-solar .comp-logo-outer {
float: left;
width: 28%;
margin: 0;
padding: 0 20px 0 0;
height: 100%;
position: absolute;
text-align: center;
left: 0
}
.ja-solar .comp-logo-outer img {
display: inline-block;
margin: 0 auto;
position: absolute;
top: 50%;
transform: translate(-50%, -50%)
}
.ja-solar ul {
margin: 0;
padding: 0 0 0 30px;
float: right;
width: 72%
}
.ja-solar ul li {
line-height: 32px;
margin: 0 0 10px;
padding: 0;
list-style: disc;
font-size: 22px;
font-weight: 300
}
.ja-solar ul li:last-child {
margin: 0
}
.review-star .wpcr3_item_name {
display: none
}
.review-star .wpcr3_review {
display: none
}
.review-star .wpcr3_dotline {
display: none!important
}
.review-star .wpcr3_aggregateRating_overallText {
display: none!important
}
.review-star .wpcr3_aggregateRating {
margin-bottom: 0!important
}
.review-star .wpcr3_aggregateRating_reviewCount {
display: inline-block!important;
margin: 0 0 0 10px;
font-size:15px;
}
.star-ratings-css {
unicode-bidi: bidi-override;
color: #feeab7;
font-size: 0;
height: 24px;
width: 144px;
margin: -3px 20px 0 0;
position: relative;
padding: 0;
text-shadow: none;
float: left
}
.star-ratings-css-top {
color: #fdba13;
padding: 0;
position: absolute;
z-index: 1;
display: block;
top: 0;
left: 0;
overflow: hidden;
height: 24px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/newstars-new-two.png) 0 0 no-repeat
}
.star-ratings-css-bottom {
padding: 0;
display: block;
z-index: 0;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/newstars-new-one.png) 0 0 no-repeat;
height: 24px;
width: 144px
}
.customer-reviews .review-star span {
display: inline-block;
margin: 0 -4px
}
.customer-reviews .wpcr3_reviews_holder {
display: none
}
.customer-reviews .wpcr3_dotline {
display: none!important
}
.load-more-outer {
display: block;
text-align: center;
padding: 0 0 50px
}
.load-more-outer a {
color: #ffb21d !important;
font-size: 16px;
cursor: pointer
}
.load-more-outer a:hover{
text-decoration:underline !important;
}
.loader-image {
width: 15px;
margin-left: 10px
}
.review-set .image-outer {
position: relative
}
.slider-w-outer {
position: absolute;
width: 70px;
height: 70px;
border: solid 1px #000;
border-radius: 50%;
line-height: 70px;
top: 0;
left: 40px;
background: #fff;
font-size: 16px;
font-weight: 600
}
.review-set .custom-slider-content p {
padding: 0!important;
font-size: 16px;
color: #000
}
.review-set .custom-slider-content .btn-custom {
margin: 15px 0 0!important
}
.review-set .all-event strong {
font-weight: 600
}
.review-set .review-star div.wpcr3_rating_style1_base {
width: 144px;
height: 24px;
line-height: 24px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/newstars-new.png) 0 0 no-repeat!important
}
.review-set .review-star div.wpcr3_rating_style1_average {
text-indent: -9999px;
height: 24px;
line-height: 24px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/newstars-new.png) 0 -26px no-repeat!important
}
.review-set .review-star div.wpcr3_rating_style1 div {
line-height: 24px
}
.pro-hmt-box .star-ratings-css span {
font-size: 0
}
.pro-hmt-box .review-star span strong {
font-size: 25px;
font-weight: 600;
padding-right: 0;
line-height: 25px
}
.review-star span strong {
font-size: 30px;
font-weight: 600;
padding-right: 10px;
}
.pro-hmt-box .star-ratings-css {
margin: -1px 5px 0 0
}
.company-review-outer .wpcr3_button_1 {
border: 0;
color: #313131;
font-family: Poppins, sans-serif;
font-size: 14px;
height: 44px;
margin: 0;
padding: 0 18px;
text-transform: none;
overflow: hidden;
position: relative;
transition: background .3s ease-out;
line-height: 44px;
font-weight: 600;
background: #fed938;
background: -moz-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
}
.company-review-outer .wpcr3_button_1:focus, .company-review-outer .wpcr3_button_1:hover, .company-review-outer .wpcr3_button_1:hover, .company-review-outer .wpcr3_button_1:focus {
border: 0;
color: #313131;
font-family: Poppins, sans-serif;
font-size: 14px;
height: 44px;
margin: 0;
padding: 0 18px;
text-transform: none;
overflow: hidden;
position: relative;
transition: background .3s ease-out;
line-height: 44px;
font-weight: 600;
background: #fed938;
background: -moz-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
background-position: 0 44px;
}
.company-review-outer .text-input {
width: 100%;
border: 2px solid #dcdfe4;
border-radius: 5px;
height: 40px;
outline: 0;
padding: 0 15px
}
.company-review-outer .wpcr3_required.wpcr3_ftext {
width: 100%;
border: 2px solid #dcdfe4;
border-radius: 5px;
height: 180px;
outline: 0;
padding: 15px;
margin: 0;
display: block;
resize: none
}
.company-review-outer tr {
margin-bottom: 10px;
display: block
}
.company-review-outer td {
display: block
}
.company-review-outer .wpcr3_respond_2 label {
display: block;
font-weight: 500;
font-size: 14px;
margin: 0 0 2px
}
.company-review-outer .btn-custom.dark-orange-btn {
font-size: 14px;
font-style: normal
}
.company-review-outer .wpcr3_leave_text {
font-weight: 600;
font-size: 18px
}
.company-review-outer .wpcr3_respond_3 {
padding-bottom: 15px
}
.company-review-outer blockquote {
border-left: 5px solid #febb38;
padding-bottom: 3px!important;
padding-top: 3px!important;
margin-top: 10px
}
.vd-hd-box h2 {
font-size: 32px;
text-align: center;
padding: 0 0 25px;
margin: 0
}
.video-box {
margin-bottom: 30px
}
.video-box iframe {
width: 100%;
height: 320px;
display: block
}
.vd-hd-box {
padding: 10px 0 0
}
.video-section-outer {
width: 100%;
margin: 0 0 15px;
padding: 0
}
.video-section-outer iframe {
width: 100%;
height: 480px
}
.video-section-outer h2 {
font-size: 28px;
padding: 0 0 20px;
color: #2e2e2e;
font-weight: 600;
margin: 0
}
.solar-img {
margin-bottom: 0
}
.solar-img h2 {
font-size: 28px;
padding: 0 0 20px;
color: #2e2e2e;
font-weight: 600;
margin: 0
}
.solar-img ul {
margin: 0;
padding: 0
}
.solar-img ul li {
margin: 0 55px 60px 0;
padding: 0;
list-style: none;
display: block;
float: left;
width: 30%
}
.solar-img ul li:last-child {
margin: 0
}
@media only screen and (max-width:767px) {
.solar-img h2 {
font-size: 18px;
padding: 0 0 10px
}
.solar-img ul li {
margin: 0 0 10px;
width: 100%
}
.solar-img ul li img {
width: 100%
}
}  .sav-tital {
text-align: center;
margin-bottom: 80px;
padding: 0 15px;
}
.sav-tital h2 {
display: block;
margin: 0;
padding: 0 0 30px;
font-size: 32px;
}
.sav-tital ul {
margin: 0;
padding: 0;
}
.sav-tital ul li {
margin: 0 10px;
padding: 0;
list-style: none;
display: inline-block;
}
.sav-tital ul li a {
display: block;
background: #E0E0E0;
font-size: 14px;
color: #AFAFAF;
border-radius: 30px;
padding: 12px 0;
min-width: 160px;
box-shadow: 0 2px 2px #cacaca;
}
.sav-tital ul li.active a, .sav-tital ul li a:hover {
background: #FFC233;
color: #313131;
}
.savings-calculator {
display: block;
padding: 0 0 50px;
}
.savings-calculator-box {
background: #fff;
box-shadow: 0 0 3px #ccc;
margin-bottom: 60px;
}
.bil-tital {
display: block;
background: #e7e7e7;
padding: 6px 20px;
}
.bil-tital h3 {
display: block;
margin: 0;
padding: 0;
font-size: 20px;
font-weight: 500;
}
.bil-tital h3 span {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: #c5c5c5;
text-align: center;
border-radius: 50%;
margin: 0 15px 0 0;
}
.bil-form {
padding: 40px;
}
.bil-form .form-group {
margin-bottom: 30px;
}
.bil-form label {
font-size: 16px;
font-weight: 500;
display: block;
}
.bil-form .form-control {
background: #F4F4F4;
border: solid 1px #B1B1B1;
height: 52px;
border-radius: 15px;
color: #313131;
font-size: 16px;
padding: 0 18px;
}
.bil-form .btn.btn-custom {
display: inline-block;
background: #E0E0E0;
font-size: 16px;
color: #AFAFAF;
border-radius: 30px;
min-width: 140px;
box-shadow: 0 2px 2px #cacaca !important;
font-weight: 400;
margin: 0 10px 0 0;
}
.bil-form .btn.btn-custom.active {
background: #FFC233;
color: #313131;
}
.estimated-box .bil-tital h3, .daily-production-box .bil-tital h3, .system-sizes-box .bil-tital h3, .monthly-solar-system-box .bil-tital h3 {
font-size: 24px;
}
.calculator-price-block {
padding: 40px 0;
}
.calculator-price-block .est-text {
font-size: 20px;
color: #313131;
padding-bottom: 10px;
}
.calculator-price-block .calculator-price {
font-size: 72px;
font-weight: 700;
line-height: 100%;
color: #FFA114;
}
.estimated-time-list {
font-size: 20px;
text-align: center;
padding-left: 0;
margin-bottom: 0;
}
.estimated-time-list li {
margin-bottom: 10px;
}
.estimated-time-list strong {
font-weight: 600;
padding: 5px 0 0;
display: inline-block;
}
.calculator-desc-block .calculator-des-title {
font-size: 18px;
font-weight: 500;
padding-bottom: 10px;
}
.calculator-desc-block p {
font-size: 14px;
padding: 0 0 10px
}
.monthly-contain {
font-size: 16px;
text-align: center;
padding-left: 0;
margin-bottom: 0;
padding-top: 25px;
}
.monthly-contain li {
margin-bottom: 10px;
}
.monthly-contain strong {
font-weight: 600;
padding: 5px 0 0;
display: inline-block;
}
.estimated-box .bil-tital, .daily-production-box .bil-tital, .system-sizes-box .bil-tital, .monthly-solar-system-box .bil-tital {
padding-top: 15px;
padding-bottom: 15px;
}
.estimated-box .bil-form, .daily-production-box .bil-form, .system-sizes-box .bil-form, .monthly-solar-system-box .bil-form {
padding-top: 0;
padding-bottom: 20px;
}
.estimated-box .row, .daily-production-box .row, .system-sizes-box .row, .monthly-solar-system-box .row {
margin-bottom: 0;
}
.graf-outer {
padding: 35px 0 25px;
}
.down-angle-row {
padding-bottom: 40px;
}
.down-angle-row span {
display: inline-block;
}
.monthly-solar-tabel .table {
font-size: 12px;
white-space: normal;
}
.monthly-solar-tabel .table > thead > tr > th {
background: #f9f9f9;
font-weight: 600;
text-transform: capitalize;
}
.monthly-solar-tabel .table > tbody > tr > td:first-child {
font-weight: 600;
}
.question-row {
padding: 0 15px 20px;
}
.question-row p {
padding-top: 0;
font-size: 14px;
}
.vodeo-row .row {
margin-bottom: 0;
}
.vodeo-text-box {
background: #5a5a5a;
padding: 40px !important;
}
.solar-installer-heading {
font-size: 24px;
line-height: 30px;
padding-bottom: 15px;
text-align: center;
}
.vodeo-desc {
font-size: 18px;
text-align: center;
}
.vodeo-desc p {
padding: 0 0 25px;
}
.vodeo-text-box {
text-align: center;
color: #fff;
}
.vodeo-text-box .video-btn {
transition: .5s ease;
display: inline-block;
font-size: 14px;
font-weight: 500;
color: #FFBD21;
border: 1px solid #FFBD21;
border-radius: 16px;
padding: 0 15px;
text-decoration: none;
line-height: 37px;
height: 40px;
}
.vodeo-text-box .video-btn:hover, .vodeo-text-box .video-btn:focus {
color: #000;
background: #FFBD21;
}
.vodeo-text-box .video-btn i {
margin-left: 5px;
font-size: 16px;
}
.vodeo-box img {
width: 100%;
height: 100%;
}
.solar-installer-content {
display: flex;
display: -webkit-flex;
justify-content: center;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
}
.solar-installer-content li {
padding: 0 25px;
}
.solar-installer-box {
padding: 0 15px 50px;
}
.vodeo-text-heading {
font-size: 28px;
line-height: 30px;
font-weight: 600;
padding-bottom: 25px;
text-align: center;
}
.vodeo-row .row {
margin: 0;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
}
.vodeo-row .row div[class*='col-'] {
padding: 0;
flex: 0 0 50%;
max-width: 50%;
}
.estimated-time-list li img {
margin-right: 5px;
}
.calculator-range-slider {
max-width: 680px;
padding: 20px 42px 0;
;
width: 100%;
margin: 0 auto;
font-family: Poppins, sans-serif;
}
.calculator-range-slider .asRange {
height: 12px;
width: 100%;
background-color: #dddddd;
border-radius: 6px;
}
.calculator-range-slider .asRange .asRange-selected {
height: 12px;
}
.calculator-range-slider .asRange .asRange-pointer {
background-color: #747474;
border-radius: 100%;
}
.calculator-range-slider .asRange .asRange-pointer .asRange-tip {
background-color: #ffc233;
border: 1px solid #ffc233;
}
.calculator-range-slider .asRange .asRange-selected {
background: #747474;
}
.calculator-range-slider .asRange .asRange-pointer::after, .calculator-range-slider .asRange .asRange-pointer::before {
background: #313131
}
.calculator-range-slider h4 {
padding: 8px 0 0 0;
font-size: 14px;
margin: 0;
text-align: center;
color: #313131;
font-weight: 500;
line-height: 21px;
}
.calculator-range-slider .solar-range-icons span {
font-size: 10px;
display: block;
color: #000000;
line-height: 14px;
}
.calculator-range-slider .solar-range-icons {
display: flex;
display: -webkit-flex;
justify-content: space-between;
position: absolute;
top: 28px;
width: 100%
}
.calculator-range-slider .solar-range-icons .solar-range-icons-left, .calculator-range-slider .solar-range-icons .solar-range-icons-right {
display: inline-block;
position: relative;
}
.calculator-range-slider .solar-range {
position: relative;
padding-top: 70px;
margin-bottom: 30px;
}
.calculator-range-slider .asRange .asRange-pointer .asRange-tip::before {
background-color: #ffc233;
}
.calculate-now {
background: #ffb21d;
text-align: center;
padding: 25px 0;
}
.calculate-now a {
display: inline-block;
background: #313131;
color: #fff;
padding: 10px 25px;
border-radius: 50px;
}
.calculate-now .calc-link-01 {
display: none;
}
.calculator-range-slider .asRange .asRange-pointer .asRange-tip {
font-size: 14px;
color: #333;
background-color: #ffe199;
border: 1px solid#ffe199;
padding: 5px 14px;
display: inline-block;
font-family: Poppins, sans-serif;
border-radius: 50px;
font-weight: 500;
top: -40px;
height: auto;
width: auto;
}
.calculator-range-slider .asRange .asRange-pointer .asRange-tip::before {
display: none;
}
.calculator-range-slider .asRange .asRange-pointer {
width: 22px;
height: 22px;
margin-top: -8px;
cursor: pointer;
}
.calculator-range-slider .solar-size-range .solar-range-icons-left::before {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/Frame-icon5.png) no-repeat;
content: "";
width: 34px;
height: 25px;
position: absolute;
top: -27px;
left: -3px;
}
.calculator-range-slider .solar-size-range .solar-range-icons-right::before {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/Frame-icon.png) no-repeat;
content: "";
width: 36px;
height: 30px;
position: absolute;
top: -31px;
left: auto;
right: 0;
}
.calculator-range-slider .life-style-range .solar-range-icons-left::before {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/Frame-icon3.png) no-repeat;
content: "";
width: 40px;
height: 24px;
position: absolute;
top: -27px;
left: 0;
}
.calculator-range-slider .life-style-range .solar-range-icons-right::before {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/Frame-icon4.png) no-repeat;
content: "";
width: 37px;
height: 30px;
position: absolute;
top: -31px;
right: 12px;
} .product-nvd-page {
padding: 60px 0 0;
}
.product-nvd-page .row {
margin-right: 0;
margin-left: 0
}
.product-nvd-page .col-sm-4 {
margin-bottom: 10px;
padding: 0
}
.product-nvd-page .container {
padding: 0
}
#savings_calculator_form ul li{
list-style-type: none;
}
.mikeNews h1, .mikeNews h2 {
font-size: 26px;
font-weight: 600;
margin: 0 0 20px;
}
.mikeNews p {
padding: 0;
margin-bottom: 20px;
text-align: justify;
}
.sloar-rebates-content p a {
color: #ffb21d;
}
.vodeo-row{
padding: 0 0 50px;
}
.savings-calculator {
display: block;
padding: 0 0 50px;
}
.img-responsive{
max-width:100%;
}
@media only screen and (max-width:767px) {
.sav-tital {
margin-bottom: 30px;
margin-top: 20px;
}
.sav-tital h2 {
padding: 0;
font-size: 24px;
}
.sav-tital ul li {
margin: 15px 0;
display: block;
}
.sav-tital ul li a {
max-width: 160px;
margin: 0 auto;
}
.savings-calculator-box {
box-shadow: none;
margin-bottom: 30px;
}
.bil-tital {
border-top: solid 1px #313131;
border-bottom: solid 1px #313131;
}
.bil-tital h3 span {
width: 40px;
height: 40px;
line-height: 40px;
margin: 0 10px 0 0;
}
.bil-form {
padding: 20px 0px;
}
.bil-form .form-control {
height: 45px;
font-size: 14px;
padding: 0 15px;
}
.bil-form .btn.btn-custom {
min-width: 120px;
}
.calculator-price-block {
padding: 20px 0;
}
.calculator-price-block .est-text {
font-size: 18px;
}
.calculator-price-block .calculator-price {
font-size: 30px;
}
.estimated-time-list {
font-size: 16px;
}
.estimated-box .bil-tital h3, .daily-production-box .bil-tital h3, .system-sizes-box .bil-tital h3, .monthly-solar-system-box .bil-tital h3 {
font-size: 20px;
}
.estimated-box .bil-form, .daily-production-box .bil-form, .system-sizes-box .bil-form, .monthly-solar-system-box .bil-form {
padding-top: 0;
padding-bottom: 0;
}
.vodeo-text-box {
padding: 25px 15px!important;
}
.vodeo-text-heading {
font-size: 24px;
padding-bottom: 15px;
}
.vodeo-desc p {
padding: 0 0 15px;
}
.solar-installer-heading {
font-size: 20px;
padding-bottom: 10px;
}
.vodeo-text-box .video-btn {
line-height: 34px;
height: 35px;
}
.vodeo-row .row div[class*='col-'] {
padding: 0;
flex: 0 0 100%;
max-width: 100%;
}
}
.product-vkbox-1 .vkbtn{
padding: 13px 22px !important;
}
@media(max-width: 767px){
.product-vkbox-1 .vkbtn{
display: block !important;
margin-bottom: 10px !important;
margin-left: 0 !important;
}
}
.solar-panel-review-block .logo-rw img{
width: 100% !important;
}
.solarpanelvk-section {
padding: 60px 0 0px;
}
.vkpanelbox-title h2 {
text-align: center;
margin-bottom: 25px;
font-size: 33px;
font-weight: 500;
}
.vkproduct-section .product-content-box {
background-color: #f4f4f4;
margin-bottom: 15px;
}
.vktextbox {
padding: 30px 25px;
}
.vkproduct-section .product-content-box .product-img {
position: relative;
}
.vkproduct-section .product-content-box .product-img img {
width: 100%;
}
.vkproduct-section .product-content-box .product-content p {
font-size: 15px;
padding: 7px 0;
line-height: 24px;
}
.product-vkbox-1 .product_warranty {
margin-bottom: 28px;
}
.vkproduct-section .product-content-box .product-content .releasbtn {
font-size: 14px;
border-radius: 5px;
}
.indepreviw .wpcr3_button_1{
border: 0;
color: #313131;
font-family: Poppins, sans-serif;
font-size: 14px;
height: 44px;
margin: 0;
padding: 0 18px;
text-transform: none;
overflow: hidden;
position: relative;
transition: background .3s ease-out;
line-height: 44px;
font-weight: 600;
margin: 20px 0 !important;
display: inline-block;
background: linear-gradient(to bottom, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
}
.indepreviw .wpcr3_table_2{
}
.indepreviw .wpcr3_leave_text{
font-weight: 600;
font-size: 18px;
text-align: left;
}
.indepreviw .wpcr3_review_form_text_field{
margin-bottom: 10px;
display: block;
}
.indepreviw .wpcr3_respond_2 label{
font-weight: 500;
font-size: 14px;
margin: 0 0 2px;
display: inline-block !important;
}
.indepreviw td{
display: block;
}
.indepreviw input{
width: 100%;
border: 2px solid #dcdfe4;
border-radius: 5px;
height: 40px;
outline: 0;
padding: 0 15px;
}
.indepreviw .wpcr3_check_confirm label{
width: 100%;
}
.indepreviw .wpcr3_check_confirm .wpcr3_fconfirm2{
display: inline-block;
width: 3%;
height: 3%;
}
.the-solorblobk-bottommiddl h2{
color: #000;
font-size: 70px;
line-height: 70px; }
.the-solorblobk-bottommiddl .alt-btn-custom{
max-width: 238px !important;
height: unset !important;
margin-top: 10px;
padding: 8px 20px 6px !important;
}
.the-solorblobk-bottommiddl p{
color: #000;
font-size: 22px;
max-width: 400px;
line-height: 28px;
padding: 0;
}
.useful-box-main{
padding-top: 80px;
}
.useful-box-main .useful-title h2 {
font-size: 45px;
color: #313131;
text-transform: uppercase;
position: relative;
font-weight: 700;
padding: 0 0 20px;
margin: 0 0 45px;
display: block;
text-align: center;
line-height: 52px;
}
.useful-box-main .useful-title h2:after {
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
width: 120px;
height: 4px;
background: #FFBA15;
content: "";
}
.useful-box-main .useful-title p {
font-size: 21px;
padding: 0 0 10px;
color: #000;
line-height: 30px;
}
.useful-box-main .useful-title {
text-align: center;
padding-bottom: 60px;
}
.canberra-bottom-text {
text-align: left;
}
.useful-box-main img{
width: 100%;
}
.canberra-bottom-text h2{
font-size: 26px;
margin-bottom: 0;
font-weight: 600;
text-transform: unset;
}
.canberra-bottom-text h2 strong{
font-weight: 700;
}
.canberra-bottom-text h2:after{
content: unset;
}
.canberra-middle-deading h2{
display: block;
text-align: center;
font-size: 50px;
color: #FFBA15;
text-transform: uppercase;
font-weight: 700;
line-height: 52px;
padding-bottom: 100px;
}
.canberra-bottom-text p{
font-size: 16px;
}
.accord-main .panel-default .panel-body ul{
padding-left: 15px;
}
.accord-main .panel-default .panel-body li{
font-size: 16px;
margin-bottom: 10px;
}
.accord-main .panel-default .panel-body li h5{
font-size: 16px;
}
.top-text-section-para h1{
display: block;
text-align: center;
font-size: 50px;
color: #FFBA15;
text-transform: uppercase;
font-weight: 700;
line-height: 52px;
padding-bottom: 50px;
}
.box-elnw-design .eli-box {
background: #F5F5F5 url(https://www.solarrun.com.au/wp-content/uploads/2022/09/arrow-li.png) no-repeat center left 20px;
padding: 25px 20px 25px 75px;
margin-bottom: 30px;
min-height: 170px;
text-align: justify;
display: flex;
flex-flow: column;
align-content: center;
justify-content: center;
}
.box-elnw-design .eli-box h4 {
font-size: 18px;
color: #000;
display: block;
font-weight: 700;
margin-bottom: 10px;
}
.box-elnw-design .eli-box p {
font-size: 14px;
color: #000;
display: block;
font-weight: 400;
padding: 0;
margin: 0;
line-height: 26px;
}
@media(max-width: 767px){
.the-solorblobk-bottommiddl h2{
font-size: 26px !important;
padding-bottom: 0 !important;
}
.the-solorblobk-bottommiddl p{
font-size: 12px !important;
}
.useful-box-main{
padding-bottom: 0  !important;
}
.canberra-middle-deading h2{
font-size: 26px;
}
.top-text-section-para h1{
font-size: 26px;
}
.quote-thumbs-data .img-flex img{
width: 100px;
}
}
.is-invalid{border: 1px solid red !important;}  #snackbar {
visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #333; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: fixed; z-index: 1; left: 50%; bottom: 30px; } #snackbar.show {
visibility: visible;  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
} @-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
#loader{
text-align: center;
vertical-align: middle;
width: 100px;
display: block;
margin: 0 auto;
}
#solar-servicesix {
text-align: center;
}
#solar-servicesix .col-md-3 {
margin-bottom: 45px;
}
#solar-servicesix img {
margin-bottom: 15px;
}
#solar-servicesix h5 {
margin-bottom: 0;
font-weight: 500;
font-size: 16px;
}
#solar-servicesix p {
font-weight: 300;
line-height: 24px;
} .banner_wrap {
position: relative !important;
margin: 0px 0 0;
z-index: 1;
}
.slider-holder img {
border: 0px !important;
}
.Innerpage-banner {
position: absolute;
width: 100%;
height: auto;
top: 145px;
left: 0px;
z-index: 100;
}
.banner-img {
float: left;
display: block;
width: 415px;
margin-right: 40px;
}
.banner-text { }
.banner-img img {
width: 100%;
height: auto;
border-bottom: 0px solid #ffc233;
}
.banner-text h1 { }
.calculator-sec {
width: 100%;
margin: 20px 0;
height: auto;
min-height: 450px;
}
.vd-hd-box h2 {
font-size: 32px;
text-align: center;
padding: 0 0 25px;
margin: 0;
font-family: "Poppins", sans-serif;
} .nav-tabs .nav-item {
margin-bottom: -1px;
display: inline-block;
}
.nav-tabs > li {
display: inline !important;
margin-bottom: -1px;
width: 260px;
height: auto;
padding: 10px 0px;
text-align: center;
margin-right: 15px;
}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 50%;
margin: auto;
}
.nav-tabs .nav-link {
border: 1px solid #fcb514 !important;
text-align: center;
border-top-left-radius: 0;
font-size: 16px;
color: #000;
font-weight: 500;
border-top-right-radius: 0;
padding: 10px 5px;
}
.nav-tabs {
border-bottom: 0px solid #dee2e6 !important;
}
.nav-tabs .nav-item.show .nav-link, {
color: #000 !important;
font-family: "Poppins", sans-serif;
background-color: #fcb514 !important;
border-color: #fcb514 #fcb514 #fcb514 !important;
}
.nav-tabs .nav-item.active .nav-link{
color: #000 !important;
font-family: "Poppins", sans-serif;
background-color: #fcb514 !important;
border-color: #fcb514 #fcb514 #fcb514 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
color: #000 !important;
background-color: #fcb514 !important;
border-color: #fcb514 #fcb514 #fcb514 !important;
}
.nav-tabs .nav-item .nav-link h4{
font-size: 16px;
margin: 0;
font-weight: 500;
} .Calculator-from-section {
clear: both;
display: block;
width: 100%;
margin: 50px auto;
}
.Calculator-household-sec h3 {
font-size: 30px;
font-weight: 500;
color: #000;
margin-bottom: 55px;
text-align: left;
font-family: "Poppins", sans-serif;
}
.Calculator-household-sec {
width: 100%;
height: auto;
margin-bottom: 50px;
}
.calculator-input-half-left {
width: 48%;
text-align: left;
float: left;
height: auto;
min-height: 40px;
margin-bottom: 40px;
}
.calculator-input-half-right {
width: 48%;
text-align: right;
float: right;
height: auto;
min-height: 40px;
margin-bottom: 40px;
}
.calculator-form .label {
font-family: Poppins, sans-serif;
font-weight: 400;
font-size: 16px;
color: #000 !important;
font-family: "Poppins", sans-serif;
display: inline-block;
margin: 0 10px 2px 0;
width: 110px;
text-align: left;
}
.calculator-form .input-type01 {
border: 1px solid #d0d0d0;
border-radius: 0;
box-shadow: none !important;
color: #000;
font-family: "Poppins", sans-serif;
font-size: 15px;
height: 39px;
width: 278px;
background: #f0f0f0;
padding: 0 15px;
}
i.info-tip {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 100px;
background: #fcb514;
text-align: center;
color: #000;
font-size: 16px;
color: #000;
font-weight: 500;
font-style: normal;
padding: 3px 9px;
margin-right: 3px;
}
.calculator-form .tooltip .tooltip-inner{
text-align:left !important;
}
.Calculator-household-sec2 {
width: 100%;
height: auto;
min-height: 550px;
padding: 45px 0px 0 0;
margin-bottom: 50px;
background: #f5f5f5;
display: block;
float: left;
}
.Calculator-from-section .theme-solarrun .back-bar .pointer{
border-radius:50%; }
.Calculator-from-section .theme-solarrun .back-bar:hover .pointer{
width: 25px;
height: 25px;
top: -8px;
border-radius:50%;
}
.Calulator-filter-sec {
width: 100%;
height: auto;
clear: both;
min-height: 120px;
margin-bottom: 40px;
padding: 0 25px;
}
.Calulator-filter-left {
float: left;
width: 740px;
height: auto;
margin-right: 15px;
min-height: 115px;
}
.Calulator-filter-right {
float: right;
width: 255px;
height: 115px;
margin-right: 15px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/system-size-img.svg) no-repeat top left;
padding: 7px 28px;
}
.Calulator-filter-right2 {
float: right;
width: 255px;
height: 115px;
margin-right: 15px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/sun-img.svg) no-repeat top left;
padding: 0 28px;
padding-top: 88px;
}
.Calulator-filter-right3 {
float: right;
width: 255px;
height: 115px;
margin-right: 15px;
padding: 7px 10px;
}
.Calulator-filter-sec h3 {
font-size: 30px;
font-weight: 500;
color: #000;
margin-bottom: 25px;
text-align: left;
font-family: "Poppins", sans-serif;
}
p.title01 {
font-size: 24px;
font-weight: 500;
color: #000;
margin-bottom: 25px;
float: left;
text-align: left;
font-family: "Poppins", sans-serif;
width: 100%;
}
.solor-plate-bg {
width: auto;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/solar-bg.png) repeat-x top left;
height: 30px;
display: inline-block;
}
.solor-plate-img {
width: 100%;
height: auto;
}
.submit-btn001 {
color: #fff !important;
background-color: #fcb514 !important;
border: 1px solid #fcb514 !important;
font-family: "Poppins", sans-serif;
padding: 5px 10px;
width: 125px;
height: 39px;
font-size: 16px;
font-weight: 500;
}
.calculator-form-btn {
clear: both;
width: 100%;
height: auto;
margin: 0px 0 0 0;
text-align: center;
font-family: "Poppins", sans-serif;
background: #fff;
padding-top: 30px;
}
.Calculator-result-section1{
clear: both;
display: block;
width: 910px;
margin: auto;
padding: 0px;
}
.Calculator-insec{
clear: both;
display: block;
width: 910px;
margin: auto;
padding: 0px;
}
.Solar-graph-sec {
text-align: center;
margin-bottom: 80px;
width: 100%;
position: relative;
clear: both;
display: block;
}
.Solar-result-sec {
margin-bottom: 20px;
width: 100%;
min-height: 450px;
}
h3.title002 {
font-size: 30px;
font-weight: 500;
color: #000;
margin-bottom: 25px;
text-align: left;
font-family: "Poppins", sans-serif;
}
.Solar-result-box {
border: 1px solid #b2b2b2;
border-left: 12px solid #fcb514;
border-radius: 3px;
display: block;
padding: 22px 30px;
width: 100%;
height: auto;
min-height: 80px;
margin-bottom: 20px;
font-size: 22px;
font-weight: bold;
color: #000;
text-align: left;
line-height: 1.5;
font-family: "Poppins", sans-serif;
}
.Solar-result-box span {
font-size: 22px;
font-weight: bold;
color: #fcb514;
text-align: right;
float: right;
font-family: "Poppins", sans-serif;
}
.Solar-result-box2 {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/money-sack-svgrepo-com2.svg) no-repeat left top;
border: 1px solid #b2b2b2;
border-radius: 3px;
display: block;
padding: 20px 30px;
width: 100%;
height: auto;
min-height: 78px;
margin-bottom: 20px;
font-size: 48px;
font-weight: bold;
color: #000;
text-align: left;
padding-left: 70px;
text-transform: uppercase;
line-height: 35px;
font-family: "Poppins", sans-serif;
}
.Solar-result-box2 span {
font-size: 48px;
font-weight: bold;
color: #fcb514;
text-align: right;
float: right;
font-family: "Poppins", sans-serif;
}
.solor-battery {
width: 90px;
float: right;
height: 150px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/battery-gfx.svg) repeat-x right top;
margin-right: 10px;
}
.solor-battery21{display:none;}
.system-size-box1 {
padding-top: 71px;
padding-bottom: 85px;
}
.system-size-box2 {
margin-top: 71px;
margin-bottom: 85px;
}
.roof-orentation-box1 {
padding-top: 71px;
padding-bottom: 85px;
}
.roof-orentation-box2 {
margin-top: 71px;
margin-bottom: 85px;
}
.roof-pitching01 {
padding-top: 71px;
padding-bottom: 125px;
}
.roof-pitching02 {
margin-top: 21px;
margin-bottom: 85px;
}
.battery-size01 {
padding-top: 71px;
padding-bottom: 105px;
}
.battery-size02 {
margin-top: 21px;
margin-bottom: 55px;
}
.Solar-result-out01 {
float: left;
width: 48%;
margin-left: 0px;
margin-right: 15px;
}
.Solar-result-out02 {
float: left;
width: 48%;
margin-right: 0px;
}
.Solar-result-out03 {
float: left;
width: 98%;
}
.tooltip {
font-size: 14px !important;
}
.mklist, .mklist li{
list-style:disc;
} @media screen and (max-width: 767px) {
.Innerpage-banner {
position: absolute;
width: 100%;
height: auto;
top: 95px;
left: 0px;
z-index: 100;
}
.banner-img {
float: left;
display: block;
width: 215px;
margin-right: 20px;
}
.banner-text {
float: left;
display: block;
width: 405px;
margin-right: 0px;
}
.banner-text h1 {
color: #fff;
text-transform: uppercase;
font-size: 35px;
font-weight: bold;
text-align: left;
margin-top: 15px;
letter-spacing: 0px;
line-height: 45px;
}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 370px;
margin: auto;
display: block;
}
.calculator-sec .tab-content .tab-pane{
display:none !important;
}
.calculator-sec .tab-content .tab-pane.active{
display:block !important;
}
.Calulator-filter-left {
float: left;
width: 55%;
height: auto;
margin-right: 15px;
min-height: 115px;
}
.Solar-result-box2 {
font-size: 32px;
}
.Solar-result-box2 span {
font-size: 34px;
}
.Solar-result-box {
padding: 22px 15px;
font-size: 18px;
}
.Solar-result-box span {
font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.Calulator-filter-left {
float: left;
width: 100%;
height: auto;
}
.Calulator-filter-right {
float: right;
width: 100%;
height: 115px;
margin-right: 15px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/system-size-img.png) no-repeat top left;
padding: 7px 28px;
}
.Solar-graph-sec img {
width: 100%;
height: auto;
}
.calculator-input-half-left,
.calculator-input-half-right {
width: 100%;
height: auto;
}
}
@media screen and (max-width: 1024px) {
.banner-img {
float: left;
display: block;
width: 305px;
margin-right: 40px;
}
.banner-text {
float: left;
display: block;
width: 565px;
margin-right: 0px;
}
.banner-text h1 {
color: #fff;
text-transform: uppercase;
font-size: 37px;
font-weight: bold;
text-align: left;
margin-top: 55px;
letter-spacing: 0px;
line-height: 55px;
}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 370px;
margin: auto;
}
.Calulator-filter-left {
float: left;
width: 570px;
height: auto;
margin-right: 15px;
min-height: 115px;
}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 370px;
margin: auto;
}
.Innerpage-banner {
position: absolute;
width: 100%;
height: auto;
top: 85px;
left: 0px;
z-index: 100;
} .Calculator-household-sec2 {
width: 48%;
height: auto;
min-height: 550px;
padding: 25px 10px;
margin-bottom: 0px;
background: #f5f5f5;
display: block;
float: left;
}
.Calulator-filter-sec h3 {
font-size: 18px;
font-weight: 500;
color: #000;
margin-bottom: 10px;
text-align: left;
font-family: "Poppins", sans-serif;
}
.Calulator-filter-left {
float: left;
width: 60%;
height: auto;
margin-right: 5px;
min-height: 85px;
}
.system-size-box1 {
padding-top: 10px;
padding-bottom: 55px;
}
.theme-solarrun {
padding-top: 35px;
}
.Calulator-filter-right {
float: right;
width: 130px;
height: 115px;
margin-right: 0;
padding: 7px 12px;
background-size: 100%;
}
.system-size-box2 {
margin-top: 60px;
margin-bottom: 15px;
}
p.title01 {
font-size: 16px;
margin-bottom: 15px;
}
.roof-orentation-box1 {
padding-top: 11px;
padding-bottom: 85px;
}
.roof-orentation-box2 {
margin-top: 61px;
margin-bottom: 85px;
}
.roof-pitching01 {
padding-top: 11px;
padding-bottom: 25px;
}
.roof-pitching02 {
margin-top: 21px;
margin-bottom: 25px;
}
.Calulator-filter-right2 {
float: right;
width: 130px;
height: 115px;
margin-right: 0;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/sun-img.svg) no-repeat top left;
padding: 40px 28px 0;
background-size: 30%;
}
.calculator-form-btn {
clear: both;
width: 100%;
height: auto;
margin: 0px 0;
text-align: center;
font-family: "Poppins", sans-serif;
background: #f5f5f5;
padding: 30px 0;
}
.battery-size01 {
padding-top: 21px;
padding-bottom: 55px;
}
.battery-size02 {
padding-top: 21px;
padding-bottom: 55px;
}
.Calculator-result-section {
clear: none;
display: block;
width: 48%;
margin: auto;
padding: 0px;
float: right;
background: #f5f5f5;
}
.vd-hd-box h2 {
font-size: 18px;
text-align: center;
padding: 15px 0 25px;
margin: 0;
font-family: "Poppins", sans-serif;
}
h3.title002 {
font-size: 16px;
}
.Solar-result-sec {
margin-bottom: 20px;
width: 100%;
min-height: 450px;
padding: 0 15px;
}
.Solar-result-out01 {
float: left;
width: 100%;
}
.Solar-result-out02 {
float: left;
width: 100%;
}
.Solar-result-out03 {
float: left;
width: 100%;
}
.Solar-result-box {
border: 1px solid #b2b2b2;
border-left: 6px solid #fcb514;
border-radius: 3px;
display: block;
padding: 12px 20px;
width: 100%;
height: auto;
min-height: 50px;
margin-bottom: 20px;
font-size: 14px;
font-weight: 500;
color: #000;
text-align: left;
font-family: "Poppins", sans-serif;
}
.Solar-result-box span {
font-size: 14px;
font-weight: 400;
color: #fcb514;
text-align: right;
float: right;
font-family: "Poppins", sans-serif;
}
.Solar-result-box2 {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/money-sack-svgrepo-com2.svg) no-repeat left top;
border: 1px solid #b2b2b2;
border-radius: 3px;
display: block;
padding: 14px 15px;
width: 100%;
height: auto;
min-height: 30px;
margin-bottom: 20px;
font-size: 16px;
font-weight: bold;
color: #000;
text-align: left;
padding-left: 44px;
text-transform: uppercase;
line-height: 18px;
font-family: "Poppins", sans-serif;
background-size: 8%;
}
.calculator-form .input-type01 {
border: 1px solid #d0d0d0;
border-radius: 0;
box-shadow: none !important;
color: #000;
font-family: "Poppins", sans-serif;
font-size: 15px;
height: 39px;
width: 200px;
background: #f0f0f0;
padding: 0 15px;
}
.Solar-result-box2 span {
font-size: 16px;
font-weight: bold;
}
.Solar-graph-sec {
text-align: center;
margin-bottom: 70px;
width: 100%;
}
.Calulator-filter-right3 {
float: right;
width: 135px;
height: 115px;
margin-right: 0px;
padding: 7px 10px;
}
.solor-battery {
width: 50px;
float: right;
height: 85px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/battery-gfx.svg) repeat-x right top;
margin-right: 5px;
background-size: 100%;
}
.calculator-form .label {
font-family: Poppins, sans-serif;
font-weight: 400;
font-size: 13px;
}
.calculator-form .label {
width: 85px;
}
.Calculator-household-sec h3 {
font-size: 20px;
margin-bottom: 25px;
}
}
@media screen and (max-width: 1023px) {
.Solar-graph-sec img {
width: 100%;
height: auto;
}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 370px;
margin: auto;
}
}
@media (max-width: 992px) {
.Innerpage-banner {
position: absolute;
width: 100%;
height: auto;
top: 95px;
left: 0px;
z-index: 100;
}
.banner-img {
float: left;
display: block;
width: 215px;
margin-right: 20px;
}
.banner-text {
float: left;
display: block;
width: 405px;
margin-right: 0px;
}
.banner-text h1 {
color: #fff;
text-transform: uppercase;
font-size: 35px;
font-weight: bold;
text-align: left;
margin-top: 15px;
letter-spacing: 0px;
line-height: 45px;
}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 370px;
margin: auto;
}
.Calulator-filter-left {
float: left;
width: 50%;
height: auto;
margin-right: 15px;
min-height: 115px;
}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 370px;
margin: auto;
}
.slider-holder .banner-bg212 {
border: 0px !important;
height: 50vh;
}
.Calulator-filter-sec {
padding: 0px;
}
}
@media screen and (max-width: 767px) {
.solor-plate-img img{max-width:100%;}
.nav-tabs {
border-bottom: 0px;
text-align: center;
width: 80%;
margin: auto;
}
.Innerpage-banner {
position: absolute;
width: 100%;
height: auto;
top: 75px;
left: 0px;
z-index: 100;
}
.banner-img {
float: left;
display: block;
width: 155px;
margin-right: 20px;
}
.banner-text {
float: left;
display: block;
width: 285px;
margin-right: 0px;
}
.banner-text h1 {
color: #fff;
text-transform: uppercase;
font-size: 21px;
margin-top: 0;
}
.nav-tabs > li {
display: inline !important;
width: 100%;
height: auto;
}
.calculator-input-half-left {
width: 100%;
text-align: left;
float: left;
height: auto;
min-height: 40px;
margin-bottom: 20px;
}
.calculator-input-half-right {
width: 100%;
text-align: left;
float: left;
height: auto;
min-height: 40px;
margin-bottom: 20px;
}
.calculator-form .label {
font-family: Poppins, sans-serif;
font-weight: 400;
font-size: 16px;
color: #000 !important;
display: inline-block;
margin: 0 10px 2px 0;
width: 28%;
text-align: left;
}
.calculator-form .input-type01 {
border: 1px solid #d0d0d0;
border-radius: 0;
box-shadow: none !important;
color: #000;
font-family: "Poppins", sans-serif;
font-size: 15px;
height: 39px;
width: 60%;
background: #f0f0f0;
padding: 0 15px;
}
.Calculator-household-sec2 {
width: 100%;
height: auto;
}
.Calculator-result-section {
width: 100%;
height: auto;
}
.Solar-result-box2 {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/money-sack-svgrepo-com2.svg) no-repeat left top;
border: 1px solid #b2b2b2;
border-radius: 3px;
display: block;
padding: 22px 15px;
width: 100%;
height: auto;
min-height: 30px;
margin-bottom: 20px;
font-size: 16px;
font-weight: bold;
color: #000;
text-align: left;
padding-left: 58px;
text-transform: uppercase;
line-height: 18px;
font-family: "Poppins", sans-serif;
background-size: 8%;
}
.Calulator-filter-left {
float: left;
width: 60%;
height: auto;
margin-right: 8px;
min-height: 85px;
}
.Calulator-filter-right {
float: right;
width: 135px;
height: 115px;
margin-right: 15px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/system-size-img.png) no-repeat top left;
padding: 7px 10px;
display: block;
clear: none;
margin: auto;
background-size: 100%;
margin-top: 60px;
}
p.title01 {
font-size: 16px;
margin-bottom: 15px;
width: 100%;
text-align: left;
float: left;
}
.Calulator-filter-right2 {
margin-top: 45px;
}
.Solar-result-box2 {
font-size: 24px;
}
.Solar-result-box2 span {
font-size: 24px;
}
.Solar-result-box {
padding: 22px 15px;
font-size: 18px;
}
.Solar-result-box span {
font-size: 18px;
}
}
@media screen and (max-width: 640px) {
.slider-holder .banner-bg212 {
border: 0px !important;
height: 260px;
}
}
@media screen and (max-width: 480px) {
.banner-img {
float: none;
display: block;
width: 155px;
margin-right: 0;
margin: auto;
}
.Innerpage-banner {
position: absolute;
width: 100%;
height: auto;
top: 35px;
left: 0px;
z-index: 100;
}
.banner-text {
float: left;
display: block;
width: 100%;
margin-right: 0px;
text-align: center;
}
.banner-text h1 {
color: #fff;
text-transform: uppercase;
font-size: 21px;
margin-top: 30px;
text-align: center;
line-height: 30px;
}
.calculator-form .input-type01 {
width: 55%;
}
.Solar-result-box2 {
font-size: 18px;
}
.Solar-result-box2 span {
font-size: 18px;
}
.calculator-form .label {
font-family: Poppins, sans-serif;
font-weight: 400;
font-size: 12px;
color: #000 !important;
display: inline-block;
margin: 0 0px 2px 0;
width: 30%;
text-align: left;
padding-left: 0px;
}
.Solar-result-box {
padding: 22px 15px;
font-size: 14px;
}
.Solar-result-box span {
font-size: 14px;
}
.Solar-result-box2 {
font-size: 14px;
}
.Solar-result-box2 {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/money-sack-svgrepo-com2.svg) no-repeat left top;
border: 1px solid #b2b2b2;
border-radius: 3px;
display: block;
padding: 11px 15px;
width: 100%;
height: auto;
min-height: 30px;
margin-bottom: 20px;
font-size: 14px;
font-weight: bold;
color: #000;
text-align: left;
padding-left: 38px;
text-transform: uppercase;
line-height: 18px;
font-family: "Poppins", sans-serif;
background-size: 8%;
}
.Solar-result-box2 span {
font-size: 14px;
}
.Calculator-result-section {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.Calulator-filter-left {
float: left;
width: 50%;
height: auto;
margin-right: 8px;
min-height: 85px;
}
.Calulator-filter-right {
float: right;
width: 105px;
height: 85px;
margin-right: 15px;
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/images/system-size-img.png) no-repeat top left;
padding: 7px 10px;
display: block;
clear: none;
margin: auto;
background-size: 100%;
margin-top: 60px;
}
.Calulator-filter-right2 {
float: right;
width: 110px;
height: 115px;
}
} @media only screen and (min-width: 768px) and (max-width: 840px) {
.Solar-result-box2 {
background-size: 11%;
}
}
@media (min-width: 1541px) {
.slider-holder .banner-bg212 {
border: 0px !important;
height: 65vh;
}
}
@media screen and (max-width: 375px) {
.Solar-result-box2 {
background-size: 10% !important;
}
}
@media screen and (max-width: 320px) {
.Solar-result-box2 {
background-size: 11% !important;
}
} .vkalign {
align-items: center !important;
display: flex;
}
.vkbanner-section {
background-image: url(//www.solarrun.com.au/wp-content/themes/images/sp/solor-saving-banner.png);
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}
.vkbanner-section .banner-content{
padding:100px 0 70px;
}
.vkbanner-section .banner-content h2, .vkbanner-section .banner-content h1 {
font-size: 60px;
font-weight: 700;
color: #fff;
text-align: left;
padding-right: 30px;
z-index: 99;
text-transform: uppercase;
line-height: normal;
}
.vkbanner-section .banner-content img {width:100%;}
.vkbtn{
color: #000 !important;
font-family: "Poppins", sans-serif;
background-color: #fcb514 !important;
border-color: #fcb514 #fcb514 #fcb514 !important;
padding: 13px 35px;
font-weight: 600;
font-size: 18px;
transition: all 0.3s;
}
.vkbtn:hover {
color: #fff !important;
}
@media screen and (max-width: 767px){
.vkalign {
flex-wrap: wrap;
}
.vkbanner-section .banner-content img {
width: 70%;
}
.vkbanner-section .banner-content h2, .vkbanner-section .banner-content h1 {
font-size: 35px;
}
}
.middlecassillawarra .jamie-box {
background: #FFBA15;
padding: 60px 0;
margin-top: 80px;
}
.middlecassillawarra .call-info-block {
background: #fff;
box-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
.middlecassillawarra .ct-info {
text-align: justify;
}
.middlecassillawarra .ct-info {
padding: 40px 50px 0 20px;
}
.middlecassillawarra .jamie-box img{
height: unset;
}
.middlecassillawarra .wpcr3_in_content{
display: none;
}
.blog-authordes img{
border-radius: 50%;
}
.blog-authordes{
margin: 50px 0;
background: #F4F4F4;
padding: 30px;
border-radius: 10px;
}
.blog-authordes h2{
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
.blog-authordes h3{
font-size: 20px;
}
.commentsection-singlebolg .avatar.photo{
display: none;
}
.commentsection-singlebolg .commentlist{
list-style: none;
padding: 0 !important;
}
.commentsection-singlebolg header cite span{
display: none;
}
.commentsection-singlebolg header cite a{
color: #000;
font-style: normal;
}
.commentsection-singlebolg header time{
color: #000;
}
.commentsection-singlebolg header a{
display: block;
}
.commentsection-singlebolg .commentlist article header{
display: flex;
flex-direction: column-reverse;
}
.commentsection-singlebolg .commentlist article{
border: 2px solid #F4F4F4;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
.commentsection-singlebolg .commentlist .children{
list-style: none;
padding: 0 0 0px 50px;
}
.commentsection-singlebolg .commentlist .children li{
background: #F4F4F4;
border-radius: 10px;
}
.commentsection-singlebolg .commentlist .comment .reply a{
color: #000;
border: 1px solid;
padding: 4px 10px;
border-radius: 5px;
display: inline-block;
}
.commentsection-singlebolg .commentlist .comment .reply span{
display: none;
}
.commentsection-singlebolg .comment-respond{
background: #FFF8E7;
padding: 20px;
border-radius: 10px;
}
.commentsection-singlebolg .comment-respond .comment-reply-title{
font-size: 20px;
font-weight: 700;
}
.commentsection-singlebolg .comment-respond p label{
display: block;
}
.commentsection-singlebolg .comment-respond p input{
width: 100%;
border: 1px solid #F4F4F4;
height: 40px;
}
.commentsection-singlebolg .comment-respond p input:focus{
outline: none;
}
.commentsection-singlebolg .comment-respond .comment-form-comment textarea{
width: 100%;
max-height: 150px;
border: 1px solid #F4F4F4;
border-radius: 4px;
}
.commentsection-singlebolg .comment-respond .form-submit input{
background: #feba15;
border-radius: 8px;
color: #fff;
}
.commentsection-singlebolg .comment-respond .form-submit input:hover{
background: -webkit-linear-gradient(top, rgba(254, 217, 56, 1) 0, rgba(254, 179, 56, 1) 100%);
}
.commentsection-singlebolg .comment-respond .comment-form-cookies-consent input{
display: inline-block;
width: 14px;
height: 14px;
border: 1px solid #F4F4F4;
}
.commentsection-singlebolg .comment-respond .comment-form-cookies-consent label{
display: inline-block;
width: 94%;
}
.commentsection-singlebolg .songleblog-bottomline{
margin-top: 0 !important;
padding-bottom: 20px;
}
@media(min-width: 768px){
.commentsection-singlebolg .comment-respond .comment-form-author{
display: inline-block;
width: 49.5%;
}
.commentsection-singlebolg .comment-respond .comment-form-email{
display: inline-block;
width: 49.5%;   
}
}
.recent-blog {
box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
border-radius: 0 0 10px 10px;
}
.bspost .social-box-rw{
display: block;
}
.bspost .social-box-rw li {
list-style: none;
display: inline-block;
padding: 0 5px;
}
.bspost .social-box-rw li a i{
font-size: 26px;
background: #feba15 !important;
border-radius: 10px;
}
.bspost .btm-social {
margin: 15px 0;
}
.bspost h4 {
font-size: 20px;
}
.postNAVF.post-main-small{
border-top: 0;
display: block;
}
.postNAVF.post-main-small .post-title {
font-size: 16px;
line-height: 1.5;
color: #000;
width: 100%;
font-weight: 600;
display: block;
}
.postNAVF.post-main-small .fa.fa-angle-left, .postNAVF.post-main-small .fa.fa-angle-right {
position: unset;
left: 0;
top: 15px;
font-size: 18px;
font-weight: 600;
color: #feba15;
}
.postNAVF.post-main-small .nav-previous {
padding:0 10px 0 0;
width: 50%;
position: relative;
}
.postNAVF.post-main-small .nav-next {
text-align: right;
padding:0 0 0 10px;
width: 50%;
position: relative;
}
.postNAVF.post-main-small .meta-nav {
display: inline-block;
padding: 10px 20px;
font-weight: 400;
border-radius: 10px;
margin-bottom: 10px;
color: #feba15;
border: 1px solid #feba15;
font-size: 16px;
width: auto;
}
.single-post .categories ul li:before {
content: "\f054";
font-family: 'FontAwesome';
font-weight: 400;
margin: 0 5px 0 0;
font-size: 0px;
position: relative;
top: -6px;
width: 6px;
display: inline-block;
height: 6px;
background: #feba15;
line-height: 6px;
border-radius: 75%;
}
.pro-tab-block .nav-tabs .nav-item .nav-link{
border: none !important;
}
.battry-perform span{
background: #eee;
width: 25px;
display: inline-block;
height: 10px;
}
.battry-perform .spn1{
background: red;
}
.battry-perform .spn2{
background: #EE8036;
}
.battry-perform .spn3{
background: #FFBA14;
}
.battry-perform .spn4{
background: #FFE414;
}
.battry-perform .spn5{
background: #32CE0D;
}
.battry-perform span:first-child{
border-radius: 10px 0px 0px 10px;
}
.battry-perform span:last-child{
border-radius: 0px 10px 10px 0px;
}
.bc-table-btm-content ul{
padding: 0;
}
.bc-table-btm-content ul li{
margin-left: 20px;
margin-bottom: 10px;
font-size: 16px;
}
.sloar-rebates-content ul{background:#f7f7f7;padding:40px 30px;margin-bottom:25px;margin-top:15px}
.sloar-rebates-content ul{list-style-type:none;text-align:left}
.sloar-rebates-content ul li{padding:15px 0;border-bottom:1px solid #ddd;text-align:justify;font-size:14px;color:#000;font-weight:400;line-height:30px}
.sloar-rebates-content ul li:first-child{padding-top:0}
.sloar-rebates-content ul li:last-child{border-bottom:0;padding-bottom:0}
.sloar-rebates-content ul li a{
color: #ffba15;
}
.page-id-85 .director-msg .dir-msg p{
font-size: 14px;
line-height: 22px;
}
.page-template-solar-power-adelaide-page .mar-box-lr .alt-btn-custom{
height: unset !important;
}
.page-template-solar-power-adelaide-page .solar-jam-box .solar-jam-video-text-box a{
color: #fff;
}
.page-template-solar-power-adelaide-page .the-solorblobk-bottommiddl h2{
padding-bottom: 100px;
}
.page-template-solar-power-adelaide-page .mar-box-lr p{
font-size: 14px;
line-height: 22px;
}
.page-template-solar-power-adelaide-page .panel-body ul{
padding: 0 !important;
margin-left: 0;
}
.thk-text-thnkyu a{
color: #fff !important;
}
.page-template-commercial-solar-power-page #solar-block-two .row{
align-items: center;
}
@media(min-width: 768px){
.tankspagebann{
padding-top: 80px;
}
.tankspagebann h2{
font-size: 60px;
line-height: 60px;
padding: 0 0 30px;
}
.tankspagebann p{
font-size: 22px;
font-weight: 600;
}
.thk-text-thnkyu h2{
font-size: 40px;
padding: 0 0 30px;
line-height: 40px;
}
.thk-text-thnkyu h2 strong{
color: #FFB21D;
display: block;
font-weight: 700;
}	
.thk-text-thnkyu p{
font-size: 28px;
padding: 0 0 20px;
line-height: 32px;
}
}
@media (max-width: 767px){
.page-template-solar-power-adelaide-page .the-solorblobk-bottommiddl h2{
padding-bottom: 0px;
}
}
.bredcomesingle-post ul{
padding: 0;
margin: 0;
list-style: none;
}
.bredcomesingle-post ul li{
display: inline-block;
}
.bredcomesingle-post ul li a{
color: #ffba15;
}
.bredcomesingle-post ul li a:hover{
color: #000;
}
.bredcomesingle-post ul li{
color: #000;
}
.single-location #block-img-cont ul li{
list-style: none;
}
.single-location #block-img-cont ul li a{
color: #ffba15;
}
.single-location  .about-glan .glan-content ul{
background: #f7f7f7;
padding: 40px 30px;
margin-bottom: 25px;
margin-top: 15px;
list-style: none;
}
.single-location  .about-glan .glan-content ul li{
padding: 15px 0;
border-bottom: 1px solid #dddddd;
text-align: justify;
font-size: 14px;
color: #000;
font-weight: 400;
line-height: 30px;
}
.single-location  .about-glan .glan-content ul li a{
color: #ffba15;
}
.single-location  .about-glan .glan-content ul li a:hover{
color: #000;
}
.page-template-solar-power-adelaide-page .mar-box-lr .para-box-title{
text-align: left;
}
.page-template-solar-power-adelaide-page .mar-box-lr .para-box{
padding: 0;
}
.single-location .my-property .text a{
color: #ffba15;
}
.rStric{
color:#ff0000;
}
.pro-tab-left h2 {
font-size: 30px;
font-weight: 700;
}
.redmorebtn{
background: var(--main-yellow);
color: #000;
font-size: 15px; padding: 10px 23px;
overflow: hidden;
display: inline-block;
}
.redmorebtn:hover{
color: white;
}
#com-sol-form-sec h1{
font-size: 34px;
}
#com-sol-form-sec h3{
font-size: 24px;
}
#com-sol-form-sec ul{
padding: 0;
margin-left: 20px;
}
#com-sol-form-sec ul li{
margin-bottom: 10px;
}
@media(max-width: 767px){
.submenuopenmobile{
display: block !important;
width: 100% !important;
position: unset !important;
}
.submenuopenmobile li a{
opacity: .75;
margin-left: 15px;
}
}
@media(min-width: 768px){
.page-template-solar-power-adelaide-page .mar-box-lr .para-box-title .midathrtxt{
font-size: 18pt;
}
.single-location .rebate-panel-list .tp-value-box{
font-size: 20px;
}
.page-id-8445 .the-solorblobk-bottommiddl h2{
padding-bottom: 0 !important;
font-weight: 700;
}
.page-id-8445 .the-solorblobk-bottommiddl p{
font-size: 22px;
line-height: 28px;
}
.page-id-8445 .useful-box-main .useful-title p{
font-size: 22px;
line-height: 28px;
}
.page-id-8445 .banner-text h1{
font-size: 26px;
}
.page-id-8542 .pro-review-get-solar .img-flex img{
width: 200px;
}
.page-id-8542 .help-center h5{
max-width: 32%;
margin: 0 auto;
}
.page-id-9456 .downloadfreesolar-banner-text h2{
font-size: 70px;
}
}
.custom-modal .modal-dialog {
max-width: 750px
}
.modal-dialog {
-webkit-transform: translate(0, -50%)!important;
-o-transform: translate(0, -50%)!important;
transform: translate(0, -50%)!important;
top: 50%;
margin: 0 auto
}
.custom-modal .modal-content {
border-radius: 17px;
padding: 35px;
box-shadow: 3px 3px 3px rgba(0,0,0,.3)
}
.custom-modal .modal-header {
padding: 0;
border: 0
}
.custom-modal .modal-header .close {
padding: 0;
margin: -1.6rem -1.3rem -1rem auto;
font-weight: 100;
opacity: 1;
font-size: 30px;
color: #c4c4c4
}
.custom-modal .form-group label small {
color: red;
font-size: 15px
}
.custom-modal .form-control {
border: 1px solid #000;
border-radius: 0;
box-shadow: none!important;
color: #000;
font-size: 15px;
height: 45px;
background: #fafafa;
padding: 0 15px
}
.custom-modal .form-control::-webkit-input-placeholder {
color:#000
}
.custom-modal .form-control::-moz-placeholder {
color:#c9c9da
}
.custom-modal .form-control:-ms-input-placeholder {
color:#000
}
.custom-modal .form-control:-moz-placeholder {
color:#000
}
.custom-modal .btn-custom {
margin: 0 auto;
display: block;
background: #fed938;
background: -moz-linear-gradient(top, rgba(254,217,56,1) 0, rgba(254,179,56,1) 100%);
background: -webkit-linear-gradient(top, rgba(254,217,56,1) 0, rgba(254,179,56,1) 100%);
background: linear-gradient(to bottom, rgba(254,217,56,1) 0, rgba(254,179,56,1) 100%);
border: 0;
border-radius: 15px;
color: #313131;
font-size: 14px;
font-weight: 500;
height: 44px;
padding: 0 18px;
text-transform: none;
overflow: hidden;
position: relative;
-webkit-transition: background .3s ease-out;
-moz-transition: background .3s ease-out;
transition: background .3s ease-out
}
.btn.btn-custom, .left-set.blog-lft .comment-respond .submit {
-webkit-transition: background .3s ease-out;
-moz-transition: background .3s ease-out
}
.custom-modal .btn-custom:focus, .custom-modal .btn-custom:hover {
background-position: 0 44px
}
.custom-modal a.btn-custom {
max-width: 190px;
align-items: center;
height: auto;
padding: 10px;
display: block;
}
.custom-modal h2 {
font-size: 20px;
font-weight: 600;
padding: 0 0 10px
}
.custom-modal p {
font-size: 14px
}
.custom-modal .solar-enquiry{
text-align: center;
}
.custom-modal .solar-enquiry form{
text-align: left;
}
a.link-black, a.link-text:hover {
color: #000
}
a.link-black:hover {
color: #ffa114
}
.steps h2 {
color: #000;
font-weight: 400
}
.btn.btn-custom, .single-event.full-width .event-sub-info span {
font-weight: 500
}
.yes-no input {
display: none;
margin-right: 5px
}
.radio-area {
display: inline-block;
vertical-align: top;
position: relative;
margin-top: 20px
}
.radio-area:first-child {
margin-right: 30px
}
.radio-area:first-child::before {
content: "";
width: 1px;
height: 100%;
background: #222;
position: absolute;
right: -15px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%)
}
.radio-area input[type=radio].css-checkbox {
display: none
}
.radio-area input[type=radio].css-checkbox+label.css-label {
display: inline-block;
color: #888;
font-size: 32px;
vertical-align: middle;
cursor: pointer;
position: relative;
padding: 4px 30px
}
.radio-area input[type=radio].css-checkbox+label.css-label:hover, .radio-area input[type=radio].css-checkbox:checked+label.css-label {
color: #ffa114
}
.radio-area label.css-label {
-webkit-touch-callout: none;
0-webkit-user-select:none;
0-khtml-user-select:none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
#my-form-apnt .form-group textarea{
border: 1px solid #D6D6D6;
padding: 10px;
height: 90px;
}
#my-form-apnt .form-group select{
border: 1px solid #D6D6D6;
height: 42px;
}
nav ul li.current-menu-item a{
border-bottom: 3px solid #ffb21d;
color: #000;
}
.banner-text h2{
color: #2e2e2e;
font-weight: 500;
margin: 0;
vertical-align: middle;
font-size: 30px;
display: inline-block;
}
@media screen and (max-width: 1024px){
.banner-text h2 {
text-transform: uppercase;
font-size: 37px;
font-weight: bold;
text-align: left;
margin-top: 55px;
letter-spacing: 0px;
line-height: 55px;
}
}
@media (max-width: 992px){
.banner-text h2 {
text-transform: uppercase;
font-size: 35px;
font-weight: bold;
text-align: left;
margin-top: 15px;
letter-spacing: 0px;
line-height: 45px;
}
}
@media screen and (max-width: 767px){
.banner-text h2 {
text-transform: uppercase;
font-size: 21px;
margin-top: 0;
}
}
.heading-section-one h1 {
line-height: 43px;
font-weight: 500;
font-size: 28px;
}
.video-home-content h2 {
font-size: 32px;
font-weight: 600;
line-height: 45px;
}
.looking-something-box .heading-section-one h2 {
line-height: 43px;
font-weight: 500;
}
@media screen and (max-width: 768px){
.banner-text.bt-one span{
padding: 20px 0;
display: block;
}
.banner-text.bt-one .enq-btn{
margin: auto;
}
section.banner{
padding-top: 0 !important;
}
}
@media(max-width:767px){
section.big-news-img{
padding-top: 0px !important;
}
}
.btn-connect {
background: #FEBF38;
border: 1px solid #FEBF38;
color: #382707;
}
.btn-connect:hover, .btn-connect:focus {
background: #382707;
border: 1px solid #382707;
color: #FEBF38;
}
.connect-us-message {
background: #ddd;
padding: 0.6rem 1rem;
margin-bottom: 1rem;
border-radius: 0.6rem;
}
.connect-us {
position: relative;
}
.connect-us .connect-us-form {
position: fixed;
border: 1px solid #382707;
border-radius: 4px;
right: 5rem;
bottom: 5rem;
width: 350px;
background: #f6f6f6;
z-index: 1000;
}
.connect-us .connect-us-form .connect-us-form-header {
background: #000;
padding: 1rem 1.6rem;
}
.connect-us .connect-us-form .connect-us-form-header h2 {
font-size: 1.6rem;
font-weight: bold;
color: #FEBF38;
margin-bottom: 0;
}
.connect-us .connect-us-form .connect-us-form-body {
padding: 1rem;
}
.connect-us .connect-us-btn {
display: flex;
min-width: 140px;
position: fixed;
bottom: 1rem;
right: 2rem;
background: #FEBF38;
font-weight: bold;
font-size: 1.2rem;
justify-content: center;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
padding: 0.8rem 1rem;
border-radius: 25px;
cursor: pointer;
z-index: 1;
}
.connect-us-close-btn {
display: flex;
min-width: 40px;
position: fixed;
bottom: 2rem;
right: 3rem;
background: #FEBF38;
font-weight: bold;
font-size: 1.2rem;
justify-content: center;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
padding: 0.8rem 1rem;
border-radius: 25px;
cursor: pointer;
}
.connect-us-popup-content{
position: fixed;
right: 2rem;
background: white;
border: 1px solid #e8e9eb;
box-shadow: 0 8px 20px 0 rgba(0,0,0,.24);
bottom: 2rem;
padding: 1rem 1.6rem;
border-radius: 1rem;
display: flex;
flex-direction: row;
max-width: 290px;
}
.connect-us-popup-content .connect-us-popup-content-text{
display: flex;
align-items: flex-start;
column-gap: 0.6rem;
}
.connect-us-popup-content .connect-us-popup-content-text p{
margin:0;
padding:0;
}
.connect-us-popup-content .connect-us-popup-content-text .connect-us-popup-content-img img{
width: 40px;
height: 40px;
border: 1px solid #ccc;
border-radius: 100%;
}
.connect-us-popup-content-close{
position: absolute;
right: -13px;
top: -12px;
background: #fff;
width: 30px;
height: 30px;
box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
display: flex;
align-items: center;
justify-content: center;
border-radius: 40px;
cursor:pointer;
}
@media screen and (max-width: 480px){
.connect-us-popup-content{
display:none;
}
.connect-us .connect-us-btn{
writing-mode: vertical-rl;
text-orientation: mixed;
right: 0;
bottom: 50%;
border-radius: 0px;
min-width: 35px;
padding: 0px;
transform: rotate(180deg);
height: 120px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
z-index: 1;
font-size: 1rem;
}
.connect-us .connect-us-close-btn{
writing-mode: vertical-rl;
text-orientation: mixed;
right: 0;
bottom: 50%;
border-radius: 0px;
min-width: 35px;
padding: 0px;
transform: rotate(180deg);
height: 60px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
z-index: 1;
font-size: 1rem;
}
.connect-us .connect-us-form {
width: 85%;
top: 13%;
bottom: auto;
left: 4%;
}
.connect-us .select2-container{
width: 100% !important;
color : #000 !important;
}
.connect-us .select2-selection__placeholder{
color : #000 !important;
}
.connect-us img{transform: rotate(90deg);margin-bottom: 5px;}
}
.grecaptcha-badge{visibility:hidden;}