@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    @font-face {
    font-family: 'Calibri Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Calibri Regular'), url('../fonts/Calibri.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Calibri Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Calibri Italic'), url('../fonts/Calibriitalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Calibri Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Calibri Light'), url('../fonts/Calibrilight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Calibri Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Calibri Light Italic'), url('../fonts/Calibrilightitalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Calibri Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Calibri Bold'), url('../fonts/Calibribold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Calibri Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Calibri Bold Italic'), url('../fonts/Calibribolditalic.woff') format('woff');
    }


/*@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

body {
    color: #FFF;
    font-family: 'Calibri Regular';
/*    background-image: url('https://cdn4.godcstatic.com/Kentucky_Travel_Trade/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    min-height: 100vh;
    position: relative;
    background-color: #0f3c60;
    font-size: 16px;
    line-height: 1.6;
}
/*body.thankyou_page, body.welcome_page {
    background-image: unset;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; }
input[type=number] {-moz-appearance: textfield; }

input::-webkit-input-placeholder {color: #fff!important; opacity: 1!important; }
input:-ms-input-placeholder {color: #fff!important; opacity: 1!important; }
input::placeholder  {color: #fff!important; opacity: 1!important; }

body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 8px; background-color: #F5F5F5; }
body::-webkit-scrollbar {width: 8px; background-color: #F5F5F5; }
body::-webkit-scrollbar-thumb {border-radius: 8px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #00cfff; }
.portrait-content{display: none;}
.form-control:focus, input:focus {color: #fff; background-color: #00a3c7; border-color: #00a3c7; outline: 0; box-shadow: none;}
.btn.focus, .btn:focus {outline: 0; box-shadow: none; }
.form-group{    
    position: relative;
    margin-bottom: 1.1rem;
}
.help-block {color: red; position: absolute; top: 100%; font-size: 12px;width: 100%;left: 0;}
.form-group label {     
    font-size: 30px;
    margin: 0px;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    background: #097fb1;
    border: 2px solid #5fb3e4;
    line-height: normal;
    box-shadow: 6px 9px 12px 1px rgb(0 0 0 / 65%);
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert-danger {   
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    position: absolute;
}
.allready-reg { 
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 0;
    text-align: center;
}
 /*css to be deleted*/

