/*
Theme Name: Expert Online Training Frontend
Theme URI: https://expertonlinetraining.com/
Author: Expert Online Training
Author URI: https://expertonlinetraining.com/
Description: Responsive frontend theme based on bootstrap 4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eot
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*{box-sizing:border-box;}
body{
    margin:0;
    font-family: "Open Sans", sans-serif;
    font-size:1rem;
    line-height:1.5;
    color: #808080;
    overflow-x:hidden;
    background-color: rgba(32,104,146, 1);
}
h1,h2,h3{
    font-family: "Roboto Slab", sans-serif;
}
.container {
    max-width: 100%;
}
p{
    font-size:20px;
    padding-bottom:0;
}
.vertical_center {
    margin-top: auto;
    margin-bottom: auto;
}
.btn{
    color:white !important;
}

.url_faculty_shop{
    display: none !important;
}

.btn-primary{
    font-size: 30px;
    line-height: 32px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*width: 450px;*/
    background: #4281c9;
    border: 1px solid #3675bd;
    text-decoration: none !important;
}
.btn-success{
    font-size: 30px;
    line-height: 32px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
   /* width: 450px;*/
    background: #8dc642;
    border: 1px solid #81ba36;
    text-decoration: none !important;
}
.btn-sm{
    font-size: 20px !important;
}
.black{
    color:black;
}
.blue-bg{
    background-color: rgba(32,104,146, 1);
}
.section-blue p a {
    color:white;
    text-decoration: underline;
}
.grey-bg{
    background-color:rgb(226, 223, 220);
}
.light-grey-bg{
    background-color: #f9f9f9;
}
.btn-success{
    /*    background-color: #c4f692;*/
}
.white-bg{
    background-color:#ffffff;
}
.green-bg{
    background-color: #c4f692;
    background-color: rgba(196,246,146, 0.6);
}
.light-blue-bg{
    background-color: #206892;
    background-color: rgba(32,104,146, 0.1);
}
.video-header{
    position:relative;
    height:75vh;
    display:flex;
    align-items:center;
    width:100%;
    margin:0;
    overflow:hidden;

}
.image-header{
    height:365px;
    display:flex;
    align-items:center;
    color:aliceblue;
    /*background: url(fimages/features.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    max-width:100%;
}
/*
.image-header {
    -webkit-filter: grayscale(70%);
       -moz-filter: grayscale(70%);
         -o-filter: grayscale(70%);
        -ms-filter: grayscale(70%);
            filter: grayscale(70%);
}
*/
.image-header h1{
    text-align: center;
}
.wrap p{
    color:white;
}
.wrap a{
    width:450px;
    font-size:30px;
    line-height: 32px;
    padding:12px 24px;
}


.video-header video{
    position: absolute;

    /* Vertical and Horizontal center*/
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;width: 100%;
   
}

.header-overlay{
    height:100vh;
    width:100vw;
    position:absolute;
    top:0;
    left:0;
    /*background-image:url(./fimages/grid.png); Grid pattern that overlays the homepage video*/
    opacity:1;
}
.image-header .header-overlay{
    height:532px;
    width:100vw;
    position:absolute;
    top:0;
    left:0;
    background:rgba(34,33,33,0.0);
    opacity:1;
}

.header-content{
    z-index:2;
    margin-top:15%;
    padding:0 1rem;
}
.header-overlay.contact .header-content{
    margin-top:10%;
}
.header-content .col-6 {
    position:absolute;
    bottom:100px;
    width:500px;

}
.header-content .col-8 {
    padding-left: 0;
}
.header-content h1{
    color: white;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 90px;
    text-shadow: 2px 0 #525050, -2px 0 #525050, 0 2px #525050, 0 -2px #525050;
    margin-bottom:0;
    text-size-adjust:100%;
}

.header-content p{
    font-size: 2rem;
    display:block;
    /* padding-bottom:2rem; */
    margin-top:10px;
}

.my-btn{
    padding:1rem 1rem;
}

.c-flex{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display:flex;
    width:100%;
    flex-direction:row;
    flex: 0 0 10%;
    align-items: center;
    justify-content: space-between;
}
.c-flex .btn{
    color:white !important;
    margin-bottom:20px;
}
.top50{
    padding-top: 20px;
}
.contact-heading{

}
.contact-heading.col-md-4 h3 {
    font-size: 1.50rem;
}
.section-a video{
    position:relative !important;
    margin:auto;
}
.section{
    /*padding-bottom:50px;*/
    margin:0;
    overflow:hidden;
}
.section h3{
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.section-a{
    /*margin-top:50px;*/
    font-size: 1rem;
    background-color: rgba(32,104,146, 1);
    color:white;


}
.section-blue{
    font-size: 1rem;
    background-color: rgba(32,104,146, 1);
    color:white;


}
.white {
    color: white;
}
.section-how-it-works,.section-preview{
    background-color: #f2f2f2;
    color:black;
}
.section-how-it-works ul{
    list-style:none;
}

.section-how-it-works ul li{
    width:33%;
    float:left;
    margin:7px 0;
}
.section-how-it-works ul li i{
    margin-right:10px;
}
.section-our-word{
    background-color: white;
    color:black;
}
.section-our-word .btn,.section-preview .btn,.section.topics .btn{
    color:white !important;
}
.section-its-easy{
    font-size: 1rem;
    background-color: rgba(32,104,146, 1);
    color:white;
}
.section-its-easy .btn{
    margin-bottom:20px;
}
.section-preview .carousel{
    margin-bottom:20px;

}
.section-preview .buttons{
    padding-top:20px;
}
.section-preview a,.container.xpress a{
    text-decoration: underline;
}
.section.features h3{
    font-size:60px;
}
.section.features p,.section.topics p{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
}
.section.features .col5{
    width:20% !important;
    float:left;
}
.section.benefits{
    background-color:white !important;
    color:grey;
}
.section.benefits h3,.section.benefits h4{
    color:black;
}
.section.benefits h4{
    margin-top:10px;
    margin-bottom:10px;
}
.section.benefits .flags img{
    padding:10px;
}
.section.benefits .col-md-6{
    padding:35px;
}
.section.benefits .row{
}
.section.benefits a{
    margin-bottom:20px;
    text-decoration: underline;
}

.section.renew{
    background-color:white !important;
    color:grey;
    padding: 20px;
    min-height: 300px;
}
.section.renew h3,.section.renew h4{
    color:black;
}
.section.renew h4{
    margin-top:10px;
    margin-bottom:10px;
}
.section.renew .col-md-6{
    padding:35px;
}
.section.renew .row{
}
.section.renew a{
    margin-bottom:20px;
    text-decoration: underline;
}

.section-topic-list{
    background-color:#ffffff;
    padding-top:50px;
}
.section-topic-list .card{
    margin-bottom:10px;
    border-radius:0;
    border:1px solid black;
}
.section-topic-list .card-header{
    background-color: white;
    border-bottom:1px solid black;
}
.pt-20 {
    padding-top: 20px;
}
#starterPackLibraries .card-header,#starterPackLibraries .card-body,#starterPackLibraries .card{
    background-color:transparent !important;
}
button.accordion{
    width:100%;
    font-size:26px;
    cursor: pointer;
    padding: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    text-decoration: none;
    color:#808080 !important;
    margin-bottom:15px;
    border:1px solid #808080;
    word-wrap: break-word;
    background-color: white;
}
button.accordion:focus{
    outline:none;
}
div.accordion-panel{
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-bottom:15px;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
}
button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
#starterPackLibraries button.accordion,#starterPackLibraries div.accordion-panel{
    background-color:transparent;
}
.section-packages{
    background-color: white;
}
.section-packages h2, .section-packages h3, .section-packages h5{
    color:black;
}
.section-packages .green-bg,.section-packages .light-blue-bg{
    padding-top:20px;
    padding-bottom:0px;
}
.section-packages li{
    margin-bottom:10px;

}
.pricing-table{
    font-size:20px;
    padding:10px;
    color:white;
}
.pricing-table .col-md-5,.pricing-table .b-left{
    border-left:2px solid white;
}
.price{
    font-size:20px;
    margin:0;
}
.price.odd{
    background: #f7f7f7;
    color: #333333;
}
.price.even{
    background-color:#ffffff;
}
.container.odd{
    background: #f7f7f7;
}
.container.cwap{
    background: #dbe1f7;
}
.subscribe-btns{
    padding-top:30px;
    padding-bottom:0px;
    color:white !important;
    /*border-bottom:1px solid grey;*/
    word-wrap: break-word;
}
.subscribe-btns a{
    margin-bottom:20px;
}
.section-testimonials h2,.section-testimonials h3,.section-testimonials h4,.section.samples h2{
    color:black;
}
.section.easy a {
    margin-bottom:10px;
}
.tablesaw{
    width:100% !important
}
.tablesaw thead{
    background-color:rgb(226, 223, 220);

    color:white;
}
.tablesaw thead tr th{
    padding:10px;
    font-size:20px;
}
.tablesaw thead tr:first-child th {
    border-right: 1px solid #ffffff;
}
.tablesaw tbody tr{
    border-bottom:1px solid black;
    color:black;
}

