
@charset "utf-8";
/* CSS Document */
@font-face {
    /* There can be only one font-family in a font-face declaration. Multiple will break the font-face. */
    /* Test on Chrome in Linux to see the result of the broken font-face declaration (fonts will be serif). */
    /* Also, for some reason, IE 11 does not use this custom font. See this by changing the body font to just 'segoeui'. */
    /* Also, this font-family cannot be called "Segoe UI", as that causes issues on IE 11/Windows 8. */
   /* font-family:'Helvetica-Bold';*/
    src: url('font/Helvetica-Bold.eot'), /* IE9 Compat Modes */
        url('font/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), /* IE7-IE8 */
        url('font/Helvetica-Bold.woff') format('woff'), /* Modern Browsers */
        url('font/Helvetica-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('font/Helvetica-Bold.otf') format('opentype'), /* modern font formats */
        url('font/Helvetica-Bold.svg') format('svg'); /* Legacy iOS */}

  @font-face {
    /* There can be only one font-family in a font-face declaration. Multiple will break the font-face. */
    /* Test on Chrome in Linux to see the result of the broken font-face declaration (fonts will be serif). */
    /* Also, for some reason, IE 11 does not use this custom font. See this by changing the body font to just 'segoeui'. */
    /* Also, this font-family cannot be called "Segoe UI", as that causes issues on IE 11/Windows 8. */
    font-family:'Helvetica-Normal';
    src: url('font/Helvetica-Normal.eot'), /* IE9 Compat Modes */
        url('font/Helvetica-Normal.eot?#iefix') format('embedded-opentype'), /* IE7-IE8 */
        url('font/Helvetica-Normal.woff') format('woff'), /* Modern Browsers */
        url('font/Helvetica-Normal.ttf') format('truetype'), /* Safari, Android, iOS */
        url('font/Helvetica-Normal.otf') format('opentype'), /* modern font formats */
        url('font/Helvetica-Normal.svg') format('svg'); /* Legacy iOS */}


body{
  font-family: 'Helvetica-Normal';
}

header{
 /* background-position: center 10px;
  background-image: url(../img/header.jpg),url(../img/header.jpg);
  background-repeat: no-repeat;*/
}
.btn, .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6{
  /*font-family: 'Helvetica-Bold';*/
}
.satMob{
    display:block;
}
.satDesk{
    display:none;
}


.inline-block{
  display: inline-block;
}
.navbar{
  min-height: 115px;
  padding-top: 15px;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) -2%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) -2%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */

  border-bottom:0px;
}
 .navbar-fixed-top{
  position: relative;
} 
.navbar-fixed-top.affix{
  position: absolute;
}

/* .navbar-brand{
  height: 110px;
  padding: 0px 10px;
}
.navbar-brand img{
  height:150px;
}
 */
.navbar-collapse .my-cart .btn{
  padding: 2px 12px;
  background: #00447b;
  font-size:15px !important;
}

.navbar-collapse .my-cart{
  line-height: 30px;
}
.navbar-collapse .my-cart > span{
   position: relative; 
   top: 2px; 
  display: inline-block;
}
.navbar-collapse .my-cart > *{
  margin-right: 3px;
}

.navbar-collapse{
  color:#3054a3;
  font-weight: 500;
  font-size: 16px;
}
.navbar-collapse .study-desc h4{
  font-weight: bold;
  font-size: 31px;
  color:#14457b !important;
}

.navbar-nav{
  color:#ff9f00;
  margin-top: 15px;
}
.navbar-nav>li>a{
  display: inline-block;
  color:#ff9f00 !important;
  font-weight: normal;
  padding: 5px 10px;
  letter-spacing: 1px;

}
.navbar-nav>li>a:last-child{
  padding-right: 15px;
}
.biped{
  display: inline-block;
  color:#ff9f00 !important;
}
.navbar-nav>li{
  line-height: 0px;
}

