a {
    text-decoration:none !important;
    outline:none !important;
}

a:not(.btn-inschrijven):not(.blokken-link):not(.parentlink):not(.directlink):not(.mp-back):link, 
a:not(.btn-inschrijven):not(.blokken-link):not(.parentlink):not(.directlink):not(.mp-back):hover, 
a:not(.btn-inschrijven):not(.blokken-link):not(.parentlink):not(.directlink):not(.mp-back):active, 
a:not(.btn-inschrijven):not(.blokken-link):not(.parentlink):not(.directlink):not(.mp-back):visited {
    color: #980000;
}

.contactfrmmeldingen {
    text-align:center;
    color: #fff;
}

.container-fluid-mpmenu-6 .directlink .mp-link-text {
    padding-left: 0px;
}

#page-1047 #menu_6.fixed {
    background-color: #111111 !important;
}


.floating-text-box .content p, .floating-text-box .content li {
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .floating-text-box {
    padding-bottom: 60px;
  }
}

/*
@media only screen and (min-width: 1280px) {
  .floating-text-box .content {
    line-height: 24px;
  }
}
*/

@media only screen and (min-width: 1600px) {
  .floating-text-box .content {
    margin-right: 230px !important;
  }
}

@media only screen and (min-width: 2100px) {
  #bride-werkwijze-content {
    margin-right: 530px !important;
  }

  #bride-werkwijze-content {
    width: 850px;
    padding: 30px 2em;
    font-size: 20px;
    line-height: 28px;
  }

  .floating-text-box .content p, .floating-text-box .content li {
    max-width: 850px;
  }
}

#section_70, #section_75, #section_77, #section_83 {
  /* For 320w */
  background-position-y: 282px !important;
  background-size: 100% auto !important;
  background-position: center center;
}

@media only screen and (min-width: 360px) {
  #section_70, #section_75, #section_77, #section_83 {
    background-position-y: 234px !important;
  }
}

@media only screen and (min-width: 601px) {
  #section_70, #section_75, #section_77, #section_83 {
    background-position-y: 186px !important;
  }
}

@media only screen and (min-width: 962px) {
  #section_70, #section_75, #section_77, #section_83 {
    background-position-y: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  #section_70, #section_75, #section_77, #section_83 {
    background-position-y: 138px !important;
  }
}

/*#section_70, #section_65, #section_87, #section_75, #section_77, #section_83 {*/
/*#section_11, #section_6, #section_32, #section_16, #section_28, #section_24 {*/
/*  background-size: 100% auto !important;*/
/*  background-position: center center;*/
/*  background-position-y: 138px !important;*/
/*}*/

/*
#section_70, #section_65, #section_87, #section_75, #section_77, #section_83 {
  background-size: 100% auto !important;
  background-position: center center;
  background-position-y: 234px !important;
}
*/


/* Cheeky hacks for some very specific screens. */
@media only screen and (min-width: 855px) and (min-height: 671px) and (max-height: 1290px) and (max-height: 720px) {
  #section_65 #btn_groepsfoto_afspraak {
    margin-top: 150px;
  }

  #section_70 #btn_groepsfoto_afspraak {
    margin-top: 170px;
  }

  #section_75 #btn_groepsfoto_afspraak {
    margin-top: 320px;
  }

  #section_83 #btn_groepsfoto_afspraak {
    margin-top: 180px;
  }
}

/*
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	#section_65 {
		background-position-y: 90px !important;
	}
}
*/

#the-best-banner-container {
  display: none;
}

@media only screen and (min-width: 1023px) {
    
  #the-best-banner-container {
    display: initial;
    position: absolute;
    width: 410px;
    height: 300px;
    overflow: hidden;
    z-index: 1000;
    bottom: 300px;
    pointer-events: none;
    transform: translate(100vw, 100vh);
  }

  #the-best-banner-container .the-best-banner {
    background-color: #060606;
    position: absolute;
    bottom: 30px;
    right: 0;
    transform: rotate(-45deg) translate(27%, 0);
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    padding: 7px 60px;
    font-size: 0.75em;
  }

  #the-best-banner-container .the-best-banner.white-best-banner {
    background-color: #fefefe;
    color: #060606;
  }

  #the-best-banner-container.fly-in {
    animation-name: banner-fly-in;
    animation-duration: 700ms;
    animation-timing-function: cubic-bezier(0.23, 0.15, 0.25, 0.99);
    transform: translate(calc(100vw - 410px), 100%);
  }

  #the-best-banner-container.fly-out {
    animation-name: banner-fly-out;
    animation-duration: 700ms;
    animation-timing-function: cubic-bezier(0.23, 0.15, 0.25, 0.99);
  }

  @keyframes banner-fly-in {
    from {
      transform: translate(100vw, 100vh);
    }
    to {
      transform: translate(calc(100vw - 410px), 100%);
    }
  }
  @keyframes banner-fly-out {
    from {
      transform: translate(calc(100vw - 410px), 100%);
    }
    to {
      transform: translate(100vw, 100vh);
    }
  }
  
}