.section.standards .col-md-3 div h3 a{
    color:black;
}
.section.standards .col-md-3 div h3 a:hover{
    text-decoration: none;
}
.section.standards .col-md-3 div p{
    font-size:20px;
    color:grey;
    font-weight: normal;
}
.xpress h4{
    margin:10px auto;
}
.section-blog h3 a {
    color:black;
    text-decoration:none;
}
.section-blog h3 a:hover{
    text-decoration:none;
}
.section-blog article span{
    display:block;
    font-size:12px;
    margin-bottom:20px;
}
.section.samples a,.section.samples img{
    margin-bottom:10px;
}
.sample-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact .card .card-img-top{
    max-width:150px !important;
    margin:auto;
}
.contact .card a {
    text-align: center;
}

.faculty .card-body{
    padding-top:0;
}
footer .head{
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    /* background-color: rgba(45,45,46, 1); */
}
footer{
    background-color:rgba(45,45,46, 1);
    color:white;
    padding-bottom:50px;
}
footer a{
    text-decoration:none;
}
.footer ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type:none;
    width:100%;
    padding-top: 20px;
    font-size: 0.1px; /* IE 9/10 fix */

}
.footer ul li{
    float:left;
    font-size:18px;
    display:inline-block !important;
    /*    width:fit-content;*/
    padding:0 10px;
}
.footer ul li a{
    color:white !important;
}
.fl-icon a{
    color:white;
}
.card-img-top {
    border-radius: calc(.50rem - 1px);
    width:auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.col-md-4 img {
    border-radius: calc(.50rem - 1px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.bricklayer.faculty {
    margin-top: 20px;
}
div.video_information ul li {
    cursor: pointer;
}
div.video_information ul {
    list-style-type: none;
    margin-left:0px;
}
span.video_name {
    color: #0000EE;
}
textarea#order_comments {
    width: 300px;
}
.faculty div.card {
    margin-left: 20px;
}
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    float: left;
}
label span.required {
    float: right;
}
.woocommerce-form-login .lost_password {
    font-size: 14px;
    float: none !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin: 0;
    height: 44px;
}

.woocommerce form .form-row label.inline {
    width: 105px;
    margin-left: 15px;
}
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    float: left;
}
label span.required {
    float: right;
}
.navbar-nav {
    font-size: 1.1em;
}
#navbarNav .navbar-nav a {
    color: #dddddd;
}
#navbarNav .navbar-nav a:hover {
    color: white;
}