.navbar-nav>li>a, .navbar-nav>li>.biped{
    vertical-align: middle;
}
.navbar-nav>li>.biped{
  font-family: "Helvetica-Normal";
}
.header-phone-color{
  color: #ff9f00 !important;
}
#phone-xc a{
  color: #ff9f00 !important;
}
@media (min-width:1920px){
  .navbar-nav>li{
    font-size: 13px;
  }
  .navbar-nav>li>a{
    font-size: 17px !important;
  }
  .navbar-collapse .study-desc h4{
    font-size: 31px;
  }
  .navbar-nav>li>.biped{
    font-size: 14px;
  }
  .carousel{
    /*height:700px;*/
  }
}
/*@media (min-width: 1280px){
.carousel {
    height: 488px !important;
}
}*/


@media (max-width:991px){
  #mainNav .container{
    width: 100%;
  }
  .navbar-nav>li>a{
    font-size: 18px !important;
  }
}

/* CONTENT SECTION 1 */ /* START  */

.register-sec div[class*="col-sm"]{
  /*padding: 0px 20px;*/
  position: relative;
}

.register-sec a.content-box{
  display: inline-block;
  width: 100%;
  /*background: #005ba4;*/
  background:#005ba5;
  padding: 10px;
  color:#fff;
  text-decoration: none;
  /*position: absolute;
  bottom: 40%;
  left: 0px;*/
}
.content-box h3{
  text-transform: uppercase;
}
.content-box h3.bold{
  font-weight: bold;
}
@media (min-width:992px){
  .bg-primary {
    background-color: #ebebeb;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
}

@media (max-width:991px){
  .bg-primary {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
}
#services{
  min-height: 600px;
  padding-bottom: 50px;
}
#services .section-heading{
  font-weight: bold;   
}
@media (max-width:991px){
  #services p{
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    color:#484848;
  }
} 
@media (min-width:992px) and (max-width:1024px){
  #services p{
    font-size: 19px;
    text-align: left;
    line-height: 28px;
    color:#484848;
  }
}
@media (min-width:1025px){
  #services p{
    font-size: 20px;
    text-align: left;
    line-height: 34px;
    color:#484848;
  }
}
.servsMble{
  max-width:100%;
  margin-bottom:16px;
}

@media (min-width:992px){
  #services{
    background: url(../img/content-bg.jpg) no-repeat;
    background-size: cover;
  }
  .servsMble{
    display:none;
  }
  #videoThumb{
    background-color: #eeedf3;
  }
}
@media (max-width:991px){
  .servsMble{
    display:block;
  }
}

@media (min-width:992px) and (max-width: 1200px){
  .content-box h3.bold {
    font-size: 20px;
  }
}
@media(max-width:991px){
  #services{
    background: url(../img/content-bg_trans.jpg) no-repeat;
  }

  .content-box h3.bold{
    font-size: 16px;
  }
      #txt-subscribe-email{
    width: 100% !important;
  }
  #btn-subscribe-email{
    margin-top: 10px;
  }

}
@media (min-width: 992px) and (max-width: 1200px){
  #services {
    background: url(../../images/whatwedo-mob.jpeg) no-repeat -124px 0px;
    background-size: cover;
  }
}
@media(max-width:767px){
  .content-box h3.bold{
    font-size: 24px;
  }
  .register-sec .row div:first-child a.content-box{
    margin-top: 0px;
  }
  .register-sec a.content-box{
    position: static;
    margin-top: 10px;
  }
  
  .my-cart{
    width: 100%;
  }

  .my-cart *{
    /*display: inline-block;*/
    float: left;
  }
  .navbar-collapse .my-cart .tel-number, .my-cart .my-cart-btn{
    width: 50%;
    margin-top: 5px;
    margin-right: 0px;
  }
  .my-cart .login{
    width: 100%;
    margin-top: 10px;
  }
  .my-cart .tel-number{
    text-align: left;
  }
  .navbar-collapse .my-cart .btn{
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-collapse .nav .page-scroll{
    width: 100%;
    display: block;
    text-align: center;
  }
  .navbar-collapse .nav .biped{
    display: none;
  }

  .study-desc{
    text-align: center;
  }
  .navbar-collapse .study-desc{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
  }
  .navbar-collapse .study-desc h4{
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background: #fff;
  }
  
  .navbar-nav>li>a:last-child{
    padding-right: 2px;
  }
  .navbar-collapse .navbar-nav{
    margin-top: 2.5px;
  }
  .navbar-nav>li>a:hover{
    color:#D58500 !important;
  }
    
/*   .navbar-brand{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  } */
    
  #mainNav{
    padding-top: 0px;
  }
 /*  .navbar-brand img{
    height:35px;
  } */

  .footer-logo{
      text-align: center;
  }
  .footer-logo img{
    height: 60px;
    display: inline-block;
  }
    
  header{
    min-height: 400px;
  }
  .soc-icon{
    text-align:center;
  }
  .copy-sec{
    text-align: center;
  }

}
.quote-img{
  display: inline;
  float: left;
}

