@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
a:hover,
a:focus,
a:active,
button:hover,
button:active,
button:focus {
    text-decoration: none;
    outline: 0 none;
    box-shadow: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background: #f9f9f9;
    overflow-x: hidden;
}

.blur-all {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none;
}

.register-form {
    background: #00b7e3;
    border-radius: 5px;
    padding: 25px;
    position: fixed;
    width: 80%;
    top: 50px;
    z-index: 10;
    left: 10%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.register-form .form-text.text-muted {
    color: #fb0003 !important;
}

.info-text-wrap {
    margin-bottom: 15px;
}

.info-text-wrap h2 {
    font-size: 80px;
    color: #000;
    font-weight: 900;
    line-height: 85px;
    margin-bottom: 25px
}

.info-text-wrap p {
    font-size: 21px;
    color: #fff;
    line-height: 29px;
    font-weight: 300;
}

.res-form-wrap {
    margin-bottom: 15px;
}

.res-form-wrap h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}

.res-form-wrap label {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0
}

.res-form-wrap .form-control {
    /*background: none;*/
    border: 0 none;
    border-radius: 0;
    padding: 15px 15px;
    color: #000;
    box-shadow: 0px 0 0px 2px #000 inset;
}

.res-form-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #525252;
}

.res-form-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #525252;
}

.res-form-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #525252;
}

.res-form-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #525252;
}

.res-form-wrap .btn-secondary {
    background: #000;
    padding: 10px 50px;
    font-size: 20px;
    border: 0 none
}

.container {
    max-width: 1200px;
}

.navbar {
    background: #fff;
    padding: 10px 0 12px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.27);
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 20px;
    margin: 0;
    /*font:normal 14px/35px;*/
    text-decoration: none;
    text-transform: uppercase;
    color: #303030;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    font-weight: normal
}
/*
.navbar-expand-md .navbar-nav .nav-link:hover {
    background: #00b7e3;
    color: #fff;
}

.navbar-expand-md .navbar-nav .active .nav-link {
    background: #00b7e3;
    color: #fff;
} */

.navbar-expand-md .navbar-nav .nav-link.register {
    background: #303030;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu {
    padding: 0 0 0.5rem 0;
}

.nav-header {
    background: #303030;
    color: #fff;
    line-height: 1em;
    padding: 10px 0;
}

.nav-header span {
    padding: 0 10px;
    display: block;
}

.nav-header .text-lg {
    font-size: 14px
}

.nav-header .text-sm {
    font-size: 12px
}

.dropdown-item {
    font-size: 14px;
}

/* #carouselHome .carousel-item {
    height: 630px;
    height: auto;
    background-size: cover !important;
    background-position: top center !important;
    padding-bottom: 40px;
} */

#carouselHome .carousel-caption {
    /*max-width: 1170px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: left;*/

    max-width: 1170px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

/* #carouselHome .carousel-caption h2 {
    padding: 25px 0 0 0;
    margin:0 0 35px 0;
    margin: 0;
    font:normal 72px/80px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 72px;
    line-height: 80px;
} */

#carouselHome .carousel-caption h2 span {
    font-size: 50px;
    font-weight: 900;
    line-height: 65px;
    display: inline-block;
}

#carouselHome .carousel-caption h3 {
    padding: 0 0 0 0;
    /*margin:0 0 35px 0;*/
    margin: 25px 0 20px 0;
    /*font:normal 72px/80px;*/
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
}

#carouselHome .carousel-caption h3 span {
    font-size: 28px;
    font-weight: 900;
}

/*label#success-msg {
    font-size: 25px;
    text-align: center;
}*/

em.red {
    color: red;
    font-style: normal;
}

div#success-msg {
    text-align: left;
}

.video-instruction {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 50px;
}
.video-instruction iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.three-btn-wrap.new-btn a:nth-of-type(1) {
    background: gray;
    margin-top: 10px;
    font-size: 25px;
}


/*.video-wrap{
    margin-top:100px;
    padding: 15px;
    background: rgba(255,255,255,0.3);
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}*/