@media only screen and (min-width: 2100px) {
  #the-best-banner-container {
    width: 610px;
    height: 360px;
    bottom: 360px;
  }

  #the-best-banner-container.fly-in {
    transform: translate(calc(100vw - 610px), 100%);
  }
}

.pricing-table td {
  padding-bottom: 2px;
  padding-top: 2px;
  vertical-align: baseline;
}

.pricing-table td:nth-child(1) {
  padding-right: 35px;
}


/* ========= Prohair fade button ========= */
.prohair-button-fade,
#cfverzenden {
    border-radius: 0;
    font-family: Muli;
    border: none;
    backface-visibility: hidden;
    /* Part of hover background color. */
    background: #222 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-transform: uppercase;
    transform: translate(0px, 0px);
    margin-left: 1em;
    margin-right: 1em;
    white-space: normal;
    position: relative;
    outline: none !important;
    outline-offset: 0 !important;
    letter-spacing: 2px;
}

.prohair-button-fade::before,
#cfverzenden::before {
  /* Default background color */
  background: #7c0606 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 200%;
  position: absolute;
  right: -100%;
  transform: skewX(-60deg);
  transition: all 0.4s ease 0s;
  width: 200%;
  z-index: -1;
}

.prohair-button-fade:hover,
.prohair-button-fade:focus,
#cfverzenden:hover,
#cfverzenden:focus {
  /* Hover background color. */
  background: #222 none repeat scroll 0 0;
  color: #fff;
}

.prohair-button-fade:hover::before,
.prohair-button-fade:focus::before,
#cfverzenden:hover::before,
#cfverzenden:focus::before {
  bottom: -100%;
  opacity: 0;
  right: -200%;
}

/* Alternative slightly transparent style. */
.prohair-button-fade.transparent {
  background: rgba(34, 34, 34, .7) none repeat scroll 0 0;
}

.prohair-button-fade.transparent::before {
  background: rgba(124, 6, 6, .7) none repeat scroll 0 0;
}

.prohair-button-fade.transparent:hover {
  background: rgba(34, 34, 34, .7) none repeat scroll 0 0;
}

/* Alternative light style (for bride). */
.prohair-button-fade.light,
body#page-1050 #cfverzenden {
  background: #444 none repeat scroll 0 0;
}

.prohair-button-fade.light::before,
body#page-1050 #cfverzenden::before {
  background: #7f7e7e none repeat scroll 0 0;
  color: #fcfcfc;
}

.prohair-button-fade.light:hover,
body#page-1050 #cfverzendenfade:hover {
  background: #444 none repeat scroll 0 0;
}

/* Alternative light transparent style (for bride). */
.prohair-button-fade.light-transparent {
  background: rgba(68, 68, 68, .7) none repeat scroll 0 0;
}

.prohair-button-fade.light-transparent::before {
  background: rgba(127, 126, 126, .7) none repeat scroll 0 0;
  color: #fcfcfc;
}

.prohair-button-fade.light-transparent:hover {
  background: rgba(68, 68, 68, .7) none repeat scroll 0 0;
}

/* Button sizes. */
@media only screen and (min-width: 320px) {
  .prohair-button-fade.small,
  #cfverzenden {
    padding: 14px 30px;
    font-size: 12px;
  }

  .prohair-button-fade {
    padding: 14px 30px;
    font-size: 14px;
  }

  .prohair-button-fade.large {
    padding: 14px 30px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .prohair-button-fade.small,
  #cfverzenden {
    padding: 22px 48px;
    font-size: 24px;
  }

  .prohair-button-fade {
    padding: 25px 50px;
    font-size: 26px;
  }

  .prohair-button-fade.large {
    padding: 30px 60px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 1900px) {
  .prohair-button-fade.large {
    padding: 25px 50px;
    font-size: 36px;
  }
}


