.HeroSection {
  padding: 10em 0px;
  margin: 15px 0px;
  clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0 100%);
  height: 450px;
  background: url("https://gateacademy.shop/assets/v3/base/images/banner/slider-bg.jpg");
  /* background: linear-gradient(-45deg, #673AB7 0%, #3F51B5 100%); */
  /* background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%); */
  box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
  color: #fff;
}

.text-alt {
  color: #093782;
}

.GraySection {
  margin: 15px 0px;
}

.GraySection .GrayBg {
  background: #fafafa;
  padding: 50px 0px;
}

.CardShadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.BigEmpTxt {
  color: #333;
  font-size: 1.3em;
  border-bottom: 1px solid #333;
  font-weight: 500;
}

.ExtLink {
  color: #093782;
  border-bottom: 1px solid #093782;
  font-weight: 500;
}

.anchor-tag {
  position: relative;
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 1.3rem;
  min-width: 58%;
  color: inherit;
}
.anchor-tag:hover {
  background-color: #093782;
  color: #fff;
}
.theme-bg {
  background-color: #093782;
  color: #fff;
}

.sectionExplore {
  padding: 1.5rem 0 2.5rem;
}

.planSection .card .card-inner-first-1 {
  background: rgb(15,87,213);
  background-image: url(https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg);
  background-size: cover;
  background-position-y: bottom;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
}
.planSection .card .card-inner-first-2 {
  background: rgb(15,87,213);
  background-image: url(https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg);
  background-size: cover;
  background-position-y: top;

  color: #fff;
  text-align: center;
  padding: 1.2rem;
}
.planSection .card .card-inner-first-3 {
  background: rgb(15,87,213);
  background-image: url(https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg);
  background-size: cover;
  background-position-y: center;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
}

.planSection .card .card-inner-second {
  line-height: 2;
}
.planSection .card .card-inner-detail {
  min-height: 230px;
  list-style: none;
}
.planSection .card .card-inner-detail li {
  position: relative;
}
.planSection .card .card-inner-detail li:before {
  content: "\2713";
  font-size: 15px;
  color: #009ed8;
  position: absolute;
  left: -25px;
}
.planSection .card {
  border-radius: 7px;
  margin-bottom: 1rem;
}
.planSection .card .plan-btn {
  border-radius: 3px;
  border: 1px solid #007bff;
  padding: 8px 15px;
}
.planSection .card:hover .plan-btn {
  background-color: #007bff;
  color: #ffffff;
}

.padding-left-25{
  padding-left: 2.5rem;
}

.theme-justify-content{
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
@media screen and (min-width: 600px) {
  .flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
}

.ProductImageRight {
  /* border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; */
  border-radius: 7px;
}

.ProductImageLeft {
  /* border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; */
  border-radius: 7px;
}

.scroll-to-bottom {
  cursor: pointer;
}

#ProductCardFixed .fixedsticky {
  top: 80px;
  z-index: 1028;
  width: 100%;
  border: 0;
  margin: 0 auto;
  margin-top:-44vh;
}

.mg--1{
  margin: -1px;
}

.no--outline:focus{
box-shadow: none;
outline: none;
}