.carousel-caption .row>.col-sm-6:nth-of-type(2) {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* .video-wrap {
    margin-top: 50px;
    padding: 15px;
    background: #00b7e3;
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
} */

/*.messsage-wrap {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: greenyellow;
    flex-direction: column;
    font-size: 24px;
    font-weight: 300;
}*/

.messsage-wrap {
    /*background: rgba(0, 0, 0, 0.9);*/
    background: rgb(0, 0, 0);
    /*background: rgba(187, 186, 186, 0.9);*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: greenyellow;
    flex-direction: column;
    font-size: 24px;
    font-weight: 300;
    z-index: 9999999;
}

.messsage-wrap-procedures {
    /* background: rgb(231, 231, 231); */
    /* position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    z-index: 9999999; */
}

span.red {
    color: #ff0000;
}

span.blue {
    color: #00b7e3;
}

.messsage-wrap h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.messsage-wrap h4 a {
    color: greenyellow;
    text-decoration: none;
}

.messsage-wrap-procedures h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.messsage-wrap-procedures h4 a {
    color: greenyellow;
    text-decoration: none;
}

.three-btn-wrap {
    text-align: center;
    display: flex;
}

.three-btn-wrap a {
    background: #000;
    padding: 5px 15px;
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.three-btn-wrap a:nth-of-type(1) {
    background: skyblue;
    color: #000;
}

.three-btn-wrap a:nth-of-type(2) {
    background: green;
}

.three-btn-wrap a:nth-of-type(3) {
    background: red;
}

.three-btn-wrap a:nth-of-type(4) {
    background: #4c6575;
}

.three-btn-wrap a.disabled {
    opacity: 0.7;
    /* pointer-events: none; */
    cursor: not-allowed;
}

#final-narration {
    overflow-y: auto;
}

#final-narration-textarea {
    width: 90%;
}

.options-panel {
    /*max-height: 100px;*/
    max-height: 100%;
    overflow-y: auto;
    overflow-y: visible;
}

.editable-content {
    color: #000 !important;
    background: #fff;
}

.custom-modal-footer {
    padding: 0
}

.custom-modal-btn-secondary {
    width: 50%;
    border-radius: 0;
    float: left;
    padding: 14px 0;
    margin: 0 !important;
}

.custom-modal-btn-primary {
    float: right;
    width: 50%;
    border-radius: 0;
    padding: 14px 0;
    margin: 0 !important;
}

.messsage-wrap span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
}

.messsage-wrap-procedures .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
}

.video-wrap .register_toppart label {
    color: #fff;
    text-align: left;

}


/*.video-wrap .custom-select, .video-wrap .register_toppart .form-control{*/

.video-wrap .custom-select,
.video-wrap .register_toppart .form-control,
.form-control {
    /* border: 0 none !important; */
    /* border-radius: 0; */
    padding: 10px 15px;
    /* color: #000; */
    /* box-shadow: 0px 0 0px 1px #444 inset; */
    height: auto !important;
    background-color: #fff;
}

select:focus,
select:hover,
select:active {
    outline: 0 none;
}

/* .video-wrap .procedure-steps .title-bar h2 {
    font-size: 16px !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    font-weight: 600;
} */

.video-wrap .register_toppart {
    padding: 0 5px;
    margin: 0;
}

.video-wrap .procedure-steps .title-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.video-wrap .custom-radio .custom-control-label::before,
.video-wrap .custom-radio .custom-control-label::after {
    top: 0 !important;
}

.video-wrap .btn-wrappers {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 0;
    /* margin-top: 5px; */
}

.video-wrap .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
}


/*.video-wrap .btn-default.btn-skip-once{
    background: #ffcdd2;
    box-shadow: 0 0 0 1px #ffcdd2 inset;
}
.video-wrap .btn-default.btn-skip-permantly{
    background: #d32f2f;
    box-shadow: 0 0 0 1px #d32f2f inset;
    color: #fff;
}
.video-wrap .btn-default.btn-go-to-keyboard{
    background: #a5d6a7;
    box-shadow: 0 0 0 1px #a5d6a7 inset;
    color: #fff;
}
.video-wrap .btn-default.btn-set-as-default{
    background: #f57e57;
    box-shadow: 0 0 0 1px #f57e57 inset;
    color: #fff;
}*/

.video-wrap .btn-default {
    background: #efeded;
    border: 1px solid #999;
}

.video-wrap .btn-default:hover {
    background: #136534;
    border-color: #032f05;
    color: #fff;
}

.video-wrap .btn-next,
.btn-navy {
    /* border-radius: 0;
    background: #072a3c;
    color: #fff;
    box-shadow: 0 0 0 2px #072a3c inset !important;
    border: 0 none;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 10px; */
}

.btn-next:hover,
.btn-next:focus,
.btn-next:active,
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active {
    background: #fff;
    color: #072a3c;
}

.video-wrap .btn-prev,
.btn-gray {
    /* border-radius: 0;
    background: #4c6575;
    color: #fff;
    box-shadow: 0 0 0 2px #4c6575 inset !important;
    border: 0 none;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 10px; */
}

.btn-prev:hover,
.btn-prev:active,
.btn-prev:focus,
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
    background: #fff;
    color: #4c6575;
}

.video-wrap .custom-textarea {
    resize: none;
    padding: 7px 10px !important;
    line-height: normal !important;
    min-height: 40px !important;
    border-radius: 0;
    margin-top: 15px;
    color: #525252;
    height: 40px !important;
}