.my-nav.container_fluid.homepage_header {
    content: " ";
    z-index: 2;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* Testimonials Style/css */
figure.testimonial {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: none;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.testimonial * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.testimonial img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
figure.testimonial blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  /* background-color: #fafafa; */
  color: white;
  padding: 30px 50px 65px 50px;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 -50px;
  line-height: 1.6em;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}
figure.testimonial blockquote:before,
figure.testimonial blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.testimonial blockquote:before {
  top: 35px;
  left: 20px;
}
figure.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 35px;
}
figure.testimonial .author {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
figure.testimonial .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.testimonial .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
  color: rgba(255,255,255,0.80);
}
.checked {
  color: orange;
}
.slick-slide {
margin-left:27px;
}
.section.section-a .video-js {
    width: 450px;
    height: 253px;
}
.homevideos.video-js {
    filter: brightness(0.6);
}
.section.section-preview .video-js {
    width: 540px;
    height: 253px;
}
p.contact-info {
    font-size: 12px;
}
.contact-div-medium {
    display: none;
}
i.contactPhone {
    margin-left:85px;
    margin-top:9px;
}
span.contact-sales-support-text {
    font-size: 23px;
    font-weight: bold;
}
.embed-container {
    position: relative;
    padding-bottom: 52.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.section-how-it-works ul, #isle_body ol {
    margin: 0;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navbar {
    padding: 0;
}

.navbar-nav .current_page_item {
    border-bottom: 5px solid silver;
}
.navbar-primary .current_page_item a {
    color: white !important;
}
.navbar-light .current-menu-parent {
    border-bottom: 5px solid silver;
}
.navbar-primary .current_page_item {
    border-bottom: 5px solid white;
}
.navbar-primary li.current_page_parent a.nav-link {
    border-bottom: 5px solid white;
}
.navbar-light .dropdown-menu.show .current_page_item {
    border-bottom: 5px solid rgba(32,104,146, 1);
}
.prep4camplogo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-packages .container {
    max-width: 60%;
}

.slick-track {
    display: flex;
}

.slick-track {
    cursor: -webkit-grab;
    cursor: grab;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.slick-dots {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    list-style-type: disc;
    color: white;
    font-size: 40px;
}

.slick-dots li.slick-active {
    color: orange;
}


.slick-dots button {
    color: transparent;
    border: none;
    background-color: transparent;
}



ul.navbar-nav li.dropdown:hover div.dropdown-menu {
    display: block;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    background-color: black;
}
div.dropdown-menu a {
    color: #fff;
}
div.dropdown-menu a:hover {
    color: silver;
}
.navbar-nav .dropdown-item{
    background-color: black;
    color: white;
}
.navbar-primary .navbar-nav .dropdown-item {
    background-color: black;
}
.navbar-nav div.dropdown-menu {
    margin-top: -5px;
}
.navbar-light li a {
    color: white;
    webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    transition-property: transform, border-color;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease-out, ease-out;
    transition-delay: 0s, 0s;
}

.eot_banner_color {
    color: #4081C2;
}
.features_img {

}

img.pricing-prep4camp {
    max-width: 200px;
}

#menu-item-demo {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #8dc642;
    margin: 0px 10px;
}
.row.footer-app-links {
    padding-top: 15px;
}
img.eot-express {
    max-width: 100px;
}
.black.eot-express {
    margin-bottom: 20px;
}
h3.why-eot {
    margin-top: 10px;
}
.webinar-recording{
    min-height: 480px;
}
section.topics.pt-2.white {
    padding-top: 20px !important;
}
ul.sidebar-new-videos {
    list-style-type: none;
    margin: 0px;
}
a.btn.btn-success.sidebar-new-videos {
    white-space: inherit;
    margin-top: 10px;
    width: max-content;
}


@media(min-width:1024px){
    .section-a{
/*        padding-top:50px;*/
    }
}
@media(min-width:1366px){
    .section-a{
/*        padding-top:100px;*/
    }
}
@media(min-width:1920px){
    #\31 stvidtext {
        right: 20% !important;
    }
    .section-a{
/*        padding-top:220px;*/
    }
}
@media(min-width:2650px){
    #\31 stvidtext {
        right: 20% !important;
    }
    .section-a{
/*        padding-top:260px;*/
    }
}
.my-nav{
    position:absolute;
    width:100%;
    text-align:center;
}
.navbar{
    z-index:10;
}