.contact-us-banner{
  background-image: url(https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg);
  color: white;
  height: 60vh;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.course-content-name{
    white-space: nowrap;
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:left;
}

.banner-input-style{
  background: #fff;
  border-radius: 7px;
}

.border-radius-right{
  border-top-right-radius:7px;
  border-bottom-right-radius: 7px;
}
.border-radius-left{
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.radius-7{
  border-radius: 7px;
}

.buynow-display{
  display: block;
}
.buynow-none{
  display:none;
}
.badge-flat {
  padding: 5px;
  border-radius: 0px;
  font-weight: normal;
}

.button-submit{
  background: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  border-radius: 7px;
  width: 90%;
  padding:7px;
}

.button-reset{
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 7px;
  width: 90%;
  padding:7px;
  transition: all 0.3s ease-in-out;
}
.button-reset:hover{
  background: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}

.btn-gradient:hover{
  background: linear-gradient(-180deg, #ff5722 0%, #e91e63 100%);
  color: #fff;
}

.free-preview-button{
    background: #0059eb;
    color: #fff;
    padding: 4px;
    border-radius: 7px;
    display: block;
    font-size: 12px;
    border: 1px solid #0059eb;
    text-align: center;
}

.free-preview-button:hover{
    background: #fff;
    color: #0059eb;
    border: 1px solid #0059eb;
}

.light-background{
    background-color: #f7f7f7;
}

.cart-border{
    border-right: 1px solid rgba(0,0,0,0.125);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.cart-radius-left{
  border:0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  overflow: hidden;
}

.card-right-radius{
    border-radius: 7px;
}

.checkout-button{
  background-color: #035beb;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
  display: block;
  text-align: center;
}
.checkout-button:hover{
  background-color: #035beb;
  color: #fff;
}

.cart-remove-button{
  font-size: 13px;
    text-transform: uppercase;
    width: 150px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: #dc3545;
    color: #fff;
}

.checkout-table{
  border: 1px solid rgba(0,0,0,0.125);
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;

  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}


.checkout-table table tbody tr{
  border-bottom: 1px solid rgba(0,0,0,0.125);
}

.checkout-table table thead tr th, .checkout-table table tbody tr td, .checkout-table table tfoot tr td{
  border: 0;
}
.checkout-table table thead tr th{
  color:#fff;
}
.checkout-table table thead{
  background: rgb(15,87,213);
  background-position: bottom;
  background-image: url(https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg);
  background-size: cover;
}

.contact-us-card{
  background: #fff;
  background-image: url(../images/img-decor-04.jpg);
  background-size: cover;
  color:#000;
  background-position-y: top;
}

.section-on-banner{
  margin-top: -18vh;
}

.genius-combo-gradient{
  background-color: #ffc34b;
  background-image: linear-gradient(90deg, #ffc34b 25%, #fff4be 100%);
}

.medal-badge{
  margin-top: -4.5vh;
  float: right;
}

.card-overflow-visible{
  overflow:visible;
}

.top-border-radius{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.myaccoutn-btn{
  background: transparent;
  border: 1px solid #fff;
  padding: 7px 10px;
  border-radius: 7px;
  color: #fff;
}

.order-product-name{
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.right-side-fixed-discussion {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 40vw;
  height: 100vh;
  background: #efefef;
  z-index: 9999;
}

.right-side-fixed-discussion-yt {
  position: fixed;
  top: 0px;
  right: 40vw;
  width: 33vw;
  height: 40vh;
  background: #fff;
  z-index: 9999;
  border-bottom-left-radius: 15px;
}

.right-side-fixed-discussion-yt iframe {
  border-bottom-left-radius: 15px;
}

.right-side-fixed-discussion-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 9998;
}

h2 .badge{
  font-size: 0.5em;
}

.playstore-badge {
  height: 65px;
}

.apple-playstore-badge {
  height: 45px;
}

.bottom-left-banner {
  position: fixed;
  bottom: 0px;
  left: 3%;
  background-color: #ffffff;
  background-image: linear-gradient(147deg, #ffffff 0%, #dcdcdc 74%);
  height: 100px;
  width: 33vw;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 999;
  -webkit-box-shadow: 0px -5px 16px -4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -5px 16px -4px rgba(0,0,0,0.3);
  box-shadow: 0px -5px 16px -4px rgba(0,0,0,0.3);
  padding: 10px 15px;
  background-image: url('https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg');
  background-size: cover;
  background-position: bottom;
  color: #fff;
}

.easy-emi {
  padding: 5px 10px;
  border: none;
  border-radius: 0px;
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
  color: #fff;
}

.easy-emi-container {
  -webkit-box-shadow: 0px -5px 16px -4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -5px 16px -4px rgba(0,0,0,0.3);
  box-shadow: 0px -5px 16px -4px rgba(0,0,0,0.3);
  padding: 10px 15px;
  background: linear-gradient(-45deg, #FFC107 0%, #FF5722 100%);
  border-radius: 5px;
  color: #fff;
  margin-top: -35px;
  margin-bottom: 5px;
}

.text-as-small {
  font-size: 60%;
  color: #eee;
  display: inherit;
}

.banner-orange-theme {
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
}

.offset-section-white-block {
  margin-top: -25vh;
  background: #fff;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 25vh;
  height: 30vh;
}

.bg-success-gradient {
  background-image: url('https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg');
  background-size: cover;
  background-position: bottom;
  border-radius: 15px;
}

.alert-banner {
  width: 100%;
  border-radius: 15px;
}

.book-as-product-image {
  border-radius: 8px;
  border: 1px solid #333;
}

.book-product-title .text-as-small {
  color: #fff;
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  line-height: 1;
  padding: 10px 10px;
  display: inline-block;
  margin: 5px 0px;
}

@media screen and (max-width: 600px) {

  .navbar-nav .nav-item a {
    width: 100%;
    font-size: 15px;
    padding: 5px 0px;
  }

  .width-drop-mob{
    width: 25% !important;
  }

  .width-125{
    width: 125%;
  }

  .navbar-nav .nav-item {
    margin: 0px !important;
  }

  .bottom-left-banner h3{
    font-size: 1.3rem;
  }

  .bottom-left-banner {
    font-size: 0.9rem;
  }

  .fixed-live-class-widget {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 110px;
    height: 45px;
    z-index: 1097;
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-align: right;
    background: rgb(253,29,29);
    background: -moz-linear-gradient(145deg, rgba(253,29,29,1) 0%, rgba(252,176,69,1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(253,29,29,1) 0%, rgba(252,176,69,1) 100%);
    background: linear-gradient(145deg, rgba(253,29,29,1) 0%, rgba(252,176,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd1d1d",endColorstr="#fcb045",GradientType=1);
  }

  .fixed-live-class-widget b {
    font-style: italic;
    letter-spacing: 3px;
  }

  .navbar .nav-item .btn-outline-white, .navbar .nav-item .btn-white:hover,
  .navbar .nav-item .btn-white, .navbar .nav-item .btn-outline-white:hover {
    width: 100%;
  }
}