button, button:active, button:hover, button:focus, .button, .button:active, .button:hover, .button:focus, .btn, .btn:active, .btn:hover, .btn:focus, h1, h2, h3, h4 {
  letter-spacing: 2px;
}


#appointment_window {
  z-index: 999999999;
  padding-left: 0 !important;
}

#appointment_window .modal-dialog {
  width: auto;
  max-width: 800px;
  margin: 10px auto;
}

@media (max-width: 820px) {
  #appointment_window .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.modal-content {
  background: #060606;
  border: solid #fefefe 1px;
}

#page-1050 .modal-content {
  background: #fff;
  border: none;
}

iframe {
  border: none;
}

.modal-header {
  font-weight: bold;
}

.modal-header .close {
  background-color: #060606;
  color: #fefefe;
  opacity: 1;
}

#page-1050 .close {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.modal-title {
  font-weight: bold;
}

.modal-header, .modal-footer {
  border: none;
}

#hide_appointment_window, #hide_appointment_window:hover, #hide_appointment_window:active {
  /* mooie groene knop maar leidt af van het afspraak maken */
  /*
  background:#8fbd40;
  border-color:#8fbd40;
  */
  background: #7c0606;
  border-color: #7c0606;
  color: #fefefe;
}


/* dit moet nog een instelling worden */
#menu_6 #menu_root_6 > li > a, #menu_7 #menu_root_7 > li > a, #menu_8 #menu_root_8 > li > a, #menu_4 #menu_root_4 > li > a {
  letter-spacing: 4px;
}

#menu_6 #menu_root_6 .dropdown-menu > li > a, #menu_7 #menu_root_7 .dropdown-menu > li > a, #menu_8 #menu_root_8 .dropdown-menu > li > a, #menu_4 #menu_root_4 .dropdown-menu > li > a {
  letter-spacing: 4px;
}

#menu_root_6 {
  font-weight: 400;
  font-size: 42px;
}


/* fancybox is voor het openen van de foto's */
.fancybox-skin {
  color: #fff;
  background: rgba(6, 6, 6, 0.7);
  /*border: solid #7F7E7E 0px;*/
}


.fa1_hour_table_time {
  text-align: right;
}

.alert-danger {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
}

.alert {
  padding: 10px 20px;
}

/* via menubuilder */
/*
#menu_6 #menu_root_6 > li > a {
  padding: 35px 22px 35px 22px;
}
*/

/*
li {
  list-style-position: inside;
}
*/

#menu_7 {
  background-color: #2222;
}

/* via menubuilder */
/*
#menu_root_7 {
  font-weight: normal;
  font-size: 42px;
}
#menu_7 #menu_root_7 > li > a {
  padding: 35px 22px 35px 22px;
}
*/

@media only screen and (min-width: 1077px) {
  /* Add a little more padding when screen allows it. */
  #menu_7 #menu_root_7 > li > a, #menu_6 #menu_root_6 > li > a {
    padding: 35px 32px 35px 32px;
  }
}

header {
  padding-bottom: 15px;
}

@media only screen and (min-width: 2100px) {
  .diagonal-img-section-wrapper header p {
    font-size: 24px;
  }

  .diagonal-img-section-wrapper header h2 {
    font-size: 52px;
  }

  .shape {
    shape-margin: 60px;
  }

  .diagonal-img-section-wrapper .content {
    padding-right: 120px;
  }

  header {
    padding-bottom: 20px;
  }

  h4 {
    font-size: 46px;
  }

  .prohair-video-layer-txt-container p {
    font-size: 26px;
    line-height: 34px;
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.btn-contact-afspraak-wrapper {
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  body#page-1050 #menu_logo_container_2 {
    width: 270px !important;
  }
}

#fp-nav {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  top: 91vh;
  width: 29px;
  height: 45px;
  margin-left: -24px;
  margin-top: 5px;
  /*box-shadow: inset 0 0 0 1px #fefefe;*/
  box-shadow: inset 0 0 0 1px #d2cfcf;
  box-shadow: inset 0 0 0 1px #fefefe;
  border-radius: 25px;
  z-index: 99999999999;
  /*bottom:20px;*/
  background: #ffffff6e;
  background:#fefefe8f;
  position: fixed;
}