.call-to-action .btn-default:hover{
  background:#082f4e;
  color:#fff;
}

#testimonial{
  padding: 94px 0;
  
}

#testimonial span.comnt{
  /*text-indent: 30px;*/
  line-height: 40px;
}

.bg-light{
  background:#ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bg-light button{
 border-radius:25px;
  background: #00447b;
  color:#fff;
}

.bg-light .form-group{
    font-size: 20px;
    font-weight: 200;
    margin-right: 10px;
}
.bg-light .form-group label{
  margin-right: 10px;
  color:#777777;
}

#testimonial span{
  font-size: 30px;
  display: block;
  margin-left: 10px;
  color:#777777;
  text-align:center;
}
.comnt h3 {
    text-align: center;
  font-size: 23px;
}
#testimonial span.by-name{
  font-size: 30px;
  width: 100%;
  margin-top: 20px;
  text-align: right;
}

#contact{
  background: #00447b;
}


.logo-white{
  opacity: 0.2;
}


#contact .footer-sec h2{
  font-size: 18px;
  font-weight: bold;
}
#contact .footer-sec{
  color:#fff;
}
#contact .footer-sec ul{
  list-style: none;
  color:#fff;
  padding-left: 10px;
}

@media (max-width: 991px){
  section {
    padding: 10px 0 !important;
  }
}
@media (max-width: 425px){
  section {
    padding: 10px 0 45px !important;
  }
}
@media (min-width: 992px){
  section {
    padding: 40px 0;
  }
}

#contact .phone{
  margin-top: 10px;
font-weight: bold;
font-size: 20px;
}

#contact .copy{
  font-size: 12px;
}
#contact .copy-des{
  font-size: 9px;
}


.footer-link a{
  color: #fff;
}
#contact .footer-sec .footer-link ul{
  padding-left: 0px;
}
#contact .footer-sec .soc-icon img:first-child{
    margin-right: 10px;
}
#contact .footer-sec .soc-icon img{
  height: 40px;
}

#contact .copy-sec p:first-child{
   margin-bottom: 5px;
}

#contact .footer-sec .soc-icon .phone{
  font-size: 30px;
  font-family: "Helvetica-Normal";
}

.carousel-indicators {
    display:none;
}

.page-scroll{
  color:red !important;
  font-weight:normal !important;
  font-size:17px !important;
}
.btnLogin{
  border-radius: 25px !important;
  height: 33px;
  padding: 2px 12px;
  background: #00447b;
  font-size: 15px;
  cursor:pointer;
}
.LogUser {
    display: block;
    width: 25px;
    position: relative;
}
.LogUser img {
    width: 100%;
    max-width: 100%;
}
.logMob{
  display:none;
}
.logDesk{
    display:block;
}
.btnLogin.aftrLog{
  font-size:16px !important;
  border:none;
  font-weight:700;
}
@media (min-width: 1024px){
  .btnLogin{
    border-radius: 25px !important;
    height: 33px;
    padding: 2px 8px;
    background: #fff;
    font-size: 28px !important;
  }
  .btnLogin.aftrLog{background: #eee;}
  .xs-responsive-sh .logMob{
    display:none !important;
  }
  .logDesk{
    display:block;
  }
}
@media (max-width: 1024px){
  .logDesk{
      display:none !important;
  } 
  
  .xs-responsive-sh .logMob{
    display:block !important;
  }
  .call-to-action .subscribe{
    font-size:18px;
  }
  .navbar-brand img{
    margin:0px !important;
    width:200px !important;
  }
}

@media (min-width: 768px) and  (max-width: 1190px){
  .navbar-brand img{
    margin: -10px 0px 0px 0px !important;
    width:193px !important;
  }
  header.inner-page{
    min-height: 36% !important;
    background-size: cover;
    border: 2px solid;
    border-color: #016bc1;
  }
}
@media (min-width: 768px) and  (max-width: 1199px){
  .satMob{
    display:none;
  }
  .satDesk{
      display:block;
  }
}
@media (min-width: 1191px){
  header.inner-page{
    min-height: 36% !important;
    background-size: cover;
    border: 2px solid;
    border-color: #016bc1;
  }
}
.my-cart{
/*  width: 115px; */
}   
.subscribe{
  color: #777777;
  font-size: 30px;
}

#btn-subscribe-email{
    width: 172px;
    height: 50px;
    font-size: 20px;
}