.video-wrap .custom-control {
    /* width: 50%;
    float: left;
    margin-bottom: 15px;
    padding-right: 5px; */
}

.video-wrap .custom-checkbox .custom-control-label::before,
.video-wrap .custom-checkbox .custom-control-label::after {
    top: 2px !important;
}

.video-wrap .custom-control.custom-radio label.custom-control-label {
    max-width: 55%;
}

.video-wrap .register_bottompart {
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: 0 none;
}

.right-box .video-wrap {
    padding: 0;
}

.procedure-wrap .custom-control {
    width: 100%;
    float: left;
    min-height: 55px;
}

.procedure-wrap .custom-control.custom-radio label.custom-control-label {
    max-width: 57%;
}

.procedure-wrap .form-page-wraps label {
    top: 8px;
}

#carouselHome .carousel-caption p {
    /*font:300 24px/30px;
    text-align: left;
    color:#fff;
    text-decoration: none;
    width:70%;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;*/
    text-align: left;
    color: #fff;
    text-decoration: none;
    /* width: 70%; */
    /* font-size: 22px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 10px; */
}

.carousel-caption .video-wrap p.text-danger {
    text-align: left;
    text-decoration: none;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 300;
    line-height: normal !important;
    margin: 0 0 5px !important;
}

#carouselHome .carousel-caption a.registerToday {
    margin: 10px 0 0 0;
    padding: 15px 50px;
    background: #4c6575;
    /*font:700 24px/66px;*/
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
}

.procedures-panel {
    background: #fff !important;
}

.procedures-panel .register_toppart label,
.procedures-panel .procedure-steps .title-bar h2 {
    color: #0e1a4e ;
}

.procedures-panel .btn-next,
.procedures-panel .btn-prev,
.btn-gray,
.btn-navy {
    padding: 1.2em;
    font-size: 14px;
}

.procedures-panel .register_toppart label {
    font: 200 16px/16px 'Source Sans Pro', sans-serif;
}


/*.procedures-panel .custom-control:hover{ background: #eee;  }*/

.procedure-select-panel {
    margin: 0 0 15px 0 !important;
}