.icon-scroll:before {
  content: '';
  width: 7px;
  height: 8px;
  /*background: #fff;*/
  background: #868686;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mouse-icon-scroll;
  animation-name: mouse-icon-scroll;
}

/* scrollicoon op eerste sectie */
/* Hide the icon on mobile for every page that is not home. */
@media only screen and (max-width: 1023px) {
    /*body:not(#page-1047) .icon-scroll, body:not(#page-1047) .icon-scroll::before {*/
    .icon-scroll, .icon-scroll::before {
        display: none !important;
        height: 0 !important;
        width: 0 !important;
    }
}

@-webkit-keyframes mouse-icon-scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

@keyframes mouse-icon-scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    
    body {
        font-size: 16px !important;
        line-height: 1.42857143 !important;
    }
    
}

@media screen and (min-width: 480px) and (max-width: 799px) and (orientation: landscape) {
    
    body {
        font-size: 16px !important;
        line-height: 1.42857143 !important;
    }
    
}

/* @media only screen and (max-width: 768px) { */
@media only screen and (max-width: 1023px) {
    
  body {
    font-size: 18px;
    line-height: 27px;
  }

  .navigation_toggle {
    width: 110px;
  }
  
}

@media only screen and (min-width: 1800px) {
    
  body {
    font-size: 18px;
    line-height: 27px;
  }
  
}

.diagonal-img-section-wrapper {
  line-height: 27px;
  /*font-size: 18px !important;*/
}

@media only screen and (min-width: 2100px) {
    
    body {
        font-size: 18px;
        line-height: 27px;
    }
    
    .floating-text-box .content {
        font-size: 21px  !important;
        line-height: 29px !important;
    }
    
    .contact-form-wrapper, .cfverplicht {
        font-size: 21px  !important;
        line-height: 29px !important;   
    }
    
    .form-control {
        font-size: 18px  !important;
    }
    
    .cfverplicht {
        font-size: 16px;
    }
    
    .gmap_infowindowbelow {
        font-size: 16px !important;
    }
    
    .diagonal-img-section-wrapper {
        font-size: 21px !important;
        line-height: 29px;
    }

}


@media (max-width: 1023px) {
    
  .opacitydescr_hidden, .opacitydescr_hidden:hover {
    height: auto !important;
    font-size: 14px;
    height: 800px !important;
    overflow: hidden;
    line-height: 1.42857143;
  }

  .opacitydescr {
    max-height: none;
    height: 100%;
  }
  
}

@media (max-width: 460px) {
    
  .fa-thumb-box {
    width: 100%;
  }

  .opacitydescr_hidden, .opacitydescr_hidden:hover {
    font-size: 18px;
    line-height: 1.42857143;
  }
}

/*
.mp-cover .mp-level.mp-level-open,
.mp-menu ul.sublevel {
  overflow: scroll;
}
*/

/* of 987px */
@media (max-width: 1000px) {
  #menu_personeel_container {
    bottom: 30px;
  }
}


@media only screen and (max-width: 768px) {
  .fotoalbum ul.fa-thumbs {
    margin-top: 80px;
  }
}

.parentlink, .directlink {
  line-height: 1.42857143;
  font-size: 0.8em !important;
}

.full-height-section-container {
  min-height: 100vh;
}

@media (max-width: 1023px) {
  .container-mpmenu {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /*
  .mp-menu {
    transform: translate3d(120%, 0%, 0) !important;
  }
  */
  .container-mpmenu {
    width: 100vw;
  }
}

.rotate-device-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: black;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rotate-device-wrapper .phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate-device 1.5s ease-in-out infinite alternate;
}

.rotate-device-wrapper .message {
  color: white;
  font-size: 1em;
  margin-top: 40px;
}

@keyframes rotate-device {
  0% {
    transform: rotate(0deg)
  }
  50% {
    transform: rotate(-90deg)
  }
  100% {
    transform: rotate(-90deg)
  }
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .rotate-device-wrapper .phone, .rotate-device-wrapper .message {
    display: block;
  }
}

