
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

html{
    font-size: 16px;
}
body{
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    color:#333333;
}
.checkmark[disabled]{
    background-color: #a5a5a5;
}
/*Intl-Tel-Input Override CSS*/
.iti__dial-code{float:right !important;}
.hide{display:none;}
.iti{display:block !important;}
/* Global CSS */
h3{
    font-size: 1.5rem;
}

.lightgray{
    color: #666666;
    font-weight:300;
    margin-bottom:24px;
}
label{
    margin-bottom: 0.2rem;
    font-size: 14px;
}
.light-text{
    font-weight:300;
    margin-bottom:24px;
}
.light-text-wsub{
    font-weight:300;
    margin-bottom:12px;
}
.form-control{
    background: #f4f4f4 !important;
    border: none !important;
    margin-bottom:20px;
    font-weight:350;
    height: 48px !important;
    padding: 0.875rem;
}
.star-brg{
    color: #FF212C;
}
.form-control::-moz-placeholder{
    color:#999;
    opacity:1
}

.form-control:-ms-input-placeholder{
    color:#999
}

.form-control::-webkit-input-placeholder{
    color:#999
}
/* End Global CSS */
.ta-left{
    text-align:left;
}
.ta-left{
    text-align:right;
}
.ta-center{
    text-align:center;
}
.logo-container{
    background: #da2b1f; 
    padding:20px;
}
/* The container */
.container_checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 15px;
cursor: pointer;
font-size: 1rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border: 2px solid #2196F3;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
left: 8px;
top: 2px;
width: 6px;
height: 14px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* Create a custom checkbox : DISABLED */
.checkmark-disabled {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #c2c2c2;
    border: 2px solid #6d6d6d;
    }
    
    /* On mouse-over, add a grey background color */
    .container_checkbox:hover input ~ .checkmark-disabled {
    background-color: #ccc;
    }
    
    /* When the checkbox is checked, add a grey background */
    .container_checkbox input:checked ~ .checkmark-disabled {
    background-color: #a5a5a5;
    }
    
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark-disabled:after {
    content: "";
    position: absolute;
    display: none;
    }
    
    /* Show the checkmark when checked */
    .container_checkbox input:checked ~ .checkmark-disabled:after {
    display: block;
    }
    /* Style the checkmark/indicator */
    .container_checkbox .checkmark-disabled:after {
    left: 8px;
    top: 2px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    
    /* The container */
    .container_radio{
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px;
        cursor: pointer;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      
      /* Hide the browser's default radio button */
      .container_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }
      
      /* Create a custom radio button */
      .checkmark_radio {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
      }
      
      /* On mouse-over, add a grey background color */
      .container_radio:hover input ~ .checkmark_radio {
        background-color: #ccc;
      }
      
      /* When the radio button is checked, add a blue background */
      .container_radio input:checked ~ .checkmark_radio {
        background-color: #2196F3;
      }
      
      /* Create the indicator (the dot/circle - hidden when not checked) */
      .checkmark_radio:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the indicator (dot/circle) when checked */
      .container_radio input:checked ~ .checkmark_radio:after {
        display: block;
      }
      
      /* Style the indicator (dot/circle) */
      .container_radio .checkmark_radio:after {
           top: 9px;
          left: 9px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: white;
      }
/*Heading Text*/
.heading_text{
    padding:20px;
}

/*Box Preference Containers*/
.input_spacer{
    margin-bottom:5px;
}

.input_spacer_pt1{
    margin-bottom:0px;
}
.box_container_content_input{
    padding:28px 35px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    width:100%;
}
.box_container_content{
    padding:28px 35px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    width:100%;
}
.box_containers{
    margin-bottom:50px;
}

.mrgn_btm{
    margin-bottom:30px;
}

.btn-submit{
    background: #da2b1f;
    padding:15px;
    color:#ffffff;
    margin-bottom:20px;
}
.btn-submit:hover{
    background: #bd2f26;
    color:#ffffff;
}
.btn-unsub{
    color: #3399cc !important;
    padding:15px;
    background-color: #ffffff;
    border: 1px solid #eee;

}
.btn-unsub:hover{
    background-color: #8f8f8f !important;
    color:#ffffff !important;
}
/*Checkbox Selected */
input[type="checkbox"][id^="cb"] {
  display: none;
}
label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label:before {
  /* background-color: white; */
  color: white;
  content: " ";
  display: block;
  /* border: 1px solid red; */
  position: absolute;
   /* top: -5px; */
  /* left: -5px; */ 
  width: 50px;
  height: 35px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.2s;
  transform: scale(0);
  right:0;
  border-top-right-radius: 5px;
}
label img {
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
:checked + label {
  border-color: #ddd;
}
:checked + label:before {
  /* content: "✓"; */
  /* content: url('http://image.wvw.redballoon.com.au/lib/fe3a15707564047e731374/m/2/fc787b82-224e-4eb8-ae45-0f09fed651a5.png'); */
  content: url('https://image.wvw.redballoon.com.au/lib/fe3a15707564047e731374/m/4/2e93c4c2-7300-4820-a778-b6a243673fad.png');
  /* background-color: red; */
  transform: scale(1);
}
:checked + label img {
  /* transform: scale(0.9);
  box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.bottom-right-text {
    position: absolute;
    bottom: 40px;
    left: 16px;
    color: #ffffff;
    font-size: 20px;
    z-index: 1;
}
.img-responsive{
    border-radius: 3px;
}
.mobile-img-pref{
    display:none;
}
.desktop-img-pref{
    display:block;
}
/*Footer Area */
footer{
    background: #333333;
    color: #8f8f8f;
    padding:20px;
}
.subfooter{
    color:#ffffff;
}

@media (max-width: 320px){
    .col-6, .col-md-4{
        padding: 2px 10px !important;
    }
    .mrgn_btm{
        margin-bottom:10px !important;
        /* height: 160px; */
    }
    .mobile-img-pref{
        display:block !important;
    }
    .desktop-img-pref{
        display:none !important;
    }
}
@media (max-width: 374px){
    .mrgn_btm {
        margin-bottom: 11px;
    }
    .container_checkbox{
        /* padding-left:0px !important; */
    }
    .bottom-right-text{
        bottom: 1px;
        left: 5px;
    }
    .col-6, .col-md-4{
        padding: 2px 10px !important;
    }
    .bottom-right-text {
        position: absolute;
        bottom: 2px;
        left: 6px;
        color: #ffffff;
        font-size: 16px;
    }
}
@media (min-width: 375px){
    .col-6, .col-md-4{
        padding: 2px 10px !important;
    }
    .bottom-right-text {
        position: absolute;
        bottom: 5px;
        left: 9px;
        color: #ffffff;
        font-size: 18px;
    }
    .mrgn_btm{
        margin-bottom:10px !important;
        /* height: 180px; */
    }
}
@media (min-width: 414px){
    .col-6, .col-md-4{
        padding: 2px 10px !important;
    }
    .bottom-right-text {
        position: absolute;
        bottom: 5px;
        left: 9px;
        color: #ffffff;
        font-size: 18px;
    }
    .mrgn_btm{
        margin-bottom:10px !important;
        /* height: 200px; */
    }
}
@media (min-width: 767px){
    .mrgn_btm{
        margin-bottom:10px !important;
        /* height: auto; */
    }
}
@media (min-width: 768px){
    .col-6, .col-md-4{
        padding: 2px 10px !important;
    }
    .bottom-right-text {
        position: absolute;
        bottom: 8px;
        left: 16px;
        color: #ffffff;
        font-size: 22px;
    }
    .mrgn_btm{
        margin-bottom:10px !important;
        /* height: 120px; */
    }
}
@media (min-width: 1024px){
    .mrgn_btm{
        height: auto;
    }
}
@media (max-width: 425px){
    .mobile-img-pref{
        display:block !important;
    }
    .desktop-img-pref{
        display:none !important;
    }
}
@media (max-width: 768px){
    .img-overlay::after {
        margin-top: -137px !important;
        height: 127px !important;
    }
}

.control-group.error label, .control-group.error .help-block {
            color: #ff212c;
        }

        .control-group.error input, .control-group.error select, .control-group.error textarea {
            box-shadow: 0 0 3px #ff212c;
            color: #ff212c;
            border: none;
        }

        .alert {
            text-align: center;
            position: fixed;
            z-index: 999;
            overflow: show;
            margin: auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-width: 500px;
            height: 100px;
        }

        /* Absolute Center Spinner */
        .loading {
          position: fixed;
          z-index: 999;
          overflow: show;
          margin: auto;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 50px;
          height: 50px;
        }

        /* Transparent Overlay */
        .loading:before {
          content: '';
          display: block;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255,255,255,0.5);
        }

        /* :not(:required) hides these rules from IE9 and below */
        .loading:not(:required) {
          /* hide "loading..." text */
          font: 0/0 a;
          color: transparent;
          text-shadow: none;
          background-color: transparent;
          border: 0;
        }

        .loading:not(:required):after {
          content: '';
          display: block;
          font-size: 10px;
          width: 50px;
          height: 50px;
          margin-top: -0.5em;

          border: 5px solid #ff212c;
          border-radius: 100%;
          border-bottom-color: transparent;
          -webkit-animation: spinner 1s linear 0s infinite;
          animation: spinner 1s linear 0s infinite;
        }

        /* Animation */

        @-webkit-keyframes spinner {
          0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }
        @-moz-keyframes spinner {
          0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }
        @-o-keyframes spinner {
          0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }
        @keyframes spinner {
          0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }

        .logo-container {
          position: fixed; /* Fixed position - sit on top of the page */
          top: 0;
          width: 100%; /* Full width */
          transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
          z-index: 999;
        }

        #form-hide {
            margin-top: 120px;
        }

        #logo{
         transition: all 0.2s ease;
         }

         @media only screen and (max-width:475px) {
             .alert {
                 width: 80%;
             }
         }

.img-overlay::after {
    display: block;
    position: relative;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 36%, rgba(233, 233, 233, 0.03) 94%, rgba(255, 255, 255, 0) 100%);
    margin-top: -160px;
    height: 150px;
    width: 100%;
    content: '';
    border-radius: 3px;
}

.alert-success1{
    color: #0091E2;
    max-width:280px !important;
    background: #ffffff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
}

/* SWEET ALERT CSS Popup */
.swal2-title{
  font-size: 1.5em !important;
  }
[class^=swal2] {
  color: #666666;
  font-weight: 300;
  margin-bottom: 24px;
  }
.swal2-styled.swal2-confirm{
  background: #3399cc !important;
  color: #ffffff;
  }
.swal2-styled.swal2-confirm:hover{
  background: #3f8eb5  !important;
  color: #ffffff;
  }