/*
Theme Name: Zomer Puzzel Magazine
Theme URI: http://puzzelspecial.nl
Description: Wordpress thema voor Zomer Puzzel Magazine
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: boerenburen
*/


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 22.5px;
    margin-top: 0;
    font-weight: bold;
    line-height: 1.125;
    position: relative;
    display: block;

}



h1,
.h1 {
    font-size: 72px;
}

.h2,
h2 {
    font-size: 54px;
}

.h3,
h3 {
    font-size: 48px;

}

.h4,
h4 {
    font-size: 36px;
}

.h5,
h5 {
    font-size: 32px;
}

.h6,
h6 {
        font-size: 14px;
}


body {
    font-size: 20px;
    font-weight: 400;
    font-family: "ff-prater-sans-web", sans-serif;
    overflow-x: hidden;
    line-height: 1.675;
    color: #1D1D1D;
    margin: 0;

  
}

main {
    overflow-x: hidden;
    
}




html.offcanvas-open body {
    overflow-x: hidden;
    overflow-y: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 22.5px;
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 22.5px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #C4A46D ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    color: #707070;
    background: #ffffff;
    border: 1px solid #707070;
    padding: 15px 20px;
    border-radius: 16px;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,#333333 50%),linear-gradient(135deg,#333333 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


::-webkit-input-placeholder {
        color: #D0D0D0;
}

::-moz-placeholder {
    color: #D0D0D0;
}

:-ms-input-placeholder {
    color: #D0D0D0;
}

::-moz-selection {
    background-color: #F71364;
    color: #ffffff
}

::selection {
    background-color: #F71364;
    color: #ffffff
}

::-moz-selection {
    background-color: #F71364;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}
b,
strong {
    font-weight: bold;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}




.btn {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    border: 0;
    background: #ffffff;
    color: var(--color, #F71364);
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    z-index: 1;
    border-radius: 16px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn:hover {
}

.btn--black {
    background-color: #000000;
    color: #ffffff;
    
}

/* Main styles */


header {
    position: relative;
    padding: 22.5px 0;
}

header .container {
    position: relative;
}

header .logo{
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


header .logo-neo {
    position: absolute;
    right: 15px;
    width: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


section.header {
    margin-bottom: 30px;
}

section.header .header-background {
    border-radius: 26px;
    background-color: #0d69ab;
    background-image: url(images/background.svg);
    background-size: cover;
    background-position: top center;
    text-align: center;
    padding: 105px 30px;
    color: #ffffff;
}

section.header .header-background h1 {
    margin-bottom: 7.5px    
}

section.header .header-background h4 {
    margin-bottom: 45px;
}

section.header .header-background *:last-child {
    margin-bottom: 0
}

section.prices {

}


section.prices .price {
    text-align: center;
    padding: 22.5px;
    background: var(--color, #F71364);
    color: #ffffff;
    border-radius: 26px;
    margin-bottom: 30px;
    height: calc(100% - 30px);

    display: flex;
    flex-direction: column;

   
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.prices .price:hover {
      -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.prices .price .price-header {
    
}

section.prices .price .price-header *:last-child {
    margin-bottom: 0
}

section.prices .price .price-logo {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    z-index: 1;
    margin: 30px 0;
    text-align: left;
    max-width: 210px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section.prices .price .price-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
}

section.prices .price .price-button {
    margin-top: auto;
}

.modal .modal-dialog .modal-content {
        border: 0;
    border-radius: 40px;
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 45px;

    position: relative;
    border-radius: 0;
    text-transform: uppercase;

}

.modal .modal-dialog .modal-content .modal-header img {

        max-width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal .modal-dialog .modal-content .modal-header .btn {
      zoom: .7;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 45px;
     padding-top: 0;
     text-align: center;
}

.modal .modal-dialog .modal-content .modal-body h5 {
    text-transform: uppercase;
        color: var(--color, #F71364);
}

.modal .modal-dialog .modal-content .modal-body .btn {
    color: #ffffff;
        background: var(--color, #F71364);
}

footer .footer-inner{
    background-color: #F71364;
        padding: 30px 30px 0 30px;
        border-top-left-radius: 26px;
         border-top-right-radius: 26px;
}

footer .footer-inner .logo {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1
}

footer .footer-inner .logo img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

footer .footer-inner .logo .btn {
    zoom: .75;
}



/* Gravity Forms */

.gform_wrapper {
  

}


.gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 45px;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    display: none;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    height: 40px;
    background: #f4f4f4;
        border-radius: 50px;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage{
    height: 40px;
    position: relative;
   
    border-radius: 50px;
           background: #cd171a;
    background-image: linear-gradient(-45deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
     background-size: 35px 35px;
}



.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span{
    color: #ffffff;
    position: absolute;
    right: 0;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 0 50px 50px 0;
        font-size: 18px;
}
.gform_wrapper form {
      margin-top: 22.5px;  
       position: relative;
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 22.5px;

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  /*  line-height: 1*/



}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
       

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted :is(h1, h2, h3, h4, h5, ul, p, table) {
    margin-bottom: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted  a {
    color: #3eae56;
    text-decoration: underline;
}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
     
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label label {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_description {
  
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number {
       display: inline-block;
    position: relative;
    overflow: hidden;
	    margin-right: -60px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number:after {
        content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    pointer-events: none;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number input[type="number"] {
    width: 350px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    -moz-appearance: textfield;
    padding: 0;
    border: 0;
    border-radius: 0;
    letter-spacing: 64px;
    background: url(images/4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 32px;
    padding: 0 20px;
    overflow: hidden;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.vijf > .ginput_container_number input[type="number"] {
     background-image: url(images/5.svg);
    width: 430px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.drie > .ginput_container_number input[type="number"] {
     background-image: url(images/3.svg);
    width: 267px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.twee > .ginput_container_number input[type="number"] {
     background-image: url(images/2.svg);
    width: 191px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.een > .ginput_container_number input[type="number"] {
     background-image: url(images/1.svg);
    width: 114px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.vijf.sudoku > .ginput_container_number input[type="number"] {
     background-image: url(images/5-sudoku.svg);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.drie.sudoku > .ginput_container_number input[type="number"] {
     background-image: url(images/3-sudoku.svg);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.vier.sudoku > .ginput_container_number input[type="number"] {
     background-image: url(images/4-sudoku.svg);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.twee.sudoku > .ginput_container_number input[type="number"] {
     background-image: url(images/2-sudoku.svg);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number.een.sudoku > .ginput_container_number input[type="number"] {
     background-image: url(images/1-sudoku.svg);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number input::-webkit-outer-spin-button,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_consent_description {
    font-size: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: #cd171a;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gform_wrapper form .gform_page_footer .gform_button {
   margin-left: auto;
    display: block; 
}
.gform_wrapper form .gform_footer .gform_button {
    
}

.gform_wrapper form .gform_footer .gform_button#gform_submit_button_3 {
    width: 100%;
    text-align: center
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    background: #cd171a
}

.gform_wrapper form .gform_body .gform_page_footer .gform_previous_button {
       background-color: #f4f4f4;
    color: #1d1d1b !important;
}
.gform_wrapper .gform_page_footer {
        display: -ms-flexbox;
    display: flex;
}

.gform_wrapper .gform_page_footer > .gform_next_button {
    margin-left: auto
}
.gfield_radio {
        position: relative;
    font-weight: 300;
    margin-bottom: 0;
}


.gfield_radio input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gfield_radio label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
        padding-left: 30px;
}


.gfield_radio label:before{
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}


.gfield_radio input:checked + label:before{
    border-color:#cd171a
}


.gfield_radio label:after{
     content: '';
    position: absolute;
 
    
    height: 13px;
    width: 13px;
    background: #cd171a;
    border-radius: 50%;
    opacity: 0;
    
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
   left: 4px;
}

.gfield_radio input:checked + label:after{
    opacity: 1;
}




.gfield_checkbox,
.ginput_container_consent {
    display: block;
    margin-bottom: 0;
    position: relative;
}


.gfield_checkbox#input_2_17 {
       -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    display: inline-block;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;

}

.gfield_checkbox input,
.ginput_container_consent input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gfield_checkbox label,
.ginput_container_consent label {
    position: relative;
    margin-bottom: 0
}

.gfield_checkbox label:before,
.ginput_container_consent label:before{
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 5px;
}


.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before{
       background: #DE1F26;
    border-color: #DE1F26;
}


.gfield_checkbox label:after,
.ginput_container_consent label:after {
   content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    font-size: 14px;
    top: 8px;
    left: 3px;
    color: #ffffff;
    line-height: 1;
}

.gfield_checkbox input:checked + label:after,
.ginput_container_consent input:checked + label:after { 
    opacity: 1;
}


.gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 2%;
}
.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-left: 0;
}
.gform_wrapper.gravity-theme .ginput_container_date label {
    display: block;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 0;
    margin-right: 16px;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-right: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
    color: #607382;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding: 18px 15px;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
    background: 0 0;
    border: 0;
    margin: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
    padding: 5px;
    text-shadow: none;
    text-transform: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #607382;
    cursor: pointer;
    display: flex;
    font-family: gform-icons-theme !important;
    font-size: 24px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    speak: never;
    top: -2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #2f4054;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    border: 0;
    height: auto;
    position: static;
    transform: none;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    display: none;
}
.
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
   display: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    background-color: transparent;

    background-position: 100% 50%;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #585e6a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-height: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
    width: auto;
    
    background-position: calc(100% - 5px) 50%,calc(100% - 0px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 20px;
    -moz-text-align-last: right;
    text-align-last: right;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
    font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    align-items: center;
    color: #2f4054;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 13px;
    height: 50px;
    width: 50px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: #2f4054;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    text-decoration: none;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #607382;
    outline: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
    background: #f2f3f5;
    border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #607382;
    border-color: #607382;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #fff;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
    border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid rgba(32, 32, 46, 0.079);
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #686e77;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    opacity: 0.3
}


@media (max-width: 991.98px) {
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third,
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

/* Responsive */

@media (max-width: 1600px) {
    
}   

@media (max-width: 1400px) {
   
}

@media (max-width: 1200px) {
   
   


}

@media (max-width: 992px) {

    

    h1,
    .h1 {
        font-size: 32px;
    }

    .h2,
    h2 {
        font-size: 28px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ol, ul {
        margin-bottom: 15px;
    }
  

    body {
        font-size: 15px;
    }

    header {
        padding: 15px 0;
    }

    header .logo {
        max-width: 210px;
    }
   

    header .logo-neo {
            width: 60px;
    }

    section.header {
    margin-bottom: 15px;
}

    section.header .header-background {
        padding: 60px 30px;
    }

    section.prices .price {
            margin-bottom: 15px;
    height: calc(100% - 15px);
    }

    section.prices .price .price-logo {
       
    }

    .modal .modal-dialog .modal-content .modal-header {
        padding: 22.5px;
    }

    .modal .modal-dialog .modal-content .modal-header img {
    max-width: 180px;
}

.modal .modal-dialog .modal-content .modal-header .btn {
        right: 30px;
            zoom: .5;
}
    .modal .modal-dialog .modal-content .modal-body {
    padding: 22.5px;
}


    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number input[type="number"] {
            zoom: 0.7;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number:after {
        width: 30px;
    }
	
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-number > .ginput_container_number {
		margin-right: -30px;
	}


    
}   










