@media only screen and (min-width: 968px) {
    .deskhide {
        display: none;
    }
}

html, body{
    padding: 0 !important;
  }
  a {
      color: unset;
      text-decoration: none;
  }
  a:hover {
    color: #A0D334;
  }
  .pmpbox:hover {
    transform: scale(1.05);
  }
.mainheadersection {
    position: absolute;
    width: 100%;
}
.page-width {
    width: 80%;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 1;
}
.cart-page-width {
    width: 90%;
    margin: 0px auto;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pg-container {
    display: flex;
    width: 55%;
}
.no-padd {
    padding-left: 0px;
    padding-right: 0px;
}
.no-padd-left {
    padding-left: 0px;
}
.no-padd-right {
    padding-right: 0px;
}
.header-logo img {
    width: 55%;
}
.browse-cat-div {
    margin-top: 30px;
    margin-left: -15%;
}
.browsecat {
    width: 35px;
}
.searchicon {
    width: 25px;
    margin-left: 15px;
    cursor: pointer;
}
.search-div {
    background-color: #fff;
    box-shadow: 0 0px 0px 0px rgb(115 115 115 / 75%), 0 0px 0px 0px rgb(115 115 115 / 75%), 0px 0 6px 0px rgb(115 115 115 / 75%);
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 80px;
    height: 400px;
    overflow-y: auto;
}
.search-div .form-control {
    height: 33px;
    width: 95%;
    display: inline-block;
}
.searcheddiv ul {
    padding-inline-start: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.searcheddiv ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #4A4A4A;
    width: 95%;
}
.searcheddiv ul li:last-child {
    border-bottom: 0px;
}
.searcheddiv ul a, .searcheddiv p {
    font-size: 13px;
    font-family: 'Roboto';
    color: #4A4A4A;
}
.cus-search-btn {
    box-shadow: 0 0px 0px 0px rgb(115 115 115 / 75%), 0 0px 0px 0px rgb(115 115 115 / 75%), 0px 0 1px 0px rgb(115 115 115 / 75%);
    height: 33px;
    margin-top: -5px;
    margin-left: -45px;
}
.cus-search-btn i {
    position: relative;
    top: -2px;
}
.sticky .search-div {
    top: 50px;
}
.browsetext{
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto';
    display: inline-block;
    margin-left: 15px;
}
.navbar {
    float: right;
    margin-top: 28px;
    padding: 0rem 1rem;
    margin-left: -150px;
}
.nav-link {
    color: #fff;
    font-family: 'Roboto';
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.navbar-expand-sm .navbar-nav .nav-link:hover {
    color: #A0D334;
}
.secondsection, .thirdsection, .fourthsection {
    margin-top: -7%;
}
.text-center {
    text-align: center;
}

/*.webp .homeBanner {*/
.homeBanner {
    background-image: url('./../images/homebanner.webp');
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    /* animation: shrink 10s infinite alternate; */
}
.no-webp .homeBanner, .no-js .homeBanner {
    background-image: url('./../images/homebanner.png');
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    /* animation: shrink 10s infinite alternate; */
}

@keyframes shrink {
    0% {
      background-size: 100% 100%;
    }
    100% {
      background-size: 110% 110%;
    }
  }
.upskill-head {
    font-family: 'Montserrat';
    /* font-weight: 600; */
    font-size: 40px;
    white-space: nowrap;
    display: flex;
    justify-content:space-between;
    color: #fff;
    margin-top: 30%;
}
.banner-subtext {
    margin-top: 2%;
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
}
.banner-points {
    margin-top: 2%;
    color: #00ff66;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 35px;
}
.traininghead {
    font-size: 28px;
    color: #4A4A4A;
    font-family: 'Roboto';
    margin-top: 14%;
    font-weight: bold;
    text-transform: uppercase;
}
.bannersection {
    height: 100vh;
}
.training-text {
    font-size: 14px;
    font-family: 'Roboto';
    color: #4A4A4A;
}
.terms {
    font-size: 14px;
    font-family: 'Roboto';
    color: #4A4A4A;
    padding-left: 35px;
}
.webp .individualbox {
    background-image: url('./../images/individualbox.webp');
    /*padding: 25% 10% 15% 20%;*/
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}
.individualbox {
    background-image: url('./../images/individualbox.webp');
    /*padding: 25% 10% 15% 20%;*/
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.no-webp .individualbox, .no-js .individualbox {
    background-image: url('./../images/individualbox.png');
    /*padding: 25% 10% 15% 20%;*/
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.webp .corporatebox {
    background-image: url('./../images/corporatebox.webp');
    /*padding: 25% 10% 15% 20%;*/
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}
.corporatebox {
    background-image: url('./../images/corporatebox.webp');
    /*padding: 25% 10% 15% 20%;*/
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.no-webp .corporatebox, .no-js .corporatebox {
    background-image: url('./../images/corporatebox.png');
    /*padding: 25% 10% 15% 20%;*/
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.boxhead {
    font-size: 26px;
    font-family: 'Roboto';
    color: #fff;
    line-height: 30px;
}
.boxtext {
    font-size: 13px;
    font-family: 'Roboto';
    color: #fff;
    margin-top: -10px;
    opacity: 0.7;
}
.boxlearnmore {
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #FFFF00;
    position: absolute;
    bottom: 15px;
}

.sectionhead {
    text-align: center;
}
.pmpicon {
    width: 20%;
    margin: 0px auto;
    display: block;
}
.pmphead {
    text-align: center;
    color: #247BBF;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
}
.pmpbox {
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(184,184,184,0.6);
    -moz-box-shadow: 0 0 10px rgba(184,184,184,0.6);
    -webkit-box-shadow: 0 0 10px rgba(184,184,184,0.6);
    -o-box-shadow: 0 0 10px rgba(184,184,184,0.6);
    padding: 8% 0%;
    height: 190px;
    width: 95%;
    margin: 0px auto;
    display: block;
}
.margtop5 {
    margin-top: 5%;
}
.margtop5 {
    margin-top: 5%;
}
.whybox1 {
    /*background-image: url('./../images/box1.png');*/
    background: -webkit-linear-gradient(271deg, rgb(21, 116, 228) 0%, rgb(59, 160, 243) 60%, rgb(85, 190, 253) 100%);
    background: -o-linear-gradient(271deg, rgb(21, 116, 228) 0%, rgb(59, 160, 243) 60%, rgb(85, 190, 253) 100%);
    background: -ms-linear-gradient(271deg, rgb(21, 116, 228) 0%, rgb(59, 160, 243) 60%, rgb(85, 190, 253) 100%);
    background: -moz-linear-gradient(271deg, rgb(21, 116, 228) 0%, rgb(59, 160, 243) 60%, rgb(85, 190, 253) 100%);
    background: linear-gradient(179deg, rgb(21, 116, 228) 0%, rgb(59, 160, 243) 60%, rgb(85, 190, 253) 100%);

    background-size: 100% 100%;
    height: 300px;
    width: 90%;
    margin: 0px auto;
    display: block;
    padding: 15% 10% 5%;
    border-radius: 25px;
}
.whyiconclass {
    width: 24%;
    margin: 0px auto;
    display: block;
}
.whyboxhead {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato';
    text-align: center;
    color: #fff;
    margin-top: 4%;
    margin-bottom: 0px;
}
.whyboxtext {
    font-size: 15px;
    font-family: 'Lato';
    text-align: center;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 0px;
}
.whybox2 {
    /*background-image: url('./../images/box2.png');*/
    background: -webkit-linear-gradient(bottom, rgb(210, 236, 0) 0%, rgb(166, 230, 0) 60%, rgb(131, 227, 0) 100%);
    background: -o-linear-gradient(bottom, rgb(210, 236, 0) 0%, rgb(166, 230, 0) 60%, rgb(131, 227, 0) 100%);
    background: -ms-linear-gradient(bottom, rgb(210, 236, 0) 0%, rgb(166, 230, 0) 60%, rgb(131, 227, 0) 100%);
    background: -moz-linear-gradient(bottom, rgb(210, 236, 0) 0%, rgb(166, 230, 0) 60%, rgb(131, 227, 0) 100%);
    background: linear-gradient(to top, rgb(210, 236, 0) 0%, rgb(166, 230, 0) 60%, rgb(131, 227, 0) 100%);
    border-radius: 25px;
}
.whybox3 {
    /*background-image: url('./../images/box3.png');*/
    background: -webkit-linear-gradient(271deg, rgba(57, 192, 20, 0.82) 0%, rgba(89, 234, 53, 0.82) 1%, rgba(42, 174, 101, 0.82) 59%, rgba(6, 133, 128, 0.82) 99%, rgba(6, 131, 129, 0.82) 100%);
    background: -o-linear-gradient(271deg, rgba(57, 192, 20, 0.82) 0%, rgba(89, 234, 53, 0.82) 1%, rgba(42, 174, 101, 0.82) 59%, rgba(6, 133, 128, 0.82) 99%, rgba(6, 131, 129, 0.82) 100%);
    background: -ms-linear-gradient(271deg, rgba(57, 192, 20, 0.82) 0%, rgba(89, 234, 53, 0.82) 1%, rgba(42, 174, 101, 0.82) 59%, rgba(6, 133, 128, 0.82) 99%, rgba(6, 131, 129, 0.82) 100%);
    background: -moz-linear-gradient(271deg, rgba(57, 192, 20, 0.82) 0%, rgba(89, 234, 53, 0.82) 1%, rgba(42, 174, 101, 0.82) 59%, rgba(6, 133, 128, 0.82) 99%, rgba(6, 131, 129, 0.82) 100%);
    background: linear-gradient(179deg, rgba(57, 192, 20, 0.82) 0%, rgba(89, 234, 53, 0.82) 1%, rgba(42, 174, 101, 0.82) 59%, rgba(6, 133, 128, 0.82) 99%, rgba(6, 131, 129, 0.82) 100%);
    border-radius: 25px;

}
.webp .midbannerbg {
    background-image: url('./../images/midbanner.webp');
    padding: 14% 0%;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    margin-top: 2%;
}

.midbannerbg {
    background-image: url('./../images/midbanner.webp');
    padding: 14% 0%;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    margin-top: 2%;
}

.no-webp .midbannerbg, .no-js .midbannerbg  {
    background-image: url('./../images/midbanner.png');
    padding: 14% 0%;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    margin-top: 2%;
}


.midbannerhead {
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-bottom: 4%;
}
.midbannertext {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    text-align: center;
    margin-top: 10%;
    width: 60%;
    margin: 0px auto;
    display: block;
}
.midbannerbtn {
    background-color: #A0D334;
    /* padding: 3% 5%; */
    margin: 0px auto;
    display: block;
    width: 20%;
    text-align: center;
    height: 50px;
    padding-top: 10px;
    color: #fff;
}
.midbannerbtn:hover {
    color: #fff;
    text-decoration: none;
}
.blogsection {
    margin-top: -12%;
}
.blogshead {
    text-align: center;
    text-transform: uppercase;
}
.learners-wid {
    width: 80%;
    margin: 0px auto;
}
.learnerlogodiv img {
    width: 80%;
}

.imprintsbg {
    /*background-image: url('./../images/imprintbanner.png');*/
    background: -webkit-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(15, 169, 102) 33%, rgb(65, 195, 204) 100%);
    background: -o-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(15, 169, 102) 33%, rgb(65, 195, 204) 100%);
    background: -ms-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(15, 169, 102) 33%, rgb(65, 195, 204) 100%);
    background: -moz-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(15, 169, 102) 33%, rgb(65, 195, 204) 100%);
    background: linear-gradient(to right, rgb(0, 169, 62) 0%, rgb(15, 169, 102) 33%, rgb(65, 195, 204) 100%);
    padding: 4% 0%;
    background-size: 100% 100%;
    margin-top: 10%;
}

.imprintsnumber {
    font-family: 'Lato';
    text-align: center;
    font-size: 30px;
    color: #FFFF00;
    font-weight: bold;
}
.imprintshead {
    font-family: 'Lato';
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: -7px;
}
.imprintstext {
    color: #fff;
    font-family: 'Lato';
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
.clients-box {
    -webkit-box-shadow: 0 0px 10px #ACACAC;
        box-shadow: 0 0 10px #ACACAC;
        padding: 6% 8%;
}
.clientstext {
    color: #6E6E6E;
    font-family: 'Roboto';
    font-size: 13px;
}
.clientsbelow {
    margin-top: 20%;
}
.clientimg {
    width: 20%;
}
.clientname {
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 20px;
    font-family: 'Roboto';
    color: #4A4A4A;
    font-size: 16px;
    font-weight: bold;
}
.clientstop {
    margin-top: 5%;
}
.carousel-inner {
    overflow: unset;
}
.carousel-control-prev, .carousel-control-next {
    display: none;
}
.carousel-indicators li {
    background-color: #ccc;
    height: 5px;
    position: relative;
    top: 100px;
}
.carousel-indicators .active {
    background-color: #A0D334;
    opacity: 1;
}
.expertbg {
    padding: 5% 0%;
    background-color: #F9F9F9;
}
.experthead {
    text-align: left;
    color: #247BBF;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.experttext {
    font-size: 14px;
    font-family: 'Roboto';
    color: #000;
    margin-bottom: 0px;
}
.expertbtn a {
    width: 60%;
    text-align: center;
    padding-top: 13px;
}
.footerbg {
    /*background-image: url('./../images/footerbg.png');*/
    background: -webkit-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(28, 169, 139) 40%, rgb(57, 169, 216) 80%, rgb(72, 170, 255) 100%);
    background: -o-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(28, 169, 139) 40%, rgb(57, 169, 216) 80%, rgb(72, 170, 255) 100%);
    background: -ms-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(28, 169, 139) 40%, rgb(57, 169, 216) 80%, rgb(72, 170, 255) 100%);
    background: -moz-linear-gradient(left, rgb(0, 169, 62) 0%, rgb(28, 169, 139) 40%, rgb(57, 169, 216) 80%, rgb(72, 170, 255) 100%);
    background: linear-gradient(to right, rgb(0, 169, 62) 0%, rgb(28, 169, 139) 40%, rgb(57, 169, 216) 80%, rgb(72, 170, 255) 100%);
    padding: 4% 0%;
    background-size: 100% 100%;
    position: relative;
    bottom: 0px;
}
.pagewidth {
    width: 80%;
    margin: 0px auto;
    display: block;
}
.footerlogo {
    width: 50%;
}
.subscribenewsletter{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    margin-top: 15px;
}
.inputsubscribe {
    width: 75%;
    height: 35px;
    border: none;
}
.subscribebtn {
    width: 20%;
    color: #fff;
    background-color: #A0D334;
    border: none;
    height: 35px;
    font-size: 17px;
    margin-left: -5px;
}
.serviceshead {
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.quicklinks {
    list-style-type: none;
    margin-top: 20px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 25px;
    padding-inline-start: 0;
}
.weaccept {
    text-align: center;
}
.paymenticon1 {
    width: 40%;
    margin: 0px auto;
    display: block;
    margin-bottom: 5px;
}
::placeholder {
    font-family: 'Roboto';
    font-size: 11px;
    /* margin-top: -5px; */
    position: relative;
    bottom: 4px;
  }
  .footerbreak {
      border-top: 1px solid #fff;
      margin-top: 3%;
      margin-left: 0px;
  }
  .callicontext {
      font-family: 'Roboto';
      font-size: 13px;
      color: #fff;
      line-height: 20px;
      margin-bottom: 0px;
  }
  .callicon {
      width: 110%;
      margin-top: 5px;
  }
  .nopadd {
      padding-left: 0px;
      padding-right: 0px;
  }
  .footerbreak {
      padding-top: 5%;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    padding: 0% 10%;
    z-index: 2;
    box-shadow: 0 0 10px #D5D5D5;
  }
  .headerlogo {
      display: inline-block;
  }
  .sticky .headerlogo {
      display: none;
  }
  .sticky .nav-link, .sticky .browsetext {
      color: #247BBF;
  }
  .stickylogo {
      display: none;
  }
  .sticky .stickylogo {
      display: inline-block;
      width: 75%;
      margin-top: 5px;
  }
  .sticky .navbar {
    margin-top: 15px;
  }
  .sticky .browse-cat-div {
      position: relative;
      bottom: 10px;
      margin-left: -5%;
  }
  .searchicon.stickylogo, .browsecat.stickylogo {
    width: 25px;
    margin-top: 0px;
}
  .coursespagesection {
      height: 60vh;
  }
/*.webp .coursesbanner {*/
.coursesbanner {
    background-image: url('./../images/coursesbanner.webp');
    height: 60vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    top: 0;
}
.no-webp .coursesbanner, .no-js .coursesbanner{
    background-image: url('./../images/coursesbanner.png');
    height: 60vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    top: 0;
}

.singlecoursebanner {
    background-image: url('./../images/productbanner.png');
}
.secondsection {
    margin-top: 0px;
}
.allcourseshead {
    font-family: 'Roboto';
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    margin-top: 11%;

}
.singlecoursehead-subtitle {
    font-family: 'Roboto';
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 0%;
}
.querybtd-div {
    position: fixed;
    z-index: 2;
    float: right;
    right: 0;
    top: 25%;
    background-color: unset;
    padding: unset;
    border: unset;
}
.quotation-div {
    position: fixed;
    z-index: 2;
    float: right;
    right: 0;
    top: 50%;
    background-color: unset;
    padding: unset;
    border: unset;
}
.carticon {
    width: 22px;
    position: relative;
    top: 5px;
    left: 15px;
}
a:hover {
    text-decoration: none;
}
.modal {
    overflow-y: auto;
}   
.modal-open {
    overflow: auto;
}    
.modal-open[style] {
   padding-right: 0px !important;
}
button:focus {
    outline: none;
}
.modal-body {
    padding: 8%;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -30px;
    left: 35px;

  }
  
  .dropdown-content a {
    color: black;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-family: 'Roboto';
    width: 90%;
    margin: 0px auto;
    border-bottom: 1px solid #ccc;
  }

  .dropdown-content a:hover {
    color: #247BBF;
    border-bottom: 1px solid #247BBF;
  }

  .dropdown-content a:last-child {
      border-bottom: none;
  }
  
  .dropdown:hover .dropdown-content {display: block;}

  .browse-cat-div .fa-angle-right {
    float: right;
    right: 5px;
    position: relative;
}
.subdropdown {
    position: relative;
    /* display: inline-block; */
}
.subdropdowncontent {
    display: none;
    background-color: #fff;
    min-width: 250px;
    position: absolute;
    left: 250px;
    top: 0px;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.subdropdown:hover .subdropdowncontent {
    display: block !important;
}

.querybtn-img {
    width: 50px;
}
.quotation-img {
    width: 50px;
}

.policies-blue-box {
    background-color: #247BBF;
    padding: 20px 10px;
    width: 80%;
    padding: 25px 30px;
}

.policies-blue-box-ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
.policies-blue-box-ul li {
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    padding: 12px 0px;
}
.policies-blue-box-ul a {
    color: white;
    text-decoration: none;
}
.policies-blue-box-ul a:hover {
    color: #FFFF00;
    text-decoration: none;
}
.policies-blue-box-ul li:hover {
    color: #FFFF00;
} 

.policies-blue-box-ul li.active {
    border-bottom: 1px solid #fff;
    color: #FFFF00;
}
.policies-blue-box-ul .active a{
    color: #FFFF00;
}

.policylink, .policylink:hover, .policylink:active, .policylink:visited, .policylink:focus {
    text-decoration:none !important;
    -webkit-text-decoration:none !important;
}

.policies-head-text {
    margin: 0;
    font-size: 15px;
    line-height: 107%;
    background: white;
}

.policies-text {
    margin: 10px 0 15pt 0; 
    line-height:107%;
    background:white;
}
.policies-head-text span {
    font-size: 15px;
    color: #666666; 
}

 .policies-text span {
    font-size: 13px;
    color: #666666;
}

.policies-main-header {
    font-size: 24px;
    color: #333333;
    width: 100%;
    text-align: center;
}

.policies-text-align {
    margin: 0 0 8pt 0;
    line-height: 150%;
    font-size: 13px;
    color: #666666;
}

.policies-text-style-1 {
    margin: 0 0 15pt 0;
    font-size: 13px;
    background: white;
}

.allcourses-secondsection-div {
    margin: 2% 0%;
}
.sidenav {
    overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}
.courses-blue-box {
    background-color: #247BBF;
    padding: 20px 10px;
    width: 80%;
    padding: 25px 30px;
}
.courses-blue-box-ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
.courses-blue-box-ul li {
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    padding: 12px 0px;
}
.courses-blue-box-ul a {
    color: white;
    text-decoration: none;
}
.courses-blue-box-ul a:hover {
    color: #FFFF00;
    text-decoration: none;
}
.courses-blue-box-ul li:hover {
    color: #FFFF00;
} 
.courses-blue-box-ul .active {
    color: #FFFF00;
    border-bottom: 1px solid #fff;
}
.courses-blue-box-ul .active a{
    color: #FFFF00;
}
.allcourses-box {
    -webkit-box-shadow: 0 0 10px #D5D5D5;
        box-shadow: 0 0 10px #D5D5D5;
        padding: 30px 0px 0px;
        margin-bottom: 40px;
}
.allcourses-head {
    color: #4A4A4A;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 15px;
    padding-left: 20px;
    height: 50px;
}
.allcourses-readmore-div {
    background-color: #247BBF;
    padding: 12px 0px ;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.allcourses-text {
    font-size: 12px;
    font-family: 'Roboto';
    color: #4A4A4A;
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
}
.allcourses-stars {
    padding: 0px 20px;
}
.allcourses-stars img {
    margin-right: 5px;
    display: inline-block;
    height: 18px;
}
.allcourses-stars span {
    font-size: 11px;
    font-family: 'Roboto';
    color: #4A4A4A;
    position: relative;
    top: 3px;
}
.allcourses-readmore-div p {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
.allcoursesmidsection {
    margin-top: -9%;
}
.allcoursesmidsection .pagewidth {
    width: 68%;
}
.allcourses-expertsection {
    margin: 7% 0%;
}
.allcourses-expertsection .pagewidth{
    padding: 4% 0%;
    box-shadow: -3px 5px 10px 3px rgb(0 0 0 / 20%);
}
.allcourses-experthead {
    margin-top: 0px;
}
.expertinput-div {
    position: relative;
    top: 0px;
}
.expertform-div {
    width: 80%;
    margin: 0px auto;
    display: block;
    margin-top: 5%;
}
.expertform-div .label-div {
    display: inline-block;
    background-color: #247BBF;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    text-align: left;
    height: 35px;
    bottom: 2.5px;
    width: 30%;
    padding-top: 9px;
    padding-left: 10px;
    position: relative;
}
.expertform-div .input-div {
    display: inline-block;
    margin-left: -5px;
    max-width: 70%;
    width: 69%;
}
.expertform-div .input-div input {
    height: 35px;
    padding-left: 15px;
}
.expert-btn-submit {
    margin: 0px auto;
    display: block;
    margin-top: 40px;
    color: #fff;
    background-color: #247BBF;
    border: none;
    font-family: 'Roboto';
    font-size: 13px;
    padding: 10px 40px;
}
.enrolltype-box {
    border-radius: 10px;
    border: 1px solid #707070;
    padding: 4% 0%;
}
.inperson-div {
    background-color: #247BBF;
    padding: 8px 0px;
}
.inperson-price-wrap {
    display: flex;
    justify-content: center;
    height: 60px;
}
.inperson-head {
    margin-bottom: 0px;
    font-family: 'Roboto';
    font-size: 25px;
    color: #fff;
    text-align: center;
}
.inperson-subhead {
    font-family: 'Roboto';
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 85%;
    margin: 0px auto;
    /* display: block; */
    margin-top: 25px;
    margin-bottom: 20px;
    height: 100px;
    /*padding: 0px 15px;*/
    display: table-cell;
    vertical-align: middle;
}
.inperson-points {
    width: 85%;
    margin: 0px auto;
    display: block;
    list-style-type: none;
    padding-inline-start: 0px ;
    height: 265px;
}
.inperson-points li {
    font-family: 'Roboto';
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.inperson-points li:last-child {
    border-bottom: 0px;
}
.inperson-price {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
/* del {
    text-decoration-color: #4a4a4a;
} */
.inperson-offer-price {
    font-size: 40px;
    color: #247BBF;
}
.popupprice {
    font-size: 13px;
    margin-top: -2px;
}
.popupprice span {
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 0px;
}
.popup-weektype {
    margin-top: 5px;
}

.batches-bg {
    padding: 3.5% 0%;
    /*background-image:url('./../images/batchesbg.png');*/
    background: -webkit-linear-gradient(left, rgb(0, 169, 62) 18%, rgb(15, 169, 102) 33%, rgb(27, 154, 170) 100%);
    background: -o-linear-gradient(left, rgb(0, 169, 62) 18%, rgb(15, 169, 102) 33%, rgb(27, 154, 170) 100%);
    background: -ms-linear-gradient(left, rgb(0, 169, 62) 18%, rgb(15, 169, 102) 33%, rgb(27, 154, 170) 100%);
    background: -moz-linear-gradient(left, rgb(0, 169, 62) 18%, rgb(15, 169, 102) 33%, rgb(27, 154, 170) 100%);
    background: linear-gradient(to right, rgb(0, 169, 62) 18%, rgb(15, 169, 102) 33%, rgb(27, 154, 170) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.batches-bg p {
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.singlecourse-overviewsection {
    margin-top: 5%;
    padding-top: 5%;
    background-color: #F4F4F4;
}
.singlecourse-overview-head {
    color: #4a4a4a;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.singlecourse-trainerdiv {
    width: 80%;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}
.trainer-rightdiv {
    margin-left: 10px;
}
.trainer-img {
    width: 75%;
    border-radius: 10px;
    display: block;
    margin: 0px auto;
    margin-top: 70px;
    border: 1px solid #4a4a4a;
}
.trainer-img1 {
    width: 70%;
    margin-top: 50px;
}
.trainer-rating {
    height: 18px;
    margin-bottom: 25px;
}
.trainername {
    color: #4a4a4a;
    font-family: 'Roboto';
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.trainer-noimg-div {
    width: 100%;
    height: 304px;
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.trainer-noimg-div p {
    text-align: center;
    font-size: 20px;
    color: #207abe;
}
.trainerspecialize {
    font-size: 13px;
    margin-top: 2px;
    margin-left: 5px;
}
.singlecourse-overview-description {
    color: #4a4a4a;
    font-family: 'Roboto';
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
}
.singlecourse-overview-description b {
    font-size: 16px;
}
.singlecourse-overviewsection ol {
    padding-inline-start: 25px;
    line-height: 26px;
    margin-bottom: 0px;
}
.agenda-head {
    margin-bottom: 0px;
}
#accordion .card {
    margin-bottom: 15px;
}
.aboutusbanner {
    background-image: url('./../images/ABOUTBANNER.png');
    height: 60vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    top: 0;
}
.aboutbg-img {
    background-image: url('./../images/about.png');
    height: 375px;
    width: 115%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-img-div {
    padding: 0% 2% 0% 0%;
    margin-left: 20%;
}
.about-img-section {
    margin-top: 5%;
    margin-bottom: 7%;
}
.about-img2 {
    width: 55%;
    margin: 38% 0% 0% -20%;
}
.abt-mainbtn-div {
    width: 50%;
    margin-top: 9%;
}
.abt-mainbtn-div .batches-bg {
    background-image: url('./../images/batchesbg.png');
    padding: 5% 0%;
}
.abt-mainbtn-div p {
    font-size: 14px;
}
.about-main-div {
    padding-left: 90px;
}
.about-main-div .training-text {
    line-height: 24px;
}
/*.webp .about-midbanner {*/
.about-midbanner {
    background-image: url('./../images/about-midbanner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 0%;
    background-attachment: fixed;
}
.no-webp .about-midbanner, .no-js .about-midbanner {
    background-image: url('./../images/about-midbanner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 0%;
    background-attachment: fixed;
}
.abt-midbanner-text {
    color: #fff;
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 48px;
}
.about-lastsection {
    background-color: #fff;
    /* padding: 5% 0%; */
}
.abt-left-ul {
    list-style-image: url('./../images/circle.png');
    padding-inline-start: 30px;
}
.abt-left-head {
    text-transform: uppercase;
    margin-top: 85px;
}
.bullet-img-div img {
    width: 18px;
}
.right-text p {
    position: relative;
    top: 3px;
    
}
.right-text {
    padding-left: 0px;
}
.abt-right-dev {
    background-image: url('./../images/abt-rightimg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.abt-right, .abt-left {
    margin-bottom: 85px;
}
.abt-right {
    padding: 0% 20% 0% 18%;
}
.abt-left {
    padding: 0% 10% 0% 20%;
}
.about-lastsection .firstrow {
    margin-left: 0px;
    margin-right: 0px;
}
.abt-right .right-text {
    padding-left: 7px;
}
.contactbanner {
    background-image: url('./../images/CONTACTBANNER.png');
}
.cartbanner {
    background-image: url('./../images/cartbanner.png');
}
.contact-width {
    width: 70%;
}
.contact-left-bg {
    background-image: url('./../images/contactleftbg.png');
    background-size: 100% 100%;
    padding: 25% 10%;
}
.contact-info {
    color: #fff;
    font-size: 26px;
    font-family: 'Roboto';
    margin-bottom: 15%;
}
.cnt-ico-text {
    color: #fff;
    font-size: 13px;
}
.contact-icon {
    width: 11px;
    margin-right: 5px;
}
.cnt-ico-text1 {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
.address-icon {
    width: 9px;
}
.locate-map-div {
    margin-top: 30%;
}
.locate-map-a {
    padding: 12px 20px;
    background-color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.socialicon {
    width: 15px;
    margin-right: 20px;
}
.socialicon1 {
    width: 28px;
}
.social-div {
    margin-top: 60%;
}
.contact-info1 {
    color: #333;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
.contact-form-div {
    margin-top: 10%;
    box-shadow: 0 -10px 20px -5px rgba(33,31,56,0.18),
                0 10px 20px -5px rgba(33,31,56,0.18),
                10px 0 20px -5px rgba(33,31,56,0.18);
    width: 90%;
    padding: 5% 7% 6%;    
}
.contact-form {
    margin-top: 5%;
}
.contact-form-div input {
    height: 40px;
}
.cnt-form-sub {
    background-image: url('../images/batchesbg.png');
    width: 100%;
    background-color: unset;
    font-size: 16px;
    font-family: 'Roboto';
    height: 40px;
    background-size: cover;
    border: none;
}
.cart-basic-head {
    border-bottom: none;
    margin-top: 2%;
}
.cart-basic-form {
    margin-top: 2%;
}
.cartsection1 {
    margin-bottom: 5%;
}
#basicinfodiv {
    border-right: 1px solid #f1f1f1;
    padding-right: 50px;
}
.cart-right-bg {
    background-color: #f1f1f1;
    padding: 5%;
    margin-top: 5%;
    margin-left: 25px;
}
.cart-page-title {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto';
    margin-bottom: 0px;
}
.cart-info-name {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto';
    margin-bottom: 0px;
}
.cart-info-value {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto';
    margin-bottom: 0px;
    font-weight: bold;
}
.cart-info-price {
    font-size: 17px;
}
#basicsubmitbtn {
    height: 50px;
}
#removecartbtn {
    width: 100%;
    padding-top: 8px;
    height: 45px;
    margin-top: 35px !important;
}
.razorpay-payment-button {
    background-color: #007bff;
    border: 1px solid #007bff;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto';
    padding: 7px 18px;
    border-radius: 5px;
}
.cart-razorpay {
    width: 75%;
}
.tabcontent p {
    font-family: 'Roboto';
    font-size: 14px;
    margin-top: 5%;
    margin-left: 5%;
}
.addcoursescart {
    color: #007bff;
}
.batches-bg.onlinebtn {
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    border: 0px;;
}
.popupdate i, .popuptime i {
    margin-right: 7px;
}
#mainheader {
    z-index: 5;
}
.sticktopheader {
    height: 50px;
    background-color: #0f256e;
    /* background: linear-gradient(to right, rgb(0, 169, 62) 0%, rgb(28, 169, 139) 40%, rgb(57, 169, 216) 80%, rgb(72, 170, 255) 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticktopheader p {
    text-align: center;
    color: #fff;
    font-family: 'Roboto';
    margin-bottom: 0px;
    font-size: 17px;
}
.sticktopheader b {
    margin-left: 5px;
    font-size: 18px;
    cursor: pointer;
}
.sticktopheader b:hover {
    color: #0e9347;
}
.homeBanner {
    position: relative;
}
.aboutusbanner, .coursesbanner {
    /* top: 50px; */
}
#couponmodal .modal-header {
    padding: 0.5rem 0.5rem;
}
#couponmodal .modal-title {
    font-size: 16px;
}
#couponmodal .close {
    margin-top: -20px;
}
#couponmodal .modal-body {
    padding: 0%;
}
#couponmodal .couponcode-p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #03a84e;
}
#mainheader .sticktopheader {
    display: none;
}
.sticky {
    padding: 0% 0%;
}
.sticky .sticktopheader {
    display: flex !important;
    height: 40px;
}
.sticky .sticktopheader p {
    font-size: 13px;
}
.sticky .sticktopheader b {
    font-size: 15px;
}
#couponmodal .modal-dialog {
    max-width: 500px;
}
#couponmodal.modal {
    height: 60%;
}
.couponcode-img img {
    width: 100%;
}
.couponcode-img {
    position: relative;
}
.couponcode-img .close {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 15px;
    right: 5px;
    opacity: 1;
}
.newsticktopheader {
    position: relative;
    height: 50px;
}
.topbar-img1 {
    position: absolute;
    top: -45px;
    left: 0px;
    height: 85px;
}
.topbar-img2 {
    position: absolute;
    bottom: -45px;
    right: 0px;
    height: 85px;
}
.topbar-flexdiv {
    display: flex;
    flex-direction: row;
    position: relative;
}
.topbar-img3 {
    height: 50px;
    position: absolute;
    top: -5px;
    left: -58px;
}
.novemberbox {
    background-color: #fff;
    padding: 4px 15px;
    height: max-content;
}
.novemberbox p {
    margin-bottom: 0px;
    color: #207abe;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
}
.newsticktopheader .avail-text {
    color: #ccff00;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    margin: 5px 0px 0px 15px;
}
.newsticktopheader .limited-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    margin: 5px 0px 0px 0px;
}
.vertical-line {
    border-left: 2px solid #fff;
    height: 25px; /* You can adjust the height of the line */
    margin: 0px 15px 0px 15px;
    position: relative;
    top: 5px;
  }
  .couponbox {
    background-color: #ccff00;
    margin-left: 15px;
    cursor: pointer;
  }
  .couponbox p {
    color: #0f256e;
  }
  .sticky .topbar-img3 {
    height: 40px;
    top: -3px;
    left: -50px;
  }
  .sticky .newsticktopheader {
    overflow: hidden;
  }
  .sticky .topbar-img1, .sticky .topbar-img2 {
    height: 75px;
  }

@media only screen and (max-width: 959px) {
    .sticktopheader {
        margin-top: 50px;
        display: none;
    }
    .window .sticktopheader {
        display: flex;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    .sticktopheader p {
        font-size: 12px;
    }
    .sticktopheader b {
        font-size: 14px;
        display: block;
    }
    #couponmodal .modal-content {
        width: 80%;
        margin: 0px auto;
    }
    .window {
        height: 50px !important;
    }
    .aboutusbanner, .coursesbanner {
        top: 0px;
    }
    .coursespagesection {
        position: relative;
        margin-bottom: 50px;
    }
    #mainheader .sticktopheader {
        display: none !important;
    }
    .newsticktopheader {
        overflow: hidden;
    }
    .novemberbox p {
        font-size: 11px;
    }
    .newsticktopheader .avail-text {
        font-size: 11px;
        margin: 5px 0px 0px 10px;
    }
    .newsticktopheader .limited-text {
        font-size: 11px;
    }
    .topbar-img3 {
        height: 30px;
        top: 0px;
        left: -32px;
    }
    .window .newsticktopheader {
        flex-direction: column;
    }
    .topbar-img1 {
        top: -40px;
        height: 65px;
    }
    .topbar-img2 {
        bottom: -40px;
        height: 65px;
    }
    .newsticktopheader {
        height: unset;
        padding: 5px 0px;
    }
    .novemberbox {
        padding: 3px 8px;
    }
    .topbar-flexdiv1 {
        margin-top: 5px;
    }
}



































































































  /* for 110 */
@media only screen and (min-width: 1300px) and (max-width: 1400px)  {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
    }
    .browsetext {
        font-size: 13px;
    }
    .browsecat {
        width: 32px;
    }
    .searchicon {
        width: 22px;
        margin-left: 19px;
    }
    .callicontext {
        font-size: 12px;
    }
    .individualbox, .corporatebox {
        padding: 20% 10% 10% 15%;
    }
    .clientstext {
        font-size: 12px;
    }
    .banner-subtext {
        font-size: 16px;
    }
    .midbannerbg {
        padding: 12% 0%;
    }
}

/* for 125% */
@media only screen and (min-width: 960px) and (max-width: 1299px)  {
    .callicontext {
        font-size: 10px;
    }
    .serviceshead {
        font-size: 16px;
    }
    .quicklinks {
        font-size: 12px;
    line-height: 24px;
    }
    .subscribenewsletter {
        font-size: 12px;
    }
    .boxhead {
        font-size: 25px;
    }
    .serviceshead {
        font-size: 16px;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    .browsetext {
        font-size: 13px;
    }
    .browsecat {
        width: 32px;
    }
    .searchicon {
        width: 22px;
        margin-left: 19px;
    }
    .individualbox, .corporatebox {
        padding: 15% 10% 10% 10%;
        height: 230px;
    }
    .training-text {
        font-size: 13px;
    }
    .boxlearnmore {
        bottom: 20px;
    }
    .clientstext {
        font-size: 12px;
    }
    .banner-subtext {
        font-size: 14px;
    }
    .banner-points {
        font-size: 16px;
        line-height: 30px;
    }
    .upskill-head {
        font-size: 42px;
    }
    .pmpbox {
        padding: 13% 0%;
    }
    .pmphead {
        margin-top: 20px;
        font-size: 13px;
    }
    .whybox1 {
        height: 250px;
    }
    .whyboxhead {
        font-size: 14px;
    }
    .whyboxtext {
        font-size: 13px;
    }
    .midbannertext {
        font-size: 13px;
    }
    .midbannerhead {
        font-size: 25px;
    }
    .traininghead {
        font-size: 25px;
    }
    .midbannerbtn {
        height: 40px;
        padding-top: 8px;
    }
    .experttext {
        font-size: 12px;
    }
    .expertbtn a {
        padding-top: 7px;
    }
}

/* for 90% */
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 18px;
        padding-right: 22px;
        padding-left: 22px;
    }
    .browsetext {
        font-size: 18px;
    }
    .callicontext {
        font-size: 15px;
        line-height: 22px;
    }
    .subscribenewsletter{
        font-size: 16px;
    }
    ::placeholder {
        font-size: 13px;
        bottom: 2px;
    }
    .quicklinks {
        font-size: 16px;
        line-height: 28px;
    }
    .paymenticon1 {
        width: 42%;
    }
    .banner-subtext {
        font-size: 20px;
    }
    .banner-points {
        font-size: 20px;
    }
    .traininghead {
        font-size: 30px;
    }
    .training-text {
        font-size: 16px;
    }
    .boxtext {
        font-size: 13px;
        margin-top: -5px;
    }
    .boxhead {
        font-size: 28px;
    }
    .individualbox, .corporatebox {
        padding: 20% 10% 15% 15%;
        height: 300px;
    }
    .boxlearnmore {
        font-size: 16px;
    }
    .pmpicon {
        width: 18%;
    }
    .pmphead {
        font-size: 16px;
    }
    .whyboxhead {
        font-size: 18px;
        margin-top: 5%;
    }
    .whyboxtext {
        font-size: 16px;
    }
    .whyiconclass {
        width: 28%;
    }
    .whybox1{
        height: 325px;
    }
    .midbannerhead {
        font-size: 30px;
    }
    .upskill-head {
        font-size: 55px;
    }
    .midbannertext {
        font-size: 18px;
    }
    .clientstext {
        font-size: 15px;
    }
    .clientname {
        font-size: 18px;
    }
    .clientimg {
        width: 22%;
    }
    .carousel-indicators li {
        height: 6px;
    }
    .imprintsnumber {
        font-size: 32px;
    }
    .imprintshead {
        font-size: 18px;
        margin-top: 0px;
    }
    .imprintstext {
        font-size: 16px;
    }
    .experttext {
        font-size: 16px;
    }

}


/* for 80% */
@media only screen and (min-width: 1800px)  {
    .callicontext {
        font-size: 18px;
        line-height: 25px;
    }
    .subscribenewsletter{
        font-size: 19px;
    }
    ::placeholder {
        font-size: 16px;
        bottom: 0px;
    }
    .quicklinks {
        font-size: 19px;
        line-height: 30px;
    }
    .paymenticon1 {
        width: 45%;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 21px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .browsetext {
        font-size: 21px;
        position: relative;
        top: 3px;
    }
    .browsecat {
        width: 38px;
    }
    .searchicon {
        width: 29px;
        margin-left: 20px;
    }
    .banner-subtext {
        font-size: 23px;
    }
    .banner-points {
        font-size: 23px;
    }
    .traininghead {
        font-size: 33px;
    }
    .training-text {
        font-size: 19px;
    }
    .boxtext {
        font-size: 19px;
        margin-top: -2px;
    }
    .boxhead {
        font-size: 31px;
    }
    .individualbox, .corporatebox {
        padding: 20% 10% 15% 15%;
        height: 320px;
    }
    .boxlearnmore {
        font-size: 19px;
        bottom: 30px;
    }
    .pmpicon {
        width: 18%;
    }
    .pmphead {
        font-size: 17px;
    }
    .pmpbox {
        padding: 7% 0%;
        height: 200px;
    }
    .whyboxhead {
        font-size: 21px;
        margin-top: 8%;
    }
    .whyboxtext {
        font-size: 19px;
    }
    .whyiconclass {
        width: 30%;
    }
    .whybox1{
        height: 400px;
    }
    .midbannerbtn {
        height: 55px;
    }
    .midbannerhead {
        font-size: 33px;
    }
    .upskill-head {
        font-size: 58px;
    }
    .midbannertext {
        font-size: 21px;
    }
    .clientstext {
        font-size: 17px;
    }
    .clientname {
        font-size: 21px;
    }
    .clientimg {
        width: 25%;
    }
    .carousel-indicators li {
        height: 7px;
    }
    .imprintsnumber {
        font-size: 35px;
    }
    .imprintshead {
        font-size: 21px;
        margin-top: 3px;
    }
    .imprintstext {
        font-size: 19px;
    }
    .experttext {
        font-size: 19px;
    }

}

@media only screen and (max-width: 959px) {
    .mobhide {
        display: none;
    }
    .pg-container {
        display: flex;
        width: 100%;
    }
    .policies-mob-view {
        display: flex;
        justify-content: space-between;
    }
    .pagewidth {
        width: 90%;
    }
    .bannersection {
        height: 45vh;
    }
    .homeBanner {
        height: 45vh;
        background-size: cover;
        position: unset;
        background-position: left center;
        animation: unset;
    }
    .upskill-head {
        font-size: 22px;
        margin-top: 35%;
        margin-bottom: 0px;
        font-weight: bold;
    }
    .banner-subtext {
        font-size: 13px;
        display: none;
    }
    .banner-subtext br {
        display: none;
    }
    .banner-points {
        font-size: 13px;
        line-height: 22px;
    }
    .traininghead {
        font-size: 20px;
        text-align: center;
    }
    .traininghead br, .training-text br {
        display: none;
    }
    .training-text,.boxtext, .whyboxtext, .midbannertext, .experttext {
        font-size: 14px;
    }
    .individualbox, .corporatebox {
        padding: 10% 5% 5% 10%;
    height: 180px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 15px;
    margin-bottom: 15px;
    }
    .boxhead {
        font-size: 18px;
    }
    .boxlearnmore{
        font-size: 13px;
        bottom: unset;
    }
    .pmpbox {
        width: 85%;
        margin-top: 5%;
        padding: 5% 0%;
        height: 150px;
    }
    .margtop5.mob-adjust-row {
        margin-top: 0px;
    }
    .whychoosehead {
        width: 90%;
        margin-left: 5%;
        margin-top: 15%;
    }
    .fourthsection {
        width: 90%;
        margin: 0px auto;
        display: block;
    }
    .whybox1 {
        height: 250px;
        padding: 10% 5% 5%;
        margin-bottom: 5%;
    }
    .whyboxhead {
        font-size: 15px;
    }
    .fourthsection .pagewidth {
        width: 100%;
    }
    .midbannerbg {
        height: 100vh;
        background-size: cover;
        background-position: center;
        padding: 32% 0% 0%;
        margin: -10% 0% -15%;
    }
    .midbannerhead {
        font-size: 20px;
        margin-bottom: 6%;
    }
    .midbannertext {
        width: 100%;
    }
    .midbannerbtn {
        width: 45%;
        height: 45px;
        padding-top: 7px;
    }
    .logohead {
        margin-bottom: -15px;
    }
    .learnerlogodiv img {
        width: 100%;
        margin-bottom: -45px;
    }
    .lastimgdiv img {
        width: 50%;
        margin: 0px auto;
        display: block;
        margin-top: -15px;
    }
    .imprintsbg {
        margin-top: 25%;
        padding: 10% 0%;
    }
    .carousel-indicators li {
        top: 75px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .imprintsnumber {
        font-size: 22px;
    }
    .imprintshead {
        font-size: 16px;
        margin: 0px;
    }
    .col-md-4:not(:last-child) .imprintsbox {
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }
    .col-md-4:not(:first-child) .imprintsbox {
        margin-top: 15px;
    }
    .expertbg {
        padding: 10% 0%;
    }
    .experttext {
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: center;
    }
    .expertbtn a {
        width: 40%;
        padding-top: 10px;
    }
    .footerlogo {
        width: 30%;
        margin: 0px auto;
        display: block;
    }
    .footerbg {
        padding: 7% 0%;
    }
    .subscribenewsletter {
        font-size: 15px;
        margin-top: 20px;
    }
    .inputwidth {
        margin-bottom: 10%;
    }
    .subscribebtn {
        margin-left: -5px;
    }
    .quicklinks {
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .weaccept {
        text-align: left;
    }
    .paymenticon1 {
        width: 20%;
        display: inline-block;
        margin-right: 5px;
    }
    .callicon {
        width: unset;
        margin: 0px auto;
        display: block;
    }
    .m-foot:not(:last-child) {
        margin-bottom: 20px;
    }
    .footerbreak {
        margin-top: 10%;
        padding-top: 10%;
    }
    .aboutusbanner, .coursespagesection {
        height: 45vh;
        background-size: cover;
    }
    .allcourseshead {
        margin-top: 33%;
    }
    .page-width {
        width: 90%;
    }
    .about-main-div {
        padding-left: 0px;
    }
    .about-img-section {
        margin-top: 0%;
        margin-bottom: 15%;
    }
    .allcourseshead {
        font-size: 28px;
    }
    .abt-mainbtn-div {
        width: 100%;
    }
    .abt-midbanner-text {
        font-size: 16px;
        line-height: 30px;
    }
    .abt-left, .abt-right {
        padding: 0% 0% 0% 0%;
    }
    .abt-left-head {
        margin-top: 40px;
    }
    .right-text {
        padding-left: 13px;
    }
    .about-midbanner {
        padding: 8% 0%;
    }
    .abt-right, .abt-left {
        margin-bottom: 40px;
    }
    .abt-right-dev {
        background-position: center;
    }
    .abt-right .right-text {
        padding-left: 13px;
    }
    .abt-mainbtn-div p {
        font-size: 13px;
    }
    .coursesbanner {
        height: auto;
    background-size: cover;
    padding-bottom: 15vh;
    }
    .moballcourseshead {
        font-size: 23px;
    }
    .allcourseshead {
        margin-top: 30%;
    }
    .enrolltype-box {
        margin-bottom: 30px;
    }
    .inperson-head {
        font-size: 24px;
    }
    .inperson-price {
        font-size: 35px;
    }
    .singlecourse-overview-head, .allcourseshead {
        font-size: 22px;
    }
    .singlecourse-overview-description b {
        font-size: 14px;
    }
    .singlecourse-overview-description li {
        font-size: 13px;
    }
    .card-body {
        padding: 10px;
    }
    .courses-blue-box {
        width: 100%;
        padding: unset;
        background-color: unset;
    }
    .courses-blue-box .mobile-select {
        width: 100%;
        height: 40px;
    }
    .coursespagesection {
        height: 40vh;
    }
    .allcoursesdiv {
        margin-top: 40px;
    }
    .whychoosehead {
        margin-top: 5%;
    }
    .expert-btn-submit {
        margin-top: 15px;
        margin-bottom: 10%;
    }
    .expertform-div {
        width: 90%;
        margin-left: 7%;
        margin-top: 7%;
    }
    .allcourses-expertsection .training-text {
        width: 85%;
        margin: 0px auto;
        display: block;
    }
    .allcourses-expertsection form .mt-4 {
        margin-top: 0px !important;
    }
    .expertinput-div {
        margin-bottom: 15px;
    }
    .contact-left-bg {
        background-image: none;
        padding: 0% 5%;
    }
    .contact-left-bg p {
        color: #4a4a4a;
        margin-bottom: 9%;
    }
    .contact-left-bg span {
        color: #4a4a4a;
    }
    .contact-icon {
        width: 15px;
    }
    .locate-map-a {
        border: 1px solid #000;
    }
    .contact-left-bg .training-text {
        font-size: 15px;
    }
    .locate-map-div {
        margin-top: 15%;
    }
    .socialicon {
        width: 26px;
    }
    .social-div {
        margin-top: 15%;
    }
    .contact-form-div {
        margin: 0px auto;
        display: block;
        width: 95%;
        margin-top: 20%;
    }
    .quotation-img {
        width: 45px;
    }
    .querybtn-img {
        width: 45px;
    }
    .quotation-div {
        top: 50%;
    }
    #basicinfodiv {
        padding-right: 0px;
    }
    .cart-right-bg {
        margin-left: 0px;
    }
    .contact-info {
        font-size: 21px;
    }
}

/* CSS for Mobile */

.window {
    position: relative;
    display: block;
    width: 360px;
    height: 50px;
    margin: 100px auto 0;
    /* box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    /* overflow: hidden; */
    border-radius: 3px;
    background: #F1F1F1;
  }
  .window .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.8); */
    background: #fff;
    /* overflow: hidden; */
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 3;
    border-bottom: 1px solid #ccc;
  }
  .window .header .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 13%;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #0e9347;
  }
  .window .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  .window .header .burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
  }
  .window .header .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .window .header .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
  }
  .window .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .window .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    transform: translateX(0px);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
  }
  .window .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 10% 0;
    list-style: none;
    margin-top: 15px;
  }
  .window .header ul.menu li.menu-item {
    border-bottom: 0px solid #fff;
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .window .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
  }
  .window .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
  }
  .window .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
  }
  .window .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
  }
  .window .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
  }
  .window .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
  }
  .window .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
  }
  .window .header ul.menu li.menu-item a {
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    color: #FFF;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 15px;
    line-height: 3rem;
    font-weight: 200;
    width: 100%;
  }
  .window .header.menu-opened {
    height: 110vh;
    background-color: #0e9347;
    transition: all 0s ease-in, background 0.5s ease-in;
    transition-delay: 0s;
    z-index: 20;
  }
  .window .header.menu-opened .burger-container {
    transform: rotate(90deg);
    background-color: #0e9347;
  }
  .window .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .window .header.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(5px) rotate(45deg);
  }
  .window .header.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
  }
  .window .header.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
  }
  .window .header.menu-opened .icon.icon-bag {
    transform: translateX(75px);
    transition-delay: 0.3s;
  }
  .window .content {
    font-family: "Ek Mukta", sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
  }
  .window .content::-webkit-scrollbar {
    display: none;
  }
  .window .content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
  .window .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
  }
  .window .content img:nth-of-type(2) {
    margin: 75px auto;
  }
  .mobile-rig-logo {
      display: inline-block;
      width: 70%;
      vertical-align: top;
      padding-top: 0%;
  }
  .mobile-rig-logo img {
      width: 45%;
      /* float: right; */
      margin: 0px auto;
      display: block;
  }
  .mob-cart-div {
      display: inline-block;
      width: 12%;
      vertical-align: top;
      padding-top: 0%;
  }
  .mob-cart-div img {
      width: 65%;
      top: 10px;
      left: 10px;
  }
  .header.menu-opened .mobile-rig-logo,.header.menu-opened .mob-cart-div{
      display: none;
  }
  .header.menu-opened ul.menu li.menu-item:last-child a{
    border-bottom: 0px;
  }
  .mobile-menulogo {
    background-color: #fff;
    width: 65%;
    border-radius: 10px;
    margin: 0px auto;
    margin-top: 30px;
    padding: 10px;
  }
  .mobile-menulogo img {
      width: 95%;
      margin: 0px auto;
      display: block;
  }
    
  @media (max-width: 600px) {
    .window {
      width: 100%;
      /* height: 100vh; */
      margin: 0;
      border-radius: 0px;
    }
    .window .header {
      position: fixed;
    }
  }
  
  .goBack {
    text-align: end;
    color: white;
    background-color: #03a84e;
  }
  .error-page-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
  }
  .on-404-go-back{
        display: flex;
        align-items: center;
  }