.login_form {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.login_form h2 {
  text-transform: uppercase;
  font-family: 'Calibri Bold';
  text-align: center;
  margin-bottom: 20px;
  color: #fbb040;
  background: #097fb1;
  border: 2px solid #5fb3e4;
  font-size: 40px;
  line-height: normal;
  box-shadow: 6px 9px 12px 1px rgb(0 0 0 / 65%);
}

.form-group-btn {
    text-align: center;
}

.login_form .btn {
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Calibri Bold';
    text-align: center;
    color: #fbb040;
    background: #097fb1;
    border: 2px solid #5fb3e4;
    font-size: 30px;
    box-shadow: 6px 9px 12px 1px rgb(0 0 0 / 65%);
    width: 200px;
    line-height: normal;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.form-control{
  line-height: 1;
  padding: 3px 15px;
  background-color: #00cfff;
  border: 2px solid #00cfff;
  height: 45px !important;
  border-radius: 0;
  color: #ffffff;
}
.row.align-center { min-height: calc(100vh - 148px);}
a#already_registered {color: #fff; text-decoration: none;}
a#webinarSignUp {background-color: #fff; color: #FFF; text-transform: uppercase; text-decoration: none;}
.checkbox.checkbox-danger a {color: #fff;text-decoration: none;}
input#termagree {width: 20px; display: inline-block; position: absolute; left: 0; top: 4px;}
.checkbox.checkbox-danger {position: relative; padding-left: 20px;}
.top-logo {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}


.left-logo {
    max-width: 15vw;
}

.mid-logo {
    max-width: 15vw;
}

.right-logo {
    width: 100%;
    max-width: 15vw;
}

.RegisterBoxMin {
    padding: 0px 20px;
}

.custom-border{
    border: 5px solid #5fb3e4;
}

.title {
    font-family: 'Calibri Bold';
    font-size: 2.7vw;
    margin-top: 15px;
    margin-bottom: 0px;
}

.brand {
    font-size: 2.1vw;
    line-height: normal;
}

p.time {
    font-size: 1.5vw;
    line-height: normal;
}


.left-content {
    padding: 0;
    border-right: 5px solid #5fb3e4;
}

.right-content {
    padding-top: 15px; 
    padding-bottom: 15px;
}

.custom-border .left-content,
.custom-border .right-content {
    display: flex;
}

.left-top-content {
    width: 100%;
    height: 100%;
}

.left-top-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login_page .right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.thankyou_page .login_form {
    margin-top: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
        flex-direction: column;
    text-align: center;
}

.thankyou_page .login_form p{
     font-size: 1.1vw;
     padding: 0px 2vw;
}

.login_form h2.thankyou-text {
    color: #ffffff;
    text-transform: unset;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.form-check {
    margin-bottom: 5px;
}

.form-check input {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.radio-button-outer p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 15px;
}

label.form-check-label {
    font-size: 12px;
    line-height: 1.4;
    position: relative;
}

label.form-check-label a {
    color: #00cfff;
}

label.form-check-label::after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background-color: #00cfff;
    position: absolute;
    top: 4px;
    left: -21px;
}

.form-check input:checked+label.form-check-label::after {
    background-image: url("https://cdn4.godcstatic.com/Kentucky_Travel_Trade/tick-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.mandatory-field {
    margin-top: 3px;
}

/*.welcome-page {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.coming-soon {
    max-height: 67vh;
}*/
/*--------------------*/

/*=============
Timer css start
===============*/

/**Regular timer css start**/
#timer {
    display: flex;
    text-align: center;
}
#timer .time-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 5px;
    text-align: center;
    margin-bottom: 20px;
}
#timer .time-block span {
    width: 100%;
    background-color: #00b5cc;
    padding: 15px 5px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    line-height: 1;
}

#timer .time-block span.head-time {
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
/**Regular timer end here**/

/**Single digit timer css start**/
.timer_around {
  border: 2px solid #137ec4;
  border-radius: 20px;
  padding: 15px 15px 32px;
  text-align: center;
  width: auto;
  display: table;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 30px;
  position: relative;
  min-width: 400px;
  min-height: 130px;
}

.timer_around p {
  position: absolute;
  top: -11px;
  width: 100%;
  padding: 0;
  left: 0;
  color: #1daafc;
}
.timer_around p span {
  background-color: #1e4d8a;
  padding: 1px 8px;
  border-radius: 20px;
  color: #1daafc !important;
}

#timer {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#timer .digit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

#timer .colon {
  font-size: 34px;
}

#timer .digit-container .digit {
  background-color: #ffffff;
  padding: 14px 5px;
  border-radius: 6px;
  color: #168cc9;
  font-size: 36px;
  font-weight: 500;
  width: 50px;
  line-height: 1.2;
  margin: 3px;
}

#timer .digit-container .times {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/**Single digit timer css end**/
/*===========
Timer css end
=============*/

/********************************
Circular timer CSS Start
********************************/
.timer-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
/*  background: #0b0c2a;*/
  padding: 40px;
}
.circle-timer {
  text-align: center;
  position: relative;
}
.circle-timer svg {
  transform: rotate(-90deg);
}
.bg {
  fill: none;
  stroke: #2e2f48;
  stroke-width: 8;
}
.progress {
  fill: none;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1s ease;
}
.circle-text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: white;
  font-family: sans-serif;
}
.label {
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
  text-align: center;
  font-family: sans-serif;
}
/********************************
Circular timer CSS Start
********************************/

