/*@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,500|Montserrat:300,400,600,700');
body{font-family: 'Montserrat', sans-serif; font-size: 14px;}
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600,700,800&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap');
body{/*font-family: 'Work Sans', sans-serif; */
font-family: 'Poppins', sans-serif;
}
/**font-family: 'Fira Sans Condensed', sans-serif;**/

a:hover{ text-decoration: none; cursor: pointer;}
.lineheight24{ line-height: 24px;}
.pl0{ padding-left: 0px;}
.pr0{ padding-right: 0px;}
.mt20{ margin-top: 20px;}
.mtn200{ margin-top: -200px;}
/********** 4. loader **********/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:#fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f35f27;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #bf2893;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e4b212;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
/********** 4. Top Header **********/
#topmenu{background-image: url(../images/scale.png);
    background-repeat: repeat-x;
  /*  padding-top: 10px; */    position: relative; z-index: 999; position: fixed; width: 100%; background: #fff;}
.top-header-content { padding-top:23px;}
.logo{padding:10px 0px;width: 170px;}
.top-header-content i{ float:left; font-size:18px; display: inline-block;border-radius: 50%; margin-right:6px;border: 2px solid #01535E;padding: 9px; line-height:21px;width: 40px;height: 40px;}
.top-header-content p{ font-weight:bold; color:#01535E; margin-left:10px;font-size: 13px;}
.top-header-content p a{ font-weight:normal; color:#01535E;}
.iq-banner {position: relative;overflow: hidden;}
.iq-banner:after {content: "";bottom: -2px;left: 0;width: 100%;height: 130px;background: url(../images/slidebg.png) no-repeat 0 0;background-size: cover;display: inline-block;position: absolute;}
header a:visited, header a:focus{color:#fff;*}
.fixed{position:fixed;top:0px;left:0;width:100%;z-index:999;}
.fixed1{position:fixed !important;top:0px;left:0;width:100%;background:rgba(255, 255, 255, 0.95);-webkit-box-shadow:0px 15px 50px rgba(2,3,3,0.1);-moz-box-shadow:0px 15px 50px rgba(2,3,3,0.1);box-shadow: 0 15px 50px rgba(2,3,3,.1);z-index:999 !important;}
.fixed1 nav{margin-top:0px;}
.fixed1 #input{top:67px;}
.fixed1 .menuarea ul.nav.navbar-nav li a{line-height:20px;}
.fixed1 .menuarea ul.nav.navbar-nav li a.hiring{line-height:18px;}
.fixed1 .menuarea ul.nav.navbar-nav li li a{line-height:20px;}
header{background:#09545D; background: #2D83B4;
    background: -moz-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: -webkit-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: linear-gradient(135deg, #0093a0 0%, #2d83b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#0093a0', endColorstr='#2d83b4',GradientType=1 );}
header a{color:#fff;font-size:13px;}
header a:hover{color:#fff;}
header .headercontact{text-align:left;padding:7px 26px;font-size:14px;}
header .headercontact i{width:22px;height:22px;border-radius:50%;background:#0e3c42;text-align:center;line-height:26px;}
.headeremail{margin-right:20px;}
ul.topheadermenu{list-style-type:none;padding:0px;margin:0px;font-size:0; text-align: right;}
ul.topheadermenu li{display:inline-block;}
.mobiledisplay{display:none;}
ul.topheadermenu li a{font-size:13px;padding:10px 15px;line-height:35px;}
ul.topheadermenu li a:visited, ul.topheadermenu li a:focus {color:#fff; text-decoration:none;}
ul.topheadermenu li a:hover, ul.topheadermenu li.active a{background:#14b7de;text-decoration:none;}
#menu{color:#f3f3f3 !important;}
/*.hiring{color:#277d88!important;font-size:13px !important;border:2px solid #277d88 !important;padding:3px 3px !important;}*/
.hiring {
    font-size: 11px !important;
    line-height: 28px !important;
    padding: 4px 12px !important;
    color: #fff !important;
    border-radius: 50px;
    background: #2D83B4;
    background: -moz-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: -webkit-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: linear-gradient(135deg, #0093a0 0%, #2d83b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#0093a0', endColorstr='#2d83b4',GradientType=1 );
}
.menuarea ul.nav.navbar-nav li a.hiring:hover{ background:#277d88 !important; color:#fff !important;}
.small{position:fixed;}
.small ul.nav.navbar-nav li a{color:#fff!important;}
.navbar-nav{float:right;}
.menuarea{position:relative;}
.menuarea .nav .open>a, .menuarea .nav .open>a:focus{background:0 0;}
.menuarea ul.nav.navbar-nav li a{color:#252323;display:inline-block;font-size:13px;font-weight:600; opacity:0.9;line-height:32px;padding:11px 14px;}
.menuarea ul.nav.navbar-nav li a:hover, .menuarea ul.nav.navbar-nav li.active{color:#fff;}
.menuarea ul.nav.navbar-nav li.active a{color:#f35f27;}
.menuarea ul.nav.navbar-nav li.active li a{color:#000;}
.menuarea ul.nav.navbar-nav li.active:hover a{border:none;}
.menuarea ul.nav.navbar-nav li{display:inline-block;float:none;}
.navbar-nav li{margin-bottom:1px;}
.navbar-nav .sub-menu li{margin-bottom:0;}
ul.nav.navbar-nav li:hover ul{top:100%;visibility:visible;opacity:1;filter:alpha(opacity=100);}
.menuarea ul.nav.navbar-nav li ul li{display:block;position:relative;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;border-bottom:1px solid #ccc;border-top:none;}
.menuarea ul.nav.navbar-nav li ul li:last-child:after, a.meanmenu-reveal{display:none;}
.menuarea ul.nav.navbar-nav li ul li a{color:#000;width:100%;padding:10px 10px;}
.menuarea ul.nav.navbar-nav li ul li a:hover{background:#09545d; background: #09545D;
    background: #2D83B4;
    background: -moz-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: -webkit-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: linear-gradient(135deg, #0093a0 0%, #2d83b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#0093a0', endColorstr='#2d83b4',GradientType=1 );color:#fff;text-decoration:none;}
.menuarea ul.nav.navbar-nav li ul li:after{background:#40a8dc;bottom:-1px;content:"";height:1px;position:absolute;right:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:0;}
.menuarea ul.nav.navbar-nav li a i{margin-left:7px;position:relative;top:-1px;}
ul.nav.navbar-nav li ul{left:-25px;position:absolute;top:200%;padding-left:0;width:305px;z-index:999;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-in-out, top .3s ease-in-out;transition:opacity .3s ease-in-out, top .3s ease-in-out;}
.mean-container .mean-bar{float:left;width:100%;position:relative;padding:0px;min-height:42px;z-index:999999;}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;text-indent:-9999em;line-height:20px;font-size:1px;display:block;font-weight:700;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px;}
.menuarea ul ul ul{left:-55px !important;top:150% !important;}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px;}
.mean-container .mean-nav ul li a.hiring{border:none !important;color:#fff !important;padding:12px !important;margin-left:6px;}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none;}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%}
.mean-container .mean-nav ul li a{display:block;float:left;width:95%;padding:0.5em 3%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255, 255, 255, .5);text-decoration:none;text-transform:uppercase;}
.mean-container .mean-nav ul li li a{width:126%;padding:0.5em 10%; font-size:13px;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255, 255, 255, .25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible;}
.mean-container .mean-nav ul li.mean-last a{border-bottom:none;margin-bottom:0;}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255, 255, 255, .1);}
.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:24px;height:19px;padding:8px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255, 255, 255, .1);border:none!important;border-left:1px solid rgba(255, 255, 255, .4)!important;border-bottom:1px solid rgba(255, 255, 255, .2)!important;}
.mean-container .mean-push, .mean-nav .wrapper{width:100%;padding:0;margin:0;}
.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0, 0, 0, .9);}
.mean-container .mean-push{float:left;clear:both;}
.mean-container .mean-bar, .mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.mean-remove{display:none!important;}
#nav li:hover ul ul, #nav ul{display:none;}
.mean-container .mean-bar, .mean-container .mean-nav ul li{background: #c62929;
    background: #23557d;
    background: -moz-linear-gradient(-45deg, #c62929  0%, #23557d  100%);
    background: -webkit-linear-gradient(-45deg, #c62929  0%, #23557d  100%);
    background: linear-gradient(135deg, #c62929  0%, #23557d  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#c62929 ', endColorstr='#23557d ',GradientType=1 ); border-bottom: solid thin #ccc;}
.nav>li>a{padding:15px 0;}
#submenu1 li>a, #submenu2 li>a, #submenu3 li>a{padding:5px 10px!important;}
footer .copy-right, footer .payment-img{float:right;}
footer .footer-link{float:left;}
.sub-sub-head{color:#000;font-size:26px;width:295px;}
#nav ul{position:absolute;padding:0;left:0;background:#fff;-webkit-box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);}
#nav li:hover ul{display:block;}
#nav li li:hover ul{display:block;margin-left:275px;margin-top:-50px;}
.nav>li>a:focus, .nav>li>a:hover{background:0 0!important;color:#f35f27  !important;}
.nav > li > a.trynow:focus, .nav > li > a.trynow:hover {background:#294d83   !important;color:#fff  !important;
}
.trynow{display: inline-block;
    margin: .5em 0;
    padding: 13px 30px !important;
    background-color: #c62828;
    color:#fff !important;
        line-height: 12px !important;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 11px;

    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
    -webkit-transition: background-color .25s,color .35s;
    transition: background-color .25s,color .35s;
}
a.trynow:hover {
    background-color: #ffb16f !important;
    /*text-decoration: underline;*/}
.br{border-right: solid thin #c62828;}
   /********** 26. slideshow **********/
#slideshow{     background-image: url(../images/slideshow.jpg);
    width: 100%;
   /* position: relative;*/
    background-size: cover;
    background-position: center; min-height: 667px;}
    .input-group {
    background-color: #fff;
    position: relative;
}
.slideshowimgset{width: 40%; bottom: 0px;
    z-index: 99;
    position: absolute;}

#slideshow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 48% 35%, rgba(0,0,0,0),#000000);
    z-index: 1;
}
#slideshow:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(../images/slideafter.png) no-repeat;
    background-size: 100%;
    left: 0;
    top: 62.5vh;
    z-index: 2;
}
.form-control {
    font-size: 14px;
    height: 50px;
    padding: 11px 17px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.btn[type=submit] {
    padding: 11px 14px;
    font-size: 20px;
    width: 50px;
    height: 50px;
}
.btn-link[type=submit] {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #ec5252;
}
 .btn-link[type=submit]:hover {
    background-color: #ec5252;
    color: #fff;
}
#slideshow{ padding-top: 150px;}
#slideshow h1{ color: #fff; font-size: 54px; text-align: right;    padding:5px 10px; position: relative; z-index: 3; font-weight: 600;}
#slideshow h2{  color: #ffdc2a; font-size: 22px; line-height: 28px; text-align: right; margin-top: 15px;      padding: 8px; position: relative; z-index: 3; font-weight:600; }
/********** 5. Stat **********/
.statbg{display: block; padding:5px 0px; 
    border: none;
    background: -webkit-linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);
    background: -moz-linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);
    background: -ms-linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);
    background: -o-linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);
    background: linear-gradient(-45deg,#EC5252 0%,#6E1A52 100%);}

    .statbg h4{ color: #fff;
    font-weight: bold;
    margin-bottom: 3px;}
    .statbg p{ color: #fff;}
    .statbg i{     color: #fff;
    display: block;
    float: left;
    font-size: 44px;
    margin-right: 15px;
    margin-top: 6px;}

    /********** 5. courses **********/
    #courses{ padding: 40px 0px;     background: #fff; z-index: 3; position: relative;}
    #courses h3{    color: #22547c;     font-size: 70px;padding: 0; margin: 0;line-height: 1; text-transform: uppercase;   margin-bottom: 20px;} 
    #courses p{ font-size: 15px; line-height: 24px;}
    .coursebg{   background: #ffffff; box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1); cursor:pointer;
    border: 10px solid #ffffff;    min-height: 413px;
    transition: .5s;
    margin-bottom: 15px;
    position: relative;}
    .coursecontent{ padding: 10px;}
    .coursecontent h4{font-size: 18px; font-weight: bold; line-height: 24px;  color: #22547c; margin-bottom: 20px;     margin-bottom: 10px !important;}
    .coursecontent p{ font-size: 13px !important; line-height: 26px; letter-spacing: 0.3px;}
    .coursecontent h5{ font-size: 15px; margin-top: 0px;}
    .coursebg:hover {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.21);
    margin-top: -5px;
}
.coursecontent .price{display: inline-block;
    margin: .5em 0;
    padding: 12px 12px !important;
    background-color: #c62828;
    color: #fff !important;
    line-height: 12px !important;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
    -webkit-transition: background-color .25s,color .35s;
    transition: background-color .25s,color .35s;
        font-size: 15px;
    margin-top: 0px;
}
.coursebg a {
    text-transform: uppercase;
    font-weight: bold;
    color: #63625e;
}
   /********** 26. Mobile Section **********/
#mobileSection p{    line-height: 30px;}
.store-link {
    display: inline-block;
    overflow: hidden;
    margin-right: 16px;
    margin-top: 24px;
}
.store-link img {
    height: 50px;
}
.maxwid300{ max-width: 300px;}
.img-center{ margin: 0 auto;}
.bgwhiteimp{ background: #fff !important;}
.sec-title-two {
    position: relative;
    text-align: center;
}
.sec-title-two h2 {
    position: absolute;
    width: 100%;
    font-size: 128px;
    color: #f5f5f5;
    line-height: 1em;
    font-weight: 700;
}
.sec-title-two h3 {
    position: relative;
    color: #22547c;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 128px;
    display: inline-block;
    text-transform: uppercase;
}
.sec-title-two h3:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    width: 1px;
    height: 70px;
    margin-left: 2px;
    background-color: #22547c;
    -moz--transform: rotate(0deg);
    -o--transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

   /********** 26. demo video **********/
#indexdemovideo{    background-image: url(../images/demo.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 510px; padding-top: 100px;}

    #indexdemovideo h4{ color: #fff; font-size: 34px;
    font-weight: 600;
    line-height: 44px;}
    #indexdemovideo p{ color: #fff;}
   /********** about **********/
    #aboutus{     padding-bottom: 60px; line-height: 30px;     background: #f5f3f4;  -moz-box-shadow: inset 0 -10px 10px -14px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -14px #000000;
    box-shadow: inset 0 -10px 10px -14px #000000;
    background-image: url(../images/services_bg.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center; text-align: center;
}
#aboutus p{ text-align: center; font-size: 16px; margin-top: 20px;}
#aboutus img{ width: 100px;}

a.courseslink{     text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    border: solid thin #fff;
    margin-top: 34px;
    border-radius: 50px;
    text-align: right;
    display: inline-block;
    float: right;
    z-index: 4;
    position: relative; cursor: pointer;}
    a.courseslink:hover{ background: #c62828; text-decoration: none; border-color: #c62828;}

    .pt80{ padding-top: 80px;}
    .feedbackstar{ margin-right: 3px; color: #f4c150;}
    .courseheaderbg{  width: 100%; background: #f4f4f4; padding: 80px 0px;    min-height: 550px;
    /* position: relative; */
    background-size: cover;
    background-position: center;}
    .coursedetails{ z-index: 99;}

    .courseheaderbg:after{content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(../images/slideafter.png) no-repeat;
    background-size: 100%;
    left: 0;
    top: 44.5vh;
    z-index: 2;}
      .courseheaderbg h1{ font-size: 45px; line-height: 61px; color: #040404; font-weight: 600;}
      .courseheaderbg p{ font-size: 18px;  color: #727781; line-height: 28px; margin-bottom: 50px;}

      .coursedetails h3{font-size: 22px;
    color: #1f2020;
    font-weight: 600;      width: 100%;
    font-size: 20px;
    line-height: 40px;
    padding: 0 0 15px;
    margin: 30px 0 15px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;}
    .coursedetails p{ line-height: 24px; color: #29303b; font-size: 14px;}
    .coursedetails i.iconhead{margin-right: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #c62828;
    padding: 10px;
    border-radius: 50%;}
.coursedetails .coursecontent1{ max-height: initial;}
.coursedetails .coursecontent1 .innercontent{ margin-left: 20px;}
    .coursegroup{ margin-bottom: 30px;
    border: solid thin #e2e2e2;
    border-radius: 10px;}
    .coursegroup h3{ padding-top: 10px; padding-left: 10px;}

    .bannerarea{    background: #282b42;
  
    padding: 20px 0px;}
    .bannerarea h1{ font-weight: 800; color: #fff;}


    .bookingsubscription{background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    transform: translate3d(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.02);}

    .bookingsubscription input, .bookingsubscription input[type="text"], .bookingsubscription input[type="password"], .bookingsubscription input[type="email"], .bookingsubscription input[type="number"], .bookingsubscription textarea, .bookingsubscription select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
    font-weight: 400;
    opacity: 1;
    border-radius: 6px;
}

        .bookingsubscription input[type="checkbox"] {height: 15px;
    float: left;
    display: inline-block;
    width: auto;
    margin-right: 7px;
    margin-top: 2px;
    margin-left: 18px;
        }

.bookingsubscription label{font-weight: 500;
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;}

     .bookingsubscription h3  {width: 100%;
    font-size: 20px;
    line-height: 40px;
    padding: 0 0 20px;
    margin: 5px 0 30px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;}


   .bookingsubscription h3 i {margin-right: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #c62828;
    padding: 10px;
    border-radius: 50%;}
    .utf_payment_logo {
    height: 24px;
    position: absolute;
    right: 19px;
    top: 18px;
    image-rendering: -webkit-optimize-contrast;
}
.utf_payment_tab_block {
    background: #ffffff;
    box-sizing: border-box;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s 0s ease-in-out;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-bottom: 10px;
}
.utf_payment_tab_block.utf_payment_tab_block_active {
    max-height: 100%;
    background: #fff;
    border-radius: 10px;
}
.utf_payment_trigger_tab > input {
    position: absolute;
    visibility: hidden;
}
.utf_payment_trigger_tab {
    padding: 0px 20px;
}
.utf_payment_trigger_tab > label {
    cursor: pointer;
    display: block;
    position: relative;
    top: 0;
    padding: 15px 0;
    top: 1px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    font-weight: 500;
}
.utf_payment_tab_block_content {
    padding: 10px 20px 20px 20px;
    background-color: #fff;
  
    opacity: 1;
    transition: 0.2s ease-in-out;
}
input[type="radio"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    box-shadow: none;
}
.utf_listing_payment_section label {
    font-weight: 500;
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;
}
.utf_payment_trigger_tab > label::before {
    transition: 0.2s;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
}
.utf_payment_trigger_tab > label::after {
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 25px;
    width: 8px;
    height: 8px;
    transition: 0.2s;
    transform: scale(0);
}

.cbtn{background-color: #c62828;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 30px; text-align: center;}

  .boxed-widget {
    background-color: #f9f9f9;
    padding: 25px;
    transform: translate3d(0,0,0);
    z-index: 90;
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
}
 .boxed-widget.summary {
    border-radius: 0 0 10px 10px;
}

 .boxed-widget h3 {
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0 0 20px 0;
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
}
.boxed-widget h3 i.fa-calendar-check-o {
    position: relative;
    top: -1px;
    margin-right: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #c62828;
    padding: 10px;
    border-radius: 50%;
}
.opening-hours ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.opening-hours ul li {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    font-weight: 500;
    margin: 0;
    padding: 6px 0;
    transition: 0.2s;
    cursor: default;
}

 .opening-hours.summary li:first-child {
    padding-top: 0;
}

.opening-hours ul li span {
    float: right;
    font-weight: 400;
    color: #797979;
}

.opening-hours.summary li.total-costs {
    font-size: 20px;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    margin-top: 10px;
    padding-bottom: 0;
}

.opening-hours input[type="text"] {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
    font-weight: 400;
    opacity: 1;
    border-radius: 6px;
}

.coupon_code{background-color: #c62828;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 30px;}

    .max100 {
    max-width: 100px;
}
.pl20 {
    padding-left: 20px;
}

.perinfo input {
    width: 0!important;
    height: 0!important;
    overflow: hidden;
    opacity: 0;
}
.perinfo i{    /*margin-left: 34px;*/}
.secondary-sidebar .main-menu {
    padding-left: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    border: 1px solid rgba(0,0,0,.07);
}

.secondary-sidebar .main-menu>li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding-left: 0px;
}
.secondary-sidebar .main-menu>li a {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 50px;
    font-weight: bold;
        padding-left: 6px;
    padding-right: 30px;
}
.secondary-sidebar .main-menu>li i {
    padding: 16px 10px;
}
.secondary-sidebar .main-menu>li.active{
    background: #ffc59b;
   
}
.secondary-sidebar .main-menu>li.active a{ color: #4c4a48;}
.mb10{ margin-bottom: 10px;}
.mt20{ margin-top: 20px;}
.posrel{ position: relative;}
.labeledit{cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 98px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    -webkit-transition: all .3s;
    transition: all .3s;}
    .labeledit:hover{ background: #c62828;}
    .labeledit:hover i{ color: #fff;}

    .cancelbtn{display: inline-block;
    margin: .5em 0;
    padding: 13px 30px !important;
    border:solid 2px #c62828;
    color: #c62828 !important;
    line-height: 12px !important;
    margin-left: 20px;
    border-radius: 100px;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
    -webkit-transition: background-color .25s,color .35s;
    transition: background-color .25s,color .35s;}

    .profileimg{    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;}

    .courses img{margin: auto 10px auto auto;
    width: 40px;
    height: 40px;}
    .courses h4{margin-top: 0px; font-size: 14px; font-weight: bold; text-transform: capitalize;     margin-bottom: 3px;
}
    .courses p{margin-top: 0px; font-size: 13px; font-weight: normal; text-transform: capitalize;}
    .progress{    height: 7px;     background-color: #e2e2e2; margin-bottom:0px;}

    .disp-none{ display: none;}

    ul.coursecontent1{ margin:0px; padding: 0px;  border: solid thin #e2e2e2; max-height: 554px;
    overflow: auto}
    ul.coursecontent1{ list-style-type: none;}
     ul.coursecontent1 li{border-bottom: solid thin #e2e2e2; cursor: pointer; padding: 5px 5px; }
     .coursecontent1 h4{ font-size: 15px; margin-bottom: 8px;     color: #f35f27; font-weight: bold;     line-height: 22px;}
     ul.coursecontent1 li:hover{ background: #f4f4f4;}
    .coursecontentheading {    border: solid thin #e2e2e2;
    margin-bottom: 0px;
    padding: 10px; margin-top: 0px;}

    ul.innercontent{ margin: 0px; margin-left:0px; padding: 0px;  display: none;}
    ul.innercontent li{ border-bottom: dashed thin #ccc; list-style-type: none;}
    ul.innercontent li:last-child{border: none;}
    .innercontent h5{ margin-bottom: 6px; font-weight: bold; font-size: 13px;}
        .innercontent h5.active { color:red;
        }
    .innercontent p{ margin-bottom: 5px;}
    .mt25{ margin-top: 25px;}

    .jeg_prevnext_post {
    margin-bottom: 30px;
    border-top: 1px solid #eee;
  /*  border-bottom: 1px solid #eee;*/
    padding: 20px 0;
    margin-bottom: 20px;
}
.jeg_prevnext_post a {
    display: block;
    float: left;
    width: 50%;
    padding-right: 20px;
}
.jeg_prevnext_post span {
    font-weight: 700;
    color: #a0a0a0;
    position: relative;
}
.jeg_prevnext_post h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 1em;
    border-left: 10px solid #eee;
    margin: 10px 0;
    transition: .3s ease;
    color: #212121;
}
.jeg_prevnext_post a:hover h3{border-color: #fcb11e;}
.coursesidebar{    position: fixed;
    width: 25%;
    top: 54px;
    background: #fff;
    left: 0px;}

    .mt10{ margin-top: 10px;}
    .courserightcontent{ margin-top: -287px; background: #fff; padding: 15px; box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    border: 10px solid #ffffff; z-index: 99; position: relative;}
    .courserightcontent h4{font-weight: 900;
    font-size: 36px;
    text-align: center;
    color: #5a5d63;
    margin-top: 0px;}
 .menuarea ul.nav.navbar-nav li.alogin {
    display: none;

}
.errorMessage{color: #dd4b39  !important;
}
.text-green { color:green;
}
.text-red {color:red;
}
 /********** 26. footer **********/
footer{ padding: 30px 0px; text-align: center;}
footer ul{ list-style-type: none; margin-bottom: 20px;}
footer ul li{display: inline-block; }
footer ul li a{ font-size: 13px; cursor: pointer; color: #444; }

footer ul li a:after{color: #000;
    content: "•";
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 600;}
    footer ul li:last-child a:after{content: "";}
footer p{ font-size: 13px; margin-bottom: 5px; text-align:center;}
footer p a{color:#c62828; font-weight: bold; }


/****************Responsive queries*********************/
@media only screen and (min-width:1600px){}
@media only screen and (min-width:992px) and (max-width:1200px){
.menuarea ul.nav.navbar-nav li a{    padding: 21px 8px;}

}
@media only screen and (min-width:768px) and (max-width:991px){
     #slideshow h1 { font-size:45px;
    }
    #slideshow:after, .courseheaderbg:after {
        background: none;
    }
    .slideshowimgset { display:none;
    }
    .sec-title-two h3 { line-height:58px;
    }
    .courserightcontent { margin-top:0px;
    }
    .mtn200 { margin-top:0px;
    }
    .coursesidebar { position:relative; width:100%;
    }
    #lecturetopic {    margin-top: 70px;
    }
    .logo {margin-top: 47px;
    }
    .bannerarea {margin-top: 60px;
    }
    .mean-container .mean-nav ul li.alogin {display:none ;
    }
    .sec-title-two h2 {display:none;
    }

}
@media only screen and (max-width:767px){


    #slideshow h1 { font-size:45px;
    }
    #slideshow:after, .courseheaderbg:after {
        background: none;
    }
    .slideshowimgset { display:none;
    }
    .sec-title-two h3 { line-height:58px;
    }
    .courserightcontent { margin-top:0px;
    }
    .mtn200 { margin-top:0px;
    }
    .coursesidebar { position:relative; width:100%;
    }
    #lecturetopic {    margin-top: 70px;
    }
    .logo {margin-top: 47px;
    }
    .bannerarea {margin-top: 60px;
    }
    .mean-container .mean-nav ul li.alogin {display:none ;
    }
    .sec-title-two h2 {display:none;
    }
    html {
    overflow: scroll;
    overflow-x: hidden;
}
}
 
}
@media only screen and (max-width:736px){}
@media (max-width:667px){}
@media (max-width:640px){}
@media (max-width:480px){}
@media (max-width:414px){}
@media (max-width:375px){}
@media (max-width:360px){}
@media (max-width:320px){}