.my-nav .nav-link{
    color:white;
}

.my-nav .navbar-brand{
    color:white;
}
.navbar-toggler-icon{
    color:white;
}
.light .navbar-toggler-icon{
    color:grey !important;
}
.navbar-brand.light img{
    margin-left: 15px !important;

}

.navbar-light{
    background-color:white;


}
.navbar-light .navbar-toggler {
    float:right;
    color:grey;
}
.navbar-light .navbar-brand {
    float:left;
}
.sheader{
    background-color: white;
    border-bottom:1px solid #808080;
    display:none;
}
.sheader.sticky{
    position:fixed;
    top:0;
    display:block;
    background-color:white;
    z-index:15;
    width:100%;
}
.navbar-light .navbar-collapse{
    margin-top:10px;
}
.container .header-content .col-6 {
    max-width: 80% !important;
}

span.url_faculty_shop{
    margin-top: 30px;
    display: block;
    width: 70%;
}
@media(max-width:2560px) {
    .navbar-brand {
    }
    .navbar-nav {
        font-size: 1.7em;
    }

    .navbar-primary .navbar-brand img{
        max-width: none !important;
        margin-left: -25px;
        width:605px;
    }
    .navbar-brand img{
        max-width: none !important;
        margin-left: 0;
        width:545px;
    }
    .section.section-a .video-js {
        width: 627px;
        height: 354px;
    }
}
@media(max-width:1920px) {
    .navbar-brand {
    }
    .navbar-nav {
        font-size: 1.7em;
    }

    .navbar-brand img{
        max-width: none !important;
        margin-left: 0;
        width:545px;
    }
}
@media(max-width:1600px){
    .navbar-primary .navbar-brand img{
        max-width: none !important;
        margin-left: 0px;
        width:605px;
    }
    .navbar-brand img{
        max-width: none !important;
        margin-left: 0;
    }
    .container {
        max-width: 95% !important;
    }
    .navbar-brand {
        margin-left: -50px;
    }
    .navbar-brand img{
        max-width: 545px !important;
    }
    .navbar-nav {
        font-size: 1.4em;
    }
    .header-overlay.contact .header-content{
        margin-top: 10%;
    }
    .image-header,.image-header .header-overlay{
        height:400px;
    }
    .image-header.contact,.image-header .header-overlay.contact{
        /* height:500px; */
    }
}
@media(max-width:1440px){
    .navbar-primary .navbar-brand img{
        width: 625px;
    }
    .section.section-a .video-js {
        width: 433px;
        height: 244px;
    }
}
@media(max-width:1366px){
    .navbar-primary .navbar-brand img{
        width: 575px;
    }
    .ceu_logo {
        width: 500px;
    }
    .section.section-a .video-js {
        width: 413px;
        height: 232px;
    }
}
@media(max-width:1300px){
    .navbar-brand {
        margin-left: -50px;
    }
    .image-header,.image-header .header-overlay{
        height:350px;
    }
    .image-header.contact,.image-header .header-overlay.contact{
        /* height:600px; */
    }
    .col-md-3.contact-heading {
        margin-top: 81px;
    }
    .ceu_logo {
        width: 500px;
    }
}
@media(max-width:1280px) {
    .section.section-a .video-js {
        width: 380px;
        height: 215px;
    }
   .navbar-brand img {
        max-width: 500px !important;
    }
    .navbar-nav {
        font-size: 1.2em;
    }
    .subscribe_buttons .btn-success {
        font-size: 20px;
    }
    .section.section-packages .btn-success {
        font-size: 20px;
    }
}
@media(max-width:1200px) {
    .navbar-nav {
        font-size: 14px;
    }
     i.contactPhone {
        margin-left: 40px;
        margin-top: 8px;
    }
    span.contact-sales-support-text {
        font-size: 18.5px;
        font-weight: bold;
    }
    p.contact-info {
        font-size: 12px;
    }
    .ceu_logo {
        width: 500px;
    }
}
@media( max-width:1024px ) {
    .dropdown-menu {
        font-size: .5rem;
    }
    .navbar-brand.light img {
        margin-left: 30px !important;

    }
    .btn.eot_camp, .btn.not_eot, .btn.individual {
        font-size: 22px;
    }
    .navbar-primary .navbar-brand img {
        width: 498px;
        margin-left: 5px;
    }
    .section.section-a .video-js {
        width: 300px;
        height: 169px;
    }
    .navbar-nav {
        font-size: .9em;
    }
    .navbar-brand img {
        max-width: 400px !important;
    }
    .navbar-nav {
        font-size: 0.8em;
    }
    .col-md-3.contact-heading {
        margin-top: 81px;
    }
    .ceu_logo {
        width: 400px;
    }
}
@media( max-width:1078px ) {
    /*
    i.contactPhone {
        display: none;
    }
    .contact-div-medium {
        display: block;
    }
    .contact-div {
        display: none;
    }
    */
}
@media(max-width:998px){
   .navbar-nav .current_page_item {
        border-bottom: none;
        color: black;
    }
    .header-overlay.contact .header-content{
        margin-top: 10%;
        margin-left: -107px;
    }
    .contactus.card {
        margin-left: auto;
        margin-right: auto;
    }
    .section-topic-list button.accordion{
        width:100%;
        font-size:18px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        line-height: 1.45;
        text-align: left;
        text-decoration: none;
        color:#808080 !important;
    }
    .section-its-easy a {
        font-size: 22px;
    }
    .col-md-3.contact-heading {
        margin-top: 0;
    }
    .webinar-recording{
        min-height: 240px;
    }
}
@media(max-width:992px){
    .navbar-brand img {
        margin-left: 0px;
    }
    img.image_presenter {
        width:87%;
    }
    span.url_faculty_shop{
    display: block;
    width: 100%;
    }
    .header-content p {
    }
    .header-content p {
        padding-bottom: 0px;
    }
    .navbar-primary{
        display:none;
    }
    .image-header,.image-header .header-overlay{
        height:300px;
    }
    .image-header.contact,.image-header .header-overlay.contact{
        /* height:400px; */
    }
    .image-header .header-content {
        margin-top:10%;
    }
    .sheader{
        display:block;
        position:relative;
    }
    .video-header,.image-header{
        position:relative;
    }
    .fullscreen-video-wrap{
        display:none;
    }
    .navbar-light .navbar-brand {
        float:none;
    }
    .image-header .header-content{
        margin-top:10%;
    }
    .c-flex{
/*        display:block !important;*/
    }
    .c-flex li{
/*        display:block !important;*/
    }
    .centre2{
        text-align: center !important;
    }
    .section.topics .container .row:nth-child(2) {
        margin-right: -50px;
        margin-left: -100px;
    }
    .btn-success {
        font-size: 24px;
        padding:10px;
    }
    .col-md-3.contact-heading {
        flex: 33%;
        margin-top: 60px;
    }
    .my-nav.container_fluid.homepage_header {
        content: " ";
        z-index: -1;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    #menu-item-demo {
        margin: 0px;
        width: max-content;
        padding: 0px 5px;
    }
}
@media(max-width:890px) {

}

