/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Felipa&display=swap");
@import url(../css/bootstrap.min.css);


/* styles.css */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-Light.woff2") format("woff2"),
       url("./font/Gotham-Light.woff") format("woff");
  font-weight:normal;
  font-style: normal;
  font-display: swap; /* recommended */
  font-stretch: normal;
}

/* If you have a separate Bold file, use this: */
@font-face {
  font-family: "Gotham";
  src: url("./font/Gotham-Bold.woff2") format("woff2"),
       url("./font/Gotham-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('./font/Gotham-Medium.woff2') format('woff2'),
         url('./font/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('./font/Gotham-Book.woff2') format('woff2'),
         url('./font/Gotham-Book.woff') format('woff');
    /* font-weight: 400; */
    font-style: normal;
    font-display: swap;
}


body{
    overflow-y: scroll; /* Always reserve space for scrollbar */
    font-family: "Gotham";
}
.inner_midbody.test-monialsspc .testimonials .testim-text p{
    top:50px;
}
.inner_midbody.test-monialsspc #testislide .owl-dots {
    bottom: 215px;
}
.inner_midbody.test-monialsspc .testimonials .testim-text img{
        border-radius: 10px;
}
.inner_midbody.test-monialsspc .testimonials .testim-text p::after{
        bottom: -56px;
}
.advovrly {
    background: #060505d6;
    position: absolute;
    content: "";
    z-index: 99;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    /* float: left; */
}
.listpg-fil h4 {
    font-size: 14px;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}
.schregbtn {
    display: flex !important;
    padding: 20px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    height: 52px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-combo {
    font-size: 16px !important; /* iOS needs 16px+ font for select to be interactive */
}
.goog-te-banner-frame.skiptranslate, 
body > .goog-te-spinner-pos {
    display: none !important;
}

.goog-te-menu-value {
    z-index: 999999 !important;
    position: relative !important;
}

#popularcourse {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
span.detail-label {
    text-transform: capitalize !important;
}

.ovrveregbtn {
    width: 100% !important;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 10px;
    color: #fff !important;
    margin-top: 0 !important;
    font-size: 12px;
    text-transform: uppercase;

}
.ovrveregbtn img {
    margin: 0 9px 0 0;
    /* width: 22px; */
}

 .new_popular a {
     background: #202f44 !important;
    color: #fff;
    position: absolute;
    right: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    top: 9px;
    font-size: 13px;
}

.catagorycard img {
    border-radius: 10px;
}
  ul.rtpnl li img{
      border-radius:10px;
    }
.mob_filter_list {
    width: 22%;
    display: flex;
    justify-content: space-between;
            align-items: center;
}
.orfil {
    text-align: center;
    padding-bottom: 10px;
}
#popularcourse .owl-stage-outer {
  max-height: 430px;
}

#popularcourse .owl-item {
  float: left;
}
.popularn.catego.cattabsearch {
    padding-top:120px;
}
.lissingbanner-section.blognewban.contentbanner {
    margin-top: 0;
}
#popularcourse .owl-nav {
  display: none;
}
#popularcourse .owl-dots {
  text-align: center;
  padding-top: 40px;
  clear: both;
  text-align: center;
  margin: 0 auto;
}
#popularcourse .owl-dots .owl-dot {
  background: #d9d9d9;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  margin: 3px;
}
#popularcourse .owl-dots .active {
  background: #ffa834;
  width: 80px;
  height: 20px;
  border-radius: 10px;
}


#offerslide {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#offerslide .owl-item {
  float: left;
}
#offerslide .owl-nav {
  display: none;
}
#offerslide .owl-dots {
  padding-top: 40px;
  position: absolute;
  left: 230px;
  top: 380px;
  display: none;
}
#offerslide .owl-dots .owl-dot {
  background: #d9d9d9;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  margin: 3px;
}
#offerslide .owl-dots .active {
  background: #ffa834;
  width: 80px;
  height: 20px;
  border-radius: 10px;
}

#relatedslide {
  overflow: hidden;
  position: relative;
}
#relatedslide .owl-item {
  float: left;
}
#relatedslide .owl-nav {
  display: none;
}
#relatedslide .owl-dots {
  padding-top: 40px;
  position: absolute;
  left: 230px;
  top: 380px;
  display:none !important;
}
#relatedslide .owl-dots .owl-dot {
  background: #d9d9d9;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  margin: 3px;
}
#relatedslide .owl-dots .active {
  background: #ffa834;
  width: 80px;
  height: 20px;
  border-radius: 10px;
}

.rgtcpd {
  overflow: hidden;
}
.rgtcpd .owl-item {
  float: left;
}
.rgtcpd .owl-nav, .rgtcpd .owl-dots {
  display: none;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  /*height: 46px;*/
  border-bottom: 1px solid #C1CDDD;
  width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 46px;
  line-height: 46px;
  border-top: 1px solid #C1CDDD;
  border-left: 1px solid #C1CDDD;
  border-bottom: 1px solid #C1CDDD;
  background-color: #F9F9F9;
  font-size: 12px;
  color: #000;
  overflow: hidden;
  position: relative;
}
ul.tabs li img {
  margin-right: 5px;
  margin-top: -3px;
}

.tab_last {
  border-right: 1px solid #C1CDDD;
}

ul.tabs li:hover {
  background-color: #e4ebf4;
  color: #000;
}

ul.tabs li.active {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #fff;
  display: block;
}
.details {
    margin: 5px 2px !important;
    padding: 10px 0 !important;
}

.tab_container {
    border: 1px solid #C1CDDD;
    border-top: none;
    clear: both;
    float: left;
    width: 99.8%;
    background: #fff;
    overflow: auto;
}

.tab_content {
  padding: 20px;
  padding-top: 0;
  display: none;
  min-height: 817px;
}

.tab_drawer_heading {
  display: none;
  font-size: 21px;
  color: #202F44;
  font-weight: 400;
}
input#upcomingdt {
    display: none;
}
ul.rtpnl li {
    width: 16% !important;
    min-height: 180px !important;
    height: 180px !important;
}
.hero-section figure img {
    height: 203px;
}
.card_list figure {
    padding: 0;
}
.card_list figure img{
    height: 171px;
    width: 100%;
    object-fit: cover;
    min-height:171px;
    border-radius: 15px;
}
span.checkcross {
    font-size: 21px;
    font-weight: 200;
}
.rating-section {
    display: flex !important;
    position: absolute;
    bottom: 51px;
}
.details-section {
    padding: 30px 5px;
    margin-top: 0;
    border-bottom: 1px solid #8d919a;
    margin-bottom: 0;
    padding-bottom: 0;
}


@media screen and (max-width: 480px) {
    .logomenu img {
    width: 115px !important;
}
 
    .footer-bootom .f_copy p {
    padding-bottom: 20px;
  }
      .bluedark ul.mob li.topPdf span img {
    /*-webkit-filter: brightness(0) invert(1);*/
    /*filter: brightness(0) invert(1);*/
}
    
      .bluedark ul li {
        padding: 0;
        margin: 0px 0 !important;
    }  
    
        .bluedark ul.mob li.topPdf {
        padding: 20px 10px;
        color: #ffffff !important;
    }
        .desktopmenu #cssmenu ul li.topPdf {
        padding: 0px 10px;
        color: #ffffff;
    }
        .desktopmenu #cssmenu ul li a {
        padding: 15px 70px 15px 0 !important;
    }

.bluedark ul.mob li {
    background:transparent !important;
}
.bluedark ul.mob li:hover {
    background:#BC9654 !important;
}
.bluedark ul.mob li a{
    color:#fff !important;
}
    
    
    
    
    
    
    
    .popcrslist a.view_dtlsbut{
            width: 43% !important;
    }
    .venu_con{
        height: 99% !important;
    }
    #cattab ul.cat_ullist li div {
    position: absolute;
    width: 40% !important;
    }
        .details-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
        .dtls_overview {
        padding: 16px 20px 0px 20px;
    }

        ul.drop li img{
border-radius:20px !important;
    }

    ul.drop li {
        display: inline-block !important;
        width: 49% !important;
        height: 237px !important;
    }
        .whatsapp {
        bottom: 60px;
        right: 0;
    }
.testimonials .testim-text img {
        width: 100%;
    }
    #testislide .owl-dots {
    padding-top: 0;
    position: absolute;
    left: 50px !important;
    bottom: 87px !important;
    text-align: left !important;
}

.testimonials .testim-text p {
    background: #202f44e6;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
padding: 50px !important;
    width: 100% !important;
    top: 0 !important;
    position: relative !important;
    max-height: max-content !important;
}

    .blue .user img {
    float: left;
    margin-top: 2px;
    width: auto;
}
   .blue .Top-righticon {

    column-gap: 0;
}

    h4#filtertoggle {
    display: block !important;
}
        .desktopmenu #cssmenu ul li .mob_learn_iblog{
        padding-top:35px !important;
        top: -41px !important;
    }
    ul.drop.allcourse_list.mob_learn_iblog.sub li {
    padding-bottom: 0;
    margin-bottom: 20px !important;
}
 ul.drop.allcourse_list.mob_learn_iblog.sub li a{
     margin-top: 0;
 }

/*    .desktopmenu #cssmenu ul .active a {*/
/*    color: #1d243a !important;*/
/*    background: #f7f7f7;*/
/*}*/
    ul.drop.mob_learn_iblog img.menu-close{
        display:none !important;
    }
    .desktopmenu #cssmenu ul .active a {
    color: #243348b !important;
}
    ul.drop.mob_learn_iblog li a {
    margin-top: 16px;
        color: #243348 !important;
}
ul.drop.mob_learn_iblog li {
    height: auto !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    border:0px !important;
}
        ul.drop.mob_learn_iblog {
        padding: 0 20px !important;
        margin-top: 71px !important;
    }
    ul.drop.mob_learn_iblog {
  padding:0 20px;
}
    ul.drop.mob_learn_iblog li {
    width: 100% !important;
}
        .mob .clicked .drop .submenu_close {
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .menunames {
    position: relative;
    bottom: 98px !important;
    line-height: 17px !important;
    padding: 0 10px;
    font-size: 14px !important;
    font-weight: 600;
    width: 90% !important;
}
    .desktopmenu{
        width:100%;
    }
    div#cssmenu .drkpnl {
    display: flex;
    align-items: baseline;
    justify-content: start;
    width: 269px !important;
    margin: 0 auto;
    margin-top: 40px;
    column-gap: 25px;
    z-index: 1 !important;
}
    div#google_translate_element {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin: 20px 0 0 32px !important;
    background: #ccc;
    width: 259px !important;
    padding: 0 0 0 25px !important;
    background: #E6E8F4 !important;
    border-radius: 5px;
}
        .desktopmenu #cssmenu .menu-logosec .menu-close {
        width: 20px;
    }
    .desktopmenu #cssmenu .menu-logosec .menu-close {
    margin-top: 10px;
    margin: 0 0 0 26px;
}
        .desktopmenu #cssmenu ul li a {
        padding: 20px 70px 20px 0 !important;
        border-left: 5px solid transparent;
    }
    .desktopmenu #cssmenu ul li.topPdf {
    padding: 20px 10px;
       color:#1d243a;
}
.desktopmenu #cssmenu ul li.topPdf a{
    color:#1d243a;
}

        .mob {
        display: block;
        margin: 0 30px;
    }
        .mob .open {
    background: #f7f8fc !important;
    }
    .desktopmenu #cssmenu ul li {
    padding: 0;
}
        ul.drop {
        padding: 0 0 !important;
        margin: 0 auto;
        padding-top: 50px !important;
    }
     ul.drop li:hover {
          background: transparent !important;
              box-shadow:none !important;
     }
     .desktopmenu #cssmenu ul li ul li:hover{
              background: transparent !important;
              box-shadow:none !important;
     }
    ul.drop {
    padding: 0 20px !important;
    margin: 0 auto;
    padding-top: 50px !important;
}
.menunames {
    position: relative;
    bottom: 70px;
    line-height: 21px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    width: 95%;
}
    ul.drop li {
    display: inline-block !important;
    width: 49% !important;
    height: 180px !important;
}
        .mob_hd_top {
    display: block !important;
}
    .mob_hd_top {
    padding: 20px 0;
}
    header .hd_top{
        display:none;
    }
    .dtlsoveriewtab h3{
        margin-bottom:10px;
    }
    .contentbanner {
    background-size: cover !important;
}
    .newcourselist .listwrap .right-newsearch{
        margin-bottom:30px !important;
    }
        .newcourselist .listwrap .list-filter {
        display: block !important;
    }
    .mobs{
    display:block !important;
}
    .mob_ver{
    display:block !important;
}
.mob_ver .dropdown-trigger{
    padding:0;
}


    .blue .contact_drop{
        display:none !important;
        
    }
        .crsdtlslist .list-locimg.tablistlocimg img {
        width: 100% !important;
    }
        .newdtlspg .listwrap .list-inner .view_dtlsbut {
        order: 3;
        width: 100%;
        margin-bottom: 20px !important;
    }
        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 25px !important;
    }
        .newcourselist .popularimg {
    width: 86px !important;
}
    .coursereating {
    margin-top: 10px;
    margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-leftcon p {
    min-height: auto !important;
    line-height: normal;
}
    .list-leftcon img {
    width: 25% !important;
}
                .newcourselist .listwrap .list-inner {
        padding: 15px;
        border-bottom: none;
        margin-bottom: 30px;
    }
            li.cht{
        display:none;
    }
    .list-inner .list-locimg .listvenuoverlay{
        margin-top:0 !important;
    }
   .btn_pnl {
    display: block !important;
        margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-locimg {
    height: auto !important;
}
        .newcourselist .listwrap .list-inner .list-locimg img {
    height: auto !important;
    margin-bottom: 0px !important;
}
        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    

        .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    li.des{
        display:none;
    }
    .frm_sec p {
    margin-bottom: 20px !important;
    font-size: 16px;
}
    .frm_pnl .frm_sec{
        padding:20px 50px !important;
    }
      ul.contac{
        display:block !important;
    }

  ul.contac li {
    background: #f7f8fc !important;
    padding: 40px 20px;
    border-radius: 15px;
    text-align: center;
    width: 100% !important;
    margin-bottom: 30px !important;;
}

  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #ececec;
    color: #fff;
    border: 1px solid #C1CDDD;
    margin: 0;
    margin-bottom: 1px;
    padding: 5px 15px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px !important;
  }

  .d_active {
    background-color: #DDDDDD;
    color: #fff;
  }
}
.tab_drawer_heading.d_active {
  font-weight: 400;
  font-size: 21px;
  line-height: 42px;
  color: #fff;
  padding-top: 0;
  padding-left: 15px;
  background: #202f44;
  padding-bottom: 0;
}

.dtlsoveriewtab h3 {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #202F44;
}

#partnerlogoslide {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#partnerlogoslide .owl-item {
  float: left;
}
#partnerlogoslide .owl-nav {
  display: none;
}
#partnerlogoslide .owl-dots {
  display: none;
}

.desktopmenu {
     background: #fff;
    position: fixed;
    top: 0;
    z-index: 9999999;
    height: 100%;
    width: 25%;
    left: 0;
    /*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);*/
}
.desktopmenu #cssmenu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #63758E;
  border-left: 5px solid transparent;
  padding: 0px 60px 0px 60px;
}
.desktopmenu #cssmenu ul li:hover .licls{
    background: #BC9654;
    border-radius: 5px;
}
.desktopmenu #cssmenu ul li:hover ul {
  display: block;
}
.desktopmenu #cssmenu ul li a {
    color: #1d243a;
    display: block;
    padding: 10px 70px 10px 0 !important;
    border-left: 5px solid transparent;
}
.desktopmenu #cssmenu ul li a span {
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
.desktopmenu #cssmenu ul li a p {
  width: 100% !important;
  display: block !important;
  text-align: left !important;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.desktopmenu #cssmenu ul li ul {
  position: fixed;
  left: 25%;
  background: #f7f8fc;
  width: 75%;
  top: 0;
  padding-top: 38px;
  height: 100vh;
  display: none;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding-left: 30px;
}
.desktopmenu #cssmenu ul li ul li {
display: inline-block;
    width: 19.5%;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #202F44;
    border-left: 0;
    margin-bottom: 20px;
    align-items: center;
    margin: 0;
    height: 220px;
}
.desktopmenu #cssmenu ul li ul li:hover {
background: #1d2439;
    border-left: 0;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
    height: 56px !important;
}
.desktopmenu #cssmenu ul li ul li:hover a {
  color: #fff;
}
.desktopmenu #cssmenu ul li ul li:hover span {

  /*border: 1px solid #4a5f7e;*/
}
.desktopmenu #cssmenu ul li ul li:hover span img {
  /*-webkit-filter: brightness(0) invert(1);*/
  /*filter: brightness(0) invert(1);*/
}
.desktopmenu #cssmenu ul li ul li span {
    width: 75px;
    float: left;
    height: 56px;
    border: 1px solid #e4ebf5;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}
.desktopmenu #cssmenu ul li ul li span img {
    max-width: fit-content !important;
    max-height: 40px !important;
    margin-top: 10px !important;
}
.desktopmenu #cssmenu ul li ul li a {
  display: block;
  padding: 0 !important;
  padding-right: 10px !important;
  width: 100%;
  min-height: auto;
  /*display: flex;*/
  align-items: center;
}
/*.desktopmenu #cssmenu ul .active {*/
/*background: #BC9654;*/
/*    border-radius: 5px;*/
/*    margin: 0 64px;*/
/*    padding: 0;*/
/*    margin-bottom: 20px;*/
/*}*/
.desktopmenu #cssmenu ul .active .licls{
    background: #BC9654;
    border-radius: 5px;
    /*margin: 0 64px;*/
    padding: 0 60px 0 60px;
    margin-bottom: 20px;
}
.desktopmenu #cssmenu ul .active a {
    color:#fff;
}
.desktopmenu #cssmenu ul .active .licls span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.desktopmenu #cssmenu .menu-logosec {
  padding: 30px;
}
.desktopmenu #cssmenu .menu-logosec .menu-close {
    /* float: left; */
    margin-top: 10px;
    margin: 0 0 0 40px;
}
.desktopmenu #cssmenu .catlshow {
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
}
.desktopmenu #cssmenu .catlshow .serch {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  max-width: 300px;
  margin: 0 auto;
}
.desktopmenu #cssmenu .catlshow .serch a {
  background-color: #FFA834;
  color: #000 !important;
  padding: 15px 20px !important;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 16px;
}
.desktopmenu #cssmenu #venlshow {
  position: fixed;
  right: 0;
  width: 75%;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
  background: #f7f8fc;
  display: none;
}
.desktopmenu #cssmenu #venlshow .location-map {
  min-height: 820px;
}
.desktopmenu #cssmenu #venlshow .location-map .loclist {
  top: 510px;
  bottom: auto;
  margin-bottom: 0;
}
.desktopmenu #cssmenu #venlshow ul li {
  border-left: 0;
}
.desktopmenu #cssmenu #venlshow ul li a {
  font-size: 13px;
  padding: 5px 10px 5px 0 !important;
}
.desktopmenu #cssmenu #venlshow ul li:hover {
  background: url(../images/list_circle_red.png) 0 8px no-repeat;
  border-left: 0;
}
.desktopmenu #cssmenu #venlshow ul .select {
  background: url(../images/list_circle_red.png) 0 8px no-repeat;
}
.desktopmenu #cssmenu .menu_cat {
  position: fixed;
  left: 25%;
  background: #f7f8fc;
  width: 75%;
  top: 0;
  padding-top: 38px;
  height: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding-left: 30px;
  overflow-y: scroll;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
}
.desktopmenu #cssmenu .menu_cat li {
  display: inline-flex;
  width: 22%;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #202F44;
  border-left: 0;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
  margin: 10px 12px;
}
.desktopmenu #cssmenu .menu_cat li:hover {
  background: #202f44 !important;
  border-left: 0;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
}
.desktopmenu #cssmenu .menu_cat li:hover a {
  color: #fff;
}
.desktopmenu #cssmenu .menu_cat li:hover span {
  background: #4a5f7e;
  border: 1px solid #4a5f7e;
}
.desktopmenu #cssmenu .menu_cat li:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.desktopmenu #cssmenu .menu_cat li span {
  width: 56px;
  float: left;
  height: 56px;
  border: 1px solid #e4ebf5;
  background: #fff;
  text-align: center;
  margin-right: 20px;
}
.desktopmenu #cssmenu .menu_cat li span img {
  max-width: 40px;
  max-height: 40px;
  margin-top: 10px;
}
.desktopmenu #cssmenu .menu_cat li a {
  display: block;
  padding: 0 !important;
  padding-right: 10px !important;
  width: 80%;
}
.desktopmenu #cssmenu .europe-list li {
  border: none !important;
  margin-right: 5px;
  padding-left: 16px;
}

.login-sec {
  margin: 0;
  padding: 0;
}
.login-sec .top {
  border-left: 5px solid transparent;
  padding: 15px 40px 15px 22px;
  display: flex;
  align-items: center;
  justify-content: start;
  background: url(../images/top-arrow.svg) no-repeat right 34px center #0c1726;
  cursor: pointer;
}
.login-sec .top span {
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  margin-left: 0;
}
.login-sec .top p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #63758E;
  margin: 0;
  padding: 0;
}
.login-sec .down {
  border-left: 5px solid transparent;
  padding: 15px 40px 15px 22px;
  display: flex;
  align-items: center;
  justify-content: start;
  background: url(../images/down_arrow.png) no-repeat right 34px center #0c1726;
  cursor: pointer;
}
.login-sec .down span {
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  margin-left: 0;
}
.login-sec .down p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #63758E;
  margin: 0;
  padding: 0;
}
.login-sec .smart-search {
  background: #202f44;
  color: #fff;
  padding: 15px;
}
.login-sec .smart-search h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding: 0 0 0 11px;
  color: #FFF;
}
.login-sec .smart-search h4 span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #7B8FAA;
}
.login-sec .smart-search h4 img {
  float: left;
  margin-right: 15px;
}
.login-sec .smart-search .lt {
  display: inline-block;
  width: 50%;
  margin-left: 10px;
}
.login-sec .smart-search .tr {
  float: right;
}
.login-sec .smart-search .tr select {
  width: 70px;
  height: 31px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #202F44;
  background: #C0CEE1;
  margin-right: 20px !important;
  padding-left: 7px;
}
.login-sec .smart-search .adv-locat {
  margin-top: 15px;
}
.login-sec .smart-search .adv-locat li:hover {
  background: transparent !important;
  cursor: pointer;
  color: #ffa834 !important;
}
.login-sec .smart-search .adv-locat li:hover h4 {
  color: #ffa834 !important;
}

.slt {
  background: #202f44 !important;
  border-left: 0;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  color: #fff !important;
}
.slt span {
  background: #4a5f7e !important;
  border: 1px solid #4a5f7e !important;
}
.slt span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.slt a {
  color: #fff !important;
}

.serch {
  background: #FFA834;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  display: block;
  max-width: 300px;
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
}

#cattab ul.cat_ullist li a {
  padding: 0 !important;
  padding-right: 0px;
  padding-right: 0px !important;
  width: 80%;
  min-height: 55px;
  display: flex;
  align-items: center;
  bottom: -29px;

     
}

.tabboxdetail {
clear: both;
    /* margin-top: 20px; */
    background: #fff;
    float: left;
    padding-top: 30px;
    width:100%;
}

.faq-block .wrapper .button-block .y_btn strong {
  background: #FFA834 !important;
}

.goog-te-gadget-simple {
  border: 1px solid #505E73 !important;
  margin-left: 26px !important;
}

.desktopmenu #cssmenu ul li.topPdf {
  /*line-height: 60px;*/
  /*padding-left: 10px;*/
  cursor: pointer;
}

.desktopmenu #cssmenu ul li.topPdf span {
  width: 40px;
  display: inline-block;
  text-align: center;
}

li.pdf_download.topPdf span img {
  width: 30px !important;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
      border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 9999999 !important;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-width: 348px;
  overflow-x: hidden;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
        ul.drop li:hover {
          background: transparent !important;
              box-shadow:none !important;
     }
     .desktopmenu #cssmenu ul li ul li:hover{

        box-shadow: none !important;
     }
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px !important;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
  background-image: none !important;
}

.iti__country {
  padding: 5px 10px !important;
  outline: none;
  background-image: none !important;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
   .menunames{
        color:#fff !important;
    }
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #586477;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #586477;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.popular-catagory-list{
    display:none !important;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
li.mobil {
    display: none;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.pd {
  padding: 0 7px;
}

/*.home {*/
/*  background: url(../images/banner-wave.svg) center 0 no-repeat;*/
/*}*/

.course_cartpan {
  position: absolute;
  background: #fff;
  border-top: 10px solid #BC9654;
  width: 480px;
  right: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  z-index: 999;
  min-height:600px;
}


.course_cartpan .newcart_popwrap {
    display: block;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}
.cart_scroll {
    min-height: 300px;
    overflow: auto;
    height: 390px;
}
.course_cartpan.empty-cart {
    height: 100px !important;
    min-height: 100px;
}
.course_cartpan .newcart_popwrap .crt_pop_thum {
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: top;
  margin: 0 5px 0 0;
  text-align: center;
}
.course_cartpan .newcart_popwrap .new_cartpoprigt {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}
.course_cartpan .newcart_popwrap .crt_pop_q {
  width: 130px;
  text-align: center;
  float: right;
}
.course_cartpan .newcart_popwrap .crt_pop_q button {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 33px;
  background: #fff;
  color: #000;
  border: 1px solid #C1C8D1;
  padding: 2px 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course_cartpan .newcart_popwrap .crt_pop_q button:hover {
  background: #202F44;
  color: #fff;
}
.course_cartpan .newcart_popwrap .crt_pop_q input {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  border: 0;
  text-align: center;
  padding: 6px;
}

.crt_pop_p {
    margin-bottom: 13px;
    text-align: right;
}
.crt_pop_p strong {
  font-size: 13px;
  color: #000;
}
.course_cartpan h3 {
    text-align: left;
    margin-bottom: 25px;
}
.ttlecrt_pofst {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-size: 18px;
}
.course_cartpan a.y_btn {
    width: 100% !important;
}
.ttlecrt_po {
    /* position: absolute; */
    bottom: 0;
    margin-top: 0;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}
.r_now {
  text-align: center;
  display: block;
}

.r_now button {
  padding: 10px 10px;
  background: #FFA834;
  border: 0;
}

.Top-righticon {
     display: inline-flex;
    column-gap: 0;
}

.crt_pop_ct {
    font-size: 13px;
    line-height: 18px;
    margin-top: -2px;
    font-weight: 600;
    color: #000;
}

h3.cart_emptytext {
  font-size: 16px;
}

.crTBTn {
    display: flex;
    justify-content: center;
    border: 1px solid;
}

.course_cartpan.empty-cart {
  width: 230px;
}

.cartempty_text.emptyc {
  text-align: left;
}

.crt_pop_thum {
  border: 1px solid #ccc;
  padding: 5px;
}
.crt_pop_thum img {
  margin-top: 5px;
}

h2.career_salestst {
  font-size: 14px;
  margin-bottom: 35px;
}

img.menu_desk {
  width: 30px !important;
}

.logomenu h1 img {
  width: 90%;
}

.logomenu h1 img {
  width: 90%;
}

.user img {
  float: left;
  margin-top: 2px;
}

.banner-animate img {
  width: 50%;
}

header {
    z-index: 99;
    position: relative;
    height: 80px;
    padding: 10px 0;

}

.wheelloader {
  background: transparent url(../images/wheel.svg) no-repeat scroll center top/100% auto;
  width: 100%;
  top: -5px;
  animation-name: spin;
  animation-duration: 30000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  right: 0;
  position: absolute;
  width: 87px;
  height: 87px;
  z-index: 9;
  left: -3px;
  margin: 0 auto;
}

.cart_pdatevenu {
  margin-top: 5px;
  margin-left: 0px;
}
.cart_pdatevenu p {
    display: block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 30px;
    color: #000000;
}
.cart_pdatevenu .location_cour {
  padding-left: 0;
  margin-right: 8px;
}
.cart_pdatevenu .location_cour img {
  margin-right: 5px;
}
.cart_pdatevenu .dates_cour {
  background: url(../images/cal.png) 0 0 no-repeat;
  background-size: 25px;
}

.top_filclose {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: 0;
}

.top_filclose .backhome {
  width: 90px;
  height: 34px;
  cursor: pointer;
  z-index: 99;
  line-height: 32px;
  font-size: 16px;
  color: #000;
  border-radius: 18px;
  text-align: center;
  position: relative;
  display: block;
}
.top_filclose .backhome span {
  font-size: 46px;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  font-weight: 300;
}

.switchbutt {
  position: relative;
}
.switchbutt a {
  width: 50% !important;
  height: 40px;
  line-height: 30px;
  font-size: 16px !important;
}
.switchbutt .one {
  color: #423c2e !important;
}

.active_tab {
  background: #e6e8f4;
}

.tabbox.switchbutt img {
  width: 32px;
}

.switchbutt.on .one {
  color: #423c2e !important;
}
.switchbutt.on .two {
  color: #423c2e !important;
}

.moreCourselink {
  width: 100%;
  margin-left: 15px;
}
.moreCourselink a strong {
  line-height: 40px;
  text-align: center;
}

#refreshsearch {
  padding-top: 5px;
}

.search_pdatevenu {
  position: absolute;
  bottom: 90px;
  left: 15px;
}
.search_pdatevenu span {
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}
.search_pdatevenu .location_cour {
  background: url(../images/address.png) 0 0 no-repeat;
  margin-right: 8px;
  background-size: 22px;
  padding-left: 24px;
}
.search_pdatevenu .dates_cour {
  background: url(../images/cal.png) 0 0 no-repeat;
  background-size: 22px;
}

.newfilter {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #393838;
}
.newfilter input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: #fff;
  appearance: auto;
  margin-left: 10px;
  float: left;
  margin-right: 6px;
}

.accounting {
  color: #153ec8 !important;
}

.additive-manufacturing-am- {
  color: #ce8a60 !important;
}

.administration-secretarial {
  color: #60abd3;
}

.auditing-and-governance-risk-and-compliance {
  color: #b5c052 !important;
}

.business-resilience {
  color: #57a48c !important;
}

.chemical-engineering {
  color: #e18862 !important;
}

.communication-and-writing-skills {
  color: #bd4db5 !important;
}

.contracts-management {
  color: #57a48c !important;
}

.credit-control-and-finance {
  color: #af4f4d !important;
}

.energy-and-sustainability {
  color: #b5c052 !important;
}

.health-safety-and-environment {
  color: #49a25a !important;
}

.human-resources-and-training {
  color: #aa6da7 !important;
}

.information-technology-and-it-management-itim- {
  color: #b2bc4a !important;
}

.key-accounts-and-customer-service {
  color: #e2a84a !important;
}

.leadership-and-management {
  color: #586fb6 !important;
}

.learning-and-development {
  color: #c33268 !important;
}

.legal {
  color: #57a5d0 !important;
}

.leisure-and-tourism {
  color: #9f7ef3 !important;
}

.mechanical-engineering {
  color: #e39c7e !important;
}

.media-and-journalism {
  color: #c77744 !important;
}

.oil-and-gas {
  color: #49a25a !important;
}

.planning-and-strategy-management {
  color: #c33268 !important;
}

.production-and-manufacturing {
  color: #153ec8 !important;
}

.project-management {
  color: #b5c052 !important;
}

.public-relation-pr- {
  color: #c77542 !important;
}

.quality-and-productivity {
  color: #49a25a !important;
}

.retail-and-e--commerce {
  color: #57a5d0 !important;
}

.sales-and-marketing {
  color: #e88682 !important;
}

.supply-chain-purchasing-and-logistics-management {
  color: #cd5b89 !important;
}

.sustainability-and-csr {
  color: #a9bc94 !important;
}

ul.cat_ullist a {
  position: relative;
  bottom: 0px;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 600;
  width: 100% !important;
  display: flex;
}

ul.cat_ullist:hover a {
  color: #fff !important;
}
header .hd_top .logomenu img {
    width: 140px;
}
header .hd_top {
  padding-top: 7px;
  padding-bottom: 7px;
}
header .hd_top .logomenu {
     display: flex;
    align-items: flex-start;
    align-items: center;
}
header .hd_top .logomenu .menu_desk {
  cursor: pointer;
  margin-right: 15px;
}
header .hd_top .logomenu h1 {
  margin-left: 25px;
}
header .to_right {
    display:flex;
  text-align: right;
  margin-top: 10px;
  justify-content: right;
  align-items: flex-start;
}
header .to_right select {
  width: 62px;
  height: 31px;
  border: 1px solid #C9C9C9;
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: #202F44;
}
header .to_right #abc {
  width: 86px;
}
.cart_lftdv.userinfo_frm strong {
    /*margin-bottom: 0px !important;*/
    display: block;
}
header .to_right .top-language {
  width: 74px;
  margin-left: 11px;
}
header .to_right .curr-lanbox {
  margin-right: 15px;
  display: inherit;
}
header .to_right .select_lang {
  margin-left: 10px;
}
header .to_right .Top-righticon #iconnc {
  margin-left:20px;
  margin-right: 10px;
}
header .to_right .Top-righticon .Top-righticon img {
  margin-left: 20px;
}
header .to_right .Top-righticon .top_cart {
  display: inline-block;
  position: relative;
}
header .to_right .Top-righticon .top_cart span {
  Width: 23px;
  Height: 23px;
  background: #BC9654;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  font-Weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
}
.am {
    background: url(../images/ft_bak_sec.jpg) 0 0 no-repeat;
    background-size: cover;
        display: flex;
    align-items: center;
    padding: 40px 0;
}
.footer-menu {
  /* background: url(../images/footer-wavebg.svg) 0 0 no-repeat; */
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 30px 0 10px 0;
}
.footer-menu h2 {
    font-weight: 500;
    font-size: 14px;
    color: #1d243a;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.footer-menu ul li {
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 5px;
}
.footer-menu ul li a {
color: #4b4c4d;
    font-weight: 500;
}
.footer-menu ul li :hover {
     color: #1d243a;
}
.footer-menu .dirlink ul {
  padding-top: 0px;
}
.footer-menu .dirlink ul li {
    /* display: inline-block; */
    width: 100%;
    /* vertical-align: top; */
    cursor: pointer;
}

.footer-bootom {
  background: #1d243a;
  padding: 20px 0;
  margin-top: 0px;
}
.footer-bootom .left_train {
  color: #B0B0B0;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
}
.footer-bootom .left_train p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding-bottom: 5px;
}
.footer-bootom .left_train ul {
  margin-bottom: 0;
}
.footer-bootom .left_train ul li {
  display: inline-block;
  margin: 0 0px 0 0;
}
.footer-bootom .left_train ul li img {
  transition: 100ms;
}
.footer-bootom .left_train ul li img:hover {
  transform: scale(1.15);
  transition: 100ms;
}
.footer-bootom .f_copy {
  font-weight: 500;
  font-size: 10px;
  color: #000;
  text-align: left;
}
.footer-bootom .f_copy p {
margin-bottom: 0;
    padding-top: 0px;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
}

.f_bg img {
  width: 100%;
}

.whatsapp {
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 9999;
}
.whatsapp a {
  outline: none;
}

.f_bg {
  margin-top: -18px;
}

.term_btn input[type=button] {
  font-family: "Gotham";
  font-weight: 400;
}

.term_btn input[type=submit] {
  background: none !important;
  border: 1px solid #acacac !important;
  color: #696969 !important;
}

.i_agre strong {
  font-style: italic;
}

.i_agre, .i_agre strong a {
  color: #202f44 !important;
}

.f_logos {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 40px;
}

.f_logos img {
  margin-right: 30px;
}

.google-reviewsec {
  padding: 20px 0;
  border-top: 1px solid #b6b6b6;
}
.google-reviewsec h2 {
  text-align: center;
  margin-bottom: 0px;
}
.google-reviewsec #greviewslide {
  overflow: hidden;
}
.google-reviewsec #greviewslide .owl-nav {
  display: none;
}
.google-reviewsec #greviewslide .owl-dots {
  text-align: center;
}
.google-reviewsec #greviewslide .owl-dots .owl-dot {
  background: #d9d9d9;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  margin: 3px;
}
.google-reviewsec #greviewslide .owl-dots .active {
  background: #ffa834;
}
.google-reviewsec .owl-item {
  float: left;
  background: #f7f8fc;
  border-radius: 10px;
  padding: 15px;
}
.google-reviewsec .googlepan {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #f2f2f2;
}
.google-reviewsec .googlepan .gprofilepic {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #f7e7e7;
  margin-bottom: 15px;
}
.google-reviewsec .googlepan h2 {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.google-reviewsec .googlepan h3 {
  font-weight: 400;
  font-size: 14px;
  color: #62687A;
}
.google-reviewsec .googlepan p {
  line-height: 20px;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 102px;
  padding-right: 10px;
  margin-top: 5px;
}

.ani_footer .banner-animate {
  position: relative;
  min-height: 180px;
}
.ani_footer .banner-animate .wheelani {
  background: transparent url(../images/wheel.svg) no-repeat scroll center top/100% auto;
  width: 100%;
  top: 84px;
  animation-name: spin;
  animation-duration: 30000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  right: 0;
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: 9;
  left: 48px;
  margin: 0 auto;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ani_footer .banner-animate .bus {
  background: url(../images/bus.svg) no-repeat 0;
  width: 56px;
  height: 25px;
  animation: jark 10s linear infinite, move 30s linear infinite;
  position: absolute;
  top: 151px;
  left: 100px;
  background-size: auto 100%;
  z-index: 9;
}
@keyframes jark {
  5% {
    transform: rotateZ(-1.5deg);
  }
  10% {
    transform: rotateZ(0deg);
  }
  15% {
    transform: rotateZ(-1.5deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  55% {
    transform: rotateZ(-1.5deg);
  }
  60% {
    transform: rotateZ(0deg);
  }
  65% {
    transform: rotateZ(-1.5deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes move {
  0% {
    left: 0%;
    opacity: 1;
  }
  95% {
    left: 100%;
    opacity: 1;
  }
  96% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}
.ani_footer #clouds {
  opacity: 100%;
  height: 100%;
  background: url(../images/cloud1.svg) 0 50px no-repeat, url(../images/cloud.svg) 0 0px no-repeat;
  animation: wind 20s linear infinite;
  height: 150px;
  position: relative;
}
@keyframes wind {
  0% {
    background-position: 0 0px, 0 50px, 100px 50px;
  }
  100% {
    background-position: 1000px 0px, 1200px 50px, 1100px 50px;
  }
}
.ani_footer .hd_banner {
  position: relative;
  margin-top: 20px;
}
.ani_footer .hd_banner img {
  position: absolute;
  left: 0;
  top: 0;
  left: auto;
  right: 0;
  z-index: 9;
}
.ani_footer .hd_banner .banner-text {
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  left: 0;
  top: 70px !important;
  width: 230px !important;
  font-family: "Open Sans", sans-serif;
}
.ani_footer .hd_banner .banner-text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #000;
}
.ani_footer .hd_banner .banner-text h3 {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 8px;
  color: #000;
}
.ani_footer .hd_banner .banner-text p {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #000;
}
.ani_footer .hd_banner .banner-text a {
  font-family: "Gotham";
  font-weight: 400;
  width: 162px;
  display: block;
  margin-top: 110px;
  position: relative;
  z-index: 99;
  left: 0;
  top: -72px;
  transform: inherit;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.top-callmsg {
    background: #253038 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 8px;
    padding-right: 8px;
    position: relative;
    transition: all 0.9s ease 0s;
    padding-right: 34px;
    text-align: center;
    background: #bc9654 !important;
    font-weight:700;
}

.top-callmsg a.dismiss {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 10px;
  transition: all 0.5s ease-out;
}

.top-callmsg a {
  color: #fff;
}

.our_programs {
  clear: both;
}
.our_programs .program-pan {
  position: relative;
}
.our_programs .program-pan img {
  width: 100%;
}
.our_programs .program-pan .program_content {
  position: absolute;
  top: 15px;
  left: 40px;
  right: 40px;
  height: 88%;
}
.our_programs .program-pan .program_content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.our_programs .program-pan .program_content h2 span {
  display: block;
  font-weight: 400;
}
.our_programs .program-pan .program_content a {
  width: 105px;
  height: 36px;
  font-weight: 500;
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 34px;
  position: absolute;
  bottom: 98px;
  background: #fff;
  color: #000;
  border: 1px solid #637596;
  text-transform: uppercase;
}
.our_programs .program-pan .program_content:hover a {
  background: #b5965d;
  border: 1px solid #b5965d !important;
  color: #fff;
}

.logo-separater {
  border-top: 1px solid #989898;
  position: relative;
  margin: 30px 0 35px 0;
}
.logo-separater img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -22px;
}

.cap {
  margin: 0;
}
.cap img {
  right: 0;
  left: auto;
  top: -37px;
  margin: 0;
}

.popular-courses {
  position: relative;
}
.popular-courses h2 {
  text-align: center;
  font-weight: 400;
  font-size: 41px;
  line-height: 60px;
  color: #000000;
  padding-bottom: 0px;
}
.popular-courses p {
  font-weight: 400;
  font-size: 16px;
  color: #656565;
  text-align: center;
  margin-bottom: 50px;
}
.popular-courses .popular-inner {
  position: relative;
  min-height: 250px;
}
.popular-courses .popular-inner img {
  position: absolute;
  left: 0;
}
.popular-courses .popular-inner .popul-innercontent {
  position: absolute;
  top: 20px;
  left: 0;
  right: 20px;
  margin: 0 auto;
  text-align: right;
}
.popular-courses .popular-inner .popul-innercontent h3 {
  text-align: right;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: rgba(60, 208, 208, 0.57);
  margin-bottom: 10px;
}
.popular-courses .popular-inner .popul-innercontent h3 img {
  position: relative;
}
.popular-courses .popular-inner .popul-innercontent p {
  text-align: right;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  padding-top: 10px;
  padding-left: 31%;
  padding-bottom: 30px;
  margin-bottom: 0;
  min-height: 130px;
}
.popular-courses .popular-inner .popul-innercontent a {
  display: inline-block;
  padding: 0 15px;
}
.popular-courses .popular-inner .popul-innercontent a img {
  position: relative;
  margin-left: 5px;
}
.popular-courses .popular-inner .popul-innercontent ul {
  margin-bottom: 0;
}
.popular-courses .popular-inner .popul-innercontent ul li img {
  position: relative;
  width: 23px !important;
  display: inline-block;
  vertical-align: top;
}

.video-sec {
  position: relative;
}
.video-sec img {
  width: 100%;
}
.video-sec h2 {
  text-align: left;
  line-height: 36px;
  padding: 25px 0;
}

.our-promise {
  background: url(../images/ltfe-leftbg.png) 0 50px no-repeat;
  min-height: 532px;
  margin-top: 0px;
  background-size: 50%;
}
.our-promise .inner-promise {
  width: 735px;
  float: right;
}
.our-promise .inner-promise h2 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 12px;
}
.our-promise .inner-promise .Promise-inner {
  display: inline-block;
  vertical-align: top;
  width: 348px;
  border: 1px solid #bfbfbf;
  background: #fff;
  padding: 25px;
  margin-left: 15px;
  margin-bottom: 25px;
  min-height: 204px;
  height: 204px;
}
.our-promise .inner-promise .Promise-inner h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.our-promise .inner-promise .Promise-inner h3 img {
  float: left;
  margin-right: 10px;
  width: 45px !important;
}
.our-promise .inner-promise .Promise-inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8C8C8C;
  clear: both;
  padding: 15px 0 0 0;
  margin-bottom: 0;
  min-height: 86px;
}
.our-promise .inner-promise .Promise-inner a {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}
.our-promise .inner-promise .Promise-inner a:hover {
  color: #ffa834;
  font-weight: 500;
}
.our-promise .inner-promise .Promise-inner a img {
  margin-left: 10px;
}

.testimonials h2 {
  font-weight: 500;
  line-height: 36px;
  color: #000000;
  font-size: 30px;
}
.testimonials h2 span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  font-weight: 400;
  margin-bottom: -88px;
}
.testimonials .testim-text {
  position: relative;
}
.testimonials .testim-text img {
  float: right;
  float: right;
  max-width: 710px;
}

.serchwrap.searhead_popp {
  width: 100%;
  padding: 25px;
  height: 100% !important;
  z-index: 999999;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #f7f8fc;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
  overflow-y: auto;
}
.serchwrap.searhead_popp .tabbox a {
  padding: 4px 10px;
  text-transform: capitalize;
  color: #333 !important;
  margin-bottom: 0;
  display: inline-block;
  width: 105px;
  text-align: center;
  transition: all 0.35s ease-in-out;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 21px !important;
  height: 70px;
  line-height: 68px;
  font-size: 45px;
  font-weight: 600;
}
.serchwrap.searhead_popp .tabbox a:hover {
  transition: all 0.35s ease-in-out;
  background: #fff;
  color: #202f44 !important;
}
.serchwrap.searhead_popp .top_head_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 80% !important;
  /* max-width: 910px; */
  margin: 0 auto;
  padding-bottom: 50px;
   margin-bottom: 50px;
}
.serchwrap.searhead_popp .top_head_bar input#s {
  width: 540px;
  padding: 7px;
  font-size: 14px;
  border: 1px solid #9f9f9f;
  outline: none;
}
.serchwrap.searhead_popp .top_head_bar input#sa {
  width: 610px;
  padding: 0 0 0 0;
  font-size: 22px;
  border-top: 0;
  outline: none;
  border-radius: 0;
  /* box-shadow: 1px 2px 2px #ccc; */
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  height: 50px;
  background: transparent;
}
.serchwrap.searhead_popp .top_head_bar input:focus {
  border: 1px solid #ffc107;
  outline: none;
}
.serchwrap.searhead_popp .top_head_bar input[type=button] {
  background: url(../images/search_icon.svg) center center no-repeat;
  width: 23px;
  height: 37px;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0;
  border-radius: 0 5px 5px 0;
}

#cattab ul.cat_ullist {
    width: 144px;
    font-size: 14px;
    margin-right: 0;
    background: #fff;
    float: left;
    border-radius: 5px;
    margin: 0 4px;
    margin-bottom: 20px;
    height: 141px;
    min-height: 141px;
 margin: 0 0 0 18px;
    margin-bottom: 20px;
}
#cattab ul.cat_ullist li {
  align-items: center;
  background-image: none;
  padding-left: 0px;
  width: 100%;
  min-height: 140px;
  border-radius: 5px;
  padding: 0px;
}
#cattab ul.cat_ullist li:hover {
  /*background: #304ea5 !important;*/
  color: #fff;
}
/*#cattab ul.cat_ullist li:hover a {*/
/*  color: #fff;*/
/*}*/
/*#cattab ul.cat_ullist li:hover span img {*/
/*  -webkit-filter: brightness(0) invert(1);*/
/*  filter: brightness(0) invert(1);*/
/*}*/
#cattab ul.cat_ullist li a {
  font-size: 14px;
  color: #63758E;
  line-height: 18px;
}
#cattab ul.cat_ullist li a:hover {
  color: #fff;
}
#cattab ul.cat_ullist li:hover {
  color: #ffc107 !important;
}
#cattab ul.cat_ullist span {
  width: 56px;
  float: left;
  height: 56px;
  text-align: center;
  margin-right: 70px !important;
    margin-bottom:20px;
}
#cattab ul.cat_ullist span img {
    max-width: 139px;
    max-height: 141px;
    margin-top: 0px;
    border-radius: 10px;
    cursor:pointer;
}

#venlist ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19.33%, 1fr));
    column-gap: 0;
}

#venlist ul li {
  background-image: none;
  padding-left: 0;
  grid-auto-columns: minmax(0, 1fr);
padding: 0 10px;
    border-radius: 10px;
}
#venlist ul li img {
 width: 100%;
    height: 141px;
    border-radius: 5px;
}
#venlist ul li .venu_con {
  padding: 11px 0 0 0;
}
#venlist ul li .venu_con .inner_txt {
  text-transform: capitalize;
}
#venlist ul li .venu_con .inner_txt h3 {
  font-size: 17px;
  font-weight: 600;
}
#venlist ul li .venu_con .overlay_location a {
  margin-bottom: 10px;
  display: inline-block;
  width: 125px;
  border: 2px solid #202f44;
  width: 100%;
  border-radius: 50px;
  padding: 4px 20px;
  margin-top: 25px;
  color: #202f44;
  font-weight: 600;
  background: url(../images/viewdtls-arrow-blk.png) 96% 50% no-repeat;
}
#venlist ul li .venu_con .overlay_location a:hover {
  color: #fff;
  font-weight: 600;
  background: url(../images/white_arrow.png) 96% 50% no-repeat #202f44;
}

.course_serach_list .popular-inner {
  background: #fff !important;
  margin-bottom: 30px !important;
}
.course_serach_list .popular-inner .option {
  color: #00aa26;
  font-size: 16px;
}
.course_serach_list .popular-inner ul {
  margin-bottom: 35px;
}
.course_serach_list .popular-inner ul li {
  display: inline-block;
  color: #748193;
  font-size: 13px;
  margin-left: 5px;
  vertical-align: top;
  font-weight: 500;
  line-height: 23px;
}
.course_serach_list .popular-inner img {
  width: 100%;
}
.course_serach_list .popular-inner h4 {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 30px;
}
.course_serach_list .popular-inner .popul-innercontent img {
  width: auto !important;
}
.course_serach_list .popular-inner .popul-innercontent .at {
  background: transparent;
}
.course_serach_list .popular-inner .popul-innercontent p {
  min-height: 90px !important;
}

.engineering {
  color: #f8d474 !important;
}

.finance {
  color: #66ba7c !important;
}

.management {
  color: #8ee2e4 !important;
}

.it {
  color: #f9876d !important;
}

.business {
  color: #8b9da9 !important;
}

#myOverlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999999999;
  display: none;
}

#loadingGIF {
  text-align: center;
  z-index: 99999999999;
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  display: none;
}
#loadingGIF p {
  color: #000;
  font-size: 15px;
}

.readmore_butt {
  background: url(../images/readmore-icon.svg) 0 0 no-repeat;
  background-position: right;
  padding: 0 23px 0 0;
  font-size: 14px;
  background-size: contain;
  font-weight: 500;
}
.readmore_butt:hover {
  color: #ffa834;
  font-weight: 500;
}

.serchwrap.searhead_popp .container {
  position: relative;
}

.tabbox {
  display: flex;
  width: 100%;
  background: #fff;
  /* justify-content: space-between; */
}

.topsrchcatfil {
  float: right;
  background: url(../images/filter_icon.png) 0 4px no-repeat;
  padding-left: 30px;
  display: flex;
  width: 540px;
}
.topsrchcatfil .listpg-fil {
  width: 34%;
  margin-left: 5px;
  position: relative;
}
.topsrchcatfil .listpg-fil .ms-options-wrap button {
  border: 0;
  background: url(../images/selectarrow.png) 96% center no-repeat #fff;
  overflow: hidden;
  border: 1px solid #9f9f9f;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Gotham";
  font-weight: 400;
}
.topsrchcatfil .listpg-fil .ms-options-wrap button span {
  color: #757575;
}
.topsrchcatfil .listpg-fil .ms-options-wrap .ms-options {
  width: 100%;
}
.topsrchcatfil .listpg-fil #ms-list-5 .ms-options {
  width: 260px !important;
}
.topsrchcatfil ul li {
  display: block;
  position: relative;
}
.topsrchcatfil ul li span {
  background: #d1ffdb;
  padding: 4px 10px;
  color: #5b5b5b;
  text-align: left;
  transition: all 0.35s ease-in-out;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #48B460;
  vertical-align: top;
  cursor: pointer;
  max-width: 190px;
  display: inline-block;
  overflow: hidden;
  height: 28px;
  padding-top: 2px;
}
.topsrchcatfil ul li div {
  display: none;
  position: absolute;
  background: #d1ffdb;
  width: 280px;
  z-index: 99;
  padding: 15px;
  border: 1px solid #6fc383;
  border-radius: 5px;
  margin-top: 7px;
  left: -150px;
}
.topsrchcatfil ul li div li {
  color: #1b7830;
  font-size: 14px;
  line-height: 18px;
  display: block;
  max-width: 100%;
  padding-bottom: 5px;
  cursor: pointer;
}
.topsrchcatfil ul li div ul {
  scrollbar-color: #48b460 #b3efc0;
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 300px;
}
.topsrchcatfil ul .main div, .topsrchcatfil ul .mainy div, .topsrchcatfil ul .mainm div, .topsrchcatfil ul .mainv div {
  display: block;
}
.topsrchcatfil ul .cats span {
  background-image: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 23px;
}
.topsrchcatfil ul .cats div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow1.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .years span {
  background-image: url(../images/arrow2.png);
  color: #bf712a;
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 26px;
  background-color: #ffe6b4;
  border: 1px solid #f8a504;
}
.topsrchcatfil ul .years div {
  background: #ffe6b4;
  border: 1px solid #f8a504;
}
.topsrchcatfil ul .years div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow2.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .years div ul {
  overflow-y: hidden;
  max-height: inherit;
}
.topsrchcatfil ul .years div ul li {
  color: #bf712a;
}
.topsrchcatfil ul .months span {
  background-image: url(../images/arrow3.png);
  color: #007a7a;
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 26px;
  background-color: #d2ffff;
  border: 1px solid #3cd0d0;
}
.topsrchcatfil ul .months div {
  background: #d2ffff;
  border: 1px solid #3cd0d0;
}
.topsrchcatfil ul .months div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow3.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .months div ul {
  overflow-y: hidden;
  max-height: inherit;
}
.topsrchcatfil ul .months div ul li {
  color: #007a7a;
}
.topsrchcatfil ul .venues span {
  background-image: url(../images/arrow4.png);
  color: #38576c;
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 26px;
  background-color: #d3edff;
  border: 1px solid #38576c;
}
.topsrchcatfil ul .venues div {
  background: #d3edff;
  border: 1px solid #38576c;
}
.topsrchcatfil ul .venues div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow4.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .venues div ul {
  scrollbar-color: #38576c #85abc6;
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 300px;
}
.topsrchcatfil ul .venues div ul li {
  color: #38576c;
}

.readmore_butt_top_srch {
  background: #FFE6B4;
  border: 1px solid #FFE6B4;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: -13px;
}
.readmore_butt_top_srch:hover {
  color: #333 !important;
}

.top-coursedropdown::-webkit-scrollbar, .google-reviewsec .googlepan p::-webkit-scrollbar, .serchwrap.searhead_popp::-webkit-scrollbar, .desktopmenu #cssmenu #venlshow::-webkit-scrollbar, .desktopmenu #cssmenu .menu_cat::-webkit-scrollbar, .ms-options-wrap .ms-options::-webkit-scrollbar, .termscondi_popup::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.top-coursedropdown::-webkit-scrollbar-track, .google-reviewsec .googlepan p::-webkit-scrollbar-track, .serchwrap.searhead_popp::-webkit-scrollbar-track, .desktopmenu #cssmenu #venlshow::-webkit-scrollbar-track, .desktopmenu #cssmenu .menu_cat::-webkit-scrollbar, .ms-options-wrap .ms-options::-webkit-scrollbar, .termscondi_popup::-webkit-scrollbar {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.top-coursedropdown::-webkit-scrollbar-thumb, .google-reviewsec .googlepan p::-webkit-scrollbar-thumb, .serchwrap.searhead_popp::-webkit-scrollbar-thumb, .desktopmenu #cssmenu #venlshow::-webkit-scrollbar-thumb, .desktopmenu #cssmenu .menu_cat::-webkit-scrollbar, .ms-options-wrap .ms-options::-webkit-scrollbar, .termscondi_popup::-webkit-scrollbar {
  background: #FFA834;
  border-radius: 10px;
}

/* Handle on hover */
.top-coursedropdown::-webkit-scrollbar-thumb:hover, .google-reviewsec .googlepan p::-webkit-scrollbar-thumb:hover, .serchwrap.searhead_popp::-webkit-scrollbar-thumb:hover, .desktopmenu #cssmenu #venlshow::-webkit-scrollbar-thumb:hover, .desktopmenu #cssmenu .menu_cat::-webkit-scrollbar, .termscondi_popup::-webkit-scrollbar {
  background: #cf7f16;
}

.no_scroll {
  overflow: hidden;
  position: fixed !important;
  left: 0;
  right: 0;
}

.no_scroll::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
  overflow-y: hidden;
  -webkit-appearance: none;
}

.moreCourselink a {
  display: inline-block;
  padding: 0 20px;
}

.home-anivbanner .container {
  position: relative;
}
.home-anivbanner .year-celebrationbtn {
  position: absolute;
  bottom: 30px;
  left: 50px;
  border: 2px solid #b5965d;
  padding: 7px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 30px;
  background: url(../images/ani-butarrow.png) 97% 50% no-repeat;
  background-size: auto;
  background-size: 4%;
  font-weight: 500;
}
.home-anivbanner .year-celebrationbtn:hover {
  color: #b5965d;
}

.our_programs .program-pan .program_content.cc a {
  border: 1px solid #BDAE8F;
}

.our_programs .program-pan .program_content.cb a {
  border: 1px solid #8A97B0;
}

.our_programs .program-pan .program_content.tm a {
  border: 1px solid #CD702B;
}

.our_programs .program-pan .program_content.ex a {
  border: 1px solid #88C0A5;
}

.midclientlogo {
  text-align: center;
  padding: 15px 0;
  
}

#top_search {
  position: relative;
  margin-top: 0px !important;
}

.top-coursedropdown {
    background: #fff;
    border: 0px !important;
    /* margin-top: -1px; */
    z-index: 99999999999 !important;
    position: absolute;
    width: 90%;
    padding: 0;
    font-size: 14px;
    color: #63758E;
    line-height: 18px;
    border-top: 1px solid #f0f0f0;
    scrollbar-color: #1d3258 #f5f5f5;
    scrollbar-width: thin;
    max-height:610px;

    padding: 20px;
    margin-top: 60px;
    left: -120px;
    margin: 0 auto;
    right: 0px;
    top: 70px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius:10px !important;
}
.top-coursedropdown ul {
    padding: 0;
    margin: 20px;
    overflow: auto;
    min-height: 540px !important;
    height: 540px;
}
.top-coursedropdown ul {
  padding: 0;
  margin: 0;
  position:relative;
}
.top-coursedropdown ul li {
    color: #63758E;
    line-height: 24px;
    font-size: 14px;
    background: #fff;
    padding: .0px 0px !important;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 10px;
}
.top-coursedropdown ul li a {
    color: #252e3d !important;
    text-transform: capitalize;
    font-weight: 600 !important;
}

a.hedr_curs_lrn_more_btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 20px;
  line-height: 37px;
  height: 40px;
  float: left;
  text-align: center;
  left: 20px;
  position: relative;
  width: 129px;
  bottom: 20px;
}
a.hedr_curs_lrn_more_btn:hover {
  background: #fff;
  color: #000;
}

.top_filhead {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 25px;
}

.popular-inner h4 {
  color: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.top-callmsg {
  background: #253038 none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 8px;
  padding-right: 8px;
  position: relative;
  transition: all 0.9s ease 0s;
  padding-right: 34px;
}

.top-callmsg a.dismiss {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 10px;
  transition: all 0.5s ease-out;
}

.top-callmsg a {
  color: #fff;
}

.our_programs {
  clear: both;
}
.our_programs .program-pan {
  position: relative;
}
.our_programs .program-pan img {
  width: 100%;
}
.our_programs .program-pan .program_content {
  position: absolute;
  top: 15px;
  left: 40px;
  right: 40px;
  height: 88%;
}
.our_programs .program-pan .program_content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.our_programs .program-pan .program_content h2 span {
  display: block;
  font-weight: 400;
}
.our_programs .program-pan .program_content a {
  width: 105px;
  height: 36px;
  font-weight: 500;
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 34px;
  position: absolute;
  bottom: 98px;
  background: #fff;
  color: #000;
  border: 1px solid #637596;
  text-transform: uppercase;
}
.our_programs .program-pan .program_content:hover a {
  background: #b5965d;
  border: 1px solid #b5965d !important;
  color: #fff;
}

.logo-separater {
  border-top: 1px solid #989898;
  position: relative;
  margin: 30px 0 35px 0;
}
.logo-separater img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -22px;
}

.cap {
  margin: 0;
}
.cap img {
  right: 0;
  left: auto;
  top: -37px;
  margin: 0;
}

.popular-courses {
  position: relative;
}
.popular-courses h2 {
  text-align: center;
  font-weight: 400;
  font-size: 41px;
  line-height: 60px;
  color: #000000;
  padding-bottom: 0px;
}
.popular-courses p {
  font-weight: 400;
  font-size: 16px;
  color: #656565;
  text-align: center;
  margin-bottom: 50px;
}
.popular-courses .popular-inner {
  position: relative;
  min-height: 370px;
}
.popular-courses .popular-inner img {
  position: absolute;
  left: 0;
}
.popular-courses .popular-inner .popul-innercontent {
  position: absolute;
  top: 42px;
  left: 30px;
  right: 20px;
  margin: 0 auto;
  text-align: right;
}
.popular-courses .popular-inner .popul-innercontent h3 {
  text-align: right;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: rgba(60, 208, 208, 0.57);
  margin-bottom: 10px;
}
.popular-courses .popular-inner .popul-innercontent h3 img {
  position: relative;
}
.popular-courses .popular-inner .popul-innercontent p {
  text-align: right;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  padding-top: 10px;
  padding-left: 31%;
  padding-bottom: 30px;
  margin-bottom: 0;
  min-height: 130px;
}
.popular-courses .popular-inner .popul-innercontent a {
  display: inline-block;
  padding: 0 15px;
}
.popular-courses .popular-inner .popul-innercontent a img {
  position: relative;
  margin-left: 5px;
}
.popular-courses .popular-inner .popul-innercontent ul {
  margin-bottom: 0;
}
.popular-courses .popular-inner .popul-innercontent ul li img {
  position: relative;
  width: 23px !important;
  display: inline-block;
  vertical-align: top;
}

.video-sec {
  position: relative;
}
.video-sec img {
  width: 100%;
}
.video-sec h2 {
  text-align: left;
  line-height: 36px;
  padding: 25px 0;
}

.our-promise {
  background: url(../images/ltfe-leftbg.png) 0 50px no-repeat;
  min-height: 532px;
  margin-top: 0px;
  background-size: 50%;
}
.our-promise .inner-promise {
  width: 735px;
  float: right;
}
.our-promise .inner-promise h2 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 12px;
}
.our-promise .inner-promise .Promise-inner {
  display: inline-block;
  vertical-align: top;
  width: 348px;
  border: 1px solid #bfbfbf;
  background: #fff;
  padding: 25px;
  margin-left: 15px;
  margin-bottom: 25px;
  min-height: 204px;
  height: 204px;
}
.our-promise .inner-promise .Promise-inner h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.our-promise .inner-promise .Promise-inner h3 img {
  float: left;
  margin-right: 10px;
  width: 45px !important;
}
.our-promise .inner-promise .Promise-inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8C8C8C;
  clear: both;
  padding: 15px 0 0 0;
  margin-bottom: 0;
  min-height: 86px;
}
.our-promise .inner-promise .Promise-inner a {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}
.our-promise .inner-promise .Promise-inner a:hover {
  color: #ffa834;
  font-weight: 500;
}
.our-promise .inner-promise .Promise-inner a img {
  margin-left: 10px;
}

.testimonials {
  margin-bottom: 50px;
  margin-top: 20px;
}
.testimonials h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
  width: 100%;
  text-transform: capitalize;
}
h1.global-h1 {
    margin-top: 50px;
}
.testimonials h2 span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  font-weight: 400;
  margin-bottom: -88px;
}
.testimonials #testislide {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  margin-top: 34px !important;
      height: 490px;
}
.testim-text p span img {
    display: none;
}
.testimonials .testim-text {
  position: relative;
}
.testimonials .testim-text img {
  float: right;
  float: right;
  max-width: 710px;
}
/*.testimonials .testim-text p {*/
/*  background: #202f44;*/
/*  font-family: "Open Sans";*/
/*  font-weight: 400;*/
/*  font-size: 16px;*/
/*  line-height: 28px;*/
/*  color: #fff;*/
/*  padding: 64px 50px;*/
/*  width: 615px;*/
/*  top: 60px;*/
/*  height: 250px;*/
/*  position: absolute;*/
/*}*/
/*.testimonials .testim-text p::after {*/
/*  background: url(../images/testi-inv2.png) 0 0 no-repeat;*/
/*  position: absolute;*/
/*  bottom: -74px;*/
/*  right: -47px;*/
/*  content: "";*/
/*  width: 148px;*/
/*  z-index: 99999999;*/
/*  height: 99px;*/
/*  display: block;*/
/*  background-size: 80px;*/
/*}*/
/*.testimonials .testim-text p::before {*/
/*  background: url(../images/testi-inv1.png) 0 0 no-repeat;*/
/*  position: absolute;*/
/*  top: -24px;*/
/*  left: 20px;*/
/*  content: "";*/
/*  width: 148px;*/
/*  z-index: 99999999;*/
/*  height: 99px;*/
/*  display: block;*/
/*  background-size: 80px;*/
/*}*/

.serchwrap.searhead_popp {
  width: 100%;
  padding: 25px;
  height: 100% !important;
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #f7f8fc;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
  overflow-y: auto;
}
.serchwrap.searhead_popp .tabbox a {
  padding: 4px 10px;
  text-transform: capitalize;
  color: #333 !important;
  margin-bottom: 0;
  display: inline-block;
  width: 105px;
  text-align: center;
  transition: all 0.35s ease-in-out;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 21px !important;
  height: 70px;
  line-height: 68px;
  font-size: 45px;
  font-weight: 600;
}
.serchwrap.searhead_popp .tabbox a:hover {
  transition: all 0.35s ease-in-out;
  background: #fff;
  color: #202f44 !important;
}
.serchwrap.searhead_popp .top_head_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
  /* max-width: 910px; */
  margin: 0 auto;
  padding-bottom: 50px;
}
.serchwrap.searhead_popp .top_head_bar input#s {
  width: 540px;
  padding: 7px;
  font-size: 14px;
  border: 1px solid #9f9f9f;
  outline: none;
}
.serchwrap.searhead_popp .top_head_bar input#sa {
  width: 610px;
  padding: 0 0 0 0;
  font-size: 22px;
  border-top: 0;
  outline: none;
  border-radius: 0;
  /* box-shadow: 1px 2px 2px #ccc; */
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  height: 50px;
  background: transparent;
}
.serchwrap.searhead_popp .top_head_bar input:focus {
  border: 1px solid #ffc107;
  outline: none;
}
.serchwrap.searhead_popp .top_head_bar input[type=button] {
  background: url(../images/search_icon.svg) center center #fff no-repeat;
  width: 25px;
  height: 37px;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0;
  border-radius: 0 5px 5px 0;
  margin-top: -13px;
}


/*#cattab ul.cat_ullist li:hover {*/
/*  background: #304ea5 !important;*/
/*  color: #fff;*/
/*}*/
/*#cattab ul.cat_ullist li:hover a {*/
/*  color: #fff;*/
/*}*/
/*#cattab ul.cat_ullist li:hover span img {*/
/*  -webkit-filter: brightness(0) invert(1);*/
/*  filter: brightness(0) invert(1);*/
/*}*/
#cattab ul.cat_ullist li a {
  font-size: 14px;
  color: #63758E;
  line-height: 18px;
}
#cattab ul.cat_ullist li a:hover {
  color: #fff;
}
#cattab ul.cat_ullist li:hover {
  color: #ffc107 !important;
}
#cattab ul.cat_ullist span {
    width: 100%;
    /* float: left; */
    /* height: 56px; */
    text-align: center;
    margin-right: 20px;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    height:140px;
}



#venlist ul li .venu_con {
  padding: 11px 0 0 0;
}
#venlist ul li .venu_con .inner_txt {
  text-transform: capitalize;
}
#venlist ul li .venu_con .inner_txt h3 {
  font-size: 17px;
  font-weight: 600;
}
#venlist ul li .venu_con .overlay_location a {
  margin-bottom: 10px;
  display: inline-block;
  width: 125px;
  border: 2px solid #202f44;
  width: 100%;
  border-radius: 50px;
  padding: 4px 20px;
  margin-top: 25px;
  color: #202f44;
  font-weight: 600;
  background: url(../images/viewdtls-arrow-blk.png) 96% 50% no-repeat;
}
#venlist ul li .venu_con .overlay_location a:hover {
  color: #fff;
  font-weight: 600;
  background: url(../images/white_arrow.png) 96% 50% no-repeat #202f44;
}

.course_serach_list .popular-inner {
  background: #fff !important;
  margin-bottom: 30px !important;
}
.course_serach_list .popular-inner .option {
  color: #00aa26;
  font-size: 16px;
}
.course_serach_list .popular-inner ul {
  margin-bottom: 35px;
}
.course_serach_list .popular-inner ul li {
  display: inline-block;
  color: #748193;
  font-size: 13px;
  margin-left: 5px;
  vertical-align: top;
  font-weight: 500;
  line-height: 23px;
}
.course_serach_list .popular-inner img {
  width: 100%;
}
.course_serach_list .popular-inner h4 {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  min-height: 110px;
  padding-left: 0px;
  padding-bottom: 30px;
  width: 68%;
}
.course_serach_list .popular-inner .popul-innercontent img {
  width: auto !important;
}
.course_serach_list .popular-inner .popul-innercontent .at {
  background: transparent;
}
.course_serach_list .popular-inner .popul-innercontent p {
  min-height: 90px !important;
}

.engineering {
  color: #f8d474 !important;
}

.finance {
  color: #66ba7c !important;
}

.management {
  color: #8ee2e4 !important;
}

.it {
  color: #f9876d !important;
}

.business {
  color: #8b9da9 !important;
}

#myOverlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999999999;
  display: none;
}

#loadingGIF {
  text-align: center;
  z-index: 99999999999;
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  display: none;
}
#loadingGIF p {
  color: #000;
  font-size: 15px;
}

.readmore_butt {
  background: url(../images/readmore-icon.svg) 0 0 no-repeat;
  background-position: right;
  padding: 0 23px 0 0;
  font-size: 14px;
  background-size: contain;
  font-weight: 500;
}
.readmore_butt:hover {
  color: #ffa834;
  font-weight: 500;
}

.serchwrap.searhead_popp .container {
  position: relative;
}

.tabbox {
  display: flex;
  width: 100%;
  background: #fff;
  /* justify-content: space-between; */
}

.topsrchcatfil {
  float: right;
  background: url(../images/filter_icon.png) 0 4px no-repeat;
  padding-left: 30px;
  display: flex;
  width: 540px;
}
.topsrchcatfil .listpg-fil {
  width: 34%;
  margin-left: 5px;
  position: relative;
}
.topsrchcatfil .listpg-fil .ms-options-wrap button {
  border: 0;
  background: url(../images/selectarrow.png) 96% center no-repeat #fff;
  overflow: hidden;
  border: 1px solid #9f9f9f;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Gotham";
  font-weight: 400;
}
.topsrchcatfil .listpg-fil .ms-options-wrap button span {
  color: #757575;
}
.topsrchcatfil .listpg-fil .ms-options-wrap .ms-options {
  width: 100%;
}
.topsrchcatfil .listpg-fil #ms-list-5 .ms-options {
  width: 260px !important;
}
.topsrchcatfil ul li {
  display: block;
  position: relative;
}
.topsrchcatfil ul li span {
  background: #d1ffdb;
  padding: 4px 10px;
  color: #5b5b5b;
  text-align: left;
  transition: all 0.35s ease-in-out;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #48B460;
  vertical-align: top;
  cursor: pointer;
  max-width: 190px;
  display: inline-block;
  overflow: hidden;
  height: 28px;
  padding-top: 2px;
}
.topsrchcatfil ul li div {
  display: none;
  position: absolute;
  background: #d1ffdb;
  width: 280px;
  z-index: 99;
  padding: 15px;
  border: 1px solid #6fc383;
  border-radius: 5px;
  margin-top: 7px;
  left: -150px;
}
.topsrchcatfil ul li div li {
  color: #1b7830;
  font-size: 14px;
  line-height: 18px;
  display: block;
  max-width: 100%;
  padding-bottom: 5px;
  cursor: pointer;
}
.topsrchcatfil ul li div ul {
  scrollbar-color: #48b460 #b3efc0;
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 300px;
}
.topsrchcatfil ul .main div,
.topsrchcatfil ul .mainy div,
.topsrchcatfil ul .mainm div,
.topsrchcatfil ul .mainv div {
  display: block;
}
.topsrchcatfil ul .cats span {
  background-image: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 23px;
}
.topsrchcatfil ul .cats div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow1.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .years span {
  background-image: url(../images/arrow2.png);
  color: #bf712a;
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 26px;
  background-color: #ffe6b4;
  border: 1px solid #f8a504;
}
.topsrchcatfil ul .years div {
  background: #ffe6b4;
  border: 1px solid #f8a504;
}
.topsrchcatfil ul .years div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow2.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .years div ul {
  overflow-y: hidden;
  max-height: inherit;
}
.topsrchcatfil ul .years div ul li {
  color: #bf712a;
}
.topsrchcatfil ul .months span {
  background-image: url(../images/arrow3.png);
  color: #007a7a;
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 26px;
  background-color: #d2ffff;
  border: 1px solid #3cd0d0;
}
.topsrchcatfil ul .months div {
  background: #d2ffff;
  border: 1px solid #3cd0d0;
}
.topsrchcatfil ul .months div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow3.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .months div ul {
  overflow-y: hidden;
  max-height: inherit;
}
.topsrchcatfil ul .months div ul li {
  color: #007a7a;
}
.topsrchcatfil ul .venues span {
  background-image: url(../images/arrow4.png);
  color: #38576c;
  background-repeat: no-repeat;
  background-position: 93% 10px;
  padding-right: 26px;
  background-color: #d3edff;
  border: 1px solid #38576c;
}
.topsrchcatfil ul .venues div {
  background: #d3edff;
  border: 1px solid #38576c;
}
.topsrchcatfil ul .venues div:before {
  content: "";
  right: 10px;
  position: absolute;
  top: -7px;
  background-image: url(../images/top-arrow4.png);
  width: 15px;
  height: 7px;
}
.topsrchcatfil ul .venues div ul {
  scrollbar-color: #38576c #85abc6;
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 300px;
}
.topsrchcatfil ul .venues div ul li {
  color: #38576c;
}

.readmore_butt_top_srch {
  background: #FFE6B4;
  border: 1px solid #FFE6B4;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: -13px;
}
.readmore_butt_top_srch:hover {
  color: #333 !important;
}

.top-coursedropdown::-webkit-scrollbar,
.google-reviewsec .googlepan p::-webkit-scrollbar,
.serchwrap.searhead_popp::-webkit-scrollbar,
.desktopmenu #cssmenu #venlshow::-webkit-scrollbar,
.desktopmenu #cssmenu .menu_cat::-webkit-scrollbar,
.ms-options-wrap .ms-options::-webkit-scrollbar,
.termscondi_popup::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.top-coursedropdown::-webkit-scrollbar-track,
.google-reviewsec .googlepan p::-webkit-scrollbar-track,
.serchwrap.searhead_popp::-webkit-scrollbar-track,
.desktopmenu #cssmenu #venlshow::-webkit-scrollbar-track,
.desktopmenu #cssmenu .menu_cat::-webkit-scrollbar,
.ms-options-wrap .ms-options::-webkit-scrollbar,
.termscondi_popup::-webkit-scrollbar {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.top-coursedropdown::-webkit-scrollbar-thumb,
.google-reviewsec .googlepan p::-webkit-scrollbar-thumb,
.serchwrap.searhead_popp::-webkit-scrollbar-thumb,
.desktopmenu #cssmenu #venlshow::-webkit-scrollbar-thumb,
.desktopmenu #cssmenu .menu_cat::-webkit-scrollbar,
.ms-options-wrap .ms-options::-webkit-scrollbar,
.termscondi_popup::-webkit-scrollbar {
  background: #FFA834;
  border-radius: 10px;
}

/* Handle on hover */
.top-coursedropdown::-webkit-scrollbar-thumb:hover,
.google-reviewsec .googlepan p::-webkit-scrollbar-thumb:hover,
.serchwrap.searhead_popp::-webkit-scrollbar-thumb:hover,
.desktopmenu #cssmenu #venlshow::-webkit-scrollbar-thumb:hover,
.desktopmenu #cssmenu .menu_cat::-webkit-scrollbar,
.termscondi_popup::-webkit-scrollbar {
  background: #cf7f16;
}

.no_scroll {
  overflow: hidden;
  position: fixed !important;
  left: 0;
  right: 0;
}

.no_scroll::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
  overflow-y: hidden;
  -webkit-appearance: none;
}

.moreCourselink a {
  display: inline-block;
  padding: 0 20px;
}

.home-anivbanner .container {
  position: relative;
}
.home-anivbanner .year-celebrationbtn {
  position: absolute;
  bottom: 30px;
  left: 50px;
  border: 2px solid #b5965d;
  padding: 7px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 30px;
  background: url(../images/ani-butarrow.png) 97% 50% no-repeat;
  background-size: auto;
  background-size: 4%;
  font-weight: 500;
}
.home-anivbanner .year-celebrationbtn:hover {
  color: #b5965d;
}

.our_programs .program-pan .program_content.cc a {
  border: 1px solid #BDAE8F;
}

.our_programs .program-pan .program_content.cb a {
  border: 1px solid #8A97B0;
}

.our_programs .program-pan .program_content.tm a {
  border: 1px solid #CD702B;
}

.our_programs .program-pan .program_content.ex a {
  border: 1px solid #88C0A5;
}

#top_search {
  position: relative;
  margin-top: 0px;
}


.top-coursedropdown ul {
    padding: 0;
    margin: 20px;
}
.top-coursedropdown ul li {
    line-height: 24px;
    font-size: 14px;
    background: #E6E8F4;
    padding: 3px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #202F44;
}
a.courseclicksearch b {
    font-weight: 500;
}
.top-coursedropdown ul li a {
  color: #63758E;
  text-transform: capitalize;
}

a.hedr_curs_lrn_more_btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 20px;
  line-height: 37px;
  height: 40px;
  float: left;
  text-align: center;
  left: 0;
  position: relative;
  width: 129px;
  bottom: 0;
}
a.hedr_curs_lrn_more_btn:hover {
  background: #fff;
  color: #000;
}

.top_filhead {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 25px;
}

/* fix blank or flashing items on carousel */
/* end fix */
.carousel-wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.owl-dots {
  display: block !important;
}

/*.owl-carousel .item {*/
/*  position: relative;*/
/*  z-index: 100;*/
/*  -webkit-backface-visibility: hidden;*/
/*}*/


/*.owl-nav > div {*/
/*  margin-top: -26px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  color: #cdcbcd;*/
/*}*/
/*.owl-nav i {*/
/*  font-size: 52px;*/
/*}*/
/*.owl-nav .owl-prev {*/
/*  left: -30px;*/
/*}*/
/*.owl-nav .owl-next {*/
/*  right: -30px;*/
/*}*/


.serch_sec {
    background: #d0d3e6;
    max-width: 100%;
    display: flex;
    padding: 0px 0px 0 0px;
    z-index: 99;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0px !important;
    border-radius: 5px;
    /* box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); */
    width: 100%;
    border-radius: 50px;
        height: 45px;
}
.serch_sec h2.tophead {
    width: 35%;
    font-size: 15px;
    display: flex;
    align-items: center;
    background: #f7f8fc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 10px;
    margin-left: 0;
}
.serch_sec span {
  padding: 0 3px;
}
.serch_sec .search {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 0px;
  height:45px;
}
.serch_sec .searchTerm {
  width: 80%;
    border-top: 0;
    border-right: none;
    padding: 22px 20px;
    border-left: none;
    height: 33px;
    border-radius: 0;
    outline: none;
      color: #202f44 !important;
    font-size: 16px;
    background: #f7f8fc !important;
    border: 0px;
    /*border-bottom-right-radius: 50px;*/
    border-radius: 50px;
}
.serch_sec textarea::-webkit-input-placeholder {
 color: #202f44 !important;
 font-weight:600;
}

.serch_sec textarea:-moz-placeholder { /* Firefox 18- */
 color: #202f44 !important; 
  font-weight:600;
}

.serch_sec textarea::-moz-placeholder {  /* Firefox 19+ */
 color: #202f44 !important; 
  font-weight:600;
}

.serch_sec textarea:-ms-input-placeholder {
 color: #202f44 !important;
  font-weight:600;
}
.serch_sec .searchTerm:focus {
  color: #000;
}

.serch_sec .searchButton {
    text-decoration: underline;
    text-align: left !important;
    color: #213045;
    border: none;
    background: none;
    right: 0;
    position: relative;
    line-height: 14px;
    font-size: 13px;
    font-weight: 600;
    background: #d0d3e6;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 90px;
}
button.searchButton.popsearchbtn span img {
  filter: brightness(0) saturate(100%) invert(0%);
  width:80%;
}
.serch_sec .wrap {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#cattab {
  margin-bottom: 45px;
  /* display: block; */
  float: left;
  width: 100%;
}
div#cattab a.lines {
  display: block;
  text-align: center;
  text-decoration: underline;
  /* padding-bottom: 0; */
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  /* margin: 40px 0; */
  max-width: 170px;
  margin: 0 auto;
}
div#cattab a.lines:hover {
  color: #bd9755;
}

.catego h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}
.catego li {
  display: inline-block;
}

.whychooseus {
  background: #fff;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.whychooseus h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
  width: 100%;
}
.whychooseus ul li {
  padding: 15px 0 !important;
}
.whychooseus ul li .bd {
  border: none !important;
  padding: 15px 0 !important;
}
.whychooseus ul li .bd h3 {
  font-weight: 600;
}
.whychooseus ul li .bd p {
font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #484e60;
}

.discover_sec {
  float: left;
  width: 100%;
}
.discover_sec .discover_part {
  background: #f7f8fc;
  padding: 15px;
}
.discover_sec .discover_part h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 35px;
}
.discover_sec .discover_part .discover_wrp {
  text-align: center;
  padding-bottom: 30px;
}
.discover_sec .discover_part .discover_wrp img {
  height: 75px;
}
.discover_sec .discover_part .discover_wrp figure {
  max-height: 84px !important;
}
.discover_sec .discover_part .discover_wrp .dis_name {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #414e60;
  padding: 10px 0;
}
.discover_sec .discover_part .discover_wrp .dis_name:hover {
  color: #000;
}
.discover_sec .discover_part .discover_wrp .view_dtlsbut {
  text-align: left;
  display: block;
  border: 2px solid #202f44;
  margin: 0 auto;
  padding: 5px 10px;
  padding-left: 10px;
  border-radius: 42px;
  color: #252e37;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 14px;
  font-weight: 600;
  font-size: 12px;
  background: url(../images/viewdtls-arrow-blk.png) 88% 50% no-repeat;
  width: 127px;
  background-size: 15%;
  line-height: 21px;
}

.midclientlogo {
  text-align: center;
  padding: 85px 0;
}
.midclientlogo h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
  width: 100%;
}
.midclientlogo img {
  width: 75%;
}

.wraper_box {
  padding: 70px 0;
}
.wraper_box figure img {
  width: 100% !important;
}
.wraper_box figcaption {
  padding: 30px 30px;
  float: left;
  width: 100%;
}
.wraper_box figcaption h2 {
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0px !important;
  width: 100%;
}
.wraper_box figcaption span {
  color: #bc9654;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.wraper_box figcaption p {
margin: 25px 0;
    font-size: 14px;
    line-height: 22px;
    color: #111521;
    font-weight: 400;
}
.wraper_box figcaption .view_dtlsbut {
  text-align: left;
  display: block;
  border: 2px solid #202f44;
  padding: 7px 10px;
  padding-left: 10px;
  border-radius: 42px;
  color: #252e37;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 14px;
  font-weight: 600;
  font-size: 12px;
  background: url(../images/viewdtls-arrow-blk.png) 88% 50% no-repeat;
  width: 220px;
  background-size: 10%;
  line-height: 21px;
}


.popularn #style-2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ccc;
  height: 5px;
}
.popularn #style-2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}
.whatsapp a {
    background: transparent;
    padding: 0;
    margin: 0 15px 0 0;
}
.popularn #style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #202f44;
}
.popularn h1 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom:40px;

}
.popularn ul.cat_ullist {
  display: inline-block;
  width: 15%;
  font-size: 14px;
  margin-right: 18px;
  background: #f7f8fc;
  float: left;
  border-radius: 5px;
}
.popularn ul.cat_ullist li {
  align-items: center;
  background-image: none;
  padding-left: 0px;
  width: 100%;
  min-height: 180px;
  border-radius: 5px;
  padding: 15px;
}
.popularn ul.cat_ullist li span {
  width: 56px;
  float: left;
  height: 56px;
  text-align: center;
  margin-right: 20px;
}
.popularn ul.cat_ullist li span img {
  max-width: 54px;
  max-height: 54px;
  margin-top: 10px;
}
.popularn ul.cat_ullist li:hover {
  background: #304ea5 !important;
  cursor: pointer;
}
.popularn ul.cat_ullist li:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

ul.cat_ullist li p {
  margin: 10px 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 23px;
  width: 100%;
}

ul.cat_ullist li:hover p {
  color: #fff !important;
}

.txt {
  background: none;
  width: 27ch;
  animation: type 2.4s steps(27), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 5px solid;
  color: lightgreen;
  font-family: Inconsolata;
  /*  text-shadow: 0 0 30px greenyellow; */
  font-size: 30px;
  place-items: center;
}

@keyframes type {
  from {
    width: 0%;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.next-dates {
  text-align: left;
  width: 100%;
  font-size: 10px;
  padding-left: 35px;
  height: 55px;
  margin-left: 20px;
}

.next-dates h3 {
  text-align: left !important;
  width: 100% !important;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.next-dates h3 span {
  display: block;
  width: 100%;
  float: left;
  font-weight: 400;
}

.next-dates img {
  width: 8% !important;
  filter: brightness(0) invert(1);
}

.inner_banner {
  height: 170px;
}
.inner_banner .container {
  min-height: 174px;
  position: relative;
}
.inner_banner h2 {
  display: inline-block;
  width: 49%;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #202F44;
  padding-top: 1%;
}
.inner_banner h2 span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #8396B1;
  display: block;
}
.inner_banner img {
  position: absolute;
  right: 0;
  bottom: 1px;
  max-height: 170px;
}

.brdcam .container {
  position: relative;
}
.brdcam .container ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -32px;
  left: 15px;
}
.brdcam .container ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8396B1;
  background: url(../images/brd-arrow.png) left 4px no-repeat;
  display: inline-block;
  padding-right: 0;
  background-size: 8px;
  padding-left: 15px;
  background-position: left 2px;
  margin-right: 5px;
}
.brdcam .container ul li a {
  color: #757e87;
  font-weight: 500;
}
.brdcam .container ul li :hover {
  color: #202F44;
  font-weight: 500;
}
.brdcam .container ul li .active {
  color: #202F44;
  font-weight: 500;
}
.brdcam .container ul li:first-child {
  background: url(../images/home-icon.png) left 2px no-repeat;
  padding-left: 20px;
}

.show_results {
  background: #f7f8fc;
  padding: 10px 0 30px 0;
}
.show_results .container {
  position: relative;
}
.show_results .show_text {
  border-bottom: 1px solid #4f5e73;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 66px;
}
.show_results .show_text h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #505E73;
  display: inline-block;
}
.show_results .show_text h3 strong {
  font-weight: 600;
}
.show_results .show_text h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #505E73;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  width: 80%;
  min-height: 60px;
}
.show_results .show_text .update_filter {
  float: right;
}

.list-inner {
  margin-bottom: 20px;
  border: 1px solid #c5ccd6;
}
.list-inner:hover {
  /*-webkit-box-shadow: 3px 5px 5px 0px rgba(187, 187, 187, 0.69);*/
  /*-moz-box-shadow: 3px 5px 5px 0px rgba(187, 187, 187, 0.69);*/
  /*box-shadow: 3px 5px 5px 0px rgba(187, 187, 187, 0.69);*/
  transition: all 0.6s;
}
.list-inner:hover p {
  color: #fff !important;
}
.list-inner:hover ul li {
  color: #748193;
}
.list-inner:hover h3 {
  color: #fff !important;
}
.list-inner:hover h3 span {
  color: #fff !important;
}
.list-inner:hover .next-date {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.list-inner:hover .next-date h3 {
  color: #000 !important;
}
.list-inner:hover .next-date h3 span {
  color: #5B636F !important;
}
.list-inner .list-leftcon {
  display: inline-block;
  width: 316px;
  padding: 25px;
  position: relative;
  min-height: 287px;
}
.list-inner .list-leftcon .new_popular {
  text-align: right;
  position: absolute;
  right: 25px;
  top: 25px;
}
.list-inner .list-leftcon .new_popular a {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #1178ff;
  padding: 2px 10px;
  background: #0c4da2;
}
.list-inner .list-leftcon .new_popular .pop {
  background: #F29FC2;
  border: 1px solid #D0264F;
  color: #fff;
}
.list-inner .list-leftcon ul {
  margin-top: 0px;
  margin-bottom: 0;
}
.list-inner .list-leftcon ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  color: #748193;
  vertical-align: top;
}
.list-inner .list-leftcon .listdays {
  background: url(../images/daysicon.svg) 0 0 no-repeat !important;
}
.list-inner .list-leftcon .next-date {
  background: url(../images/calender-pic.svg) 0 0 no-repeat;
  display: block;
  padding-left: 50px;
  margin-bottom: 10px;
}
.list-inner .list-leftcon .next-date h3 {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  padding: 0 0 3px 0;
  line-height: 18px;
}
.list-inner .list-leftcon .next-date h3 span {
  display: block;
  color: #505E73;
  font-size: 12px;
}
.list-inner .list-leftcon .next-date h3 a {
  color: #000;
}
.list-inner .list-leftcon .next-date h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 34px;
  color: #202F44;
}
.list-inner .list-leftcon p {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #202F44;
  min-height: 60px;
  margin-bottom: 10px;
}
.list-inner .list-leftcon .view_dtlsbut {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  background: url(../images/readmore-icon-wh.svg) 95% center no-repeat #FFA834 !important;
  padding-right: 16px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 10px 0px 10px 15px;
  width: 86%;
  text-decoration: none;
  text-align: left;
}
.list-inner .list-locimg {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  position: relative;
  margin-left: -4px;
  float: right;
}
.list-inner .list-locimg .listvenuoverlay {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 0;
}
.list-inner .list-locimg .listvenuoverlay h3 {
  font-size: 18px;
  font-weight: 800;
}
.list-inner .list-locimg .listvenuoverlay h3 img {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.list-inner .list-locimg h4 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
}
.list-inner .list-locimg p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 15px;
  margin-bottom: 0;
}
.list-inner .list-locimg img {
  height: 287px;
  width: 100%;
}
.list-inner .list-locimg .flag {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 33px;
  height: 33px !important;
  border: 2px solid #fff;
  border-radius: 20px;
}

.offer-list h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  padding: 20px 0 24px 0;
}
.offer-list .next-date h2 {
  padding: 0;
}

.loadmore-button {
  width: 162px !important;
  display: block !important;
  margin: 0 auto;
  margin-top: 10px;
  left: auto !important;
  top: auto !important;
  transform: inherit !important;
}

.our-parneship {
  padding-top: 0;
  padding-bottom: 20px;
}
.our-parneship h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  padding-bottom: 30px;
}
.our-parneship .partlg {
  float: right;
}

.update_filter h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #505E73;
  background: url(../images/ep_filter1.svg) 92% center no-repeat;
  padding: 7px 45px 8px 15px;
  cursor: pointer;
  border: 1px solid #505E73;
  width: 150px;
  height: 46px;
}
.update_filter h5:hover {
  background: url(../images/ep_filter.png) 92% center no-repeat #202f44;
  color: #92A3BD;
}
.update_filter .act {
  background: url(../images/ep_filter.png) 92% center no-repeat #202f44;
  color: #92A3BD;
}


.head_sec span {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}


.src_head_sec span {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.list-filter {
  width: 400px;
  background: #202f44;
  padding: 20px;
  position: absolute;
  right: 15px;
  z-index: 99;
  top: 45px;
}
.list-filter input[type=reset] {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #92A3BD;
  width: 49%;
  height: 40px;
  border: 1px solid #556478;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: none;
  margin-right: 2px;
}
.list-filter input[type=button] {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #92A3BD;
  width: 49%;
  height: 40px;
  border: 1px solid #556478;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: none;
  margin-right: 2px;
}
.list-filter input[type=submit] {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.list-filter .listpg-fil {
  margin-bottom: 0px;
}
.list-filter .listpg-fil h4 {
font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 5px;
    text-align: left;
    padding-top: 0;
    min-height: auto;
}
.list-filter .listpg-fil button {
  background: url(../images/wht-downarrow.png) 96% center no-repeat #556479;
  border: 0;
  height: 40px;
  width: 100%;
  padding: 0 3%;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #FFFFFF;
}
.list-filter .listpg-fil .fil-optn {
  background: #5b6e88;
  border: 1px solid #79899e;
  border-top: 0;
  padding: 12px;
}
.list-filter .listpg-fil .fil-optn h5 {
  background: none;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  padding: 8px;
  color: #f1f1f1;
}
.list-filter .listpg-fil .fil-optn a {
  color: #fff;
  font-size: 14px;
}
.list-filter .listpg-fil .fil-optn ul li {
  color: #fff;
  font-size: 14px;
}
.list-filter .listpg-fil .fil-optn ul li input[type=checkbox] {
  border: 0;
  margin-right: 5px;
}

/*==========================================Multi select check box============================*/
.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  outline-offset: -2px;
  white-space: nowrap;
  /*height: 40px;*/
}

.ms-options-wrap {
  margin-bottom: 15px;
}

.ms-options-wrap > button > span {
  display: inline-block;
  color: #fff;
}

.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}

.ms-options-wrap > button:after {
  content: " ";
  height: 7px;
  position: absolute;
  top: 46%;
  right: 10px;
  width: 13px;
}

.ms-options-wrap.ms-active button:after {
  transform: rotate(180deg);
}

.ms-options-wrap.ms-has-selections > button {
  color: #333;
}

.ms-options-wrap > .ms-options {
 position: absolute;
    /* left: 0; */
    width: 90%;
    margin-top: 1px;
    margin-bottom: 20px;
    z-index: 2000;
    overflow: auto;
    visibility: hidden;
    background: #5b6e88;
    border: 0;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
     left: 0px; 
    width: 100% !important;
}
dialog[open] {
    opacity: 1;
    transform: translateY(0);
    overflow: visible;
}
.ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border: 0;
  border-bottom: 1px solid #202F44;
  outline: none;
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
  background: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
}

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #202F44;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px;
}

.ms-options-wrap > .ms-options > ul li {
  border-bottom: 1px solid #202F44;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  border-bottom: transparent;
}

.ms-options-wrap > .ms-options > ul input[type=checkbox] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 0px;
  top: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(../images/checkbox_in.png) 0 0 no-repeat;
  appearance: none;
}

.ms-options-wrap > .ms-options > ul li.selected input[type=checkbox] {
  background: url(../images/checkbox_act.png) 0 0 no-repeat;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.desktop_orderby {
  position: relative;
}

.loadmhide {
  display: none !important;
}

.inner_banner::before {
  background: url(../images/wave.svg) center 0 no-repeat;
  position: absolute;
  content: "";
  min-height: 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
}

/*==========================================Multi select check box============================*/
.list-pan .col-lg-6:nth-of-type(odd) {
  padding-right: 10px;
}
.list-pan .col-lg-6:nth-of-type(even) {
  padding-left: 10px;
}

.schedule-tab .filter .col-lg-6:nth-of-type(odd) {
  padding-right: 7px;
}
.schedule-tab .filter .col-lg-6:nth-of-type(even) {
  padding-left: 7px;
}
.schedule-tab .filter .list-inner {
  margin-bottom: 0px;
}

.inner_banner.sep-banner img {
  bottom: 30px;
}

.partner-slider img {
  max-height: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eaeaea;
  padding: 5px;
}


.bg .details_filter {
  background: #e4ebf4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 7px 50px;
  margin-bottom: 20px;
  height: 47px;
}
.bg .details_filter ul {
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.bg .details_filter ul li:first-child {
  padding-left: 0;
}
.bg .details_filter ul li:last-child {
  padding-right: 0;
}
.bg .details_filter ul li {
  padding: 0 15px;
  background-image: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 34px;
}
.bg .details_filter ul li img {
  margin: 6px 6px 0 0;
  width: 23px;
  float: left;
}
.bg .details_filter ul li .dtls-upcomvd {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #e4ebf5;
  padding: 25px 20px 0 20px;
  border: 1px solid #000;
  top: 40px;
  z-index: 9;
}
.bg .details_filter ul li .dtls-upcomvd .schedulebody {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  overflow-y: auto;
  max-height: 538px;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
}
.bg .details_filter ul li .dtls-upcomvd .schedulebody a {
  margin: 0;
  padding: 0 15px;
  width: 25%;
  box-sizing: border-box;
  display: flex;
  height: auto;
}
.bg .details_filter ul li a {
  height: 33px;
  line-height: 33px !important;
  display: block;
  padding: 0 10px;
}
.bg .details_filter ul li a:hover {
  color: #000;
}
.bg .details_filter ul li a .svg-inline--fa {
  padding: 0 6px 0 0;
}
.bg .details_filter ul li path {
  color: #ffc107;
}
.bg .details_filter ul li button {
  padding: 4px 12px;
  border: 1px solid #383838;
  background: transparent;
  height: 33px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 108.52%;
}
.bg .details_filter ul li button span {
  background: #202f44;
  padding: 0;
  border-radius: 50px;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
}
.bg .details_filter ul li button path {
  color: #202F44;
}
.bg .details_filter ul li button .siz {
  width: 25px;
  height: 25px;
}

.top_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_head h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #202F44;
}
.dtls_overview {
padding: 56px 50px 20px 50px;
}
.dtls_overview{
      color: #202F44;
}
.dtls_overview ul {
    margin-top: 10px;
}
.outline_cms ul{
      margin-top: 10px;
}
.outline_cms > div{
       color: #202F44;
}
.dtls_overview ul li {
  padding-bottom: 20px;
  background: url(../images/list-icon2.png) 0 5px no-repeat;
  padding-left: 35px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #202F44;
}
.dtls_overview ul li a {
  color: #202F44;
}
.dtls_overview p span {
  font-size: 14px !important;
}

.dtls_right {
  background: #202f44;
  padding: 20px;
  -webkit-box-shadow: 2px 5px 5px 0px rgb(147, 147, 147);
  -moz-box-shadow: 2px 5px 5px 0px rgb(147, 147, 147);
  box-shadow: 2px 5px 5px 0px rgb(147, 147, 147);
}
.dtls_right h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.dtls_right h2 span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: block;
}
.dtls_right .trn_adv {
/*display: flex; */
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4f5e73;
}
.dtls_right .trn_adv .rgt_trndtls h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.dtls_right .trn_adv .rgt_trndtls h3 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b4c3d9;
  display: block;
}
.dtls_right .trn_adv .rgt_trndtls h4 {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #b4c3d9;
  margin-bottom: 7px;
}
.dtls_right .trn_adv .rgt_trndtls h5 {
    font-weight: 400;
    /* font-size: 34px !important; */
    line-height: 17px;
    color: #fff;
    border: 1px solid #8f98a1;
    padding: 5px;
    background: #29B33A;
    margin-top: 16px;
    width: fit-content;
    border-radius: 50px;
    padding: 5px 0 5px 10px;
    margin: 0 auto;
}
.dtls_right .trn_adv .rgt_trndtls h5 a {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    padding: 0 9px 0 0;
}
.dtls_right .trn_adv .rgt_trndtls img {
  display: inline-block;
  margin-right: 8px;
}
.dtls_right .trn_adv .rgt_trndtls a {
  color: #fff;
  font-size: 13px;
}
.dtls_right .certifications {
  border-bottom: 1px solid #4f5e73;
  margin-bottom: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f5e73;
  justify-content: normal;
}
.dtls_right .certifications .cpd-logo {
    border-bottom: 1px solid #4f5e73;
    border: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.dtls_right .certifications .cpd-logo h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding-top: 50px;
  padding-left: 15px;
}
.dtls_right .certifications .cpd-logo img {
  width:70px;
}
.dtls_right .certifications p {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 141.52%;
    color: #2c3e50;
    margin-top: 30px;
}
.dtls_right .total-members {
  margin: 0;
  padding: 0;
}
.dtls_right .total-members ul {
  padding-bottom: 0px;
}
.dtls_right .total-members .cart {
  cursor: pointer;
  width: 100%;
  position: relative;
}
.dtls_right .total-members a {
  display: block;
  text-align: center;
  padding: 0 15px;
  width: 150px !important;
}
.dtls_right .total-members a img {
  float: left;
  margin-top: 12px;
}

.total-members ul li {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.total-members ul li img {
  margin-right: 15px;
  height: 30px;
}
.total-members button {
  width: 100%;
  height: 50px;
  padding: 0 8%;
  margin-top: 20px;
}

.outline-content {
  padding-bottom: 20px;
      margin-bottom: 60px;
}
.outline-content .outline_cms {
  padding-bottom: 0;
  margin-top: 30px;
  background: url(../images/lft-border.png) 20px 0 repeat-y;
}
.outline-content .outline_cms h3 {
  background: url(../images/day-icon.png) 0 0 no-repeat;
  font-weight: 700;
  font-size: 16px;
  line-height: 39px;
  color: #202F44;
  padding-left: 63px;
  padding-bottom: 15px;
}
.outline-content .outline_cms p {
  padding-left: 67px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
color: #202F44;
  margin-top: 20px;
}
.outline-content .outline_cms ul {
  padding-left: 60px;
  margin-bottom: 0;
}
.outline-content .outline_cms ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #62687A;
  padding-bottom: 20px;
  background: url(../images/list-icon.png) 0 5px no-repeat;
  padding-left: 35px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.outline-content .outline_cms ul li ul {
  padding-left: 0;
  padding-top: 10px;
}
.outline-content .outline_cms ul li ul li {
  background: url(../images/sublist-arrow.png) 0 4px no-repeat;
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 15px;
}
.outline-content button {
  width: 168px;
  text-align: left;
  padding: 0 15px;
  background: #fff !important;
  color: #000 !important;
  vertical-align: top;
  height: 40px;
}
.outline-content button img {
  float: left;
  margin-top: 12px;
  margin-right: 9px;
  height: 17px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.whychooseus {
  background: #fff;
  padding: 20px 0 50px 0;
}
.whychooseus h2 {
  padding-bottom: 30px;
  padding-left: 14px;
  font-style: normal;
}
.whychooseus ul {
  display: flex;
  flex-wrap: wrap;
}
.whychooseus ul li {
  vertical-align: top;
  display: flex;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  width: 20%;
  height: 234px;
}
.whychooseus ul li:hover .img-fig img:first-child {
  display: none;
}
.whychooseus ul li:hover .img-fig img:last-child {
  display: block;
}
.whychooseus ul li .bd {
  margin: 0;
  padding: 15px;
  border: 1px solid #202f44;
  height: 100%;
}
.whychooseus ul li h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  margin: 10px 0;
}
.whychooseus ul li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #62687A;
}
.whychooseus ul li .img-fig {
  position: relative;
  width: 100%;
  height: 115px;
  margin: 0;
}
.whychooseus ul li .img-fig img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.whychooseus ul li .img-fig img:first-child {
  display: block;
}
.whychooseus ul li .img-fig img:last-child {
  display: none;
}

.dtls-faq {
  padding: 0;
}
.dtls-faq .top, .dtls-faq .down {
  margin: 0;
  padding: 20px 0;
}
.dtls-faq .top h2, .dtls-faq .down h2 {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  color: #202F44;
  font-weight: 400;
}
.dtls-faq .top .wrapper .frequently_tab, .dtls-faq .down .wrapper .frequently_tab {
  height: auto;
}
.dtls-faq .top .wrapper .frequently_tab .accordion .accordion-item, .dtls-faq .down .wrapper .frequently_tab .accordion .accordion-item {
  margin: 0;
  padding: 20px 0;
}
.dtls-faq .top .wrapper .frequently_tab .accordion .accordion-item h2, .dtls-faq .down .wrapper .frequently_tab .accordion .accordion-item h2 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.dtls-faq .top .wrapper .frequently_tab .accordion .accordion-item h2 button, .dtls-faq .down .wrapper .frequently_tab .accordion .accordion-item h2 button {
  background: transparent;
  font-size: 18px;
  line-height: 19px;
  color: #656565;
  font-weight: 400;
  border: 0;
  text-align: left;
  width: 80%;
  position: relative;
}
.dtls-faq .top .wrapper .frequently_tab .accordion .accordion-item h2 .accordion-button::after, .dtls-faq .down .wrapper .frequently_tab .accordion .accordion-item h2 .accordion-button::after {
  content: "";
  background: url(../images/plus-icon.png) 0 0 no-repeat;
  position: absolute;
  right: -81px;
  top: 1px;
  width: 20px;
  height: 20px;
  font-size: 30px;
}
.dtls-faq .top .wrapper .frequently_tab .accordion .accordion-item h2 .accordion-button:not(.collapsed)::after, .dtls-faq .down .wrapper .frequently_tab .accordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
  content: "";
  background: url(../images/m-icon.png) 0 0 no-repeat;
  position: absolute;
  right: -81px;
  top: 1px;
  width: 20px;
  height: 20px;
}
.dtls-faq .top .wrapper .frequently_tab .accordion .accordion-item .accordion-collapse p, .dtls-faq .down .wrapper .frequently_tab .accordion .accordion-item .accordion-collapse p {
  margin: 0;
  padding: 14px 0px;
  font-size: 15px;
  line-height: 19px;
  color: #797979;
  font-weight: 400;
}
.dtls-faq .top .wrapper .frequently_tab .button-block, .dtls-faq .down .wrapper .frequently_tab .button-block {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.dtls-faq .top .wrapper .frequently_tab .button-block .y_btn strong, .dtls-faq .down .wrapper .frequently_tab .button-block .y_btn strong {
  margin: 0;
  padding: 0;
  width: 322px;
  height: 50px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtls-relatecourse {
  background: #fff;
  padding: 30px 0;
}
.dtls-relatecourse h2 {
  font-size: 30px;
  line-height: 39px;
  color: #202F44;
  font-weight: 400;
  padding: 0 0 20px 0;
  text-align: center;
}

.dtls-upcomvd h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #202f44;
  margin-bottom: 20px;
  margin-left: 14px;
  margin: 0;
  padding: 0 0 28px 16px;
}
.dtls-upcomvd .tab-close {
  position: absolute;
  right: 40px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.dtls-upcomvd .upcvdtpan {
  width: 100%;
  display: flex;
  vertical-align: top;
  background: #c5d1df;
  margin: 0;
  height: 150px;
  margin-bottom: 30px;
}
.dtls-upcomvd .upcvdtpan .next-date {
  width: 45%;
  padding: 11px 17px 9px 17px;
  margin: 0;
}
.dtls-upcomvd .upcvdtpan .next-date:hover {
  background: #202F44;
  transition: all 0.6s;
}
.dtls-upcomvd .upcvdtpan .next-date:hover h3 {
  color: #fff;
}
.dtls-upcomvd .upcvdtpan .next-date .bd {
  display: inline-block;
  background: url(../images/calender-pic.svg) 0 0 no-repeat;
  text-align: center;
  margin: 0;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.dtls-upcomvd .upcvdtpan .next-date h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 37px 0 10px 0;
}
.dtls-upcomvd .upcvdtpan .next-date h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 41px;
  color: #202f44;
  margin: 0;
  padding: 0;
}
.dtls-upcomvd .upcvdtpan .list-locimg {
  display: inline-block;
  width: 55%;
  height: 100%;
  vertical-align: top;
  position: relative;
}
.dtls-upcomvd .upcvdtpan .list-locimg img {
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.dtls-upcomvd .upcvdtpan .list-locimg .flag {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px !important;
  border-radius: 20px;
}
.dtls-upcomvd .upcvdtpan .list-locimg h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  left: 0;
  right: 0;
}

.noshow ~ * {
  display: none;
}

.custom-model-main, .custom-model-enq, .custom-model-cart, .term_pop, .custom-model-pdf, .custom-model-gpayform, .custom-model-schedule-download {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999999999;
  opacity: 1;
  overflow: hidden;
}
.model-open .custom-model-inner {
  /*-webkit-transform: translate(0, 0);*/
  /*-ms-transform: translate(0, 0);*/
  /*transform: translate(0, 0);*/
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.custom-model-inner {
  /*-webkit-transform: translate(0, -25%);*/
  /*-ms-transform: translate(0, -25%);*/
  /*transform: translate(0, -25%);*/
  /*-webkit-transition: -webkit-transform 0.3s ease-out;*/
  /*-o-transition: -o-transform 0.3s ease-out;*/
  /*transition: -webkit-transform 0.3s ease-out;*/
  /*-o-transition: transform 0.3s ease-out;*/
  /*transition: transform 0.3s ease-out;*/
  /*transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;*/
  display: inline-block;
  vertical-align: middle;
  width: 977px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn, .close-btn-enq, .close-btn_term, .close-btn-gpayform { 
  position: absolute;
  right: -12px;
  top: -10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 99;
  line-height: 32px;
  font-size: 28px;
  color: #fff;
     background: #1d2339;
  padding: 0 9px;
  border-radius: 50%;
}

.pop_logo {
  z-index: 9999;
  position: relative;
  margin-right: 10px;
}

.pop_logo_txt {
  width: 87%;
  display: flex;
  flex-wrap: wrap;
}
.pop_logo_txt h6 {
  display: block;
  width: 100%;
  order: 2;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #8396B1;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.pop_logo_txt h3 {
  display: block;
  width: 100%;
  order: 1;
  font-size: 16px;
  line-height: 18px;
}

.location_bar {
  background: #E8ECF2;
  padding: 5px 36px;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.location_bar ul {
  padding-left: 0px;
  margin: 0 0;
  justify-content: space-between;
}
.location_bar li {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
}
.location_bar li img {
  width: 24px;
  object-fit: contain;
  padding-right: 5px;
}

.pop_bdy {
  height: auto;
  padding: 20px 0 0 0;
  text-align: center;
  clear: both;
}
.pop_bdy p {
  max-width: 530px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
}

.frm_sec {
  text-align: left;
}
.frm_sec .y_btn {
  width: 160px;
  padding: 0;
  margin-bottom: 0;
}

.frm_sec input {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #505E73;
  height: 40px;
  line-height: 40px;
}

.frm_sec input#qcompanyenqpop {
  width: 99.5%;
}

.frm_sec select {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 5px;
  background: url(../images/c_botarrow.png) 98% center no-repeat #fff;
  border: 1px solid #505E73;
  height: 40px;
  padding-left: 12px;
  color: #616161;
  font-family: "Gotham";
}

.top_sec-popup {
  padding: 0 30px 10px 30px;
  display: flex;
  align-content: start;
  justify-content: start;
}

select#cars {
  width: 100%;
}

.ft {
  margin: 15px 0;
  font-size: 14px;
}
.ft a:hover {
  color: #000;
}

.ft_btm {
  background: #E8ECF2;
}
.ft_btm ul {
  margin: 0;
}
.ft_btm li {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
  font-size: 14px;
}
.ft_btm li a:hover {
  color: #000;
}

.lfttran_pic {
  width: auto;
  text-align:center;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: 0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
.y_btn {
  background: #FFA834 !important;
  border: 0 !important;
  color: #fff;
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14px;
  line-height: 40px !important;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  min-width: 120px;
  cursor: pointer;
}
.y_btn input[type=submit], .y_btn input[type=button] {
  position: relative;
  z-index: 99;
  margin: 0;
  padding: 0;
  font-family: "Gotham";
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  display: block;
  border: 0 !important;
  background-color: transparent;
  cursor: pointer;
}
.y_btn img {
  filter: brightness(0%) invert(100%);
}
.y_btn img, .y_btn svg {
  position: relative;
  z-index: 50;
}
.y_btn input {
  padding: 0 !important;
}
.y_btn #btnbespoke {
  margin: 0;
  letter-spacing: normal !important;
  line-height: 40px;
  padding: 0;
}

.details_filter.fixme {
  width: 100%;
  z-index: 99;
}

.lfttran_pic img {
  width: 156px;
}

ul.btncls {
  display: flex;
  justify-content: end;
}

ul.btncls li {
  padding: 0 0px 0 10px !important;
}

.adfil .container {
  position: relative;
}
.adfil .container .rel {
  position: inherit;
}
.adfil .container .rel ul {
  position: inherit;
  padding-right: 0;
}

.partnership_sec {
  background: #fff;
}

.bas_ul_dv ul li {
  background-image: none !important;
  padding-left: 0 !important;
}

.noavl {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 60px;
  font-size: 30px;
  padding-top: 40px;
}

.serv_outlinepan {
  margin-top: 20px;
}

.coursdtlspan {
  padding-bottom: 20px;
}
.coursdtlspan .col-md-4 {
  padding-left: 5px;
}

.schedule-tab {
    margin-top: 15px;
    padding: 0 22px !important;
    background: #e8e9f0;
}
.schedule-tab .list-leftcon {
  width: 185px;
  padding: 15px;
  min-height: 200px;
}
.schedule-tab .list-leftcon .next-date h3 {
  font-size: 12px;
}
.schedule-tab .list-leftcon .view_dtlsbut {
  width: 152px;
  left: 15px;
  padding-left: 10px;
  background-position: 92% center !important;
  background-size: 16px;
  bottom: 15px;
}
.schedule-tab .list-leftcon .new_popular {
  right: 0;
  top: 0;
}
.schedule-tab .list-leftcon .new_popular a {
  font-size: 11px;
  padding: 0 4px;
}
.schedule-tab .list-leftcon ul {
  margin-top: 5px;
}
.schedule-tab .list-locimg {
  width: 158px;
}
.schedule-tab .list-locimg img {
  height: 200px;
}
.schedule-tab .list-locimg .listvenuoverlay h3 {
  font-size: 13px;
  color: #fff;
}
.schedule-tab .list-locimg .listvenuoverlay h3 img {
  padding-right: 3px;
}
.schedule-tab .list-locimg .listvenuoverlay h3 .locimg.remor {
  height: 14px;
}
.schedule-tab .list-locimg .listvenuoverlay h4 {
  font-size: 15px;
}
.schedule-tab .list-locimg .listvenuoverlay p {
  padding: 0 10px;
}

.dtls-offtxt {
  background: #f9f9f9;
  display: block;
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
.dtls-offtxt .off-bg {
  background: url(../images/logo-bg.png) 0 0 no-repeat;
  width: 61px;
  height: 69px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  font-weight: 800;
  color: #fff;
}
.dtls-offtxt .off-bg span {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 13px;
  font-weight: 600;
}
.dtls-offtxt p {
  display: inline-block;
  width: 89%;
  vertical-align: top;
  margin-left: 10px;
}

.n_datedd, .n_locatdd {
  width: 49%;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
}
.n_datedd p, .n_locatdd p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #505E73;
  background: url(../images/down_arrow.png) 97% center no-repeat #fff;
  padding: 7px 45px 8px 15px;
  cursor: pointer;
  border: 1px solid #505E73;
  width: 100%;
  height: 46px;
  background-size: 20px;
  margin-bottom: 0;
}
.n_datedd ul, .n_locatdd ul {
  margin-bottom: 0;
  padding: 20px;
  display: none;
  position: absolute;
  top: 46px;
  background: #202f44;
  z-index: 999;
  width: 100%;
}
.n_datedd ul li, .n_locatdd ul li {
  color: #fff;
  border-bottom: 1px solid #445c7d;
  padding-bottom: 5px;
  font-size: 14px;
  clear: both;
  cursor: pointer;
}
.n_datedd .main, .n_locatdd .main {
  display: block !important;
  transition: all 0.6s;
}

.n_locatdd {
  float: right;
}

.list-innernodata {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
}

.rgtflag {
  float: right;
  display: block;
  width: 22px;
  padding: 1px;
  margin-top: 3x;
}

.dtls_btn {
  margin-left: 66px;
  margin-top: 10px;
}
.dtls_btn .click-here {
  width: 206px;
}

.thankyou_sec {
  text-align: center;
}
.thankyou_sec h3 {
  font-size: 20px;
  color: #464547;
  text-align: center;
  font-weight: 400;
}
.thankyou_sec p {
  font-size: 16px;
  color: #464547;
  text-align: center;
  padding-top: 10px;
  line-height: 18px;
  margin-bottom: 0;
}
.thankyou_sec p strong {
  display: inline-block;
}
.thankyou_sec strong {
  display: block;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.thankyou_sec .haveyousay_form.thankyou_frm {
  text-align: left;
  margin-top: 30px;
}
.thankyou_sec .haveyousay_form.thankyou_frm .hlf {
  width: 49.5%;
  position: relative;
  display: inline-block;
}
.thankyou_sec .haveyousay_form.thankyou_frm .hlf input[type=text], .thankyou_sec .haveyousay_form.thankyou_frm .hlf input[type=email] {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #505E73;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.thankyou_sec .haveyousay_form.thankyou_frm .rggt {
  float: right;
}
.thankyou_sec .haveyousay_form.thankyou_frm .ful {
  width: 100%;
  position: relative;
}
.thankyou_sec .haveyousay_form.thankyou_frm .ful input[type=text], .thankyou_sec .haveyousay_form.thankyou_frm .ful input[type=email] {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #505E73;
  height: 40px;
  line-height: 40px;
}

.outline-content.obj .outline_cms {
  background-image: none;
  margin-top: -30px;
}
.outline-content.obj .outline_cms p {
  padding-left: 0;
}


.about_team {
  margin-top: 0px;
}
.about_team ul {
  display: inline-grid;
  grid-template-columns: 23% 23% 23% 23%;
  gap: 30px;
}
.about_team ul li {
  position: relative;
  margin-bottom: 20px;
}
.about_team ul li img {
  width: 100%;
  height: 264px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 280px;
  height: 250px;
  border-radius: 5px;
}
.about_team ul li .readbio {
  text-align: left;
  display: block;
  border: 2px solid #202f44;
  margin: 0 auto;
  margin-top: 0px;
  padding: 10px;
  padding-left: 10px;
  border-radius: 42px;
  color: #252e37;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  background: url(../images/viewdtls-arrow-blk.png) 96% 50% no-repeat #fff;
  margin-top: 40px;
  height: 40px !important;
}
.about_team ul li h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 16px;
  padding-top: 10px;
  color: #202f44;
  margin-top: 20px;
}
.about_team ul li h3 span {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #c4a36a;
  display: block;
  padding-top: 5px;
  text-transform: uppercase;
  margin-top: 20px;
}
.about_team .ppop {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  padding-top: 5%;
  display: none;
}
.about_team .ppop .ppop_inr {
  background: #f8f8f8;
  width: 977px;
  margin: 0 auto;
  position: relative;
  padding: 25px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.about_team .ppop .ppop_inr ::-webkit-scrollbar {
  width: 5px;
}
.about_team .ppop .ppop_inr ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.about_team .ppop .ppop_inr ::-webkit-scrollbar-thumb {
  background: #FFA834;
  border-radius: 10px;
}
.about_team .ppop .ppop_inr ::-webkit-scrollbar-thumb:hover {
  background: #cf7f16;
}
.about_team .ppop .ppop_inr .cloz-icon {
  background: url(../images/cloz-icon.png) 4px 6px no-repeat #ffffff;
  width: 36px;
  height: 38px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.about_team .ppop .ppop_inr .ppop_inr_l {
  float: left;
  width: 30%;
  margin: 0 30px 0 0;
  position: relative;
}
.about_team .ppop .ppop_inr .ppop_inr_l .team_poppic {
  overflow: hidden;
}
.about_team .ppop .ppop_inr .ppop_inr_l .team_poppic img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.about_team .ppop .ppop_inr .ppop_inr_l .team_poppic .icon_group {
  position: absolute;
  top: 10px;
  right: 10px;
}
.about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_con {
  position: relative;
  height: 200px;
  padding: 30px 0;
}
.about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_con .ppop_inr_con_in strong {
  display: block;
  color: #202f44;
  font-size: 22px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-weight: 400;
}
.about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_con .ppop_inr_con_in .pjoin {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #c4a36a;
  text-transform: uppercase;
}
.about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_r {
  float: right;
  width: 530px;
  padding: 5% 1% 5% 3%;
  text-align: justify;
}
.about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_r .ppop_inr_r_in {
  max-height: 415px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: justify !important;
  padding-right: 15px;
}
.about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_r .ppop_inr_r_in p {
  margin-bottom: 20px;
}

.ppop_inr_r_in {
  padding-right: 30px;
  overflow-y: auto;
  min-height: 500px;
  max-height: 500px;
  scrollbar-color: #bc9654 grey;
  scrollbar-width: thin;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 23px;
  color: #202f44;
}
.ppop_inr_r_in p {
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 23px;
  color: #202f44;
}

.newaboutpg .lissingbanner-section.about-banner .container {
  top: 50px;
}
.newaboutpg .lissingbanner-section.about-banner .container h2 {
  font-weight: 600;
  font-size: 40px;
}
.newaboutpg .listwrap {
  background: #fff;
  margin-top: -280px;
  position: relative;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 1px;
  margin-bottom: 100px;
}

.aboutpop-contact h3 {
  font-size: 18px;
  color: #202f44;
  font-weight: 600;
  padding: 15px 0;
}
.aboutpop-contact p {
  color: #586477;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 600;
}
.aboutpop-contact p a {
  color: #586477;
}
.aboutpop-contact p a:hover {
  color: #586477;
}
.aboutpop-contact .pro-email {
  background: url(../images/pro-email-icon.png) 0 5px no-repeat;
}
.aboutpop-contact .pro-linkdin {
  background: url(../images/in-profile.png) 0 0 no-repeat;
}

.abs {
  background: url(../images/abs.png) 0 0 no-repeat;
  min-height: 340px;
  background-size: cover;
}

.container.about_top {
  position: absolute !important;
  top: 50px !important;
}

.blog_sec {
  margin-bottom: 30px;
}
.blog_sec .blog_top_sec {
  border-bottom: 1px solid rgb(94, 94, 94);
  padding-bottom: 20px;
}
.blog_sec .blog_top_sec h3 {
  font-size: 14px;
  color: #505e73;
}
.blog_sec .blog_top_sec h3 span {
  color: #000;
  font-weight: 600;
}
.blog_sec .blog_top_sec .example {
  text-align: right;
}
.blog_sec .blog_top_sec .example button {
  background: #ffb300;
  border: 0px;
  padding: 5px 10px;
}
.blog_sec .blog_top_sec .example input {
  width: 50%;
  padding: 7px;
  font-size: 14px;
  background: #f4f4f4;
  box-shadow: none;
  border: 0;
  outline: none;
}
.blog_sec .blog_top_sec .search-sec {
  margin: 0;
  padding: 0;
  border: 0;
  width: 340px;
  float: right;
}
.blog_sec .blog_top_sec .search-sec form {
  margin: 0;
  padding: 0;
  height: 47px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
}
.blog_sec .blog_top_sec .search-sec form input {
  margin: 0;
  padding: 14px 13px;
  border: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 146.02%;
  color: #505e73;
  border: 1px solid #31568e;
}
.blog_sec .blog_top_sec .search-sec form input:focus-visible {
  border: 1px solid #31568e;
  box-shadow: none;
  outline: 0;
}
.blog_sec .blog_top_sec .search-sec form .blogC {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  background: #ffa834;
}
.blog_sec .blog_top_sec .search-sec form .blogC .fa-magnifying-glass {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.blog_sec .blog_top_sec .search-sec form .blogC input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 50px;
  height: 47px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 146.02%;
  color: #505e73;
  background: url(../images/search_icon.svg) center center no-repeat #ffa834;
}

.blog_wrp {
  padding: 50px 0;
}
.blog_wrp .blog_list {
  background-color: #f7f8fc;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.blog_wrp .blog_list img {
  width: 100%;
  max-height: 260px;
}
.blog_wrp .blog_list figcaption {
  padding: 0 20px 20px 20px;
  text-align: center;
}
.blog_wrp .blog_list figcaption .blog_heading {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #202f44;
}
.blog_wrp .blog_list figcaption .blog_date {
  text-align: center;
  font-size: 13px;
  color: #808080;
  padding: 10px 0;
}
.blog_wrp .blog_list figcaption .blog_content {
  text-align: center;
  font-size: 14px;
  color: #808080;
}
.blog_wrp .blog_list figcaption a {
  color: #000;
  text-decoration: underline;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

.paginations {
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  text-align: center;
}
.paginations a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
}
.paginations a.active {
  background-color: rgb(255, 154, 21) !important;
  color: #fff;
}
.paginations a:hover:not(.active) {
  background-color: rgb(255, 154, 21) !important;
}
.paginations.active {
  background: #ff8f00;
  color: #000 !important;
}

.tag {
  max-width: 1010px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 50px;
}
.tag p {
  margin: auto;
}
.tag span {
  line-height: 50px;
  font-size: calc(1rem * var(--tag-multiplier));
}

.blog_details {
  padding: 1px 0px;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 0px;
}
.blog_details .blog_heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #202f44;
  margin: 50px 0 20px 0;
  line-height: 36px;
}
.blog_details .blog_heading h2 span {
  display: block;
  color: #bc9654;
  font-size: 16px;
  text-transform: uppercase;
  margin: 40px 0;
  font-weight: 600;
}
.blog_details strong {
  font-size: 16px;
  color: #202f44;
  font-weight: 600;
}
.blog_details p {
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #3d4a5c;
}
.blog_details .career_enhance ul {
  padding-left: 16px;
}
.blog_details .career_enhance ul li {
  padding-bottom: 10px;
  list-style-type: disc;
  color: #62687a;
  font-size: 14px;
}
.blog_details .career_enhance ul li a {
  color: #000;
}
.blog_details .career_enhance ul li a:hover {
  color: #ffa835 !important;
}
.blog_details .career_enhance p a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 15px;
  color: #333;
}
.blog_details .career_enhance p a:hover {
  color: #ffa835 !important;
  text-decoration: none;
}

.blog-listing {
  padding: 0 0 0 0;
  margin: 0;
  margin-bottom: 100px;
}
.blog-listing .tag {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.blog-listing .tag a {
  margin: 0;
  display: inline-block;
  color: #202f44 !important;
  border: 2px solid #202f44;
  border-radius: 50px;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 16px !important;
  margin-right: 5px;
}
.blog-listing .blog_sec {
  margin: 0;
  padding: 0;
}
.blog-listing .blog_sec .blog_top_sec {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #rgba 80, 94, 115, 1;
  border-top: 1px solid rgb(80, 94, 115);
  padding-top: 10px;
}
.blog-listing .blog_sec .blog_top_sec h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 47px;
  color: #505e73;
}
.blog-listing .blog_sec .blog_top_sec h3 span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #202f44;
}
.blog-listing .blog_wrp {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.blog-listing .blog_wrp .col-md-4 {
  padding: 0 20px;
  max-height: 1300px !important;
}
.blog-listing .blog_wrp .blog_list .col-md-4 {
  padding-bottom: 0;
}
.blog-listing .blog_wrp .blog_list figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 290px;
  padding: 20px;
}
.blog-listing .blog_wrp .blog_list figure img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-listing .blog_wrp .blog_list figcaption {
  margin: 0;
  padding: 25px;
  min-height: 220px;
  position: relative;
}
.blog-listing .blog_wrp .blog_list figcaption .lt {
  margin: 0;
  padding: 0;
}
.blog-listing .blog_wrp .blog_list figcaption .lt .blog_date {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  color: #bc9654;
  transition: all 0.6s;
  text-transform: uppercase;
}
.blog-listing .blog_wrp .blog_list figcaption .rt {
  margin: 0;
  padding: 0;
  text-align: left;
}
.blog-listing .blog_wrp .blog_list figcaption .rt .blog_heading {
  margin: 0;
  padding: 8px 0 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #202f44;
  transition: all 0.6s;
  height: 110px;
}
.blog-listing .blog_wrp .blog_list figcaption .rt .blog_content {
  margin: 0;
  padding: 0 0 8px 0;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #748193;
  text-align: left;
  transition: all 0.6s;
}
.blog-listing .blog_wrp .blog_list figcaption .rt a {
  text-align: left;
  display: block;
  border: 2px solid #202f44;
  margin: 0 auto;
  margin-top: 0px;
  padding: 8px;
  padding-left: 10px;
  padding-left: 10px;
  border-radius: 42px;
  color: #252e37;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  background: url(../images/viewdtls-arrow-blk.png) 96% 50% no-repeat #fff;
  text-decoration: none;
}
.blog-listing .blog_wrp .lt-block {
  margin: 0;
  padding: 24px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.25));
}
.blog-listing .blog_wrp .lt-block .tag {
  margin: 0;
  padding: 0;
  text-align: left;
}
.blog-listing .blog_wrp .lt-block .tag a {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #202f44 !important;
}
.blog-listing .blog_wrp .rt-block {
  margin: 0;
  padding: 0;
}
.blog-listing .blog_wrp .rt-block .col-md-6 {
  margin-bottom: 30px;
}
.blog-listing .blog_wrp .rt-block .blog_list {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #c6ccd5;
  height: 100%;
  transition: all 0.3s;
}
.blog-listing .blog_wrp .rt-block .blog_list:hover {
  transition: all 0.6s;
  box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.33);
}
.blog-listing .blog_wrp .rt-block .blog_list figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 290px;
}
.blog-listing .blog_wrp .rt-block .blog_list figure img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.blog-listing .blog_wrp .rt-block figcaption {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #c6ccd5;
}
.blog-listing .blog_wrp .rt-block figcaption .lt {
  margin: 0;
  padding: 0;
}
.blog-listing .blog_wrp .rt-block figcaption .lt .blog_date {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 125%;
  color: #202f44;
}
.blog-listing .blog_wrp .rt-block figcaption .rt {
  margin: 0;
  padding: 0;
  text-align: left;
}
.blog-listing .blog_wrp .rt-block figcaption .rt .blog_heading {
  margin: 0;
  padding: 8px 0 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #202f44;
}
.blog-listing .blog_wrp .rt-block figcaption .rt .blog_content {
  margin: 0;
  padding: 0 0 8px 0;
  font-family: "Gotham";
  font-weight: 400;
  font-size: 16px;
  line-height: 150.02%;
  letter-spacing: -0.065em;
  color: #62687a;
  text-align: left;
}
.blog-listing .blog_wrp .rt-block figcaption .rt a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #748193;
  background: url(../images/arrow-blk.png) right 13px no-repeat;
  padding-right: 16px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  background-size: 7px;
  transition: all 0.6s;
}
.blog-listing .blog_wrp .rt-block figcaption .rt a:hover {
  color: #9b7e00 !important;
  transition: all 0.3s !important;
}
.blog-listing .blog_wrp .blog-paginations {
  margin: 0;
  padding: 12px 0 20px 0;
  margin-left: 10px;
}
.blog-listing .blog_wrp .blog-paginations .bd {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-listing .blog_wrp .blog-paginations .bd .prev-btn {
  margin: 5px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
}
.blog-listing .blog_wrp .blog-paginations .bd .prev-btn a {
  font-size: 14px;
  line-height: 133.02%;
  text-align: center;
  color: #000000;
  transition: all 0.3s;
  padding: 0 20px 0 0;
}
.blog-listing .blog_wrp .blog-paginations .bd .prev-btn a:hover {
  color: #ffa834;
  transition: all 0.6s;
}
.blog-listing .blog_wrp .blog-paginations .bd .next-btn {
  margin: 5px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
}
.blog-listing .blog_wrp .blog-paginations .bd .next-btn a {
  font-size: 14px;
  line-height: 133.02%;
  text-align: center;
  color: #000000;
  transition: all 0.3s;
  padding: 0 0 0 0px;
}
.blog-listing .blog_wrp .blog-paginations .bd .next-btn a:hover {
  color: #ffa834;
  transition: all 0.6s;
}
.blog-listing .blog_wrp .blog-paginations .bd ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-listing .blog_wrp .blog-paginations .bd ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.blog-listing .blog_wrp .blog-paginations .bd ul li a {
  margin: 5px;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.02%;
  text-align: center;
  color: #000000;
  width: 30px;
  height: 30px;
  display: flex;
  background: #d9d9d9;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.blog-listing .blog_wrp .blog-paginations .bd ul li a:hover {
  background: #ffa834;
  transition: all 0.3s;
}
.blog-listing .blog_wrp .blog-paginations .bd ul li .active {
  background: #ffa834;
}
.blog-listing a {
  cursor: pointer;
}

.blgdtls_thum {
  margin-bottom: 10px;
}
.blgdtls_thum img {
  border-radius: 10px;
}

.findmorecourse {
  display: none;
}

.recent_articlesslide, .findmoreco {
  padding: 20px 0;
  padding-bottom: 40px;
}
.recent_articlesslide h2, .findmoreco h2 {
  text-align: center;
  padding-bottom: 30px;
  color: #bc9655;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.recent_articlesslide #custo_revw, .recent_articlesslide #relatedcourseslide, .findmoreco #custo_revw, .findmoreco #relatedcourseslide {
  overflow: hidden;
}
.recent_articlesslide #custo_revw .owl-item, .recent_articlesslide #relatedcourseslide .owl-item, .findmoreco #custo_revw .owl-item, .findmoreco #relatedcourseslide .owl-item {
  float: left;
}
.recent_articlesslide #custo_revw .owl-nav,
.recent_articlesslide #custo_revw .owl-dots, .recent_articlesslide #relatedcourseslide .owl-nav,
.recent_articlesslide #relatedcourseslide .owl-dots, .findmoreco #custo_revw .owl-nav,
.findmoreco #custo_revw .owl-dots, .findmoreco #relatedcourseslide .owl-nav,
.findmoreco #relatedcourseslide .owl-dots {
  display: none;
}
.recent_articlesslide #custo_revw .blog_list, .recent_articlesslide #relatedcourseslide .blog_list, .findmoreco #custo_revw .blog_list, .findmoreco #relatedcourseslide .blog_list {
  margin: 0 30px;
  padding: 0;
  background: #f7f8fc;
  height: 100%;
  transition: all 0.3s;
}
.recent_articlesslide #custo_revw .blog_list figure, .recent_articlesslide #relatedcourseslide .blog_list figure, .findmoreco #custo_revw .blog_list figure, .findmoreco #relatedcourseslide .blog_list figure {
  margin: 0;
  padding: 15px;
  width: 100%;
  height: 200px;
}
.recent_articlesslide #custo_revw .blog_list figure img, .recent_articlesslide #relatedcourseslide .blog_list figure img, .findmoreco #custo_revw .blog_list figure img, .findmoreco #relatedcourseslide .blog_list figure img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.recent_articlesslide #custo_revw .blog_list figcaption, .recent_articlesslide #relatedcourseslide .blog_list figcaption, .findmoreco #custo_revw .blog_list figcaption, .findmoreco #relatedcourseslide .blog_list figcaption {
  margin: 0;
  padding: 15px;
  padding-top: 0;
  position: relative;
  min-height: 175px;
}
.recent_articlesslide #custo_revw .blog_list figcaption .lt, .recent_articlesslide #relatedcourseslide .blog_list figcaption .lt, .findmoreco #custo_revw .blog_list figcaption .lt, .findmoreco #relatedcourseslide .blog_list figcaption .lt {
  margin: 0;
  padding: 0;
}
.recent_articlesslide #custo_revw .blog_list figcaption .lt .blog_date, .recent_articlesslide #relatedcourseslide .blog_list figcaption .lt .blog_date, .findmoreco #custo_revw .blog_list figcaption .lt .blog_date, .findmoreco #relatedcourseslide .blog_list figcaption .lt .blog_date {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #bc9655;
  transition: all 0.6s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.recent_articlesslide #custo_revw .blog_list figcaption .rt, .recent_articlesslide #relatedcourseslide .blog_list figcaption .rt, .findmoreco #custo_revw .blog_list figcaption .rt, .findmoreco #relatedcourseslide .blog_list figcaption .rt {
  margin: 0;
  padding: 0;
  text-align: left;
}
.recent_articlesslide #custo_revw .blog_list figcaption .rt .blog_heading, .recent_articlesslide #relatedcourseslide .blog_list figcaption .rt .blog_heading, .findmoreco #custo_revw .blog_list figcaption .rt .blog_heading, .findmoreco #relatedcourseslide .blog_list figcaption .rt .blog_heading {
  margin: 0;
  padding: 8px 0 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #202f44;
  height: 84px;
}
.recent_articlesslide #custo_revw .blog_list figcaption .rt .blog_content, .recent_articlesslide #relatedcourseslide .blog_list figcaption .rt .blog_content, .findmoreco #custo_revw .blog_list figcaption .rt .blog_content, .findmoreco #relatedcourseslide .blog_list figcaption .rt .blog_content {
  margin: 0;
  padding: 0 0 8px 0;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #748193;
  text-align: left;
  min-height: 100px;
}
.recent_articlesslide #custo_revw .blog_list figcaption .rt a, .recent_articlesslide #relatedcourseslide .blog_list figcaption .rt a, .findmoreco #custo_revw .blog_list figcaption .rt a, .findmoreco #relatedcourseslide .blog_list figcaption .rt a {
  text-align: left;
  display: block;
  border: 2px solid #202f44;
  margin: 0 auto;
  margin-top: 0px;
  padding: 10px;
  padding-left: 10px;
  padding-left: 10px;
  border-radius: 42px;
  color: #252e37;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  background: url(../images/viewdtls-arrow-blk.png) 96% 50% no-repeat #fff;
}

.noresult {
  margin-bottom: 30px;
}

.career_enhance h1 {
  margin-bottom: 20px;
}

.bd strong {
  line-height: 42px;
  text-align: center;
}

.blog_details .career_enhance {
  padding: 20px 0;
}
.blog_details .career_enhance h1 {
  font-size: 22px;
  display: block;
  color: #474e62;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blog_details .career_enhance h2 {
  font-size: 18px;
  display: block;
  color: #474e62;
  font-weight: 600;
  padding-bottom: 10px;
}
.blog_details .career_enhance h3 {
  font-size: 16px;
  display: block;
  color: #474e62;
  font-weight: 600;
  padding-bottom: 10px;
}
.blog_details .career_enhance ul li {
  padding-bottom: 10px;
  list-style-type: disc;
  color: #62687a;
  font-size: 14px;
}
.blog_details .career_enhance ul li strong {
  color: #333;
  font-size: 14px;
}
.blog_details .career_enhance ol {
  padding-left: 16px;
}
.blog_details .career_enhance ol li {
  padding-bottom: 10px;
  list-style-type: decimal;
  color: #62687a;
  font-size: 14px;
}
.blog_details .career_enhance ol li strong {
  color: #333;
  font-size: 14px;
}
.blog_details .career_enhance li {
  padding-bottom: 10px;
  list-style-type: disc;
  color: #62687a;
  font-size: 14px;
}

.newbloglist {
  background: #f7f8fc !important;
}
.newbloglist .listwrap {
  margin-top: -210px !important;
}
.newbloglist .listwrap .brdcam a {
  padding: 0;
}
.newbloglist .blogrgtsearch .search-sec {
  margin-bottom: 40px;
  position: relative;
}
.newbloglist .blogrgtsearch .search-sec input[type=text] {
  margin: 0;
  padding: 8px 13px;
  border: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 146.02%;
  color: #505e73;
  border: 2px solid #bc9654;
}
.newbloglist .blogrgtsearch .search-sec .blogC {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
.newbloglist .blogrgtsearch .search-sec .blogC input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #505e73;
  background: url(../images/search_icon.png) center center no-repeat #bc9654 !important;
  border-radius: 0;
}
.newbloglist #relatedcourseslide .blog_list {
  background: url(../images/Management.png) 193% 131% no-repeat #71D8D8;
  width: 340px;
  height: 340px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.newbloglist #relatedcourseslide .blog_list h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.newbloglist #relatedcourseslide .blog_list h3 span {
  display: block;
  font-weight: 500;
}
.newbloglist #relatedcourseslide .blog_list p {
  padding-top: 20px;
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  font-weight: 600;
}
.newbloglist #relatedcourseslide .blog_list .relcourse-logobot {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.newbloglist #relatedcourseslide .blog_list .relcourse-wave {
  position: absolute;
  top: 0;
  right: 0;
}
.newbloglist #relatedcourseslide .blog_list .relcourse-rgtimg {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.newbloglist #relatedcourseslide .fin {
  background: url(../images/finance.png) 170% 103% no-repeat #23B100;
}
.newbloglist #relatedcourseslide .bus {
  background: url(../images/Business.png) 124% 110% no-repeat #426780;
}
.newbloglist #relatedcourseslide .man {
  background: url(../images/Management.png) 193% 131% no-repeat #71D8D8;
}
.newbloglist #relatedcourseslide .it {
  background: url(../images/IT.png) 416% 130% no-repeat #FF522C;
}
.newbloglist #relatedcourseslide .eng {
  background: url(../images/Engineering.png) 160% 130% no-repeat #FFB700;
}

.lissingbanner-section.blognewban h2 {
  padding-top: 20px !important;
}

#frmBlogSearch select {
  background: url(../images/wht-downarrow.png) 96% center no-repeat #556479;
  border: 0;
  height: 40px;
  width: 100%;
  padding: 0 3%;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 15px;
  cursor: pointer;
}
#frmBlogSearch select option {
  border-top: 1px solid #fff;
  background: #5b6e88;
  color: #fff;
}

.bytagss {
  margin-top: 40px;
}

.findmoreco .fondcatbanner {
  position: relative;
  margin: 0 30px;
}
.findmoreco .fondcatbanner .fondcatbannertext {
  position: absolute;
  top: 30px;
  left: 30px;
}
.findmoreco .fondcatbanner .fondcatbannertext h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-bottom: 35px;
}
.findmoreco .fondcatbanner .fondcatbannertext h2 {
  color: #fff;
  font-size: 42px;
  text-transform: none;
  font-weight: 700;
  height: 154px;
  text-align: left;
  line-height: 44px;
}
.findmoreco .fondcatbanner .fondcatbannertext a {
  background: #586477;
  width: 152px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 16px;
}
.findmoreco .fondcatbanner .fondcatbannertext .c_button {
  background: #bc9654;
}

.location-map {
  background: url(../images/map-location.png) center 0 no-repeat #f7f8fc;
  padding: 20px 0;
  position: relative;
}
.location-map .loclist {
  background: rgba(247, 248, 250, 0.8);
  padding: 26px;
  border: 2px solid #fff;
  margin-bottom: 0;
  max-width: 1160px;
  width: 100%;
  margin-top: 410px;
}
.location-map .loclist ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.location-map .loclist ul h3 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.location-map .loclist ul li {
  background: url(../images/list_circle.png) 0 8px no-repeat;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #000000;
  padding-left: 26px;
  background-color: transparent !important;
}
.location-map .loclist ul li:hover {
  background: url(../images/list_circle_red.png) 0 8px no-repeat;
}
.location-map .loclist ul li a {
  color: #333;
}
.location-map .loclist .europe-list {
  width: 50%;
}
.location-map .loclist .europe-list li {
  display: inline-block;
  width: 23%;
}
.location-map .locserc_butt {
  background: url(../images/search-icon.svg) 19% center no-repeat #ffa834;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  max-width: 360px;
  margin: 0 auto;
  height: 68px;
  line-height: 68px;
  padding-left: 9%;
  display: block;
}

.all_catsec {
  display: flex;
}
.all_catsec .cat_searchpan.black {
  display: none;
}

.our_centres_form select {
  background-image: url(../images/selectarrow.png), url(../images/address.png);
  background-position: 98% center, 8px center;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #9f9f9f;
  appearance: none;
  height: 47px;
  margin-top: 10px;
  font-family: "Gotham";
}
.our_centres_form input[type=submit] {
  margin: 0 auto;
}
.our_centres_form .frm_divsrch {
  display: inline-block;
  width: 77%;
}

.citi_infotxt p {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #62687A;
  margin-bottom: 5px;
  text-align: left !important;
}
.citi_infotxt p strong {
  font-weight: 400;
}
.citi_infotxt p span {
  font-size: 14px !important;
}

.loc-traintxt {
  text-align: center;
  padding: 15px 0;
}

.venue_usefullinks {
  padding: 20px 0;
}
.venue_usefullinks h2 {
  padding-bottom: 20px;
}
.venue_usefullinks ul li {
  border: 1px solid #9a9a9a;
  min-height: 200px;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  width: 30%;
  margin-right: 3%;
}
.venue_usefullinks ul li h3 {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #202F44;
}
.venue_usefullinks ul li img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.venue_usefullinks ul li button, .venue_usefullinks ul li .y_btn {
  position: absolute;
  bottom: 20px;
}
.venue_usefullinks ul li .y_btn strong {
  line-height: 40px;
  text-align: center;
}

.traning_venuetitle {
  padding-bottom: 10px;
}

.loc_viewallbutt a {
  margin: 0 auto;
  display: block;
  width: 160px;
  text-align: center;
}
.loc_viewallbutt a strong {
  line-height: 42px;
}

.upcoming_coursemiami h2 {
  padding: 25px 0 15px 0;
  text-align: center;
  text-transform: none;
}

.viewcrsbutt {
  background: #FFA834;
  padding: 10px;
  display: block;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #070707;
  font-weight: 500;
}

.erro404 {
  text-align: center;
  padding-bottom: 50px;
}
.erro404 img {
  margin: 32px 0;
}
.erro404 .y_btn strong {
  width: 210px;
  line-height: 42px;
}

.error_submit {
  position: relative;
}

.contact {
  padding: 20px 0 0 0;
}
.contact .location .location_content {
  padding: 0 0 10px 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.contact .location .location_content .flg {
  display: inline-block;
  width: 42px;
}
.contact .location .location_content .flg img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  vertical-align: top;
}
.contact .location .location_content h2 {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  font-size: 24px;
  line-height: 40px;
}
.contact .location .location_content h3 {
  font-size: 30px;
  font-weight: 400;
  color: #202F44;
  margin-top: 11px;
}
.contact .location .location_content .contact_content {
  padding: 20px 0 0 0;
  color: #5A5A5A;
  font-size: 14px;
}
.contact .location .location_content .contact_content a {
  color: #5A5A5A;
}
.contact .location .location_content .contact_content .ctn {
  display: flex;
  align-items: center;
  margin: 0 20px 10px 0;
}
.contact .location .location_content .contact_content img {
  max-width: 100%;
  float: left;
  margin: 0 10px 0px 0;
}
.contact .contact_right {
  background: #202F44;
  padding: 25px 25px;
  -webkit-box-shadow: 2px 5px 5px 0px rgb(147, 147, 147);
  -moz-box-shadow: 2px 5px 5px 0px rgb(147, 147, 147);
  box-shadow: 2px 5px 5px 0px rgb(147, 147, 147);
}
.contact .contact_right .box_1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #404F66;
  margin-bottom: 20px;
}
.contact .contact_right .box_1 h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact .contact_right .box_1 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.contact .contact_right .box_1 .ctn {
  color: #B4C3D9 !important;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.contact .contact_right .box_1 .ctn a {
  color: #B4C3D9 !important;
}
.contact .contact_right .box_1 .ctn img {
  float: left;
  margin-bottom: 45px;
  margin-right: 13px;
}
.contact .contact_right p {
  font-size: 14px;
  color: #B4C3D9 !important;
  line-height: 20px;
}

.frm_pnl {
  background: url(../images/con_bk.png) 0 0 no-repeat #fff;
  min-height:660px !important;
  margin-top: 20px;
  background-size: 40%;
}
.frm_pnl .frm_sec {
  width: 62%;
  float: right;
  padding: 35px 0;
  padding-bottom: 0;
}
.frm_pnl .frm_sec h3 {
  margin-bottom: 15px;
}
.frm_pnl .frm_sec .p-0 {
  padding: 5px !important;
}
.frm_pnl .frm_sec .phn {
  width: 22%;
  float: left;
  margin: 0 10px 0 0;
}
.frm_pnl .frm_sec .phns {
  width: 74%;
  float: left;
}
.frm_pnl .frm_sec #w3review {
  width: 100% !important;
  padding: 9px;
  color: #6c6c6c;
}
#frmcontactUsPage textarea {
  width: 100%;
  border: 1px solid #4d4c4c;
  padding: 10px;
  color: #6F6F6F;
}

.frm_pnl .frm_sec .phns {
  width: 100%;
}

input#phone {
  width: 100%;
}

.lpo {
  width: 49%;
  position: relative;
}

.lpo2 {
  width: 100%;
  position: relative;
}

.lpo.iti {
  width: 100%;
  margin: 0 auto;
}

.rt {
  margin-right: 14px;
}

.your-say-block {
  background: #f6f8fb;
  margin: 0;
  padding: 20px 0;
}
.your-say-block .bd {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.your-say-block .bd .figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.your-say-block .bd .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.your-say-block .bd .text-block {
  margin: 0;
  padding: 0 0 0 30px;
}
.your-say-block .bd .text-block h3 {
  margin: 0;
  padding: 30px 0 13px 0;
  font-size: 30px;
  line-height: 36px;
  color: #202f44;
  font-weight: 400;
}
.your-say-block .bd .text-block span {
  margin: 0;
  padding: 0;
}
.your-say-block .bd .text-block span img {
  width: auto;
  object-fit: contain;
}
.your-say-block .bd .text-block p {
  margin: 0;
  padding: 15px 0 23px 0;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  color: #464646;
}
.your-say-block .form-bd {
  margin: 0 0 32px 0;
  padding: 35px;
  background: #202F44;
  width: 77%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 50;
  border: 1px solid #E7E7E7;
  box-shadow: 3px, 5px rgba(0, 0, 0, 0.25);
}
.your-say-block .form-bd form .item {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
.your-say-block .form-bd form .item .submit {
  color: #fff;
  padding: 0;
  width: 160px;
  height: 40px;
}
.your-say-block .form-bd form .item input {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 47px;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  color: #505E73;
}
.your-say-block .form-bd form .item input:focus-visible {
  border: 1px solid rgb(80, 94, 115);
  outline: 0;
}
.your-say-block .form-bd form .item select {
  font-size: 14px;
  line-height: 20px;
  color: #505E73;
  margin: 0;
  padding: 12px 18px;
  width: 100%;
  height: 47px;
  border: 1px solid rgb(80, 94, 115);
}
.your-say-block .form-bd form .item select :focus-visible {
  border: 1px solid rgb(80, 94, 115);
  outline: 0;
}
.your-say-block .form-bd form .item select:focus-visible {
  border: 1px solid rgb(80, 94, 115);
  outline: 0;
}
.your-say-block .form-bd form .item textarea {
  font-size: 14px;
  line-height: 20px;
  color: #505E73;
  margin: 0;
  padding: 12px 18px;
  width: 100%;
  height: 105px;
  border: 1px solid rgb(80, 94, 115);
}
.your-say-block .form-bd form .item textarea:focus-visible {
  border: 1px solid rgb(80, 94, 115);
  outline: 0;
}
.fdlogin .form-bd {
  width: 50%;
  position: absolute;
  right: 0;
  top: 24%;
  bottom: auto;
}
.fdlogin .bd .figure {
  height: auto;
  min-height: auto;
}
.fdlogin .bd .figure img {
  height: 440px;
  object-fit: inherit;
}
.fdlogin .bd .text-block h3 span {
  font-size: 14px;
  display: block;
  font-style: italic;
  line-height: 20px;
}

.item.y_btn {
  margin-bottom: 0 !important;
}

.reating {
  margin-top: -30px;
  margin-bottom: 29px;
}

.testomo_feedback {
  background: url(../images/banner-wave.svg) 0 0 no-repeat;
}
.testomo_feedback h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #202F44;
  margin-top: 100px;
}
.testomo_feedback h2 span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #8396B1;
  display: block;
}
.testomo_feedback a {
  width: 160px;
  margin-top: 50px;
}

.testimonials.bg {
  padding-top: 40px;
}

.commn_icon {
  padding: 0 30px 10px 0;
  margin-bottom: 0px !important;
}

.basic_toptitle {
  margin-bottom: 20px;
}

.content_sec {
  padding-top: 20px;
  background: #f7f8fc;
  padding-bottom: 100px;
}
.content_sec .col-md-4 {
  padding-right: 5px;
}
.content_sec .lt_wrp {
  background: #f7f8fc;
  padding: 20px;
  border-radius: 10px;
}
.content_sec .lt_wrp h2.is-title {
  font-size: 32px;
  font-weight: 400;
  color: #202f44;
  margin-top: 0px;
  margin-bottom: 20px;
}
.content_sec .lt_wrp br {
  display: none;
}
.content_sec .lt_wrp ul {
  margin-bottom: 20px;
}
.content_sec .lt_wrp ul li:nth-child(even) {
  margin-right: 0 !important;
}
.content_sec .lt_wrp ul li {
  color: #fff;
  color: #fff;
  display: inline-block;
  width: 45.8%;
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 15px;
}
.content_sec .lt_wrp ul li .menu-image {
  background-color: #586477;
  background-image: url(../images/small-wave.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 20px;
  border-radius: 8px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.content_sec .lt_wrp ul li .menu-image img {
  height: 100px;
}
.content_sec .lt_wrp ul li a {
  margin-bottom: 11px;
  font-weight: 600;
  color: #586477;
}
.content_sec .lt_wrp ul li a:hover {
  color: #202f44 !important;
}
.content_sec .lt_wrp ul li:hover .menu-image {
  background-color: #202f44;
}
.content_sec .lt_wrp .lft_accridiation h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.content_sec .lt_wrp .lft_accridiation .wht {
  background: white;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  padding: 7px;
}
.content_sec .lt_wrp .lft_accridiation p {
  font-size: 14px;
  font-weight: 400;
  color: #202f44;
  line-height: 23px;
  text-align: left;
  margin: 25px 0 20px 0;
}
.content_sec .lt_wrp .lft_accridiation img {
  margin: 0 auto;
}
.content_sec .rt_wrp h3 {
  font-size: 20px;
  font-weight: 400;
  color: #202F44;
  margin-bottom: 11px;
}
.content_sec .rt_wrp p {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #202f44;
  margin-bottom: 5px;
}
.content_sec .rt_wrp h4 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #202F44;
  margin-bottom: 10px;
}
.content_sec .rt_wrp ul, .content_sec .rt_wrp ol {
  padding-left: 0px;
}
.content_sec .rt_wrp ul li, .content_sec .rt_wrp ol li {
  color: #202f44;
  padding-bottom: 12px;
  background: url(../images/list-icon2.png) 0 5px no-repeat;
  padding-left: 35px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
}
.content_sec .rt_wrp .get_in_touch {
  background-color: #f7f8fc;
  padding: 15px;
  margin: 20px 0;
  border: 0;
  border-radius: 10px;
}
.content_sec .rt_wrp .get_in_touch a {
  color: #000;
}
.content_sec .rt_wrp .get_in_touch h3 {
  font-size: 32px;
  color: #202f44;
  font-weight: 600;
}
.content_sec .rt_wrp .get_in_touch p {
  font-size: 16px;
}
.content_sec .rt_wrp .get_in_touch input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  outline: none;
  border: 0;
}
.content_sec .rt_wrp .get_in_touch input[type=submit] {
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #202f44;
  border: 1px solid #202f44 !important;
  background: none !important;
  margin: 0 auto !important;
  display: block;
}
.content_sec .rt_wrp .get_in_touch textarea {
  width: 100%;
  padding: 15px;
  height: 180px;
  border: 0;
  outline: none;
  resize: none;
}
.content_sec .rt_wrp .get_in_touch select {
  width: 100%;
  height: 48px;
  border: 0;
  outline: none;
  background: #fff;
  padding-left: 5px;
  color: #757373;
}
.content_sec .rt_wrp .get_in_touch #btnbespoke, .content_sec .rt_wrp .get_in_touch #btnexecutive {
  padding-top: 0;
  padding-bottom: 0;
  width: 150px;
}

.error_div input[type=email], .error_div input[type=text], .error_div input[type=password], .error_div select, .error_div textarea {
  border: 1px solid red !important;
  width: 100%;
}
.error_div span {
  position: absolute;
  /*top: 0;*/
  right: 0px;
  background: red !important;
  padding: 3px 5px;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2117647059);
  font-weight: 500;
  border-bottom-left-radius: 10px;
}

form#frmexecutive {
  padding: 0 15px 0 15px;
}

#your-date {
  color: #666;
}

.lt_wrp .active .menu-image {
  background-color: #202f44 !important;
}
.lt_wrp .active a {
  color: #202f44 !important;
}

.r_now .y_btn {
  display: block;
  width: 160px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/viewdtls-arrow.png) 90% 50% no-repeat #bc9654 !important;
  border-radius: 50px;
}

.crt_pop_hd img {
  cursor: pointer;
}

.tops {
  margin: 15px 0;
  width: 100%;
}

.lpo {
  width: 49%;
  position: relative;
}

.lpo2 {
  width: 100%;
  position: relative;
}

.alertBox, .alertcartBox {
  background: rgba(0, 0, 0, 0.6392156863);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
}
.alertBox .alertBoxInner, .alertBox .alertcartBoxInner, .alertcartBox .alertBoxInner, .alertcartBox .alertcartBoxInner {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 600px;
  text-align: center;
}
.alertBox .alertBoxInner .okBtn, .alertBox .alertcartBoxInner .okBtn, .alertcartBox .alertBoxInner .okBtn, .alertcartBox .alertcartBoxInner .okBtn {
  background: #ffbe4c;
  width: 170px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  margin-right: 5px;
}
.alertBox .alertBoxInner .ckBtn, .alertBox .alertcartBoxInner .ckBtn, .alertcartBox .alertBoxInner .ckBtn, .alertcartBox .alertcartBoxInner .ckBtn {
  background: #212c37;
  width: 170px;
  display: block;
  text-align: center;
  padding: 15px;
  margin-bottom: 45px;
  color: #fff;
}
.alertBox .popup_footer.alertfot.cartfoot, .alertcartBox .popup_footer.alertfot.cartfoot {
  display: flex;
  justify-content: space-between;
  background: #d5d9dd !important;
}
.alertBox .popup_footer.alertfot.cartfoot ul, .alertcartBox .popup_footer.alertfot.cartfoot ul {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 14px;
  padding-left: 35px;
}
.alertBox .popup_footer.alertfot.cartfoot ul li, .alertcartBox .popup_footer.alertfot.cartfoot ul li {
  margin: 0 5px;
}
.alertBox .popup_footer.alertfot.cartfoot ul li a, .alertcartBox .popup_footer.alertfot.cartfoot ul li a {
  color: #262626 !important;
}

.lt_wrp h3 {
  color: #202f44;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.alertBoxInner p, .alertcartBoxInner p {
  padding: 25px;
  font-weight: 500;
  color: #000;
}

.main_bt_sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

a#pagination {
  display: block;
}

.confirmBox_del .confirmBox {
  background: rgba(0, 0, 0, 0.6392156863);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
}
.confirmBox_del .confirmBox .confirmBoxInner {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 600px;
  text-align: center;
  padding-top: 25px;
}
.confirmBox_del .confirmBox .btnOk {
  background: #ffbe4c;
  width: 170px;
  display: block;
  text-align: center;
  margin-right: 5px;
}
.confirmBox_del .confirmBox .cancelBtn {
  background: #212c37;
  width: 170px;
  display: block;
  text-align: center;
  color: #fff;
}

#frmbespoke {
  padding: 0 18px;
  margin-top: 20px;
}

#dwnOutLine, #pdfDownload, #dnloadMenuPDF, #bookQuote, #dnloadSchedule {
  padding: 0 10px 0 15px;
}

span.phEmsg {
  position: absolute;
  top: 0;
  right: 0px;
  background: red !important;
  padding: 3px 5px;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.21);
  font-weight: 500;
  border-bottom-left-radius: 10px;
}

.error_div2 input[type=text] {
  border: 1px solid red !important;
}

.rt_wrp h2 {
  margin-bottom: 10px;
}

.testomo_feedback.course_today {
  position: relative;
  background-color: #fff;
  border: 1px solid #ededed;
}
.testomo_feedback.course_today .container {
  padding: 0;
}
.testomo_feedback.course_today img {
  height: 140px;
  float: right;
  margin: 15px;
}
.testomo_feedback.course_today h2 {
  margin-top: 0;
}
.testomo_feedback.course_today .y_btn {
  margin-top: 20px;
}
.testomo_feedback.course_today .leftpann {
  padding: 36px 0 0 34px;
  text-align: left;
}
.testomo_feedback.course_today .leftpann a {
  margin-top: 20px;
}

.newcontentpg .listwrap {
  margin-top: -280px !important;
}
.newcontentpg .rt_wrp {
  padding-top: 20px;
}


.contentbanner .container {
  top: 155px !important;
}
.contentbanner .skylinee {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.contentbanner .dyn-img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  width:100px;

  max-height: 170px;
}

.contact .location .location_content {
  margin-top: 15px;
}

.contact .container.listwrap {
  min-height: auto !important;
}

.confirmBox_del {
  z-index: 99999 !important;
  position: relative;
}

.faq-block {
  margin: 0;
  padding: 30px 0 30px 0;
}
.faq-block .wrapper ::-webkit-scrollbar {
  width: 0.5em;
}
.faq-block .wrapper ::-webkit-scrollbar-track {
  box-shadow: 0 0 2px #808080;
}
.faq-block .wrapper ::-webkit-scrollbar-thumb {
  background: #FFA834;
}
.faq-block .wrapper ::-webkit-scrollbar-thumb:hover {
  background: #cf7f16;
}
.faq-block .wrapper .frequently_tab {
  overflow: auto;
  scrollbar-color: #FFA834 #808080;
  scrollbar-width: thin;
  margin-bottom: 10px;
}
.faq-block .wrapper .frequently_tab .bd h3 {
  background: transparent;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  font-weight: 400;
  border: 0;
  text-align: left;
  width: 80%;
  position: relative;
  margin-top: 35px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}
.faq-block .wrapper .frequently_tab .bd h3 :after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 0;
  background: url(../images/plus-icon.png) 0 0 no-repeat !important;
}
.faq-block .wrapper .frequently_tab .bd h3:nth-child(1) {
  margin-top: 0 !important;
}
.faq-block .wrapper .frequently_tab .bd .ui-state-active {
  position: relative;
}
.faq-block .wrapper .frequently_tab .bd .ui-state-active :after {
  display: none;
}
.faq-block .wrapper .frequently_tab .bd .ui-state-active :before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 0;
  background: url(../images/m-icon.png) 0 0 no-repeat !important;
}
.faq-block .wrapper .frequently_tab .bd div {
  margin-bottom: 20px;
}
.faq-block .wrapper .frequently_tab .bd div p {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19.99px;
  color: #62687A;
  width: 600px;
}
.faq-block .wrapper .button-block {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.faq-block .wrapper .button-block .y_btn strong {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
}

input, textarea, button, select {
  outline: none;
  font-family: "Gotham";
  font-weight: 400;
}

.commom_hlf.crt_half.rgt {
  margin-left: 3px !important;
  margin-right: 0 !important;
  float: right;
}

.commom_hlf.crt_half input[type=text] {
  width: 100%;
}

#frmbilling #country_dropdownb {
  color: #fff;
}

.cart_mandatory {
  font-size: 13px;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  color: #464646;
  font-style: italic;
  margin-bottom: 8px;
  font-weight: 400;
}

.cartthanks {
  text-align: center;
  margin-top: 26px !important;
  padding-top: 10px !important;
}

.cartthanks h2 {
  font-size: 37px;
  font-weight: 700;
  color: #383737;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.cartthanks h2 span {
  font-size: 21px;
  display: block;
  font-weight: 500;
  color: #5e5d5d;
  line-height: 21px;
}

.cartthanks h3 {
  font-size: 21px;
  font-weight: 400;
  color: #575757;
  padding-bottom: 30px;
}

.thanks-backbutt {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.cartthank_moreinfo {
  margin-top: 50px;
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 50px;
}

.cartthank_moreinfo h4 {
  font-size: 19px;
  font-weight: 500;
  color: #383737;
  padding-bottom: 20px;
}

.cartthank_moreinfo p {
  font-size: 20px;
  color: #bd9855;
  text-align: right;
}

.cartthank_moreinfo p span {
  font-size: 15px;
  color: #0f1a20;
  display: block;
  font-weight: 500;
}

.cartthank_moreinfo p a {
  color: #bd9855;
}

.cartcallthank {
  display: inline-block;
  vertical-align: top;
  border-right: 1px dashed #6a686b;
  margin-right: 15px;
}

.cartcallthank p {
  background: url(../images/thcall.png) 92% 10px no-repeat;
  padding-right: 58px;
  padding-bottom: 10px;
  line-height: 46px;
  background-size: 10%;
}

.cartemailthank p {
  text-align: left;
  background: url(../images/thmail.png) 0 10px no-repeat;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 46px;
  background-size: 10%;
}

.cartemailthank {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

#btnInvoicePayment, #btnInvoiceCreate, #btnCardPayment {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  height: 46px;
  text-align: center;
  line-height: 42px;
  width: 100%;
}

#btnInvoicePayment img, #btnInvoiceCreate img {
  width: auto;
  margin-top: 0px;
  margin-right: 2px;
}

#company_address {
    width: 100%;
    height: 50px;
    border: 1px solid #a2a8c3;
    padding-top: 15px;
}
textarea#company_address2{
      width: 100%;
    height: 50px;
    border: 1px solid #a2a8c3;
    padding-top: 15px;
    margin:5px 0;
    margin-bottom:15px !important;
}
.wrapper, .add_crz {
  position: relative !important;
}

.cart_confirmBox .confirmBoxInner {
  position: relative;
  left: 18px;
  right: 0;
  top: 28px;
  margin: 0 !important;
  width: 380px;
  height: 129px;
  text-align: center;
  background: url(../images/alert_mapbg.png) center 0 no-repeat #fff;
  border: 1px solid #ccc;
  padding: 0;
}

.cart_confirmBox .confirmBoxInner:before {
  position: absolute;
  content: "";
  top: -16px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

.cart_confirmBox .confirmBoxInner:after {
  position: absolute;
  content: "";
  top: -19px;
  left: -4px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 19px solid #dfdfdf;
  z-index: -1;
}

.cart_confirmBox .confirmBox {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 40px;
  background: none !important;
}

.cart_confirmBox .confirmBoxInner a.btnOk {
  margin: 1%;
}

.cart_confirmBox .confirmBoxInner a.cancelBtn {
  margin: 0;
  border: 0;
  cursor: pointer;
}

.cart_confirmBox .confirmBoxInner p {
  color: #464547;
  padding: 16px 0;
  font-size: 14px;
}

.popup_footer.alertfot {
  background: transparent !important;
}

.cartorddtls p label.bill_lable {
  height: 60px;
  line-height: 60px;
}

.innerfull_cart_body .cart_page_act {
  display: none;
}

.innerfull_cart_body {
  padding: 40px 0 0 0;
}

.innerfull_cart_body .thankyou_orderbanner {
  height: 137px;
  position: relative;
}

.innerfull_cart_body .thankyou_orderbanner .our_centres_text {
  top: 20px;
  padding: 20px;
  left: 13px;
  right: auto;
  height: 106px;
  border-top: 0;
}

.our_centres_text {
  position: absolute;
  top: 72px;
  width: 750px;
  border: 1px solid #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 90px;
  border: 2px solid rgba(250, 250, 250, 0.3);
  padding: 22px;
  padding-right: 20px;
  padding-right: 0;
}

.our_centres_text h2 {
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
}

.thankyou_orderbanner .our_centres_text h2 span {
  font-size: 20px;
  line-height: 20px;
  padding-top: 0;
  display: block;
}

.cartorddtls p textarea {
  height: 60px !important;
  padding-top: 20px !important;
}

.add_crz {
  border: 1px solid #bc9654;
  color: #bc9654;
  font-size: 17px;
  line-height: 20px;
  background: url(../images/add-courses.png) 90% center no-repeat;
  padding: 14px 1px 14px 0;
  margin: 0 0 0;
  display: block;
  width: 132px;
  background-size: 8%;
}

.innerfull_cart_body .cart_bottomproceedsec a {
  background: url(../images/readmore-icon-wh.svg) 95% center no-repeat #ffa834 !important;
  text-align: left;
  cursor: pointer;
  width: 285px;
  display: inline-block;
}

.breadcrumb {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  padding: 0;
}

.breadcrumb li:first-child.actves a::before, .breadcrumb li:first-child.actves a::after, .breadcrumb li a::before, .breadcrumb li a::after {
  display: none;
}

.breadcrumb li a {
  color: #9d9d9d;
  font-weight: 300;
  text-transform: none;
  /*padding: 0 30px;*/
  width: 96%;
  display: block;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  position: relative;
  float: left;
  padding: 0 17px 0 16px;
}

.breadcrumb li:first-child {
  margin-left: 0;
  text-align: left;
}

.breadcrumb li:last-child {
  margin-right: 0;
  text-align: right;
  float: right;
}

.breadcrumb li:last-child a {
  width: 45%;
  text-align: right;
  float: right;
  padding-right: 0;
}

.breadcrumb li:first-child a {
  width: 40%;
}

.breadcrumb li {
  /*margin: 0 120px;*/
  width: 33%;
  text-align: center;
}

.breadcrumb li.actves a {
  color: #4e4e4e;
  font-weight: 400;
}

.breadcrumb li.actves a {
  border-bottom: 1px solid #4e4e4e;
}

.top_section {
  padding-top: 30px;
}
.top_section .container {
  position: relative;
}

.innerfull_body {
  padding: 20px 0 0 0;
 min-height: auto;
}
.innerfull_body.wrapper.cartthanks {
    background: #f5f5f5;
    padding: 80px !important;
}
.innerfull_body.wrapper.cartthanks h3 {
    font-size: 31px;
    font-weight: 600;
}
.cart_page_act {
  background: #f6f6f6;
  border-top: 1px solid #e3e3e3;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart_page_dtls table th {
  color: #696969;
  font-size: 18px;
  line-height: 16px;
  text-transform: none;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  padding-bottom: 14px;
}

.cart_page_dtls table td {
  font-weight: 300;
}

.fled_sel {
  margin-top: 0;
  border: 1px solid #999;
  border-radius: 0;
  height: 24px;
  position: relative;
  width: 80px;
}

.cart_testmonials {
  max-width: 100%;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #acacac;
}

.right_cartes p {
  padding: 5px 0;
  font-size: 15px;
}

.cart_testithum, .right_cartes {
  display: inline-block;
  vertical-align: top;
}

.cart_testithum {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}

.right_cartes {
  /* float: right;*/
  width: 20%;
}

.right_cartes h4 {
  font-size: 20px;
  margin-bottom: 3px;
  color: #5e5a5a;
}

.cart_testmonials p {
  font-size: 17px;
  color: #696969;
  line-height: 22px;
  text-align: justify;
  display: inline-block;
  width: 67%;
  padding-top: 0;
  margin-top: 0;
}

.cart_page_dtls table td {
  border-bottom: 0;
}

.fled_sel input {
  font-size: 15px;
  font-weight: 400;
}

.fled_sel button#add, .fled_sel button#sub {
  background-color: none;
  font-size: 0;
}

.cartnew_lft {
  /*float: left;*/
  /*width: 810px;*/
}

.cartnew_rgt {
  float: right;
  width: 310px;
}

.cartnew_rgt h2 {
  color: #696969;
  font-size: 18px;
  line-height: 16px;
  text-transform: none;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  padding-bottom: 14px;
  margin-bottom: 25px;
}

.pay_gty a {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 214px;
  margin-right: 10px;
}

.butt_nort img {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  margin-top: 8px;
}

.newcartcard {
  margin-top: 10px;
}

.cartnew_lft.payment h2 {
  color: #2b2626;
  font-size: 18px;
  line-height: 16px;
  text-transform: none;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.cd_card, .c_paypayl {
  border: 1px solid #7a7a7a;
  padding: 15px;
  margin-bottom: 20px;
}

.cd_card h4, .c_paypayl h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.cd_card p, .c_paypayl p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.c_paypayl p {
  margin-bottom: 0;
}

.cd_card .cart_ritdv, .cartnew_lft.userdtls .cart_lftdv {
  float: none;
  width: auto;
}

.cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3 {
  color: #202f44;
  font-size: 18px;
  line-height: 16px;
  text-transform: none;
  font-weight: 500;
  padding-bottom: 14px;
  margin-bottom: 5px;
}
.paymts.paymentmethod h3 {
    padding-bottom: 25px !important;
}
.frmsd.gui {
    /*border: 1px solid #757575;*/
    padding: 17px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #ffffff0d;
}
.cartnew_lft.userdtls .cart_lftdv input[type=email], .cartnew_lft.userdtls .cart_lftdv input[type=text], .cartnew_lft.userdtls .cart_lftdv input[type=tel], .cartnew_lft.userdtls .cart_lftdv textarea, .cart_lftdv select {
    border: 0;
    height: 50px;
    font-weight: 400;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    width: 99.5%;
    display: inline-block;
    border-radius: 5px;
}

.cartnew_lft.userdtls .cart_lftdv .commom_hlf.phno, .cartnew_lft.userdtls .cart_lftdv .commom_hlf {
    width: 100%;
    margin-left: 0;
    display: inline-flex;
    position: relative;
    margin-right: 0;
    margin-bottom: 0px;
}

.date_venunc .venuuu {
  background: url(../images/loc_ic1.png) 0 center no-repeat;
  padding-top: 1px;
  padding-left: 25px;
}

.date_venunc .dattte {
  background: url(../images/cal.png) 0 center no-repeat;
  padding-left: 30px;
  background-size: 24px;
  padding-bottom: 3px;
}

.date_venunc span {
  font-family: "Gotham";
  color: #4b4d4f;
  font-size: 14px;
  font-weight: 300;
  padding-left: 0;
  margin-right: 10px;
  line-height: 40px;
}

.venf .flag {
  margin-right: 5px;
}

.cart_testmonials.rgt {
  /*width:100%;*/
  margin-top: 25px;
}

.cart_testmonials.rgt .right_cartes {
  width: 70%;
}

.fled_sel button#sub, .fled_sel button#add {
  background: #ebebeb;
  border-radius: 0;
  position: absolute;
  right: -3px;
  height: 11px;
  width: 20px;
  top: -3px;
  border-left: 1px solid #999 !important;
}

.fled_sel button#add {
  background: url(../images/c_toparrow.png) center center no-repeat #ebebeb;
  color: #fff;
  text-align: center;
  border: 0;
  float: right;
  cursor: pointer;
  margin: 3px 3px 3px 0;
}

.fled_sel button#sub {
  bottom: -3px;
  top: auto;
  right: 0px;
  background: url(../images/c_botarrow.png) center center no-repeat #ebebeb;
  color: #fff;
  text-align: center;
  border: 0;
  border-top: 1px solid #999;
  float: left;
  cursor: pointer;
  margin: 3px 0 3px 3px;
}

.fled_sel input {
  margin: 0;
  position: absolute;
  top: -2px;
  border: 0;
  background: none;
  padding: 5px;
  text-align: center;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  color: #464547;
}

.alertBoxInner p {
  padding: 20px;
  margin-bottom: 0;
}

.ttledel {
  text-align: left;
}

.cartnew_rgt .prdelg {
  margin-bottom: 0;
  border-bottom: 0;
  /*width: 182px;*/
  font-weight: 300;
  text-transform: uppercase;
}

.cartnew_rgt .prdelg input[type=text] {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000 !important;
  line-height: 30px;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  background: none;
  width: 100%;
  font-size: 12px;
}

.cartnew_rgt .prdelg.promocodee {
  margin-top: -11px;
}

.cartnew_rgt .prdelg span {
  float: right;
}

.cartnew_rgt .ttledel {
  border-top: 1px solid #d7d7d7;
  border-bottom: 0;
}

.cartnew_rgt .imm_tott {
  /*width: 182px; */
  font-weight: 400;
  text-transform: uppercase;
}

.cartnew_rgt .imm_tott strong {
  float: right;
  /* font-weight:400; */
}

.wht_bgcard {
  /* background: #fff; padding: 15px; */
}

.checknergt {
  width: 390px;
  padding: 20px !important;
  background: #fff;
  position: relative;
}

.pay_secu {
  float: right;
}

/* .checknergt .butt_nort img{float: right;} */
.cartnew_lft.userdtls .commom_hlf.phno {
  text-align: left;
  float: none;
}

.cartnew_lft.userdtls .commom_hlf.min {
  float: right;
  /* margin-left: 1px; */
  width: 49% !important;
}

.cartnew_lft.userdtls .cart_lftdv textarea {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 1%;
  width: 100%;
  resize: none;
}

.cartnew_lft.userdtls select {
  background: url(../images/c_botarrow.png) 98% center no-repeat #fff;
  width: 99.9%;
  height: 41px;
  padding-left: 1px;
  color: #878787;
}

.cart_ritdv.cardpayment .card_number input[type=text], .cart_ritdv.cardpayment input[type=password], .cart_ritdv.cardpayment select, .card_holdername input[type=text] {
  border: 1px solid #7a7a7a;
  height: 40px;
  font-weight: 400;
  /*width: 96%;*/
  padding: 0 1.6%;
  margin-right: 0;
  margin-left: 0;
  background: #fff;
  color: #757070 !important;
}

.card_holdername input[type=text] {
  color: #000 !important;
}

.cart_footer {
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.thankyou_orderbanner {
  margin-top: 0 !important;
}

.brd_cam {
  clear: both;
  margin-top: 40px;
}

.cart_ritdv.cardpayment .card_number, .cart_ritdv.cardpayment .cvv_number, .cart_ritdv.cardpayment .exp_date {
  display: inline-block;
  /*vertical-align:top;*/
}

.cart_ritdv.cardpayment .card_number {
  width: 496px;
}

.cart_ritdv.cardpayment .card_number input[type=text] {
  width: 96%;
}

.cart_ritdv.cardpayment .exp_date select {
  width: 80px;
  margin-right: -5px;
  text-align: left;
  height: 42px;
}

.cart_ritdv.cardpayment .cvv_number {
  width: 110px;
  margin-left: 9px;
}

.cart_ritdv.cardpayment .cvv_number input[type=password] {
  width: 65%;
  padding-left: 7.6%;
  display: inline-block;
}

.cart_ritdv.cardpayment .card_holdername {
  width: 100%;
}

.cart_ritdv.cardpayment .card_holdername input[type=text] {
  width: 97%;
  padding-left: 1%;
}

.menu_logosec .logo.abort-cart.logo {
  margin-left: 0px;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.p_later button {
  font-size: 12px !important;
  color: #253038 !important;
}

.r_now button {
  background: #ffa834;
  height: 40px;
  text-transform: uppercase;
  color: #000;
}

.continue_buttt {
  background: #ffa834;
  float: none;
  display: block;
  text-align: center;
  color: #000;
  width: 214px;
  margin-right: 10px;
  padding-right: 0;
  padding-left: 0;
  margin-top: 20px;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
}

.c_paypayl label {
  display: inline-block;
}

.c_paypayl img {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
}

.cd_card label {
  display: inline-block;
}

.cd_card img {
  display: inline-block;
  vertical-align: middle;
}

.cardpayment label {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.i_agre, .i_agre strong a {
  color: #7a7a7a;
}

.i_agre {
  margin-top: 35px;
  margin-bottom: 20px;
}
.i_agre input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #202f44;
  float: left;
  display: block;
  position: relative;
  appearance: checkbox;
  margin-top: 2px;
  margin-right: 10px;
}

.continue_buttt.bk {
  background: url(../images/left_bkarrow.png) 4px center no-repeat !important;
  /* border: 1px solid #acacac !important; */
  color: #696969 !important;
  margin-top: 0px;
  text-align: left;
  padding-left: 20px;
  width: 140px;
  margin-top: 0;
  /*position: absolute;
  bottom: 57px;*/
}

.ordernn {
    background: #e6e8f4;
    padding: 20px 50px !important;
    max-width: 740px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
}
.ordernn .lpo2, .ordernn .lpo {
  margin: 0;
  width: 100%;
}

.dir_payment {
  /* margin-bottom: 50px; */
}

.cr_label {
  margin-right: 10px;
}

.continue_buttt.bk.desk {
  display: block;
  position: absolute;
  top: -65px;
  left: 0;
}

.continue_buttt.bk.mob {
  display: none;
}

.cardpayment label.helpicon {
  width: 20px;
  margin-top: 0;
}

.i_agre strong {
font-style:normal;
  font-weight: 500;
  color: #202f44;
  font-size: 14px;
}

.helpicon:hover .cvv_ex {
  left: -136px;
  top: -222px;
}

.cart_testmonials.desk {
  display: block;
}

.cart_testmonials.mob {
  display: none;
}

.cart_addoff {
  display: none;
}

.add_crz {
  border: none !important;
  color: #696969 !important;
  margin-top: 20px !important;
  position: absolute;
}

.cart_page .cart_page_dtls table td {
  padding-bottom: 10px;
  padding-top: 22px;
}

/*.cartnew_lft.userdtls .cart_lftdv input[type="email"]{padding-left: 0.9%;}*/
.term_btn input[type=submit] {
  background: none !important;
  border: 1px solid #acacac !important;
  color: #696969 !important;
}

.cart_testmonials.rgt p {
  width: auto;
  margin-top: 10px;
}

.dtdesk {
  display: block;
}

.dtmob {
  display: none;
}

.add_crz.mob {
  display: none;
}

/*======payment page=======*/
.invoice_numbersec, .invoice_yourinfo {
  background: inherit;
  padding: 0;
  margin-bottom: 0;
}

.inv_country select {
  margin-bottom: 0;
}

.inv_dtlstab a.nextt, .inv_confirmtab a.next_butt, .cardpayment input[type=submit].paynou {
  display: inline-block;
  vertical-align: top;
  width: 214px;
  margin-right: 0;
  padding: 0;
  margin-top: 10px;
}

.inv_dtlstab a.nextt strong {
  line-height: 48px !important;
}

.invoice_numbersec .right_invnumber input[type=text], .invoice_numbersec .right_payreason input[type=text], .invoice_yourinfo input[type=text], .invoice_yourinfo textarea, .invoice_yourinfo select, .invoice_numbersec .right_invnumber.paymenttab select {
  border: 1px solid #7a7a7a;
}

.invoice_yourinfo select {
  background: url(../images/c_botarrow.png) 96% center no-repeat #fff;
}

.right_invnumber.paymenttab select {
  background-image: url(../images/c_botarrow.png) !important;
  background-position: 90% center !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
}

.promoright input[type=radio]:checked + label::before, .promoright input[type=radio]:not(:checked) + label::before {
  border-color: #ccc;
}

.promoright input[type=radio]:checked + label::after, .promoright input[type=radio]:not(:checked) + label::after {
  background: #7a7a7a;
}

.invoice_numbersec p.doyouhave {
  color: #202F44;
  font-size: 18px;
  line-height: 16px;
  text-transform: none;
  font-weight: 400;
}

.promoright input[type=radio]:checked + label, .promoright input[type=radio]:not(:checked) + label {
  font-weight: 300;
}

.invoice_numbersec.yourpayment .left_invnumber {
  float: none;
}

.invoice_yourinfo div.inv_email, .invoice_yourinfo div.inv_country, .invoice_yourinfo div.inv_post {
  margin-right: 10px;
}

.inv_post #postcode {
  width: 100%;
}

.invoice_yourinfo input[type=text].phn_numb {
  width: 98%;
  float: none;
}

.invoice_yourinfo div.inv_city, .invoice_yourinfo div.inv_state, .invoice_yourinfo div.inv_post {
  width: 32.4%;
}

.invoice_yourinfo div.inv_post, .invoice_yourinfo div.inv_country {
  margin-right: 0;
}

.invoice_yourinfo div.inv_country {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.onpay .card_number {
  width: 100% !important;
}

.onpay .cardpayment.label label {
  width: auto !important;
}

.inv_carddtlstab {
  background: none;
  padding: 0;
}

.onpay .cvv_number {
  width: 154px !important;
  margin-left: 11px !important;
}

.onpay .exp_date select {
  width: 131px !important;
}

.onpay .cvv_number input[type=password] {
  width: 73% !important;
}

.onpay .we_accept label.cr_label {
  width: auto !important;
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
}

.invoice_numbersec .right_invnumber.paymenttab select {
  height: 42px;
  font-weight: 400;
  font-size: 14px;
}

.invoice_numbersec .right_invnumber input[type=text], .invoice_numbersec .right_payreason input[type=text], .invoice_yourinfo input[type=text], .invoice_yourinfo select {
  height: 40px;
  font-weight: 400;
  font-size: 14px;
}

.invoice_numbersec .right_invnumber input[type=text], .invoice_numbersec .right_payreason input[type=text], .invoice_yourinfo input[type=text], .invoice_yourinfo textarea, .invoice_yourinfo select, .invoice_numbersec .right_invnumber.paymenttab select {
  height: 40px;
  font-weight: 400;
  font-size: 14px;
}

.inv_cardleft p strong {
  font-weight: 400;
}

.rgt_sc {
  float: right;
  margin-top: 15px;
}

.paynou {
  float: left !important;
}

.editorUl {
  text-align: left;
  line-height: 26px;
  padding: 0 30px;
  font-size: 14px;
}
.editorUl strong {
  color: #333;
}

.cart_ritdv.cardpayment {
  float: none;
  /*width: 100%;*/
}

#revolut_payment label {
  width: 100px;
  display: inline-block;
  margin-right: 23px;
  vertical-align: top;
  padding-top: 10px;
  font-weight: 300;
}

#revolut_payment input {
  
    border: 1px solid #7a7a7a;
    height: 49px;
    font-weight: 400;
    width: 100%;
    padding: 0 15px;
    margin-right: 0;
    margin-left: 0;
    font-family: "Gotham";
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: 0;
    border-radius:5px;
    margin-bottom:17px;
}

.card-section label {
  width: 100px !important;
  padding-top: 15px !important;
}

.card-section .rc-card-field {
  width: 100%;
  height: 40px;
  font-weight: 400;
  margin-right: 0;
  margin-left: 0;
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 8px 0px;
}

.checknergt .butt_nort.basketsucure {
  width: 100%;
  margin-top: 30px;
}

.card-section {
  margin-top: 4px;
  background: #fff;
  padding:0 15px;
  border-radius:5px;
}

.btnppl {
  background: inherit !important;
  padding: 0 !important;
}

.btnppl img {
  width: auto;
  height: auto;
  margin-top: 0;
  vertical-align: top;
  /* float: right; */
}

.sucupan {
  margin-top: 0;
}

#btnCardPayment {
  display: inline-block;
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 400;
}

#btnCardPayment img {
  width: auto;
  margin-top: 0;
  margin-right: 5px;
}

.secure_text {
  margin-top: 15px;
  font-size: 13px;
  color: #aaa;
}

.secure_text img {
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
}

.neworderopti {
  border: 0;
  /* background: #f2f2f2; */
  padding: 0;
}

.neworderopti label {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 0;
}

.pay_gty .butt_nort {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#btnPaypal {
  width: 100%;
  background: #ffc43a !important;
  margin-top: 0;
  padding: 0 !important;
  height: 49px;
  text-align: center;
}

.rigtsucu {
  float: right;
}

.butt_nort.basketsucure {
  width: auto;
}

.neworderopti img {
  float: right;
  margin-top: -4px;
}
.chk-container .user-wrapmax{
        max-width: 840px;
}
.chk-container .user-wrapmax .ordernn{
        max-width: 840px;
}
.chk-container .sums {
    width: 42%;
    float: right;
    max-width: 410px;
    padding: 20px 0px;
    margin-bottom: 50px;
    position: sticky;
    top: 0;
    right: 0;
}
.uid.cartrtsec {
    width: 100% !important;
    max-width: 100%;
}
.chk-container .user-wrapmax .uid {
        max-width: 414px !important;
}
.checkoutwrpinvcrt {
    margin: 0 20px;
    width: 96%;
}
select#country_dropdownb {
    background: #202f44;
    color:#fff;
}
.checkoutwrpinvcrt p {
    margin: -30px 0 20px -12px;
}
.checkoutwrpinvcrt h3 {
    margin: 0 0 0 -14px;
}
.checkoutwrp {
  padding: 20px 3%;
  margin-top: -19px;
  padding-bottom: 50px;
    background: #f7f8fc;
    display:grid;
}

#selCurrency {
  margin-right: 0 !important;
  height: 42px !important;
}

.invoice_numbersec .right_invnumber input[type=text] {
  width: 100%;
  padding-left: 10px;
}

.cartfoot ul li a {
  color: #000 !important;
}

.cardbookinactve {
  background: #ccc !important;
  cursor: auto !important;
  border: 0;
}

.cart_testmonials.desk.dark, .cart_testmonials.mob.dark {
  padding: 15px;
  border: 0;
  box-shadow: 1px 3px 7px 5px #d5d5d5;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 92%;
  margin: 0 auto;
}

.cart_testmonials.desk.dark .cart_testithum {
  /* box-shadow: 1px 2px 5px #8a8a8a; */
  border: 1px solid #000;
}

.positiobt {
  position: absolute;
  bottom: 15px;
  width: 90%;
}

.order-msgg {
  background: #eee;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: -10px;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  display: none;
  box-shadow: 0 5px 5px #cecaca;
}

.order-msgg.succ {
  background: #71be02;
  color: #fff;
  border: 1px solid #84cf18;
  font-size: 14px;
}

.order-msgg.err {
  background: #de2911;
  color: #fff;
  border: 1px solid #d72d16;
  font-size: 14px;
}

.paymenttheme .inv_cardright {
  float: right;
}

.dirpaysec {
  /* float: right; */
  /* margin-top: 10px; */
}

/* .dirpaysec .butt_nort{display: inline-block;
  width: 300px;
  vertical-align: top;} */
.dirpaysec .butt_nort #btnPaypal {
  margin-top: 0;
}

#btnPaypal img {
  height: 38px;
  margin-top: 6px;
}

.user-wrapmax {
  max-width: 750px;
  float: left;
}

.innerfull_body.dir_payment.cardpayment {
  margin-bottom: 0;
}

.innerfull_body.dir_payment.cardpayment .inv_cardright.checknergt {
  width: 510px;
  min-height: 350px;
}

.innerfull_body.dir_payment.cardpayment .inv_cardleft.ordernn {
  width: 100%;
  max-width: 560px;
  min-height: 350px;
}

.innerfull_body.dir_payment.cardpayment .cart_ritdv.cardpayment {
  width: auto;
}

/* .innerfull_body.dir_payment.cardpayment #revolut_payment input{
  width: 96%;
  margin-top: 10px;
} */
/*.innerfull_body.dir_payment.cardpayment #revolut_payment label{padding-top:0;}
 .innerfull_body.dir_payment.cardpayment .card-section .rc-card-field{
  width: 93.2%;
  margin-top: 10px;
} */
/* .innerfull_body.dir_payment.cardpayment .pay_gty a{width: 274px;} */
/* .dir_payment .invoice_yourinfo div{display: block; width: 100%; margin-right: 0;}
.dir_payment .invoice_yourinfo div input[type="text"]{padding-left:0; padding-left: 1%; width: 99%;}
.dir_payment .invoice_yourinfo div select{width: 100.2%; background-position: 99% 50%; padding-left: 7px;}
.dir_payment .invoice_yourinfo .error_div span{right: -1px;} */
.invoice_yourinfo div.inv_fname {
  width: 100%;
  display: block;
}

.invoice_yourinfo div.inv_city, .invoice_yourinfo div.inv_state, .invoice_yourinfo div.inv_post {
  margin-right: 0;
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
}

.invoice_yourinfo div.inv_city,
.invoice_yourinfo div.inv_state,
.invoice_yourinfo div.inv_post {
  width: 49.5%;
}

.userdtls .commom_full.min select {
  margin-bottom: 0;
}

.userinfo_frm .commom_full input[type=text] {
  padding-left: 1%;
  width: 100%;
}

.userinfo_frm .commom_full #country_dropdownb {
  background-position: 99% 50%;
  padding:0 10px;
  height:50px;
}

.course-list {
  margin-top: -15px;
  max-height: 80px;
  overflow-y: auto;
  margin-bottom: 5px;
  /* border-bottom: 1px solid #acacac; */
  /* scrollbar-color: red #000; */
  scrollbar-width: thin;
}

.cart-courlistt {
  padding-bottom: 4px;
}

.cart-courlistt h3 {
  font-size: 13px;
  line-height: 18px;
  color: #767676;
  font-weight: 500;
}

.cart-courlistt p {
  display: inline-block;
  font-size: 13px;
  color: #767676;
  font-weight: 500;
  padding-left: 20px;
  line-height: 19px;
  margin-bottom: 0;
}

.cart-courlistt p.c_date {
  background: url(../images/nc_dateicon3.png) 0 center no-repeat;
  background-size: 17%;
  margin-bottom: 0;
}

.cart-courlistt p.c_location {
  background: url(../images/loc_ic1.png) 0 center no-repeat;
  background-size: 24%;
  margin-bottom: 0;
}

.cart_page_dtls table td {
  border-bottom: 1px solid #dbdbdb !important;
}

.tb_border tr:last-child td {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.prdelg.yp {
  padding-top: 10px;
}

.prdelg.yp strong {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #bd9855;
  font-weight: 400;
}

.prdelg.yp span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 31px;
    color: #202f44;
  font-weight: 600;
}

.invoice_numbersec.yourpayment.payment-amount {
  /* margin-top: 15px; */
}

.invoice_numbersec.yourpayment.payment-amount p.doyouhave {
  padding-top: 0;
}

.invoice_numbersec.yourpayment.payment-amount .left_invnumber {
  display: inline-block;
  margin-bottom: 8px;
}

.inv_dtlstab {
  background: #fff;
  padding: 20px;
  border: 1px solid #ececec;
  /* width: 80%; */
  /* margin: 0 auto; */
}

.right_invnumber.paymenttab.rd {
  /* border: 1px solid #7a7a7a;
  padding: 9px 10px;
  width: 44.1%;*/
}

.right_invnumber.paymenttab.rd input[type=radio] {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.right_invnumber.paymenttab.rd label {
  display: inline-block;
  vertical-align: top;
}

.payy .nextt {
  float: left !important;
}

.payy .newcartcard {
  padding-top: 10px;
}

.payy .pay_secu {
  margin-top: 10px;
}

.right_invnumber.payy {
  margin-top: 0;
  float: right !important;
  width: 215px;
}

.newpayyy {
  /* width: 52%; */
  background: none;
  padding: 0;
  border: 0;
}

.newpayyy .invoice_numbersec p.doyouhave {
  display: block !important;
  margin-bottom: 10px !important;
}

.newpayyy #invoiceNumber {
  float: none;
  margin-bottom: 0px !important;
  width: 100% !important;
  position: relative;
}

.newpayyy .right_invnumber.paymenttab {
  width: 115px;
  float: right;
  position: relative;
}

.promorightnew {
  margin-bottom: 5px;
}

.newpayyy .invoice_numbersec p.doyouhave.firstp {
  display: inline-block !important;
  padding-right: 30px;
  line-height: 43px;
}

.payment_left {
  width: 49%;
  background: #fff;
  display: inline-block;
  padding: 15px;
  height: 229px;
}

.payment_rightpann {
  float: right;
  background: #fff;
  width: 49%;
  padding: 15px;
}

.newpayyy h3 {
  border-bottom: 1px solid #acacac;
  font-size: 18px;
  font-weight: 400;
  color: #696969;
  padding-bottom: 12px;
  margin-bottom: 14px;
  line-height: 18px;
}

.payment_left p.doyouhave.firstp, .payment_rightpann p.doyouhave {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 400;
  text-transform: uppercase;
}

.payment_rightpann p.doyouhave span {
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  text-transform: none;
  font-style: italic;
  line-height: 14px;
}

.payment_rightpann #invAmount {
  text-align: center;
}

.payment_rightpann .right_invnumber.paymenttab.rd {
  width: 50%;
}

.payment_rightpann .right_invnumber.payy {
  width: 270px;
}

.payment_rightpann .right_invnumber.payy a.nextt {
  width: 100%;
}

/* ===================== Radio button ================== */
.radio-buttons.currencytabb {
  position: relative;
  width: 294px;
}

.currencytabb .form-group {
  margin: 0;
  display: inline-block;
  width: 30%;
  text-align: left;
  vertical-align: top;
  position: relative;
}

.currencytabb input[type=radio] {
  display: none !important;
}

.currencytabb label {
  cursor: pointer;
  /* position: relative; */
  font-size: 14px;
  padding-left: 42px;
  line-height: 35px;
  color: #62687A;
}

.currencytabb label::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 39px;
  background: url(../images/gbp-icon2.png) 0 0 no-repeat;
  top: 0;
  left: 0;
  /*background-color: transparent;
   border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease; */
}

.currencytabb label::after {
  /* content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color:  rgb(177, 39, 108);;
  border: 2px solid  rgb(177, 39, 108);;
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease; */
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 39px;
  height: 39px;
}

.currencytabb input[type=radio]:checked + label::before {
  background: url(../images/gbp-icon2.png) 0 -40px no-repeat;
  width: 39px;
  height: 39px;
}

.invoice_numbersec .right_payreason input[type=text] {
  width: 100%;
  padding-left: 10px;
}

.currencytabb input[type=radio]:checked + label::after {
  /* transform: translateY(-50%) scale(0.55); */
}

.rdusd label::before {
  background: url(../images/usd-icon2.png) 0 0 no-repeat;
}

.rdusd input[type=radio]:checked + label::before {
  background: url(../images/usd-icon2.png) 0 -40px no-repeat !important;
}

.rdeuro label::before {
  background: url(../images/euro-icon2.png) 0 0 no-repeat;
}

.rdeuro input[type=radio]:checked + label::before {
  background: url(../images/euro-icon2.png) 0 -40px no-repeat !important;
}

.radio-buttons.currencytabb.yesnotab {
  width: 131px;
  border: 1px solid #bd9855;
  display: block;
  float: right;
  position: relative;
  height: 44px;
  margin-bottom: 20px;
}

.radio-buttons.currencytabb.yesnotab .form-group {
  width: 62px;
  position: inherit;
  vertical-align: top;
}

.radio-buttons.currencytabb.yesnotab label::before {
  background: none;
}

.radio-buttons.currencytabb.yesnotab input[type=radio]:checked + label::before {
  background: #bd9855 !important;
  /* top: 13px; */
  top: 0;
  height: 42px;
  width: 62px;
}

.radio-buttons.currencytabb.yesnotab input[type=radio]:checked + label span {
  color: #fff;
}

.radio-buttons.currencytabb.yesnotab label {
  padding-left: 0;
}

.radio-buttons.currencytabb.yesnotab label span {
  position: absolute;
  /* top: 18px; */
  top: 5px;
  text-align: center;
  width: 62px;
}

.radio-buttons.currencytabb.yesnotab label.nonn {
  right: -1px;
}

.radio-buttons.currencytabb.yesnotab label.nonn::before {
  left: 1px;
}

.inv-notab {
  text-align: center;
}

.inv-notab h3 {

  font-size: 18px;
  color: #5d5d5d;
  line-height: 14px;
}
.extpaymentpg h2 strong {
    font-size: 18px;
    font-weight: 400 !important;
}
.inv-notab h3 span {
  font-size: 23px;
  color: #5d5d5d;
  display: block;
  line-height: 30px;
}

.inv-notab h3 span.payment-reason {
  font-size: 14px !important;
  display: block;
  text-transform: none;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}

.right_invnumber.paymenttab.error_div span {
  top: -20px;
}

/* ===================== Radio button end ================== */
/*======payment page end=======*/
#otherReason {
  position: relative;
}

.commom_full.error_div, .error_div {
  position: relative;
}

.invoice_yourinfo select {
  background-image: inherit !important;
}

.cart_lftdv {
  float: left;
  width: 48%;
}

.cart_lftdv h3, .cart_ritdv h3 {
  color: #616779;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  /*border-bottom: 1px solid #acacac;*/
  padding-bottom: 14px;
  margin-bottom: 22px;
}

.cartorddtls p {
  display: block;
  margin: 2px 0;
}

.cartorddtls p label {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #98a5b6;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  vertical-align: top;
}

.cartorddtls p input[type=email], .cartorddtls p input[type=text] {
  display: inline-block;
  border: 0;
  background: #f8f8f8;
  height: 40px;
  margin: 0;
  font-size: 14px;
  color: #464547;
  width: 346px;
  text-transform: none;
  font-weight: 400;
  font-family: "Gotham";
  padding-left: 15px;
}

.cartorddtls p textarea {
  display: inline-block;
  border: 0;
  background: #f8f8f8;
  height: 110px;
  margin: 0;
  font-size: 14px;
  color: #464547;
  width: 339px;
  resize: none;
  text-transform: none;
  font-weight: 400;
  height: 48px;
  padding-top: 2%;
  padding: 0 2%;
  font-family: "Gotham";
}

.cart_dv_sc {
  border-bottom: 1px solid #acacac;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.cart_dv_lfte {
  float: left;
  width: 62%;
}
.cart_dv_lfte ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.cart_dv_lfte strong {
  margin-bottom: 26px;
  display: block;
  font-size: 14px;
}

.cart_dv_lfte li {
  font-size: 14px;
  color: #464547;
  font-weight: 400;
  padding-left: 30px;
  display: inline-block;
  width: 42%;
  margin: 0 0 10px;
  vertical-align: top;
}

.cart_dv_lfte li:nth-child(1) {
  padding-left: 0;
}
.cart_dv_lfte li:nth-child(1) .flag {
  margin-right: 8px;
}

.cart_dv_lfte li strong {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #464547;
}

.cart_dv_rit {
  float: right;
  padding-top: 30px;
}

.prdelg {
  border-bottom: 1px solid #464547;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.cart_dv_rit .prdelg {
  text-align: right;
}

.prdelg strong {
  font-weight: 700;
}

.ttledel {
  border-bottom: 1px solid #464547;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
}
.ttledel strong {
  float: right;
  margin-left: 5px;
}

.ttledel {
  text-align: left;
}

.cart_dv_lfte {
  float: left;
  width: 62%;
}

.cart_dv_sc_note .cart_dv_lfte {
  width: 50%;
}

.cart_dv_sc_note .cart_dv_lfte strong {
  display: inline;
}

.cart_ritdv {
  /*float: right;*/
  width: 100%;
}

.dtlsbottom {
  border-top: 2px solid #acacac;
  padding: 20px 0;
  margin: 20px 0;
}

.cartorddtlsbottom.cart_bottomproceedsec img {
  margin: 0;
}

.cartorddtlsbottom.cart_bottomproceedsec a {
  float: right;
}

.thankyou_orderbanner {
  background: url(../images/thankyouorder_bannerbg.png) 0 0 no-repeat;
  height: 179px;
  margin: 0;
  margin-bottom: 30px;
  margin-top: -30px;
}

.our_centres_text h2 strong {
  color: #483006;
}

.our_centres_text::before {
  content: "";
  height: 2px;
  background: rgba(250, 250, 250, 0.3);
  color: #838383;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  border: 0;
}

.cart_dv_lfte li:nth-child(2) {
  background: url(../images/sun.png) 0 center no-repeat;
  background-size: 24px;
}

.cart_dv_lfte li:nth-child(3) {
  background: url(../images/cal.png) 0 center no-repeat;
  background-size: 24px;
}

.cart_dv_lfte li:nth-child(4) {
  background: url(../images/top_user.svg) 0 center no-repeat;
  background-size: 15px;
  padding-left: 22px;
  margin-left: 5px;
}

.single_backtohome {
  background: url(../images/left_wharrow.png) 10% center no-repeat #bc9654;
  text-align: right;
  padding-left: 0;
  padding-right: 13px;
  height: 60px;
  cursor: pointer;
  font-family: "Gotham";
  font-weight: 600;
  color: #fff;
  width: 194px;
  font-size: 20px;
  line-height: 60px;
  display: inline-block;
  margin-top: 40px;
}

.select.srchCat {
  background-image: none !important;
}

.notemsg {
  background: red;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 30px;
  position: absolute;
  top: -54px;
  line-height: 16px;
}
.notemsg a {
  color: #fff;
}

.right_invnumber.paymenttab .notemsg {
  right: -10px;
  z-index: 99;
}

.notemsg::before {
  content: "";
  position: absolute;
  background: url(../images/note_downarrow.png) 0 0 no-repeat;
  width: 20px;
  height: 11px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ovr_agre {
  text-align: center;
}

.termscondi_popup {
  overflow-y: auto;
  max-height: 400px;
  scrollbar-color: #FFA834 grey;
  scrollbar-width: thin;
  margin-right: 20px;
  margin-bottom: 20px;
}

.btnOk.y_btn.tri_rst {
  font-size: 12px;
}

.course_trainersec {
  border: 1px solid #989898;
  background: #fff;
  margin-bottom: 10px;
}

.course_trnerlft {
  width: 268px;
  display: inline-block;
  border-right: 1px solid #989898;
  vertical-align: top;
  padding: 20px;
}

.course_trainersec h3 {
  font-size: 18px;
  line-height: 18px;
  color: #464547;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: left;
}

.course_trainersec h3 span {
  color: #202f44;
}

.course_trnerlft h4 {
  background: #202f44;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 14px;
  line-height: 46px;
  margin-top: -5px;
}

.course_trnerright {
  width: 880px;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.feedcourse_name {
  padding: 20px;
  border-bottom: 1px solid #989898;
}

.feedcourse_name h4 {
  font-size: 20px;
  font-weight: 400;
}
.feedcourse_name h4 strong {
  font-weight: 600;
  font-size: 16px;
}

.feedcourse_details {
  padding: 20px;
}

.feedcourse_details ul {
  padding: 0 0 0 0;
  margin: 30px 0 0 0;
}

.feedcourse_details ul li {
  text-align: center;
  width: 30%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.feedcourse_details ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 5px;
}

.feedcourse_details ul li strong {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.logout_feedback {
  background: #bc9654;
  width: 370px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-family: "Gotham";
  font-weight: 500;
  padding-left: 0;
  cursor: pointer;
  display: block;
  line-height: 57px;
  text-align: center;
  margin: 50px auto 0;
  margin-bottom: 0px;
  margin-bottom: 50px;
}

.feedback_system h2 {
  font-size: 20px;
  color: #464547;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}

.feedback_system h2 span {
  color: #202f44;
}

.evalution_table {
  border: 1px solid #989898;
  margin-bottom: 30px;
  background: #fff;
}

.evl_tabhead {
  background: #202f44;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 46px;
  padding-left: 30px;
}

.evl_tabhead ul li {
  display: inline-block;
  vertical-align: top;
}

.evl_tabhead ul li span {
  color: #c9dfff;
}

.evl_tabhead ul li.status {
  float: right;
  width: 200px;
  text-align: center;
  background: #243f66;
  border-left: 1px solid #989898;
}

.evl_tabrow {
  border-top: 1px solid #989898;
  color: #464547;
  font-size: 14px;
  font-weight: 500;
  line-height: 58px;
  padding-left: 30px;
}

.evl_tabrow ul {
  padding: 0;
  margin: 0;
}

.evl_tabrow ul li.train_namelist {
  width: 260px;
}

.evl_tabrow ul li {
  display: inline-block;
  vertical-align: top;
}

.evl_tabrow ul li span {
  color: #202f44;
}

.evl_tabrow ul li.train_complete {
  width: 340px;
  margin-right: 40px;
  text-align: left;
}

.evl_tabrow ul li.pending {
  float: right;
  width: 200px;
  text-align: center;
  background: url(../images/pending.png) 46px center no-repeat;
  border-left: 1px solid #989898;
}

.evl_tabrow ul li.complete {
  float: right;
  width: 200px;
  text-align: center;
  background: url(../images/complete_icon.png) 38px center no-repeat !important;
  border-left: 1px solid #989898;
}

.evl_tabfooter {
  background: #f8f8f8;
  color: #464547;
  font-size: 14px;
  font-weight: 500;
  line-height: 58px;
  border-top: 1px solid #989898;
}
.evl_tabfooter ul {
  margin-bottom: 0;
}

.evl_tabfooter ul li {
  display: inline-block;
  vertical-align: top;
}

.evl_tabfooter ul li:first-child {
  width: 80%;
  text-align: right;
  background: url(../images/right_arrowicon.png) right center no-repeat;
  padding-right: 24px;
}

.evl_tabfooter ul li.status {
  float: right;
  width: 200px;
  text-align: center;
}

.evl_tabhead ul {
  margin-bottom: 0;
}

.evl_tabrow ul li.train_complete.submitnote {
  width: 678px;
  text-align: left;
}

.evl_tabrow ul li.pendingInv {
  float: none;
  width: 190px;
  text-align: center;
  background: url(../images/pendingInv.png) 40px center no-repeat !important;
  border-left: 1px solid #bc9654;
  opacity: 0.5;
  text-transform: uppercase;
}

.evl_tabrow ul li.pending.generate {
  float: none;
  width: 200px;
  text-align: center;
  background: url(../images/generate_icon.png) 48px center no-repeat !important;
  border-left: 1px solid #bc9654;
}

.evl_tabrow ul li.pending.not {
  background-image: none;
  text-transform: uppercase;
}

.your-say-block.fdlogin .y_btn {
  display: block;
  width: 160px;
  text-align: center;
}

.evl_tabrow ul li a {
  width: 128px;
  height: 26px;
  line-height: 23px;
  display: inline-block;
  border: 2px solid #202f44;
  color: #202f44;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 5px;
  font-weight: 500;
}

.evl_tabrow ul li.pending.generate a {
  border: 0;
  margin-right: 0;
  font-size: 14px;
  padding-left: 11px;
}

.evl_tabrow ul li a.inactive {
  border: 2px solid #c0c0c0;
  color: #c0c0c0;
}

.feedbknew {
  width: 906px;
  margin: 0 auto;
}

.feedbknew .ful {
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 0px 4px #d9d9d9;
  padding: 40px;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}

.feedbknew .ful label.hlf {
  float: none;
  width: 100%;
  display: block;
}

.feedbknew .ful .hlf {
  float: none;
}

.feedbknew .ful .hlf:nth-child(2n) {
  margin-left: 0;
  width: 100%;
}

.feedbknew .ful .hlf input[type=text] {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #b2b2b2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  padding-left: 0;
  height: 40px;
  text-transform: none;
  width: 96%;
}

.formall input[type=radio] {
  opacity: 0;
  position: absolute;
}

.formall input[type=radio] + label {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 1px 0 0 25px;
  position: relative;
  background: url(../images/dot.png) -4px -17px no-repeat;
}

.formall input[type=radio]:checked + label {
  background: url(../images/dot.png) -4px -41px no-repeat;
}

.formall.feedbknew .rateradio input[type=radio] + label {
  padding-bottom: 0 !important;
  padding-left: 32px !important;
  margin-right: 50px !important;
}

.ful .hlf textarea {
  border: 1px solid #b2b2b2;
  font-family: "Gotham";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  display: block;
  width: 96%;
  padding-left: 15px;
  margin-bottom: 10px;
  box-shadow: none;
  min-height: 91px;
  padding-top: 10px;
}

.circleyourcourse table td {
  padding: 5px 0;
}

.formall.feedbknew .circleyourcourse table td, .formall.feedbknew .facilities_ref table td {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.nocousedata p {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #62687A;
  margin-bottom: 5px;
  text-align: center;
}
.nocousedata p strong {
  font-weight: 600;
  font-size: 18px;
}
.nocousedata p a:hover {
  color: #333;
}
.nocousedata input[type=text], .nocousedata input[type=email], .nocousedata textarea, .nocousedata select {
  width: 100% !important;
  padding: 10px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #9f9f9f !important;
  font-family: "Gotham";
  font-weight: 400 !important;
  font-size: 16px !important;
  background-color: #fff;
  text-transform: none !important;
}
.nocousedata .ful .hlf {
  width: 49.4%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.nocousedata .ful .hlf:nth-child(2n) {
  float: right;
}
.nocousedata .ful.c_n .hlf {
  width: 100%;
}
.nocousedata .y_btn {
  display: block;
  width: 170px;
}
.nocousedata .y_btn input[type=button] {
  width: 100%;
}
.nocousedata .sr_cr_txt h3 {
  text-align: center;
  font-size: 22px;
}

.or_se {
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  border-radius: 50%;
  font-size: 20px;
  text-transform: uppercase;
  width: 260px;
  margin-bottom: 17px;
}
.or_se:after {
  position: absolute;
  height: 2px;
  width: 100px;
  background: #9f9f9f;
  content: "";
  right: 0;
  top: 12px;
}
.or_se:before {
  position: absolute;
  height: 2px;
  width: 100px;
  background: #9f9f9f;
  content: "";
  left: 0px;
  top: 12px;
}

.reult_frmz.new-frmstyle, .below_src.new-frmstyle {
  margin-top: 20px;
}

.cograts_cirtificate {
  text-align: center;
}
.cograts_cirtificate h2 {
  padding-top: 10px;
}
.cograts_cirtificate p {
  font-size: 16px;
  padding: 0 0 20px 0;
  margin-bottom: 0;
}

.course-table {
  margin-bottom: 40px;
}
.course-table .ful {
  background-color: #fff;
  border-bottom: 1px solid #d2d6db;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.course-table .ful .hlf {
  float: left;
  width: 47%;
  background-color: #fff;
  margin-bottom: 0;
  padding: 8px 0;
}
.course-table .ful .hlf:nth-child(2n) {
  margin-left: 2%;
}
.course-table .download_cirtificate {
  margin-top: 20px;
}

.signtur {
  overflow: hidden;
}

.feedbknew #atendlist > li {
  width: 19%;
  height: auto;
}

#atendlist > li {
  float: left;
  margin: 0 4px;
}

.feedbknew #atendlist > li .dayattn {
  background: #fff;
  font-size: 16px !important;
  padding: 11px 0 !important;
}

.feedbknew .ful p {
  font-size: 13px;
  font-weight: 400;
  color: #505050;
  line-height: 18px;
}

.feedbknew #atendlist > li p.rott {
  width: 100%;
  transform: rotate(0);
  border-top: 6px solid #bd9854;
}

.rott.blu {
  background: #f8f8f8;
  transform-origin: 126px 134px 0;
}

.rott {
  padding: 20px 0;
  height: 148px;
}

.ttr {
  color: #fff;
  display: block;
  float: left;
  line-height: 27px;
  margin-right: 10px;
  margin-top: 13px;
  text-align: center;
  width: 39px;
}

.feedbknew #atendlist > li .ttr {
  float: none;
  margin: 0;
}

.ttr img {
  transform: rotate(90deg);
  margin-top: 17px;
  margin-left: 15px;
  cursor: pointer;
  z-index: 9;
}

.feedbknew #atendlist > li .ttr img {
  transform: rotate(0);
  margin: 0;
}

.inoutdat, .sngtxt {
  transition: all 0.8s ease 0s;
  opacity: 0;
}

.rott span {
  color: #283741;
  display: block;
  font-size: 11px;
}

.blu .sngtxt, .red .sngtxt, .ssign {
  font-size: 16px;
  font-family: Allura, cursive;
  line-height: 26px;
  padding-top: 10px;
}

.blu .sngtxt {
  color: #1d587e;
  margin-top: 16px;
}

.feedbknew #atendlist > li .blu .sngtxt {
  margin-top: 0;
}

.inoutdat.shoo, .sngtxt.shoo {
  opacity: 1;
}

.feedbknew #atendlist > li p.rott {
  width: 100%;
  transform: rotate(0);
  border-top: 6px solid #bd9854;
}

.y_btn.tri_rst {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  height: 40px !important;
  vertical-align: top;
}

.forma label {
  min-height: 21px;
}

.progbutwrp {
  position: relative;
  height: 54px;
}

.mask {
  z-index: 0;
  border-bottom: 3px solid #7b7b7b;
  position: absolute;
  width: 100%;
  bottom: 18px;
  left: -17px;
}

.spanwrp p {
  display: inline-block;
  margin: 22px 12px 0 12px;
  position: relative;
}

.feedbknew .spanwrp p {
  width: 6.6%;
}

.spanwrp p span {
  display: block;
  width: 20px;
  text-align: center;
  position: absolute;
  top: -22px;
}

.forma {
  padding-top: 30px;
}

.confirmTrainerEvaluation .header_banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.confirmTrainerEvaluation .header_banner {
  position: relative;
}

.career_excl {
  width: 570px;
  height: 400px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 120px;
  right: 0;
}

.inner_bannercontent {
  width: 460px;
  margin: 0 auto;
  padding-top: 50px;
}

.inner_bannercontent h2 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  padding-bottom: 34px;
  font-weight: 500;
}

.inner_bannercontent h2 span {
  display: block;
  color: #333;
}

.inner_bannercontent p {
  font-size: 19px;
  color: #333;
  line-height: 26px;
  padding-bottom: 34px;
}

.eve_criteria h3 {
  padding-bottom: 10px;
  font-size: 18px;
}

.afetrpretrain {
  padding: 30px 0;
}

.afetrpretrain .small_para {
  width: 770px;
  margin: 0 auto;
  text-align: left !important;
}

.afetrpretrain .ful {
  background-color: #fff;
  border-bottom: 1px solid #d2d6db;
  padding: 1% 0;
  padding-top: 1%;
  margin: 1% 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 5px;
}

.afetrpretrain .hlf {
  background-color: #fff;
  padding: 0.5% 1%;
}

.afetrpretrain .hlf {
  width: 49%;
}

.afetrpretrain .hlf, .afetrpretrain .mainlvl, .afetrpretrain .phn-number.left {
  float: left;
}

.afetrpretrain .hlf:nth-child(2n) {
  margin-left: 0;
  float: right;
  padding: 0;
}

.afetrpretrain .ful > input[type=text], .hlf > input[type=text] {
  height: 40px;
  border: 1px solid #b2b2b2;
  font-family: "Gotham";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  display: block;
  width: 100%;
  padding-left: 10px;
}

.afetrpretrain .prequest_midtitle {
  font-size: 25px;
  color: #464547;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #d2d6db;
}

.afetrpretrain .prequest_midtitle span {
  color: #bc9654;
}

.feedbackError {
  text-align: center;
  font-size: 15px;
  color: red;
  padding: 10px 0;
  font-weight: 400;
}

.feedbackSuccess {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  color: green;
}

.innerfull_body.dashbody {
  padding-bottom: 50px;
}

.inner_lft {
  background: #202F44;
  padding: 20px;
  -webkit-box-shadow: -2px 5px 5px 0px rgb(147, 147, 147);
  -moz-box-shadow: -2px 5px 5px 0px rgb(147, 147, 147);
  box-shadow: -2px 5px 5px 0px rgb(147, 147, 147);
  width: 280px;
  float: left;
}

.left_innerdash h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 18px;
  padding-bottom: 15px;
}

.left_innerdash h3 span {
  display: block;
  color: #fff;
  padding-top: 5px;
}

.inner_right {
  width: 840px;
  float: right;
}

.registration_form input[type=email], .registration_form input[type=number], .registration_form input[type=text] {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #505E73;
  height: 40px;
  line-height: 40px;
  color: #616161;
  font-family: "Gotham";
}

.inner_right.dashaboard ul li {
  float: left;
  text-align: left;
  position: relative;
  margin-right: 35px;
  height: 240px;
  margin-bottom: 34px;
}

.inner_right.dashaboard ul li .inner_txt {
  border: 1px solid #838383;
  width: 322px;
  height: 190px;
  margin: 0 auto;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding: 20px;
  border-right: 0;
  border-top: 0;
}

.inner_right.dashaboard ul li .inner_txt::before {
  content: "";
  height: 2px;
  background: rgba(250, 250, 250, 0.3);
  color: #838383;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  border: 0;
}

.inner_right.dashaboard ul li h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 23px;
  position: absolute;
  bottom: 10px;
  width: 93%;
  background: url(../images/dashboard_arrow.png) right 80% no-repeat;
  font-weight: 600;
}

.inner_right.dashaboard ul li h3 span {
  display: block;
  color: #fff;
  font-size: 20px;
}

.lft_generalsummary h3 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
}

.lft_generalsummary h3 span {
  color: #fff;
}

.srvweoff ul {
  padding: 0;
  margin: 0;
}

.srvweoff ul li {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #acacac;
  line-height: 40px;
  padding: 0;
  background-image: none;
}

.srvweoff ul li a {
  color: #ccc;
  display: block;
}

.srvweoff ul li.active, .srvweoff ul li:hover {
  background: url(../images/right_arrow.png) 90% center no-repeat;
}

.srvweoff ul li.active a, .srvweoff ul li:hover a {
  color: #fff;
}

.editprofile_leftpan {
  width: 206px;
  border-right: 1px solid #acacac;
  padding-right: 25px;
  margin-right: 25px;
  float: left;
}

.editprofile_leftpan h3 {
  font-size: 18px;
  color: #464547;
  text-transform: uppercase;
  line-height: 18px;
  padding-bottom: 20px;
}

.editprofile_leftpan h3 span {
  color: #464547;
}

.edirprofile_right p {
  font-size: 16px;
  color: #464547;
  display: block;
  text-align: right;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.star_red {
  color: red;
}

.registration_form.edirprofile_right form div {
  width: 100%;
  margin-right: 0;
  position: relative;
  display: inline-block;
}

.edit_phonecode {
  width: 90px !important;
  float: left;
}

.edirprofile_right .edit_profilephone input[type=text].phone_number {
  width: 92%;
  float: right;
  margin-right: 0;
}

.edirprofile_right .full_box {
  width: 100% !important;
  display: block;
}

.registration_form select {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #505E73;
  height: 40px;
  background: url(../images/c_botarrow.png) 98% center no-repeat #fff;
  color: #616161;
  font-family: "Gotham";
}

.registration_form textarea {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #505E73;
  height: 40px;
  color: #616161;
  font-family: "Gotham";
}

.edirprofile_right .full_box select {
  width: 100%;
}

.registration_form.edirprofile_right {
  float: right;
  width: 72%;
}

.editpro_phnnum {
  width: 83% !important;
  float: right;
}

.career_excl {
  width: 570px;
  height: 470px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 90px;
  right: 0;
}

.inner_bannercontent {
  width: 460px;
  margin: 0 auto;
  padding-top: 50px;
}

.inner_bannercontent h2 {
  font-size: 40px;
  color: #bc9654;
  line-height: 40px;
  padding-bottom: 34px;
}

.inner_bannercontent h2 span {
  display: block;
  color: #fff;
}

.inner_bannercontent p {
  font-size: 19.5px;
  color: #fff;
  line-height: 26px;
  padding-bottom: 34px;
}

.whatdoyou_searchbox.train_quesform a {
  background: #bc9654;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 1%;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0;
  font-family: Roboto, sans-serif;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.career_excl .socialbox {
  padding-left: 55px;
}

.career_excl .socialbox h3 {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  margin-right: 10px;
}

.career_excl .socialbox h3 span {
  color: #bc9654;
}

.career_excl .socialbox ul {
  display: inline-block;
}

.career_excl .socialbox ul li {
  display: inline-block;
  padding: 0 5px;
}

.career_excl .socialbox img {
  width: auto;
}

.header_banner {
  position: relative;
}

.header_banner img, .innerheader_banner img {
  width: 100%;
}

.header_banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.coursenewcat .popular-inner {
  min-height: 338px;
  margin-bottom: 30px;
  position: relative;
}
.coursenewcat .popular-inner .popul-innercontent {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  text-align: left;
  padding: 20px;
}
.coursenewcat .popular-inner .popul-innercontent h4 {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #202F44;
  min-height: 40px;
  padding-left: 0;
  padding-bottom: 0px;
}
.coursenewcat .popular-inner .popul-innercontent p {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #62687A;
  padding-left: 0;
  text-align: left;
  padding-bottom: 20px;
  min-height: 220px;
}

.cancelBtn {
  background: none !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  height: 41px;
}

.uploadmt {
  height: 380px;
}
.uploadmt h2 {
  text-align: left;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 10px;
}
.uploadmt p {
  padding-bottom: 0;
}
.uploadmt .add_filebox {
  background: #fff;
  font-size: 14px !important;
  color: #464547 !important;
  padding: 10px 10px 10px 10px !important;
  margin-bottom: 0;
}
.uploadmt .add_filebox .addFile {
  width: 66px !important;
  height: 26px !important;
  color: #bc9654 !important;
  border: 2px solid #bc9654 !important;
  display: inline-block !important;
  text-align: center !important;
  float: right !important;
  background: #fff !important;
  font-size: 16px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
}
.uploadmt .uploadSection {
  background: #fff;
  padding: 2px 10px 0 10px;
}
.uploadmt .uploadSection .ful {
  padding-bottom: 9px;
  margin: 0;
  width: 100%;
}
.uploadmt input[type=submit] {
  width: 100%;
  margin-top: 10px;
}

.lissingbanner-section h1 {
  color: #fff;
  display: block;
  text-align: center;
}

.container.listwrap {
  margin-top: 0px !important;
}

.lissingbanner-section {
  padding: 15px 0 0 0;
  position: relative;
}
.lissingbanner-section img {
  width: 100%;
}
.lissingbanner-section .container {
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lissingbanner-section .container h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.lissingbanner-section .container h2 span {
  display: block;
  color: #bc9655;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.lissingbanner-section h2.blogh2 {
  font-size: 34px;
  font-weight: 400;
  padding-top: 0 !important;
}

.blog_heading h1.blogh1 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #202f44;
  margin: 50px 0 20px 0;
  line-height: 36px;
}
.blog_heading span {
  display: block;
  color: #bc9654;
  font-size: 16px;
  text-transform: uppercase;
  margin: 40px 0;
  font-weight: 600;
}

.newcourselist {

}
.newcourselist .listwrap {
  margin-top: -260px;
  position: relative;
  border-radius: 10px;
  padding-top: 15px;
}
.newcourselist .listwrap .brdcam ul {
  position: relative;
  left: auto;
  top: auto;
}
.newcourselist .listwrap .show_results {
  background: #fff;
}
.newcourselist .listwrap .right-newsearch {
    background: #E6E8F4;
    /* max-height: 1040px !important; */
    z-index: 9;
    /* float: left; */
    padding: 30px;
    border-radius: 10px;
}
.newcourselist .listwrap .right-newsearch h3 {
  padding-top: 15px;
  font-size: 24px;
}
.newcourselist .listwrap .right-newsearch h5 {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
}
.newcourselist .listwrap .list-inner {
  border: 0;
  padding: 15px;
    min-height: 442px;
}
.newcourselist .listwrap .list-inner .view_dtlsbut {
  text-align: left;
  display: block;
  border: 2px solid #202f44;
  margin: 0 auto;
  padding: 10px;
  padding-left: 10px;
  border-radius: 42px;
  color: #252e37;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  background: url(../images/viewdtls-arrow-blk.png) 96% 50% no-repeat #fff;
}
.newcourselist .listwrap .list-inner .list-leftcon {
  width: 220px;
  padding: 0;
   min-height: 340px;
}
.newcourselist .listwrap .list-inner .list-leftcon h5 {
  font-size: 14px;
  color: #586477;
  margin-bottom:0px;
}
.newcourselist .listwrap .list-inner .list-leftcon h5 span {
  font-weight: 600;
  color: #202f44;
}
.newcourselist .listwrap .list-inner .list-leftcon .listdays {
  background: url(../images/daysicon.png) 0 0 no-repeat !important;
}
.newcourselist .listwrap .list-inner .list-leftcon .next-date {
  background: url(../images/calender-pic.png) 0 0 no-repeat;
  padding-bottom: 5px;
}
.newcourselist .listwrap .list-inner .list-leftcon .next-date h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #202F44;
}
.newcourselist .listwrap .list-inner .list-leftcon .next-date h3 span {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2px;
}
.newcourselist .listwrap .list-inner .list-leftcon ul li {
  font-size: 13px;
  color: #bc9654;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 5px;
  min-height: 40px;
}
.newcourselist .listwrap .list-inner .list-leftcon p {
  min-height: 125px;
  line-height: 24px;
}
.newcourselist .listwrap .list-inner .list-leftcon .new_popular {
  right: -165px;
  top: 1px;
  z-index: 9;
}
.newcourselist .listwrap .list-inner .list-locimg {
  width: 150px;
  height: 264px;
}

.newcourselist .listwrap .list-inner .list-locimg .listvenuoverlay {
  background: none;
  padding: 0;
}
.newcourselist .listwrap .list-inner .list-locimg .listvenuoverlay h3 {
  /*background: #bc9654;*/
background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);


  font-weight: 500;
padding: 25px 10px;
  height: 40px;
  text-transform: uppercase;
  font-size: 15px;
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}
.newcourselist .listwrap .list-inner .list-locimg .listvenuoverlay h4 {
background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  border-radius: 0 0 5px 5px;
  line-height: 42px;
}
.newcourselist .listwrap .list-inner:hover {
}
.newcourselist .listwrap .list-inner:hover h3 {
  color: #202F44 !important;
}
.newcourselist .listwrap .list-inner:hover p {
  color: #202F44 !important;
}
.newcourselist .listwrap .list-inner:hover .next-date {
  -webkit-filter: none;
  filter: none;
}
.newcourselist .listwrap .list-filter {
  width: 100%;
  position: relative;
  top: 0;
  background: none;
  padding: 0;
  right: 0;
}
.newcourselist .listwrap .list-filter h4 {
    color: #202f44;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px !important;
    font-size: 13px;
}
.newcourselist .listwrap .list-filter input[type=button] {
    width: 100%;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #202f44;
    border: 1px solid #202f44;
    height: 45px;
    line-height: 20px;
}
.newcourselist .listwrap .list-filter input[type=reset] {
  width: 48%;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #202f44;
  border: 1px solid #202f44;
}
.newcourselist .listwrap .list-filter input[type=submit] {
    width: 100%;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #202f44;
    height: 45px;
    line-height: 20px !important;
    margin-top: 10px;
    background: #202f44 !important;
}
.newcourselist .listwrap .para_tog {
  display: none;
}
.newcourselist .ms-options-wrap > .ms-options {
  width: 100%;
}

.newcourselist .loadmore-button.y_btn {
    background: #fff !important;
    border: 2px solid #202f44 !important;
    border-radius: 35px;
    color: #202f44;
    width: 238px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.newcourselist .popularimg {
  width: 86px;
  height: auto;
  transform: rotate(1deg);
}

.newcourselist .list-leftcon .new_popular .pop {
  background: none;
  border: 0;
}

.newdtlspg .dtls_btn .y_btn.registernowbtn {
  text-align: left;
  display: block;
  border: 0 !important;
  margin: 0 auto;
  padding: 2px 15px !important;
  padding-left: 10px;
  border-radius: 42px;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  background: url(../images/viewdtls-arrow.png) 96% 50% no-repeat #bc9654 !important;
}

.newcourselist .listwrap .list-inner .view_dtlsbut.registernowbtn, .newdtlspg .dtls_right .y_btn.registernowbtn {
  background: url(../images/viewdtls-arrow.png) 96% 50% no-repeat #202f44 !important;
  color: #fff !important;
  border: 0 !important;
}

.newdtlspg .dtls-faq .dtls-relatecourse .container {
  max-width: 1180px;
}

/*@media screen and (max-width: 1024px) {*/

/*  .newcourselist .schedule-tab .filter .col-lg-6:nth-of-type(2n) {*/
/*    padding-left: 15px !important;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 920px) {*/
    /*.mob li span img{*/
    /*    -webkit-filter: brightness(0) invert(1);*/
    /*filter: brightness(0) invert(1);*/
    /*}*/
/*    .desktopmenu #cssmenu ul li.topPdf{*/
/*          color: #fff !important;*/
/*          font-size: 23px;*/
/*    margin: 20px;*/
/*    }*/
/*    ul.mob li a {*/
/*    color: #fff !important;*/
/*    margin: 20px;*/
/*    font-size: 23px;*/
/*}*/
/*    .desktopmenu #cssmenu ul li ul li:hover{*/
/*        background:transparent !important;*/
/*        box-shadow:none !important;*/
/*    }*/
/*    .desktopmenu #cssmenu ul li ul li img {*/
/*    width: 100%;*/
/*    border-radius: 15px;*/
/*}*/

/*.desktopmenu #cssmenu ul li ul {*/
/*        box-shadow: inherit;*/
/*        left: 14px !important;*/
/*        right: 0 !important;*/
/*        margin: 0 auto !important;*/
/*    }*/
/*        ul.drop li {*/
/*        display: inline-block !important;*/
/*        width: 32% !important;*/
/*        height: 267px !important;*/
/*    }*/
  
    
/*dialog.popupForm {*/
/*    left: 0 !important;*/
/*    right: 0 !important;*/
/*    top: 280px !important;*/
/*}*/
/*    .tabboxdetail{*/
/*        padding-top:0 !important;*/
/*    }*/
/*    dialog.popupForm .radio_container {*/
/*    font-size: 12px;*/
/*}*/
/*    #cattab ul.cat_ullist li div {*/
/*    position: absolute;*/
/*    width: 40% !important;*/
/*    }*/
/*    .serchwrap.searhead_popp .top_head_bar input[type=button]{*/
/*        background-color:transparent !important;*/
/*    }*/
/*    #cattab ul.cat_ullist span img {*/
/*    max-width: 159px;*/
/*    max-height: 171px;*/
/*    margin-top: 0px;*/
/*    border-radius: 10px;*/
/*    cursor: pointer;*/
/*}*/
/*        #cattab ul.cat_ullist {*/
/*        width: 46% !important;*/
/*        margin: 10px 6px;*/
/*        min-height: auto;*/
/*    }*/
 
/*    .top_head_bar.serch_sec .searchButton {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center !important;*/
/*    width: 100% !important;*/
/*    padding-top: 7px;*/
/*    background: transparent !important;*/
/*    column-gap: 10px;*/
/*    font-weight:700 !important;*/
/*    font-size:16px !important;*/
/*}*/
/*    .top_head_bar.serch_sec textarea#sa{*/
/*        border-radius:50px !important;*/
/*  padding: 0 15px !important;*/
/*    }*/
/*    .top_head_bar.serch_sec input#coursesrchbtn {*/
/*    right: 0 !important;*/
/*    top: 15px;*/
/*}*/
/*    .top_head_bar.serch_sec h2.tophead {*/
/*    height: 50px;*/
/*    font-size: 17px;*/
/*  background:transparent !important;*/
    /* padding: 0 0 0 15px; */
/*    margin-top: 100px;*/
/*}*/
/*.top_filhead{*/
/*        display:none;*/
/*    }*/
/*.serchwrap.searhead_popp{*/
/*    top:86px;*/
/*}*/
/*.serch_sec{*/
/*      background:transparent !important;*/
/*  }  */
/*.top_head_bar.serch_sec{*/
/* box-shadow:none !important;*/
/*}    */
   
/*.serch_sec .search {*/
/*    display: inherit;*/
/*    margin-top: 0px;*/
/*    height: auto;*/
/*} */
    
/*    .details-section {*/
/*    margin-top: 88px !important;*/
/*}*/
 
/*    .popularn h1 {*/
/*    text-align: center;*/
/*    font-size: 23px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 30px;*/
/*}*/
/*    #testislide .owl-dots{*/
/*        display:none;*/
/*    }*/
/*    .dropdown-trigger {*/
/*    gap: 4px !important;*/
/*    font-size: 16px;*/
/*    transition: all 0.3s ease;*/
/*}*/
/*    .custom-model-wrap{*/
/*        overflow:scroll;*/
/*    }*/
/*    .close-btn-filter {*/
/*    position: absolute;*/
/*    z-index: 9999;*/
/*    right: 30px;*/
/*    font-size: 41px;*/
/*}*/
/*    .custom-model-filter.model-open {*/
/*        position: fixed;*/
/*        left: 0;*/
/*        scrollbar-color: #FFA834 grey;*/
/*        scrollbar-width: thin;*/
/*        right: 0;*/
/*        top: 0;*/
/*        bottom: 0;*/
/*        overflow: inherit;*/
/*        z-index: 1000000;*/
/*        visibility: visible;*/
/*    }*/
/*        .dtlspopuprgt .list-filter {*/
/*     top: 60px !important;*/
/*        width: 100%;*/
/*    }*/
/*        .custom-model-filter .list-filter {*/
/*        background: transparent !important;*/
/*        left: 0;*/
        /* overflow-x: clip; */
/*    }*/
/*    .dtlspopuprgt .custom-model-wrap {*/
/*    height: 100vh;*/
/*    left: 0;*/
/*    width: 98%;*/
/*    top: 0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/
/*.list-filter input[type=submit] {*/
/*    width: 99%;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    border-radius: 50px;*/
/*    background: #1b2b40 !important;*/
/*}*/
/*    .list-filter input[type=button] {*/
/*        width: 100%;*/
/*        border-radius: 50px;*/
/*        line-height: 20px;*/
/*        color: #152438;*/
/*    }*/
/*      .dtlspopuprgt .list-filter {*/
/*        top: 107px;*/
/*        width: 100%;*/
/*    }*/
/*    .orfil {*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*}*/
/*    input#ztoasort {*/
/*    display: none;*/
/*}*/
/*input#atozsort {*/
/*    display: none;*/
/*}*/
/*input#upcomingdt {*/
/*    display: none;*/
/*}*/
/*    .atozfil {*/
/*    display: inline-block;*/
/*    width: 46%;*/
/*    margin: 0 10px 0 0;*/
/*    text-align: center;*/
/*    height: auto;*/
/*}*/
/*    .radio_container {*/
/*    width: 100%;*/
/*}*/
/*    .custom-model-filter .list-filter{*/
/*        background:transparent !important;*/
/*        left:0;*/
/*    }*/
/*    .dtlspopuprgt .custom-model-inner {*/
/*        width: 100% !important;*/
/*        right: 0 !important;*/
/*    }*/
/*    .list-pan h3 {*/
/*    font-size: 18px;*/
/*    margin-bottom: 0 !important;*/
/*}*/
/*    .mob_filter_list h4 {*/
/*    border: 1px solid #202f44;*/
/*    width: 100px;*/
/*    font-size: 17px;*/
/*    text-align: center;*/
/*    border-radius: 50px;*/
/*    line-height: 34px;*/
/*    color: #202f44;*/
/*}*/
/*    .mob_filter_list {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-item:center;*/
/*    margin-bottom:30px;*/
/*}*/
/*form#asearch_course {*/
/*    padding: 0 30px;*/
/*}*/
/*.right-newsearch {*/
/*    display: none;*/
/*}*/
/*        .mob .clicked .drop .submenu_close {*/
/*        position: fixed;*/
/*        top: 10px;*/
/*        left: 10px;*/
/*    }*/
/*    .menunames {*/
/*    position: relative;*/
/*    bottom: 98px !important;*/
/*    line-height: 24px !important;*/
/*    padding: 0 10px;*/
/*    font-size: 18px !important;*/
/*    font-weight: 600;*/
/*    width: 90% !important;*/
/*}*/
/*    .desktopmenu{*/
/*        width:100%;*/
/*    }*/
/*div#cssmenu .drkpnl {*/
/*        display: flex;*/
/*        align-items: baseline;*/
/*        justify-content: start;*/
/*        width: 334px !important;*/
/*        margin: 0 auto;*/
/*        margin-top: 40px;*/
/*        column-gap: 25px;*/
/*        z-index: 1 !important;*/
/*    }*/
/*    div#google_translate_element {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    letter-spacing: 1px;*/
/*    margin: 20px 0 0 32px !important;*/
/*    background: #ccc;*/
/*    width: 259px !important;*/
/*    padding: 0 0 0 25px !important;*/
/*    background: #E6E8F4 !important;*/
/*    border-radius: 5px;*/
/*}*/
/*        .desktopmenu #cssmenu .menu-logosec .menu-close {*/
/*        width: 20px;*/
/*    }*/
/*    .desktopmenu #cssmenu .menu-logosec .menu-close {*/
/*    margin-top: 10px;*/
/*    margin: 0 0 0 26px;*/
/*}*/
/*        .desktopmenu #cssmenu ul li a {*/
/*        padding: 20px 70px 20px 0 !important;*/
/*        border-left: 5px solid transparent;*/
/*    }*/
/*    .desktopmenu #cssmenu ul li.topPdf {*/
/*    padding: 20px 10px;*/
/*       color:#1d243a;*/
/*}*/
/*.desktopmenu #cssmenu ul li.topPdf a{*/
/*    color:#1d243a;*/
/*}*/

/*        .mob {*/
/*        display: block;*/
/*        margin: 0 30px;*/
/*    }*/

/*    .desktopmenu #cssmenu ul li {*/
/*    padding: 0;*/
/*}*/
/*        ul.drop {*/
/*        padding: 0 0 !important;*/
/*        margin: 0 auto;*/
/*        padding-top: 50px !important;*/
/*    }*/
/*    .hero-section {*/
/*    height: 260px !important;*/

/*}*/
/*.rating-section img {*/
/*    filter: invert(1) brightness(6);*/
/*}*/
/*.detail-row {*/
/*    display: flex;*/
/*    justify-content: start;*/
    /* align-items: anchor-center; */
/*    margin-bottom: 15px;*/
/*    margin: 0 0 10px 30px;*/
/*}*/
/*    .newdtlspg .total-members ul li {*/
/*        width: 122px;*/
/*    }*/
/*    .outline-content {*/
/*    padding-bottom: 20px;*/
/*    padding: 10px 30px;*/
/*}*/

/*    .newdtlspg .dtls_btn .y_btn {*/
/*    width: 90% !important;*/

/*}*/
/*    .newdtlspg .dtls_btn .y_btn {*/
/*    width: 87% !important;*/
/*    font-size: 12px;*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: space-evenly;*/
/*    margin-top: 0;*/
/*    font-weight: 600;*/
/*    margin: 0 auto;*/
/*    margin-bottom: 20px;*/
/*}*/
/*  .newdtlspg .dtls_btn {*/
/*    text-align: center;*/
/*    margin-left: 0;*/
/*    background: #202f44;*/
/*    margin-top: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding-bottom: 15px;*/
/*    padding-top: 15px;*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*    column-gap: 15px;*/
/*    border-bottom-left-radius: 20px;*/
/*    border-bottom-right-radius: 20px;*/
/*     position: relative !important; */
/*    bottom: -70px;*/
/*    width: 100%;*/
/*}*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
/*    .card_list a.view_dtlsbut {*/
/*    display: flex;*/
/*    justify-content: space-between !important;*/
/*    padding: 0 15px;*/
/*}*/
/*    a.view_dtlsbut {*/
/*    display: flex;*/
/*    justify-content: flex-start !important;*/
/*    padding: 0 15px;*/
/*}*/
/*    .newcourselist .listwrap .right-newsearch{*/
/*        margin-bottom:30px;*/
/*    }*/
/*    .newdtlspg .dtls_btn .y_btn {*/
/*    width: 100%;*/
/*    font-size: 10px;*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-top: 0;*/
/*    font-weight: 600;*/
/*    column-gap: 10px;*/
/*}*/
/*    .card-container {*/
/*        flex-wrap: unset !important;*/
/*        overflow-x: auto !important;*/
/*    }*/
/*        .testimonials .testim-text img {*/
/*        float: none;*/
/*        margin-top: 0;*/
/*        width: 100%;*/
/*    }*/
/*    .testimonials .testim-text p {*/
/*    background: #202f44;*/
/*    font-family: "Open Sans";*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 28px;*/
/*    color: #fff;*/
/*    padding: 64px 50px;*/
/*    width: 100% !important;*/
/*    top: 168px;*/
/*    height: 250px;*/
    /* position: absolute; */
/*}*/
/*    header .hd_top{*/
/*        display:none;*/
/*    }*/
/*        .mob_hd_top {*/
/*        padding: 20px 0;*/
/*        display: block !important;*/
/*    }*/
/*    .popularn.catego.cattabsearch {*/
/*    padding-top: 140px;*/
/*}*/
/*    .card-container {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    overflow-x: auto;*/
/*    gap: 12px;*/
/*    padding-bottom: 10px !important;*/
/*  border-radius: 10px;*/
    /* Keep scrollbar always visible */
/*    scrollbar-width: thin; */
    scrollbar-color:#202f44 #e1e1e1; /* Thumb color, track color */
/*}*/

/* Chrome, Edge, Safari scrollbar */
/*.card-container::-webkit-scrollbar {*/
/*    height: 8px; */
/*}*/

/*.card-container::-webkit-scrollbar-track {*/
/*    background: #202f44;*/
/*    border-radius: 10px;*/
/*}*/

/*.card-container::-webkit-scrollbar-thumb {*/
/*    background: #4a5f7c;*/
/*    border-radius: 10px;*/
/*}*/

/*.fixed-scrollbar {*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 6px;*/
/*    background: #202f44;*/
/*    z-index: 9999;*/
/*}*/

/*.fixed-scrollbar .fill {*/
/*    width: 0%;*/
/*    height: 100%;*/
/*    background: #4a5f7c;*/
/*    border-radius: 3px;*/
/*    transition: width 0.2s ease;*/
/*}*/

/*}*/








@media (min-width: 1700px) {

dialog.popupForm {
    top: 207px !important;
}
  .lissingbanner-section .container {
    top: 320px;
  }

  .newaboutpg .listwrap {
    margin-top: -600px;
  }

  .newcourselist .listwrap {
    margin-top: -450px;
  }
}


.newdtlspg .whychooseus h2, .newdtlspg .dtls-faq .top h2 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
.newdtlspg .whychooseus ul li h3 {
  font-weight: 600;
}
.newdtlspg .whychooseus ul li {
  height: auto;
}
.newdtlspg .whychooseus ul li p {
  font-weight: 300;
  line-height: 20px;
  color: #263039;
  font-size: 14px;
}
.newdtlspg .whychooseus ul li:hover .img-fig img:last-child {
  display: none;
}
.newdtlspg .whychooseus ul li:hover .img-fig img:first-child {
  display: block;
}
.newdtlspg .whychooseus ul li .img-fig {
  height: 64px;
}
.newdtlspg .whychooseus ul li .bd {
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
}
.newdtlspg .dtls-faq .container {
  max-width: 840px;
}
.newdtlspg .faq-block .wrapper .button-block {
  display: block;
  width: 460px;
  margin: 0 auto;
}
.newdtlspg .dtls_btn .y_btn, .newdtlspg .dtls_right .y_btn, .newdtlspg .faq-block a.y_btn {
text-align: left;
    display: block;
    border: 2px solid #ffffff !important;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 42px;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-top: 10px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 12px;
  background: url(../images/viewdtls-arrow-blk.png) 96% 50% no-repeat transparent !important;
}
.newdtlspg .faq-block a.y_btn {
  max-width: 460px;
}
.newdtlspg .dtls_right {
       background: #e8e9f0;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  border-radius: 10px;
  padding-top: 30px;
}
.newdtlspg .dtls_right .total-members a {
  width: 98% !important;
}
.newdtlspg .newcourselist .listwrap {
  margin-top: 0;
}
.newdtlspg .total-members ul {
  margin-bottom: 0;
  text-align: center;
}
.newdtlspg .total-members ul li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: center;
  margin-bottom: 0;
}
.newdtlspg .total-members ul li p {
  color: #222f40;
  font-size:18px;
  font-weight: 700;
  line-height: 26px;
  padding-top: 15px;
}
.newdtlspg .total-members ul li p span {
 color: #222f40;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
        line-height: 18px;
}
.newdtlspg .total-members ul li img {
  margin-right: 0;
}
.newdtlspg .cpdlogo h3 {
  color: #203040;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
}
.newdtlspg .cpdlogo p {
  color: #203040;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding-right: 34px;
  margin-bottom: 0;
}
.newdtlspg .lfttran_pic h5 {
  font-size: 12px;
  color: #fff;
  border: 0;
  padding: 0 8px;
  background: #29B33A;
  margin-top: 16px;
  height: 40px;
  border-radius: 23px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.newdtlspg .lfttran_pic h5 img {
  width: auto;
  height: auto;
  float: right;
  margin-top: 8px;
}
.newdtlspg .lfttran_pic h5 a {
  color: #fff;
}
.newdtlspg .lfttran_pic img {
  width: 170px;
  border-radius: 5px;
}
.newdtlspg .rgt_trndtls h2 {
  color: #203040;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-align:center;
}
.newdtlspg .rgt_trndtls h3 {
    color: #203040 !important;
    font-weight: 600 !important;
    padding-bottom: 0px;
    margin-top: 17px;
    text-align: center;
}
.newdtlspg .rgt_trndtls h4 {
  color: #203040 !important;
  padding-top: 20px;
  margin-bottom: 0 !important;
}
.newdtlspg .rgt_trndtls h4 img {
  width: auto !important;
  height: auto;
}
.newdtlspg .rgt_trndtls h4 a {
  color: #203040 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
}
.newdtlspg .tab_container {
  border: 0;
  padding-top: 0px;
}


.newdtlspg ul.tabs li img {
  margin-right: 12px;
}

.newdtlspg .outline_cms {
  background-image: none;
}
.newdtlspg .outline_cms ul {
  padding-left: 0;
}
.newdtlspg .dtls-offtxt {
  border-radius: 5px;
  background: #202f44;
  padding: 0;
  border: 0;
  display:flex;
}
.newdtlspg .dtls-offtxt p {
  width:95%;
  padding-top: 14px;
  color: #fff;
}
.newdtlspg .dtls-offtxt .off-bg {
  background: #bc9655;
  width: 127px;
  padding-top: 15px;
  height: 80px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 5px 0 0 5px;
}
.newdtlspg .dtls-offtxt .off-bg span {
  font-size: 25px;
  line-height: 30px;
}
.newdtlspg .n_datedd p, .newdtlspg .n_locatdd p {
  color: #fff;
  background: url(../images/down_arrow.png) 97% center no-repeat #586578;
}
.newdtlspg .list-leftcon.tablistkeft {
  width: 120px !important;
  min-height: auto !important;
}
.newdtlspg .list-locimg.tablistlocimg {
  width: 130px !important;
  height: auto !important;
}
.newdtlspg .list-locimg.tablistlocimg img {
  height: 146px !important;
}
.newdtlspg .list-leftcon.bottomleftcon {
  width: auto !important;
  min-height: auto !important;
  margin-top: 10px;
}
.newdtlspg .listvenuoverlaytab h3 {
  font-size: 15px;
  color: #202F44;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
}
.newdtlspg .listvenuoverlaytab h3 a {
  color: #202F44;
}
.newdtlspg .listvenuoverlaytab h4 {
  font-size: 20px;
  color: #bc9654;
  font-weight: 600;
}

.newdtlspg .dtls_btn .y_btn {
  display: inline-block;
}
.newdtlspg .dtls_btn .quick_enq {
  width: 238px;
}
.newdtlspg .dtls_btn .click-here {
  width: 283px;
}
.newdtlspg .dtls_btn a {
  display: block !important;
  width: 520px;
  margin: 0;
  margin-top: 0px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 0;
}
.newdtlspg .dtls-faq .frm_sec .container {
  max-width: 1180px;
}
.newdtlspg .dtls_right .trn_adv {
border-bottom: 1px solid #c7cedf;
}
.newdtlspg .listwrap {
  margin-top: -260px;
  position: relative;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 1px;
  margin-bottom: 40px;
}
/*.card-content a {*/
/*    background: #202f44;*/
/*    color: #fff;*/
/*    padding: 20px 20px !important;*/
/*    text-transform: uppercase !important;*/
/*}*/

.newdtlspg .brdcam .container ul {
  top: -42px;
}
.newdtlspg .newdtlsback {
    right: 30px;
    position: absolute;
    z-index: 1;
    top: -27px;
    font-weight: 600;
    font-size: 14px;
}
.newdtlspg .newdtlsback img {
  margin-right: 5px;
}
.newdtlspg .newdtlsback a:hover {
  color: #333;
}

.newdtlspg .faq-block .wrapper .button-block {
  width: auto;
}
.newdtlspg .our-parneship .container {
  max-width: 1180px;
}
.newdtlspg .outline-content .outline_cms h3 {
  background-image: none;
  padding-left: 0;
}
.newdtlspg .certifications {
border-bottom: 1px solid #c7cedf;
}
.newdtlspg .faq-block .wrapper .frequently_tab .bd h3 {
  color: #262e3b;
  font-weight: 700;
  font-size: 15px;
}
.newdtlspg .faq-block .wrapper .frequently_tab .bd div p {
  font-size: 14px;
  line-height: 24px;
  color: #263039;
  font-weight: 300;
}
.newdtlspg .dtls-faq .top .wrapper .frequently_tab {
  padding-top: 20px;
  padding-bottom: 20px;
}
.newdtlspg .dtls_right .listwrap {
  border-radius: 0;
  padding: 0;
  padding-top: 5px;
}
.newdtlspg .dtls_right .listwrap .list-inner {
  padding-left: 0;
  padding-right: 0;
}
.newdtlspg .dtls_right .listwrap .list-inner:hover {
  box-shadow: none;
}
.newdtlspg .dtls-faq .top, .newdtlspg .dtls-faq .down {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 100px;
  padding-bottom: 50px;
  padding-top: 40px;
}
.newdtlspg .faq-block .wrapper .frequently_tab .bd h3 {
  width: 92%;
}
.newdtlspg .tab_content .listwrap .list-inner {
  background: #fff;
}
.newdtlspg .partnership_sec {
  background: #fff;
  padding-top: 30px;
}

.newdtlspg .outline-content .outline_cms p {
  padding-left: 0;
}

.newdtlspg #tab3 .listvenuoverlaytab h3 {
  margin-top: 0;
}

#tab3 .newcourselist .listwrap {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .newdtlspg .schedule-tab .filter .col-lg-6:nth-of-type(2n) {
    padding-left: 15px !important;
  }
}








@media (min-width: 1700px) {
  .newdtlspg .listwrap {
    margin-top: 0px;
  }

  .newbloglist .listwrap {
    margin-top: 0px !important;
  }

  .lissingbanner-section.blognewban h2 {
    padding-top: 70px;
  }
}
/*@media (min-width: 1920px) {*/
/*  .newdtlspg .listwrap {*/
/*    margin-top: 0px;*/
/*  }*/

/*  .lissingbanner-section.blognewban h2 {*/
/*    padding-top: 50px;*/
/*  }*/
/*}*/
/*@media (min-width: 1930px) {*/
/*  .newdtlspg .listwrap {*/
/*    margin-top: 0px;*/
/*  }*/

/*  .lissingbanner-section.blognewban h2 {*/
/*    padding-top: 70px;*/
/*  }*/
/*}*/

select, input, button {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
}

.desk {
  display: block;
  margin:0 0px;
}

.mob {
  display: none;
}

.hd_banner.mob {
  display: none;
}

img.goog-te-gadget-icon {
  display: none !important;
}
  .carousel-wrap2 {
    display: none;
  }

@media (min-width: 1024px) {
  .no_scroll {
    overflow: inherit;
    position: inherit !important;
    left: auto;
    right: auto;
  }
}
@media (max-width: 1400px) {
  .middle_sec {
    height: inherit !important;
  }
      .gh .custom-model-wrap{
            right: -269px !important;
    }
}
/*====== cart Responsive =========*/
@media (max-width: 2900px) {
    .mob_hd_top {
        display:none;
}
        .menunames {
    position: relative;
    bottom: 218px !important;
    width: 95%;
}
h4#filtertoggle {
    display: none;
}
}
@media (max-width: 2600px) {
  .menunames {
        position: relative;
        bottom: 60px !important;
        width: 95%;
    }

    ul.rtpnl li {
        width: 16% !important;
        min-height: 310px !important;
        height: 310px !important;
    }
/*  .middle_sec img {*/
/*    height: 773px !important;*/
/*}*/


.popularn.catego.cattabsearch {
    padding-top: 25px;
}
    ul.rtpnl li {
    min-height: 250px;
    height: 350px !important;
}
  

  .newcourselist .listwrap {
    margin-top: -590px;
  }

  .newaboutpg .listwrap {
    margin-top: -930px;
  }

  .lissingbanner-section .container {
    top: 430px;
  }


  .newdtlspg .listwrap {
    margin-top: 0px !important;
  }

  .newbloglist .listwrap {
    margin-top: 0px !important;
  }

  .lissingbanner-section.blognewban h2 {
    padding-top: 40px !important;
  }

}
@media (max-width: 2400px) {
.popularn.catego.cattabsearch {
    padding-top: 0;
}
.middle_sec {
    height: 650px;
}

    ul.rtpnl li {
        width: 16% !important;
        min-height: 290px !important;
        height: 290px !important;
    }
    .menunames {
        position: relative;
        bottom: 60px !important;
        width: 95%;
    }
    /*  .desktopmenu #cssmenu ul li ul li{*/
    /*  margin-bottom: 5px !important;*/
    /*}*/
}
@media screen and (max-width: 2200px) {
    /*.middle_sec img {*/
    /*    height: 641px !important;*/
    /*}*/
    .popularn.catego.cattabsearch {
    padding-top: 0;
}
  .carousel-wrap2 {
    display: none;
  }
}
@media (max-width: 2100px) {
        .menunames {
        position: relative;
        bottom: 78px !important;
        width: 95%;
    }
        ul.rtpnl li {
        width: 16% !important;
        min-height: 0 !important;
        height: 239px !important;
    }



h4#filtertoggle {
    display: none;
}
  .mob_hd_top {
    display: none;
}
  .middle_sec {
    height: 513px !important;
  }
}
@media (min-width: 1920px) {
        .middle_sec img {
        height: 53vh !important;
    }
  .newaboutpg .listwrap {
    margin-top: -580px;
  }

    .popularn.catego.cattabsearch {
    padding-top: 50px !important;
}
}
/*@media (min-width: 1930px) {*/

/*  .newcourselist .listwrap {*/
/*    margin-top: 0px;*/
/*  }*/

/*  .newaboutpg .listwrap {*/
/*    margin-top: -600px;*/
/*  }*/
/*}*/
@media (max-width: 1900px) {
        ul.rtpnl li {
        width: 16% !important;
        min-height: 0 !important;
        height: 208px !important;
    }
        .menunames {
        position: relative;
        bottom: 119px !important;
        width: 95%;
    }
    header .hd_top .logomenu a img {
        width: 70% !important;
    }

    div#google_translate_element {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin: 0 0 0 62px;
    background: #ccc;
    width: 275px !important;
    padding: 0 19px;
    background: #E6E8F4 !important;
    border-radius: 5px;
}
    .middle_sec img {
        height:480px !important;
    }
.desktopmenu #cssmenu ul li a {
    color: #1d243a;
    display: block;
    padding: 10px 30px 10px 0 !important;
    border-left: 5px solid transparent;
}
.mob_hd_top {
    display: none;
}

  .popularn.catego.cattabsearch {
    padding-top: 0;
}
}
@media (max-width: 1760px) {
 .mob_hd_top {
    display: none;
}
  .cart_footer {
    position: relative;
  }

  .cart_footer .container {
    position: relative;
  }

  .checkoutwrp {
    height: auto;
  }
     .serch_sec .searchTerm{
      padding: 22px 20px !important;
    }
}
@media (max-width: 1537px) {
    .gh .custom-model-wrap{
            right: -269px !important;
    }
       dialog{
        top:32% !important;
    }
    .listpg-fil h4{
        margin-top:8px !important;
    }
ul.allcourse_list.sub li{
    margin-bottom:15px;
}
        .popularn.catego.cattabsearch {
        padding-top: 82px;
    }
    .middle_sec img {
        height: 410px !important;
    }
    .serch_sec .searchTerm{
      padding: 22px 20px !important;
    }
    /*.desktopmenu #cssmenu ul li ul li{*/
    /*    height:183px !important;*/
    /*}*/
  .mob_hd_top {
    display: none;
}
  .middle_sec {
    height: 367px !important;
  }
}
@media (max-width: 1513px) {
    .gh .custom-model-wrap{
        right:-380px !important;
    }
}
@media (max-width: 1425px) {
    header .to_right {
    display: flex;
     text-align: right; 
    margin-top: 10px;
     justify-content: right; 
     align-items: flex-start; 
}
     .gh .custom-model-wrap{
        right:-225px !important;
    }
}
@media (max-width: 1366px) {
    header .hd_top{
        display:none;
    }
        .mob_hd_top {
        padding: 20px 0;
        display: block !important;
    }
  .middle_sec {
    height: 332px !important;
  }

  .serch_sec {
    top: -20px !important;
  }
}
/*@media (max-width: 1024px) {*/
/*    .mob_hd_top {*/
/*    display: none;*/
/*}*/
/*  .inner_banner h2 span, .inner_banner.sep-banner img, .brdcam {*/
/*    display: none;*/
/*  }*/

/*  #testislide {*/
/*    margin-top: 0 !important;*/
/*  }*/

/*  .home-anivbanner, .our_programs .program-pan {*/
/*    display: none !important;*/
/*  }*/

/*  .home-anivbanner {*/
/*    margin-top: 36px;*/
/*    padding-bottom: 0 !important;*/
/*    margin-bottom: -20px;*/
/*  }*/

/*  .fdlogin .bd .figure img {*/
/*    display: none;*/
/*  }*/

/*  .your-say-block .bd .text-block {*/
/*    padding-left: 0;*/
/*  }*/

/*  .your-say-block .bd .text-block h3 {*/
/*    font-size: 22px;*/
/*  }*/

/*  .your-say-block .form-bd {*/
/*    padding: 20px;*/
/*  }*/

/*  header .to_right {*/
/*    float: right;*/
/*  }*/

/*  .list-pan .col-lg-6:nth-of-type(2n+1) {*/
/*    padding-right: 15px;*/
/*  }*/

/*  .list-pan .col-lg-6:nth-of-type(2n) {*/
/*    padding-left: 15px;*/
/*  }*/

/*  .testimonials .testim-text p span {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    left: 15px;*/
/*    top: 15px;*/
/*  }*/

/*  .head_sec {*/
/*    margin-top: 60px;*/
/*  }*/

/*  #venlist ul {*/
/*    display: block;*/
/*  }*/

/*  #cattab ul.cat_ullist {*/
/*    margin-right: 0;*/
/*  }*/

/*  .tophead {*/
/*    padding-bottom: 15px;*/
/*  }*/

/*  .tabboxdetail #listcat {*/
/*    margin-top: 70px;*/
/*  }*/

/*  .top_filclose {*/
/*    top: 0;*/
/*    right: 0;*/
/*  }*/

/*  .serchwrap.searhead_popp .top_head_bar input#s {*/
/*    width: 96%;*/
/*  }*/

/*  #refreshsearch {*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*    position: absolute;*/
/*    top: 43px;*/
/*    right: 0;*/
/*  }*/

/*  .serchwrap.searhead_popp .top_head_bar {*/
/*    display: block;*/
/*  }*/

/*  .topsrchcatfil {*/
/*    float: none;*/
/*    padding-left: 0;*/
/*    display: block;*/
/*    width: auto;*/
/*    background-image: none;*/
/*  }*/

/*  .ms-options-wrap > button:focus, .ms-options-wrap > button {*/
/*    width: 100%;*/
/*  }*/

/*  .topsrchcatfil .listpg-fil {*/
/*    width: auto;*/
/*    margin-left: 0;*/
/*    display: none;*/
/*  }*/

/*  .coursdtlspan .col-md-4 {*/
/*    padding-left: 15px;*/
/*  }*/

/*  .tab_container {*/
/*    margin-bottom: 20px;*/
/*  }*/

/*  .update_filter h5 {*/
/*    background: url(../images/ep_filter1.svg) 96% center no-repeat;*/
/*  }*/

/*  .schedule-tab .filter .col-lg-6:nth-of-type(2n) {*/
/*    padding-left: 0;*/
/*  }*/

/*  .schedule-tab .filter .col-lg-6:nth-of-type(2n+1) {*/
/*    padding-right: 0;*/
/*  }*/

/*  .f_bg {*/
/*    margin-top: -14px;*/
/*  }*/

/*  .offer-list h2, .our-parneship h2 {*/
/*    font-size: 26px;*/
/*    line-height: 30px;*/
/*  }*/

/*  .our-promise .inner-promise .Promise-inner {*/
/*    margin-left: 0;*/
/*  }*/

/*  header .hd_top {*/
/*    padding-bottom: 15px;*/
/*  }*/

/*  .invoice_yourinfo .inv_phonnum div {*/
/*    width: auto;*/
/*  }*/

/*  #frmbilling .error_div input, #frmbilling #country_dropdownb {*/
/*    border-left: 0 !important;*/
/*    border-right: 0 !important;*/
/*  }*/

/*  .invoice_numbersec .right_invnumber input[type=text] {*/
/*    width: 100% !important;*/
/*  }*/

/*  .payment_left, .payment_rightpann {*/
/*    width: auto;*/
/*    height: auto;*/
/*    display: block;*/
/*    float: none;*/
/*  }*/

/*  .inv_post #postcode {*/
/*    width: 100%;*/
/*    float: none;*/
/*    margin-right: 0;*/
/*  }*/

/*  .newpayyy .right_invnumber.paymenttab {*/
/*    width: 100% !important;*/
/*  }*/

/*  .radio-buttons.currencytabb.yesnotab {*/
/*    float: none;*/
/*  }*/

/*  .newpayyy {*/
/*    width: auto;*/
/*  }*/

/*  .payment_rightpann .right_invnumber.payy {*/
    /* margin: 0 auto; */
/*    display: block;*/
/*    float: none !important;*/
/*    margin-top: 20px;*/
/*    clear: both;*/
/*  }*/

/*  .payment_rightpann .left_invnumber {*/
/*    margin-bottom: 0px;*/
/*    padding-bottom: 0;*/
/*    margin-top: 15px;*/
/*  }*/

/*  .cartnew_lft.userdtls select {*/
/*    width: 100%;*/
/*  }*/

/*  .newpayyy .invoice_numbersec p.doyouhave.firstp {*/
/*    display: block !important;*/
/*    padding-right: 0;*/
/*  }*/

/*  .right_invnumber.payy {*/
/*    text-align: center;*/
/*  }*/

/*  .payy .nextt {*/
/*    float: none !important;*/
/*    margin: 0 auto !important;*/
/*    display: block !important;*/
/*  }*/

/*  .course-list {*/
/*    max-height: inherit;*/
/*    overflow-y: inherit;*/
/*  }*/

/*  .invoice_yourinfo div {*/
/*    width: 100%;*/
/*  }*/

/*  .innerfull_body.dir_payment.cardpayment .inv_cardleft.ordernn {*/
/*    width: auto;*/
/*    max-width: inherit;*/
/*    min-height: auto;*/
/*    padding: 0 !important;*/
/*  }*/

/*  .innerfull_body.dir_payment.cardpayment .inv_cardright.checknergt {*/
/*    width: auto;*/
/*    min-height: auto;*/
/*    padding: 0 !important;*/
/*  }*/

/*  .order-msgg {*/
/*    width: 88%;*/
/*    padding-bottom: 20px;*/
/*  }*/

/*  .cartnew_rgt.checknergt.bask {*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*  }*/

/*  .user-wrapmax {*/
/*    max-width: inherit;*/
/*    float: none;*/
/*  }*/

/*  .cartnew_lft.userdtls.ordernn {*/
/*    min-height: auto !important;*/
/*    padding: 0 !important;*/
/*    margin-top: 0;*/
/*  }*/

/*  .cart_testmonials.mob.dark {*/
/*    position: relative;*/
/*    left: auto;*/
/*    right: auto;*/
/*    bottom: auto;*/
/*    margin-top: 20px;*/
/*  }*/

/*  .positiobt {*/
/*    position: relative;*/
/*    bottom: auto;*/
/*    margin: 0 auto;*/
/*    margin-top: 20px;*/
/*  }*/

/*  .cartnew_rgt.checknergt {*/
/*    min-height: auto !important;*/
/*    margin-bottom: 0;*/
    /* margin-top: -10px; */
/*    padding: 0 15px !important;*/
/*  }*/

/*  .cartnew_lft.cart_page_dtls.dsktps.ordernn {*/
/*    min-height: auto !important;*/
/*    padding: 0 !important;*/
/*  }*/

/*  .full_footer {*/
/*    clear: both;*/
/*  }*/

/*  .pay_secu {*/
/*    float: none;*/
/*  }*/

/*  .right_invnumber.paymenttab select {*/
/*    background-position: 96% center !important;*/
/*  }*/

/*  .checkoutwrp {*/
/*    height: auto;*/
/*    background: none;*/
/*  }*/

/*  .cart_footer {*/
/*    position: relative;*/
/*  }*/

/*  #revolut_payment input {*/
/*    width: 95% !important;*/
/*  }*/

/*  .card-section .rc-card-field {*/
/*    width: 89.5% !important;*/
/*  }*/

/*  .ordernn {*/
/*    margin-top: -20px;*/
/*  }*/

/*  .add_crz.mob {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*  }*/

/*  .add_crz.dedk {*/
/*    display: none;*/
/*  }*/

/*  .cart_testmonials.desk {*/
/*    display: none;*/
/*  }*/

/*  .pay_gty.sucupan, .pay_gty.paygtycart {*/
/*    text-align: left;*/
/*  }*/

/*  .pay_gty_img.mobilesecc {*/
/*    display: none !important;*/
/*  }*/

/*  .right_cartes, .cart_testmonials p {*/
/*    width: auto;*/
/*  }*/

/*  .confirmBoxInner a.cancelBtn {*/
/*    background: #ffa834;*/
/*  }*/

/*  .cartnew_lft.userdtls .cart_lftdv h3 {*/
/*    text-align: left;*/
    /* font-weight:500; */
/*  }*/

/*  .cart_ritdv.cardpayment .card_number input[type=text], .cart_ritdv.cardpayment .exp_date select, .cart_ritdv.cardpayment .card_holdername input[type=text], #txtcvv {*/
/*    border: 0;*/
/*    border-bottom: 1px solid #acacac;*/
/*    padding-left: 0;*/
/*    text-align: left;*/
/*  }*/

/*  .cardpayment label.helpicon {*/
/*    margin-top: 14px;*/
/*  }*/

/*  .i_agre {*/
/*    text-align: left;*/
/*     margin-bottom: 35px;*/
/*  }*/

/*  .cartnew_lft.userdtls .commom_hlf.min {*/
/*    float: none;*/
/*    width: 100% !important;*/
/*  }*/

/*  .cartnew_lft.userdtls .cart_lftdv .commom_hlf.phno, .cartnew_lft.userdtls .cart_lftdv .commom_hlf {*/
/*    width: 100%;*/
/*    margin-left: 0;*/
/*  }*/

/*  .cart_lftdv #frmbilling select {*/
/*    width: 100%;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #acacac;*/
/*    padding-left: 0;*/
/*  }*/

/*  .confirmBoxInner p {*/
/*    font-size: 22px;*/
/*  }*/

/*  .pay_gty a {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*  }*/

/*  .cart_testmonials.desk {*/
/*    display: none;*/
/*  }*/

/*  .cart_testmonials.mob {*/
/*    display: block;*/
/*  }*/

/*  .confirmBox {*/
/*    top: 54px;*/
/*  }*/

/*  .confirmBoxInner {*/
/*    padding-bottom: 50px;*/
/*    height: auto;*/
/*  }*/

/*  .continue_buttt.bk.desk {*/
/*    display: none;*/
/*  }*/

/*  .continue_buttt.bk.mob {*/
/*    display: block;*/
/*    width: 60px;*/
/*    margin: 0 auto;*/
/*    margin-bottom: 0px;*/
/*    margin-bottom: -10px;*/
/*    z-index: 9999999999;*/
/*    position: relative;*/
/*  }*/

/*  .breadcrumb li.actves a {*/
/*    padding-left: 0;*/
/*  }*/

/*  .cart_page_dtls.dsktps {*/
/*    display: block !important;*/
/*  }*/

/*  .cartnew_rgt {*/
/*    float: none;*/
/*    width: auto;*/
/*    margin-top: 20px;*/
/*    margin-bottom: 20px;*/
/*    padding: 0 14px;*/
/*  }*/

/*  .cart_testmonials.rgt {*/
/*    width: auto;*/
/*  }*/

/*  .cart_testmonials.rgt .right_cartes {*/
/*    width: auto;*/
/*  }*/

/*  .cart_testithum {*/
/*    margin-right: 10px;*/
    /* margin-bottom:10px;*/
/*  }*/

/*  .cartnew_lft {*/
/*    width: auto;*/
/*    float: none;*/
/*  }*/

/*  .cart_testmonials {*/
/*    width: auto;*/
/*    text-align: left;*/
/*    max-width: inherit;*/
/*  }*/

/*  .continue_buttt {*/
    /*margin:0 auto; */
/*    margin-top: 20px;*/
/*    margin-left: 15px;*/
/*  }*/

/*  .cartnew_rgt .prdelg {*/
/*    text-align: left !important;*/
/*  }*/

/*  .pay_gty {*/
/*    text-align: center;*/
/*  }*/

/*  .cartnew_lft.userdtls .cart_lftdv .commom_hlf {*/
/*    display: inline-block;*/
/*  }*/

/*  .cart_lftdv #frmbilling .commom_hlf.phno input[type=text] {*/
/*    width: 99%;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #acacac;*/
/*    padding-left: 87px !important;*/
/*  }*/

/*  .cart_lftdv #frmbilling textarea, .cart_lftdv #frmbilling input[type=email], .cart_lftdv #frmbilling input[type=text] {*/
/*    width: 99%;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #acacac;*/
/*    padding-left: 0 !important;*/
/*  }*/

/*  .cart_lftdv #frmbilling textarea {*/
/*    padding-left: 0;*/
/*  }*/

/*  .cartnew_lft.payment {*/
/*    padding: 0 14px;*/
/*  }*/

/*  .cart_lftdv, .cart_ritdv {*/
/*    margin: 0 !important;*/
/*  }*/

/*  .cart_ritdv.cardpayment .card_number {*/
/*    width: 100%;*/
/*  }*/

/*  #txtcvv {*/
/*    width: 80% !important;*/
/*  }*/

/*  .breadcrumb li {*/
/*    display: none;*/
/*    float: none !important;*/
/*  }*/

/*  .breadcrumb li.actves {*/
/*    display: block;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    text-align: left;*/
/*    border: 1px solid #000;*/
/*    padding-left: 7px;*/
/*    width: 100%;*/
/*  }*/

/*  .breadcrumb li.actves a span {*/
/*    border: 1px solid #000;*/
/*    border-radius: 50%;*/
/*    width: 22px;*/
/*    height: 24px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    padding-left: 3px;*/
/*    margin-right: 10px;*/
/*  }*/

/*  .cart_page_act {*/
/*    margin-top: 0px;*/
/*    background: none;*/
/*    padding: 0;*/
/*    border: 0;*/
/*  }*/

/*  .breadcrumb li.actves a {*/
/*    line-height: 40px;*/
/*    height: auto;*/
/*  }*/

/*  .mobi_cart strong {*/
/*    font-weight: 500;*/
/*  }*/

/*  .mobi_cart td {*/
/*    padding: 10px 0 !important;*/
/*    border-bottom: 0 !important;*/
/*    font-size: 17px;*/
/*    font-weight: 400;*/
/*  }*/

/*  .cartnew_lft.userdtls .cart_lftdv {*/
/*    float: none;*/
/*    width: auto;*/
/*    padding: 0 14px;*/
/*  }*/

/*  .cart_ritdv.cardpayment .cvv_number {*/
/*    width: 138px;*/
/*    display: inline-block;*/
/*  }*/

/*  .cart_testmonials p {*/
/*    padding-top: 10px;*/
/*  }*/

/*  .dtdesk {*/
/*    display: none;*/
/*  }*/

/*  .dtmob {*/
/*    display: block;*/
/*  }*/

/*  #country_dropdownb option {*/
/*    width: 100% !important;*/
/*    text-align: center;*/
/*  }*/

  /* .cartnew_rgt .ttledel{border-top:0;} */
/*  .continue_buttt.bk {*/
/*    margin-top: -20px;*/
/*  }*/

/*  .cart_page .cartnew_rgt.crt {*/
/*    padding: 0;*/
/*  }*/

/*  .breadcrumb li.actves a {*/
/*    border: 0 !important;*/
/*    width: auto !important;*/
/*    float: none !important;*/
/*    text-align: left !important;*/
/*  }*/

/*  .dir_payment {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*  }*/

/*  .dir_payment .doyouhave {*/
/*    display: block !important;*/
/*    padding-bottom: 5px;*/
/*  }*/

/*  .dir_payment .invoice_yourinfo div.inv_country {*/
/*    width: 100%;*/
/*  }*/

/*  .dir_payment .invoice_numbersec br {*/
/*    display: none;*/
/*  }*/

/*  .dir_payment .invoice_yourinfo div.inv_city, .dir_payment .invoice_yourinfo div.inv_state, .dir_payment .invoice_yourinfo div.inv_post {*/
    /* width: 47.7%; */
/*    width: 100%;*/
/*  }*/

/*  .dir_payment .onpay .exp_date select {*/
/*    width: 74px !important;*/
/*  }*/

/*  .dirpaysec .butt_nort {*/
/*    width: 100%;*/
/*  }*/

/*  .dirpaysec {*/
/*    float: none;*/
/*  }*/
/*}*/
.pay_gty_img.mobilesecc {
  display: none;
}


/*====== cart Responsive end=========*/
@media screen and (max-width: 992px) {
    .user img{
          display: none;
    }
    .mob_hd_top {
    display: none;
}
  #venlist ul li {
    border-radius: 10px;
    width: 32%;
    display: inline-block;
  }

  .whychooseus ul {
    text-align: center;
    margin-top: 30px;
  }

  #cattab ul.cat_ullist {
    margin-right: 26px;
    width: 22% !important;
  }

  .whychooseus ul li .img-fig img {
    top: 40%;
    width: auto !important;
  }

  .whychooseus ul li .img-fig {
    height: 65px;
  }

  .whychooseus ul li {
    display: inline-block !important;
    width: 32% !important;
    margin-bottom: 20px;
    text-align: center;
    height: 184px;
  }

  .serch_sec {
    padding: 30px 20px;
  }

  .popularn ul.cat_ullist {
    width: 299px;
    font-size: 14px;
    margin-right: 8px;
    float: initial;
  }

  .serch_sec h2.tophead {
    width: 35%;
    font-size: 15px;
    display: flex;
    align-items: center;
    background: #f7f8fc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 10px;
    margin-left: 0;
}

  .outline-content.obj .outline_cms {
    margin-top: -14px;
  }

  .f_logos {
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
  }

  .f_logos img {
    margin: 5px;
    max-width: 40%;
  }

  .afetrpretrain .small_para {
    width: auto;
    padding: 0 15px;
  }

  .afetrpretrain .hlf, .afetrpretrain .mainlvl, .afetrpretrain .phn-number.left {
    float: none;
    width: 100%;
  }

  .afetrpretrain .hlf:nth-child(2n) {
    margin-left: 0;
    float: none;
    padding: 0;
  }

  .formbox {
    padding: 0 10px;
  }

  .afetrpretrain .ful {
    padding-bottom: 15px;
  }

  .left_innerdash {
    padding-top: 15px;
  }

  .editprofile_leftpan {
    width: auto;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    float: none;
    text-align: center;
    padding-top: 20px;
    max-width: 400px;
  }

  .registration_form.edirprofile_right {
    float: none;
    width: auto;
  }

  .editpro_phnnum {
    width: 72% !important;
  }

  .lft_generalsummary.srvweoff {
    text-align: left;
    padding-top: 20px;
  }

  .inner_right.dashaboard ul li {
    margin-right: 0;
    margin-bottom: 0;
  }

  .inner_right.dashaboard ul li .inner_txt {
    width: 82%;
    height: 75%;
    margin: 0 auto;
  }

  .inner_lft {
    width: auto;
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .inner_right {
    width: auto;
    float: none;
  }

  .bg .details_filter ul li:nth-child(2) {
    width: 136px;
    padding-right: 0;
  }

  .alertBox .alertBoxInner {
    width: 98%;
  }

  .alertBox .popup_footer.alertfot.cartfoot ul {
    padding-left: 0;
  }

  .popup_footer.alertfot.cartfoot img {
    height: 40px;
  }

  .list-inner .list-leftcon .new_popular {
    top: 10px;
  }

  .our_centres_text h2 {
    font-size: 18px !important;
  }

  .thankyou_orderbanner .our_centres_text h2 span {
    font-size: 16px;
  }

  .cartorddtlsbottom.cart_bottomproceedsec a {
    margin-bottom: 20px;
  }

  .cartorddtlsbottom.cart_bottomproceedsec img {
    display: none;
  }

  .innerfull_cart_body .thankyou_orderbanner .our_centres_text {
    top: 16px;
  }

  .our_centres_text {
    width: auto;
  }

  .cart_lftdv, .cart_dv_lfte, .cart_ritdv, .cart_dv_rit {
    float: none;
    width: auto;
  }

  .cart_dv_lfte li {
    width: 48%;
  }

  .cartorddtls p {
    display: block;
  }

  .cartorddtls p label, .cartorddtls p textarea {
    display: block;
    width: 100%;
  }

  .cartorddtls p input[type=email], .cartorddtls p input[type=text] {
    width: 100%;
    display: block;
  }

  .notemsg {
    top: -94px;
  }

  .close-btn, .close-btn-enq, .close-btn_term {
    z-index: 9999999;
    right: 0;
  }

  .desktopmenu::-webkit-scrollbar, .custom-model-wrap::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .desktopmenu::-webkit-scrollbar-track, .custom-model-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .desktopmenu::-webkit-scrollbar-thumb, .custom-model-wrap::-webkit-scrollbar-thumb {
    background: #FFA834;
    border-radius: 10px;
  }

  /* Handle on hover */
  .desktopmenu::-webkit-scrollbar-thumb:hover, .custom-model-wrap::-webkit-scrollbar-thumb:hover {
    background: #cf7f16;
  }

  .no_scroll {
    width: 100%;
  }

  .pop_logo_txt {
    width: auto;
    margin-top: 10px;
  }

  .lfttran_pic img {
    width: 138px;
  }

  h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .inner_banner.mob-banner {
    height: 80px;
  }
  .inner_banner.mob-banner:before {
    background-color: #f9f9f9;
  }
  .inner_banner.mob-banner .container {
    height: auto;
    min-height: auto;
  }
  .inner_banner.mob-banner img {
    display: none;
  }

  .close-btn {
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 28px;
    padding: 0 6px;
  }

  .faq-block .wrapper .frequently_tab .bd div p {
    width: auto;
  }

  .bg .details_filter ul li:last-child {
    padding-right: 0;
  }

  .adfil .container .rel ul {
    position: relative;
  }

  .whychooseus ul li .img-fig {
    margin-bottom: 20px;
  }

  .whychooseus ul li .img-fig img {
    top: 50%;
    width: auto !important;
  }

  .details_filter.adfil.fixme {
    position: relative !important;
  }

  .lpo {
    width: 100%;
  }

  .rt {
    margin-right: 0;
  }

  .frm_pnl {
    padding: 0 15px;
  }

  .list-filter input[type=button] {
    width: 48%;
  }

  .course_cartpan {
    width: 350px;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q input {
    width: 34px;
    padding: 0;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q button {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q {
    width: 70px;
  }

  .course_cartpan .newcart_popwrap .new_cartpoprigt {
    width: 170px;
  }

  .cart_pdatevenu p {
    margin-bottom: 5px;
  }

  .crt_pop_ct {
    font-size: 12px;
    line-height: 16px;
  }

  #dwnOutLine .y_btn {
    margin-top: 10px;
  }

  .pop_logo_txt h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .location_bar li {
    font-size: 14px;
  }

  .top_sec-popup {
    display: block;
  }

  .pop_logo {
    margin-right: 5px;
    margin-top: 4px;
    width: 100%;
  }

  .location_bar ul {
    padding-left: 0;
  }

  .dtls-upcomvd h2 {
    font-size: 20px;
  }

  .bg .details_filter ul li .dtls-upcomvd .schedulebody a {
    width: auto;
  }

  .bg .details_filter {
    height: auto;
  }

  .bg .details_filter {
    padding: 7px 0;
  }

  header .hd_top .logomenu {
    flex-wrap: inherit;
  }

  .show_results .show_text {
    max-height: inherit;
  }

  .show_results .show_text h4 {
    width: auto;
    display: block;
    padding-bottom: 10px;
  }

  .show_results .show_text .update_filter {
    float: none;
  }

  .list-filter .listpg-fil h4 {
    text-align: left;
    padding-bottom: 5px;
  }

  .update_filter h5 {
    width: 100%;
  }

  .list-filter {
    top: 107px;
    width: 92%;
  }

  .inner_banner h2 {
    font-size: 20px;
    position: relative;
    z-index: 9;
  }

  #cattab ul.cat_ullist {
    width: auto;
  }

  .inner_banner img {
    width: 300px;
  }

  .desktopmenu #cssmenu ul li ul {
    box-shadow: inherit;
  }

  .bg .details_filter ul li:first-child {
    display: none;
  }

  .tab_drawer_heading {
    background: url(../images/plus-icon.png) 96% center no-repeat #ececec !important;
  }

  .tab_drawer_heading.d_active {
    background: url(../images/m-icon-white.png) 96% center no-repeat #202f44 !important;
  }

  .pr-0, .px-0 {
    padding-right: 15px !important;
  }

  .our_programs .program-pan {
    margin-bottom: 10px;
    text-align: center;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }
  .mob li {
    padding: 0 0 10px 0;
  }
  .mob li a {
    display: block;
  }
  .mob li span {
    padding-right: 10px;
  }
  .mob li span img {
    max-width: 26px;
    max-height: 26px;
  }
  .mob li ul li {
    padding: 6px 0px;
  }
  .mob li ul li span {
    display: inline-block;
    vertical-align: top;
    width: 34px;
  }
  .mob li ul li span img {
    max-width: inherit;
    max-height: 22px;
  }
  .mob li ul li a {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    font-size: 14px;
  }

  .mob .open .drop {
    display: none !important;
  }
  .mob .clicked {
    background-image: url(../images/m-uparrow.png) !important;
    background-color: #EDEDED !important;
    background-repeat: no-repeat !important;
    background-position: 92% 20px !important;
  }
  .mob .clicked .drop {
    display: block !important;
    width: 100% !important;
    padding: 2px 15px 15px 10px;
    position: fixed !important;
    top: 0 !important;
    margin-top: 0;
    left: -8px !important;
    overflow-y: auto;
    right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .mob .clicked .drop .submenu_close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999999999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
  }
  .mob .clicked .drop .submenu_close img {
    max-width: 18px;
  }
  .hd_banner {
    display: none;
  }

  .hd_banner.mob {
    display: block;
  }

  header .hd_banner .banner-text a {
    top: -102px;9
  }

  header .banner-animate {
    min-height: 140px;
  }

  .our_programs .program-pan img {
    object-fit: cover;
    width: auto;
  }

  .our_programs .program-pan .program_content a {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .whatsapp {
    bottom: 10px;
    right: 0;
  }

  .inner_banner {
    height: inherit;
    padding-top: 10px;
  }

  .inner_banner .container {
    min-height: auto;
  }

  header .hd_banner .banner-text {
    width: auto;
  }

  .desktopmenu #cssmenu .menu-logosec .menu-close {
    width: 20px;
  }

  .logomenu h1 {
    margin-left: 15px !important;
    width: 68%;
  }

  .video-sec h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .video-sec .container {
    top: 18%;
  }

  .our-promise {
    margin-top: 15px;
  }

  .our-promise .inner-promise {
    width: auto;
    float: none;
  }

  .our-promise .inner-promise .Promise-inner {
    width: auto;
    margin-right: 0;
  }

  .logo-separater {
    margin: 50px 0;
  }

  .popular-courses h2 {
    font-size: 40px;
  }

  .our-promise .inner-promise h2 {
    font-size: 26px;
  }

  .testimonials h2 span {
    margin-bottom: 15px;
  }

  .testimonials .testim-text img {
    float: none;
    margin-top: 0;
  }

  .testimonials .testim-text p {
    font-size: 14px;
    width: 97%;
    top: 54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 230px;
    padding: 55px 15px 0 15px;
    line-height: 20px;
  }

  .home-anivbanner .year-celebrationbtn {
    background: #b5965d;
    color: #fff !important;
    font-size: 9px;
    padding-right: 5px;
    bottom: 10px;
    left: 30px;
  }

  #testislide .owl-dots {
    left: 0;
    top: auto;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    bottom: 15px;
  }

  .footer-menu {
    display: none;
  }

  .footer-bootom .left_train {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-bootom .f_copy {
    text-align: center;
  }

  .model-open {
    position: fixed;
    left: 0;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 1000000;
    visibility: visible;
  }

  .close-btn {
    z-index: 10000000;
    visibility: visible;
  }

  .desktopmenu {
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    background: #f9f9f9;
    background: #f7f8fc;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 1000000;
    visibility: visible;
  }

  .desktopmenu #cssmenu ul li ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-left: 0;
  }
  .desktopmenu #cssmenu ul li ul li {
    display: block;
    width: 100%;
  }

  .popular-courses {
    padding: 0 15px;
  }

  .desktopmenu .login-sec {
    display: none;
  }

  .list-inner .list-locimg img {
    width: 100%;
  }

  .brdcam .container ul {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 0;
  }

  .bg .details_filter ul {
    display: block;
  }

  .bg .details_filter ul li {
    padding: 0 0;
    background-image: none;
    display: inline-block;
    margin-bottom: 15px;
  }

  ul.btncls li {
    padding-left: 0 !important;
    display: block !important;
    width: 100% !important;
  }

  .bg .details_filter ul li img {
    margin-top: 0px;
    float: none;
  }

  .bg .details_filter ul li:nth-child(3) {
    padding-right: 0;
  }

  .bg .details_filter ul li .dtls-upcomvd {
    top: 160px;
  }

  .bg .details_filter ul li.rgt {
    float: right;
  }

  .top_head {
    display: block;
    text-align: center;
  }
  .top_head .button-block {
    margin-top: 10px;
  }

  .total-members ul li {
    font-size: 18px;
  }

  .whychooseus ul {
    display: block;
  }

  .whychooseus ul li {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .outline-content .outline_cms p {
    padding-left: 0;
  }

  .outline-content .outline_cms ul {
    padding-left: 0;
  }

  .outline-content .outline_cms {
    background: none;
  }

  .inner_banner h2 {
    width: auto;
  }

  .your-say-block .form-bd {
    position: relative;
    width: 100%;
  }

  .frm_pnl .frm_sec {
    width: 100%;
    float: none;
  }

  .your-say-block .bd .text-block h3 {
    padding-top: 20px;
  }

  .testimonials h2 {
    font-size: 20px;
    line-height: 24px;
    width: auto;
    padding: 10px 0;
    text-align: center;
  }

  #testislide {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }

  .location-map .loclist {
    margin-top: 130px;
  }

  .location-map .loclist .europe-list li {
    width: 116px;
  }

  .location-map .locserc_butt {
    padding-left: 28%;
  }

  #relatedslide .owl-dots {
    display: none;
  }

  .iti {
    margin-bottom: 10px;
    width:100%;
  }

  #btnInvoicePayment, #btnInvoiceCreate {
    font-size: 15px;
  }

  .content_sec .rt_wrp .get_in_touch select {
    margin-bottom: 15px;
  }

  .about_team ul {
    display: block;
  }

  .about_team ul li {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    width: 49%;
  }

  .about_team .ppop .ppop_inr {
    width: auto;
  }

  .about_team .ppop .ppop_inr .cloz-icon {
    right: 0;
  }

  .about_team .ppop .ppop_inr::before {
    height: 100vh;
    width: 100%;
    border-bottom-right-radius: 0;
  }

  .about_team .ppop .ppop_inr .ppop_inr_l {
    float: none;
    width: auto;
    position: relative;
    display: block;
  }

  .ppop_inr_r {
    display: block;
    color: #fff;
    position: relative;
  }

  .ppop_inr_r_in {
    min-height: 250px;
    max-height: 250px;
  }

  .ppop_inr_r_in p {
    color: #fff;
  }

  .testomo_feedback h2 {
    margin-top: 0;
  }

  .our-parneship {
    padding-top: 0;
  }

  .rt_wrp h2 {
    margin-top: 20px;
  }

  .about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_con {
    height: 170px;
  }
}

@media screen and (max-width: 576px) {
        .mob_hd_top {
    display: none;
}

  .container.about_top h1 {
    bottom: 0 !important;
  }

  textarea#sa {
    width: 100% !important;
  }

  .iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    z-index: 9999999999;
  }

  .pop_sec {
    display: flex;
    overflow-y: hidden;
  }

  .course_serach_list .popular-inner {
    background: #fff !important;
    margin-bottom: 70px !important;
    min-height: 246px !important;
  }

  .head_sec {
    /* margin-top: 60px; */
    margin-bottom: 80px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: normal;
    align-items: center;
    justify-content: center;
  }

  .course_serach_list .popular-inner img {
    width: 100% !important;
  }

  .serchwrap.searhead_popp {
    width: 100%;
    padding: 25px 5px;
  }

  .serchwrap.searhead_popp .top_head_bar input#sa {
    width: 100% !important;
    font-size: 20px;
  }

  .serchwrap.searhead_popp .tabbox a {
    width: 100% !important;
  }

  .top_filhead {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .tophead {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px !important;
  }

  .tabboxdetail #listcat {
    margin-top: 0 !important;
  }

  .top_filclose .backhome {
    width: auto !important;
  }

  #cattab ul.cat_ullist li {
    min-height: 171px;
    padding: 0 15px;
  }

  .popupcours {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
  }

  #cattab ul.cat_ullist li a {
    min-height: 50px !important;
    font-size: 12px !important;
  }


  #cattab ul.cat_ullist {
    width: 45% !important;
    margin: 10px 8px;
    min-height: 168px;
  }

  .tabbox {
    display: block !important;
  }

  .serchwrap.searhead_popp {
    overflow-x: inherit !important;
  }

  .list-inner .list-leftcon {
    width: 220px;
    padding: 15px;
  }

  .list-inner .list-leftcon .next-date h3 {
    font-size: 12px;
  }

  .list-inner .list-leftcon .view_dtlsbut {
    left: 15px;
  }
}
@media screen and (max-width: 480px) {
    .popularn h1{
      margin-bottom: 0 !important;
    }
    .logomenu img {
    width: 115px !important;
}
    
dialog.popupForm {
    left: 0 !important;
    right: 0 !important;
    top: 280px !important;
}
    .tabboxdetail{
        padding-top:0 !important;
    }
    dialog.popupForm .radio_container {
    font-size: 12px;
}
    #cattab ul.cat_ullist li div {
    position: absolute;
    width: 40% !important;
    }
    .serchwrap.searhead_popp .top_head_bar input[type=button]{
        background-color:transparent !important;
    }
    #cattab ul.cat_ullist span img {
    max-width: 159px;
    max-height: 171px;
    margin-top: 0px;
    border-radius: 10px;
    cursor: pointer;
}
        #cattab ul.cat_ullist {
        width: 46% !important;
        margin: 10px 6px;
        min-height: auto;
    }
 
    .top_head_bar.serch_sec .searchButton {
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: 100% !important;
    padding-top: 7px;
    background: transparent !important;
    column-gap: 10px;
    font-weight:700 !important;
    font-size:16px !important;
}

    .top_head_bar.serch_sec input#coursesrchbtn {
    right: 0 !important;
    top: 15px;
}
    .top_head_bar.serch_sec h2.tophead {
    height: 50px;
    font-size: 17px;
  background:transparent !important;
    /* padding: 0 0 0 15px; */
    margin-top: 100px;
}
.top_filhead{
        display:none;
    }
.serchwrap.searhead_popp{
    top:86px;
}
.serch_sec{
      background:transparent !important;
  }  
.top_head_bar.serch_sec{
 box-shadow:none !important;
}    
   
.serch_sec .search {
    display: inherit;
    margin-top: 0px;
    height: auto;
} 
    
    .details-section {
    margin-top: 0px !important;
}
       ul.drop li {
        display: inline-block !important;
        width: 49% !important;
        height: 237px !important;
    }
    .popularn h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}
    #testislide .owl-dots{
        display:none;
    }
    .dropdown-trigger {
    gap: 4px !important;
    font-size: 16px;
    transition: all 0.3s ease;
}
    .custom-model-wrap{
        overflow:scroll;
    }
    .close-btn-filter {
    position: absolute;
    z-index: 9999;
    right: 30px;
    font-size: 41px;
}
    .custom-model-filter.model-open {
        position: fixed;
        left: 0;
        scrollbar-color: #FFA834 grey;
        scrollbar-width: thin;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: inherit;
        z-index: 1000000;
        visibility: visible;
    }
        .dtlspopuprgt .list-filter {
     top: 60px !important;
        width: 100%;
    }
        .custom-model-filter .list-filter {
        background: transparent !important;
        left: 0;
        /* overflow-x: clip; */
    }
    .dtlspopuprgt .custom-model-wrap {
    height: 100vh;
    left: 0;
    width: 98%;
    top: 0;
    position: absolute;
    left: 0;
}
.list-filter input[type=submit] {
    width: 99%;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    background: #1b2b40 !important;
}
    .list-filter input[type=button] {
        width: 100%;
        border-radius: 50px;
        line-height: 20px;
        color: #152438;
    }
      .dtlspopuprgt .list-filter {
        top: 107px;
        width: 100%;
    }
    .orfil {
    text-align: center;
    margin-bottom: 10px;
}
    input#ztoasort {
    display: none;
}
input#atozsort {
    display: none;
}
input#upcomingdt {
    display: none;
}
    .atozfil {
    display: inline-block;
    width: 46%;
    margin: 0 10px 0 0;
    text-align: center;
    height: auto;
}
    .radio_container {
    width: 100%;
}
    .custom-model-filter .list-filter{
        background:transparent !important;
        left:0;
    }
    .dtlspopuprgt .custom-model-inner {
        width: 100% !important;
        right: 0 !important;
    }
    .list-pan h3 {
    font-size: 18px;
    margin-bottom: 0 !important;
}
    .mob_filter_list h4 {
    border: 1px solid #202f44;
    width: 100px;
    font-size: 17px;
    text-align: center;
    border-radius: 50px;
    line-height: 34px;
    color: #202f44;
}
    .mob_filter_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-item:center;
    margin-bottom:30px;
}
form#asearch_course {
    padding: 0 30px;
}
.right-newsearch {
    display: none;
}
        .mob .clicked .drop .submenu_close {
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .menunames {
    position: relative;
    bottom: 98px !important;
    line-height: 17px !important;
    padding: 0 10px;
    font-size: 14px !important;
    font-weight: 600;
    width: 90% !important;
}
    .desktopmenu{
        width:100%;
    }
div#cssmenu .drkpnl {
        display: flex;
        align-items: baseline;
        justify-content: start;
        width: 334px !important;
        margin: 0 auto;
        margin-top: 40px;
        column-gap: 25px;
        z-index: 1 !important;
    }
    div#google_translate_element {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin: 20px 0 0 32px !important;
    background: #ccc;
    width: 259px !important;
    padding: 0 0 0 25px !important;
    background: #E6E8F4 !important;
    border-radius: 5px;
}
        .desktopmenu #cssmenu .menu-logosec .menu-close {
        width: 20px;
    }
    .desktopmenu #cssmenu .menu-logosec .menu-close {
    margin-top: 10px;
    margin: 0 0 0 26px;
}
        .desktopmenu #cssmenu ul li a {
        padding: 20px 70px 20px 0 !important;
        border-left: 5px solid transparent;
    }
    .desktopmenu #cssmenu ul li.topPdf {
    padding: 20px 10px;
       color:#1d243a;
}
.desktopmenu #cssmenu ul li.topPdf a{
    color:#1d243a;
}

        .mob {
        display: block;
        margin: 0 30px;
    }
        .mob .open {
    background: #f7f8fc !important;
    }
    .desktopmenu #cssmenu ul li {
    padding: 0;
}
        ul.drop {
        padding: 0 0 !important;
        margin: 0 auto;
        padding-top: 50px !important;
    }
    .hero-section {
    height: 200px !important;

}
.rating-section img {
    filter: invert(1) brightness(6);
}
.detail-row {
    display: flex;
    justify-content: start;
    /* align-items: anchor-center; */
    margin-bottom: 15px;
    margin: 0 0 10px 30px;
}
    .newdtlspg .total-members ul li {
        width: 122px;
    }
    .outline-content {
    padding-bottom: 20px;
    padding: 10px 30px;
}

/*    .newdtlspg .dtls_btn .y_btn {*/
/*    width: 90% !important;*/

/*}*/
    .newdtlspg .dtls_btn .y_btn {
    width: 87% !important;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
}
  .newdtlspg .dtls_btn {
    text-align: center;
    margin-left: 0;
    background: #202f44;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    column-gap: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
     position: relative !important; 
    bottom: -70px;
    width: 100%;
}
    .outline-content {
    padding-bottom: 20px;
    padding: 0 50px 0px 50px;
}
    .newdtlspg .dtls_btn .y_btn {
    width: 90%;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: unset;
    margin-top: 0;
    font-weight: 400;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 14px;
    padding: 0 20px;
}
    .newdtlspg .tab_content{
        margin-bottom:20px;
    }
    .newdtlspg .dtls_btn{
        display:block !important;
    }
    .tab_content:first-child{
        display:none;
    }
        .newdtlspg .dtls_right {
        padding: 20px;
        margin-top: 0;
    }
    h3.tab_drawer_heading img {
    width: 20px;
    margin: 0 10px 0 0;
}
        .tab_drawer_heading {
        background: url(../images/plus-icon.png) 94% center no-repeat #e6e8f4 !important;
        padding: 14px;
        border-radius: 5px;
    }
    .newdtlspg .dtls_btn{
        display:block;
    }
    .tab_drawer_heading {
        background: url(../images/plus-icon.png) 94% center no-repeat #e6e8f4 !important;
        padding: 14px;
        border-radius: 5px;
    }
        .tab_drawer_heading.d_active {
        padding: 10px 0;
    }
    .newdtlspg .dtls_btn {
    display: block;
    width: 100%;
}
    ul.tabs {
    display: none !important;
}
        .newdtlspg .dtls-offtxt {
    display: inherit !important;
}
    .listvenuoverlaytab{
          margin-bottom: 0px !important;
    }
       .newdtlspg .listwrap{
            width: 100% !important;
    }
    .dtls_right .oderlast{
        margin-top:20px !important;
    }
        .newcourselist .listwrap .list-inner .list-leftcon p{
        width:90% !important;
    }
    .list-inner .list-locimg .listvenuoverlay{
         top: inherit !important;
    }
                .newcourselist .listwrap .list-inner {
        padding: 15px;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .close-btn-cart {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px;
    cursor: pointer;
    color: #000;
}
        .gh .custom-model-wrap {
    display: block;
    width: 100% !important;
    right: 0 !important;
    height: auto;
}
        li.mobil {
    display: block;
}
        li.des{
        display:none;
    }
    li.dropdown__filter-selected {
    outline: none !important;
    font-size: 12px;
}
    .contact_drop .dropdown__filter::after {
    position: absolute;
    top: 34%;
    right: 0px;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #202f44;
    border-bottom: 2px solid #202f44;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
    /*.contact_drop {*/
    /*    display: none;*/
    /*}*/
      .carousel-wrap2 {
    display: block !important;
  }
  .container.about_top h1 {
    bottom: 0 !important;
  }

  .discover_sec .discover_part .discover_wrp .dis_name {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    color: #414e60;
    padding: 10px 0;
  }

  .discover_sec .discover_part h2 {
    margin: 10px 40px !important;
  }

  .carousel-wrap {
    display: none;
  }



  .serch_sec {
    margin-top: -115px !important;
  }

  .serchwrap.searhead_popp .top_head_bar input[type=button] {
    background: #f7f8fc url(../images/search_icon.svg) center center no-repeat;
    width: 38px;
    height: 37px;
    border: 0;
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 0 5px 5px 0;
  }

  .head_sec {
    height: auto !important;
    padding: 20px 10px !important;
    border-radius: 5px;
  }

  ul.cat_ullist li p {
    font-weight: 700;
  }

  .footer-bootom .left_train ul li {
    display: inline-block !important;
    margin: 0 7px 0 0;
    width: 25px;
  }

  .whychooseus ul li {
    display: inline-block !important;
    width: 49% !important;
    margin-bottom: 20px;
    text-align: center;
    height: 164px;
  }

  .serch_sec {
    display: block;
  }

  .serch_sec h2.tophead {
    width: 100%;
    font-size: 21px !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    justify-content: center;
  }

  #venlist ul li {
      border-radius: 10px;
        width: 49%;
        display: inline-block;
        min-height: 145px;
        height: 145px;
        margin-bottom: 15px;
  }

  ul li {
    border-radius: 10px;
    width: 100%;
    display: block;
  }

  ul.cat_ullist a {
    bottom: 0;
    width: auto;
    height: 100%;
  }

  .serch_sec {
    box-shadow: none;
  }

  .popularn ul.cat_ullist {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    /* margin-right: 14px; */
    background: #f7f8fc;
    /* float: left; */
    border-radius: 5px;
    margin: 0 0 14px 10px;
    /* min-height: 200px; */
  }

  .wraper_box {
    padding: 0 0;
  }

  .midclientlogo {
    text-align: center;
    padding: 65px 0 40px 0;
    display:none !important;
  }

  #cattab ul.cat_ullist {
    width: 45% !important;
    margin: 10px 8px;
    min-height: 168px;
  }

  .lissingbanner-section h1 {
    position: relative;
    bottom: 0 !important;
  }

  .newcourselist .listwrap .list-inner .list-leftcon .new_popular {
    right: -25px;
    top: 1px;
    z-index: 9;
  }

  .about_top p {
    color: #fff;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    max-height: 140px;
    overflow-x: scroll;
  }

  .about_team ul li {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  img.dyn-img2 {
    position: relative;
    top: 0;
    width: 20%;
    margin: 0 auto !important;
    right: 0;
    left: 0;
    background: #202f44;
    text-align: center;
    display: block;
    display:none !important;
}

a#\33 991\|Artificial\ Intelligence\ \(A\.I\)\ for\ Everyone\:\ Practical\ Applications\ and\ Best\ Practices\|2025-08-04\|20\|London\|5899\.92\|4758\|mainc
Specificity: (1,0,1)
 {
    width: 99% !important;
}

}

@media screen and (max-width: 450px) {
    .head_sec{
           display: inline !important;
    }
    .srcrestxtdv {
    display: flex;
    align-items: center;
    justify-content: center !important;
    box-shadow: -2px 0px 11px 0px #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
    .top-coursedropdown{
        background: #fff;
    border: 0px !important;
    /* margin-top: -1px; */
    z-index: 99999999999 !important;
    position: absolute;
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #63758E;
    line-height: 18px;
    border-top: 1px solid #f0f0f0;
    scrollbar-color: #1d3258 #f5f5f5;
    scrollbar-width: thin;
    max-height: 610px;
    padding: 0px;
    margin-top: 60px;
    left: 0;
    margin: 0 auto;
    right: 0px;
    top: 72px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
    }
dialog.popupForm {
    left: 0 !important;
    right: 0 !important;
    top: 280px !important;
}
    .card-container {
    overflow-x: scroll !mportany;       /* Forces scrollbar to always appear */
    scrollbar-width: auto;    /* For Firefox */
}

.card-container::-webkit-scrollbar {
    display: block;           /* For Chrome, Safari */
    height: 8px;              /* Optional: Customize height */
}
    .middle_sec .owl-dots {
	text-align: center;
	margin-top: 15px;
}
.middle_sec .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;
	margin: 0 5px;
}


    .card_list a.view_dtlsbut {
    display: flex;
    justify-content: space-between !important;
    padding: 0 15px;
}
    a.view_dtlsbut {
    display: flex;
    justify-content: flex-start !important;
    padding: 0 15px;
}

        .popularn.catego.cattabsearch {
        padding-top: 70px !important;
    }
        .middle_sec img {
        height: auto !important;
    }
      .card-container {
        flex-wrap: wrap;
        overflow-x: unset;
      }

      .catagorycard {
        width: 180px;
      }
    }

    /* Mobile: horizontal scroll */

@media screen and (max-width: 440px) {
        .logomenu img {
    width: 125px;
}

      ul.drop.mob_all_course li {
        min-height: 197px !important;
    }
    

    .lissingbanner-section.blognewban.contentbanner {
    height:167px !important;
    min-height: 167px !important;
}
    .lissingbanner-section .container h2 {
        font-size: 16px !important;
        line-height: 18px !important;
        position: absolute;
        top: -100px;
        right: 0;
        left: 0;
    }
        .dtls_overview {
        padding: 16px 20px 0px 20px;
    }
 
    img.dyn-img2 {
    position: relative;
    top: 0;
    width: 20%;
    margin: 0 auto !important;
    right: 0;
    left: 0;
    background: #202f44;
    text-align: center;
    display: block;
}

    header .to_right .Top-righticon #iconnc {
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
}
        .desktopmenu #cssmenu ul li ul li {
        min-height: auto;
    }
        .desktopmenu #cssmenu ul li {
        padding: 0;
        margin-bottom: 0px !important;
    }
   .dtlspopuprgt .custom-model-inner {
width: 100% !important;
    left: 0;
    }
    ul.drop li {
        display: inline-block !important;
        width: 49% !important;
        height: 150px !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: 150px;
        background: transparent !important;
    }
     ul.drop li:hover {
          background: transparent !important;
              box-shadow:none !important;
     }
     .desktopmenu #cssmenu ul li ul li:hover{
       
        box-shadow: none !important;
     }
        .desktopmenu #cssmenu ul li ul li{
        display:none;
    }
.view_add_tocart {
    padding: 0 60px !important;
}
}

@media screen and (max-width: 420px) {
    .footer-bootom .f_copy p {
    padding-bottom: 20px;
  }
    .alphabetical-buttons label {
    margin-right: 8px;
    border: 1px solid #202f44;
    border-radius: 50px;
    padding: 5px 5px !important;
    width: 99px !important;
    float: left;
}
dialog {
    border: 0;
    padding: 20px 20px !important;
}
    .top-coursedropdown ul li{
        margin-bottom:15px !important;
    }

    ul.drop.mob_all_course li {
        min-height: 197px !important;
    }
    .desktopmenu #cssmenu ul li .mob_learn_iblog{
        padding-top:35px !important;
        top: -41px !important;
    }
    
    .menunames{
        color:#fff !important;
    }
        .desktopmenu #cssmenu ul li {
        padding: 0;
        margin: 0px 0 !important;
    }
    ul.drop.mob_learn_iblog li {
    min-height: auto;
}
      ul.drop.allcourse_list.mob_learn_iblog.sub li {
    padding-bottom: 0;
    margin-bottom: 20px !important;
}
 ul.drop.allcourse_list.mob_learn_iblog.sub li a{
     margin-top: 0;
 }
    .desktopmenu #cssmenu ul .active a {
    color: #1d243a !important;
    background: #f7f7f7;
}
    ul.drop.mob_learn_iblog img.menu-close{
        display:none !important;
    }
    .desktopmenu #cssmenu ul .active a {
    color: #243348b !important;
}
    ul.drop.mob_learn_iblog li a {
    margin-top: 16px;
        color: #243348 !important;
}
ul.drop.mob_learn_iblog li {
    height: auto !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    border:0px !important;
}
        ul.drop.mob_learn_iblog {
        padding: 0 20px !important;
        margin-top: 71px !important;
    }
    ul.drop.mob_learn_iblog {
  padding:0 20px;
}
    ul.drop.mob_learn_iblog li {
    width: 100% !important;
}
     div#cssmenu .drkpnl {
        display: flex;
        align-items: baseline;
        justify-content: start;
        width: 334px !important;
    }
    .menunames {
    position: relative;
    bottom: 80px;
    line-height: 21px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    width: 97%;
}
    .dtlspopuprgt .custom-model-inner {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
        .newdtlspg .dtls-offtxt {
    display: inherit !important;
}
      .listvenuoverlaytab{
          margin-bottom: 0px !important;
    }
       .newdtlspg .listwrap{
            width: 100% !important;
    }
        .crsdtlslist .list-locimg.tablistlocimg img {
        width: 100% !important;
    }
    .pop_bdy{
        background:#fff !important;
    }
        .update_filter {
    padding: 15px 6px !important;
}
    .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: -1 !important;
}
       .dtlspopuprgt .custom-model-inner {
     position: initial !important;
    }
    .hed img {
    width: 43% !important;
}
       .sums{
            padding: 8px 0px !important;
    }
    .opoo span#invNoDis{
     
        color:#202f44;
        font-size:18px;
    }
    .cart_pics img{
        width:100% !important;
    }
 .newcourselist .listwrap .right-newsearch{
   max-height: inherit !important
 }
    .continue_buttt.bk.desk {
        display: none !important;
    }
    .uid.cartrtsec{
        padding-bottom:0px !important;
          margin-bottom:0px !important;
    }
    .location_bar {

    padding: 5px 12px;
   
}
        .frm_sec .y_btn {
        width: 160px;
        padding: 0;
        margin-bottom: 30px;
        height: 40px;
        left: 0;
        position: relative;
        right: 0;
        display: block;
        margin: 0 auto;
    }
    .custom-model-inner{
        max-width:100% !important;
        width:100% !important;
    }
    .ft_btm li {
    display: inline !important;
    }
    .dtlspopuprgt .custom-model-inner {
    margin-top: 0;
 width: 100% !important;
    position: absolute;
        right: 0 !important;
    left: 0 !important;
}
    .cartnew_lft.userdtls .cart_lftdv{
        padding:0 0 !important;
    }
        .dir_payment .wrapper.sdf {
        width: 336px !important;
    }
    .dir_payment .checkoutwrp .container .ordernn {
    max-width: 387px !important;
}
    .newpayyy .invoice_numbersec p.doyouhave.firstp{
        line-height: 25px;
    }
.dir_payment .cartnew_lft.userdtls.ordernn {
        min-height: 400px !important;
    }
.dir_payment .checkoutwrp .container .user-wrapmax {
    max-width: 100%;
 
}
.radio-buttons.currencytabb {
    position: relative;
    margin-bottom: 20px;
}
.pay_opt {
    width: 100% !important;
 
    background: #ffffff;
     margin: 0 0 0 0px !important;
    padding: 23px;
    border-radius: 10px;
}
    .dir_payment .crtshd{
        margin:0 auto;
    }
    .dir_payment .checkoutwrp .container .ordernn {
    max-width: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 25px !important;
}
    .minivrtdropdown .inpt input[type="text"] {
    height: 43px;
    width: 100%;
}
        .minivrtdropdown ul.dropdown-content{
        width:92% !important;
    }
    .minivrtdropdown {
    width: 100% !important;
}
 .agrgpayap button.otherpayvald {
  width: 80%;
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
    width: 93% !important;
    
}
        .agrgpayap {
    display: block !important;
}
      .exprsdummy .asd button.otherpayvald {
    border: 0;
    background: transparent !important;;
    width: 86% !important;;
    padding-top: 10px !important;
}
.exprsdummy .asd button.otherpayvald img {
        width: auto !important;
        padding-top: 4px !important;
        
}
    .checkoutwrp .container .user-wrapmax {
    margin: 0 !important;
}
    .cart_lftdv.userinfo_frm strong {
    margin-bottom: 0 !important;
    display: block;
}
        .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3 {
        margin-bottom: 10px !important;
        margin-top: 10px;
    }
        .uid .mini_heading {
    font-size: 15px;
}
       .cartnew_lft.userdtls .cart_lftdv {
        margin-top: 0px !important;
        padding-top: 0 !important;
    }
        .checkoutwrpinvcrt p {
    margin: 10px -10px !important;
}
    .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3{
        margin-bottom:0px !important;
    }
    .term_agre.gopg {
    margin: 0 0 0 -15px !important;
}
    .p1 {
    padding-left: 15px !important;
}
        .wrapper.sdf {
    width: 360px !important;
    }
    .hed {
        text-align: center;
        padding-top: 20px !important;
    }
    .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 25px !important;
    }

    .checkoutwrpinvcrt {
    margin: 0;
    width: 100%;
}
    .blutxt {
    text-align: right;
    width: 34% !important;
    float: left;
}
           .newcourselist .listwrap .list-inner {
        padding: 1px 16px !important;
     
    }
    .newcourselist.crsdtlslist .list-inner{
       margin-bottom:0px !important;
}
    .listvenuoverlaytab {
    margin-bottom: 24px;
}
        .sums h2{
        text-align:center !important;
    }
        .newcourselist .popularimg {
    width: 86px !important;
}
    .newcourselist .listwrap .list-inner .list-leftcon p {
    min-height: auto !important;
    line-height: normal;
}
    .list-leftcon img {
    width: 25% !important;
}
        .newcourselist .listwrap .list-inner .list-leftcon p{
        width:90% !important;
    }
    .btn_pnl{
        margin-top:20px !important;
    }
        .newcourselist .listwrap .list-inner .list-leftcon {
        width: 100%;
        padding-top: 15px;
    }

        .list-inner .list-locimg .listvenuoverlay{
         top: inherit !important;
    }
            .newcourselist .listwrap .list-inner {
        padding: 15px;
        border-bottom: none;
        margin-bottom: 30px;
    }
        li.cht{
        display:none;
    }
            .iti {
        margin-bottom: 10px !important;
    }
        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 20px !important;
    }
    /*    .cartnew_lft.userdtls .cart_lftdv input[type=text]{*/
    /*    margin-bottom:15px !important;*/
        
    /*}*/
    select.selectpaymenttype {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 5px;
 background: #202f44 !important;
    color: #fff !important;
}

       .sums{
        margin-bottom:0 !important;
    }
    .modal-body {
    min-height: auto !important;
    /* overflow-x: auto; */
         height: auto !important;
}
    .cartnew_lft.userdtls .cart_lftdv textarea {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 1%;
    width: 100%;
    resize: none;
    padding: 20px 20px !important;
    color: #000 !important;
}
    .card-section {
    margin-top: 0;
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
}
            #revolut_payment input {
        width: 100% !important;
                margin-bottom: 10px !important;
    }
            .cartnew_lft.payment {
        padding: 0 0 !important;
    }
     .term_agre {
    display: block !important;
    margin: 0 0 0 18px;
}
    .i_agre {
        padding: 7px !important;
    }
    .user-wrapmax {
        margin-bottom: 0 !important;
    }
    .cartnew_lft.payment.ordernn{
         padding-bottom: 0px;
    }
    .checkoutwrp {
    padding: 0px 0;
    margin-top: -19px;
    padding-bottom: 0px;
}
    .cart_lftdv .col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
.cart_lftdv .col-md-6.col-sm-12.pr-0{
       padding: 0px !important;
}
        .user-wrapmax.col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
    a.btnnextnor {
    background: #bd9855;
    padding: 15px 50px;
    margin-top: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    max-width: 140px;
    text-align: center;
}
    a.btnnextdis {
    margin: 0 40px !important;
}
        .cartnew_lft.payment.ordernn {
    padding: 20px !important;
}
    .cartnew_lft.payment.ordernn{
        margin-top:20px !important;
    }
            .cartnew_lft.userdtls.ordernn {
        min-height: 970px !important;

    }
    .sums {
    width: 100% !important;
    /* float: right; */
    /* max-width: 390px; */
    padding: 20px 0px;
    /* margin-bottom: 50px; */
    /* position: sticky; */
    top: 0;
    right: 0;
}
        .i_agre {
        text-align: left;
        margin-bottom: 35px;
        padding: 0 20px !important;
    }
        #country_dropdownb option {
        width: 100% !important;
        text-align: left !important;
    }
       .cart_lftdv #frmbilling textarea, .cart_lftdv #frmbilling input[type=email], .cart_lftdv #frmbilling input[type=text] {
        padding-left: 12px !important;
    }
    .cart_lftdv.userinfo_frm {
    padding-top: 30px !important;
}
        .cart_lftdv #frmbilling input[type=text] {
        padding-left: 10px !important;
        
    }
        .list-inner .list-locimg .listvenuoverlay{
        margin-top:0 !important;
    }
     .btn_pnl {
    display: block !important;
        margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-locimg {
    height: auto !important;
}
        .newcourselist .listwrap .list-inner .list-locimg img {
    height: auto !important;
    margin-bottom: 0px !important;
}
        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    

        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    .gh .custom-model-wrap {
    display: block;
    width: 100% !important;
    right: 0 !important;
    height: auto;
}
    .contact_drop .dropdown__filter::after {
    position: absolute;
    top: 30%;
    right: -15px !important;
    content: "";
    width: 7px !important;
    height: 7px !important;
   border-right: 2px solid #202f44;
    border-bottom: 2px solid #202f44;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
}
@media screen and (max-width: 390px) {
        .desktopmenu #cssmenu ul li {
        padding: 0;
        margin-bottom: 15px !important;
    }
            .dtlspopuprgt .custom-model-inner {
        width: 100% !important;
    }
    .corporate.sdl {
        position: absolute;
        bottom: 65px;
        right: 0;
        text-align: center;
        color: #fff;
        width: 100% !important;
    }
        .newdtlspg .dtls-offtxt {
    display: inherit !important;
}
      .listvenuoverlaytab{
          margin-bottom: 0px !important;
    }
       .newdtlspg .listwrap{
            width: 100% !important;
    }
        .crsdtlslist .list-locimg.tablistlocimg img {
        width: 100% !important;
    }
        .pop_bdy{
        background:#fff !important;
    }
        .update_filter {
    padding: 15px 6px !important;
}
    .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: -1 !important;
}
       .dtlspopuprgt .custom-model-inner {
     position: initial !important;
    }
    .hed img {
    width: 43% !important;
}
       .sums{
            padding: 8px 0px !important;
    }
       .opoo span#invNoDis{
        color:#202f44;
        font-size:18px;
    }
         .dir_payment .wrapper.sdf {
        width: 308px !important;
    }
    .extpaymentpg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
        .cart_pics img{
        width:100% !important;
    }
     .newcourselist .listwrap .right-newsearch{
     max-height: inherit !important
 }
         .newcourselist .phn-right {
        /*margin-top: 90px !important;*/
    }
    .continue_buttt.bk.desk {
        display: none !important;
    }
  
        .dir_payment .checkoutwrp .container .ordernn {
        max-width: 358px !important;
    }
    .dtlspopuprgt .custom-model-inner {
    margin-top: 0;
 width: 100% !important;
    position: absolute;
        right: 0 !important;
    left: 0 !important;
}
    .minivrtdropdown .inpt input[type="text"] {
    height: 43px;
    width: 100%;
}
        .minivrtdropdown ul.dropdown-content{
        width:92% !important;
    }
      .minivrtdropdown {
    width: 100% !important;
}
    .agrgpayap {
    display: block !important;
}
.agrgpayap button.otherpayvald {
    
    width: 100% !important;

}
    .exprsdummy .asd button.otherpayvald {
    border: 0;
    background: transparent !important;;
    width: 86% !important;;
    padding-top: 10px !important;
}
.exprsdummy .asd button.otherpayvald img {
          width: auto !important;
        padding-top: 4px !important;
}
    .checkoutwrp .container .user-wrapmax {
    margin: 0 !important;
}
    .cart_lftdv.userinfo_frm strong {
    margin-bottom: 0 !important;
    display: block;
}
          .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3 {
        margin-bottom: 20px !important;
   
    }
        .uid .mini_heading {
    font-size: 15px;
}
        .hed {
        text-align: center;
        margin-bottom: 30px !important;
        padding-top: 20px !important;
    }
       .cartnew_lft.userdtls .cart_lftdv {
        margin-top: 0px !important;
        padding-top: 0 !important;
    }
        .checkoutwrpinvcrt p {
    margin: 10px -10px !important;
}
        .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3{
        margin-bottom:0px !important;
    }
    .term_agre.gopg {
    margin: 0 0 0 -15px !important;
}
    .p1 {
    padding-left: 15px !important;
}
        .wrapper.sdf {
    width: 360px !important;
    }

        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 25px !important;
    }
    .checkoutwrpinvcrt {
    margin: 0;
    width: 100%;
}
    .blutxt {
    text-align: right;
    width: 34% !important;
    /*float: right;*/
}
        .newcourselist.crsdtlslist .list-inner{
       margin-bottom:0px !important;
}
    .listvenuoverlaytab {
    margin-bottom: 24px;
}
        .sums h2{
        text-align:center !important;
    }
    .checkoutwrp{
        background:#f7f8fc !important;
    }
    .newcourselist .popularimg {
    width: 86px !important;
}
        .coursereating {
    margin-top: 10px;
    margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-leftcon p {
    min-height: auto !important;
    line-height: normal;
}
    .list-leftcon img {
    width: 25% !important;
}
    .coursereating {
    margin-bottom: 20px;
}
        .newcourselist .listwrap .list-inner .list-leftcon p{
        width:90% !important;
    }
        .list-inner .list-locimg .listvenuoverlay{
        top:inherit !important;
    }
            .newcourselist .listwrap .list-inner {
        padding: 15px;
        border-bottom: none;
        margin-bottom: 30px;
    }
            .iti {
        margin-bottom: 10px !important;
    }
        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 10px !important;
    }
    /*    .cartnew_lft.userdtls .cart_lftdv input[type=text]{*/
    /*    margin-bottom:15px !important;*/
        
    /*}*/
    select.selectpaymenttype {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 5px;
    background: #202f44;
    color: #ffff;
}

       .sums{
        margin-bottom:0 !important;
        
    }
    .modal-body {
    min-height: auto !important;
    /* overflow-x: auto; */
         height: auto !important;
}
    .cartnew_lft.userdtls .cart_lftdv textarea {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 1%;
    width: 100%;
    resize: none;
    padding: 20px 20px !important;
    color: #000 !important;
}
    .card-section {
    margin-top: 0;
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
}
            #revolut_payment input {
        width: 100% !important;
                margin-bottom: 10px !important;
    }
            .cartnew_lft.payment {
        padding: 0 0 !important;
    }
     .term_agre {
    display: block !important;
    margin: 0 0 0 18px;
}
    .i_agre {
        padding: 7px !important;
    }
    .user-wrapmax {
        margin-bottom: 0 !important;
    }
    .cartnew_lft.payment.ordernn{
         padding-bottom: 0px;
    }
    .checkoutwrp {
    padding: 0px 0;
    margin-top: -19px;
    padding-bottom: 0px;
}
    .cart_lftdv .col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
.cart_lftdv .col-md-6.col-sm-12.pr-0{
       padding: 0px !important;
}
        .user-wrapmax.col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
    a.btnnextnor {
    background: #bd9855;
    padding: 15px 50px;
    margin-top: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    max-width: 140px;
    text-align: center;
}
    a.btnnextdis {
    margin: 0 40px !important;
}
        .cartnew_lft.payment.ordernn {
    padding: 20px !important;
}
    .cartnew_lft.payment.ordernn{
        margin-top:20px !important;
    }
            .cartnew_lft.userdtls.ordernn {
        min-height: 970px !important;

    }
    .sums {
    width: 100% !important;
    /* float: right; */
    /*background: #fff;*/
    /* max-width: 390px; */
    padding: 20px 0px;
    /* margin-bottom: 50px; */
    /* position: sticky; */
    top: 0;
    right: 0;
}
        .i_agre {
        text-align: left;
        margin-bottom: 35px;
        padding: 0 20px !important;
    }
        #country_dropdownb option {
        width: 100% !important;
        text-align: left !important;
    }
       .cart_lftdv #frmbilling textarea, .cart_lftdv #frmbilling input[type=email], .cart_lftdv #frmbilling input[type=text] {
        padding-left: 12px !important;
    }
    .cart_lftdv.userinfo_frm {
    padding-top: 30px !important;
}
        .cart_lftdv #frmbilling input[type=text] {
        padding-left: 10px !important;
        
    }
        .list-inner .list-locimg .listvenuoverlay{
        margin-top:0 !important;
    }
     .btn_pnl {
    display: block !important;
        margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-locimg {
    height: auto !important;
}
        .newcourselist .listwrap .list-inner .list-locimg img {
    height: auto !important;
    margin-bottom: 0px !important;
}
        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    

        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    .gh .custom-model-wrap {
    display: block;
    width: 100% !important;
    right: 0 !important;
    height: auto;
}
    .contact_drop .dropdown__filter::after {
    position: absolute;
    top: 30%;
    right: -15px !important;
    content: "";
    width: 7px !important;
    height: 7px !important;
   border-right: 2px solid #202f44;
    border-bottom: 2px solid #202f44;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
}
@media screen and (max-width: 400px) {
        #cattab ul.cat_ullist span img {
        max-width: 159px;
        max-height: 152px;
    }
        #cattab ul.cat_ullist {
        width: 45% !important;
        margin: 8px 8px !important;
        min-height: 150px !important;
    }
    #cattab ul.cat_ullist li {
        min-height: 171px;
        padding: 0 0 !important;
    }
        .catagorycard {
        position: relative;
        width: 181px !important;
        height: 200px !important;
        }
    .card_list a.view_dtlsbut {
    display: flex;
    justify-content: space-between !important;
    padding: 0 15px;
}
    
          .whychooseus ul li {
        height: 184px !important;
    }
    .dtls_right .certifications .cpd-logo h3{
        padding-right:10px !important;
    }
        ul.drop.mob_all_course li {
        min-height: 179px !important;
    }
    .hero-section figure img {
    height: 273px;
}
        .details-section {
        margin-top: 0 !important;
    }
        .newdtlspg .dtls-offtxt {
    display: inherit !important;
}
      .listvenuoverlaytab{
          margin-bottom: 0px !important;
    }
       .newdtlspg .listwrap{
            width: 100% !important;
    }
        .crsdtlslist .list-locimg.tablistlocimg img {
        width: 100% !important;
    }
        .pop_bdy{
        background:#fff !important;
    }
        .update_filter {
    padding: 15px 6px !important;
}
    .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: -1 !important;
}
       .dtlspopuprgt .custom-model-inner {
     position: initial !important;
    }
    .hed img {
    width: 43% !important;
}
       .sums{
            padding: 8px 0px !important;
    }
       .opoo span#invNoDis{
        color:#202f44;
        font-size:18px;
    }
         .dir_payment .wrapper.sdf {
        width: 308px !important;
    }
    .extpaymentpg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
        .cart_pics img{
        width:100% !important;
    }
     .newcourselist .listwrap .right-newsearch{
     max-height: inherit !important
     margin-bottom:30px;
 }
         .newcourselist .phn-right {
        /*margin-top: 90px !important;*/
    }
    .continue_buttt.bk.desk {
        display: none !important;
    }
  
        .dir_payment .checkoutwrp .container .ordernn {
        max-width: 358px !important;
    }
    .dtlspopuprgt .custom-model-inner {
    margin-top: 0;
 width: 100% !important;
    position: absolute;
        right: 0 !important;
    left: 0 !important;
}
    .minivrtdropdown .inpt input[type="text"] {
    height: 43px;
    width: 100%;
}
        .minivrtdropdown ul.dropdown-content{
        width:92% !important;
    }
      .minivrtdropdown {
    width: 100% !important;
}
    .agrgpayap {
    display: block !important;
}
.agrgpayap button.otherpayvald {
    
    width: 100% !important;

}
    .exprsdummy .asd button.otherpayvald {
    border: 0;
    background: transparent !important;;
    width: 86% !important;;
    padding-top: 10px !important;
}
.exprsdummy .asd button.otherpayvald img {
          width: auto !important;
        padding-top: 4px !important;
}
    .checkoutwrp .container .user-wrapmax {
    margin: 0 !important;
}
    .cart_lftdv.userinfo_frm strong {
    margin-bottom: 0 !important;
    display: block;
}
          .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3 {
        margin-bottom: 20px !important;
   
    }
        .uid .mini_heading {
    font-size: 15px;
}
        .hed {
        text-align: center;
        margin-bottom: 30px !important;
        padding-top: 20px !important;
    }
       .cartnew_lft.userdtls .cart_lftdv {
        margin-top: 0px !important;
        padding-top: 0 !important;
    }
        .checkoutwrpinvcrt p {
    margin: 10px -10px !important;
}
        .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3{
        margin-bottom:0px !important;
    }
    .term_agre.gopg {
    margin: 0 0 0 -15px !important;
}
    .p1 {
    padding-left: 15px !important;
}
        .wrapper.sdf {
    width: 360px !important;
    }

        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 25px !important;
    }
    .checkoutwrpinvcrt {
    margin: 0;
    width: 100%;
}
    .blutxt {
    text-align: right;
    width: 34% !important;
    /*float: right;*/
}
        .newcourselist.crsdtlslist .list-inner{
       margin-bottom:0px !important;
}
    .listvenuoverlaytab {
    margin-bottom: 24px;
}
        .sums h2{
        text-align:center !important;
    }
    .checkoutwrp{
        background:#f7f8fc !important;
    }
    .newcourselist .popularimg {
    width: 86px !important;
}
        .coursereating {
    margin-top: 10px;
    margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-leftcon p {
    min-height: auto !important;
    line-height: normal;
}
    .list-leftcon img {
    width: 25% !important;
}
    .coursereating {
    margin-bottom: 20px;
}
        .newcourselist .listwrap .list-inner .list-leftcon p{
        width:90% !important;
    }
        .list-inner .list-locimg .listvenuoverlay{
        top:inherit !important;
    }
            .newcourselist .listwrap .list-inner {
        padding: 15px;
        border-bottom: none;
        margin-bottom: 30px;
    }
            .iti {
        margin-bottom: 10px !important;
    }
        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 10px !important;
    }
    /*    .cartnew_lft.userdtls .cart_lftdv input[type=text]{*/
    /*    margin-bottom:15px !important;*/
        
    /*}*/
    select.selectpaymenttype {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 5px;
    background: #202f44;
    color: #ffff;
}

       .sums{
        margin-bottom:0 !important;
        
    }
    .modal-body {
    min-height: auto !important;
    /* overflow-x: auto; */
         height: auto !important;
}
    .cartnew_lft.userdtls .cart_lftdv textarea {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 1%;
    width: 100%;
    resize: none;
    padding: 20px 20px !important;
    color: #000 !important;
}
    .card-section {
    margin-top: 0;
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
}
            #revolut_payment input {
        width: 100% !important;
                margin-bottom: 10px !important;
    }
            .cartnew_lft.payment {
        padding: 0 0 !important;
    }
     .term_agre {
    display: block !important;
    margin: 0 0 0 18px;
}
    .i_agre {
        padding: 7px !important;
    }
    .user-wrapmax {
        margin-bottom: 0 !important;
    }
    .cartnew_lft.payment.ordernn{
         padding-bottom: 0px;
    }
    .checkoutwrp {
    padding: 0px 0;
    margin-top: -19px;
    padding-bottom: 0px;
}
    .cart_lftdv .col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
.cart_lftdv .col-md-6.col-sm-12.pr-0{
       padding: 0px !important;
}
        .user-wrapmax.col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
    a.btnnextnor {
    background: #bd9855;
    padding: 15px 50px;
    margin-top: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    max-width: 140px;
    text-align: center;
}
    a.btnnextdis {
    margin: 0 40px !important;
}
        .cartnew_lft.payment.ordernn {
    padding: 20px !important;
}
    .cartnew_lft.payment.ordernn{
        margin-top:20px !important;
    }
            .cartnew_lft.userdtls.ordernn {
        min-height: 970px !important;

    }
    .sums {
    width: 100% !important;
    /* float: right; */
    /*background: #fff;*/
    /* max-width: 390px; */
    padding: 20px 0px;
    /* margin-bottom: 50px; */
    /* position: sticky; */
    top: 0;
    right: 0;
}
        .i_agre {
        text-align: left;
        margin-bottom: 35px;
        padding: 0 20px !important;
    }
        #country_dropdownb option {
        width: 100% !important;
        text-align: left !important;
    }
       .cart_lftdv #frmbilling textarea, .cart_lftdv #frmbilling input[type=email], .cart_lftdv #frmbilling input[type=text] {
        padding-left: 12px !important;
    }
    .cart_lftdv.userinfo_frm {
    padding-top: 30px !important;
}
        .cart_lftdv #frmbilling input[type=text] {
        padding-left: 10px !important;
        
    }
        .list-inner .list-locimg .listvenuoverlay{
        margin-top:0 !important;
    }
     .btn_pnl {
    display: block !important;
        margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-locimg {
    height: auto !important;
}
        .newcourselist .listwrap .list-inner .list-locimg img {
    height: auto !important;
    margin-bottom: 0px !important;
}
        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    

        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    .gh .custom-model-wrap {
    display: block;
    width: 100% !important;
    right: 0 !important;
    height: auto;
}
    .contact_drop .dropdown__filter::after {
    position: absolute;
    top: 30%;
    right: -15px !important;
    content: "";
    width: 7px !important;
    height: 7px !important;
   border-right: 2px solid #202f44;
    border-bottom: 2px solid #202f44;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}

}
@media screen and (max-width: 375px) {
    
     .mob .clicked .drop .submenu_close {
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .menunames {
    position: relative;
    bottom: 98px !important;
    line-height: 17px !important;
    padding: 0 10px;
    font-size: 14px !important;
    font-weight: 600;
    width: 90% !important;
}
    .desktopmenu{
        width:100%;
    }
    div#cssmenu .drkpnl {
    display: flex;
    align-items: baseline;
    justify-content: start;
    width: 269px !important;
    margin: 0 auto;
    margin-top: 40px;
    column-gap: 25px;
    z-index: 1 !important;
}
    div#google_translate_element {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin: 20px 0 0 32px !important;
    background: #ccc;
    width: 259px !important;
    padding: 0 0 0 25px !important;
    background: #E6E8F4 !important;
    border-radius: 5px;
}
        .desktopmenu #cssmenu .menu-logosec .menu-close {
        width: 20px;
    }
    .desktopmenu #cssmenu .menu-logosec .menu-close {
    margin-top: 10px;
    margin: 0 0 0 26px;
}
        .desktopmenu #cssmenu ul li a {
        padding: 20px 70px 20px 0 !important;
        border-left: 5px solid transparent;
    }
    .desktopmenu #cssmenu ul li.topPdf {
    padding: 20px 10px;
       color:#1d243a;
}
.desktopmenu #cssmenu ul li.topPdf a{
    color:#1d243a;
}

        .mob {
        display: block;
        margin: 0 30px;
    }
        .mob .open {
    background: #f7f8fc !important;
    }
    .desktopmenu #cssmenu ul li {
    padding: 0;
}
        ul.drop {
        padding: 0 0 !important;
        margin: 0 auto;
        padding-top: 50px !important;
    }
    
    .newdtlspg .dtls-offtxt {
    display: inherit !important;
}
      .listvenuoverlaytab{
          margin-bottom: 0px !important;
    }
    .newdtlspg .listwrap{
            width: 100% !important;
    }
    .crsdtlslist .list-locimg.tablistlocimg img {
    width: 100% !important;
}
        .pop_bdy{
        background:#fff !important;
    }
    .update_filter {
    padding: 15px 6px !important;
}
    .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: -1 !important;
}
    .dtlspopuprgt .custom-model-inner {
     position: initial !important;
    }
    .hed img {
    width: 43% !important;
}
    .sums{
            padding: 8px 0px !important;
    }
       .opoo span#invNoDis{
        color:#202f44;
        font-size:18px;
    }
         .dir_payment .wrapper.sdf {
        width: 308px !important;
    }
    .extpaymentpg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
        .cart_pics img{
        width:100% !important;
    }
     .newcourselist .listwrap .right-newsearch{
     max-height: inherit !important
 }
         .newcourselist .phn-right {
        /*margin-top: 90px !important;*/
    }
    .continue_buttt.bk.desk {
        display: none !important;
    }
  
        .dir_payment .checkoutwrp .container .ordernn {
        max-width: 358px !important;
    }
    .dtlspopuprgt .custom-model-inner {
    margin-top: 0;
 width: 100% !important;
    position: absolute;
        right: 0 !important;
    left: 0 !important;
}
    .minivrtdropdown .inpt input[type="text"] {
    height: 43px;
    width: 100%;
}
        .minivrtdropdown ul.dropdown-content{
        width:92% !important;
    }
      .minivrtdropdown {
    width: 100% !important;
}
    .agrgpayap {
    display: block !important;
}
.agrgpayap button.otherpayvald {
    
    width: 100% !important;

}
    .exprsdummy .asd button.otherpayvald {
    border: 0;
    background: transparent !important;;
    width: 86% !important;;
    padding-top: 10px !important;
}
.exprsdummy .asd button.otherpayvald img {
          width: auto !important;
        padding-top: 4px !important;
}
    .checkoutwrp .container .user-wrapmax {
    margin: 0 !important;
}
    .cart_lftdv.userinfo_frm strong {
    margin-bottom: 0 !important;
    display: block;
}
          .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3 {
        margin-bottom: 20px !important;
   
    }
        .uid .mini_heading {
    font-size: 15px;
}
        .hed {
        text-align: center;
        margin-bottom: 30px !important;
        padding-top: 20px !important;
    }
       .cartnew_lft.userdtls .cart_lftdv {
        margin-top: 0px !important;
        padding-top: 0 !important;
    }
        .checkoutwrpinvcrt p {
    margin: 10px -10px !important;
}
        .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3{
        margin-bottom:0px !important;
    }
    .term_agre.gopg {
    margin: 0 0 0 -15px !important;
}
    .p1 {
    padding-left: 15px !important;
}
        .wrapper.sdf {
    width: 360px !important;
    }

        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 25px !important;
    }
    .checkoutwrpinvcrt {
    margin: 0;
    width: 100%;
}
    .blutxt {
    text-align: right;
    width: 34% !important;
    /*float: right;*/
}
        .newcourselist.crsdtlslist .list-inner{
       margin-bottom:0px !important;
}
    .listvenuoverlaytab {
    margin-bottom: 24px;
}
        .sums h2{
        text-align:center !important;
    }
    .checkoutwrp{
        background:#f7f8fc !important;
    }
    .newcourselist .popularimg {
    width: 86px !important;
}
        .coursereating {
    margin-top: 10px;
    margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-leftcon p {
    min-height: auto !important;
    line-height: normal;
}
    .list-leftcon img {
    width: 25% !important;
}
    .coursereating {
    margin-bottom: 20px;
}
        .newcourselist .listwrap .list-inner .list-leftcon p{
        width:90% !important;
    }
        .list-inner .list-locimg .listvenuoverlay{
        top:inherit !important;
    }
            .newcourselist .listwrap .list-inner {
        padding: 15px;
        border-bottom: none;
        margin-bottom: 30px;
    }
            .iti {
        margin-bottom: 10px !important;
    }
        .cartnew_lft.payment.ordernn.paymentmeth .iti {
        margin-bottom: 10px !important;
    }
    /*    .cartnew_lft.userdtls .cart_lftdv input[type=text]{*/
    /*    margin-bottom:15px !important;*/
        
    /*}*/
    select.selectpaymenttype {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 5px;
    background: #202f44;
    color: #ffff;
}

       .sums{
        margin-bottom:0 !important;
        
    }
    .modal-body {
    min-height: auto !important;
    /* overflow-x: auto; */
         height: auto !important;
}
    .cartnew_lft.userdtls .cart_lftdv textarea {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 1%;
    width: 100%;
    resize: none;
    padding: 20px 20px !important;
    color: #000 !important;
}
    .card-section {
    margin-top: 0;
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
}
            #revolut_payment input {
        width: 100% !important;
                margin-bottom: 10px !important;
    }
            .cartnew_lft.payment {
        padding: 0 0 !important;
    }
     .term_agre {
    display: block !important;
    margin: 0 0 0 18px;
}
    .i_agre {
        padding: 7px !important;
    }
    .user-wrapmax {
        margin-bottom: 0 !important;
    }
    .cartnew_lft.payment.ordernn{
         padding-bottom: 0px;
    }
    .checkoutwrp {
    padding: 0px 0;
    margin-top: -19px;
    padding-bottom: 0px;
}
    .cart_lftdv .col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
.cart_lftdv .col-md-6.col-sm-12.pr-0{
       padding: 0px !important;
}
        .user-wrapmax.col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
    a.btnnextnor {
    background: #bd9855;
    padding: 15px 50px;
    margin-top: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    max-width: 140px;
    text-align: center;
}
    a.btnnextdis {
    margin: 0 40px !important;
}
        .cartnew_lft.payment.ordernn {
    padding: 20px !important;
}
    .cartnew_lft.payment.ordernn{
        margin-top:20px !important;
    }
            .cartnew_lft.userdtls.ordernn {
        min-height: 970px !important;

    }
    .sums {
    width: 100% !important;
    /* float: right; */
    /*background: #fff;*/
    /* max-width: 390px; */
    padding: 20px 0px;
    /* margin-bottom: 50px; */
    /* position: sticky; */
    top: 0;
    right: 0;
}
        .i_agre {
        text-align: left;
        margin-bottom: 35px;
        padding: 0 20px !important;
    }
        #country_dropdownb option {
        width: 100% !important;
        text-align: left !important;
    }
       .cart_lftdv #frmbilling textarea, .cart_lftdv #frmbilling input[type=email], .cart_lftdv #frmbilling input[type=text] {
        padding-left: 12px !important;
    }
    .cart_lftdv.userinfo_frm {
    padding-top: 30px !important;
}
        .cart_lftdv #frmbilling input[type=text] {
        padding-left: 10px !important;
        
    }
        .list-inner .list-locimg .listvenuoverlay{
        margin-top:0 !important;
    }
     .btn_pnl {
    display: block !important;
        margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-locimg {
    height: auto !important;
}
        .newcourselist .listwrap .list-inner .list-locimg img {
    height: auto !important;
    margin-bottom: 0px !important;
}
        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    

        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    .gh .custom-model-wrap {
    display: block;
    width: 100% !important;
    right: 0 !important;
    height: auto;
}
    .contact_drop .dropdown__filter::after {
    position: absolute;
    top: 30%;
    right: -15px !important;
    content: "";
    width: 7px !important;
    height: 7px !important;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
}
/*@media screen and (max-width: 375px) {*/
/*       .opoo span#invNoDis{*/
/*        color:#202f44;*/
/*        font-size:18px;*/
/*    }*/
/*    .extpaymentpg {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 0 20px;*/
/*}*/
/*        .dir_payment .wrapper.sdf {*/
/*        width: 308px !important;*/
/*    }*/
/*    .dir_payment .checkoutwrp .container .ordernn{*/
/*        padding:0 !important;*/
/*    }*/
/* .newcourselist .listwrap .right-newsearch{*/
/*        max-height: inherit !important;*/
/* }*/
/*    .continue_buttt.bk.desk {*/
/*        display: none !important;*/
/*    }*/
/*     .cart_pics img{*/
/*        width:100% !important;*/
/*    }*/
/*        .dir_payment .checkoutwrp .container .ordernn {*/
/*        max-width: 358px !important;*/
/*    }*/
/*    .uid.cartrtsec{*/
/*        padding-bottom:0px !important;*/
/*          margin-bottom:0px !important;*/
/*    }*/
/*        .ft_btm li {*/
/*    display: inline !important;*/
/*    }*/
/*    .dtlspopuprgt .custom-model-inner {*/
/*    margin-top: 0;*/
/* width: 100% !important;*/
/*    position: absolute;*/
/*        right: 0 !important;*/
/*    left: 0 !important;*/
/*}*/
/*    .dir_payment .cartnew_lft.userdtls.ordernn {*/
/*        min-height: 400px !important;*/
/*    }*/
/*.dir_payment .checkoutwrp .container .user-wrapmax {*/
/*    max-width: 100%;*/
 
/*}*/
/*.radio-buttons.currencytabb {*/
/*    position: relative;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.pay_opt {*/
/*    width: 100% !important;*/
 
/*    background: #ffffff;*/
/*     margin: 0 0 0 0px !important;*/
/*    padding: 23px;*/
/*    border-radius: 10px;*/
/*}*/
/*    .dir_payment .crtshd{*/
/*        margin:0 auto;*/
/*    }*/
/*    .minivrtdropdown .inpt input[type="text"] {*/
/*    height: 43px;*/
/*    width: 100%;*/
/*}*/
/*    .minivrtdropdown ul.dropdown-content{*/
/*        width:92% !important;*/
/*    }*/
/*      .minivrtdropdown {*/
/*    width: 100% !important;*/
/*}*/
/*        .agrgpayap {*/
/*    display: block !important;*/
/*}*/
/*.agrgpayap button.otherpayvald {*/
    
/*    width: 100% !important;*/

/*}*/
/*      .exprsdummy .asd button.otherpayvald {*/
/*    border: 0;*/
/*    background: transparent !important;;*/
/*    width: 86% !important;;*/
/*    padding-top: 10px !important;*/
/*}*/
/*.exprsdummy .asd button.otherpayvald img {*/
/*        width: auto !important;*/
/*        padding-top: 4px !important;*/
/*}*/
/*    .checkoutwrp .container .user-wrapmax {*/
/*    margin: 0 !important;*/
/*}*/

/*    .cart_lftdv.userinfo_frm strong {*/
/*    margin-bottom: 0 !important;*/
/*    display: block;*/
/*}*/
/*          .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3 {*/
/*        margin-bottom: 10px !important;*/
/*        margin-top: 10px;*/
/*    }*/
/*    .uid .mini_heading {*/
/*    font-size: 15px;*/
/*}*/
/*        .hed {*/
/*        text-align: center;*/
/*        margin-bottom: 30px !important;*/
/*        padding-top: 20px !important;*/
/*    }*/
/*        .cartnew_lft.userdtls .cart_lftdv {*/
/*        margin-top: 0px !important;*/
/*        padding-top: 0 !important;*/
/*    }*/
/*    .checkoutwrpinvcrt p {*/
/*    margin: 10px -10px !important;*/
/*}*/
/*        .cartnew_lft.userdtls .cart_lftdv h3, .cartnew_lft.payment.ordernn h3{*/
/*        margin-bottom:0px !important;*/
/*    }*/
/*.term_agre.gopg {*/
/*    margin: 0 0 0 -15px !important;*/
/*}*/
/*    .p1 {*/
/*    padding-left: 15px !important;*/
/*}*/
/*    .wrapper.sdf {*/
/*    width: 360px !important;*/
/*    }*/

/*      .dtls_right .oderlast{*/
/*        margin-top:20px !important;*/
/*        font-size:13px;*/
/*    }*/
/*    .checkoutwrpinvcrt {*/
/*    margin: 0;*/
/*    width: 100%;*/
/*}*/
/*    .blutxt {*/
/*    text-align: right;*/
/*    width: 34% !important;*/
/*    float: right;*/
/*}*/
/*        .newcourselist .listwrap .list-inner {*/
/*        padding: 1px 16px !important;*/
     
/*    }*/
/*        .newcourselist.crsdtlslist .list-inner{*/
/*       margin-bottom:0px !important;*/
/*}*/
/*    .listvenuoverlaytab {*/
/*    margin-bottom: 24px;*/
/*}*/
/*    .sums h2{*/
/*        text-align:center !important;*/
/*    }*/
/*        .newcourselist .popularimg {*/
/*    width: 86px !important;*/
/*}*/
/*        .coursereating {*/
/*    margin-top: 10px;*/
/*    margin-bottom: 20px !important;*/
/*}*/
/*    .newcourselist .listwrap .list-inner .list-leftcon p {*/
/*    min-height: auto !important;*/
/*    line-height: normal;*/
/*}*/
/*    .list-leftcon img {*/
/*    width: 25% !important;*/
/*}*/
/*        .coursereating {*/
/*    margin-bottom: 20px;*/
/*}*/
/*    .newcourselist .listwrap .list-inner .list-leftcon p{*/
/*        width:90% !important;*/
/*    }*/
/*        .btn_pnl{*/
/*        margin-top:20px !important;*/
/*    }*/
/*        .newcourselist .listwrap .list-inner .list-leftcon {*/
/*        width: 100%;*/
/*        padding-top: 15px;*/
/*    }*/

/*        .list-inner .list-locimg .listvenuoverlay{*/
/*        top:inherit !important;*/
/*    }*/
/*        .newcourselist .listwrap .list-inner {*/
/*        padding: 15px;*/
/*        border-bottom: none;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    li.cht{*/
/*        display:none;*/
/*    }*/
/*    input#txtbphone {*/
/*    padding-left: 100px !important;*/
/*}*/
/*        .iti {*/
/*        margin-bottom: 7px !important;*/
/*    }*/
/*    .cartnew_lft.payment.ordernn.paymentmeth .iti {*/
/*             margin-bottom: 20px !important;*/
/*    }*/
/*    .uid{*/
/*           margin-bottom:5px !important;*/
/*    }*/
    /*    .cartnew_lft.userdtls .cart_lftdv input[type=text]{*/
    /*    margin-bottom:15px !important;*/
        
    /*}*/
/*    select.selectpaymenttype {*/
/*    width: 100%;*/
/*    padding: 15px;*/
/*    border: 0;*/
/*    border-radius: 5px;*/
/*    background: #202f44;*/
/*    color: #ffff;*/
/*}*/

/*    .sums{*/
/*        margin-bottom:0 !important;*/
/*            position: relative;*/

/*    }*/
/*    .modal-body {*/
/*    min-height: auto !important;*/
/*        height: auto !important;*/
/*                width: 100% !important;*/
/*                        padding: 20px 30px;*/
    /* overflow-x: auto; */
/*}*/
/*       .cartnew_lft.userdtls .cart_lftdv textarea {*/
/*    margin-bottom: 10px;*/
/*    padding-top: 10px;*/
/*    padding-left: 1%;*/
/*    width: 100%;*/
/*    resize: none;*/
/*    padding: 20px 20px !important;*/
/*    color: #000 !important;*/
/*}*/
/*    .cartnew_lft.payment.ordernn{*/
/*        padding-bottom:0 !important;*/
/*    }*/
/*        #revolut_payment input {*/
/*        width: 100% !important;*/
/*                margin-bottom: 10px !important;*/
/*    }*/
/*    .card-section {*/
/*    margin-top: 0;*/
/*}*/
/*        .cartnew_lft.payment {*/
/*        padding: 0 0 !important;*/
/*    }*/
/*    .termsandconditerr{*/
/*        margin-top:0px !important;*/
/*    }*/
/*     .term_agre {*/
/*    display: block !important;*/
/*    margin: 0 0 0 18px;*/
/*}*/
/*    .i_agre {*/
/*        padding: 7px !important;*/
/*    }*/
/*        .user-wrapmax.col-md-6.col-sm-12.pl-0 {*/
/*    padding: 0px !important;*/
/*}*/
/*a.btnnextnor {*/
/*    background: #bd9855;*/
/*    padding: 15px 50px;*/
/*    margin-top: 50px;*/
/*    border-radius: 50px;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    max-width: 140px;*/
/*    text-align: center;*/
/*}*/
/*        .cartnew_lft.payment.ordernn {*/
/*    padding: 20px !important;*/
/*}*/
/*        .cartnew_lft.payment.ordernn{*/
/*        margin-top:20px !important;*/
/*    }*/
/*        .cartnew_lft.userdtls.ordernn {*/
/*        min-height: 920px !important;*/
/*padding-bottom: 30px !important;*/
/*    }*/
/*        .user-wrapmax {*/
/*        margin-bottom: 0px !important;*/
/*    }*/
/*    .sums {*/
/*     width: 100% !important;*/
    /* float: right; */
/*    background: #fff;*/
    /* max-width: 390px; */
/*    padding: 20px 0px;*/
    /* margin-bottom: 50px; */
    /* position: sticky; */
/*    top: 0;*/
/*    right: 0;*/
/*}*/
    /*        .i_agre {*/
    /*    text-align: left;*/
    /*    margin-bottom: 35px;*/
    /*    padding: 0 20px !important;*/
    /*}*/
/*        #country_dropdownb option {*/
/*        width: 100% !important;*/
/*        text-align: left !important;*/
/*    }*/
/*       .cart_lftdv #frmbilling textarea, .cart_lftdv #frmbilling input[type=email], .cart_lftdv #frmbilling input[type=text] {*/
/*        padding-left: 12px !important;*/
/*    }*/
/*    .cart_lftdv.userinfo_frm {*/
/*    padding-top: 30px !important;*/
/*}*/
/*        .cart_lftdv #frmbilling input[type=text] {*/
/*        padding-left: 10px !important;*/
/*    }*/
/*        .list-inner .list-locimg .listvenuoverlay{*/
/*        margin-top:0 !important;*/
/*    }*/
/*        .newcourselist .listwrap .list-inner .list-locimg img {*/
/*    height: auto !important;*/
/*    margin-bottom: 20px !important;*/
/*}*/
/*        .list-text {*/
/*        display: block !important;*/
/*        flex-direction: column;*/
/*    }*/
/*    .coursereating {*/
/*    height: auto !important;*/
/*}*/
/*    .close-btn-cart {*/
/*    position: absolute;*/
/*    right: 30px !important;*/
/*    top: 0;*/
/*    z-index: 999999 !important;*/
/*    font-size: 30px !important;*/
/*    cursor: pointer;*/
/*    color: #000 !important;*/
/*}*/
/*    .gh .custom-model-wrap {*/
/*    display: block;*/
/*    width: 100% !important;*/
/*    right: 0 !important;*/
/*    height: auto;*/
/*}*/
/*    .cht{*/
/*         display: none;*/
/*    }*/
/*    li.des{*/
/*        display:none;*/
/*    }*/
/*    li.mobil {*/
/*    display: block;*/
/*}*/
/*    .logomenu a img {*/
/*    width: 140px;*/
/*    margin-top: 10px;*/
/*}*/
/*    li.dropdown__filter-selected {*/
/*    outline: none !important;*/
/*    font-size: 12px;*/
/*}*/
/*    .contact_drop .dropdown__filter::after {*/
/*    position: absolute;*/
/*    top: 34%;*/
/*    right: -10px !important;*/
/*    content: "";*/
/*    width: 6px !important;*/
/*    height: 6px !important;*/
/*    border-right: 2px solid #595959;*/
/*    border-bottom: 2px solid #595959;*/
/*    transform: rotate(45deg) translateX(-45%);*/
/*    transition: 0.2s ease-in-out;*/
/*}*/
/*  .serch_sec {*/
/*    margin-top: -115px !important;*/
/*  }*/

/*  #cattab ul.cat_ullist {*/
/*    width: 44% !important;*/
/*    margin: 10px 9px;*/
/*    min-height: 168px;*/
/*  }*/

/*  ul li {*/
/*    border-radius: 10px;*/
/*    width: 100%;*/
/*    display: block;*/
/*  }*/

/*  .whychooseus ul li:hover .img-fig img:first-child {*/
/*    display: block;*/
/*  }*/

/*  img.hovr {*/
/*    display: none !important;*/
/*  }*/

/*  .switchbutt a {*/
/*    width: 130px !important;*/
/*    height: 40px;*/
/*    font-size: 13px !important;*/
/*  }*/
/*}*/
@media screen and (max-width: 360px) {
    .desktopmenu #cssmenu ul li ul li {
    padding: 0 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
        .mob .clicked .drop .submenu_close {
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .menunames {
    position: relative;
    bottom: 98px !important;
    line-height: 17px !important;
    padding: 0 10px;
    font-size: 14px !important;
    font-weight: 600;
    width: 90% !important;
}
    .desktopmenu{
        width:100%;
    }
    div#cssmenu .drkpnl {
    display: flex;
    align-items: baseline;
    justify-content: start;
    width: 269px !important;
    margin: 0 auto;
    margin-top: 40px;
    column-gap: 25px;
    z-index: 1 !important;
}
    div#google_translate_element {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin: 20px 0 0 32px !important;
    background: #ccc;
    width: 259px !important;
    padding: 0 0 0 25px !important;
    background: #E6E8F4 !important;
    border-radius: 5px;
}
        .desktopmenu #cssmenu .menu-logosec .menu-close {
        width: 20px;
    }
    .desktopmenu #cssmenu .menu-logosec .menu-close {
    margin-top: 10px;
    margin: 0 0 0 26px;
}
        .desktopmenu #cssmenu ul li a {
        padding: 10px 70px 10px 0 !important;
        border-left: 5px solid transparent;
    }
    .desktopmenu #cssmenu ul li.topPdf {
    padding: 20px 10px;
       color:#1d243a;
}
.desktopmenu #cssmenu ul li.topPdf a{
    color:#1d243a;
}

        .mob {
        display: block;
        margin: 0 30px;
    }
        .mob .open {
    background: #f7f8fc !important;
    }
    .desktopmenu #cssmenu ul li {
    padding: 0;
}
        ul.drop {
        padding: 0 0 !important;
        margin: 0 auto;
        padding-top: 50px !important;
    }
         .term_agre {
    display: block !important;
    margin: 0 0 0 18px;
}
        .user-wrapmax.col-md-6.col-sm-12.pl-0 {
    padding: 0px !important;
}
a.btnnextnor {
    background: #bd9855;
    padding: 15px 50px;
    margin-top: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    max-width: 140px;
    text-align: center;
}
    .cartnew_lft.payment.ordernn {
    padding: 20px !important;
}
        .cartnew_lft.payment.ordernn{
        margin-top:20px !important;
    }
            .cartnew_lft.userdtls.ordernn {
        min-height: 970px !important;

    }
    .sums {
 width: 100% !important;
    /* float: right; */
    background: #fff;
    /* max-width: 390px; */
    padding: 20px 0px;
    /* margin-bottom: 50px; */
    /* position: sticky; */
    top: 0;
    right: 0;
}
            .i_agre {
        text-align: left;
        margin-bottom: 35px;
        padding: 0 20px !important;
    }
        #country_dropdownb option {
        width: 100% !important;
        text-align: left !important;
    }
    .cart_lftdv #frmbilling textarea, .cart_lftdv #frmbilling input[type=email], .cart_lftdv #frmbilling input[type=text] {
        padding-left: 12px !important;
    }
    .cart_lftdv.userinfo_frm {
    padding-top: 30px !important;
}
    .cart_lftdv #frmbilling input[type=text] {
        padding-left: 10px !important;
    }
      .btn_pnl {
    display: block !important;
        margin-bottom: 20px !important;
}
    .newcourselist .listwrap .list-inner .list-locimg {
    height: auto !important;
    
}
        .newcourselist .listwrap .list-inner .list-locimg img {
    height: auto !important;
    margin-bottom: 0px !important;
}
        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    

        .list-text {
        display: block !important;
        flex-direction: column;
    }
    .coursereating {
    height: auto !important;
}
        .btn_pnl {
    display: block !important;
    margin-bottom: 30px !important;
}
    .close-btn-cart {
    position: absolute;
    right: 30px !important;
    top: 0;
    z-index: 999999 !important;
    font-size: 30px !important;
    cursor: pointer;
    color: #000 !important;
}
    .gh .custom-model-wrap {
    display: block;
    width: 100% !important;
    right: 0 !important;
    height: auto;
}
.cht{
         display: none;
    }
.contact_drop {
    display: none;
}
  #cattab ul.cat_ullist {
    width: 44% !important;
    margin: 10px 9px;
    min-height: 168px;
  }
}
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 30px;
  color: #202F44;
  font-weight: 400;
}

body {
  background-color: #fff !important;
  font-family: "Gotham";
  font-weight: 400;
}

.clr {
  clear: both;
  line-height: 0;
  font-size: 0;
}

a:hover {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul, li {
  list-style-type: none;
}

p {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 178.52%;
  color: #62687A;
}

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

h1 {
  color: rgb(255, 0, 0);
  color: #202F44;
  font-size: 34px;
  font-weight: 400;
}

.home_overview {
  background: #ece8df;
}

.left_datelocation {
  padding: 15px;
  background: #fff;
}

.bbk_mk a {
  color: #202F44;
  margin: 0 10px;
  font-weight: 600;
}

.ltfe_content_sec {
  /*background: #f7f8fc;*/
  padding: 10px 15px;
}

.ltfe_content_sec .ltfe_content_wrp {
  padding: 18px;
  border: 1px dashed #bc9654;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ltfe_content_sec .ltfe_content_wrp2 {
  padding: 18px;
  border: 1px dashed #bc9654;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

img.dyn-img2 {
  position: absolute;
  top: -4px;
  width: 20%;
  margin: 0 auto;
  right: 0;
  left: 0;
  background: #202f44;
}

.container.listwrap {
  min-height: 720px;
}

span.about-tag {
  color: #fff;
  text-align: center;
  width: 100% !important;
  display: block;
  margin: 10px 0;
}

.middle_sec.ten-years {
  height: initial !important;
}

.about_top2 {
  color: #000;
  padding-bottom: 56px;
  padding-top: 23px;
}
.about_top2 h2 {
  margin-bottom: 15px;
}
.about_top2 p {
  font-family: "Gotham";
  font-weight: 400;
  text-align: start;
  max-width: 100%;
  font-size: 14px;
  line-height: 178.52%;
  color: #62687A;
  margin-bottom: 1rem;
}

.lissingbanner-section h1 {
  color: #fff;
  display: block;
  text-align: center;
  font-weight:700;
}
.lissingbanner-section .about_top p {
  color: #fff;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.lissingbanner-section span.about-tag {
  color: #fff;
  text-align: center;
  width: 100% !important;
  display: block;
  margin: 10px 0;
}

textarea#sa {
  width: 610px;
  padding: 0 0 0 0;
  font-size: 17px;
  border-top: 0;
  outline: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background:#fff;
  overflow: hidden;
  resize: none;
  padding-right: 40px;
  line-height: 35px;
  height:45px !important;
  border:0 !important;
}


.btsn {
font-weight:600;
  margin: 0 auto;
  max-width: 360px;
  color: #202f44;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

span.aro {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.course_serach_list.popular-courses {
  width: 100%;
  margin-bottom: 25px;
}

a#courselstloadmore {
    margin: 0 auto;
    margin-top: 25px;
    background: #252e3d !important;
    padding: 0 40px !important;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
a#courselstloadmore:hover {
    color:#fff !important;
}
.course_serach_list.popular-courses img {
  width: 100%;
}

.catoverlay {
  height: 100%;
  position: absolute;
  z-index: 9;
  width: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 128%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(15%, rgb(255, 255, 255)), color-stop(47%, rgb(246, 246, 246)), color-stop(100%, rgb(237, 237, 237)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
  background: linear-gradient(to bottom, rgba(247, 248, 252, 0.4) 0%, rgb(255, 255, 255) 15%, rgb(246, 246, 246) 47%, rgb(247, 248, 252) 100%);
}

/*# sourceMappingURL=style.css.map */
.ltfe_content_wrp2 ul {
    padding: 0 0 0 20px;
}
.ltfe_content_wrp2 ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 178.52%;
    color: #62687A;
}
.faq-block .wrapper .faqot .bd h3{
width:94%;
}


/***********************************************/

ul.contac {
    width: 100%;
    display: flex;
    column-gap: 22px;
    padding: 0 30px;
}
ul.contac li {
    background: #f7f8fc !important;
    padding: 40px 20px;
    border-radius: 15px;
    text-align: center;
    width: 20%;
}
ul.contac a {
    font-size: 16px;
    font-weight: 800;
}
.clickhere {
    background: #bd9755;
    padding: 10px 20px;
    font-size: 12px !important;
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 50px;
        border:2px solid #bd9755;
}
.clickhere:hover{
    border:2px solid #202f44;
    background:transparent;
}
ul.contac li img {
    width: 45px;
}
ul.contac h6 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 800;
    color: #202f44;
    margin-bottom:30px;
}
.con_tac{
    padding-top:50px;
    width:100%;
}
.con_tac h3{
        text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    width: 100%;
    color:#202f44;
}
.con_tac p {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 30px 0;
     color: #202f44;
}
/***********/
.contact .location .location_content .contact_content .ctn {
    margin-bottom:20px;
}
.contact .location .location_content h2 {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  font-size: 24px;
  line-height: 40px;
  font-weight:800;
  color:#202f44;
}
.ctn {
    display: flex;
    justify-content: start;
    gap: 5px;
}
.nm {
    color: #bd9755 !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.to {
    width: 100%;
    font-size: 15px !important;
}
.contact .location .location_content .contact_content a {
  color: #000 !important;
  text-decoration:underline;
}
.location {
    padding: 0 20px;
}
.frm_pnl {
  min-height: 490px;
  margin-top: 20px;
  background-size: 40%;
  margin-bottom:40px;
}
.frm_pnl .frm_sec h3 {
  margin-bottom: 15px;
}
.frm_pnl .frm_sec .p-0 {
  padding: 5px !important;
}
.frm_pnl .frm_sec .phn {
  width: 22%;
  float: left;
  margin: 0 10px 0 0;
}
.frm_pnl .frm_sec .phns {
  width: 74%;
  float: left;
}
.frm_pnl .frm_sec #w3review {
  width: 100% !important;
  padding: 9px;
  color: #6c6c6c;
}
#frmcontactUsPage textarea {
  width: 100%;
  border: 1px solid #4d4c4c;
  padding: 10px;
  color: #6F6F6F;
}
.frm_pnl .frm_sec {
    width: 100%;
    padding: 35px 0;
    padding-bottom: 0;
    background: #586578;
    padding: 60px 120px;
    border-radius: 10px;
}
.frm_pnl .frm_sec h3 {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color:#fff;
}
.frm_sec p {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
        font-size: 16px;
}
.frm_sec input {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #505E73;
  height: 50px;
  line-height: 45px;
  border-radius:5px;
}
.frm_sec input#qcompanyenqpop {
  width: 99.5%;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background-color: #202f44;
}
input#Contactus {
    background: #bd9755 !important;
    border-radius: 50px !important;
      width: 140px;
    line-height: 0;
}
.hopz {
    border-bottom: 1px solid #e4e4e4;
}
.con_tac h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    width: 100%;
    color: #202f44;
}
.chat_pnls{
    margin:50px 0;
}
.chats{
    background:#e6e8f4;
    padding:50px;
    border-radius:5px;
}
.chats h3 {
    text-align: center;
}
.chats p {
    text-align: center;
    margin:20px 0;
    font-size:16px;
}


.btn_pnl{
    display:flex;
}
.btn_pnl a {
    width: 178px;
}
.btn_pnl a:hover {
  
    color:#fff !important;
        background: url(../images/viewdtls-arrow-blkhs.png) 96% 50% no-repeat #202f44 !important;
}






.newcourselist .listwrap .list-inner .list-leftcon p {
  min-height: 85px;
  line-height: 24px;
}

.newcourselist .listwrap .list-inner .list-leftcon .listdays {
    /*margin-top:50px;*/
}
.coursereating {
    height: 70px;
}
.list-leftcon img {
    width: 40%;
        margin: 0 0 0 -3px;
}
.list-inner .list-locimg .listvenuoverlay {
  position: absolute;
    top: 175px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 0;
}
.newcourselist .listwrap .list-inner .list-locimg img {
  border-radius: 0px;
     height: 175px;
}
.list-inner .list-locimg .listvenuoverlay h3 a {
  color: #000;
  font-size:14px;
}
/*.wd {*/
/*    width: 84% !important;*/
/*}*/
.frequently_tab {
    background: #f6f8fb;
    padding: 50px;
    border-radius: 10px;
}
.dtls-faq .top .wrapper .frequently_tab .button-block .y_btn, .dtls-faq .down .wrapper .frequently_tab .button-block .y_btn {
  position: static;
  transform: matrix(1, 0, 0, 1, 0, 0);
  width: 322px;
  height: auto;
  display: block;
}


.contact_drop{
}

.contact_drop .dropdown {
  width: 110px;
  margin: 0 0px;
  font-family: "Lato", sans-serif;

}

.contact_drop .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
      margin-top: 27px;
      background:#fff;
      padding:10px;
      width:200px;
}
.contact_drop .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}
.contact_drop .dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.contact_drop .dropdown__filter {
    position: relative;
    display: flex;
    color: #595959;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.3s;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight:600;
}
.contact_drop .dropdown__filter:focus {

  outline: none;
}
.contact_drop .dropdown__filter::after {
    position: absolute;
    top: 30%;
    right: 12px;
    content: "";
    width: 10px;
    height: 10px;
   border-right: 2px solid #202f44;
    border-bottom: 2px solid #202f44;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
li.dropdown__filter-selected {
    outline: none !important;
}
.contact_drop .dropdown__select {
    position: absolute;
    top: 113%;
    left: 0;
    width: 80%;
    margin-top: 5px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    border-radius: 10px;
}
.contact_drop .dropdown__select-option {
      padding: 5px 10px;
  background-color: #fff;
  transition: 0.3s;
  font-weight:600;
}
.contact_drop .dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.contact_drop .dropdown__select-option:hover {
  background-color: #f9f9f9;
}
.contact_drop ul.dropdown__select span img {
    width: 21px;
}
.contact_drop ul.dropdown__select li a {
    display: flex;
    column-gap: 8px;
        align-items: center;
    /* font-weight: 800 !important; */
}
.contact_drop ul.dropdown__select li a h6{
    margin-bottom:0px;
    font-weight:500;
}
.contact_drop ul.dropdown__select li {
    padding: 6px;
}
.contact_drop ul.dropdown__select li:hover{
    /*background:#f7f8fc;*/
}
.ipou {
    display: flex;
}

.coursereating {
    height: 61px;
    margin-top: 10px;
}





.mobs{
    display:none;
}








/*.cart_cont {*/
/*    display: none;*/
/*}*/
.gh .custom-model-wrap {
    display: block;
    width: 50%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -32px;
    position: absolute;
    right: -464px;
    height: auto;
}
.mini_heading img {
    width: 19px;
    float:right;
}
.mini_heading {
    align-items: flex-start;
    color: #262c46;
    column-gap: 22px;
    /*display: flex;*/
    font-size: 20px;
    justify-content: space-between;
    line-height: 24px;
    margin-bottom: 30px;
}
td.rts {
    text-align: right;
}
.miniCartModal table tr, td strong {
    color: #262c46;
    font-size: 18px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0;
}
.table td{
    padding-bottom: 0;
        padding: 0;
}
.total.checksubtotal {
    padding: 0 !important;
    padding-top: 17px !important;
    font-size: 13px;
        margin-bottom: 0;
  
}
.total.checkgndtotal {
    margin-top: 20px !important;
}
.total.checksubtotal h6 {
    font-size: 14px !important;
}
.total.checkdistotal {
    font-size: 13px;
    padding: 0 30px !important;
            margin-bottom: 0;
}
.total.checkgndtotal {
    padding: 10px 0px !important;
    /*border-top: 1px solid #dddddd  !important;*/
    margin: 30px 30px;
    border-bottom: 1px solid #dddddd  !important;
    margin-bottom: 20px;
  
}
.total.checkvattotal h6 {
    font-size: 14px !important;
}
.total.checkdistotal h6 {
    font-size: 14px !important;
}
.total.checkvattotal{
      font-size: 13px;
    padding: 0 30px !important;
            margin-bottom: 0;
}
.uid.cartrtsec .total h6 {
    font-size: 14px;
    color: #202f44;
}
.total.checksubtotal {
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: 1px solid #dddddd !important;
    margin: 0 30px;
    padding-top: 20px !important;
}
.total {
align-items: baseline;

    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px 15px;
 

}
.blutxt {
    text-align: right;
}
.total h6{
font-size:20px;
    color: #202f44;
}
.close-btn-cart {
    position: absolute;
    right: -440px;
    top: -20px;
    z-index: 9;
    font-size: 45px;
    cursor: pointer;
}
.check-btn {
    padding: 0 20px;
}
.check-btn a{
    background: #202f44;
    border-radius: 50px;
    text-align: center;
    padding: 13px;
    color: #fff;
        width: 100%;
    display: block;
}
table.table td {
    color: #202f44;
}
.check-btn a {
    background: #202f44 !important;
    border-radius: 50px;
    text-align: center;
    padding: 13px;
    color: #fff  !important;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform:uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    cursor:pointer;
}
p.kops {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
    color: #202f44;
    font-size:10px;
}
a.regnow {
        background: #202f44;
    border-radius: 50px;
    text-align: center;
    padding: 13px;
    color: #fff;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform:uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
a.regnow img {
    /*width: 19px;*/
    margin: 0 9px;
}
.check-btn a img {
    /*width: 19px;*/
    margin: 0 9px;
}
.modal-header {
    padding-top: 20px;
        border: 0;
}
.table{
    margin-bottom:0px;
}
.modal-title.h4 {
    font-size: 31px;
    font-weight: 600;
    color: #202f44;
}
.crTBTn input {
    width: 40px;
    text-align: center;
      border: 0;
}
.mini_heading{
    margin-top:30px;
}
.mini_heading span {
    width: 50px;
}
button#sub {
    padding: 0 9px;
}
button#add {
    padding: 0 9px;
    border: 0;
    font-size: 22px;
      background:#fff;
}
button#sub{
    padding: 0 9px;
    border: 0;
    font-size: 22px;
    background:#fff;
}

strong.popgtotal {
    font-size: 20px;
    color: #202f44;
}
.modal-body {
    min-height: 470px;
    overflow-x: auto;
}

.modal-body {
    min-height: 440px;
    overflow-x: hidden;
    height: 440px;
}
a.btnnextnor {
    background: #bd9855;
    padding: 15px 50px;
    margin-top: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}
a.btnnextdis { 
    background: #bd9855;
    padding: 15px 50px;
    margin-top: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.65;
    cursor: not-allowed;
}
.commom_full.lpo.min.ph {
    margin-bottom: 10px;
}
select#country_dropdownb:hover{
    background:#202f44;
    color:#fff;
}
#frmbilling #country_dropdownb:hover {
    color: #fff !important;
}

select.selectpaymenttype {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 5px;
        background:#202f44;
    color:#fff;
}
/*select.selectpaymenttype:hover{*/
/*    background:#202f44;*/
/*    color:#fff;*/
/*}*/
.cart_ritdv.cardpayment {
    width: 100%;
}
.asd.dtlsasd {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom:30px;
}
span.gpayor {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    font-size:18px;
    font-weight: 400;
    
}
.asy {
    width: 42%;
    text-align: center;
    background: #ffc43a;
    border-radius: 15px;
}
.cartnew_lft.payment.ordernn {
     height: 100% !important;
    margin-top:30px;
    float: left !important;
    width: 100%;
    padding-bottom:30px !important;
}
input.InputBase-rui__sc-gjs15y-0.sc-aXZVg.goVoEa.kSzknu {
    background: #fff !important;
    padding: 10px;
    border-radius: 4px;
}
input.InputBase-rui__sc-gjs15y-0.sc-aXZVg.goVoEa.kSzknu {
    background: #fff;
    height: 50px;
    padding: 10px;
}
.sums {
  width: 32%;
    float: right;
    max-width: 390px;
    padding: 20px 0px;
    margin-bottom: 50px;
    position: sticky;
    top: 0; /* Adjust this value as needed */
    right: 0;
}
.sums h2 {
    font-size: 20px;
    margin-bottom:20px;
}
.uid {
    /* width: 30%; */
    float: right;
    /* margin: 0 21px; */
    background: #fff;
    max-width: 390px;
    padding: 20px 0px;
        margin-bottom: 50px;
}

.uid .mini_heading {
    padding: 0 0px;
    color: #202f44 !important;
    font-size: 18px;
    font-weight: 600;
    margin-top:0px;
}
.toprice {
    text-align: right;
}
.uid .total{
    padding:0 0;
        margin-top: 50px;
}
.disabled{
opacity: 0.65; 
  cursor: not-allowed !important;
} 
.disabled a{
opacity: 0.65; 
  cursor: not-allowed !important;
} 
.total.minicartotl {
    border-bottom: 1px solid #ccc;
    padding: 0 0px;
    margin: 0 20px;
    margin-bottom: 20px;
}
.uid .prdelg {
    background: #e6e8f4;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 40px;
        margin: 0 23px;
        margin-bottom:20px;
}
.uid .prdelg input#promo_code {
    width: 75%;
    padding: 10px;
    border: 0;
    border-radius: 5px;
}
button.applypromocode {
    background: #bd9855;
    width: 23%;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.uidsd {
    /*height: 300px;*/
    /*overflow-x: hidden;*/

        padding: 10px 28px;
}

.uidsd .table {
    margin-bottom: 20px;
}
.uidsd table.table td {
    color: #202f44;
    font-size: 14px;
}
.crt_pop_p {
    margin-bottom: 0;
}
.commom_full {
    width: 100%;
}
a.btnnextnor {
    /*float: left;*/
    margin-top: 0;
}
a.btnnextdis {
    /*float: left;*/
    margin-top: 0;
}
.cart_lftdv.userinfo_frm h3 {
    display: flex;
    align-items: center;
}
span.userformedit img {
    width: 20px;
    cursor:pointer;
}
.cart_lftdv.userinfo_frm h3 {
    display: flex;
    justify-content: space-between;
}
.uid.cartrtsec .total {
    margin-top: 0;
    border: 0;
    /* font-size: 16px; */
}
.uid.cartrtsec .total h6 {
       font-size: 20px;
    color: #202f44;
}
.i_agrechk {
    margin-top: 35px;
    margin-bottom: 20px;
    border: 1px solid #ff002f;
    padding: 7px;
        width: fit-content;
}
.termsandconditerr {
       text-transform: capitalize;
    color: #ff3030;
    /* background: #ababab; */
    padding: 7px;
    width: fit-content;
    font-weight: 600;
        margin-top: 15px;
}
.frmsd.gui .term_agre {
    align-items: center;
    justify-content: unset;
    column-gap: 0;
}
.opos {
    padding: 0 0;
    background: #ffffff !important;
    max-width: 620px;
    margin: 0 auto;
    padding: 30px;
}

.opos h5{
    font-size:25px;
    font-weight:600;
    margin-bottom:30px;
}
.opos h6{
    font-size:20px;
        font-weight: 700;
}
a.thanks-backbutt.y_btns {
    text-decoration: underline !important;
}
.opos p {
    margin-top: 30px;
    margin-bottom: 10px;
}
.cntrcartmin {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: end;
}
.opos span {
    margin-bottom: 70px;
    display:block;
        font-weight: 600;
}
.checkoutwrp .container {
    padding: 0px 0;
    max-width: 1290px;
}
.checkoutwrp .container .ordernn{
      max-width: 850px !important;
}
/*.checkoutwrp .container .user-wrapmax {*/
/*        max-width: 840px !important;*/
/*}*/
.checkoutwrp .container .sums {
    width: 32%;
    float: right;
    max-width: 420px;
    margin: 0;
    padding: 3px 0;
}
.blutxt {
    text-align: right;
    width: 24%;
    /*float: right;*/
}
.newcourselist .listwrap {
    margin-bottom: 20px !important;
}
.newcourselist.crsdtlslist .list-inner{
        min-height: 352px;
}
   body {

	background:#4a535f;
}
.wrapper.sdf {
    width: 390px;
    margin: 3% auto;
    padding: 0 100px;
    border: 1px solid #202f44;
    padding: 15px 15px;
    border-radius: 10px;
}
.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}
.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
	background-image: url('https://i.imgur.com/OQiDoZe.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin:5px;
	vertical-align: top;
}
.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 5px;
	white-space: nowrap;
}
.dropdown dt a img {
	position: relative;
	z-index: 1;
}
.dropdown dt a span span:first-child:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
}
.dropdown dt a span span {
	display: inline-block;
	padding: 0;
}
.dropdown dt a span span:first-child {
	padding: 0;
}
.dropdown dd {
	position: relative;
}
.dropdown a, .dropdown a:visited {
	color: #4a535f;
	text-decoration: none;
	outline: none;
}
.dropdown a:hover {
	color: #5d4617;
}
.dropdown dt a:hover, .dropdown dt a:focus {
	color: #5d4617;
}
.dropdown dt a {
	position: relative;
	background: #e3e6ef;
	display: block;
	padding-right: 20px;
	overflow: hidden;
	border:1px solid #ed4267;
	width:250px;
}
.dropdown dt a:after {
	content: '';
	background: #ed4267;
	position: absolute;
	
	height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.dropdown dt a:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 3px;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 20px;
    z-index: 2;
	box-shadow:0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
}
.dropdown dd ul {
	background: #f0f2f7;
	
	color: #C5C0B0;
	display: none;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	
	width: 270px;
	border:1px solid #ed4267;
	list-style: none;
	max-height: 170px;
	overflow-y: scroll;
	top:10px;
	z-index: 2;
}

.wrapper.sdf .dropdown-content li a {
	font-size:13px;
}

li a span:nth-child(2) {
    line-height: 2em;
}
.dropdown dd ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-left:1px solid rgba(0,0,0,0.1);
}
.dropdown dd ul::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
 background: blue;
}
.dropdown span.value {
	display: none;
}
.dropdown dd ul li a {
	padding: 5px;
	display: block;
	font-size: 12px !important;
}
.dropdown dd ul li a:hover {
	background-color: rgba(0,0,0,0.05);
}
dl.dropdown {
	display: inline-block;
	width: 240px;
	margin: -3px 0 0 1px;
}
dl.dropdown span:nth-child(3) {
	color: rgba(0,0,0,0.4)
}
dl.dropdown > span:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
dl.dropdown span:nth-child(3) {
	float: right;
}
dl.dropdown dt span:nth-child(2) {
	color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
}
dl.dropdown dt span:nth-child(3) {
	display: none;
}
.countryFlag {
	padding: 0;
	background-image: url("https://i.imgur.com/OQiDoZe.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 4px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #BFBFC1 #B6B6B6 #969696;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
.chos {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
    color: #202f44;
    font-size: 18px;
}
.crtsbtns{
    display:flex;
      column-gap: 30px;
    justify-content:center;
    margin-bottom:30px;
}

.exprs p {
    text-align: center;
    font-size: 16px;
    color: #202f44;
    font-weight: 600;
}
.cartnew_lft.userdtls .cart_lftdv input[type=text]{
    border:1px solid #9ca7b5;
}
.cartnew_lft.userdtls .cart_lftdv input[type=email]{
   border:1px solid #9ca7b5; 
}
.cartnew_lft.userdtls .cart_lftdv input[type=tel]{
       border:1px solid #9ca7b5; 
}
.term_agre.gopg .i_agre {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0px;
     font-family: "Gotham";
}
.form__radio-input {
  display: none;
}
.form__radio-label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.form__radio-button {
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #202f44;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translateY(-2px);
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: opacity 0.1s;
  transform: translate(-50%, -50%);
  background-color: #202f44;
  opacity: 0;
}
.form__radio-input:checked + .form__radio-label .form__radio-button:after {
  opacity: 1;
}
.form__radio-group {
    width: 170px;
}
span.form__radio-label-text {
    font-size: 16px;
    font-family: "Gotham";
  font-weight: 400;
}

.form__group {
    display: flex;
    align-items: center;
}
label.form__radio-label {
    font-size: 16px;
    font-family: "Gotham";
  font-weight: 400;
}
.paymts {
    border: 1px solid #0000008a;
    border-radius: 8px;
    padding: 20px 0 10px 20px;
}

.p1{
    padding-left:2px;
}
.p2{
    padding-right:2px;
}
.hed {
    text-align: center;
    margin-bottom: 10px;
}
.hed img{
      width: 27%;
}





 .wrapper.sdf .dropdown {
            position: relative;
            display: inline-block;
            width:100%;
        }
         .wrapper.sdf .dropdown::after {
position: absolute;
    top: 42%;
    right: 17px;
      background-image: url("../images/flags.png");
    content: "";
    width: 10px;
    background-image:url(./);
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}


.minivrtdropdown button.dropdown-btn.countrybtn{
            position: relative;
            display: inline-block;
            width:100%;
        }
.minivrtdropdown button.dropdown-btn.countrybtn::after {
position: absolute;
    top: 42%;
    right: 17px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 200px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content li {
            list-style: none;
            padding: 8px 16px;
        }

        .dropdown-content li a {
            text-decoration: none;
            color: black;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /*.dropdown-content li:hover {*/
        /*    background-color: #ddd;*/
        /*}*/
.dropdown-content li:nth-child(n+3):hover {
    background-color: #ddd;
}
 .dropdown-btn {
    padding: 10px;
    background-color: #202f44;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    border: 1px solid #9ca7b5;
    border-radius: 7px;
}
li.inpt span {
    position: absolute;
    top: 30px;
    left: 34px;
}
.inpt input[type="text"] {
    padding: 0 20px 0 40px !important;
        margin-bottom: 0 !important;
        border:1px solid #ccc;
}
li.inpt span img {
    width:15px;
}
        .dropdown-btn:hover {
            background-color: #bd9855;
        }
.crtsbtns img {
    width: 129px;
}

.wrapper.sdf .dropdown span img {
    width: 25px;
    margin: 0 10px 0 0;
}
.wrapper.sdf ul.dropdown-content {
    width: 100%;
    z-index: 9999;
    padding: 10px;
}

.wrapper.sdf .dropdown-content li a {
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: normal !important;
    align-items: center;
}
.wrapper.sdf ul.dropdown-content {
    width: 100% !important;
    min-height: 300px !important;
    height: 300px !important;
    overflow-x: auto;
}
a.locateicon {
    border: 1px solid #ccc;
    padding: 10px;
}
.epoRph.epoRph.epoRph.epoRph.epoRph button {
    min-height: 36px;
    outline: 0px;
    height: 3.25rem;
    padding:0px !important;
    width: 100%;
    min-width: 100%;
}

button.apppaysub {
    height: 50px;
    background: transparent;
    border: 0;
}
button#btnpaypalnow {
    border: 0;
    height: 59px;
    background: transparent;
}
button#gpay-button-online-api-id {
    border-radius: 0px !important;
}
.asd iframe{
    height:60px !important;
     width: 50% !important;
}
.epoRph {
    width: 50%;
    height: 100%;
    text-align: center;
}
.epoRph.epoRph.epoRph.epoRph.epoRph button {
    padding: 0 !important;
    border-radius: 0px !important;
}
.gpay-card-info-container.gpay-card-info-custom-radius{
   border-radius: 0px !important; 
}
a.locateicon.jp{
    border:0px;
    display:flex;
   justify-content: space-between;
}
a.locateicon.jp img {
    width: 19px;
  
}
a.locateicon.jp span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #2b2b2b;
    border-bottom: 1px solid #cccc;
    padding-bottom: 10px;
}
.asd {
background: #000;
    width: 42.5%;
    border-radius: 50px;
    height: 50px;
  
}
.minivrtdropdown {
    width:70%;
}
.minivrtdropdown span img {
    width: 25px;
    margin: 0 10px 0 0;
}
.minivrtdropdown ul.dropdown-content {
    width: 66%;
    min-height: 300px !important;
    height: 300px !important;
    overflow: scroll;
}
.minivrtdropdown li.inpt span {
    position: absolute;
top: 16px;
}
.minivrtdropdown .inpt input[type="text"] {
    height: 43px;
}
.minivrtdropdown .dropdown-content li a {
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: normal !important;
    align-items: center;
    font-size:13px;
}
#button {
    position: absolute;
    width: 112px;
    height: 140px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    right: 0px;
}
.checkoutwrp .container .user-wrapmax {
    max-width: 700px ;
    margin: 0 0 0 147px;
}

.cart_pics img {
    width: 86%;
    margin: 0 auto;
    display: grid;
}
.exprsdummy {
    text-align: center;
}
.exprsdummy .asd button.otherpayvald {
    border: 0;
        background: #000;
        width:90%;
        
}
.exprsdummy .asy {
    padding-top: 10px;
}
.exprsdummy .asd button.otherpayvald img{
    width: auto;
    padding-top: 15px;
}
.exprsdummy .asy .otherpayvald {
    border: 0px !important;
}
.exprsdummy p {
    color: #202f44;
    font-size: 15px;
    font-weight: 500;
}
.checkoutwrpinvcrt .user-wrapmax {
    margin: 0 !important;
}
.checkoutwrpinvcrt strong {
    margin: 20px 0;
}
button.apppaysub {
    display: block;
    text-align: center;
    width:98%;
}
.custom-model-gpayform.model-open h3 {
    margin-bottom: 19px;
}
.custom-model-gpayform.model-open button.poppaygpaybtn {
 border: 0;
    background: transparent;
    margin-top: 0;
        float: right;
        height:80px;
}
.agrgpayap {
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.agrgpayap button.otherpayvald {
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
    width: 100% !important;
    background:#000 !important;
        border-radius: 19px;
    height: 57px;
}
.custom-model-gpayform.model-open .termsandconditerr{
    margin-top:0;
    width:100%;
}






.crtshd {
    width: 720px;
    margin: 0px 0 0 140px;
    float: left;
}
.ltps span#invNoDis{
    margin:20px 0;
}
.ltps .positiobt{
    position: inherit;
    padding:35px 0 0 0;
    
}

.ltps .prdelg.yp strong{
    margin-bottom:15px;
    #202f44
}
.crtshd .commom_hlf.inv_email.dfgg {
    width: 50% !important;
}
.crtshd .inv_city.commom_hlf.dfgg {
    width: 50% !important;
}
.crtshd #qcountry2 {
    padding: 0 12px !important;
}


.user-wrapmax.popsd {
    margin: 0 0 0 -30px !important;
}
.opoo p.prdelg.yp {
    margin: 0 auto;
    margin-bottom: 25px;
}
.opoo p.prdelg.yp {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
    line-height: 45px;
    background: #fff;
}
.opoo span#invNoDis {
    margin-top: 20px;
    margin-bottom: 15px;
}
.opoo .total.checkgndtotal{
    margin-top:0px !important;
}
.pay_opt {
    width: 38%;
    float: left;
}
.pay_opt {
    width: 30%;
    float: left;
    background: #ffffff;
    margin: 0 0 0 190px;
    padding: 23px;
    border-radius: 10px;
}
.pay_opt .sums{
        width: 100% !important;
}
.pay_opt .right_invnumber.paymenttab{
    float: initial;
        width: 100%;
}

input#invAmount {
width: 51%;
    border: 1px solid #bd9855;
    padding: 10px;
    border-radius: 6px;
    text-align: right;
    font-size:14px;
}
.pay_opt .uid{
    margin-bottom:0px;
}
.dtlspoprgtsubbtn {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}
.pay_opt .right_invnumber.payy {
    width: 100%;
}
.pay_opt a.y_btn.nextt {
    width: 100%;
    border-radius: 50px;
    background:#202f44 !important;
}
.pay_opt a.y_btn.nextt:hover {
      background:#202f44 !important;
      color:#fff;
}
.pay_opt .sums{
    margin-bottom:0px;
}
.pay_opt .sums h2{
    margin-bottom:0px;
    font-size:24px;
}
.dir_payment h3{
    margin:20px 0 20px 0;
    font-size:18px;
    color:#202F44;
    font-weight:400;
}
.dir_payment input {
    border-radius: 6px;
    padding: 23px;
}
.right_invnumber.paymenttab {
    font-size: 18px !important;
    color: #202f44;
}
.extpaymentpg .paymentpgback {
    margin-bottom: 25px;
    display: block;
    /* background: #bd9855; */
    width: 80px;
    padding: 5px;
    color: #202f44;
    border-radius: 5px;
    border: 1px solid #76869d;
}
.extpaymentpg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.filloadr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filloadr img{
    width:50px;
}

.dtlspopuprgt .pop_logo{
    margin-bottom:20px;
}
.dtlspopuprgt .custom-model-inner {
    margin-top: 0;
}
.dtlspopuprgt .custom-model-wrap {
    height: 100vh;
}
.dtlspopuprgt .custom-model-wrap .lpo {
    width: 100%;
    position: relative;
}
.dtlspopuprgt .top_sec-popup{
    display:block;
}
.dtlspopuprgt .custom-model-enq .pop_logo_txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
        padding: 28px 0 0;
}
.dtlspopuprgt h3{
    margin-bottom:20px;
}
.dtlspopuprgt .pop_logo_txt h6 {
    line-height: 20px;
}
.dtlspopuprgt .rt {
    margin-right: 0px !important;
}
.dtlspopuprgt .iti{
    margin-bottom: 15px;
}
.dtlspopuprgt .frm_sec select{
    border-radius:5px;
    height: 50px;
        margin-bottom: 15px;
}

.dtlspopuprgt .close-btn, .close-btn-enq, .close-btn_term, .close-btn-gpayform { 
    position: absolute;
    right: 8px;
    top: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 99;
    line-height: 32px;
    font-size: 28px;
    color: #fff;
    background: #bd9755;
    padding: 0 9px;
    border-radius: 50%;
}

.dtlspopuprgt .custom-model-inner {
    margin-top: 0;
    width: 23%;
    position: absolute;
    right: 2px;
}
.dtlspopuprgt .custom-model-inner {
  -webkit-transform: translateX(100%); /* Start off-screen to the right */
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out; /* Adjust duration and easing as needed */
  position: absolute;
  z-index: 999;
  width: 25%;
  right: 0;
}

/* When .model-open class is applied to the parent container */
.dtlspopuprgt.model-open .custom-model-inner {
  -webkit-transform: translateX(0); /* Slide into view */
  -ms-transform: translateX(0);
  transform: translateX(0);
}
div#relatedslide  h3 a{
    color:#fff;
}
.dir_payment .right_invnumber.paymenttab.error_div span{
    top:0 !important;
}
.location_bar ul {
    padding-left: 0px;
    margin: 0 0;
    justify-content: space-between;
    width: 100%;
    display: flex;
    padding: 5px;
}
    p.doyouhave {
    font-size: 18px;
    line-height: 27px;
       color:#202f44;
}
.crsdtlslist .newdtlspg .list-leftcon.tablistkeft {
    width: 100% !important;
    min-height: auto !important;
}
.crsdtlslist .list-leftcon.tablistkeft {
    width: 100% !important;
    min-height: auto !important;
}
.crsdtlslist .newcourselist .listwrap .list-inner .list-locimg {
    width: 100% !important;
    height: 184px !important;
}
.crsdtlslist .list-locimg.tablistlocimg img {
    height: 216px !important;
}
a.pop {
    display: none;
}
.dtls_right{
    
}
.crsdtlslist.newcourselist .listwrap .list-inner .list-locimg {
    width: 100% !important;
    height: 264px;
    margin-bottom: 20px;
}



.listvenuoverlaytab.iopoi {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.listvenuoverlaytab.iopoi h3 {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    font-weight: 500;
    padding: 25px 10px;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    /* display: table-cell; */
    width: 150px;
    /* vertical-align: middle; */
    align-items: center;
    display: flex;
    justify-content: center;
}
.listvenuoverlaytab.iopoi h4 {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
    border-radius: 0 0 5px 5px;
    line-height: 42px;
    width: 50%;
    height: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.tablistkeft.list-leftcon img{
    margin:0 auto !important;
}
.list-locimg.tablistlocimg {
    margin-bottom: 0 !important;
}
.newcourselist.crsdtlslist .listwrap {
    padding-top: 0 !important;
}
.list-inner .list-locimg .listvenuoverlay h3 a {
    color: #ffffff;
    font-size: 14px;
}
.ribbon4 {
 position: absolute;
    top: 15px;
    padding: 8px 10px;
    background: #202f44;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 20px;
    color: #fff;
    right: -70px;
}
/*.ribbon4:before, .ribbon4:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*}*/
/*.ribbon4:before {*/
/*    height: 0;*/
/*    width: 0;*/
/*    top: 40px;*/
/*    left: 0.1px;*/
/*border-top: 9px solid #36474c;*/
/*    border-right: 9px solid transparent;*/
/*}*/
/*.countryFlag:before {*/
    /*-moz-border-bottom-colors: none;*/
    /*-moz-border-left-colors: none;*/
    /*-moz-border-right-colors: none;*/
    /*-moz-border-top-colors: none;*/
    /*background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;*/
    /*border-color: #BFBFC1 #B6B6B6 #969696;*/
    /*border-image: none;*/
    /*border-radius: 2px 2px 2px 2px;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*padding-right: 20px;*/
    /*position: relative;*/
    /*width: 25px;*/
/*}*/ 
/*.newdtlspg #tab3 .listwrap .list-inner .list-leftcon ul {*/
/*  display: none;*/
/*}*/

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #3498db;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.corporate {
    background: #556479;
    padding: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    width: fit-content;
    border-radius: 0px;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
    left: 17px;
    position: relative;
}
.corporate.sdl {
    width: 50%;
    position: absolute;
    bottom: 65px;
    right: 0;
    text-align: center;
    color: #fff;
    width: 48%;
}
.dtlsnew_popular {
    position: absolute;
    right: 0 !important;
}
.newcourselist .listwrap .list-inner .list-leftcon .new_popular {
    right: -153px;
    top: 1px;
    z-index: 9;
}
button.primary-btn {
    border-radius: 25px;
    background: #bc9654 !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    border: 2px solid #8b744e;
}
button.primary-btn:hover {
    background:#202f44 !important;
}
input#popupAdvancebtnSub {
        border-radius: 50px !important;
    background: #202f44 !important;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #8b744e;
}
input#popupAdvancebtnSub:hover {
       background:#202f44 !important;
}
dialog.popupForm button {
    background: url(../images/wht-downarrow.png) 96% center no-repeat #556479;
    border: 0;
    height:28px;
    width: 100%;
    padding: 0 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height:28px;
    color: #FFFFFF;
}
dialog.popupForm button:after {
    content: " ";
    height: 7px;
    position: absolute;
    top: 46%;
    right: 10px;
    width: 13px;
}
dialog .ms-options-wrap {
    background: #556479 !important;
    padding: 4px 10px;
    color: #ffffff !important;
    margin: 10px 0;
    height:40px !important;
    line-height: 0;
    border-radius: 5px;
    border: 1px solid #726b6b;
}
dialog button span {
    color: #ffffff !important;
}
.ms-options-wrap > button > span {
    display: inline-block;
    color: #fff !important;
}
input#popupAdvancebtnSub {
    padding: 5px 40px;
    display: table-footer-group;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}
dialog {
    overflow: hidden;
}

dialog .listpg-fil input[type="text"] {
height: 40px;
    margin-bottom: 20px;
    background: #556479 !important;
    color: #fffbfb;
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom:10px;
}
/*input#popupAdvancebtnClose {*/
/*    border-radius: 50px;*/
/*    padding: 4px;*/
/*    background: #122e52 !important;*/
/*}*/
ul.coursesearchDataforAdv li {
     border-bottom: 1px solid #324258;
    padding: 7px 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
ul.coursesearchDataforAdv {
    z-index: 99999999;
    position: absolute;
    background: #556479 !important;
    width: 95%;
    padding: 0;
    font-size: 14px;
    color: #fff !important;
    line-height: 18px;
    border-top: 1px solid #f0f0f0;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
    max-height: 400px;
    overflow: auto;
    padding: 0 15px !important;
    top: 75px;
}
dialog.popupForm .ms-options-wrap > .ms-options{
    width: 93% !important;
    margin: 0 auto;
    right: 0;
}
ul.coursesearchDataforAdv li a{
        color: #fff !important;
}
input#algoliasa::placeholder {
  color: #fff !important;
}

input#algoliasa::-ms-input-placeholder { /* Edge 12 -18 */
 color: #fff !important;
}


.ms-search input[type="text"]::placeholder {
  color: #fff !important;
}

.ms-search input[type="text"]::-ms-input-placeholder { /* Edge 12 -18 */
 color: #fff !important;
}
select#monthIdpopup3 {
    background: url(../images/wht-downarrow.png) 94% center no-repeat #556479;
    border: 0;
    height: 40px;
    width: 100%;
    padding: 0 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 0px;
    padding: 0 10px;
    border-radius: 5px;
}


.blue{
      background:#1d2439;

}
/*.blue img.menu-close{*/
/*     filter: invert(100%) brightness(200%);*/
/*}*/
.blue img.menu_desk {
      filter: invert(100%) brightness(200%);
}
.blue .Top-righticon img{
   
}
.blue .proname h5 {
    color: #fff;
    text-align:left;
}
.blue button#arrowBtn {
    color: #fff;
}
.rt_profile h6{
    font-size:20px;
}
.blue li.dropdown__filter-selected {
    color: #fff;
}

.select_lang {
    margin-bottom: 15px;
}

/******** popular_catagory_new  *********/


.popular-catagory-list ul {
    display: flex;
    column-gap: 12px;
}
.popular-catagory-list ul li {
    position:relative;
}
.popular-catagory-list ul li a img{

}
.popular-catagory-list ul li a p {
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 18px;
    padding: 0 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
a.lines {
  text-align: center;
  display: block;
  text-decoration: underline;
  margin-bottom: 50px;
  margin-top: 25px;
  font-weight: 600;
  color:#202F44;
  text-transform:uppercase;
  font-size:14px;
}

.testimonials .owl-dots {
    display: block;
}
#testislide {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  margin-top: -26px;
}
#testislide .owl-item {
  float: left;
}
#testislide .owl-nav {
  display: none;
}
#testislide .owl-dots {
    padding-top: 0;
    position: absolute;
    left: 50px;
    bottom: 86px;
}
#testislide .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border: 1px solid #E26560;;
  border-radius: 50%;
  margin: 3px;
}
#testislide .owl-dots .active {
  background: #E26560;
  width: 14px;
  height: 14px;
  border-radius: 10px;
}
.testimonials .testim-text p {
  background: #202f44;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 64px 50px;
  width: 615px;
  top: 168px;
  height: 250px;
  position: absolute;
}
.testimonials .testim-text p::after {
  background: url(../images/testi-inv2.png) 0 0 no-repeat;
position: absolute;
    bottom: -61px;
    right: -47px;
    content: "";
    width: 148px;
    z-index: 99999999;
    height: 99px;
    display: block;
    background-size: 50px;
}
img.skylinee {
    display: none !important;
}
.bg {
  background-color: #fff;
}
.contentbanner {
  /*background: url(../images/bannerwave.png) 0 0 no-repeat;*/
    min-height: 390px;
    background-size: 100% 100% !important;
}
.newdtlspg .brdcam {
  z-index: 1;
  position: relative;

}
.newdtlspg .leftcolbg {
  background-color:#E6E8F4;
  margin-top: 98px;
  border-radius: 0 10px 10px 10px;
}
.newdtlspg .tab_content {
padding: 0px 0px;
    overflow: hidden;
    background-color: #E6E8F4;
    border-radius: 0;
      position:relative;
          border-bottom-right-radius: 20px;
              border-bottom-left-radius: 20px;
}
.newdtlspg ul.tabs {
    border: 0;
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
        column-gap: 5px;

}
.newdtlspg ul.tabs li {
    border: 0;
    border-radius: 5px 5px 0 0;
    /* margin-right: 5px; */
    background-color: #D0D3E5;
    font-weight: 600;
    font-size: 16px;
    color: #202F44;
    padding: 5px 20px;
    height: 56px;
    width: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.newdtlspg ul.tabs li:hover, .newdtlspg ul.tabs li.active {
    background-color: #E6E8F4;
}
.newdtlspg ul.tabs li:first-child{
    border-top-left-radius: 20px;
}
.newdtlspg ul.tabs li:last-child{
    border-top-right-radius: 20px;
}
p {
    color: #202F44;
}
.outline_cms strong {
      color: #202F44;
}
.newdtlspg .outline_cms ul li {
  background: url(../images/list-icon2.png) 0 0 no-repeat;
  /*font-weight: 600;*/
      color: #202F44;
      /*font-weight:600;*/
}
.outline-content.obj .outline_cms ul {
  padding-left: 0px;
}

.newdtlspg .dtls_btn .y_btn {
width: 100%;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-weight: 600;
    column-gap: 10px;
}
.newdtlspg .dtls_btn {
    text-align: center;
    margin-left: 0;
    background: #202f44;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    column-gap: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.outline-content {
    padding-bottom: 20px;
    padding: 0 50px 30px 50px;
}
/*.list-text {*/
/*    display: none;*/
/*}*/

 .course-card {
            background: #e8e9f0;
            border-radius: 20px;
            padding: 0;
        }

        .hero-section {
      position: relative;
      height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* overflow: hidden; */
      }

.hero-section figure {
    position: relative;
}
.hero-content {
    position: absolute;
    top: 0;
    margin: 35px;
    height: 100%;
    /* display: flex; */
}
        .course-title {
            color: white;
            font-size: 20px;
            font-weight: 600 !important;
            line-height: 1.3 !important;
            z-index: 2;
            position: relative;
        }

        .rating-section {
   .rating-section {
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    position: absolute;
    bottom: 31px;
}
        }

        .rating-text {
            color: white;
            font-size: 16px;
            font-weight: 500;
        }

        .stars {
            display: flex;
            gap: 2px;
        }

        .star {
            width: 16px;
            height: 16px;
            background: #ffd700;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        }

        .star.half {
            background: linear-gradient(90deg, #ffd700 50%, rgba(255, 255, 255, 0.3) 50%);
        }

        .details-section {
    padding: 32px 0 10px 5px !important;
    margin-top: 0;
    border-bottom: 1px solid #8d919a;
    margin-bottom: 0;
        }

        .detail-row {
            display: flex;
            justify-content: start;
            /* align-items: anchor-center; */
            margin-bottom: 15px;
        }

        .detail-row:last-child {
            margin-bottom: 25px;
        }

        .detail-label {
               color: #202f44;
            font-size: 14px;
            font-weight: 500;
            margin: 0 40px 0 0;
            /* text-align: left; */
            width: 50px;
        }

        .detail-value {
    color: #202f44;
    font-size: 14px;
    font-weight: 800;
        }

        .register-btn {
            background: #2c3e50;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: -webkit-fill-available;
    margin-bottom: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
        }

        .register-btn:hover {
            background: #34495e;
            transform: translateY(-1px);
        }

        .register-btn::before {
            content: 'ðŸ”’';
            font-size: 12px;
        }

        .divider {
    text-align: center;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
        }

        .apple-pay-btn {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 50px;
            padding: 12px;
            cursor: pointer;
      width: -webkit-fill-available;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .apple-pay-btn:hover {
            background: #f8f8f8;
            border-color: #ccc;
        }

        .apple-pay-logo {
            font-size: 18px;
            font-weight: 500;
            color: #000;
        }
        .hero-section figure img {
    width:100%;
    margin: 0 auto;
    display: block;
    border-radius: 15px !important;
}


/*.list-leftcon{*/
/*        display: none !important;*/
/*}*/
/*.list-locimg {*/
/*    display: none !important;*/
/*}*/
/*span.gpayor{*/
/*     display: none !important;  */
/*}*/
/*a.regnow{*/
/*        display: none !important;*/
/*}*/
/*.asd.dtlsasd{*/
/*   display: none !important;  */
/*}*/
/*.trn_adv {*/
/*    display: none !important;*/
/*}*/
.dtls_right .certifications .cpd-logo img {
    max-width: 90px;
    border-radius: 5px;
}
.cpd-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dtls_right .certifications .cpd-logo h3 {
    font-weight:700;
    font-size: 22px;
    line-height: 28px;
    color: #2c3e50;
    padding-top: 0;
    padding-left: 0;
    padding-right:0px;
    width:50%;
}
.desktopmenu .menu-logosec a img {
    display: none;
}

/*ul.desk li a:hover {*/
/*    color: #fff !important;*/
/*}*/
ul.desk li {
    margin-bottom: 20px;
}

ul.desk .desktopmenu #cssmenu ul li a {
    color: #63758E;
    display: block;
    padding: 10px 5px !important;
    border-left: 5px solid transparent;
}
a.licls:hover {
    color: #fff !important;
}
.desktopmenu #cssmenu ul li:hover .licls span img  {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.goog-te-gadget-simple {
    border: 0 !important;
    margin-left: 64px !important;
    box-shadow: none;
    background: #E6E8F4 !important;
    padding: 29px 16px;
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
    /* width: 299px; */
    letter-spacing: 1px;
    margin: 0 !important;
        border-radius: 5px;
}
div#google_translate_element {
    display: flex;
    align-items: center;
     letter-spacing: 1px;
    margin: 0 0 0 62px;
    background: #ccc;
    width: 359px;
    padding: 0 19px;
   background: #E6E8F4 !important;
        border-radius: 5px;
}
img.menu-close {
    width: 30px;
}
/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
  z-index:1;
}

.on-off-toggle__slider {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #d8d8d8;
  transition: background-color 0.4s
  
}

.on-off-toggle__slider:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
  }

.on-off-toggle__slider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'off';
    color: #484848;
    padding-left: 26px;
    transition: all 0.4s;
  }

.on-off-toggle__input {
  /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider {
  background-color: #000
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider:before {
    transform: translateX(32px);
  }

.on-off-toggle__input:checked + 
.on-off-toggle__slider:after {
    content: 'on';
    color: #FFFFFF;
    padding-left: 8px;
  }
.drkpnl {
    display: flex;
    align-items: baseline;
    justify-content: start;
    width: 340px !important;
    margin: 0 auto;
    margin-top: 40px;
    column-gap: 25px;
}
/*** END CSS NEEDED FOR SWITCH **/

.card_list {
width: 100%;
    border-radius: 15px;
    font-size: 14px;
    margin-bottom: 0px;
    background: #d0d3e5;
    padding: 13px;
    margin-bottom: 25px;
    }
.details p:nth-child(3) span{
    text-transform: capitalize;
}
.detail-row:nth-child(3) span{
   text-transform: capitalize;
}
.details p:nth-child(3) {
  text-transform: capitalize;
}
.detail-row .detail-label{
        font-size: 16px
}
.detail-row span.detail-value {
    font-size: 16px;
}
.details p:nth-child(3){
    text-transform: capitalize;
}
.card-content a {
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 45px;
    justify-content: space-evenly;
    column-gap: 0;
    padding: 0 35px;
    font-size: 14px;
}
.card-content a img {
    width: 20px;
}
a.view_dtlsbut {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.card-content {
    padding: 0 20px 20px 20px;
}
    .title {
color: white;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 8px;
    padding: 20px 30px;
    line-height: 21px;
    }
 .rating {
    color: white;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    padding: 0px 0 8px 31px;
    font-weight: 600;
    /*bottom: -12px;*/
}
    .rating img {
    padding: 0;
    width: auto;
}
    .card-content {
    padding: 0 14px 16px 14px;
}
ul.rtpnl {
    overflow: scroll;
}
    .stars {
      color: #fff;
    }
    .details p {
margin: 3px 0;
    color: #202F44;
    font-weight: 700;
    display: flex;
    /* align-items: baseline; */
    column-gap: 0;
    font-size: 13px;
    }
.details span {
    font-weight: 400;
    width: 80px;
    color: #202f44;
}
    .btn {
      background-color: #12294b;
      color: #fff;
      width: 100%;
      border: none;
      padding: 12px;
      margin: 10px 0;
      border-radius: 10px;
      font-weight: bold;
      cursor: pointer;
    }
    .btn-outline {
      background: none;
      border: 2px solid #12294b;
      color: #12294b;
      padding: 12px;
      width: 100%;
      border-radius: 10px;
      font-weight: bold;
      cursor: pointer;
    }
.view_add_tocart {
    background:#202F44;
       border: 2px solid #202F44;
    width: 100%;
    display: grid;
    text-align: center;
    margin-bottom: 12px;
    padding: 7px;
    border-radius: 50px;
    color:#fff;
}
.view_add_tocart:hover {
    color: #fff9f9;
    background: #556479;
    border: 2px solid #202F44;
}
.view_dtlsbut {
    border: 2px solid #202F44;
    width: 100%;
    display: grid;
    text-align: center;
    padding: 7px;
    border-radius: 50px;
    color: #202F44;
    font-weight: 600;
}





.filter-container {
            background-color: #e6e8f0;
            width: 280px;
            padding: 24px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .filter-title {
            font-size: 14px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 16px;
            letter-spacing: 0.5px;
        }

        .section {
            margin-bottom: 14px;
        }

        .section-title {
            font-size: 12px;
            font-weight: 400;
                color: #202F44;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }

        .alphabetical-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #5864774a;
    padding-bottom: 15px;
        }

        .alpha-btn {
            flex: 1;
            padding: 8px 16px;
            border: 2px solid #9ca3af;
            background-color: transparent;
            color: #6b7280;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .alpha-btn.active {
            background-color: #374151;
            color: white;
            border-color: #374151;
        }

        .alpha-btn:hover:not(.active) {
            border-color: #6b7280;
            color: #374151;
        }

        .dropdown {
            position: relative;
            width: 100%;
        }

        .dropdown-select {
            width: 100%;
            padding: 12px 16px;
            background-color:#586477;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            appearance: none;
            position: relative;
            transition: all 0.2s ease;
        }

        .dropdown-select:hover {
            background-color: #5a6470;
        }

        .dropdown-select:focus {
            outline: none;
            background-color: #4b5563;
        }

        .dropdown::after {
            /*content: '▼';*/
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 10px;
            pointer-events: none;
        }

        .year-buttons {
display: ruby;
    /* gap: 8px; */
    margin-bottom: 16px;
    width: auto;
        }

        .year-btn {
            padding: 8px 20px;
            border: 2px solid #9ca3af;
            background-color: transparent;
            color: #6b7280;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            position: relative;
        }

        .year-btn.active {
            background-color: #374151;
            color: white;
            border-color: #374151;
        }

        .year-btn.active::after {
            content: '×';
            margin-left: 8px;
            font-size: 16px;
            font-weight: bold;
        }

        .year-btn:hover:not(.active) {
            border-color: #6b7280;
            color: #374151;
        }

        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 32px;
        }

        a.reset-btn {
            padding: 12px 24px;
            background-color: transparent;
            color: #374151;
            border: 2px solid #9ca3af;
            border-radius: 24px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: none;
            text-align: center;
        }

        a.reset-btn:hover {
            border-color: #6b7280;
            color: #1f2937;
        }

        .update-btn {
            padding: 12px 24px;
            background-color: #374151;
            color: white;
            border: 2px solid #374151;
            border-radius: 24px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
               text-decoration: none;
            text-align: center;
        }

        .update-btn:hover {
            background-color: #1f2937;
            border-color: #1f2937;
        }
        div#ms-list-2 {
    background: #586477;
    padding:0px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.ms-options-wrap {
    margin-bottom: 15px;
    background: #586477;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 14px;
}
.list-pan h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.banner_paragraph {
    text-align: center;
}
.banner_paragraph h5 {
    color:#202F44;
    font-size:20px;
    text-transform:uppercase;
    font-weight:700;
}
.banner_paragraph p {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.rdo .checkbox_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #cecece;
    width: 280px;
    height: 50px;
    border-radius: 9999px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
}

.rdo input[type="checkbox"] {
    appearance: none;
    display: none;
}

.rdo label {
    font-family: "Open Sans", sans-serif;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 85px;
    height: 36px;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #6e6e6edd;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #202f44;
    margin: 0 5px 0 0;
    color: #202f44;
    margin-bottom: 11px;
}

.rdo input[type="checkbox"]:checked + label {
    background-color: #202f44;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    font-size: 15px;
    padding: 0 10px;
}
span.checkcross {
    font-size: 19px;
    font-weight: 200;
}
.InputGroup {
  display: ruby;
}






.alphabetical-buttons input[type="radio"] {
  visibility: hidden; /* 1 */
 
}

.alphabetical-buttons label {
    display: flex;
    flex: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: var(--color-gray);
    /* color: #523737 !important; */
    padding: 5px 10px;
    border-radius: 6px;
    transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
    user-select: none;
    margin-right: 8px;
    border: 1px solid #202f44;
    border-radius: 50px;
    padding: 5px 15px;
    width: 90px;
    float: left;
}

.alphabetical-buttons label:last-of-type {
    margin-right: 0;
    width: 100%;
    font-size: 12px;
}

.alphabetical-buttons input[type="radio"]:checked + label {
 background-color: #202f44;
 color: #fff;
}

.alphabetical-buttons input[type="radio"]:hover:not(:checked) + label {
 background-color: #202f44;
 color: #fff;
}


.tab_container .card_list .title a{
    color:#fff;
    font-size:20px;
}
input#upcomingdt {
    /* float: left; */
    width: -webkit-fill-available;
}
.button-block a.y_btn {
    border: 2px solid #202f44 !important;
}
a.dtlsgetintuc {
    border: 2px solid #202f44;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 40px;
    color: #202f44 !important;
}
.desktopmenu #cssmenu ul li ul li img{
    width:100%;
}
.desktopmenu #cssmenu ul li ul li{
    padding:0 0;
    
}
.menunames {
    position: relative;
    bottom: 147px;
    line-height: 21px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    width: 95%;
}
ul.allcourse_list.sub li a{
    display: inline-flex !important;
    align-items: center !important;
    color:#000 !important;
}
ul.allcourse_list.sub li:hover a{
    color:#fff !important;
}
ul.allcourse_list.sub li {
    display: inline-flex !important;
    vertical-align: top !important;
    height: 50px !important;
    margin-bottom:50px !important;
}
ul.rtpnl li a {
    color: #fff !important;
}
li.dcpnl span {
    width: 80px !important;
    padding: 0px 15px !important;
}
.desktopmenu #cssmenu ul li ul li:hover span {
  background: transparent; */
    /* border: 1px solid #fff4f4; */
    color: #fff;
     /*margin: 0 0;*/
}
.desktopmenu #cssmenu ul li ul li:hover span a{
    color:#fff !important;
}
.desktopmenu #cssmenu ul.rtpnl li:hover{
    background:transparent !important;
    box-shadow:none !important;
    
}
.rating-section h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom:0;
}
.radio_container {
    display: inline-table;
}
.ribbon {
    position: absolute;
    right: 72px;
    top: -26px;
    z-index:9999;
}
.details-section {
    padding: 50px 0px;
    margin-top: 0px;
    border-bottom: 1px solid #c7cedf;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dtls_right.details-section{
    margin-top:70px;
}
.hero-section figure img {
    height: 213px;
}
 .dtls_right .corporate{
   left: 0;
    
}
.mob_hd_top .contact_drop {
    display: inline-block;
}
.mob_hd_top img.menu_desk {
    width: auto !important;
}








.card-container {
display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1230px;
    padding: 0 0 !important;
    }
.catagorycard img {
    width: 100%;
    position: relative;
}
    .catagorycard {
      position: relative;
      width: 180px;
      height: 180px;
      color: #fff;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      padding: 5px;
      background-blend-mode: multiply;
      background-size: cover;
      background-position: center;
      flex-shrink: 0;
    }

.catagorycard h3 {
    font-size: 15px;
    /* font-weight: bold; */
    position: absolute;
    bottom: 19px;
    color: #fff;
    padding: 0 19px;
}
    .catagorycard.business { background: linear-gradient(#2b6a89cc, #2b6a89cc); }
    .catagorycard.chemical { background: linear-gradient(#c46c1acc, #c46c1acc); }
    .catagorycard.communication { background: linear-gradient(#9b2f7bcc, #9b2f7bcc); }
    .catagorycard.contract { background: linear-gradient(#b2bc2ecc, #b2bc2ecc); }
    .catagorycard.health { background: linear-gradient(#2a7546cc, #2a7546cc); }
    .catagorycard.finance { background: linear-gradient(#8b2c25cc, #8b2c25cc); }

    /* Desktop: wrap layout */
    @media (min-width: 769px) {
      .card-container {
        flex-wrap: wrap;
        overflow-x: unset;
      }

      .catagorycard {
        width:250px;
        max-width: 250px;
      }
    }

    /* Mobile: horizontal scroll */
   
    
    
    
    
    .top_head_bar.serch_sec{
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
        padding-bottom:0px !important;
    }
    
    
    ul.coursesearchData li img {
    width: 60px;
        border-radius: 5px;
}
.top_head_bar.serch_sec h2.tophead {
    height: 50px;
    font-size: 17px;
    background:#fff;
    padding: 0 0 0 15px;
}
.top_head_bar.serch_sec textarea#sa {
width: 674px;
    padding: 0 0 0 0;
    font-size: 17px;
    border-top: 0;
    outline: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    overflow: hidden;
    resize: none;
    padding-right: 60px;
    line-height: 50px;
    height: 46px !important;
    border: 0 !important;
    margin-top: 0;
    border-radius: 50px;
    padding: 0 0 0 24px;
    font-weight: 600;
    color: #213045;
}
.top_head_bar.serch_sec input#coursesrchbtn {
    position: absolute;
    z-index: 99999;
right: 130px;
    top: 15px;
}
.top_head_bar.serch_sec .searchButton {
    text-decoration: underline;
    text-align: left !important;
    color: #213045;
    border: none;
    background: none;
    right: 0;
    position: relative;
    line-height: 14px;
    font-size: 13px;
    font-weight: 600;
    background: #d0d3e6;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100px;
    padding-top: 7px;
}
.top_head_bar.serch_sec span {
    padding: 0 13px 0 0;
}
.mdw{
    max-width:1024px !important;
}
a.srcbycatven {
    margin-top: 20px;
    display: block;
}

.top-coursedropdown:before{
position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    top: -20px;
    z-index: 99999;
    right: 0;
    left: 0;
    margin: 0 auto;
}



#venlist .overlay_location {
    display:none;
}
input#popupAdvancebtnSub {
     float: none !important; 
    margin: 0 auto !important;
    display: block !important;
    margin-top: 20px !important;
}
.venu_con {
    position: relative;
    top: -142px;
    left: 0;
    color: #fff;
    background: #00000078;
    padding: 10px 0px 10px 10px !important;
    height: 89%;
    border-radius: 8px;
}
#venlist ul li .venu_con .inner_txt h3 {
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    bottom: 12px;
}
#cattab ul.cat_ullist li span{
    position:relative;
}
#cattab ul.cat_ullist li div {
     position: absolute;
    width: 12% !important;
    color: #fff;
    padding: 10px 10px;
    line-height: 18px;
    /* top: 0; */
}
.course_serach_list.popular-courses img{
    border-radius:5px;
}

dialog {
    border: 0;
    padding: 1.5rem 2.5rem;
    border-radius: 1rem;
    background-color: #fff !important;
    width: min(100%, 31em) !important;
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.4);
    transform: translateY(30px);
    margin: 0 auto;
    top: 25%;
    position:relative;
      right: -200px !important;
}
dialog:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    top: -20px;
    z-index: 99999;
    right: 0;
    left: 0;
    margin: 0 auto;
}
div#ms-list-2 button span {
    height: 53px !important;
    line-height:0px;
}
div#ms-list-2 button {
    background: url(../images/wht-downarrow.png) 96% center no-repeat #556479;
    border: 0;
    height: 40px;
    width: 100%;
    padding: 0 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: transparent !important;
}
.listpg-fil h4 {
font-size: 12px !important;
    font-weight: 400;
    color: #202F44;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;

}
dialog.popupForm .section {
    margin-bottom: 15px;
}
.listpg-fil .alphabetical-buttons {
    border: 0px !important;
    align-items: center;
    display: flex;
    width: 100%;
        margin-bottom: 0;
    padding-bottom: 0;
    justify-content: center;
}
.listpg-fil .section-title {
    text-align: center;
}
.head_sec {
    margin-bottom: 20px;
    font-size: 17px;
    /* height: 44px; */
    /*z-index: 1;*/
    line-height: 42px;
    color: #202f44;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: inline-block;
    /*box-shadow: -2px 0px 11px 0px #ccc;*/
    padding: 0 20px;
    margin-top: 20px;
    display: flex;
    width: 60%;
        align-items: center;
}

.srcrestxtdv {
    display: flex;
    align-items: center;
    justify-content: start;
    box-shadow: -2px 0px 11px 0px #ccc;
        border-radius: 5px;
        padding:5px 10px;
}
.srcrestxt {
    margin-top: 29px;
      margin: 0px 20px 0 10px;
}
.course_serach_list.popular-courses {
    width: 100%;
    padding: 0 20px;
}
dialog[open]::backdrop {
    opacity: 0 !important;
}







.popcrslist .card_list {
    width: 100%;
    border-radius: 15px;
    font-size: 14px;
    margin-bottom: 0px;
    background:transparent !important;
    padding:0;
    margin-bottom:10px;
}
.popcrslist .card_list figure {
    padding: 0;
    margin-bottom: 0;
}

.popcrslist .card_list figure img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    min-height: 220px;
    border-radius: 15px;
}
.popcrslist .rating {
color: white;
    font-size: 15px;
    position: absolute;
    bottom: 21px;
    padding: 0px 0 8px 15px;
    font-weight: 600;
    bottom: 62px;
    display: flex;
    align-items: center;
}
.popcrslist a.view_dtlsbut img {
    width: 16px !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.popcrslist a.view_dtlsbut {
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
    width:73%;
    height: 35px;
    z-index: 1 !important;
    position: absolute;
    left: 15px;
    column-gap: 6px !important;
    align-items: center;
    color: #fff !important;
    border-color: #fff;
    bottom:30px;
}
.src_head_sec {
margin-bottom: 20px;
    font-size: 17px;
    height: 44px;
    /*z-index: 99;*/
    line-height: 42px;
    color: #202f44;
    /* background: #fff; */
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: inline-block;
    /* box-shadow: -2px 0px 11px 0px #ccc; */
    padding: 0 20px;
    margin-top: 70px;
    margin-bottom: 40px;
    display: flex;
}
.popcrslist .title {
    color: white;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 8px;
    padding: 15px 15px;
    line-height: 21px;
}
dialog.popupForm .orfil {
    text-align: center;
    padding-bottom: 10px;
    margin: 0 15px 0 10px;
}
dialog.popupForm .radio_container {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
dialog {
    border: 0;
    padding: 1.5rem 2.5rem;
    border-radius: 1rem;
    background-color: var(--background-color);
    width: min(100%, 40em);
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.4);
    transform: translateY(30px);
    margin: 0 auto;
    /*top: 23% !important;*/
    left: 430px !important;
}
a#popupAdvancebtnClose {
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: underline;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #202f44;
}
.newcourselist .rating {
    bottom: 49px;
}










/**********************/
.bluedark .desktopmenu{
    background: #1d2439 !important;
}
.bluedark div#cssmenu{
     background: #1d2439 !important;
}
.bluedark .desk li a{
    color:#fff !important;
}
.bluedark ul.allcourse_list.sub li{
        color:#000 !important;
}
.bluedark .drkpnl{
        color:#fff !important;
}
.bluedark .desktopmenu #cssmenu ul li a span img{
      -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.bluedark img.menu-close{
          -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.bluedark .drkpnl img{
        -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}





.bluedark .bluehdr{
      background:#1d2439 !important;

}
/*.bluedark .bluehdr img{*/
/*         filter: invert(100%) brightness(200%);*/
/*}*/


/*.blue img.menu-close{*/
/*     filter: invert(100%) brightness(200%);*/
/*}*/
.bluedark .bluehdr img.menu_desk {
      filter: invert(100%) brightness(200%);
}
.bluedark .bluehdr .Top-righticon .top_cart img{
      filter: invert(100%) brightness(200%);
}
.bluedark .bluehdr .proname h5 {
    color: #fff;
    text-align:left;
}
.bluedark .bluehdr button#arrowBtn {
    color: #fff;
}
.bluedark .bluehdr .rt_profile h6{
    font-size:20px;
}
.bluedark .bluehdr li.dropdown__filter-selected {
    color: #fff;
}
.bluedark.bluehdr li.dropdown__filter-selected{
        color: #fff !important;
}
input#coursesrchbtn {
    display: none !important;
}
.bluedark .bluehdr .contact_drop .dropdown__filter::after{
 border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.lissingbanner-section.blognewban.contentbanner img.dyn-img2 {
    display: none !important;
}
img.dyn-img {
    display: none !important;
}




@media screen and (min-width: 992px) and (max-width:1024px)  {
    
     .wraper_box figcaption h2{
        text-align:center;
    }
    a.view_dtlsbut {
    margin: 0 auto;
}
    .wraper_box figcaption{
        text-align:center !important;
    }
    h4#filtertoggle{
        display:block !important;
    }
    ul.allcourse_list.sub li {
    display: inline-flex !important;
    vertical-align: top !important;
    height: 50px !important;
    margin-bottom: 0 !important;
    margin-top: 40px !important;
}
.desktopmenu #cssmenu ul li ul li:hover a {
    color: #040c19 !important;
}
   ul.allcourse_list.sub li a:hover {
       color:#000 !important;
   }
        .middle_sec img {
        height: 270px !important;
    }
    .newdtlspg .dtls-faq .top, .newdtlspg .dtls-faq .down{
        margin-bottom:0px !important;
    }
    .testimonials .testim-text {
    position: relative;
    text-align: center;
}
        .testimonials .testim-text p:before {
        position: absolute;
        content: "";
        width: 590px;
        height: 30px;
        background: #e2655f;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
.top_filhead {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 25px;
}
    .top_head_bar.serch_sec span {
    padding: 0 33px 0 0 !important;
}
    .serch_sec .search {
    width:100%;
    position: relative;
    display: flex;
    margin-top: 0px;
    height: 45px;
    background: #e6e8f4;
    border-radius: 50px;
}
    .head_sec{
        width:90% !important;
    }
    .dtls_right{
        margin-top:50px !important;
    }
    .hero-section figure img {
    height: 400px;
}
    .ovrveregbtn {
    width: 92% !important;
    margin-top:20px !important;
    }
    button.y_btn.min-width.quick_enq {
    margin-bottom: 20px;
}
    .newdtlspg .dtls_btn{
        display:block !important;
    }
    .Top-righticon {
    display: inline-block;
}
    .card-content a {
    justify-content: center;
    column-gap: 15px;
    padding: 0 35px;
    font-size: 14px;
}
    .home-anivbanner.mob {
    display: none !important;
}
    .desktopmenu #cssmenu ul li ul {
    position: fixed;
    background: #f7f8fc;
    width: 100%;
    top: 0;
    padding-top: 38px;
    height: 100vh;
    display: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    padding-left: 30px;
    left: 10px;
    z-index: 99;
}
   #venlist ul li {
    border-radius: 10px;
    width: 24%;
    display: inline-block;
            height: 160px;
  }
  #cattab ul.cat_ullist li{
      position:relative;
  }
    #venlist ul {
        display: block;
        margin-top: 20px;
    }
    .tabboxdetail #listcat {
        margin-top: 20px;
    }
  .whychooseus ul {
    text-align: center;
    margin-top: 30px;
  }

  #cattab ul.cat_ullist {
        width: 18% !important;
        margin: 20px 0 20px 17px;
        min-height: auto;
  }

  .whychooseus ul li .img-fig img {
    top: 40%;
   width: auto !important;
  }

  .whychooseus ul li .img-fig {
    height: 65px;
  }

  .whychooseus ul li {
    display: inline-block !important;
    width: 32% !important;
    margin-bottom: 20px;
    text-align: center;
    height: 184px;
  }

  .serch_sec {
    padding: 30px 20px;
  }

  .popularn ul.cat_ullist {
    width: 299px;
    font-size: 14px;
    margin-right: 8px;
    float: initial;
  }

  .serch_sec h2.tophead {
    width: 35%;
    font-size: 15px;
    display: flex;
    align-items: center;
    background: #f7f8fc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 10px;
    margin-left: 0;
}

  .outline-content.obj .outline_cms {
    margin-top: -14px;
  }

  .f_logos {
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
  }

  .f_logos img {
    margin: 5px;
    max-width: 40%;
  }

  .afetrpretrain .small_para {
    width: auto;
    padding: 0 15px;
  }

  .afetrpretrain .hlf, .afetrpretrain .mainlvl, .afetrpretrain .phn-number.left {
    float: none;
    width: 100%;
  }

  .afetrpretrain .hlf:nth-child(2n) {
    margin-left: 0;
    float: none;
    padding: 0;
  }

  .formbox {
    padding: 0 10px;
  }

  .afetrpretrain .ful {
    padding-bottom: 15px;
  }

  .left_innerdash {
    padding-top: 15px;
  }

  .editprofile_leftpan {
    width: auto;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    float: none;
    text-align: center;
    padding-top: 20px;
    max-width: 400px;
  }

  .registration_form.edirprofile_right {
    float: none;
    width: auto;
  }

  .editpro_phnnum {
    width: 72% !important;
  }

  .lft_generalsummary.srvweoff {
    text-align: left;
    padding-top: 20px;
  }

  .inner_right.dashaboard ul li {
    margin-right: 0;
    margin-bottom: 0;
  }

  .inner_right.dashaboard ul li .inner_txt {
    width: 82%;
    height: 75%;
    margin: 0 auto;
  }

  .inner_lft {
    width: auto;
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .inner_right {
    width: auto;
    float: none;
  }

  .bg .details_filter ul li:nth-child(2) {
    width: 136px;
    padding-right: 0;
  }

  .alertBox .alertBoxInner {
    width: 98%;
  }

  .alertBox .popup_footer.alertfot.cartfoot ul {
    padding-left: 0;
  }

  .popup_footer.alertfot.cartfoot img {
    height: 40px;
  }

  .list-inner .list-leftcon .new_popular {
    top: 10px;
  }

  .our_centres_text h2 {
    font-size: 18px !important;
  }

  .thankyou_orderbanner .our_centres_text h2 span {
    font-size: 16px;
  }

  .cartorddtlsbottom.cart_bottomproceedsec a {
    margin-bottom: 20px;
  }

  .cartorddtlsbottom.cart_bottomproceedsec img {
    display: none;
  }

  .innerfull_cart_body .thankyou_orderbanner .our_centres_text {
    top: 16px;
  }

  .our_centres_text {
    width: auto;
  }

  .cart_lftdv, .cart_dv_lfte, .cart_ritdv, .cart_dv_rit {
    float: none;
    width: auto;
  }

  .cart_dv_lfte li {
    width: 48%;
  }

  .cartorddtls p {
    display: block;
  }

  .cartorddtls p label, .cartorddtls p textarea {
    display: block;
    width: 100%;
  }

  .cartorddtls p input[type=email], .cartorddtls p input[type=text] {
    width: 100%;
    display: block;
  }

  .notemsg {
    top: -94px;
  }

  .close-btn, .close-btn-enq, .close-btn_term {
    z-index: 9999999;
    right: 0;
  }

  .desktopmenu::-webkit-scrollbar, .custom-model-wrap::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .desktopmenu::-webkit-scrollbar-track, .custom-model-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .desktopmenu::-webkit-scrollbar-thumb, .custom-model-wrap::-webkit-scrollbar-thumb {
    background: #FFA834;
    border-radius: 10px;
  }

  /* Handle on hover */
  .desktopmenu::-webkit-scrollbar-thumb:hover, .custom-model-wrap::-webkit-scrollbar-thumb:hover {
    background: #cf7f16;
  }

  .no_scroll {
    width: 100%;
  }

  .pop_logo_txt {
    width: auto;
    margin-top: 10px;
  }

  .lfttran_pic img {
    width: 138px;
  }

  h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .inner_banner.mob-banner {
    height: 80px;
  }
  .inner_banner.mob-banner:before {
    background-color: #f9f9f9;
  }
  .inner_banner.mob-banner .container {
    height: auto;
    min-height: auto;
  }
  .inner_banner.mob-banner img {
    display: none;
  }

  .close-btn {
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 28px;
    padding: 0 6px;
  }

  .faq-block .wrapper .frequently_tab .bd div p {
    width: auto;
  }

  .bg .details_filter ul li:last-child {
    padding-right: 0;
  }

  .adfil .container .rel ul {
    position: relative;
  }

  .whychooseus ul li .img-fig {
    margin-bottom: 20px;
  }

  .whychooseus ul li .img-fig img {
    top: 50%;
    width: 30%;
  }

  .details_filter.adfil.fixme {
    position: relative !important;
  }

  .lpo {
    width: 100%;
  }

  .rt {
    margin-right: 0;
  }

  .frm_pnl {
    padding: 0 15px;
  }

  .list-filter input[type=button] {
    width: 48%;
  }

  .course_cartpan {
    width: 350px;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q input {
    width: 34px;
    padding: 0;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q button {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q {
    width: 70px;
  }

  .course_cartpan .newcart_popwrap .new_cartpoprigt {
    width: 170px;
  }

  .cart_pdatevenu p {
    margin-bottom: 5px;
  }

  .crt_pop_ct {
    font-size: 12px;
    line-height: 16px;
  }

  #dwnOutLine .y_btn {
    margin-top: 10px;
  }

  .pop_logo_txt h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .location_bar li {
    font-size: 14px;
  }

  .top_sec-popup {
    display: block;
  }

  .pop_logo {
    margin-right: 5px;
    margin-top: 4px;
    width: 100%;
  }

  .location_bar ul {
    padding-left: 0;
  }

  .dtls-upcomvd h2 {
    font-size: 20px;
  }

  .bg .details_filter ul li .dtls-upcomvd .schedulebody a {
    width: auto;
  }

  .bg .details_filter {
    height: auto;
  }

  .bg .details_filter {
    padding: 7px 0;
  }

  header .hd_top .logomenu {
    flex-wrap: inherit;
  }

  .show_results .show_text {
    max-height: inherit;
  }

  .show_results .show_text h4 {
    width: auto;
    display: block;
    padding-bottom: 10px;
  }

  .show_results .show_text .update_filter {
    float: none;
  }

  .list-filter .listpg-fil h4 {
    text-align: left;
    padding-bottom: 5px;
  }

  .update_filter h5 {
    width: 100%;
  }

  .list-filter {
    top: 107px;
    width: 92%;
  }

  .inner_banner h2 {
    font-size: 20px;
    position: relative;
    z-index: 9;
  }

  #cattab ul.cat_ullist {
    width: auto;
  }

  .inner_banner img {
    width: 300px;
  }

  .desktopmenu #cssmenu ul li ul {
    box-shadow: inherit;
            z-index: 99;
  }

  .bg .details_filter ul li:first-child {
    display: none;
  }

  .tab_drawer_heading {
    background: url(../images/plus-icon.png) 96% center no-repeat #ececec !important;
  }

  .tab_drawer_heading.d_active {
    background: url(../images/m-icon-white.png) 96% center no-repeat #202f44 !important;
  }

  .pr-0, .px-0 {
    padding-right: 15px !important;
  }

  .our_programs .program-pan {
    margin-bottom: 10px;
    text-align: center;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }
  .mob li {
    padding: 0 0 10px 0;
  }
  .mob li a {
    display: block;
  }
  .mob li span {
    padding-right: 10px;
  }
  .mob li span img {
    max-width: 26px;
    max-height: 26px;
  }
  .mob li ul li {
    padding: 6px 0px;
  }
  .mob li ul li span {
    display: inline-block;
    vertical-align: top;
    width: 34px;
  }
  .mob li ul li span img {
    max-width: inherit;
    max-height: 22px;
  }
  .mob li ul li a {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    font-size: 14px;
  }

  .mob .open .drop {
    display: none !important;
  }
  .mob .clicked {
    background-image: url(../images/m-uparrow.png) !important;
    background-color: #EDEDED !important;
    background-repeat: no-repeat !important;
    background-position: 92% 20px !important;
  }
  .mob .clicked .drop {
    display: block !important;
    width: 100% !important;
    padding: 2px 15px 15px 10px;
    position: fixed !important;
    top: 0 !important;
    margin-top: 0;
    left: -8px !important;
    overflow-y: auto;
    right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .mob .clicked .drop .submenu_close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999999999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
  }
  .mob .clicked .drop .submenu_close img {
    max-width: 18px;
  }
  .hd_banner {
    display: none;
  }

  .hd_banner.mob {
    display: block;
  }

  header .hd_banner .banner-text a {
    top: -102px;9
  }

  header .banner-animate {
    min-height: 140px;
  }

  .our_programs .program-pan img {
    object-fit: cover;
    width: auto;
  }

  .our_programs .program-pan .program_content a {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .whatsapp {
    bottom: 10px;
    right: 0;
  }

  .inner_banner {
    height: inherit;
    padding-top: 10px;
  }

  .inner_banner .container {
    min-height: auto;
  }

  header .hd_banner .banner-text {
    width: auto;
  }

  .desktopmenu #cssmenu .menu-logosec .menu-close {
    width: 20px;
  }

  .logomenu h1 {
    margin-left: 15px !important;
    width: 68%;
  }

  .video-sec h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .video-sec .container {
    top: 18%;
  }

  .our-promise {
    margin-top: 15px;
  }

  .our-promise .inner-promise {
    width: auto;
    float: none;
  }

  .our-promise .inner-promise .Promise-inner {
    width: auto;
    margin-right: 0;
  }

  .logo-separater {
    margin: 50px 0;
  }

  .popular-courses h2 {
    font-size: 40px;
  }

  .our-promise .inner-promise h2 {
    font-size: 26px;
  }

  .testimonials h2 span {
    margin-bottom: 15px;
  }

  .testimonials .testim-text img {
    float: none;
    margin-top: 0;
  }

  .testimonials .testim-text p {
    font-size: 14px;
    width: 97%;
    top: 54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 230px;
    padding: 55px 15px 0 15px;
    line-height: 20px;
  }

  .home-anivbanner .year-celebrationbtn {
    background: #b5965d;
    color: #fff !important;
    font-size: 9px;
    padding-right: 5px;
    bottom: 10px;
    left: 30px;
  }

  #testislide .owl-dots {
         left: 0;
        top: auto;
        right: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        bottom: 95px;
  }

  .footer-bootom .left_train {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-bootom .f_copy {
    text-align: center;
  }

  .model-open {
    position: fixed;
    left: 0;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 1000000;
    visibility: visible;
  }

  .close-btn {
    z-index: 10000000;
    visibility: visible;
  }

  .desktopmenu {
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    background: #f9f9f9;
    background: #f7f8fc;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 1000000;
    visibility: visible;
  }

  .desktopmenu #cssmenu ul li ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-left: 0;
  }
  .desktopmenu #cssmenu ul li ul li {
    display: block;
    width: 100%;
  }

  .popular-courses {
    padding: 0 15px;
  }

  .desktopmenu .login-sec {
    display: none;
  }

  .list-inner .list-locimg img {
    width: 100%;
  }

  .brdcam .container ul {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 0;
  }

  .bg .details_filter ul {
    display: block;
  }

  .bg .details_filter ul li {
    padding: 0 0;
    background-image: none;
    display: inline-block;
    margin-bottom: 15px;
  }

  ul.btncls li {
    padding-left: 0 !important;
    display: block !important;
    width: 100% !important;
  }

  .bg .details_filter ul li img {
    margin-top: 0px;
    float: none;
  }

  .bg .details_filter ul li:nth-child(3) {
    padding-right: 0;
  }

  .bg .details_filter ul li .dtls-upcomvd {
    top: 160px;
  }

  .bg .details_filter ul li.rgt {
    float: right;
  }

  .top_head {
    display: block;
    text-align: center;
  }
  .top_head .button-block {
    margin-top: 10px;
  }

  .total-members ul li {
    font-size: 18px;
  }

  .whychooseus ul {
    display: block;
  }

  .whychooseus ul li {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .outline-content .outline_cms p {
    padding-left: 0;
  }

  .outline-content .outline_cms ul {
    padding-left: 0;
  }

  .outline-content .outline_cms {
    background: none;
  }

  .inner_banner h2 {
    width: auto;
  }

  .your-say-block .form-bd {
    position: relative;
    width: 100%;
  }

  .frm_pnl .frm_sec {
    width: 100%;
    float: none;
  }

  .your-say-block .bd .text-block h3 {
    padding-top: 20px;
  }

  .testimonials h2 {
    font-size: 20px;
    line-height: 24px;
    width: auto;
    padding: 10px 0;
    text-align: center;
  }

  #testislide {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }

  .location-map .loclist {
    margin-top: 130px;
  }

  .location-map .loclist .europe-list li {
    width: 116px;
  }

  .location-map .locserc_butt {
    padding-left: 28%;
  }

  #relatedslide .owl-dots {
    display: none;
  }

  .iti {
    margin-bottom: 10px;
    width:100%;
  }

  #btnInvoicePayment, #btnInvoiceCreate {
    font-size: 15px;
  }

  .content_sec .rt_wrp .get_in_touch select {
    margin-bottom: 15px;
  }

  .about_team ul {
    display: block;
  }

  .about_team ul li {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    width: 49%;
  }

  .about_team .ppop .ppop_inr {
    width: auto;
  }

  .about_team .ppop .ppop_inr .cloz-icon {
    right: 0;
  }

  .about_team .ppop .ppop_inr::before {
    height: 100vh;
    width: 100%;
    border-bottom-right-radius: 0;
  }

  .about_team .ppop .ppop_inr .ppop_inr_l {
    float: none;
    width: auto;
    position: relative;
    display: block;
  }

  .ppop_inr_r {
    display: block;
    color: #fff;
    position: relative;
  }

  .ppop_inr_r_in {
    min-height: 250px;
    max-height: 250px;
  }

  .ppop_inr_r_in p {
    color: #fff;
  }

  .testomo_feedback h2 {
    margin-top: 0;
  }

  .our-parneship {
    padding-top: 0;
  }

  .rt_wrp h2 {
    margin-top: 20px;
  }

  .about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_con {
    height: 170px;
  } 
    
    
    
    
    
    
    
    
    
    .desk{
        display:none !important;
    }
    .mob{
        display:block !important;
    }
     .card-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px !important;
  border-radius: 10px;
    /* Keep scrollbar always visible */
    scrollbar-width: thin; 
    scrollbar-color:#202f44 #e1e1e1; /* Thumb color, track color */
}

/* Chrome, Edge, Safari scrollbar */
.card-container::-webkit-scrollbar {
    height: 8px; 
}

.card-container::-webkit-scrollbar-track {
    background: #202f44;
    border-radius: 10px;
}

.card-container::-webkit-scrollbar-thumb {
    background: #4a5f7c;
    border-radius: 10px;
}

.fixed-scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #202f44;
    z-index: 9999;
}

.fixed-scrollbar .fill {
    width: 0%;
    height: 100%;
    background: #4a5f7c;
    border-radius: 3px;
    transition: width 0.2s ease;
}

    
    
    
    
    header .hd_top {
    display: none;
    }
    .mob_hd_top {
        padding:20px 0;
    display: block;
}
  .container.about_top h1 {
    bottom: 0 !important;
  }

  .top_filclose {
    top: 0;
    right: 20px;
  }

  .popularn ul.cat_ullist {
    width: 219px;
    font-size: 14px;
    margin-right: 8px;
    float: initial;
  }



  .discover_sec .discover_part .discover_wrp img {
    height: 60px;
  }

  .discover_sec .discover_part .discover_wrp .dis_name {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #414e60;
    padding: 10px 0;
  }

  .course_serach_list .popular-inner img {
    width: 40%;
  }

  .tabbox {
    width: auto;
  }

 

  .moboff {
    display: none;
  }

  .dtls_btn {
    margin-left: 0;
  }
  .dtls_btn .y_btn {
    margin: 0 auto;
    display: block;
    width: 206px;
    margin-bottom: 5px;
  }

  .outline-content button {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 206px;
    margin-bottom: 10px;
  }

  .list-inner .list-leftcon {
    width: 220px;
    padding: 15px;
  }
    
    
    
    
    
    
    
    
    
    
    
    
    .menunames{
        font-size:18px !important;
    }
        ul.mob li a {
        color: #fff !important;
        margin: 20px 0;
        font-size: 23px;
    }

.desktopmenu #cssmenu ul .active a {
   
    padding: 0 !important;

    font-size: 16px !important;
}
    .mob ul.drop.mob_learn_iblog ul li{
        width: 100% !important;
    }
    
        ul.drop li {
          display: inline-block !important;
        width: 24% !important;
        margin: 0 3px !important;
    }
.desktopmenu #cssmenu ul li ul li span img{
        -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
            
    }


    .mob_hd_top img.menu_desk {
    width: auto !important;
    margin: 0 10px 0 0;
}


        .popularn.catego.cattabsearch {
        padding-top: 0 !important;
    }
    .mob .clicked .drop .submenu_close img {
        max-width: 20px;
        margin: 0 0 0 28px;
    }
    .desktopmenu #cssmenu ul li.topPdf{
          color: #fff !important;
          font-size: 16px;
  margin: 40px 10px;
    }
    ul.mob li a {
    color: #fff !important;
    margin: 40px 0;
    font-size: 16px;
}
    .desktopmenu #cssmenu ul li ul li:hover{
        background:transparent !important;
        box-shadow:none !important;
    }
    .desktopmenu #cssmenu ul li ul li img {
    width: 100%;
    border-radius: 15px;
}

.desktopmenu #cssmenu ul li ul {
        box-shadow: inherit;
        left: 0px !important;
        right: 0 !important;
        margin: 0 auto !important;
                padding: 10px 20px !important;

    }
        ul.drop li {
        display: inline-block !important;
        width: 19% !important;
        /*height: 267px !important;*/
    }
  ul.drop .mob_learn_iblog ul.drop li{
        height: 127px !important;
  }
    
dialog.popupForm {
    left: 0 !important;
    right: 0 !important;
    top: 280px !important;
}
    .tabboxdetail{
        padding-top:0 !important;
    }
    dialog.popupForm .radio_container {
    font-size: 12px;
}
    #cattab ul.cat_ullist li div {
        position: absolute;
        width: 89% !important;
        top: 50px;
        font-weight: 600;
    }
    dialog:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    top: -20px;
    z-index: 99999;
    right: 60px;
    left: revert;
    margin: 0 auto;
}
    div#cattab {
    overflow-x: scroll;
    height: 1000px;
}
    .serchwrap.searhead_popp .top_head_bar input[type=button]{
        background-color:transparent !important;
    }
    #cattab ul.cat_ullist span img {
    max-width: 159px;
    max-height: 171px;
    margin-top: 0px;
    border-radius: 10px;
    cursor: pointer;
}

 
    .top_head_bar.serch_sec .searchButton {
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: 100% !important;
    padding-top: 7px;
    background: transparent !important;
    column-gap: 10px;
    font-weight:700 !important;
    font-size:13px !important;
}
    .top_head_bar.serch_sec textarea#sa{
        border-radius:50px !important;
  padding: 0 15px !important;
    }
    .top_head_bar.serch_sec input#coursesrchbtn {
    right: 0 !important;
    top: 15px;
}
    .top_head_bar.serch_sec h2.tophead {
    height: 50px;
    font-size: 17px;
  background:transparent !important;
    /* padding: 0 0 0 15px; */
    margin-top: 100px;
}
a.user {
    display: none;
}
.serchwrap.searhead_popp{
    top:86px;
}
.serch_sec{
      background:transparent !important;
  }  
.top_head_bar.serch_sec{
 box-shadow:none !important;
}    
   

    
    .details-section {
    margin-top: 88px !important;
}
 
    .popularn h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}
    #testislide .owl-dots{
        display:none;
    }
    .dropdown-trigger {
    gap: 4px !important;
    font-size: 16px;
    transition: all 0.3s ease;
}
    .custom-model-wrap{
        overflow:scroll;
    }
    .close-btn-filter {
    position: absolute;
    z-index: 9999;
    right: 30px;
    font-size: 41px;
}
    .custom-model-filter.model-open {
        position: fixed;
        left: 0;
        scrollbar-color: #FFA834 grey;
        scrollbar-width: thin;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: inherit;
        z-index: 1000000;
        visibility: visible;
    }
        .dtlspopuprgt .list-filter {
     top: 60px !important;
        width: 100%;
    }
        .custom-model-filter .list-filter {
        background: transparent !important;
        left: 0;
        /* overflow-x: clip; */
    }
    .dtlspopuprgt .custom-model-wrap {
    height: 100vh;
    left: 0;
    width: 98%;
    top: 0;
    position: absolute;
    left: 0;
}
.list-filter input[type=submit] {
    width: 99%;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    background: #1b2b40 !important;
}
    .list-filter input[type=button] {
        width: 100%;
        border-radius: 50px;
        line-height: 20px;
        color: #152438;
    }
      .dtlspopuprgt .list-filter {
        top: 107px;
        width: 100%;
    }
    .orfil {
    text-align: center;
    margin-bottom: 10px;
}
    input#ztoasort {
    display: none;
}
input#atozsort {
    display: none;
}
input#upcomingdt {
    display: none;
}
    .atozfil {
    display: inline-block;
    width: 46%;
    margin: 0 10px 0 0;
    text-align: center;
    height: auto;
}
    .radio_container {
    width: 100%;
}
    .custom-model-filter .list-filter{
        background:transparent !important;
        left:0;
    }
    .dtlspopuprgt .custom-model-inner {
        width: 100% !important;
        right: 0 !important;
    }
    .list-pan h3 {
    font-size: 18px;
    margin-bottom: 0 !important;
}
    .mob_filter_list h4 {
    border: 1px solid #202f44;
    width: 100px;
    font-size: 17px;
    text-align: center;
    border-radius: 50px;
    line-height: 34px;
    color: #202f44;
}
    .mob_filter_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-item:center;
    margin-bottom:30px;
}
form#asearch_course {
    padding: 0 30px;
}
.right-newsearch {
    display: none;
}
        .mob .clicked .drop .submenu_close {
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .menunames {
    position: relative;
    bottom: 158px !important;
    line-height: 24px !important;
    padding: 0 10px;
    font-size: 18px !important;
    font-weight: 600;
    width: 90% !important;
}
    .desktopmenu{
        width:100%;
    }
div#cssmenu .drkpnl {
        display: flex;
        align-items: baseline;
        justify-content: start;
        width: 334px !important;
        margin: 0 auto;
        margin-top: 40px;
        column-gap: 25px;
        z-index: 1 !important;
    }
    div#google_translate_element {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin: 20px 0 0 32px !important;
    background: #ccc;
    width: 259px !important;
    padding: 0 0 0 25px !important;
    background: #E6E8F4 !important;
    border-radius: 5px;
}
        .desktopmenu #cssmenu .menu-logosec .menu-close {
        width: 20px;
    }
    .desktopmenu #cssmenu .menu-logosec .menu-close {
    margin-top: 10px;
    margin: 0 0 0 26px;
}
        .desktopmenu #cssmenu ul li a {
        padding: 10px 70px 10px 0 !important;
        border-left: 5px solid transparent;
    }
    .desktopmenu #cssmenu ul li.topPdf {
       color:#1d243a;
}
.desktopmenu #cssmenu ul li.topPdf a{
    color:#1d243a;
}

        .mob {
        display: block;
        margin: 0 30px;
    }

    .desktopmenu #cssmenu ul li {
    padding: 0;
}
        ul.drop {
        padding: 0 0 !important;
        margin: 0 auto;
        padding-top: 50px !important;
    }
    .hero-section {
    height: 260px !important;

}
.rating-section img {
    filter: invert(1) brightness(6);
}
.detail-row {
    display: flex;
    justify-content: start;
    /* align-items: anchor-center; */
    margin-bottom: 15px;
    margin: 0 0 10px 30px;
}
    .newdtlspg .total-members ul li {
        width: 122px;
    }
    .outline-content {
    padding-bottom: 20px;
    padding: 10px 30px;
}

/*    .newdtlspg .dtls_btn .y_btn {*/
/*    width: 90% !important;*/

/*}*/
    .newdtlspg .dtls_btn .y_btn {
    width: 87% !important;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
}
  .newdtlspg .dtls_btn {
    text-align: center;
    margin-left: 0;
    background: #202f44;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    column-gap: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
     position: relative !important; 
    bottom: 0px;
    width: 100%;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .card_list a.view_dtlsbut {
    display: flex;
    justify-content: space-between !important;
    padding: 0 15px;
}
    a.view_dtlsbut {
    display: flex;
    justify-content: flex-start !important;
    padding: 0 15px;
}
    .newcourselist .listwrap .right-newsearch{
        margin-bottom:30px;
    }
    .newdtlspg .dtls_btn .y_btn {
    width: 100%;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-weight: 600;
    column-gap: 10px;
}
    .card-container {
        flex-wrap: unset !important;
        overflow-x: auto !important;
    }
    .testimonials #testislide {
    overflow: hidden;
    min-height: 600px;
}

        .testimonials .testim-text img {
        float: none;
        margin-top: 0;
        width:80%;
    }
    .testimonials .testim-text p {
    background: #202f44;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 64px 50px;
    width: 100% !important;
    top: 298px !important;
    height: 250px;
    /* position: absolute; */
}
    header .hd_top{
        display:none;
    }
        .mob_hd_top {
        padding: 20px 0;
        display: block !important;
    }
    .popularn.catego.cattabsearch {
    padding-top: 140px;
}
    .card-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px !important;
  border-radius: 10px;
    /* Keep scrollbar always visible */
    scrollbar-width: thin; 
    scrollbar-color:#202f44 #e1e1e1; /* Thumb color, track color */
}

/* Chrome, Edge, Safari scrollbar */
.card-container::-webkit-scrollbar {
    height: 8px; 
}

.card-container::-webkit-scrollbar-track {
    background: #202f44;
    border-radius: 10px;
}

.card-container::-webkit-scrollbar-thumb {
    background: #4a5f7c;
    border-radius: 10px;
}

.fixed-scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #202f44;
    z-index: 9999;
}

.fixed-scrollbar .fill {
    width: 0%;
    height: 100%;
    background: #4a5f7c;
    border-radius: 3px;
    transition: width 0.2s ease;
}










.list-inner .list-leftcon ul {
    display: none;
  }

  .newcourselist .listwrap .list-filter {
    display: none;
  }

  .newcourselist .listwrap .right-newsearch h3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .fil_desk {
    display: none;
  }

  .newcourselist .listwrap .para_tog {
    display: block;
    background: #202f44;
    color: #fff;
    padding-left: 15px;
    cursor: pointer;
    padding-bottom: 10px !important;
  }

  .newcourselist .listwrap .para_tog img {
    float: right;
    margin-right: 15px;
  }

  .newcourselist .right-newsearch {
    order: 1;
  }

  .newcourselist .phn-right {
    order: 2;
  }

  .newcourselist .listwrap .list-inner .list-locimg {
    width: auto !important;
  }

  .newcourselist .listwrap .list-inner .list-locimg .listvenuoverlay h3 {
    height: auto;
    display: block;
    width: auto;
  }

  .newcourselist .listwrap .list-inner .list-leftcon p, .newcourselist .listwrap .list-inner .list-leftcon {
    min-height: auto;
  }

  .newcourselist .listwrap .list-inner .list-leftcon {
    width: auto;
    padding-top: 15px;
  }

  .newcourselist .listwrap .list-inner {
    margin-bottom: 0;
  }

  .newcourselist .listwrap .list-inner .view_dtlsbut {
    order: 3;
    width: 100%;
  }

  .newcourselist .listwrap .list-inner {
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }

  .newcourselist .listwrap {
    margin-top: 0;
  }

  .newcourselist .list-pan .col-lg-6 {
    padding: 0 !important;
  }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
/*    .hd_banner.mob {*/
/*    display: none !important;*/
/*}*/
/*    .user img{*/
/*        display:none;*/
/*    }*/
/*        .popularn.catego.cattabsearch {*/
/*        padding-top: 122px !important;*/
/*    }*/
/*    .popularn h1 {*/
/*    text-align: center;*/
/*    font-size: 23px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 0;*/
/*}*/
/*        .middle_sec img {*/
/*        height: 360px !important;*/
/*    }*/
/*        .catagorycard {*/
/*        width: 149px !important;*/
/*    }*/
/*    .newcourselist .listwrap .right-newsearch{*/
/*        margin-bottom:30px;*/
/*    }*/
/*    span.submenu_close {*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    margin-bottom: 0;*/
/*}*/
/*    .desktopmenu #cssmenu ul li ul {*/
/*        width: 100% !important;*/
/*        left: 0;*/
/*        padding-top: 90px;*/
/*        z-index: 99;*/
/*    }*/
/*    .desktopmenu #cssmenu ul li.topPdf{*/
/*             color: #ffffff !important;*/
/*    }*/
/*        .desktopmenu #cssmenu ul li span img{*/
    /*            -webkit-filter: brightness(0) invert(1);*/
    /*filter: brightness(0) invert(1);*/
/*        }*/
/*        ul.mob li a {*/
/*    color: #fff !important;*/
/*}*/
/*    .desktopmenu #cssmenu ul li a {*/
        /*color: #ffffff !important;*/
/*        display: block;*/
/*        padding: 10px 30px 10px 0 !important;*/
/*        border-left: 5px solid transparent;*/
/*    }*/
/*    .home-anivbanner.mob {*/
/*    display: none !important;*/
/*}*/
/*  .newcourselist .schedule-tab .filter .col-lg-6:nth-of-type(2n) {*/
/*    padding-left: 15px !important;*/
/*  }*/
/*    .desk{*/
/*      display:none !important;*/
/*  }*/
/*  .mob{*/
/*      display:block !important;*/
/*  }*/
/*.desktopmenu {*/
/*    background: #1d2439 !important;*/
/*    width: 100% !important;*/
/*}*/
/*.desktopmenu #cssmenu ul li ul {*/
/*        width: 100% !important;*/
/*        left: 0;*/
/*    }*/

/*.desktopmenu #cssmenu ul li {*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #63758E;*/
/*    border-left: 5px solid transparent;*/
/*    padding: 20px 60px 10px 60px;*/
/*}*/

.checkoutwrp .container .user-wrapmax {
    max-width: 100%;
    margin: 0;
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {
  .logomenu img {
    width: 120px;
}

    .checkoutwrp .container .user-wrapmax {
    max-width: 100%;
    margin: 0;
}
.checkoutwrp .container .sums {
    width: 100%;
    float: inline-start;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    top: 0 !important;
    position: inherit;
    margin-top: 50px !important;
}
    .top_head_bar.serch_sec textarea#sa{
            width: 414px;
    }
    .advovrly{
        display:none;
    }
    .newcourselist .listwrap .brdcam ul{
        display:none;
    }
    .wraper_box figcaption h2{
        text-align:center;
    }
    a.view_dtlsbut {
    margin: 0 auto;
}
    .wraper_box figcaption{
        text-align:center !important;
    }
    h4#filtertoggle{
        display:block !important;
    }
    ul.allcourse_list.sub li {
    display: inline-flex !important;
    vertical-align: top !important;
    height: 50px !important;
    margin-bottom: 0 !important;
    margin-top: 40px !important;
}
.desktopmenu #cssmenu ul li ul li:hover a {
    color: #040c19 !important;
}
   ul.allcourse_list.sub li a:hover {
       color:#000 !important;
   }
        .middle_sec img {
        height: 270px !important;
    }
    .newdtlspg .dtls-faq .top, .newdtlspg .dtls-faq .down{
        margin-bottom:0px !important;
    }
    .testimonials .testim-text {
    position: relative;
    text-align: center;
}
        .testimonials .testim-text p:before {
        position: absolute;
        content: "";
        width: 590px;
        height: 30px;
        background: #e2655f;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
.top_filhead {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 25px;
}
    .top_head_bar.serch_sec span {
    padding: 0 33px 0 0 !important;
}
    .serch_sec .search {
    width:100%;
    position: relative;
    display: flex;
    margin-top: 0px;
    height: 45px;
    background: #e6e8f4;
    border-radius: 50px;
}
    .head_sec{
        width:90% !important;
    }
    .dtls_right{
        margin-top:50px !important;
    }
    .hero-section figure img {
    height: 400px;
}
    .ovrveregbtn {
    width: 92% !important;
    margin-top:20px !important;
    }
    button.y_btn.min-width.quick_enq {
    margin-bottom: 20px;
}
    .newdtlspg .dtls_btn{
        display:block !important;
    }
    .Top-righticon {
    display: inline-block;
}
    .card-content a {
    justify-content: center;
    column-gap: 15px;
    padding: 0 35px;
    font-size: 14px;
}
    .home-anivbanner.mob {
    display: none !important;
}
    .desktopmenu #cssmenu ul li ul {
    position: fixed;
    background: #f7f8fc;
    width: 100%;
    top: 0;
    padding-top: 38px;
    height: 100vh;
    display: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    padding-left: 30px;
    left: 10px;
    z-index: 99;
}
   #venlist ul li {
    border-radius: 10px;
    width: 24%;
    display: inline-block;
            height: 160px;
  }
  #cattab ul.cat_ullist li{
      position:relative;
  }
    #venlist ul {
        display: block;
        margin-top: 20px;
    }
    .tabboxdetail #listcat {
        margin-top: 20px;
    }
  .whychooseus ul {
    text-align: center;
    margin-top: 30px;
  }

  #cattab ul.cat_ullist {
width: 23% !important;
        margin: 20px 0 20px 11px;
        min-height: auto;
  }

  .whychooseus ul li .img-fig img {
    top: 40%;
    width: auto !important;
  }

  .whychooseus ul li .img-fig {
    height: 65px;
  }

  .whychooseus ul li {
    display: inline-block !important;
    width: 32% !important;
    margin-bottom: 20px;
    text-align: center;
    height: 184px;
  }

  .serch_sec {
    padding: 30px 20px;
  }

  .popularn ul.cat_ullist {
    width: 299px;
    font-size: 14px;
    margin-right: 8px;
    float: initial;
  }

  .serch_sec h2.tophead {
    width: 35%;
    font-size: 15px;
    display: flex;
    align-items: center;
    background: #f7f8fc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 10px;
    margin-left: 0;
}

  .outline-content.obj .outline_cms {
    margin-top: -14px;
  }

  .f_logos {
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
  }

  .f_logos img {
    margin: 5px;
    max-width: 40%;
  }

  .afetrpretrain .small_para {
    width: auto;
    padding: 0 15px;
  }

  .afetrpretrain .hlf, .afetrpretrain .mainlvl, .afetrpretrain .phn-number.left {
    float: none;
    width: 100%;
  }

  .afetrpretrain .hlf:nth-child(2n) {
    margin-left: 0;
    float: none;
    padding: 0;
  }

  .formbox {
    padding: 0 10px;
  }

  .afetrpretrain .ful {
    padding-bottom: 15px;
  }

  .left_innerdash {
    padding-top: 15px;
  }

  .editprofile_leftpan {
    width: auto;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    float: none;
    text-align: center;
    padding-top: 20px;
    max-width: 400px;
  }

  .registration_form.edirprofile_right {
    float: none;
    width: auto;
  }

  .editpro_phnnum {
    width: 72% !important;
  }

  .lft_generalsummary.srvweoff {
    text-align: left;
    padding-top: 20px;
  }

  .inner_right.dashaboard ul li {
    margin-right: 0;
    margin-bottom: 0;
  }

  .inner_right.dashaboard ul li .inner_txt {
    width: 82%;
    height: 75%;
    margin: 0 auto;
  }

  .inner_lft {
    width: auto;
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .inner_right {
    width: auto;
    float: none;
  }

  .bg .details_filter ul li:nth-child(2) {
    width: 136px;
    padding-right: 0;
  }

  .alertBox .alertBoxInner {
    width: 98%;
  }

  .alertBox .popup_footer.alertfot.cartfoot ul {
    padding-left: 0;
  }

  .popup_footer.alertfot.cartfoot img {
    height: 40px;
  }

  .list-inner .list-leftcon .new_popular {
    top: 10px;
  }

  .our_centres_text h2 {
    font-size: 18px !important;
  }

  .thankyou_orderbanner .our_centres_text h2 span {
    font-size: 16px;
  }

  .cartorddtlsbottom.cart_bottomproceedsec a {
    margin-bottom: 20px;
  }

  .cartorddtlsbottom.cart_bottomproceedsec img {
    display: none;
  }

  .innerfull_cart_body .thankyou_orderbanner .our_centres_text {
    top: 16px;
  }

  .our_centres_text {
    width: auto;
  }

  .cart_lftdv, .cart_dv_lfte, .cart_ritdv, .cart_dv_rit {
    float: none;
    width: auto;
  }

  .cart_dv_lfte li {
    width: 48%;
  }

  .cartorddtls p {
    display: block;
  }

  .cartorddtls p label, .cartorddtls p textarea {
    display: block;
    width: 100%;
  }

  .cartorddtls p input[type=email], .cartorddtls p input[type=text] {
    width: 100%;
    display: block;
  }

  .notemsg {
    top: -94px;
  }

  .close-btn, .close-btn-enq, .close-btn_term {
    z-index: 9999999;
    right: 0;
  }

  .desktopmenu::-webkit-scrollbar, .custom-model-wrap::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .desktopmenu::-webkit-scrollbar-track, .custom-model-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .desktopmenu::-webkit-scrollbar-thumb, .custom-model-wrap::-webkit-scrollbar-thumb {
    background: #FFA834;
    border-radius: 10px;
  }

  /* Handle on hover */
  .desktopmenu::-webkit-scrollbar-thumb:hover, .custom-model-wrap::-webkit-scrollbar-thumb:hover {
    background: #cf7f16;
  }

  .no_scroll {
    width: 100%;
  }

  .pop_logo_txt {
    width: auto;
    margin-top: 10px;
  }

  .lfttran_pic img {
    width: 138px;
  }

  h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .inner_banner.mob-banner {
    height: 80px;
  }
  .inner_banner.mob-banner:before {
    background-color: #f9f9f9;
  }
  .inner_banner.mob-banner .container {
    height: auto;
    min-height: auto;
  }
  .inner_banner.mob-banner img {
    display: none;
  }

  .close-btn {
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 28px;
    padding: 0 6px;
  }

  .faq-block .wrapper .frequently_tab .bd div p {
    width: auto;
  }

  .bg .details_filter ul li:last-child {
    padding-right: 0;
  }

  .adfil .container .rel ul {
    position: relative;
  }

  .whychooseus ul li .img-fig {
    margin-bottom: 20px;
  }

  .whychooseus ul li .img-fig img {
    top: 50%;
    width: auto !important;
  }

  .details_filter.adfil.fixme {
    position: relative !important;
  }

  .lpo {
    width: 100%;
  }

  .rt {
    margin-right: 0;
  }

  .frm_pnl {
    padding: 0 15px;
  }

  .list-filter input[type=button] {
    width: 48%;
  }

  .course_cartpan {
    width: 350px;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q input {
    width: 34px;
    padding: 0;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q button {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .course_cartpan .newcart_popwrap .crt_pop_q {
    width: 70px;
  }

  .course_cartpan .newcart_popwrap .new_cartpoprigt {
    width: 170px;
  }

  .cart_pdatevenu p {
    margin-bottom: 5px;
  }

  .crt_pop_ct {
    font-size: 12px;
    line-height: 16px;
  }

  #dwnOutLine .y_btn {
    margin-top: 10px;
  }

  .pop_logo_txt h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .location_bar li {
    font-size: 14px;
  }

  .top_sec-popup {
    display: block;
  }

  .pop_logo {
    margin-right: 5px;
    margin-top: 4px;
    width: 100%;
  }

  .location_bar ul {
    padding-left: 0;
  }

  .dtls-upcomvd h2 {
    font-size: 20px;
  }

  .bg .details_filter ul li .dtls-upcomvd .schedulebody a {
    width: auto;
  }

  .bg .details_filter {
    height: auto;
  }

  .bg .details_filter {
    padding: 7px 0;
  }

  header .hd_top .logomenu {
    flex-wrap: inherit;
  }

  .show_results .show_text {
    max-height: inherit;
  }

  .show_results .show_text h4 {
    width: auto;
    display: block;
    padding-bottom: 10px;
  }

  .show_results .show_text .update_filter {
    float: none;
  }

  .list-filter .listpg-fil h4 {
    text-align: left;
    padding-bottom: 5px;
  }

  .update_filter h5 {
    width: 100%;
  }

  .list-filter {
    top: 107px;
    width: 92%;
  }

  .inner_banner h2 {
    font-size: 20px;
    position: relative;
    z-index: 9;
  }

  #cattab ul.cat_ullist {
    width: auto;
  }

  .inner_banner img {
    width: 300px;
  }

  .desktopmenu #cssmenu ul li ul {
    box-shadow: inherit;
            z-index: 99;
  }

  .bg .details_filter ul li:first-child {
    display: none;
  }

  .tab_drawer_heading {
    background: url(../images/plus-icon.png) 96% center no-repeat #ececec !important;
  }

  .tab_drawer_heading.d_active {
    background: url(../images/m-icon-white.png) 96% center no-repeat #202f44 !important;
  }

  .pr-0, .px-0 {
    padding-right: 15px !important;
  }

  .our_programs .program-pan {
    margin-bottom: 10px;
    text-align: center;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }
  .mob li {
    padding: 0 0 10px 0;
  }
  .mob li a {
    display: block;
  }
  .mob li span {
    padding-right: 10px;
  }
  .mob li span img {
    max-width: 26px;
    max-height: 26px;
  }
  .mob li ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 6px 0px;
  }
  .mob li ul li span {
    display: inline-block;
    vertical-align: top;
    width: 34px;
  }
  .mob li ul li span img {
    max-width: inherit;
    max-height: 22px;
  }
  .mob li ul li a {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    font-size: 14px;
  }

  .mob .open .drop {
    display: none !important;
  }
  .mob .clicked {
    background-image: url(../images/m-uparrow.png) !important;
    background-color: #EDEDED !important;
    background-repeat: no-repeat !important;
    background-position: 92% 20px !important;
  }
  .mob .clicked .drop {
    display: block !important;
    width: 100% !important;
    padding: 2px 15px 15px 10px;
    position: fixed !important;
    top: 0 !important;
    margin-top: 0;
    left: -8px !important;
    overflow-y: auto;
    right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .mob .clicked .drop .submenu_close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999999999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
  }
  .mob .clicked .drop .submenu_close img {
    max-width: 18px;
  }
  .hd_banner {
    display: none;
  }

  .hd_banner.mob {
    display: block;
  }

  header .hd_banner .banner-text a {
    top: -102px;9
  }

  header .banner-animate {
    min-height: 140px;
  }

  .our_programs .program-pan img {
    object-fit: cover;
    width: auto;
  }

  .our_programs .program-pan .program_content a {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .whatsapp {
    bottom: 10px;
    right: 0;
  }

  .inner_banner {
    height: inherit;
    padding-top: 10px;
  }

  .inner_banner .container {
    min-height: auto;
  }

  header .hd_banner .banner-text {
    width: auto;
  }

  .desktopmenu #cssmenu .menu-logosec .menu-close {
    width: 20px;
  }

  .logomenu h1 {
    margin-left: 15px !important;
    width: 68%;
  }

  .video-sec h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .video-sec .container {
    top: 18%;
  }

  .our-promise {
    margin-top: 15px;
  }

  .our-promise .inner-promise {
    width: auto;
    float: none;
  }

  .our-promise .inner-promise .Promise-inner {
    width: auto;
    margin-right: 0;
  }

  .logo-separater {
    margin: 50px 0;
  }

  .popular-courses h2 {
    font-size: 40px;
  }

  .our-promise .inner-promise h2 {
    font-size: 26px;
  }

  .testimonials h2 span {
    margin-bottom: 15px;
  }

  .testimonials .testim-text img {
    float: none;
    margin-top: 0;
  }

  .testimonials .testim-text p {
    font-size: 14px;
    width: 97%;
    top: 54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 230px;
    padding: 55px 15px 0 15px;
    line-height: 20px;
  }

  .home-anivbanner .year-celebrationbtn {
    background: #b5965d;
    color: #fff !important;
    font-size: 9px;
    padding-right: 5px;
    bottom: 10px;
    left: 30px;
  }

  #testislide .owl-dots {
    left: 0;
    top: auto;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    bottom: 15px;
  }

  .footer-bootom .left_train {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-bootom .f_copy {
    text-align: center;
  }

  .model-open {
    position: fixed;
    left: 0;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 1000000;
    visibility: visible;
  }

  .close-btn {
    z-index: 10000000;
    visibility: visible;
  }

  .desktopmenu {
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    background: #f9f9f9;
    background: #f7f8fc;
    scrollbar-color: #FFA834 grey;
    scrollbar-width: thin;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 1000000;
    visibility: visible;
  }

  .desktopmenu #cssmenu ul li ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-left: 0;
  }
  
  .desktopmenu #cssmenu ul li ul li {
    display: block;
    width: 100%;
    border-bottom:0px !important;
  }

  .popular-courses {
    padding: 0 15px;
  }

  .desktopmenu .login-sec {
    display: none;
  }

  .list-inner .list-locimg img {
    width: 100%;
  }

  .brdcam .container ul {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 0;
  }

  .bg .details_filter ul {
    display: block;
  }

  .bg .details_filter ul li {
    padding: 0 0;
    background-image: none;
    display: inline-block;
    margin-bottom: 15px;
  }

  ul.btncls li {
    padding-left: 0 !important;
    display: block !important;
    width: 100% !important;
  }

  .bg .details_filter ul li img {
    margin-top: 0px;
    float: none;
  }

  .bg .details_filter ul li:nth-child(3) {
    padding-right: 0;
  }

  .bg .details_filter ul li .dtls-upcomvd {
    top: 160px;
  }

  .bg .details_filter ul li.rgt {
    float: right;
  }

  .top_head {
    display: block;
    text-align: center;
  }
  .top_head .button-block {
    margin-top: 10px;
  }

  .total-members ul li {
    font-size: 18px;
  }

  .whychooseus ul {
    display: block;
  }

  .whychooseus ul li {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .outline-content .outline_cms p {
    padding-left: 0;
  }

  .outline-content .outline_cms ul {
    padding-left: 0;
  }

  .outline-content .outline_cms {
    background: none;
  }

  .inner_banner h2 {
    width: auto;
  }

  .your-say-block .form-bd {
    position: relative;
    width: 100%;
  }

  .frm_pnl .frm_sec {
    width: 100%;
    float: none;
  }

  .your-say-block .bd .text-block h3 {
    padding-top: 20px;
  }

  .testimonials h2 {
    font-size: 20px;
    line-height: 24px;
    width: auto;
    padding: 10px 0;
    text-align: center;
  }

  #testislide {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }

  .location-map .loclist {
    margin-top: 130px;
  }

  .location-map .loclist .europe-list li {
    width: 116px;
  }

  .location-map .locserc_butt {
    padding-left: 28%;
  }

  #relatedslide .owl-dots {
    display: none;
  }

  .iti {
    margin-bottom: 10px;
    width:100%;
  }

  #btnInvoicePayment, #btnInvoiceCreate {
    font-size: 15px;
  }

  .content_sec .rt_wrp .get_in_touch select {
    margin-bottom: 15px;
  }

  .about_team ul {
    display: block;
  }

  .about_team ul li {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    width: 49%;
  }

  .about_team .ppop .ppop_inr {
    width: auto;
  }

  .about_team .ppop .ppop_inr .cloz-icon {
    right: 0;
  }

  .about_team .ppop .ppop_inr::before {
    height: 100vh;
    width: 100%;
    border-bottom-right-radius: 0;
  }

  .about_team .ppop .ppop_inr .ppop_inr_l {
    float: none;
    width: auto;
    position: relative;
    display: block;
  }

  .ppop_inr_r {
    display: block;
    color: #fff;
    position: relative;
  }

  .ppop_inr_r_in {
    min-height: 250px;
    max-height: 250px;
  }

  .ppop_inr_r_in p {
    color: #fff;
  }

  .testomo_feedback h2 {
    margin-top: 0;
  }

  .our-parneship {
    padding-top: 0;
  }

  .rt_wrp h2 {
    margin-top: 20px;
  }

  .about_team .ppop .ppop_inr .ppop_inr_l .ppop_inr_con {
    height: 170px;
  } 
    
    
    
    
    
    
    
    
    
    .desk{
        display:none !important;
    }
    .mob{
        display:block !important;
    }
     .card-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px !important;
  border-radius: 10px;
    /* Keep scrollbar always visible */
    scrollbar-width: thin; 
    scrollbar-color:#202f44 #e1e1e1; /* Thumb color, track color */
}

/* Chrome, Edge, Safari scrollbar */
.card-container::-webkit-scrollbar {
    height: 8px; 
}

.card-container::-webkit-scrollbar-track {
    background: #202f44;
    border-radius: 10px;
}

.card-container::-webkit-scrollbar-thumb {
    background: #4a5f7c;
    border-radius: 10px;
}

.fixed-scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #202f44;
    z-index: 9999;
}

.fixed-scrollbar .fill {
    width: 0%;
    height: 100%;
    background: #4a5f7c;
    border-radius: 3px;
    transition: width 0.2s ease;
}

    
    
    
    
    header .hd_top {
    display: none;
    }
    .mob_hd_top {
        padding:10px 0;
    display: block;
}
  .container.about_top h1 {
    bottom: 0 !important;
  }

  .top_filclose {
    top: 0;
    right: 20px;
  }

  .popularn ul.cat_ullist {
    width: 219px;
    font-size: 14px;
    margin-right: 8px;
    float: initial;
  }



  .discover_sec .discover_part .discover_wrp img {
    height: 60px;
  }

  .discover_sec .discover_part .discover_wrp .dis_name {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #414e60;
    padding: 10px 0;
  }

  .course_serach_list .popular-inner img {
    width: 40%;
  }

  .tabbox {
    width: auto;
  }

 

  .moboff {
    display: none;
  }

  .dtls_btn {
    margin-left: 0;
  }
  .dtls_btn .y_btn {
    margin: 0 auto;
    display: block;
    width: 206px;
    margin-bottom: 5px;
  }

  .outline-content button {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 206px;
    margin-bottom: 10px;
  }

  .list-inner .list-leftcon {
    width: 220px;
    padding: 15px;
  }
    
    
    
    
    
    
    
    
    
    
    
    
    .menunames{
        font-size:18px !important;
    }
        ul.mob li a {
        color: #fff !important;
        margin: 20px 0;
        font-size: 23px;
    }

.desktopmenu #cssmenu ul .active a {
   
    padding: 0 !important;

    font-size: 16px !important;
}
    .mob ul.drop.mob_learn_iblog ul li{
        width: 100% !important;
    }
    
        ul.drop li {
        display: inline-block !important;
        width: 32% !important;
        height: 137px !important;
    }
.desktopmenu #cssmenu ul li ul li span img{
        -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
            
    }


    .mob_hd_top img.menu_desk {
    width: auto !important;
    margin: 0 10px 0 0;
}


        .popularn.catego.cattabsearch {
        padding-top: 0 !important;
    }
    .mob .clicked .drop .submenu_close img {
        max-width: 20px;
        margin: 0 0 0 28px;
    }
    .desktopmenu #cssmenu ul li.topPdf{
          color: #fff !important;
          font-size: 16px;
  margin: 40px 10px;
    }
    ul.mob li a {
    color: #fff !important;
    margin: 40px 0;
    font-size: 16px;
}
    .desktopmenu #cssmenu ul li ul li:hover{
        background:transparent !important;
        box-shadow:none !important;
    }
    .desktopmenu #cssmenu ul li ul li img {
    width: 100%;
    border-radius: 15px;
}

.desktopmenu #cssmenu ul li ul {
        box-shadow: inherit;
        left: 0px !important;
        right: 0 !important;
        margin: 0 auto !important;
                padding: 10px 20px !important;

    }
        ul.drop li {
        display: inline-block !important;
        width: 32% !important;
        height: 267px !important;
    }
  ul.drop .mob_learn_iblog ul.drop li{
        height: 127px !important;
  }
    
dialog.popupForm {
    left: 0 !important;
    right: 0 !important;
    top: 280px !important;
}
    .tabboxdetail{
        padding-top:0 !important;
    }
    dialog.popupForm .radio_container {
    font-size: 12px;
}
    #cattab ul.cat_ullist li div {
        position: absolute;
        width: 89% !important;
        top: 50px;
        font-weight: 600;
    }
    dialog:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    top: -20px;
    z-index: 99999;
    right: 60px;
    left: revert;
    margin: 0 auto;
}
    div#cattab {
    overflow-x: scroll;
    height: 1000px;
}
    .serchwrap.searhead_popp .top_head_bar input[type=button]{
        background-color:transparent !important;
    }
    #cattab ul.cat_ullist span img {
    max-width: 159px;
    max-height: 171px;
    margin-top: 0px;
    border-radius: 10px;
    cursor: pointer;
}

 
    .top_head_bar.serch_sec .searchButton {
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: 100% !important;
    padding-top: 7px;
    background: transparent !important;
    column-gap: 10px;
    font-weight:700 !important;
    font-size:13px !important;
}
    .top_head_bar.serch_sec textarea#sa{
        border-radius:50px !important;
  padding: 0 15px !important;
    }
    .top_head_bar.serch_sec input#coursesrchbtn {
    right: 0 !important;
    top: 15px;
}
    .top_head_bar.serch_sec h2.tophead {
    height: 50px;
    font-size: 17px;
  background:transparent !important;
    /* padding: 0 0 0 15px; */
    margin-top: 100px;
}
a.user {
    display: none;
}
.serchwrap.searhead_popp{
    top:86px;
}
.serch_sec{
      background:transparent !important;
  }  
.top_head_bar.serch_sec{
 box-shadow:none !important;
}    
   

    
    .details-section {
    margin-top: 88px !important;
}
 
    .popularn h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}
    #testislide .owl-dots{
        display:none;
    }
    .dropdown-trigger {
    gap: 4px !important;
    font-size: 16px;
    transition: all 0.3s ease;
}
    .custom-model-wrap{
        overflow:scroll;
    }
    .close-btn-filter {
    position: absolute;
    z-index: 9999;
    right: 30px;
    font-size: 41px;
}
    .custom-model-filter.model-open {
        position: fixed;
        left: 0;
        scrollbar-color: #FFA834 grey;
        scrollbar-width: thin;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: inherit;
        z-index: 1000000;
        visibility: visible;
    }
        .dtlspopuprgt .list-filter {
     top: 60px !important;
        width: 100%;
    }
        .custom-model-filter .list-filter {
        background: transparent !important;
        left: 0;
        /* overflow-x: clip; */
    }
    .dtlspopuprgt .custom-model-wrap {
    height: 100vh;
    left: 0;
    width: 98%;
    top: 0;
    position: absolute;
    left: 0;
}
.list-filter input[type=submit] {
    width: 99%;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    background: #1b2b40 !important;
}
    .list-filter input[type=button] {
        width: 100%;
        border-radius: 50px;
        line-height: 20px;
        color: #152438;
    }
      .dtlspopuprgt .list-filter {
        top: 107px;
        width: 100%;
    }
    .orfil {
    text-align: center;
    margin-bottom: 10px;
}
    input#ztoasort {
    display: none;
}
input#atozsort {
    display: none;
}
input#upcomingdt {
    display: none;
}
    .atozfil {
    display: inline-block;
    width: 46%;
    margin: 0 10px 0 0;
    text-align: center;
    height: auto;
}
    .radio_container {
    width: 100%;
}
    .custom-model-filter .list-filter{
        background:transparent !important;
        left:0;
    }
    .dtlspopuprgt .custom-model-inner {
        width: 100% !important;
        right: 0 !important;
    }
    .list-pan h3 {
    font-size: 18px;
    margin-bottom: 0 !important;
}
    .mob_filter_list h4 {
    border: 1px solid #202f44;
    width: 100px;
    font-size: 17px;
    text-align: center;
    border-radius: 50px;
    line-height: 34px;
    color: #202f44;
}
    .mob_filter_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-item:center;
    margin-bottom:30px;
}
form#asearch_course {
    padding: 0 30px;
}
.right-newsearch {
    display: none;
}
        .mob .clicked .drop .submenu_close {
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .menunames {
    position: relative;
    bottom: 158px !important;
    line-height: 24px !important;
    padding: 0 10px;
    font-size: 18px !important;
    font-weight: 600;
    width: 90% !important;
}
    .desktopmenu{
        width:100%;
    }
div#cssmenu .drkpnl {
        display: flex;
        align-items: baseline;
        justify-content: start;
        width: 334px !important;
        margin: 0 auto;
        margin-top: 40px;
        column-gap: 25px;
        z-index: 1 !important;
    }
    div#google_translate_element {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin: 20px 0 0 32px !important;
    background: #ccc;
    width: 259px !important;
    padding: 0 0 0 25px !important;
    background: #E6E8F4 !important;
    border-radius: 5px;
}
        .desktopmenu #cssmenu .menu-logosec .menu-close {
        width: 20px;
    }
    .desktopmenu #cssmenu .menu-logosec .menu-close {
    margin-top: 10px;
    margin: 0 0 0 26px;
}
        .desktopmenu #cssmenu ul li a {
        padding: 10px 70px 10px 0 !important;
        border-left: 5px solid transparent;
    }
    .desktopmenu #cssmenu ul li.topPdf {
       color:#1d243a;
}
.desktopmenu #cssmenu ul li.topPdf a{
    color:#1d243a;
}

        .mob {
        display: block;
        margin: 0 30px;
    }

    .desktopmenu #cssmenu ul li {
    padding: 0;
}
        ul.drop {
        padding: 0 0 !important;
        margin: 0 auto;
        padding-top: 50px !important;
    }
    .hero-section {
    height: 260px !important;

}
.rating-section img {
    filter: invert(1) brightness(6);
}
.detail-row {
    display: flex;
    justify-content: start;
    /* align-items: anchor-center; */
    margin-bottom: 15px;
    margin: 0 0 10px 30px;
}
    .newdtlspg .total-members ul li {
        width: 122px;
    }
    .outline-content {
    padding-bottom: 20px;
    padding: 10px 30px;
}

/*    .newdtlspg .dtls_btn .y_btn {*/
/*    width: 90% !important;*/

/*}*/
    .newdtlspg .dtls_btn .y_btn {
    width: 87% !important;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
}
  .newdtlspg .dtls_btn {
    text-align: center;
    margin-left: 0;
    background: #202f44;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    column-gap: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
     position: relative !important; 
    bottom: 0px;
    width: 100%;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .card_list a.view_dtlsbut {
    display: flex;
    justify-content: space-between !important;
    padding: 0 15px;
}
    a.view_dtlsbut {
    display: flex;
    justify-content: flex-start !important;
    padding: 0 15px;
}
    .newcourselist .listwrap .right-newsearch{
        margin-bottom:30px;
    }
    .newdtlspg .dtls_btn .y_btn {
    width: 100%;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-weight: 600;
    column-gap: 10px;
}
    .card-container {
        flex-wrap: unset !important;
        overflow-x: auto !important;
    }
    .testimonials #testislide {
    overflow: hidden;
    min-height: 600px;
}

        .testimonials .testim-text img {
        float: none;
        margin-top: 0;
        width:80%;
    }
    .testimonials .testim-text p {
    background: #202f44;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 64px 50px;
    width: 100% !important;
    top: 298px !important;
    height: 250px;
    /* position: absolute; */
}
    header .hd_top{
        display:none;
    }
        .mob_hd_top {
        padding: 10px 0;
        display: block !important;
    }
    .popularn.catego.cattabsearch {
    padding-top: 140px;
}
    .card-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px !important;
  border-radius: 10px;
    /* Keep scrollbar always visible */
    scrollbar-width: thin; 
    scrollbar-color:#202f44 #e1e1e1; /* Thumb color, track color */
}

/* Chrome, Edge, Safari scrollbar */
.card-container::-webkit-scrollbar {
    height: 8px; 
}

.card-container::-webkit-scrollbar-track {
    background: #202f44;
    border-radius: 10px;
}

.card-container::-webkit-scrollbar-thumb {
    background: #4a5f7c;
    border-radius: 10px;
}

.fixed-scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #202f44;
    z-index: 9999;
}

.fixed-scrollbar .fill {
    width: 0%;
    height: 100%;
    background: #4a5f7c;
    border-radius: 3px;
    transition: width 0.2s ease;
}










.list-inner .list-leftcon ul {
    display: none;
  }

  .newcourselist .listwrap .list-filter {
    display: none;
  }

  .newcourselist .listwrap .right-newsearch h3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .fil_desk {
    display: none;
  }

  .newcourselist .listwrap .para_tog {
    display: block;
    background: #202f44;
    color: #fff;
    padding-left: 15px;
    cursor: pointer;
    padding-bottom: 10px !important;
  }

  .newcourselist .listwrap .para_tog img {
    float: right;
    margin-right: 15px;
  }

  .newcourselist .right-newsearch {
    order: 1;
  }

  .newcourselist .phn-right {
    order: 2;
  }

  .newcourselist .listwrap .list-inner .list-locimg {
    width: auto !important;
  }

  .newcourselist .listwrap .list-inner .list-locimg .listvenuoverlay h3 {
    height: auto;
    display: block;
    width: auto;
  }

  .newcourselist .listwrap .list-inner .list-leftcon p, .newcourselist .listwrap .list-inner .list-leftcon {
    min-height: auto;
  }

  .newcourselist .listwrap .list-inner .list-leftcon {
    width: auto;
    padding-top: 15px;
  }

  .newcourselist .listwrap .list-inner {
    margin-bottom: 0;
  }

  .newcourselist .listwrap .list-inner .view_dtlsbut {
    order: 3;
    width: 100%;
  }

  .newcourselist .listwrap .list-inner {
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }

  .newcourselist .listwrap {
    margin-top: 0;
  }

  .newcourselist .list-pan .col-lg-6 {
    padding: 0 !important;
  }
}


@media screen and (min-width:450px) and (max-width:480px) {
    .logomenu img {
    width: 115px !important;
}
 
  .footer-bootom .f_copy p {
    padding-bottom: 20px;
  }
    .lissingbanner-section .container {
    position: absolute;
    top: 25px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px !important;
}
        .lissingbanner-section .container h2 {
        font-size: 12px !important;
        line-height: 18px !important;
        position: absolute;
        top: -130px;
        right: 0;
        left: 0;
    }
    .banner-animate img {
  width: 100%;
}
        .hero-section {
        height: 200px !important;
    }
    .serch_sec .search{
    margin-top:70px !important;
    }
        .advovrly{
        display:none;
    }
    .card-content a{
           padding: 0 100px; 
    }
    .newdtlspg .dtls-faq .top, .newdtlspg .dtls-faq .down {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
}
    .dtls_right .certifications .cpd-logo img {
    max-width: 60px;
    border-radius: 5px;
}
    .brdcam {
    display: none;
}
        .desktopmenu #cssmenu ul li.topPdf {
        padding: 0 10px;
        color: #1d243a;
    }
        .desktopmenu #cssmenu ul .active a {
        color: #fbfcff !important;
        background: #BC9654 !important;
        border-radius: 5px !important;
    }
    a.srcbycatven {
    margin-top: 58px;
    display: block;
}
        .serchwrap.searhead_popp {
        top: 76px;
        padding-top: 140px !important;
    }
        .testimonials .testim-text p:before {
        position: absolute;
        content: "";
        width: 340px;
        height: 30px;
        background: #e2655f;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    a.view_dtlsbut {
    margin: 0 auto;
}
.testimonials .testim-text img {
        float: none;
        margin-top: 0;
        padding: 0 30px;
        border-radius: 0 !important;
    }
    .wraper_box figcaption{
        text-align:center !important;
    }
    .wraper_box figcaption h2{
        text-align:center;
    }
    .testimonials h2 {
             padding: 40px 90px;
        color: #202F44;
    }
    .testimonials .testim-text p{
                max-height: unset !important;
    }
        .popularn.catego.cattabsearch {
        padding-top: 122px;
    }
    .middle_sec .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
    }
    
    .testimonials {
    margin-bottom: 0;
    margin-top: 20px;
}

    .card-container {
        display: flex;
        flex-wrap: unset !important;
        overflow-x: auto !important;
        gap: 12px;
        padding-bottom: 10px !important;
        border-radius: 10px;
        scrollbar-width: thin;
        scrollbar-color: #202f44 #e1e1e1;
    }
    .middle_sec .owl-dots {
        text-align: center;
        margin-top: -55px;
        z-index: 999999;
        position: relative;
    }
        .middle_sec {
        height: 632px !important;
    }
        .middle_sec img {
        height: 660px !important;
    }
    .Top-righticon {
    display: block;
    column-gap: 33px;
}
        .desktopmenu #cssmenu ul li .mob_learn_iblog {
        padding-top: 55px !important;
        top: 0 !important;
    }
    .user img{
        display:none;
    }
        ul.drop.mob_learn_iblog {
        padding: 0 20px !important;
        margin-top: 0 !important;
    }
        .menunames {
        position: relative;
        bottom: 98px !important;
        line-height: 22px !important;
        padding: 0 10px;
        font-size: 19px !important;
        font-weight: 600;
        width: 90% !important;
    }
    .desktopmenu #cssmenu ul li ul{
        z-index:99;
    }
}

@media screen and (min-width:421px) and (max-width:449px) {
        .test-monialsspc div#testislide p {
        padding: 50px !important;
    }
        .testimonials .testim-text p::after{
              right: -82px !important;
    }
    #testislide .owl-dots {
    bottom: 10px !important;
}
    .test-monialsspc.testimonials .testim-text p::after{
        right: -82px !important;
    }
       section.testimonials.bg .testimonials .owl-dots {
        padding-top: 0;
        position: absolute;
        left: 20px !important;
        bottom:120px !important;
        text-align: left !important;
    }

    .top_section {
    padding-top: 10px;
    padding-bottom: 10px;
    /* text-align: center; */
    background: #ffffff;
}
    .exprsdummy .asd button.otherpayvald {
    border: 0;
    background: #000;
    width: inherit;
}
    .p1 {
    padding-left: 14px !important;
}
    .uid.cartrtsec {
    width: 85% !important;
    max-width: 85%;
            float: none;
}
        .checkoutwrp .container .user-wrapmax {
    max-width: 100%;
    margin: 0;
}
.wrapper.sdf {
        width: 100% !important;
    }
.checkoutwrp .container .sums {
    width: 100%;
    float: inline-start;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    top: 0 !important;
    position: inherit;
    margin-top: 50px !important;
}
    .wrapper.sdf {
    width: 100%;
    }
    .checkoutwrp .container .user-wrapmax
 {
    max-width: 100%;
    margin: 0 !important;
}
    .checkoutwrp .container .ordernn {
    max-width: 100% !important;
            width: 90%;
}
    .lissingbanner-section .container {
    position: absolute;
    top: 31px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lissingbanner-section.blognewban.contentbanner h1 {
    font-size: 24px;
}
        .lissingbanner-section .container h2 {
        font-size: 16px !important;
        line-height: 18px !important;
        position: absolute;
        top: -130px;
        right: 0;
        left: 0;
    }
        header{
        height:auto;
    }
    .mob_hd_top{
        padding:0 0 !important;
    }
    .logomenu img {
    width: 125px;
}
    .desktopmenu #cssmenu ul li.topPdf span {
    width: 55px !important;
    display: inline-block;
    text-align: center;
}
    .desktopmenu #cssmenu ul li ul li span img {
    max-width: fit-content !important;
    max-height: 40px !important;
    margin-top: 10px !important;
    margin: 0 auto;
    border-radius: 0 !important;
    width: 50px !important;
    padding: 0 8px !important;
}
    ul.drop.allcourse_list.mob_learn_iblog.sub a {
    color: #000 !important;
}
    li#\32 025 a {
    color: #000 !important;
}
        .mob {
        display: block;
        margin: 20px 30px;
    }
    .ani_footer .banner-animate .bus {
            top: 135px;
}
        .banner-animate img {
        width: 100%;
        position: absolute;
        bottom: 30px;
    }
    .ani_footer .banner-animate .wheelani{
        display:none;
    }
    .banner-text img {
    width: 61%;
}
    .banner-text {
    text-align: center;
}
    .ani_footer .banner-animate {
    position: relative;
    min-height: 190px;
}
.ani_footer .hd_banner img {
    position: absolute;
    left: 0;
    top: 30px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9;
    margin-bottom: 90px !important;
}
        .banner-animate img {
  width: 100%;
}
    dialog:before{
        display:none;
    }
        .listpg-fil h4 {
        margin-top: 0;
    }
        #venlist ul li {
        border-radius: 10px;
        width: 100%;
        display: inline-block;
        min-height: 145px;
        height: 145px;
        margin-bottom: 15px;
    }
    #venlist ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32.33%, 1fr));
    column-gap: 0;
}
        .serch_sec .search {
        display: inherit;
        margin-top: 60px;
 
        left: -30px;
    }
.top_head_bar.serch_sec textarea#sa {
    width: 325px !important;
}
        .advovrly{
        display:none;
    }
    .newdtlspg .listwrap{
            margin-bottom: 0;
    }
    .newdtlspg .dtls-faq .top, .newdtlspg .dtls-faq .down {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
}
    .dtls_right .certifications .cpd-logo img {
    max-width: 60px;
    border-radius: 5px;
}
    .brdcam {
    display: none;
}
        .desktopmenu #cssmenu ul li.topPdf {
        padding: 0 10px !important;
        color: #1d243a;
    }
    /*       .desktopmenu #cssmenu ul .active a {*/
    /*    color: #fbfcff !important;*/
    /*    background: #BC9654 !important;*/
    /*    border-radius: 5px !important;*/
    /*}*/
    .src_head_sec {
        display: block;
        margin-bottom: 110px;
    }

    #cattab ul.cat_ullist li div {
    position: absolute;
    width: 30% !important;
    color: #fff;
    padding: 45px 10px;
    line-height: 18px;
    /* top: 0; */
}
        dialog.popupForm {
        left: 0 !important;
        right: 0 !important;
        top: 120px !important;
    }
    .top-coursedropdown ul li {
    line-height: 24px;
    font-size: 14px;
    background: #E6E8F4;
    padding: 3px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #202F44;
    margin-bottom: 10px !important;
}
    #venlist ul li{
        margin-bottom:25px !important;
    }
        a.srcbycatven {
    margin-top: 58px;
    display: block;
}
        .serchwrap.searhead_popp {
        top: 76px;
        padding-top: 140px !important;
    }
    .desktopmenu #cssmenu ul li{
        margin-bottom:20px !important;
    }
        .testimonials .testim-text p:before {
        position: absolute;
        content: "";
        width: 340px;
        height: 30px;
        background: #e2655f;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    a.view_dtlsbut {
    margin: 0 auto;
}
.testimonials .testim-text img {
        float: none;
        margin-top: 0;
        padding: 0 30px;
        border-radius: 0 !important;
    }
    .wraper_box figcaption{
        text-align:center !important;
    }
    .wraper_box figcaption h2{
        text-align:center;
    }
    .testimonials h2 {
             padding: 40px 90px;
        color: #202F44;
    }
    .testimonials .testim-text p{
                max-height: unset !important;
    }
        .popularn.catego.cattabsearch {
        padding-top: 122px !important;
      
    }
    .middle_sec .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
    }
    .testimonials {
    margin-bottom: 0;
    margin-top: 20px;
}

    .card-container {
        display: flex;
        flex-wrap: unset !important;
        overflow-x: auto !important;
        gap: 12px;
        padding-bottom: 10px !important;
        border-radius: 10px;
        scrollbar-width: thin;
        scrollbar-color: #202f44 #e1e1e1;
    }
        .middle_sec .owl-dots {
        text-align: center;
        margin-top: 15px;
    }
        .middle_sec {
        height: 632px !important;
    }
        .middle_sec img {
        height: 660px !important;
    }
    .Top-righticon {
    display: block;
    column-gap: 33px;
}
        .desktopmenu #cssmenu ul li .mob_learn_iblog {
        padding-top: 55px !important;
        top: 0 !important;
    }
    .user img{
        display:none;
    }
        ul.drop.mob_learn_iblog {
        padding: 0 20px !important;
        margin-top: 0 !important;
    }
        .menunames {
        position: relative;
        bottom: 98px !important;
        line-height: 22px !important;
        padding: 0 10px;
        font-size: 19px !important;
        font-weight: 600;
        width: 90% !important;
    }
    .desktopmenu #cssmenu ul li ul{
        z-index:99;
    }
        .testimonials .testim-text p {
        border-radius: 10px !important;
    }
}

@media screen and (min-width:390px) and (max-width:420px) {
    .footer-bootom .f_copy p {
    padding-bottom: 20px;
  }
          .test-monialsspc div#testislide p {
        padding: 50px !important;
    }
    .testimonials .testim-text p::after{
              right: -82px !important;
    }
    #testislide .owl-dots {
    bottom: 40px !important;
}
    .test-monialsspc.testimonials .testim-text p::after{
        right: -82px !important;
    }
       .test-monialsspc.owl-dots {
        padding-top: 0;
        position: absolute;
        left: 20px !important;
        bottom: 107px !important;
        text-align: left !important;
    }

    .top_section {
    padding-top: 10px;
    padding-bottom: 10px;
    /* text-align: center; */
    background: #ffffff;
}
   .exprsdummy .asd button.otherpayvald {
    border: 0;
    background: #000;
    width: inherit;
}
    .p1 {
    padding-left: 14px !important;
}
    .uid.cartrtsec {
    width: 85% !important;
    max-width: 85%;
            float: none;
}
        .checkoutwrp .container .user-wrapmax {
    max-width: 100%;
    margin: 0;
}
.wrapper.sdf {
        width: 100% !important;
    }
.checkoutwrp .container .sums {
    width: 100%;
    float: inline-start;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    top: 0 !important;
    position: inherit;
    margin-top: 50px !important;
}
    .wrapper.sdf {
    width: 100%;
    }
    .checkoutwrp .container .user-wrapmax
 {
    max-width: 100%;
    margin: 0 !important;
}
    .checkoutwrp .container .ordernn {
    max-width: 100% !important;
            width: 90%;
}
        .lissingbanner-section .container {
    position: absolute;
    top: 34px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lissingbanner-section.blognewban.contentbanner h1 {
    font-size: 24px;
}
        .lissingbanner-section .container h2 {
        font-size: 12px !important;
        line-height: 18px !important;
        position: absolute;
        top: -130px;
        right: 0;
        left: 0;
    }
        dialog.popupForm {
left: -9px !important;
        right: 0 !important;
        top: 69px !important;
    }
    header{
        height:auto;
    }
    .mob_hd_top{
        padding:0 0 !important;
    }
    .logomenu img {
    width: 125px;
}
    dialog:before{
        display:none !important;
    }
        .serch_sec .search {
        display: inherit;
        margin-top: 80px;
        height: auto;
        right: 45px;
    }

            .mob {
        display: block;
        margin: 20px 30px;
    }
            .banner-animate img {
        width: 100%;
        position: absolute;
        bottom: 30px;
    }
    .ani_footer .banner-animate .wheelani{
        display:none;
    }
    .banner-text img {
    width: 61%;
}
    .banner-text {
    text-align: center;
}
        .banner-animate img {
  width: 100%;
}
    .top_head_bar.serch_sec textarea#sa {
    width: 325px !important;
}
        .advovrly{
        display:none;
    }
       .newdtlspg .listwrap{
            margin-bottom: 0;
    }
    .newdtlspg .dtls-faq .top, .newdtlspg .dtls-faq .down {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
}
    .dtls_right .certifications .cpd-logo img {
    max-width: 60px;
    border-radius: 5px;
}
    .brdcam {
    display: none;
}
            .desktopmenu #cssmenu ul li.topPdf {
        padding: 0px 10px !important;
        color: #ffffff;
    }
    .src_head_sec {
        display: block;
        margin-bottom: 110px;
    }

    #cattab ul.cat_ullist li div {
    position: absolute;
    width: 30% !important;
    color: #fff;
    padding: 45px 10px;
    line-height: 18px;
    /* top: 0; */
}

    .top-coursedropdown ul li {
    line-height: 24px;
    font-size: 14px;
    background: #E6E8F4;
    padding: 3px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #202F44;
    margin-bottom: 10px !important;
}
    #venlist ul li{
        margin-bottom:25px !important;
    }
        a.srcbycatven {
    margin-top: 75px;
    display: block;
}
        .serchwrap.searhead_popp {
        top: 60px !important;
        padding-top: 140px !important;
    }
    .desktopmenu #cssmenu ul li{
        margin-bottom:20px !important;
    }
        .testimonials .testim-text p:before {
        position: absolute;
        content: "";
        width: 340px;
        height: 30px;
        background: #e2655f;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    a.view_dtlsbut {
    margin: 0 auto;
}
.testimonials .testim-text img {
        float: none;
        margin-top: 0;
        padding: 0 30px;
        border-radius: 0 !important;
    }
    .wraper_box figcaption{
        text-align:center !important;
    }
    .wraper_box figcaption h2{
        text-align:center;
    }
    .testimonials h2 {
             padding: 40px 90px;
        color: #202F44;
    }
    .testimonials .testim-text p{
                max-height: unset !important;
    }
        .popularn.catego.cattabsearch {
        padding-top: 122px !important;
      
    }
    .middle_sec .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
    }
    .testimonials {
    margin-bottom: 0;
    margin-top: 20px;
}

    .card-container {
        display: flex;
        flex-wrap: unset !important;
        overflow-x: auto !important;
        gap: 12px;
        padding-bottom: 10px !important;
        border-radius: 10px;
        scrollbar-width: thin;
        scrollbar-color: #202f44 #e1e1e1;
    }
        .middle_sec .owl-dots {
        text-align: center;
        margin-top: 15px;
    }
        .middle_sec {
        height: 632px !important;
    }
        .middle_sec img {
        height: 660px !important;
    }
    .Top-righticon {
    display: block;
    column-gap: 33px;
}
        .desktopmenu #cssmenu ul li .mob_learn_iblog {
        padding-top: 55px !important;
        top: 0 !important;
    }
    .user img{
        display:none;
    }
        ul.drop.mob_learn_iblog {
        padding: 0 20px !important;
        margin-top: 0 !important;
    }
        .menunames {
        position: relative;
        bottom: 98px !important;
        line-height: 22px !important;
        padding: 0 10px;
        font-size: 19px !important;
        font-weight: 600;
        width: 90% !important;
    }
    .desktopmenu #cssmenu ul li ul{
        z-index:99;
    }
        .testimonials .testim-text p {
        border-radius: 10px !important;
    }
}
@media screen and (min-width:360px) and (max-width:389px) {
    .top_section {
    padding-top: 10px;
    padding-bottom: 10px;
    /* text-align: center; */
    background: #ffffff;
}
 .exprsdummy .asd button.otherpayvald {
    border: 0;
    background: #000;
    width: inherit;
}
    .p1 {
    padding-left: 14px !important;
}
    .uid.cartrtsec {
    width: 85% !important;
    max-width: 85%;
            float: none;
}
        .checkoutwrp .container .user-wrapmax {
    max-width: 100%;
    margin: 0;
}
.wrapper.sdf {
        width: 100% !important;
    }
.checkoutwrp .container .sums {
    width: 100%;
    float: inline-start;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    top: 0 !important;
    position: inherit;
    margin-top: 50px !important;
}
    .wrapper.sdf {
    width: 100%;
    }
    .checkoutwrp .container .user-wrapmax
 {
    max-width: 100%;
    margin: 0 !important;
}
    .checkoutwrp .container .ordernn {
    max-width: 100% !important;
            width: 90%;
}
.lissingbanner-section.blognewban.contentbanner h1 {
    font-size: 24px;
}
        .lissingbanner-section .container h2 {
        font-size: 16px !important;
        line-height: 18px !important;
        position: absolute;
        top: -130px;
        right: 0;
        left: 0;
    }
        header{
        height:auto;
    }
    .mob_hd_top{
        padding:0 0 !important;
    }
    .logomenu img {
    width: 125px;
}
        .advovrly{
        display:none;
    }
       .newdtlspg .listwrap{
            margin-bottom: 0;
    }
    .newdtlspg .dtls-faq .top, .newdtlspg .dtls-faq .down {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
}
    .dtls_right .certifications .cpd-logo img {
    max-width: 60px;
    border-radius: 5px;
}
    .brdcam {
    display: none;
}
            .desktopmenu #cssmenu ul li.topPdf {
        padding: 0px 10px !important;
        color: #ffffff;
    }
    .src_head_sec {
        display: block;
        margin-bottom: 110px;
    }

    #cattab ul.cat_ullist li div {
    position: absolute;
    width: 30% !important;
    color: #fff;
    padding: 45px 10px;
    line-height: 18px;
    /* top: 0; */
}
        dialog.popupForm {
        left: 0 !important;
        right: 0 !important;
        top: 210px !important;
    }
    .top-coursedropdown ul li {
    line-height: 24px;
    font-size: 14px;
    background: #E6E8F4;
    padding: 3px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #202F44;
    margin-bottom: 10px !important;
}
    #venlist ul li{
        margin-bottom:25px !important;
    }
        a.srcbycatven {
    margin-top: 58px;
    display: block;
}
        .serchwrap.searhead_popp {
        top: 76px;
        padding-top: 140px !important;
    }
    .desktopmenu #cssmenu ul li{
        margin-bottom:20px !important;
    }
        .testimonials .testim-text p:before {
        position: absolute;
        content: "";
        width: 340px;
        height: 30px;
        background: #e2655f;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    a.view_dtlsbut {
    margin: 0 auto;
}
.testimonials .testim-text img {
        float: none;
        margin-top: 0;
        padding: 0 30px;
        border-radius: 0 !important;
    }
    .wraper_box figcaption{
        text-align:center !important;
    }
    .wraper_box figcaption h2{
        text-align:center;
    }
    .testimonials h2 {
             padding: 40px 90px;
        color: #202F44;
    }
    .testimonials .testim-text p{
                max-height: unset !important;
    }
        .popularn.catego.cattabsearch {
        padding-top: 122px !important;
      
    }
    .middle_sec .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
    }
    .testimonials {
    margin-bottom: 0;
    margin-top: 20px;
}

    .card-container {
        display: flex;
        flex-wrap: unset !important;
        overflow-x: auto !important;
        gap: 12px;
        padding-bottom: 10px !important;
        border-radius: 10px;
        scrollbar-width: thin;
        scrollbar-color: #202f44 #e1e1e1;
    }
        .middle_sec .owl-dots {
        text-align: center;
        margin-top: 15px;
    }
        .middle_sec {
        height: 632px !important;
    }
        .middle_sec img {
        height: 660px !important;
    }
    .Top-righticon {
    display: block;
    column-gap: 33px;
}
        .desktopmenu #cssmenu ul li .mob_learn_iblog {
        padding-top: 55px !important;
        top: 0 !important;
    }
    .user img{
        display:none;
    }
        ul.drop.mob_learn_iblog {
        padding: 0 20px !important;
        margin-top: 0 !important;
    }
        .menunames {
        position: relative;
        bottom: 98px !important;
        line-height: 22px !important;
        padding: 0 10px;
        font-size: 19px !important;
        font-weight: 600;
        width: 90% !important;
    }
    .desktopmenu #cssmenu ul li ul{
        z-index:99;
    }
        .testimonials .testim-text p {
        border-radius: 10px !important;
    }
}
@media screen and (max-width: 1194px) {
      .popularn.catego.cattabsearch {
        padding-top: 132px;
    }
  .logomenu img {
    width: 115px;
}
.f_logos {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
}
@media screen and (min-width: 992px) and (max-width: 1136px) {
      .dtlspopuprgt .custom-model-wrap {
        height: 100vh;
        left: 0;
        width: 98% !important;
        top: 0;
        position: absolute;
        left: 0;
    }
}

@media screen and (min-width:1745px) and (max-width:1880px) {
    .gh .custom-model-wrap{
        right:-385px !important;
    }
}

.ani_footer {
    display: none;
}

div#popular .owl-next-custom {
    font-size: 18px !important;
    color: #fff;
    background: #1d2439;
    padding: 4px 10px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
div#popular span.owl-prev-custom{
      font-size: 18px !important;
    color: #fff;
    background: #1d2439;
    padding: 4px 10px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
div#popular .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div#sliderfeatured .owl-next-custom {
    font-size: 18px !important;
    color: #fff;
    background: #1d2439;
    padding: 4px 10px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
div#sliderfeatured .owl-prev-custom{
      font-size: 18px !important;
    color: #fff;
    background: #1d2439;
    padding: 4px 10px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
div#sliderfeatured .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.popularn.catego.cattabsearch.fetch {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