.paydata-icon {
    color: #fff;
    background: #e1b15161;
    padding: 8px 35px !important;
    font-size: 40px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

footer {
    padding: 0;
    margin: 0;
}

.footer {
    padding: 55px 0 60px 0;
    margin: 0;
    background: #4c6575;
}

.footer h3 {
    /*font:900 24px/66px;*/
    text-align: left;
    color: #fff;
    text-decoration: none;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 900;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li {
    padding: 0 0 12px 0;
    margin: 0;
    display: block;
}

.footer ul li a {
    padding: 0;
    margin: 0;
    /*font:400 16px/16px;*/
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.footer ul.footerSociallink {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.footer ul.footerSociallink li {
    margin: 0 10px 0 0;
    padding: 0;
}

.footer ul.footerSociallink li:last-child {
    margin-right: 0;
}

.footer ul.footerSociallink li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #38586b;
    color: #fff;
    font-size: 18px;
}

.footer p {
    padding: 0;
    margin: 0;
    /*font:300 16px/normal;*/
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

.footer .form-group {
    margin: 15px 0 14px 0;
    padding: 0;
}

.footer .form-group .form-control {
    padding: 14px;
    margin: 0;
    background: #c4ccd2;
    /*font:300 18px/24px;*/
    text-align: left;
    text-decoration: none;
    color: #181818;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.footer .subscribeBtn {
    padding: 0 28px;
    margin: 0;
    background: #000;
    border: 0;
    /*font:300 18px/40px;*/
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
}

.copyRight {
    padding: 24px 0;
    margin: 0;
    background: #395261;
    font: 300 18px/normal 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.copyRight .container {
    display: flex;
    justify-content: space-between;
}

.copyRight a {
    text-decoration: none;
    color: #fff;
}

.cc-wrap img {
    max-height: 25px;
}

.invalid-feedback {
    margin: 0 0 10px;
}

body.procedure {
    background: url(../images/procedure-bg.png) no-repeat;
    background-size: cover;
}

body.register {
    /* background-image: url(../images/register.jpg) no-repeat; */
    background-size: cover;
    background-color: #f5f5f5;
}

.front_pages.login_page{
background-image: url(../images/register.jpg);
background-size: cover;
}

.register_ctrl {
    max-width: 550px;
    /* margin: 50px auto 113px auto; */
}

/* .register_ctrl h2 {
    font: 600 36px/normal 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 0;
    margin: 0;
} */

.register_ctrl h2 span {
    font: 300 36px/normal 'Source Sans Pro', sans-serif;
}

.register_ctrl h5 {
    padding: 0 0 35px 0;
    margin: 0;
    font: 300 24px/normal 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #333;
    text-decoration: none;
}
/*
.registerBox {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 3px 0 18px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    position: relative;
} */

.register_toppart {
    /* padding: 30px 30px 18px 30px; */
    margin: 0;
}

.register_toppart label {
    text-align: left;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px !important;
}

.register_toppart .form-group {
    padding: 0;
    margin: 0 0 15px 0;
}

/* .register_toppart .form-control {
    padding: 12px 24px;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    background: none;
    font: 300 16px/24px 'Source Sans Pro', sans-serif;
    text-align: left;
    color: #525252;
    text-decoration: none;
} */

#confirmpassword {
    margin-top: 10px;
}

.register_toppart .checkbox label {
    font: 300 14px/normal 'Source Sans Pro', sans-serif;
    text-align: left;
    color: #333;
    text-decoration: none;
}

.register_toppart .checkbox label a {
    color: #4c6575;
    text-decoration: none;
}

.register_bottompart {
    /* padding: 30px 30px 24px 30px; */
    margin: 0;
    text-align: center;
    border-top: 1px solid #d7d6d6;
}

.registerbtn {
    /* background: #444; */
    border-radius: 3px;
    border: 0;
    /*font:600 16px/63px 'Source Sans Pro', sans-serif;*/
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    transition: all 0.5s ease-in-out;
}

.registerbtn:hover {
    color: #fff;
    /* background: #000; */
}

.already_register {
    padding: 15px 0 0 0;
    text-align: center;
}

.already_register a {
    font: 400 16px/normal 'Source Sans Pro', sans-serif;
    text-align: center;
    color: #000;
    text-decoration: none;
    ;
}

.already_register a span {
    color: #02a9e0
}

.custom-control-label::before {
    border-radius: 0!important;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0.10rem!important;
}

.register_toppart .input-group>.input-group-append>.btn {
    background: none!important;
}

/* .gj-datepicker.input-group>.form-control {
    border-right: 0!important
} */

.register_toppart .gj-datepicker-bootstrap [role=right-icon] button .gj-icon {
    top: 11px;
    color: #d1d1d1;
}

.three-box-wrap {
    padding: 0;
    margin: 0;
    background: #fff;
}

.aboutthreebox {
    /*position: relative;
    margin-top: 0;
    display: flex;
    z-index: 2;*/
    position: relative;
    margin-top: 50px;
    display: flex;
    z-index: 2;
}

.aboutthreebox>div {
    flex: 1;
}

.about_bluebox {
    background: #00b7e3;
}

.about_orangebox {
    background: #f57e57;
}

.about_darggraybox {
    background: #4c6575;
}

.about_box {
    padding: 35px 28px;
    margin: 0;
}

.inner-about {
    display: flex;
    /*align-items: center;*/
}

.aboutbox_leftcontent {
    width: calc(100% - 145px);
}

.aboutthreebox>div h3 {
    /*font:600 30px/30px 'Source Sans Pro', sans-serif;*/
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.aboutbox_leftcontent p {
    padding: 0;
    margin: 0;
    /*font:300 16px/20px 'Source Sans Pro', sans-serif;*/
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.aboutbox_rightimage {
    flex-grow: 1;
    text-align: center;
}

.aboutbox_rightimage image {
    max-width: 100%;
}

.links-box {
    margin: 15px 0 0
}

.links-box a {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    padding: 2px 10px;
    color: #000;
    font-weight: 400;
    margin: 5px 0;
}


/*About Section*/

.about-section {
    background: #fff;
    padding: 50px 0;
}

.about-text-wrap h2 {
    font-size: 60px;
    font-weight: 900;
    color: #000;
}

.about-text-wrap h2 span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    line-height: normal
}

.about-image-wrap {
    width: 650px;
    height: 650px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 40px 0 6px #edeff1;
    top: -120px;
    z-index: 1;
}

.about-image-wrap img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.about-text-wrap p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.about-text-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-text-wrap ul li {
    background: url(../images/tick-check.png) 0 0px no-repeat;
    font-size: 20px;
    color: #000;
    padding: 5px 0 10px 50px;
    margin-bottom: 10px;
    background-size: 35px;
    font-weight: 300;
    line-height: normal;
}

.two-btns-wrap {
    margin: 35px 0 0;
}

.two-btns-wrap a {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin: 0 10px 15px 0;
    padding: 10px 40px;
    transition: all 0.5s ease-in-out;
}

.solid-btn {
    background: #f57e57;
    color: #fff;
}

.solid-btn:hover {
    box-shadow: 0 0 0 2px #f57e57 inset;
    color: #f57e57;
    background: #fff;
}

.lined-btn-dark {
    box-shadow: 0 0 0 2px #072a3c inset;
    color: #000;
}

.lined-btn-dark:hover {
    background: #072a3c;
    color: #fff;
}


/*advantages-section*/

.advantages-section {
    background: #00b7e3 url(../images/teeth-bg.png) 100% 50% no-repeat;
    padding: 50px 0;
    background-size: contain;
}

.advantages-section h2 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 35px;
}

.advantages-section h2 span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    line-height: normal
}

.adv-box {
    margin: 15px 0 25px;
    color: #fff;
}

.adv-box h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.adv-box p {
    font-size: 16px;
    font-weight: 300;
}

.adv-icon {
    height: 85px;
}

.two-btn-set {
    margin: 35px 0 15px;
    text-align: center;
}

.two-btn-set a {
    display: inline-block;
    padding: 10px 40px;
    margin: 0 5px;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.two-btn-set .solid-btn {
    background: #072a3c;
    color: #fff;
    box-shadow: 0 0 0 2px #072a3c inset;
}

.two-btn-set .solid-btn:hover {
    background: #fff;
    color: #072a3c;
    box-shadow: 0 0 0 2px #fff inset;
}


/*happy-client-section*/

.happy-client-section {
    background: #fff;
    padding: 50px 0 80px;
}

/* .happy-client-section h2 {
    font-size: 60px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 35px;
} */

.happy-client-section h2 span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    line-height: normal
}

.slider-testimonials .item {
    padding-top: 20px;
}

/* .testimoni-box {
    border: 1px solid #e7e7e7;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    min-height: 285px;
} */

/* .testimoni-box::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f57e57;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: calc(50% - 20px);
    padding-top: 5px;
    background: #fff;
} */

.testimoni-box p {
    font-size: 14px;
    color: #525252;
    /*max-height: 145px;
    overflow: hidden;*/
}

.testimoni-box h3 {
    font-size: 16px;
    color: #000;
}

/* .testimoni-box h5 {
    font-size: 12px;
    color: #ccc;
} */

.inner-section {
    padding: 0px 0;
}

.inner-container {
    padding: 35px 0;
}

.right-box {
    background: #fff;
}

.left-box {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 0px;
    padding: 15px 0;
}

.user-name {
    font-size: 18px;
    color: #fff;
    background: #4C6575;
    padding: 15px;
}

.user-name span {
    display: block;
}

.left-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-box ul li {
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
}

.left-box ul li:last-child {
    border-bottom: 0 none;
}

.left-box ul li a {
    display: block;
    padding: 5px 15px;
    color: #0e0f0f;
    transition: all 0.5s ease-in-out;
}

.left-box ul li a i {
    padding: 10px;
    font-size: 19px;
    background: #147d3e;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.6s;
    border: 4px solid #fff;
}

.left-box ul li a:hover,
.left-box ul li a.selected {
    color: #303030;
    background: #d9f0f6;
}

.left-box ul li a:hover *,
.left-box ul li a.selected * {
    background: #303030;
}

.i-pad-side {
    padding: 11px 13px !important;
}

.title-bar {
    /*border-bottom: 1px solid #9f9f9f;*/
    margin-bottom: 15px;
    padding: 14px 0 24px 0;
}

.title-bar h2 {
    display: inline-block;
    font-size: 24px;
    color: #303030;
}

.title-bar a {
    display: inline-block;
    float: right;
    background: #000000;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: 0 0 0 1px #000 inset;
    transition: all 0.5s ease-in-out;
}

.title-bar a:hover {
    background: #fff;
    color: #000;
}

.ez-table.table thead th {
    background: #000000;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
}

.ez-table.table .action a {
    display: inline-block;
}

.ez-table.table td {
    padding: 8px 10px;
    font-size: 14px;
    vertical-align: middle;
    border-top-color: #9f9f9f;
}

.ez-table.table-striped tbody tr:nth-of-type(odd) {
    background: #dcdcdc;
}


/*.btns-small-wrap{
    margin: 15px 0;
}
.btns-small-wrap a, .btns-small-wrap button{
    background: #303030;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    margin: 0 10px 10px 0;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    border: 0 none;
    cursor: pointer;
}
.btns-small-wrap a:nth-of-type(1), .btns-small-wrap button:nth-of-type(1){
    background: #00b7e3;
}
.btns-small-wrap a:hover, .btns-small-wrap button:hover{
    opacity: 1;
}*/

.alert p {
    margin: 0;
}


/*STEP FORM*/

.form-page-wrap {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.form-control.input-group {
    border-radius: 0 .25rem .25rem 0 !important;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    top: 0.3rem!important;
    border-radius: 50% !important;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: 0.3rem!important;
}

.sn-class.custom-checkbox .custom-control-label::before,
.sn-class.custom-checkbox .custom-control-label::after {
    top: 0 !important;
}

/* .btn-wrappers {
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    margin-top: 15px;
} */

.btn-wrappers>button {
    margin: 0 10px 10px 0;
}

.btn-primary {
    background: #00b7e3;
    border-color: #00b7e3;
}


/*FOR DEMO PROCEDURE*/

.procedure-wrap .register_toppart label {
    font-size: 22px;
    margin-bottom: 15px;
}

.procedure-wrap .form-page-wraps label {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 0;
    text-align: left
}

.procedure-wrap .custom-select.small-drop {
    margin: 0;
    max-width: 30%;
}

.procedure-steps .title-bar {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.procedure-steps .title-bar h2 {
    font-size: 18px;
    color: #072a3c;
}

.procedure-wrap .custom-select,
.procedure-wrap .btn {
    border-radius: 0;
    height: auto;
}

.procedure-wrap .btn-default {
    border-radius: 0;
    background: #f57e57;
    box-shadow: 0 0 0 1px #f57e57 inset;
    color: #fff;
    border: 0 none;
    margin: 0 5px 5px 0;
}

.procedure-wrap .btn-default.btn-skip-once {
    background: #ffcdd2;
    box-shadow: 0 0 0 1px #ffcdd2 inset;
}

.procedure-wrap .btn-default.btn-skip-permantly {
    background: #d32f2f;
    box-shadow: 0 0 0 1px #d32f2f inset;
}

.procedure-wrap .btn-default.btn-go-to-keyboard {
    background: #a5d6a7;
    box-shadow: 0 0 0 1px #a5d6a7 inset;
}

.procedure-wrap .btn-default.btn-set-as-default {
    background: #f57e57;
    box-shadow: 0 0 0 1px #f57e57 inset;
}

.procedure-wrap .btn-next {
    border-radius: 0;
    background: #072a3c;
    color: #fff;
    box-shadow: 0 0 0 2px #072a3c inset;
    border: 0 none;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.procedure-wrap .btn-next:hover,
.procedure-wrap .btn-next:focus,
.procedure-wrap .btn-next:active {
    background: #fff;
    color: #072a3c;
}

.procedure-wrap .btn-prev {
    border-radius: 0;
    background: #4c6575;
    color: #fff;
    box-shadow: 0 0 0 2px #4c6575 inset;
    border: 0 none;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.procedure-wrap .btn-prev:hover,
.procedure-wrap .btn-prev:focus,
.procedure-wrap .btn-prev:active {
    background: #fff;
    color: #4c6575;
}

.procedure-wrap .custom-textarea {
    resize: none;
    padding: 5px 10px;
    line-height: normal;
    min-height: 100px;
    border-radius: 0;
    margin-top: 15px;
    color: #525252;
}

.procedure-wrap .form-control {
    color: #525252;
    padding: .375rem 1.75rem .375rem .75rem;
    border-radius: 0;
    height: auto;
}

.register_toppart .custom-select.small-drop {
    width: 100%;
    /* float: right; */
    margin: 0 25px 0 0;
    height: auto !important;
    padding: 5px 30px 5px 10px !important;
    max-width: 30%;
}

.multi-horizontal input,
.multi-horizontal textarea {
    margin-bottom: 15px;
}


/* PLAN PAGE */

.select-plan-wrap {
    margin-bottom: 30px;
}

.select-plan-wrap .card-body {
    padding-bottom: 60px;
    position: relative
}

/* .select-plan-btn {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 15px
} */

.plan-card {
    border: 1px solid #d0ecf6;
    padding: 10px;
    margin-bottom: 5px;
    background: #fff;
}

.plan-card .heading {
    display: block;
    text-transform: uppercase;
    font-weight: 350;
    font-size: 14px;
    margin-bottom: 7px;
    text-align: center;
}

.plan-card .text {
    display: block;
    text-align: center;
}

.active-plan {
    background: #e7f2f8 !important;
}

.plan-card:hover {
    background: #e9f0f2;
}

.row-animate {
    transition: 0.6s;
}

.animate {
    animation: 1s ease-out 0s 1 slideInFromLeft;
    display: block !important;
}

.collapse-btn {
    cursor: pointer;
}

.stored-template {
    margin-top: 10px;
}

.custom-select .form-control {
    border-radius: 0 !important;
}

.side-menu {
    padding: 0 0 0 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.note{

    display: block;
    width: 100%;
    margin-top: 10px;
}

.note h4 {
    color: yellow;
}

@keyframes slideInFromLeft {
    0% {
        transform: rotateY(30deg);
    }
    100% {
        transform: rotateY(0);
    }
}

@media (min-width:992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        /* box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3) */
    }
    .pricing .card:hover .btn {
        opacity: 1
    }
}

.pricing {
    padding: 15px 0;
}

.pricing .row {
    flex-direction: row-reverse;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all .2s;
    /* box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1) */
    box-shadow: 1px 1px 10px #c5c5c5;
}

.pricing hr {
    margin: 1.5rem 0
}

.pricing .card-title {
    margin: .5rem 0;
    font-size: 18px;
    letter-spacing: .1rem;
    font-weight: 700
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0
}

.pricing .card-price .period {
    font-size: .8rem
}

.pricing ul li {
    margin-bottom: 1rem
}

.pricing .text-muted {
    opacity: .7
}

.pricing .btn {
    font-size: 80%;
    border-radius: 3px;
    letter-spacing: .1rem;
    font-weight: 700;
    padding: 1rem;
    opacity: 1;
    transition: all .2s;
    font-family: 'montserrat';
    font-size: 16px;
    font-weight: 600;
}

.pricing-info {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    color: #525252
}

.pricing .pricing-month{ font-size: 1.5rem; }

.period {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}


/* FAQ PAGE */

.accordion .btn-link {
    font-size: 24px;
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    white-space: normal;
}

.accordion .btn-link.collapsed:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: -5px;
}

.accordion .btn-link:before {
    content: "\f077";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: -5px;
}

.accordion .btn-link:hover,
.accordion .btn-link:active,
.accordion .btn-link:focus {
    text-decoration: none;
    color: #000;
}

/* .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
    position: relative;
    text-align: center;
    margin-top: 15px;
} */

.slider-testimonials .owl-carousel .owl-nav button {
    display: inline-block;
    padding: 2px 15px !important;
    border: 1px solid #ccc;
    margin: 0 2.5px;
    font-size: 22px;
}

.owl-carousel .owl-stage-outer{justify-content: center; display: flex;}

.for-mobile {
    display: none;
}

.procedure-feedback {
    font-size: 12px;
    /* text-transform: uppercase; */
    color: #333;
    margin: 0 5px;
}

.procedure-feedback:hover {
    color: #333;
}

.font-bold {
    font-weight: 400 !important;
}


/*CARD*/

.card-save.pricing .card {
    width: 73%;
        margin: 35px auto 15px;
    padding: 25px;
}

.mt-15{
    margin-top: 15px !important;
}
.pagination-pages{
    border-radius: 50px;
}
.border-yellow,
.pagination-btns{
    border: 1px solid #f8c662 !important;
    padding: 10px 20px !important;
    cursor: pointer;
    color: #212529 !important;
}
.pagination-btns{
    margin-left: 10px !important;
}
.border-yellow:hover{
    background-color: #f8c662 !important;
    color: #fff !important;
}
.pagination-btns-active{
    background-color: #f8c662 !important;
    color: #fff !important;
}
/*ARROWS*/
#arrowAnim {
    width: 100%;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    padding: 15px 0;
    margin-left: -90px;
}

.arrow {
    width: 5vw;
    height: 5vw;
    border: 2.5vw solid;
    border-color: white transparent transparent white;
    transform: rotate(-45deg);
}

.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

p.info-text {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin: 10px 0 0;
}

#verbal-queues-reminder{
    margin-top: 10px !important;
}

#verbal-queues-reminder .ant-collapse-header {
    background: white !important;
    border: none !important;
    border-radius: 15px;
}

#verbal-queues-reminder .ant-collapse-item.ant-collapse-item-active .ant-collapse-header{
    border-radius: 15px 15px 0px 0px !important;
    padding: 12px 25px !important;
}

#verbal-queues-reminder .ant-collapse-header  .ant-collapse-header-text{
    font-size: 16px !important;
    font-weight: 700 !important;
}

#verbal-queues-reminder .ant-collapse-content{
    border-top: none !important;
}