@media(max-width:768px){
    div#navbarNavL {
        margin-left:-39px;
    }
    .dropdown-menu {
        font-size: 1.5rem;
    }
    .navbar-nav {
        font-size: 3.5em;
    }
    .webinar-recording{
        min-height: 240px;
    }
   .btn.eot_camp, .btn.not_eot, .btn.individual {
        font-size: 18px;
    }
    .navbar-brand img {
        max-width: 540px !important;
    }
    #my-video{
        width: 690px;
        height: 390px;
        margin-bottom: 20px;
    }
    .navbar-brand img {
        margin-left: 30px;
    }
    .col-md-3.contact-heading {
        flex: 0 0 44%;
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
    }
     i.contactPhone {
        margin-left: 36px;
        margin-top: 12px;
    }
    p.contact-info {
        font-size: 12px !important;
    }
    .header-overlay.contact .header-content{
        margin-top: 10%;
        margin-left: -107px;
    }
    img.image_presenter {
        width: 100%;
    }
    section.section-topic-list .col-6 {
        max-width: none;
    }
    .container .row .col-md-4 img {
        float: left;
    }
    .header-content h1{
        font-size:65px;
    }
    .header-content p{
        font-size:1.6rem;
    }
    .image-header .header-content{
        margin-top:10%;
    }

    .wrap{
        padding-left:5px;
        padding-right:5px;
    }
    .wrap a{
        width:250px;
        font-size:16px;
        line-height: 26px;
        padding:5px 10px;
    }
    .header-content{
        padding:0;
    }
    .centre{
        text-align: center !important;
    }
    .section-how-it-works ul li{
        width:49%;
        float:left;
    }
    .section-our-word .img-responsive{
        max-width:50px !important;
        margin:auto !important;
    }
    .section-preview .carousel{
        margin-top:20px;
    }
    .section.features p{
        font-size:14px;
    }
    button.accordion{
        width:100%;
        font-size:14px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        line-height: 1.45;
        text-align: left;
        text-decoration: none;
        color:#808080 !important;
        word-wrap:break-word !important;
    }
    .sample-video{
        height:240px !important;
        position:relative;
        display:block;
    }
    .section.topics .container .row:nth-child(2) {
        margin-right: -50px;
        margin-left: -100px;
    }

    .section.topics .container .row .btn-success {
        font-size: 1.25rem;
    }

    .section.topics .container .row:nth-child(2) div {
        padding-bottom: 15px;
    }
    .pt-5, .py-5 {
        padding-top: 0 !important;
    }
    .section-preview a
    {
        font-size:22px;
    }
    .ceu_logo {
        width: 300px;
    }
}