#txt-subscribe-email{
      height: 45px;
    width: 335px;
}
.blueText{
  color:#00447b !important;
  font-weight:bold;
}

.BtnRegister{
  padding-left:3%;
  padding-right:3%;
  font-weight:bold;
}

.btnBlue{
  background:#00447b !important;
  color:white !important;
}
.noBorder{
  border:none !important;
}

.inner-page-APCourse{
  /* background-image: url(../img/APCoursesBanner.jpg); */
  background-position: center;
 /*    background-size: 100% 240%; */
    min-height: 40%;
  /*   margin-top: 180px; */
    border: 2px solid;
    border-color: #016bc1;
}

.inner-page-SAT{
/*  background-image: url(../img/SATCourseBanner.jpg); */
  /* background-position: center -120px;
    background-size: 100% 240%; */
    min-height: 40%;
   /*  margin-top: 180px;
 */    border: 2px solid;
    border-color: #016bc1;
}
.section-heading{
  color:#00447b !important;
  font-size:53px  !important;
}
@media (min-width:992px) and (max-width:1024px){
  .section-heading{
    color:#00447b !important;
    font-size:45px  !important;
  }
}
.RegisterNavMenu{
  font-size:23px;
}

.NoMarginTop{
  margin-top: 0px;
}

.NoBackground{
  background:none !important;
}


.inner-page-onlinecourses{
/*   background-image: url(../img/OnlineCourse.jpg); */
 /*  background-position: center -120px;
    background-size: 100% 240%; */
    min-height: 40%;
   /*  margin-top: 180px;
 */    border: 2px solid;
    border-color: #016bc1;
}

.inner-page-OnlineVideo{
  background-position: center -120px;
    background-size: 100% 240%;
    min-height: 0;
/*     margin-top: 180px; */
}

.inner-page-location{
  background-image: url(../img/Location.jpg);
      /* background-position: center -116px;
    background-size: 100% 161%; */
    /*background: url(../img/Location.jpg) no-repeat;
  background-size:cover;*/
  min-height: 36%;
    border: 2px solid;
    border-color: #016bc1;
    width: 99%;
    margin: 0 auto;
}
.inner-page-location-Online{
  /* background-image: url(../img/header.jpg) !important;
  background-size:cover;*/
  min-height: 36%;
    border: 2px solid;
    border-color: #016bc1;
    width: 99%;
    margin: 0 auto;
}

.inner-page-openspot{
  background-image: url(../img/openspot.jpg);
 /*  background-position: center -120px;
    background-size: 100% 240%; */
    min-height: 40%;
   /*  margin-top: 180px; */
    border: 2px solid;
    border-color: #016bc1;
}

.inner-page-contactus{
  background-image: url(../img/corporate-office.jpg);
 /*  background-position: center -120px;
    background-size: 100% 240%; */
    min-height: 40%;
 /*    margin-top: 180px; */
    border: 2px solid;
    border-color: #016bc1;
}
.label-footer{padding: 0px !important;}

@media screen and (max-width: 992px) and (min-width: 767px){
  .RegisterNavMenu{
    font-size:25px;
  }
  .inner-page-location{
    background-size: 100% 100%; 
  }
  .inner-page-location-Online{
    background-size: 100% 100%;
    min-height: 38%;  
  } 
}

@media screen and (max-width: 1199px) and (min-width: 998px){
.navbar-right{
  /* width: 860px;
  */   height: 26px;
}

/* .navbar-brand img{
  width: 124px !important;
  height: 92px !important;
} */
}

@media screen and (max-width: 998px) and (min-width: 990px){
.navbar-right{
  width: 862px;
    height: 30px;
}

.navbar-brand img{
  width: 124px !important;
  height: 92px !important;
}
}


