
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.white_ghost_btn {
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  height: 41px;
  border: 2px solid #fff;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.white_ghost_btn:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.black_ghost_btn {
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  height: 41px;
  border: 1px solid #393939;
  color: #393939;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.black_ghost_btn:hover {
  background-color: #393939;
  color: #fff;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.custom_main_btn {
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: #fa9020 !important;
  border-radius: 0 !important;
  padding: 12px 40px !important;
  font-family: 'Roboto', sans-serif !important;
  -webkit-transition: all 900ms ease !important;
  -moz-transition: all 900ms ease !important;
  -ms-transition: all 900ms ease !important;
  -o-transition: all 900ms ease !important;
  transition: all 900ms ease !important;
}
.custom_main_btn:hover {
  background: #e78218 !important;
  color: #fff !important;
  -webkit-transition: all 900ms ease !important; 
  -moz-transition: all 900ms ease !important;
  -ms-transition: all 900ms ease !important;
  -o-transition: all 900ms ease !important;
  transition: all 900ms ease !important;
}
.header_wrap.store-page {
  float: left;
  width: 100%;
  margin: 0;
  background: rgba(64,64,64,0.5);
  height: 44px;
  position: relative;
  z-index: 2;
}
.header_links.store-page {
  margin: 4px 0 0 0;
}
.header_links.store-page a i {
  float: left;
  height: 20px;
  font-size: 20px;
  line-height: 30px;
  margin-right: 10px;
}
.header_top_mobile.store-page {
  margin-top: 10px;
  float: right;
  text-align: right;
}
.header_top_mobile.store-page a { 
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  line-height: 24px;
}
.header_top_mobile.store-page a i {
  font-size: 18px;
  line-height: 20px;
  margin-right: 6px;
}
.header_links.store-page a p {
  float: left;
  margin: 0 20px 0 0;
}
.caret-up {
  width: 0; 
  height: 0; 
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.search_wrap {
  float: left;
  margin-left: 36px;
}
.search_wrap form {
  position: relative;
}
.search_wrap form img {
  position: absolute;
  top: 20px;
  left: 12px;
}
.search_wrap input {
  background-color: #3c3c3c;
  border-radius: 50px;
  border: 0;
  margin: 10px 10px 0 0;
  height: 32px;
  width: 205px;
  box-shadow: inset 1px 2px 2px rgba(0,0,1,.37);
  -moz-box-shadow: inset 1px 2px 2px rgba(0,0,1,.37);
  -webkit-box-shadow: inset 1px 2px 2px rgba(0,0,1,.37);
  padding: 0 10px 0 34px;
  font-size: 13px;
  color: #fff;
}
.search_wrap input::-webkit-input-placeholder {
  color: #cbcbcb;
}
.search_wrap input::-moz-placeholder {
  color: #cbcbcb;
}
.search_wrap input:-ms-input-placeholder {
  color: #cbcbcb;
}
.search_wrap input:-moz-placeholder {
  color: #cbcbcb;
}
.search_wrap input:focus {
  outline: none;
  color: #cbcbcb;
}
.header_links.store-page a {
  color: #fff;
  margin-right: 20px;
  font-size: 13px;
  text-decoration: underline;
}
.search_bar_wrap {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  padding: 26px 0;
  width: 100%;
}
.search_bar_wrap input {
  height: 47px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  width: 435px !important;
  margin: 0 auto;
}
.search_bar_wrap button {
  border-radius: 0 6px 6px 0;
  background-color: #fa9020;
  color: #fff;
  font-size: 16px;
  border: 0;
  height: 47px;
  width: 133px;
  margin-left: -3px;
}
.search_bar_wrap button:hover {
  background-color: #e48118;
}
.search_bar_wrap .form-inline {
  width: 571px;
  margin: 0 auto;
}
.email_box {
  float: left;
  margin: 18px 0 0 20px;
}
.email_box img {
  margin-right: 10px;
}
.email_box a {
  color: #fff;
}
.custom_nav_wrap.store-page {
  background-color: rgba(255,255,255,0.27);
  border: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.nav_menu_wrap ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.white_font {
  color: #fff !important; 
}
.top_banner_wrap {
  float: left;
  width: 100%;
  margin: 0;
  
  height: calc(100vh - 50px);
  position: relative;
}


.slider_wrap {
  float: left;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}
.slider_wrap .row {
  height: 100%;
}
.slider_wrap .row .carousel {
  height: 100%;
}
.slider_wrap .row .carousel .carousel-inner>.item {
  height: 100%;
}

.slider_wrap .row .carousel .carousel-inner>.item>a>img,
.slider_wrap .row .carousel .carousel-inner>.item>img,
.slider_wrap .row .carousel .img-responsive,
.slider_wrap .row .carousel .thumbnail a>img, .thumbnail>img {
  height: 100%;
}

.slider_img_1 {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.carousel-inner .item .slider_img_1{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

/* Carousel Styles */
.carousel-indicators .active {
  background-color: #fd6120;
  opacity: .5;
}
.carousel-inner {
  height: 100%;
}
.carousel-inner img {
  width: 100%;
}
.carousel-control {
  width: 0;
}
.carousel-control.left,
.carousel-control.right {
  opacity: .5;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
.carousel-control.left span {
  font-size: 25px;
  padding: 15px 0 0 24px;
}
.carousel-control.right span {
  font-size: 25px;
  padding: 15px 50px 0 0;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0;
}
.carousel-control.left span,
.carousel-control.right span {
    opacity = 1;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
    color: #fd6120;
}
.header-text {
  position: absolute;
  top: 40%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}
.header-text h3, .slider-sotore-text h3 {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  line-height: 42px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
}
.header-text p, .slider-sotore-text p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 18px;
}
.header-text img, .slider-sotore-text img {
  margin-top: -30px;
}

.carousel-indicators .active {
  background-color: #fff !important;
  border-color: #fff !important;
  opacity: 1;
}
.carousel-indicators li {
  background-color: #fa9020;
  border-color: #fa9020;
}
.logo {
  margin-top: 10px;
}
.banner_title {
  margin-top: 150px;
}
.banner_title h1 {
  float: left;
  width: 100%;
  font-size: 38px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.counselor_section {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin: 0;
}
.counselor_thumb span {
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  float: left;
  width: 100%;
  text-align: center;
  margin: 14px 0 0 0;
}

.footer_wrap {
  float: left;
  width: 100%;
  padding: 60px 0;
  background-color: #3a3a3a;
}
.footer_contact_info {
  color: #fff;
  float: left;
  width: 100%;
  margin: 14px 0 0 0;
  font-size: 16px;
}
.footer_first_col img {
  margin-bottom: 20px;
}
.footer_contact_info a {
  color: #fff;
}
.footer_contact_info span {
  margin-right: 10px;
}
.footer_social_media {
  margin-top: 20px;
  float: left;
}
.footer_social_media img {
  margin-right: 10px;
}
.footer_links {
  margin-left: 10px;
  float: left;
}
.footer_links h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-bottom: 0;
}
.footer_links ul {
  padding-left: 0;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.footer_links ul li {
  background-image: url(../images/footer_list_icon.png);
  background-repeat: no-repeat;
  background-position: 0 .1em;
  padding-left: 38px;
  line-height: 22px;
  margin-bottom: 15px;
  list-style: none;
}
.footer_links ul li a {
  color: #fff;
  font-size: 15px;
}
.footer_copyright {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 0 10px;
  background-color: #292929;
}
.footer_copyright p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
}

.nav_menu_wrap ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.menu_active {
  border-bottom: 2px solid #fa9020;
}
.nav_menu_wrap ul li {
  padding: 20px 16px;
}
.nav_menu_wrap ul li.header_search_box {
  padding: 0;
}
.nav_menu_wrap ul li a {
  padding: 0;
}
.header_search_box {
  background-color: rgba(255,255,255,0.36);
  border-radius: 100px;
  height: 39px;
  margin-top: 10px;
  margin-left: 20px;
}
.header_search_box form {
  position: relative;
}
.header_search_box select {
  float: left;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 125px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #303030;
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
    border-right: 1px solid #FA9020;
    border-radius: 0px;
}
.top-search-store  select option{
    widows: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.header_search_box select:focus {
  box-shadow: none;
}
.header_search_box input[type="text"] {
  float: left;
  width: 125px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: #303030;
  margin-top: 2px;
}

.header_search_box input[type="text"]::-webkit-input-placeholder { 
  color: #303030;
}
.header_search_box input[type="text"]::-moz-placeholder { 
  color: #303030;
}
.header_search_box input[type="text"]:-ms-input-placeholder {
  color: #303030;
}
.header_search_box input[type="text"]:-moz-placeholder {
  color: #303030;
}
.header_search_box input[type="submit"] {
  background: #fa9020 url(../images/search_icon.png) no-repeat center center;
  height: 39px;
  border-radius: 0 100px 100px 0;
  width: 42px;
  font-size: 0;
  z-index: 4;
  position: relative;
  outline: 0;
}
/*.header_search_box img {
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 4;
}*/
.header_search_box input[type="submit"]:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
}
.free_shipping_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background-color: #464646;
}
.free_shipping_section h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fa9020;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-bottom: 0;
}
.free_shipping_section span {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.free_shipping_section p {
  font-size: 22px;
  color: #e0e0e0;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.sales_banners_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.sales_banner_box_1, .sales_banner_box_2, .sales_banner_box_3 {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  height: 298px;
  position: relative;
  background-size: cover;
}
.sales_banner_box_2 {
  background-repeat: no-repeat;
  background-size: cover;
}
.sales_banner_box_3 {
  background-repeat: no-repeat;
  background-size: cover;
}
.sales_banner_box_1 span, .sales_banner_box_2 span, .sales_banner_box_3 span {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  border-left: 4px solid #fa9020;
  padding-left: 10px;
}
.sales_banner_box_1 p, .sales_banner_box_2 p, .sales_banner_box_3 p {
  position: absolute;
  bottom: 00px;
  left: 20px;
  color: #fa9020;
  font-size: 16px;
}
.featured_courses_section {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 20px 0;
}
.featured_courses_section h4 {
  margin: 20px 0 0 0;
  font-size: 20px;
  color: #393939;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
}
.featured_courses_section span {
  font-size: 14px;
  color: #393939;
  margin: 10px 0 20px;
  font-style: italic;
  float: left;
  width: 100%;
}
.featured_courses_section p {
  font-size: 14px;
  line-height: 26px;
  color: #393939;
  padding-right: 30px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.featured_courses_box_1, .featured_courses_box_2 {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 520px;
  position: relative;
}
 .featured_courses_box_2 {
  background-repeat: no-repeat 
  background-position: center;
}
.featured_courses_box_1 div, .featured_courses_box_2 div { 
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.featured_courses_box_1 span, .featured_courses_box_2 span {
  float: left;
  width: auto;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  background: #fa9020;
  border-radius: 80px;
  padding: 4px 16px;
}
.featured_courses_box_1 p, .featured_courses_box_2 p  {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.cta_section {
  float: left;
  width: 100%;
  margin: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 352px;
}
.cta_section h2 {
  float: left;
  width: 100%;
  padding: 140px 0 20px 0;
  text-align: center;
  color: #fff;
  text-transform: none;
}
.cta_section a {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
.hot_deals_books_section {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin: 0;
}
.deal_book_box {
  padding: 30px 0;
}
.deal_book_box p {
  color: #333333;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}
.deal_book_box .book_price {
  float: left;
  width: 100%;
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  
  margin-right: 5px;
}
.deal_book_box .book_price span {
  text-decoration: line-through;
}
.deal_book_box .book_price a {
  text-decoration: none !important;
  color: #fa9020;
  font-weight: 700;
  font-size: 16px;
}
.store_bottom_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: #f6f6f6;
}
.store_bottom_section form {
  margin: 20px 0;
}
.store_bottom_section form input[type=text] {
  float: left;
  height: 46px;
  background: #fff;
  border: 1px solid #a8a8a8;
  margin-right: 5px;
}
.store_bottom_section form input[type=text]:focus {
  outline: none;
}
.social_share {
  margin: 20px 0;
}
.social_share a {
  width: 55px;
  height: 55px;
  background: #fff;
  line-height: 55px;
  float: left;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-right: 5px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.social_share a:hover {
  background: #fa9020;
  color: #fff;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}


.carousel-control.right {
  right: -12px;
}
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
.store_bottom_section .carousel {
  margin: 20px 0 0 0;
  float: left;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  width: 100%;
}
.store_bottom_section .carousel .thumbnail {
  background: transparent;
  border: 0;
}
.logo_slider_dots .active {
  background-color: #fa9020 !important;
  opacity: .9;
}
.logo_slider_dots li {
  background-color: #999;
  border-color: #9d9b9e;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent !important;
}
.custom_dropdown {
  background-color: rgba(255,255,255,0.7);
  padding-top: 0;
  padding-bottom: 0;
}
.custom_dropdown li {
  padding: 0px 12px !important;
  border-bottom: 1px solid #393939;
  color: #393939 !important;
}
.custom_dropdown li a {
  color: #393939 !important;
  padding: 8px 20px 8px 10px !important; 
  text-transform: none !important;
}
.custom_dropdown>li>a:focus, .custom_dropdown>li>a:hover {
  background-color: transparent;
}
.custom_dropdown>li:hover {
  background-color: #fff;
}


/*custom css by mahedi */

.store-page-nav-area {
  left: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 999999999;
}
.store-page-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
    text-align: right;
    
}


.store-page-menu ul li{
    display: inline-block;
        position: relative;
}

.store-page-menu ul li a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.34s ease-in-out;
    padding: 15px 10px;
    position: relative;
    
}
.store-page-menu  ul > li:hover > a{
    color: #F7941E;
    text-decoration: none;
    
}

.store-page-menu  ul > li > ul.sub-menu{
    position: absolute;
    left: 0;
    top: 130%;
    min-width: 200px;
    background: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.34s ease-in-out;
    -o-transition: all 0.34s ease-in-out;
    transition: all 0.34s ease-in-out;
    
        
}
.store-page-nav-area{
    background: rgba(255, 255, 255, 0.27);
    padding: 15px 0;
}
.store-page-menu  ul > li:hover > ul.sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.store-page-menu  ul > li > ul.sub-menu > li{
    display: block;
}
.store-page-menu  ul > li > ul.sub-menu > li > a{
    display: block;
    color: #333;
    padding: 9px 5px;
    border-bottom: 1px solid #393939;
    background: rgba(255, 255, 255, 0.7);
}
.store-page-menu  ul > li > ul.sub-menu > li:last-chlid > a{
    border-bottom: 1px solid transparent;
}
.store-page-menu  ul > li > ul.sub-menu > li:hover > a{
    color: #F7941E;
    background: rgba(255, 255, 255, 1);
    
}


.top-search-store ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-search-store ul li {
    float: left;
    overflow: hidden;
    width: 50%;
    border-right: 1px solid #F7941E;
}
.top-search-store ul li:last-child{
    border-right: 1px solid transparent;
}
.top-search-store li select {
    width: 100%;
    height: 45px;
  
  background-color: rgba(255, 255, 255, 0.36);
  border: 0 none;
  box-shadow: none;
  color: #303030;
  font-size: 14px;
    
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;

    border-radius: 999px 0 0 999px;
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;

}
.top-search-store li form.aws-search-form input[type="text"] {
     background-color:  rgba(255, 255, 255, 0.36)  !important;
  border: 0 none;
  box-shadow: none;
  color: #303030;
  width: 100%;
    border-radius: 0 999px 999px 0 !important;
    height: 45px;
}






.store-page-menu  ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 5px;
}























/* ================================================== */
   /* #Media Queries */
/* ================================================== */


  @media only screen and (max-width: 1320px) {
    .slider_wrap .row .carousel .carousel-inner > .item > a > img, .slider_wrap .row .carousel .carousel-inner > .item > img, .slider_wrap .row .carousel .img-responsive, .slider_wrap .row .carousel .thumbnail a > img, .thumbnail > img {
      height: auto;
    }
  }
  @media only screen and (max-width: 1200px) {
    .header_links a {
      margin-right: 4px;
    }
    .nav_menu_wrap ul li {
      padding: 20px 9px;
    }
    .footer_wrap { 
      padding: 40px 0;
    }
    .sales_banner_box_1 p, .sales_banner_box_2 p, .sales_banner_box_3 p {
      line-height: 14px;
    }
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 1024px) {
    
  }


  @media (max-width: 991px) {
    .header_links {
      margin: 4px 0 0;
    }
    .footer_wrap { 
      padding: 30px 0;
    }
    h2 {
      font-size: 26px;
    }
    .footer_links h4 {
      font-size: 16px;
      height: 30px;
    }
    .footer_contact_info {
      font-size: 15px;
    }
    .footer_contact_info a {
      float: left;
      width: 100%;
    }
    .footer_social_media img {
      width: 28px;
      margin-right: 7px;
    }
    .footer_links ul li {
      line-height: 18px;
    }
    .footer_links ul li a {
      font-size: 14px;
    }

    .nav_menu_wrap {
      background-color: transparent !important;
    }

    .navbar-toggle {
      border-radius: 0;
      background-color: #fa9020;
    }
    .navbar-toggle:hover, .navbar-toggle:focus {
      background-color: #d97c1a !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
    }
    .nav_menu_wrap ul li {
      padding: 8px 9px;
    }
    .nav_menu_wrap {
      background-color: rgba(0,0,0,0.8);
      z-index: 999;
      position: absolute;
      width: 706px;
    }

    .header_links a p {
      margin: 0 7px 0 0;
    }
    .header-text {
      top: 32%;
    } 
    .top_banner_wrap {
      height: 100%;
    }
    .header-text img {
      margin: 30px 0;
      padding-bottom: 30px;
      float: left;
      display: none;
    }
    .carousel-indicators {
      padding: 20px 0;
    }
    .header-text p br {
      display: none;
    }
    .header-text h3 {
      font-size: 28px;
    }
    .sales_banner_box_1 span, .sales_banner_box_2 span, .sales_banner_box_3 span {
      font-size: 18px;
    }
    .header_search_box {
      padding: 0;
      position: absolute !important;
      right: 0;
      top: 21px;
      width: 292px;
    }
    .nav_menu_wrap {
      margin-top: -11px;
    }
  }
  
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .header_wrap {
      height: 75px;
    }
    .header_links {
      text-align: center;
    }
    .header_top_mobile {
      float: none;
      margin: 7px auto;
      width: 455px;
    }
    h2 {
      font-size: 24px;
    }
    .footer_contact_info span {
      float: left;
    }
    .footer_contact_info a {
      width: auto;
    }
    .nav_menu_wrap {
      position: absolute;
      width: 100%;
    }
    .header_top_mobile {
      float: none;
      margin: 7px auto;
      width: 332px;
      z-index: 2;
      position: relative;
    }
    .header_links {
      float: none;
      margin: 0 auto;
      width: 350px;
      z-index: 4;
      position: relative;
    }
    .header_links a {
      float: left;
    }
    .header_links a:last-child, .header_top_mobile a:last-child {
      margin-right: 0;
    }
    .header_links_mobile {
      border-bottom: 1px solid #fff;
    }
    .header_wrap {
      height: 35px;
    }
    .header-text h3 {
      font-size: 26px;
    }
    .free_shipping_section h3 {
      font-size: 26px;
    }
    .free_shipping_section span {
      font-size: 24px;
    }
    .free_shipping_section p {
      font-size: 19px;
    }
    .sales_banner_box_1, .sales_banner_box_2, .sales_banner_box_3 { 
      margin-bottom: 20px;
      width: 70%;
      margin: 0 auto 20px;
      float: none;
    }
    .sales_banners_section {
      padding-bottom: 0;
    }
    .featured_courses_section h4 {
      font-size: 18px;
    }
    .featured_courses_section .black_ghost_btn {
      margin-bottom: 30px;
    }
    .featured_courses_box_1, .featured_courses_box_2 {
      width: 70%;
      margin: 0 auto;
      float: none;
      background-size: cover;
      margin-bottom: 20px;
      padding: 20px 40px;
      height: 400px;
    }
    .custom_dropdown li a {
      color: #fff !important;
    }
    .custom_dropdown>li:hover {
      color: #333 !important;
      background-color: transparent !important;
    }
    .nav_menu_wrap {
      background-color: rgba(0,0,0,.7) !important;
    }
    .header_search_box {
      position: relative !important;
      top: -6px;
    }
    .header_search_box {
      background-color: #fff;
    }
    .header_links {
      display: none;
    }
  }

  @media screen and (max-width: 640px) {
    .footer_wrap { 
      padding: 20px 0;
    }
    .featured_courses_box_1, .featured_courses_box_2 { 
      width: 100%;
      height: 400px;
    }
    .sales_banner_box_1, .sales_banner_box_2, .sales_banner_box_3 { 
      width: 100%;
    }
    .deal_book_box {
      padding: 18px 0;
    }
    .store_bottom_section form input[type=text] { 
      margin-bottom: 10px;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {

  }
  
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 480px) {
    .header_links {
      margin-top: 0;
    }
    h2 {
      font-size: 20px;
    }
    .header_links a {
      margin-right: 8px;
    }
    .header-text h3 {
      font-size: 20px;
      line-height: 24px;
    }
    .social_share a {
      width: 36px;
      height: 36px;
      line-height: 36px;
    }
    .header_links a p {
      margin: 0 2px 0 0;
    }
  }

  /* Small Mobile devices */
  @media only screen and (max-width: 360px) {
    .header_links a i {
      font-size: 17px;
      margin-right: 6px;
    }
    .header_links a {
      margin-right: 0;
    }
    .header_top_mobile a {
      margin-right: 4px;
    }
    .header_top_mobile {
      width: 318px;
    }
    .header_links {
      width: 302px;
    }
  }
  
  /* Small Mobile devices */
  @media only screen and (max-width: 280px) {
    
  }