@media(max-width:690px) {
   .btn.eot_camp, .btn.not_eot, .btn.individual {
        font-size: 22px;
    }
   .header-overlay.contact .header-content{
        margin-left: auto;
    }
    .webinar-recording{
        min-height: 240px;
    }
}
@media(max-width:530px) {
    .webinar-recording{
        min-height: 240px;
    }
    span.contact-sales-support-text {
        font-size:16.5px;
    }
  .col-md-3.contact-heading {
        flex: 0 0 44%;
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
    }
     i.contactPhone {
        margin-left: 25px;
        margin-top: 10px;
    }
    p.contact-info {
        font-size: 11px !important;
    }
}


@media(max-width:468px){
    .webinar-recording{
        min-height: 240px;
    }
    .navbar-brand img {
        margin-left: 30px;
    }
    .col-md-3.contact-heading {
        flex: 0 0 57%;
    }
    section.section-topic-list .col-6 {
        margin-left: auto;
        margin-right: auto;
    }
    .image-header .header-content{
        margin-top:25%;
    }

    .container .col-6 p {
        width:250px;
    }
    .header-content p {
        padding-bottom: 0px;
    }
    .navbar-light .navbar-toggler {
        float:right;
    }
    .image-header,.image-header .header-overlay{
        height:300px;
    }
    .image-header.contact,.image-header .header-overlay.contact{
        /* height:500px; */
    }
    .section-how-it-works ul li{
        width:63%;
    }
    .section.features .col5{
        width:100% !important;
    }
    #my-video{
        width: 369px;
        height:206px;
        margin-bottom: 20px;
    }
    .section-our-word .img-responsive{
        max-width:100% !important;
        margin:auto !important;
    }
    .footer ul{
        display:block;
    }
    .footer ul li{
        width:100%;
        font-size:14px;
        display:block !important;
        width:100% !important;
        padding:5px;
    }
    .footer ul li a{
        display:block;
        width:100%;
        text-decoration:none;
        padding:5px;
    }
    .footer ul li a:hover{
        background-color: grey;
    }
    .btn-success {
        font-size: 24px;
        padding:10px;
    }

}
@media(max-width:414px){
    .webinar-recording{
        min-height: 240px;
    }
    div#navbarNavL {
        margin-left: -39px;
    }
    .navbar-nav {
        font-size: 1.5em;
    }
    .dropdown-menu {
        font-size: 1rem;
    }
    .navbar-brand img {
        max-width: 270px !important;
    }
