
[class^="ckin-"],
[class*=" ckin-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ckin' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ckin-compress:before {
  content: "\e901";
}

.ckin-expand:before {
  content: "\e900";
}

.ckin-play:before {
  content: "\ea1c";
}

.ckin-pause:before {
  content: "\ea1d";
}

.ckin-stop:before {
  content: "\ea1e";
}

.ckin-backward:before {
  content: "\ea1f";
}

.ckin-forward:before {
  content: "\ea20";
}

.ckin-volume-high:before {
  content: "\ea26";
}

.ckin-volume-medium:before {
  content: "\ea27";
}

.ckin-volume-low:before {
  content: "\ea28";
}

.ckin-volume-mute:before {
  content: "\ea2a";
}


body {
  background-color: #363739;
  margin-bottom: 20px;
  font-family: sans-serif; 
  line-height: 1.15; 
  letter-spacing: 0.02em;
}

.box {
  border: 2px solid black;
  color: black;
  padding: 30px 0 30px 0px;
  margin: auto;
  width: 95%;
}

.cc {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}

.cc img {
  width: 35%;
}



/* .cc .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -51%);
  -ms-transform: translate(-50%, -50%);
  outline-style: none;
 background-color: transparent;
  color: white;
  font-size: 26px;
 
  cursor: pointer;
  text-align: center;
} */
.btn {
  display: inline-block;
  font-weight: 1000;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: none;
  box-shadow: none;
}
.cc .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -51%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  

  
  font-weight: 1000;
  
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  
  
  line-height: 1.5;
  
}












/* The container */
.contain {
  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;
  margin-right: 100px;
  margin-top: 20px;

}

/* Hide the browser's default radio button */
.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;

}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 3px solid black;
}

/* On mouse-over, add a grey background color */
.contain:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contain input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contain .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}



.carousel {

  margin-top: 20px;
}

.carousel-item {
  text-align: center;
  min-height: 200px;
  /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.bs-example {
  margin: 20px;
}

.qb {
  margin-bottom: 70px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* STYLES GO HERE */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
} 

.modal-content {
 background-color: #363739;
 color: #ffffff;
}

h4{
  line-height: 15px;
}

.cus-hover {
  border: 1px solid orange;
    border-right-width: 16px;
    border-left-width: 16px;
    cursor: pointer;
}


.BUTTON_VFB {
   background: #FFDD80;
   background-image: -webkit-linear-gradient(top, #FFDD80, #F96110);
   background-image: -moz-linear-gradient(top, #FFDD80, #F96110);
   background-image: -ms-linear-gradient(top, #FFDD80, #F96110);
   background-image: -o-linear-gradient(top, #FFDD80, #F96110);
   background-image: -webkit-gradient(to bottom, #FFDD80, #F96110);
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
   border-radius: 100px;
   height: 50px;
   line-height: 50px;
   color: #FFFFFF;
   /*font-family: Brush Script MT;*/
   width: 100px;
   font-size: 14px;
   font-weight: 100;
   border: none;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTON_VFC {
     background: #F95151;
   background-image: -webkit-linear-gradient(top, #F95151, #F96110);
   background-image: -moz-linear-gradient(top, #F95151, #F96110);
   background-image: -ms-linear-gradient(top, #F95151, #F96110);
   background-image: -o-linear-gradient(top, #F95151, #F96110);
   background-image: -webkit-gradient(to bottom, #F95151, #F96110);
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
   border-radius: 100px;
   height: 50px;
   line-height: 50px;
   color: #FFFFFF;
   /*font-family: Brush Script MT;*/
   width: 100px;
   font-size: 14px;
   font-weight: 100;
   border: none;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

#myModal_getdetails .form-control {
  border: 2px solid black
}