@media screen and (max-width: 767px) and (min-width: 375px){
.navbar-brand img{
  width: 135px !important;
  height: 61px !important;
}
#contact .footer-sec {
    color: #fff;
    text-align: center;
}

}

@media screen and (max-width: 375px) and (min-width: 266px){
.navbar-brand img{
  width: 110px !important;
  height: 50px !important;
}
.footer-sec{
  text-align: center;
}
.header.inner-page{
  margin-top: inherit !important;
}
}

@media(min-width:768px){
  #mainNav .navbar-nav{
    margin-right: -25px;
  }
  #myCarousel.carousel{
    overflow: hidden;
  }
}
@media(max-width:767px){
  .register-sec .row div:first-child a.content-box{
    margin-top: 0px;
  }
  .register-sec a.content-box{
    position: static;
    margin-top: 10px;
  }
  
  .my-cart{
    width: 100%;
  }

  .my-cart *{
    /*display: inline-block;*/
    float: left;
  }
  .navbar-collapse .my-cart .tel-number, .my-cart .my-cart-btn{
    width: 50%;
    margin-top: 5px;
    margin-right: 0px;
  }
  .my-cart .login{
    width: 100%;
    margin-top: 10px;
  }
  .my-cart .tel-number{
    text-align: left;
  }
  .navbar-collapse .my-cart .btn{
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-collapse .nav .page-scroll{
    width: 100%;
    display: block;
    text-align: center;
  }
  .navbar-collapse .nav .biped{
    display: none;
  }

  .study-desc{
    text-align: center;
  }
  .navbar-collapse .study-desc{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
  }
  .navbar-collapse .study-desc h4{
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background: #fff;
    width: 100%;
  }
  
  .navbar-nav>li>a:last-child{
    padding-right: 2px;
  }
  .navbar-collapse .navbar-nav{
    margin-top: 2.5px;
  }
  .navbar-nav>li>a:hover{
    color:#D58500 !important;
  }
    
 /*  .navbar-brand{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
     */
  #mainNav{
    padding-top: 0px;
  }
  #mainNav.affix, .navbar-fixed-top{
    position: static;
  }
  .navbar-brand img{
    height:35px;
  }

  .footer-logo{
      text-align: center;
  }
  .footer-logo img{
    height: 60px;
    display: inline-block;
  }
    
  header{
    min-height: 60px;
  }
  
  header.inner-page{
    min-height: 26px !important;
  border: 2px solid;
    border-color: #016bc1;
  }
  #mainNav .navbar-brand {
    height: 75px !important;
    width: auto !important;
  }
  #mainNav.navbar{
    min-height: auto;
    margin-bottom: 0px;
  }

  #mainNav .navbar-brand {
    min-height: none;
  }
  #mainNav.navbar-default .navbar-toggle{
    margin-top: 21px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    max-height: none;
    margin-bottom: 20px;
  }

}
.navbar-collapse .nav .page-scroll:hover{
  background-color: #0000;
}
.map-top{
    margin-bottom:30px;
}

@media(max-width:767px){
  .inner-page-location{
    min-height: none;
  }
  .inner-page-location-Online{
  min-height: none;
  }
}

@media(max-width:320px){
  .inner-page-location{
    min-height: none;
  }
  .inner-page-location-Online{
  min-height: 0px;
  }
}
@media only screen and (max-width: 680px) {
  .inner-page-location{
    min-height: 26px !important;
  }
  .inner-page-location-Online{
   min-height: 26px !important;
  } 
}
@media only screen and (max-width: 640px) {
  .inner-page-location{
    min-height: 26px !important;
  }
  .inner-page-location-Online{
    min-height: 26px !important;
    } 
}

@media only screen and (max-width: 520px) {
   .inner-page-location{
    min-height: 26px !important;
  }
   .inner-page-location-Online{
    min-height: 26px !important;
  }

}
@media only screen and (max-width: 480px) {
  header .header-content {
    padding: 82px 15px !important;
}
}
@media only screen and (max-width: 420px) {
  header .header-content {
    padding: 71px 15px !important;
}

}