@media(max-width:411px){
    .webinar-recording{
        min-height: 240px;
    }
    .navbar-brand img {
        max-width: 270px !important;
    }
    #my-video{
        width: 359px;
        height:200px;
        margin-bottom: 20px;
    }
    span.contact-sales-support-text {
        font-size: 18px;
    }
    p.contact-info {
        font-size: 12px !important;
    }
    i.contactPhone {
        margin-left: 28px;
        margin-top: 9px;
    }
}
@media(max-width:375px){
    .webinar-recording{
        min-height: 240px;
    }
    .navbar-brand img {
        max-width: 235px !important;
    }
    #my-video{
        width: 329px;
        height: 186px;
        margin-bottom: 20px;
    }
    span.contact-sales-support-text {
        font-size: 13px;
    }
    p.contact-info {
        font-size: 9px !important;
    }
    i.contactPhone {
        margin-left: 19px;
        margin-top: 1px;
    }
}
@media(max-width:360px){
    .webinar-recording{
        min-height: 240px;
    }
    .navbar-brand img {
        max-width: 220px !important;
    }
    #my-video{
        width: 309px;
        margin-bottom: 20px;
        height:173px;
    }
    span.contact-sales-support-text {
        font-size: 14px;
    }
    p.contact-info {
        font-size: 9px !important;
    }
    i.contactPhone {
        margin-left: 19px;
        margin-top: 1px;
    }
}
@media(max-width:320px){
    .webinar-recording{
        min-height: 240px;
    }
    .navbar-brand.light img{
        margin-left: 40px !important;

    }
    .navbar-brand img {
        max-width: 185px !important;
    }
    #my-video{
        width: 279px;
        height: 160px;
        margin-bottom: 20px;
    }
    span.contact-sales-support-text {
        font-size: 13px;
    }
    p.contact-info {
        font-size: 8px !important;
    }
    i.contactPhone {
        margin-left: 6px;
        margin-top: 0px;
    }


    .container .col-6 p {
        width:250px;
    }
    .header-content p {
        padding-bottom: 0px;
    }
    .header-content {
        margin-top: 0;
    }
    .navbar-light .navbar-toggler {
        float:right;
    }
    .image-header,.image-header .header-overlay{
        height:300px;
    }
    .image-header.contact,.image-header .header-overlay.contact{
        /* height:500px; */
    }
    .section-how-it-works ul li{
        width:100%;
    }
    .section.features .col5{
        width:100% !important;
    }
    .section-our-word .img-responsive{
        max-width:100% !important;
        margin:auto !important;
    }
    .footer ul{
        display:block;
    }
    .footer ul li{
        width:100%;
        font-size:14px;
        display:block !important;
        width:100% !important;
        padding:5px;
    }
    .footer ul li a{
        display:block;
        width:100%;
        text-decoration:none;
        padding:5px;
    }
    .footer ul li a:hover{
        background-color: grey;
    }

}
@media(max-height:1600px){

}
@media(max-height:1300px){

}
@media(max-height:998px){

}
@media(max-height:992px){

}
@media(max-height:823px){
    .video-header h1 {
        font-size: 45px;
    }

}
@media(max-height:768px){
    .video-header h1 {
        font-size: 65px;
    }
    .video-header  .header-content p {
        font-size: 1.6rem;
    }
    .video-header  .header-content a {
        font-size: 17px;
        padding: 0;
    }
    .btn-success {
        font-size: 24px;
        padding:10px;
    }

}
@media(max-height:736px) {
    .video-header h1 {
        font-size: 50px;
    }
    .video-header  .header-content p {
        font-size: 1.2rem;
    }
}
}
@media(max-height:731px) {
    .video-header h1 {
        font-size: 38px;
    }
    .video-header  .header-content p {
        font-size: 1.2rem;
    }
}
@media(max-height:640px) {
    .video-header h1 {
        font-size: 40px;
    }
    .video-header  .header-content p {
        font-size: 1.2rem;
    }
}
@media(max-height:568px) {
    .video-header h1 {
        font-size: 35px;
    }
    .video-header  .header-content p {
        font-size: 1.2rem;
    }
}
@media(max-height:468px){
    .header-content p {
    }
    .header-content p {
        padding-bottom: 0px;
    }
    .navbar-primary{
        display:none;
    }
    .image-header,.image-header .header-overlay{
        height:300px;
    }
    .image-header.contact,.image-header .header-overlay.contact{
        /* height:400px; */
    }
    .image-header .header-content {
        margin-top:10%;
    }
    .sheader{
        display:block;
        position:relative;
    }
    .video-header,.image-header{
        position:relative;
    }
    .fullscreen-video-wrap{
        display:none;
    }
    .navbar-light .navbar-brand {
        float:none;
    }
    .image-header .header-content{
        margin-top:10%;
    }
    .c-flex{
/*        display:block !important;*/
    }
    .c-flex li{
/*        display:block !important;*/
    }
    .centre2{
        text-align: center !important;
    }
    .section.topics .container .row:nth-child(2) {
        margin-right: -50px;
        margin-left: -100px;
    }

}
@media(max-height:320px){

}
.card{
    border:none;
    border-radius: 0;
    max-width:100% !important;
}
.card a {
    text-decoration:none;
    color:black;
}
.card-header h5, .card-header h5 button{
    overflow-wrap: break-word;
    word-wrap:break-word !important;
}
.bricklayer .card-title{
    overflow-wrap: break-word;
    word-wrap:break-word;
}


