#header {
    z-index: 1000;
}
.btn-success:focus, .btn-success:hover {
    outline: #ffffff00;
}

.checked1 {
    color: orange;
  }

.fs {
    font-size: 12px;
}

.fs1 {
    font-size: 20px;
}

.fs2 {
    font-size: 18px;
}

.fc {
    color: rgb(69, 210, 245);
}

.fc2 {
    color: black;
}

.btnwh {
    height: 40px;
    width: 120px;
}

.pl {
    padding-left: 40px;
}

.pl1 {
    padding-left: 20px;
}

.pl2 {
    padding-left: 80px;
}

.pt {
    padding-top: 20px;
}

.pt6 {
    padding-top: 9px;
}

.pt1 {
    padding-top: 40px;
}

.pt2 {
    padding-top: 60px;
}

.pt3 {
    padding-top: 90px;
}

.pt7 {
    padding-top: 20px;
}

.pt8 {
    padding-top: 30px;
}


.pr {
    padding-right: 500px;
}

.pb {
    padding-bottom: 20px;
}

.pr2 {
    padding-right: 5px;
}

.p1 {
    padding: 15px;
}

.img {
    height: 40px;
    width: 40px;
}

.fr {
    float: right;
  }


.button1 {
    background-color: #e7e7e7;
    width: 100%;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
}

.box2 {
    background-color: #e7e7e7;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding: 30px 20px;
    margin: 50px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.box3 {
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
}

.box4 {
    background-color: white;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding: 30px 20px;
    margin: 50px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #2f3b7e;
  }

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    color: rgb(255, 174, 0);
  }

  /* Create an active/current tablink class */
  .tab button.active {
    background-color: none;
    color: rgb(255, 174, 0);
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }

  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
/*End Style the tab */

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/* accordion */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  .active1, .accordion:hover {
    background-color: #ccc;
  }

  /* .accordion:after {
    content: '⯆';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  } */

  .active1:after {
    content: "⯅";
  }

  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .lightblue{
    background-color: lightblue;
}

.card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.dc {
  color: rgb(61, 45, 102);
}

.success-body {
    /*text-align: center;*/
    padding: 40px 0;
    background: #EBF0F5;
}
.success-h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

.danger-h1 {
    color: #f13e46;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

.success-p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size:15px;
    margin: 0;
}
.success-i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
}
.success-card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
    /*width: 500px;*/
    /*height: 100%;*/
}

.success-ta {
    text-align: center;
}

.success-img {
    border-radius: 10px;
}

/* a:hover, a:active, a:focus {
    text-decoration: none !important;
    color: #212325 !important;
} */
.nav>li>a:hover, .nav>li>a:focus{
    background-color: #192357 !important;
    color: white !important;
    border: none;
}
/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {*/
/*    color: #fff;*/
/*    background-color: #192357;*/
/*    border: none;*/
/*}*/
/*a:hover, a:active, a:focus {*/
/*    text-decoration: none !important;*/
/*    color: #212325 !important;*/
/*}*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #192357;
    border: none;
}

.bg-lightgrey{
    background-color: lightgray;
}
.affix {
    position: initial;
}

/*--------Accordion-------*/
.acc-kontainer {
    width: 100%;
    margin: auto;
}
.acc-kontainer .acc-body {
    width: 98%;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 28px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.5s;
}

.acc-kontainer label {
    cursor: pointer;
    background-color: rgba(65, 60, 60, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 15px;
    width: 100%;
    color: black;
    font-weight: 400;
    box-sizing: border-box;
    z-index: 100;
}

.acc-kontainer input{
    display: none;
}

.acc-kontainer label:before {
    font-family: 'FontAwesome';
    content: '\f067';
    font-weight: bolder;
    float: right;
}

.acc-kontainer input:checked+label {
    background-color: rgba(78, 75, 75, 0.15);
}

.acc-kontainer input:checked+label:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    transition: 0.5s;
}

.acc-kontainer input:checked~.acc-body {
    height: auto;
    color: black;
    font-size: 16px;
    padding: 20px;
    transition: 0.5s;
}

/* .accordion[aria-expanded="false"]:after {
    content: '⯆';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
} */

/* .accordion[aria-expanded="true"]:after {
    content: '▲';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
} */

.courseImage{
    height: 210px !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  }


  .courseBlock  {
   margin-top:30px;
	min-height: 500px;
}

@media only screen and (min-width: 1000px) {
    .priceBlock{
        display: flex;
        justify-content: space-between;
    }
  }