#verbal-queues-reminder .ant-collapse {
    border: 1px solid #d3d3d3 !important;
    border-radius: 15px !important;
}

#verbal-queues-reminder .ant-collapse-content-box .ant-space{
    flex-wrap: wrap !important;
}

#verbal-queues-reminder .ant-collapse .ant-collapse-content .ant-collapse-content-box{
    padding: 16px 25px !important;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15vw);
    }
    20% {
        opacity: 1;
        transform: translateX(9vw);
    }
    80% {
        opacity: 1;
        transform: translateX(-9vw);
    }
    100% {
        opacity: 0;
        transform: translateX(-15vw);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15vw);
    }
    20% {
        opacity: 1;
        transform: translateX(9vw);
    }
    80% {
        opacity: 1;
        transform: translateX(-9vw);
    }
    100% {
        opacity: 0;
        transform: translateX(-15vw);
    }
}


/*RESPONSIVE CSS*/

@media (min-width: 1024px) and (max-width: 1360px) {
    #carouselHome .carousel-caption {
        left: 5%;
        right: 5%;
    }
    #carouselHome .carousel-caption h2 {
        padding-top: 15px;
    }
    .paydata-icon {
        padding: 8px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #carouselHome .carousel-caption h2 {
        padding: 100px 20px 0;
    }
    .inner-section {
        min-height: 460px;
    }
    .footer ul.footerSociallink li a {
        width: 35px;
        height: 35px;
    }
    .navbar-nav {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .side-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    #arrowAnim{
        margin: 0;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }
    .navbar-expand-md>.container {
        padding: 0 15px
    }
    .aboutthreebox {
        margin: 20px 0 0 0;
        display: block;
    }
    #carouselHome .carousel-caption h2 {
        width: 100%;
        font-size: 30px;
        line-height: normal;
        padding: 0 20px;
    }
    #carouselHome .carousel-caption h2 span {
        font-size: 40px;
    }
    #carouselHome .carousel-caption p {
        padding: 0 25px;
        width: 100%;
    }
    #carouselHome .carousel-caption a.registerToday {
        margin: 25px 25px 0;
        width: calc(100% - 50px);
        text-align: center;
        padding: 15px;
        font-size: 20px;
    }
    .about-image-wrap {
        width: 300px;
        height: 300px;
        box-shadow: 0px 20px 0 6px #edeff1;
        top: 0;
        z-index: 1;
        margin: 20px auto 0;
    }
    .carousel-caption .video-wrap {
        width: 90%;
        margin: 30px auto;
    }
    .video-wrap {
        /*margin: 30px 15px 15px;*/
        margin: 0;
    }
    .info-text-wrap h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .info-text-wrap p {
        display: none
    }
    .res-form-wrap h2 {
        font-size: 28px;
    }
    .register-form {
        /*position: absolute*/
        top: 25px;
        width: 90%;
        left: 5%;
    }
    .advantages-section h2 {
        font-size: 55px;
    }
    .g-recaptcha {
        overflow: hidden;
    }
    .inner-section {
        padding: 20px 0;
        background: #4267b2;
    }
    .side-menu {
        display: none;
    }
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }
    /*.side-collapse-container.out{ }*/
    .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        position: fixed;
        overflow: hidden;
        transition: left 0.5s ease-in-out;
        height: 100% !important;
        background: #303030;
        z-index: 100;
    }
    .side-collapse.in {
        left: -260px;
    }
    .collapse:not(.show) {
        display: flex;
    }
    .right-box {
        background: none;
        padding: 0 15px;
    }
    .inner-container {
        padding: 0;
    }
    .for-mobile {
        display: block;
        padding: 20px 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0 0 15px;
    }
    .for-mobile img {
        max-width: 100%;
    }
    #carouselHome .carousel-caption h3 {
        text-align: center;
    }
    .about_box {
        padding: 25px;
        margin-bottom: 15px;
    }
    .inner-about {
        flex-direction: column-reverse;
    }
    .aboutbox_leftcontent {
        width: 100%;
        margin: 15px 0 0;
    }
    .happy-client-section h2 {
        font-size: 42px;
    }
    .testimoni-box {
        min-height: 1px;
    }
    .footer h3 {
        margin: 25px 0 10px 0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar-expand-md .navbar-nav .nav-link.register {
        background: #00b7e3;
        border: 0 none;
    }
    .already_register a {
        float: none !important;
        display: block;
        margin: 0 0 10px;
    }
    .navbar-nav {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .navbar-nav .dropdown-menu {
        border-radius: 0;
    }
    .video-wrap .custom-control {
        width: 100%;
    }
    .video-wrap .btn-sm {
        width: calc(50% - 7px);
        margin: 0 2.5px 5px;
    }
    .btn-wrappers>button {
        margin: 5px 0;
        width: 100%;
    }
    .register_toppart .custom-select.small-drop {
        margin: 0;
    }
    .modal {
        padding: 0;
    }
    .register_ctrl.procedure-wrap {
        padding: 0 15px;
    }
    .navbar-expand-md .navbar-collapse {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .navbar-expand-md .navbar-nav {
        margin-left: 0 !important;
        width: 100%;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .register_ctrl {
        padding: 15px;
    }
    #carouselHome .carousel-item {
        height: auto;
        /*padding-bottom: 40px;*/
    }
    #carouselHome .carousel-caption {
        position: relative;
    }
    .card-save.pricing .card {
        width: 95%;
        margin: 15px auto;
        padding: 15px;
    }
    .jp-card-container {
        margin-bottom: 25px !important;
    }
    .copyRight .container {
        display: block;
    }
    .copyRight .container .cc-wrap {
        margin-top: 10px;
    }
    .btn-navy,
    .btn-gray {
        display: block;
        width: 100%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .jp-card {
        min-width: 224px !important;
    }
    .white-sm {
        background: #fff;
    }
    .pad-sm-15 {
        padding: 15px;
    }
    .mar-sm-15 {
        margin: 15px;
    }
}

@media (max-width: 991px) {
    .video-instruction { margin: 20px !important; }
}