@media only screen and (min-device-width: 0px) and (max-device-width: 1199px) and (orientation:portrait) {
    .portrait-content {display: block; position: absolute; top: 0; left: 0; background: #fff; width: 100%; height: 100%; height: 100vh;z-index: 99999999;}
    .portrait-center {position: absolute; top: 50%; left: 0; margin: 0 auto; right: 0; transform: translateY(-50%); text-align: center; }
    .portrait-center img {margin: 0 auto 10px; width: 200px; text-align: center; }
    .portrait-center p {font-size: 16px; color: #000; text-transform: uppercase; text-align: center; font-weight: 400; }
}

/*Responsive*/

@media only screen and (min-width:1440px) and (max-width:1850px){
    .title {
        font-size: 2.0vw;
        margin-top: 5px;
    }

    .top-logo {
        padding-top: 10px;
    }

    .brand {
        font-size: 1.7vw;
    }
    p.time {
        font-size: 1.1vw;
    }

    .login_form h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .form-group label {
        font-size: 21px;
        height: 40px;
    }

    .form-control {
        height: 40px !important;
    }

    .left-top-content {
        min-height: calc(100vh - 0px);
    }

    .login_form .btn {
        font-size: 25px;
        width: 180px;
    }
}

@media only screen and (min-width:1366px) and (max-width:1439px){
    .title {
        font-size: 1.5vw;
        margin-top: 5px;
    }

    .top-logo {
        padding-top: 10px;
    }

    .brand {
        font-size: 1.4vw;
    }
    p.time {
        font-size: 1.0vw;
    }

    .login_form h2 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .form-group label {
        font-size: 20px;
        height: 40px;
    }

    .form-control {
        height: 40px !important;
    }

    .left-top-content {
        min-height: calc(100vh - 0px);
    }

    .login_form .btn {
        font-size: 20px;
        width: 150px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1365px){
    .title {
        font-size: 1.5vw;
        margin-top: 5px;
    }

    .top-logo {
        padding-top: 10px;
    }

    .brand {
        font-size: 1.4vw;
    }
    p.time {
        font-size: 1.0vw;
    }

    .login_form h2 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .form-group label {
        font-size: 17px;
        height: 40px;
    }

    .form-control {
        height: 40px !important;
    }

    .left-top-content {
        min-height: calc(100vh - 0px);
    }

    .login_form .btn {
        font-size: 20px;
        width: 150px;
    }
}

@media only screen and (min-width:992px) and (max-width:1023px){
    .title {
        font-size: 1.5vw;
        margin-top: 5px;
    }

    .top-logo {
        padding-top: 10px;
    }

    .brand {
        font-size: 1.4vw;
    }
    p.time {
        font-size: 1.0vw;
    }

    .login_form h2 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .form-group label {
        font-size:13px;
        height: 40px;
    }

    .form-control {
        height: 40px !important;
    }

    .left-top-content {
        min-height: calc(100vh - 0px);
    }

    .login_form .btn {
        font-size: 20px;
        width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .title {
        font-size: 1.5vw;
        margin-top: 5px;
    }

    .top-logo {
        padding-top: 10px;
    }

    .brand {
        font-size: 1.4vw;
    }
    p.time {
        font-size: 1.0vw;
    }

    .login_form h2 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .form-group label {
        font-size:12px;
        height: 40px;
    }

    .form-control {
        height: 40px !important;
    }

    .left-top-content {
        min-height: calc(100vh - 0px);
    }

    .login_form .btn {
        font-size: 20px;
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .login_form {
      padding: 20px 5px;
    }

    .RegisterBoxMin {
        padding: 0px 10px;
    }

    .left-logo {
        max-width: 25vw;
    }

    .form-group label {
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    }

    .mid-logo {
        max-width: 25vw;
    }

    .right-logo {
        max-width: 25vw;
    }

    .title {
      font-size: 6vw;
    }

    .brand {
      font-size: 4vw;
    }
    p.time {
      font-size: 3vw;
    }
    .left-top-content {
      min-height: auto;
    }
    .left-content {
        border-right: 0;
    }
    .thankyou_page .login_form p{
     font-size: 3vw;
     padding: 0px 2vw;
}
}