.page-numbers{
    padding:5px;
    border:1px solid grey;
    margin:10px 5px;
}

.page-numbers.current{
    border:1px solid green;
}

.selectable {
    cursor: pointer;
}

.carousel {
  /*margin: 1.5rem;*/
}
.carousel-inner {
  height: auto;
}

.carousel-control-prev {
  margin-left: -80px;
}

.carousel-control-next {
  margin-right: -80px;
}

img.insurance-partner-logo {
    max-height: 150px;
    max-width: 200px;
}

div.card-body.d-flex.flex-column p {
    text-align:left;
}
.libraries_information p {
    font-size: medium;
}


#order_review, #order_review_heading {
    width:100%;
}

.stripe-card-group #stripe-card-element .__PrivateStripeElement iframe  {
   width:100% ;
}
.stripe-card-group {
    width: 100%;
}

.navbar .fa-shopping-cart {
    font-size: 21px;
    margin-top: 9px;
    color: white;
}

    .ceu_logo {
        width: 600px;
    }

.testimonials-homepage {
    background-image: url('./fimages/testimonials-background1.jpg');
    background-size:cover;
    background-repeat:   no-repeat;
    background-position: center center;  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}


/* Bottom left text */
.overlay-image-text-bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: x-large;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* Top left text */
.overlay-image-text-top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: x-large;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* Top right text */
.overlay-image-text-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: x-large;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* Bottom right text */
.overlay-image-text-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: x-large;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* centered text */
.overlay-image-text-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: x-large;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/* centered right text */
.overlay-image-text-center-right{
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translate(-50%, -50%);
    font-size: x-large;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/* centered left text */
.overlay-image-text-center-left{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: x-large;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

img.pricing-prep4camp {
    max-width: 200px;
}

#menu-item-demo {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #8dc642;
    margin: 0px 10px;
}



@media(min-width:768px) and (max-width:1199px){

header.header_section .navbar ul.navbar-nav{align-items:start}
header.header_section .navbar ul.navbar-nav li, header.header_section .navbar ul.navbar-nav li#menu-item-demo, header.header_section .navbar ul.navbar-nav li#menu-item-712{margin:0 0 15px}
header .nav-phone-no { right: 50px; top: 47px; z-index: 11; }

}