/* Menu fix for first section of kapsalon page. */
body#page-1049 .navigation_toggle.black {
  border-color: #000;
}
body#page-1049 .navigation_toggle.black:hover, .navigation_toggle.black:focus {
  /*background-color: #000;*/
}
body#page-1049 .navigation_toggle.black .icon-bar {
  background-color: #000;
}
body#page-1049 .navigation_toggle.black .nav-btn-text {
  color: #000;
}

#mobile-menu-appointment-button {
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.quality-marks-container {
  display: flex;
  height: 142px;
}

.contact-form-container #contactformulier input:not(#cfverzenden),
.contact-form-container #contactformulier textarea {
  background-color: #111;
  background-color: #FFFFFF;
}

.cfverplicht {
    color:#111111;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .button-container {
        left: 44%;
        -ms-transform: translate(-44%, -50%);
        transform: translate(-44%, -50%);
    }
    .prohair-button-fade.large {
        padding-left: 12px;
        padding-right: 11px;
    }  
}

@media screen and (min-width: 480px) and (max-width: 799px) and (orientation: landscape) {
    .button-container {
        top: 60%;
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
    
    #logos-footer-container {
        margin-top: 0px;
        margin-bottom:-10px;
        padding-top: 5px;
        padding-bottom:5px;
    }
    
    #menu_personeel_container {
        height: 110px;
    }
    
    #menu_8.fixed #menu_root_8 > li > a, #menu_8.fixed {
        padding-top:5px;
        padding-bottom:5px;
    }
    
    #realisatie_inner {
        top: 0;
    }
    
    #logos-footer-container table img {
        height: 100px !important;
    }
    
    #logos-footer-container table img#prohair-logo {
        width: 110px !important;
        padding-top: 40px;
        padding-bottom: 47px;
    }
    
    #page-1053 #logos-footer-container {
        margin-top: 40px;
    }

}

@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: portrait) {
    .prohair-button-fade.large {
        padding: 30px 60px;
        font-size: 30px;
    }
}

#form-1 .dropdown-menu > .active > a, 
#form-1 .dropdown-menu > .active > a:hover, 
#form-1 .dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #222222;
}

.newCheck[type="checkbox"]:not(:checked) + label::before, .newCheck[type="checkbox"]:checked + label::before {
    width: 50px;
    height: 50px;
}

.newCheck[type="checkbox"]:not(:checked) + label::after, .newCheck[type="checkbox"]:checked + label::after {
    top: -12px;
    left: 0;
    font-size: 35px;
    
    font-size: 55px;
}

.newCheck[type="checkbox"]:checked + label span, .newCheck[type="checkbox"]:not(:checked) + label span {
    position: absolute;
    left: 45px;
    
    left: 65px;
    
    
}


/* ______________________________________________________________ */

/*
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif;
  }
*/

.card {
    width: 500px;
    margin: 50px auto;
    clear: both;
    display: block;
    padding: 0px 0px;
    background-color: #009BFF;
    border-radius: 4px;
}
.card::after {
    clear: both;
    display: block;
    content: "";
}
.card .checkbox-container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align:center;
  padding: 40px 0px;
}
.card .circular-container {
  background-color:#0067FF;
}

/*
.input-title {
    clear: both;
    padding: 22px 0px 0px 0px;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    font-weight: 300;
}
*/



/* Styling Checkbox Starts */
.checkbox-label {
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 40px;
    width: 40px;
    /*clear: both;*/
    border: solid #999 1px;
    /*float: left;*/
    padding: 0px;
    vertical-align: middle;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-group-agreement .input-title {
    margin-left: 10px;
    display: inline-block;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .checkbox-label {
        float: left;
    }
    .form-group-agreement .input-title {
        margin-left: 10px;
        width: 74%;
    }
}

@media screen and (min-width: 480px) and (max-width: 799px) and (orientation: landscape) {
    .checkbox-label {
        float: left;
    }
    .form-group-agreement .input-title {
        margin-left: 10px;
        width: 74%;
    }
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity:1;
    left: 8px;
    top: 0px;
    width: 20px;
    height: 30px;
    border: solid #7c0606;
    border-width: 0 4px 4px 0;
    background-color: transparent;
    border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);  
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}




/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid #0067FF;
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
    border-radius: 50%;
}