@media only screen and (max-width: 375px) {
  header .header-content {
    padding: 64px 15px !important;
}

}
@media only screen and (max-width: 360px) {
  header .header-content {
    padding: 57px 15px !important;
}
}
@media only screen and (max-width: 320px) {
  header .header-content {
    padding: 55px 15px !important;
}
}
/* .navbar-nav>li>a:hover{
  color: #00467f !important;

} */
.header-phone{
  font-size: 25px;
  font-weight: 600;
  color: #ff9f00;
}

/* CONTENT SECTION 1 */ /* END  */

@media only screen and (max-width: 1190px) {
    .phone{
        font-size: 20px !important;
}


@media only screen and (max-width: 1190px) {
    .navbar-collapse .study-desc h4{
      font-size: 27px;
}
}
@media only screen and (max-width: 1190px) {
    .navbar-collapse{
      font-size: 0px;
}
}
@media only screen and (max-width: 938px) {
    .top-oneday{
      font-size: 23px !important;
}
}
@media only screen and (max-width: 980px) {
    .navbar-collapse .my-cart > *{
     line-height: 6px !important;
    }
}

@media only screen and (max-width: 766px) {
    .header-phone{
    margin-top: 10px;
    text-align: center;
    float: right;
    }
}

@media only screen and (max-width: 876px) {
    .header-phone{
  font-size: 16px;
    }
}

@media only screen and (max-width: 764px) {
    .top-oneday{
   display: none;
    }
}

@media only screen and (max-width: 866px) {
    .top-oneday{
     font-size: 24px !important;
    }
}
@media only screen and (max-width: 820px) {
    .top-oneday{
     font-size: 22px !important;
    }
}


/*@media only screen and (max-width: 984px) {
    .test{
    width: 188px !important;
    margin-left: 59px !important;
    }
}*/
 @media (max-width: 1024px) {
  .navbar-toggle {
        display: block;
    }
 }
 @media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form {
    background: #fff;
    width: 100%;
}
.navbar-default .nav > li > a{
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #00447b !important;
    margin-top: 1px;
}
.navbar-default .nav > li {
  width: 100%;
  text-align: center;
}
.navbar-default .nav {
  margin-right: 0px !important;
}
.navbar-fixed-bottom .navbar-collapse, 
.navbar-fixed-top .navbar-collapse {
    max-height: initial;
}
}  
.head-menu{
  text-align: right;
}
@media only screen and (max-width: 766px) {
  .my-cart{
    width: 20%;
  }
  .my-cart .login{
    width: 64%;
  }
  .my-cart {
    /*width: 15%;*/
    margin-top: -24px; /* 16px */
   margin-right: -31px;

}
 .my-cart .login {
    font-size: 11px !important;
    }



}
@media only screen and (min-width: 530px) {
#menu1{
      min-width: 80px;
    }
}
@media only screen and (max-width: 766px) {
  .navbar-nav>li>a{
  background-color: #f9f9f9 !important;
  margin-top: 3px;
}
#phone-xc{
  width: 100%;
  clear: both;
}
}
@media only screen and (max-width: 564px) {
  .my-cart {
   
    margin-right: 0px;
}
.my-cart .login {
    width: 87%;
}
.my-cart {
   margin-top: -13px;
}
 
}


  .navbar-toggle {
    margin-left: 15PX;
    margin-top: -5PX;
}

.navbar-toggle{
  margin-top:inherit !important;
}
@media only screen and (max-width: 848px){
  .header-phone{
    line-height: 5px !important;
  }
}
@media only screen and (max-width: 758px){
  .navbar-toggle{
        margin-top: -25px !important;/*15px*/
  }
}
@media only screen and (max-width: 682px){
  .my-cart .login{
           font-size: 9px !important;
  }
}
@media only screen and (max-width:538px){
  .my-cart{
  margin-top: -23px !important;
  }
}
@media only screen and (max-width:320px){
  #testimonial span.by-name{
  font-size: 25px !important;
  }
    .my-cart{
    margin-right:inherit;
  }
    .navbar-toggle{
    margin-right:inherit;
  }
  .navbar-brand img{
    margin-right:inherit;
  }
  
  .test{
     margin-left: 0px !important;
  }
}

@media only screen and (max-width:320px){
  .my-cart .login{
       margin-top: 27px !important;
  }
}
.loglbl{
  color:red;
}
