@media only screen and (max-width: 575px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 18px;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", Helvetica, sans-serif;
  }
  /* Header */

  .first_header{
      width: 100%;
      background-color: #171821;
      height: 32px;

  }
  #about:hover{
    color: #fff;
  }
.icon_header{
  padding-left: 12px;
  font-size: 13px;
  color: white;
  line-height: 30px;
}

/* Header */

.first_header {
    width: 100%;
    background-color: black;
    height: 32px;

}

#about:hover {
    color: #fff;
}

.icon_header {
    padding-left: 12px;
    font-size: 13px;
    color: white;
    line-height: 30px;
}

.header_first_contact {
    font-size: 13px;
    line-height: 32px;
    margin-left: 10px;
}

.header_login_logout {
    font-size: 14px;
    line-height: 32px;
    float: right;
}

#header_login {
    float: right !important;
}

.header_icon {
    letter-spacing: 5px;
    line-height: 32px;
    color: white;
    font-size: 13px;
}

.fa-chevron-down {
    font-size: 9px !important;
}

#services_icon {
    font-size: 10px !important;
    margin: -27px 0px 0px 65px;
    position: absolute;
}

#services_icon:hover {
    color: #2D95E3 !important;
    top: 60px !important;
    cursor: pointer;}

/*frist_header about */

.about_drop_down {
    font-size: small;
    text-align: center;
    line-height: 32px;
}

.about_drop_down:hover {
    color: #1da7da;
}

/* Navbar */
.logo_blog_first {
  max-width: 240px;
  max-height: 90px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 15px;
  margin-top: 15px;

}
.main_nav_bar::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #2D95E3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar {
    position: sticky !important;
    top: 0px;
    width: 100%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    height: 48px;
}

.navbar_logo_img {
    width: 132px;
    height: 51px;
    margin-left: 24px;
}
.offcanvas{
    z-index: 9999;
    width: 320px;
}

.navbar ul li a {
    font-family: "Source Sans Pro", sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 48px;
}

.nav-link:focus, .nav-link:hover {
    color: #2D95E3;
    border-bottom: 2px solid #2D95E3;
    padding: 0px;
    top: 12px;
}

#navbar_services:focus, #navbar_services:hover {
    color: #2D95E3 !important;
    border-bottom: 2px solid #2D95E3;
    padding: 0px;
    top: 10px;
}

#service_container {
    width: 76.7rem;
    margin-left: -18.4rem;
    background-color: #fff;
    margin-top: 42px;
    z-index: 9999;
    left: 0px !important;
}

#B_school_container {
    background-color: #fff;
    margin-top: 11px;
}

#bschool {
    line-height: 16px !important;
    font-size: 11px;
    background-color: #fff;
    text-transform: none;
}

#bschool:hover {
    color: #1da7da;
}

.all-link ul li a {
    color: black;
    padding: 0;
    margin: 0;
    line-height: 30px !important;
    text-transform: none;
    display: block;
}

.all-link ul li {
    display: block;
}

.all-link ul li a:hover {
    background-color: white;
    color: #1da7da;
}

.navbar ul li {
    padding: 0 9px;
}


.school_icon {
    margin-left: 86px !important;
}

.Rank_icon {
    margin-left: 100px !important;
}

.search_icon_top {
    color: rgb(51, 51, 51);
}

#modal_content {
    margin: 95px 0px 0px 100%;
    width: 60%;
    background-color: #f7f7f7;
    border: none;
}

#modal_content_blog {
    margin: 202px 0px 0px 100%;
    width: 71%;
    background-color: #fff;
    border: none;
    border-radius: unset;
    border-top: none;
    box-shadow: none;
}

.modal-backdrop {
    position: unset !important ;
    margin: 206px 0px 0px 100%;
  width: 71%;
  background-color: none;
  border: none;
  border-top: none;
  border-radius: unset;
  /* box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  border-top: 3px solid #1da7da;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.modal-backdrop {
    position: unset !important;
}

.text_button_ {
    height: 41px;
    background-color: rgb(16, 98, 173);
    color: #fff;
}

.text_button_blog {
    height: 41px;
    background-color: rgb(16, 98, 173);
    color: #fff;
}

.text_button_blog:hover {
    color: #fff !important;
}

.text_button_:hover {
    background-color: black;
    color: #fff
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #80808059;
    outline: 0 !important;
    box-shadow: none !important;
}

.nav_search_icon {
    color: #171821;
    font-weight: 500 !important;
}

.serach_input{
    font-family: "Montserrat", sans-serif;
    color: #171821;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 26px;
}

.nav_search_icon:hover {
    color: #1da7da;
}

.blog_nav_search_icon {
    float: right;
    margin-top: -4px;
    color: #000 !important;
    font-weight: 500 !important;
    border: none;
    background: none;
}

@media(max-width:1250px) {
    #main_navbar {
        display: none;
    }

    .navbar_logo_img {
        display: block;
        margin-left: auto;
        margin-right: auto;

    }

}

#navbar_services {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
}

.dropbtn {
    background: none;
    color: white;
    font-size: 13px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 20px;
  }

  .dropdown-content a {
    color: #54555E;
    padding: 8px 18px;
    font-size: 13px;
    display: block;
    text-decoration: none;
  }

.dropdown-content a:hover {
    background-color: #fff !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#isoformate span {
  color: #b0b0b0!important;
    font-size: 11px;
    font-weight: 500;
}

/* sidebar */
.side_menue {
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 121;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    background-color: rgba(0, 0, 0, 0.5);
}

.sidenav__menu-container {
    margin-top: 52;
    border-top: 0px !important;
    box-shadow: none;
}
.offcanvas-header .btn-close{
    padding: 1rem 17rem;
}

.sidenav__menu-container2 {
    box-shadow: none !important;
    border: none !important;
}

.list-item2 {
    border-bottom: 1px solid #E3E4E8;
    font-size: 14px;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-item {
    position: relative;
    border-bottom: 1px solid #E3E4E8;
    font-size: 14px;
}

.nav-link {
    width: 100%;
    display: block;
    color: #54555E;
    padding: 12px 22px;
    font-size: 12px;
}

.menu_title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    color: #20407e;
    text-transform: uppercase;
}

.sidebar_blog_page {
    width: 310px;
    top: 65px;
}
.site_bar_footer{
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    margin: 0;
    background: white;
    left: 0;
}
.offcanvas-backdrop {
    top: 64px;
}

.blog_side_bar_link {
    text-decoration: none;
    font-size: 1.5625rem;
    color: #54555E;
    display: block;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 600;
    padding-left: 0px;
    line-height: 45px !important;
}

.login_btn_blog {
    font-size: 13px !important;
    text-transform: capitalize !important;
    padding: 11px 32px 12px 27px;
    background-color: #1da7da;
}

.login_btn_blog:hover {
    background-color: #1992bf !important;
}

.gra_ungra_sidebar_blog {
    padding: 7px !important;
    padding-left: 0px !important;
    color: #54555E;
    font-size: 15px;
    font-weight: 600;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 3.75rem;
}

.sidebar a {
    padding: 0rem 0.5rem 0rem 0.7rem !important;
    text-decoration: none !important;
    color: #54555E !important;
    display: block !important;
    font-size: 15px !important;
    transition: 0.3s !important;
    font-weight: 600 !important;
    line-height: 45px !important;
}

.sidebar a:hover {
    color: #1da7da !important;
}

.main_nav_service {
    color: #20407e;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #171821;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 20px;
}

.main_nav_bar:hover {
    color: #1da7da !important;
}

.lang_t_height {
    font-size: 16px !important;
}

.lang_t_height:hover {
    color: #1da7da !important;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0.5625rem;
    font-size: 2.25rem !important;
    font-weight: normal !important;
}

.openbtn {
    font-size: 1.25rem;
    cursor: pointer;
    color: black;
    background-color: transparent;
    border: none;
    transition: 0.125s;
}

.openbtn:hover {
    color: #1da7da;
}

#main {
    transition: margin-left 0.5s !important;
    padding: 1rem;
    width: calc(max-content + 0.5rem) !important;
    margin-right: 1rem !important;
}

.fbook_sidebar, .twitter_sidebar, .linkedin_sidebar, .youtube_sidebar, .insta_sidebar {
    width: 38px;
    height: 39px;
    color: #fff;
    text-align: center !important;
}

.fbook_sidebar {
    background-color: #39599f;
}

.twitter_sidebar {
    background-color: #55ACEE;
    margin-left: 5px;
}

.linkedin_sidebar {
    background-color: #0e76a8;
    margin-left: 5px;
}

.youtube_sidebar {
    background-color: #c61d23;
    margin-left: 5px;
}

.insta_sidebar {
    background-color: #e1306c;
    margin-left: 5px;
}


.sidebar_icons {
    /* margin-top: 12rem; */
    /* position: absolute;
    bottom: 0; */
}

@media screen and (max-height: 28.125rem) {
    .sidebar {
        padding-top: 0.9375rem;
    }

    .sidebar a {
        font-size: 1.125rem;
    }
}

/* Flash */

.trending-now {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    height: 36px;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%)
}

.trending-now__label {
    background-color: #2D95E3;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 0 16px;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
}

.acme-news-ticker-label {
    background-color: #2D95E3;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 0 16px;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    float: left;
    padding-right: 10px;
}

.newsticker-buttons {
    position: absolute;
    top: 0;
    right: 0;
}

.newsticker-button:first-child {
    border-right: 1px solid #E3E4E8;
}

.newsticker-button {
    background-color: transparent;
    float: left;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: #54555E;
    border: none;
}

#home_ticker_box {
    padding-top: 7px;
}

/* main */
#main_mobile_card{
    padding: 0rem 1rem !important;
}
.wistia_swatch {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 200ms;
    width: 100%;
}

#wistia_chrome_23 #wistia_grid_29_wrapper img.w-css-reset {
    height: 682px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100% !important;
    clip: auto;
    display: block;
    border-width: 0px !important;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    box-sizing: content-box;
    outline: none;
    border: 0 !important;
}

#wistia_simple_video_62 {
    height: auto !important;
}

#card_right1 {
    height: 680px;
    box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
}

.horizentol_line {
    width: 68%;
}

#blog_line1 {
    height: 3px;
    margin-top: 3px;
    color: black;
    opacity: 0.50 !important;
}

.card-text:hover {
    color: #1da7da;
}

.gradute_btn {
    margin-top: 28.5%;
    width: auto;
    border-radius: 4px;
    font-size: x-small;
    margin-left: 20px;
    font-weight: 800;
    background-color: #3E3EDD !important;
}

#card_text_first {
    font-size: 32px;
    line-height: 1.3;
}

/* / Blog / */
.front_blog {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 8rem;
    font-size: 21px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: "Montserrat", sans-serif;
    color: #222;
}

.popular_card h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.popular_card {
    margin-left: 27px;
    border: none !important;
    box-shadow: 0px 4px #f3f3f3;
    border-radius: 4px;
}

.tablink {
    border: none;
    background: none;
    margin-left: 27px;
    color: rgb(84, 85, 94) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: "Source Sans Pro", sans-serif;
}

.tablink:hover {
    color: #2D95E3 !important;

}

.home_card_div {
    height: 409px;
    box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
    border: none;
}

.home_succ_card_div {
    height: 530px;
    box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
    border: none;
    text-align: center;
    color: black;
}

.success_story_parag {
    font-size: 15px;
    color: #54555E;
    font-weight: normal;
    line-height: 30px;
    margin: 13px 0 10px;
    width: 298px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    /* color: #2D95E3 !important; */
}

#Test_prep_img {
    height: 292px !important;
}

#Addmission_tips_btn {
    width: 30%;
    margin-top: 38% !important;
}

#Addmission_tips_btn1 {
    width: 30%;

}

.image_circle {
    width: 90px !important;
    height: 90px !important;
}

.blog_writing {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: -9px;
    margin-top: 5px;
    color: rgb(23, 24, 33);
    font-family: "Roboto", sans-serif;
}

.by_hube {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #83858F;
    padding-bottom: 26px;
    margin-top: -14px;
}

.blog_writing:hover {
    color: #1da7da;
}

.btn_facebook {
    background-color: #324e8c !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.btn_twitter {
    background-color: #55ACEE !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.btn_Youtube {
    background-color: #c61d23;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.btn_linkedin {
    background-color: #0e76a8 !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.btn_instagram {
    background-color: #d81f5e !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.btn_home {
    background-color: #ed7412 !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.gradute_btn_blog1 {
    margin-top: 61% !important;
    width: auto !important;
    font-size: x-small;
    border-radius: 4px;
    margin-left: -61% !important;
    font-weight: 800 !important;
    background-color: #f13d07;
    color: #fff;
}

.gradute_btn_blog {
    margin-top: 61% !important;
    width: auto !important;
    font-size: x-small;
    border-radius: 4px;
    margin-left: -61% !important;
    font-weight: 800 !important;
    background-color: #19C22A;
    color: #fff;
}

/* video */

.video_text:hover {
    color: #1da7da !important;
}

.video_frame {
    border-radius: 5px;
    box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
    height: 100%;
}
.vide_row{
    margin-bottom: 47px;
}
.view_all_video {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Montserrat", sans-serif;
    color: #54555E;
    font-size: 11px;
}

.home_video_title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    font-weight: 500;
}

.home_video_title:hover {
    color: #1da7da;
}

/* footer */

.copyright {
    font-size: smaller;
}

.copyright a:hover {
    color: #1da7da !important;
}

.fbook_footer {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #39599f;
    border-radius: 50% !important;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.twitter_footer {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #55ACEE;
    border-radius: 50% !important;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.linkedin_footer {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #0e76a8;
    border-radius: 50% !important;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.youtube_footer {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #c61d23;
    border-radius: 50% !important;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.insta_footer {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 16px;
    background-color: #e1306c;
    border-radius: 50% !important;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.Useful_link a:hover {
    color: #1da7da !important;
}

.popular_post_img {
    width: 100px;
    height: 100px;

}

.popular_img {
    display: inline-flex;

}

.footer_text {
    font-size: 11px
}

.admin_footer {
    font-size: x-small;
    color: #fff !important;
}

.footer_MBA a:hover {
    color: #1da7da !important;
}

.Admission_footer {
    font-size: 15px;
}

.asd:hover {
    color: #1da7da;
}

.text_all_footer:hover {
    color: #1da7da !important;
}

.doctor {
    color: #1da7da !important;
}

.doctor:hover {
    color: #131414 !important;
}

.links_footer {
    margin-left: -31px !important;
}

.footer_button {
    height: 44px;
    font-size: 13px;
    width: 88px;
    font-weight: 900 !important;
    background: #2D95E3;
    color: white;
}

.footer_button:hover {
    background-color: #171821;
    color: white;
}

.text_all_footer {
    font-size: 18px !important;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    color: rgb(23, 24, 33) !important;
}

/* ABOUT_MEET_HUBERT */

.Banner {
    width: 100%;
}

.heading {
    z-index: 1;
    align-items: center;
    margin-left: 16%;
    margin-top: 9%;
}

.service_heading {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.heading h1 {
    align-items: center;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffff;

}

.cont_first {
    margin-top: -1%;
}
#img_dr{
  width: 45% !important;
}
.entry__article p{
  font-size: 18px;
  line-height: 30px;
  color: #54555E;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}
@media only screen and (max-width: 800px) {

    .heading {
        margin-left: 6%;
    }

    .cont_first {
        margin-top: 0%;
    }

    .first_header {
        display: none;
    }
}

/* About_OUR_TEAM */

.our_team_img {
    width: 300px;
    height: 283px;
    margin-left: 24px;
}
.ourteam_name{
  letter-spacing: -0.03em;

}
.Mehdi {
    margin-left: 17%;
    letter-spacing: -0.03em;
  }
  .entry__article {
    padding-left: 100px !important;
    padding-right: 100px !important;
    text-align: justify;
  }


/* How_it_work */

.heading_h5 {
  margin-left: 73px;
  font-size: 18px;
}
.how_it_works_heading{
  font-size: 32px;
    letter-spacing: -0.03em;
    text-decoration: underline;
}
.entry__article_howwork{
  margin-left: 40px;
  height: auto;
  margin-top: -70px;
}
.wpb_wrapper h3 {
  font-weight: bolder
}
.paragraph_result{
  font-size: 15px;
  line-height: 1.5;
  color: #54555E;
  font-family: "Source Sans Pro", sans-serif;
}
.paragraph_how_itwork{
    margin-top: 44px;
    font-weight: 500;
}



/* TESTIMONIALS */

.Test_img {
    width: 256px;
    height: 270px;
    border-radius: 15px;
}

#test_img {
    background: ghostwhite;
}

#Testmin_top {
    height: 235px;
    margin-top: -235px;
    position: absolute
}

#Testmnl_row {
    margin-top: 2% !important;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 83%;
    height: 90%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    background-color: #ebebeb;
    color: black;
    border-radius: 5%;
    transform: rotateY(180deg);

}

#Testimonial_footer {
    margin-top: 64rem !important;
}

/* about OUR_RESULT */
.reult_container {

    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.result_heading {
    color: #ffffff;
    font-size: 52px;
    margin: 0;
    padding: 116px 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.our_reasult_heading{
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder !important;
  font-size: 23px;
}
.wpb_wrapper_result ul li{
  display: list-item;
  color: #54555E;
}
.wpb_wrapper_result ul{
  padding-left: 17px !important;
}
#our_result_mobile_screen{
  padding-right: 5rem;
  padding-left: 5rem;
}

/* about SUCCESS_STORIES */

.stories_image {
    width: 231px;
    height: 229px;
}


/* About MBA_CENTER_TEAM */

.mba_team {
    font-family: Roboto;
}

.mab_center_img {
    margin-top: 37%;
}

/* FAQ */

#FAQ_h1 {
    font-size: 32px;
    letter-spacing: -0.03em;
}

.faq-container {
    margin: 0 auto;
}

.faq {
    background-color: transparent;
    border: 1px solid #9fa4a8;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    /* transition: 0.3 ease; */
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.fa, .fas {
    font-weight: 900;
}

.faq-toggle .fa-times {
    display: none;
}

.FAQ_icon {
    font-size: 16px !important;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::before,
.faq.active::after {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    color: #2ecc71;
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.faq.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.faq-title {
    margin: 0 35px 0 0;
    font-size: 23px;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.faq-toggle:focus {
    outline: 0;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    color: #fff;
    display: block;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background-color: #9fa4a8;
}


/* FORUM */

#navbarText {
    padding-left: 33px;
}

.nav-forum {
    padding-left: 33px !important;
    z-index: 9999;
}

#navbar_forum {
    position: absolute;
    margin-top: -27%;
    height: 14%;
    box-shadow: 0 0 0 0 !important;
}

.navbar_logo_forum {
    width: 12%;
}

.forum_signin {
    padding-left: 8%;
}

#forum_nav_icon {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}

.form_nav_btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: all 0.3s linear;
    background: #f4a320;
    color: #fff7f0;
}

.form_nav_btn:hover {
    background: #2f84f3;
    color: #fff7f0;
    border: 2px solid #1da7da;
}

#btn_input_text_forum {
    width: 56%;
    position: absolute;
    margin: -54px 0px 0 218px;
}

#fotum_input_text_out {
    height: 65px;
    border-radius: 45px 0 0 45px;
    background: linear-gradient(to right, #2a499b 0%, #27a0d9 100%);
}

.input-group-append {
    margin-left: 68px;
    height: 65px;
    background: #27a0d9;
    border-radius: 0px 45px 45px 0;

}
.input-group-append :hover{
    background: #27a0d9;
    color: white !important;
}

.forum_search_btn {
    height: 65px;
    width: 54px;
    border: aliceblue;
    color: white;
    background: border-box;
}

.search_href {
    background: #f4a320;
    border-radius: 0 45px 45px 0;
}

.forum_drop {
    width: 200px;
}

#all_category {
    height: 64px;
    background: #27a0d9;
}

.accordion-body {
    background-color: #f7f7f7;
    padding-left: 0px !important;
}

.accordion-body ul {
    padding-left: 3px !important;
}

.entry__body {
    padding-left: 33px;
}

.category_icon {
    color: #818181;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 27px;
    height: 15px;
    margin-left: auto;
    content: "";
    background-image: url(../../images/arrow_.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    font-size: -29px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-button {
    padding: 0.25rem !important;
    padding-left: 0px !important;
}


.accordion-item {
    background-color: #fff;
    border: none !important;
}

.forum_all_social_icon {
    margin-top: 23px;
}

.forum_all_social_icon a li {
    justify-content: center;
    display: flex;
    line-height: 43px;
    color: #10b3d6;
}

.forum_all_social_icon a li:hover {
    color: #1da7da;
}

.f_icon {
    border: 2px solid #79ccde;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.f_icon:hover {
    background-color: #1da7da;
}

.t_icon, .y_icon, .l_icon, .i_icon {
    border: 2px solid #79ccde;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 15px;
}

.t_icon:hover, .y_icon:hover, .l_icon:hover, .i_icon:hover {
    background-color: #1da7da;
}

.forum_socil_row {
    background-color: #f0f5f7;
    margin-top: 13%;
    height: 90px;
}

.forum_token {
    width: 162px;
    padding: 34px;
}

/* Forum_calendar */

.status_widget {
    padding-left: 28px;
    font-size: 14px;
    padding-right: 5px;
}

.elegant-calendar {
    width: 23.7em;
    height: 31em;
    border: 1px solid #c9c9c9;
    box-shadow: 0 0 5px #c9c9c9;
    text-align: center;
    margin: 4em auto;
    position: relative;
}

.c_head {
    font-size: 20px;
    line-height: 26px;
    margin-top: 76px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #1d2746;
}

#reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: #fff;
    font-family: serif;
    cursor: pointer;
    padding: 0 0.5em;
    height: 1.5em;
    border: 0.1em solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#reset:hover {
    color: #e66b6b;
    border-color: #e66b6b;
}

#header {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    height: 14em;
    background-color: #2a3246;
    margin-bottom: 1em;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.pre-button {
    float: left;
    margin-left: 0.5em;
}

.pre-button, .next-button {
    margin-top: 2em;
    font-size: 3em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    color: #e66b6b;
    border-radius: 50%;
}

#next_button_ {
    margin: auto;
    margin-top: 83px;
}

.head-info {
    float: left;
    width: 16em;
}

.head-day {
    margin-top: 30px;
    font-size: 8em;
    line-height: 1;
    color: #fff;
}

.head-month {
    margin-top: 20px;
    font-size: 2em;
    line-height: 1;
    color: #fff;
}

#calendar {
    width: 90%;
    margin: 0 auto;
}

table {
    border-spacing: 2px;
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.pre-button:hover, .next-button:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.next-button {
    float: right;
    margin-right: 0.5em;
}

.pre-button, .next-button {
    margin-top: 2em;
    font-size: 3em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    color: #e66b6b;
    border-radius: 50%;
}

#calendar tr {
    height: 2em;
    line-height: 2em;
}

thead tr {
    color: #e66b6b;
    font-weight: 700;
    text-transform: uppercase;
}

th {
    text-align: inherit;
}

tbody tr {
    color: #252a25;
}

#disabled {
    cursor: default;
    background: #fff;
}

tbody td {
    width: 14%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.bschool_tbody td{
    width: inherit;
    border-radius: 0%;
    cursor: default;
}

#today {
    background-color: #e66b6b;
    color: #fff;
    font-family: serif;
    border-radius: 50%;
}

tbody td:hover, .selected {
    color: #fff;
    /* background-color: #1da7da; */
    border: none;
}

.bschool_tbody td:hover, .selected {
    color: black !important;
}

.c_head {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

.widget>ul.list-unstyled {
    margin-top: -10px;
}

.usefull-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.usefull-links li {
    padding: 7px 0;
}

.usefull-links li i {
    margin-right: 10px;
}

/* Forum_54_Open */

.post-header {
    display: flex;
    justify-content: space-between;
    background: #f7f8f9;
    padding: 17px 30px;
    border: 1px solid #eaeeef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.post-header .support-total-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-header .support-total-info li.open-ticket {
    color: #1d2746;
    font-weight: 500;
}

.post-header .support-total-info li {
    display: inline-block;
    font-size: 14px;
}

.post-header .support-total-info li:nth-child(1) i {
    color: #f06292;
}

.post-header .support-total-info li {
    display: inline-block;
    font-size: 14px;
}

.post-header .support-total-info li i {
    color: #00ae69;
    margin-right: 10px;
    vertical-align: -1px;
}

.community-post.style-two .post-content .com-featured:after {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid #00ae69;
    z-index: 1;
}

.usefull-links i {
    color: #6b707f;
}

.usefull-links li a {
    color: #6b707f;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.usefull-links li a:hover {
    color: #1da7da;
}

.post-header .support-total-info li.close-ticket a:hover {
    color: #1da7da;
}

.post-header .support-total-info li.close-ticket a {
    color: #6b707f;
    text-decoration: none;
}

.widget+.widget {
    margin-top: 53px;
}

.widget>ul.list-unstyled {
    margin-top: -10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ticket_categories li:not(:last-child) {
    border-bottom: 1px solid #e4e7e9;
}

.ticket_categories li {
    padding: 12px 0 10px;
    position: relative;
}

.ticket_categories li img {
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-style: none;
}

.ticket_categories li a {
    font-size: 16px;
    color: #1d2746;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.ticket_categories li a:hover {

    color: #1da7da;

}

.ticket_categories li .count {
    position: absolute;
    right: 0;
    background: #ebedf0;
    padding: 4px 7px 2px;
    border-radius: 10px;
    color: #838793;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

#most_popular {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #1d2746;
}


.widget>ul.list-unstyled {
    margin-top: -10px;
}

.w_tag_list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w_tag_list li {
    margin: 4px;
}

.w_tag_list.style-light li a {
    background: #f0f2f5;
}

.w_tag_list li a {
    color: #6b707f;
    padding: 2px 18px;
    display: inline-block;

    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s linear;
    text-decoration: none;

}

.w_tag_list li a:hover {
    color: #1da7da;
    background: #f3f8f9;
    ;
}


.post-header .category-menu li {
    display: inline-block;
}

.post-header .category-menu .dropdown-toggle {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #6b707f;
    padding: 0 15px;
    font-size: 14px;
}

.bb-radius {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgb(4 73 89 / 6%);
}

.community-post.style-two:not(:last-child) {
    border-bottom: 1px solid #f2f3f4;
}

.community-post.style-two {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.community-post {
    background-color: #fff;
    padding: 23px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.community-post .post-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.community-post .post-content .author-avatar {
    width: 40px;
    margin-right: 25px;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
}

.community-post .post-content .author-avatar img {
    max-width: 40px;
    vertical-align: middle;
    border-style: none;
}

.community-post .post-content .entry-content {
    flex: 2;
}

.community-post.style-two .post-content .entry-content .post-title {
    display: inline-block;
    margin-right: 10px;
}

.community-post.style-two .entry-content .post-title {
    font-size: 16px;
}

.community-post .post-content .entry-content .post-title {
    font-size: 18px;
    font-weight: 500;
    color: #1d2746;
    margin-bottom: 0;
    line-height: 1.7;
}

.community-post .post-content .entry-content .post-title a {
    color: #1d2746;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
}

.community-post .post-content .entry-content .post-title a:hover {
    color: #1da7da;
}

.community-post.style-two .meta li a {
    font-size: 14px;
    color: #838793;
    text-decoration: none;
}

.community-post.style-two .meta li a:hover {
    color: #1da7da;

}

.community-post.style-two .post-content .com-featured {
    position: absolute;
    right: 0;
    top: -2px;
    height: 30px;
    width: 30px;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}

.community-post.style-two .post-content .com-featured i {
    z-index: 22;
    position: relative;
    font-size: 14px;
}

.community-post.style-two .meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.community-post.style-two .meta li {
    display: inline-block;
    margin-right: 15px;
    color: #838793;
    font-size: 14px;
}

.community-post.style-two .meta li i, .community-post.style-two .meta li img {
    margin-right: 10px;
    font-size: 14px;
}

.community-post.style-two .meta li img {
    display: inline-block;
    vertical-align: -2px;
}

.community-post.style-two .meta li i, .community-post.style-two .meta li img {
    margin-right: 10px;
    font-size: 14px;
}

.community-post .post-meta-wrapper .post-meta-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.community-post .post-meta-wrapper .post-meta-info li {
    display: inline-block;
}

.community-post .post-meta-wrapper .post-meta-info li a {
    display: block;
    color: #868b99;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

.community-post.style-two:hover {
    background: #f7f9fa;
    transform: translateX(0);
    box-shadow: none;
    border-color: #f7f9fa;
}



.call-to-action {
    padding: 55px 0;
    background: #1d2746;
    position: relative;
    margin-top: 98px;
}

.call-to-action .overlay-bg {
    position: absolute;
    background-image: url(Image/overlay_bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.call-to-action .container {
    position: relative;
}

.call-to-action .action-content-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-to-action .action-content-wrapper .action-title-wrap {
    display: flex;
    align-items: center;
}

.call-to-action .action-content-wrapper .action-title-wrap img {
    padding-right: 45px;
    vertical-align: middle;
    border-style: none;
}

.call-to-action .action-content-wrapper .action-title-wrap .action-title {
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
}

.call-to-action .action-content-wrapper .action_btn {
    border: 1px solid #10b3d6;
    font-size: 16px;
    padding: 9px 25px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 20px 30px 0 rgb(12 118 142 / 24%);
    border-radius: 4px;
    background: #10b3d6;
    display: inline-block;
    text-decoration: none;
    transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}

.call-to-action .action-content-wrapper .action_btn:hover {
    background: transparent;
    border-color: #fff;
    color: #1da7da;
}

.action_btn i {
    vertical-align: middle;
    font-size: 12px;
    padding-left: 16px;
}

/*  */
@media(max-width:1080px) {
    #btn_input_text_forum {
        width: 76%;
        margin: 0px 0 0 50px;
    }

    .forum_drop {
        width: 150px;
    }

    #all_categ {
        font-size: 10px;
    }
}

@media(max-width:992px) {
    #forum_nav_icon {
        color: rgb(0, 0, 0);
        font-weight: 100;
        font-size: 12px;
    }
}

/* forum_footer */
.footer_area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.f_bg_color {
    background: #f6fbfc;
}

.footer_area .leaf {
    right: 60px;
    bottom: 0;
    width: 180px;
    z-index: -1;
    vertical-align: middle;
    border-style: none;
}

.b_plus, .b_round, .p_absolute {
    position: absolute;
}

@media (max-width: 1500px) {
    .footer_area .f_man {
        right: 12px;
    }
}

.footer_area .f_man {

    bottom: 40px;
}

.footer_area .f_cloud {
    bottom: 406px;
    left: 172px;
}

.footer_area .f_email {
    left: 98px;
    bottom: 290px;
}

.footer_area .f_email_two {
    bottom: 198px;
    left: 278px;
}

.f_man_two {
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
}

@media (max-width: 1500px) {
    .footer_area .f_man_two {
        left: 12px;
    }
}

.footer_area .f_man_two {
    bottom: 60px;
}

.f_widget.subscribe_widget {
    padding-right: 40px;
}

.f_widget.subscribe_widget .f_logo {
    display: inline-block;
    margin-bottom: 32px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}

.forum_footer_logo {
    width: 323px;
}

.footer_subscribe_form {
    position: relative;
    margin-top: 30px;
}

.foot_c_head {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #1d2746;
}

.footer_subscribe_form .form-control {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgb(4 73 89 / 8%);
    height: 56px;
    border: 1px solid transparent;
    color: #1d2746;
    padding-left: 25px;
    position: relative;
    transition: all 0.2s linear;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.footer_subscribe_form .s_btn {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background: #10b3d6;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 8px;
    padding: 7px 22px;
}

.f_social_icon {
    padding-top: 40px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.f_social_icon li {
    display: inline-block;
}

.f_social_icon li a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #79ccde;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #10b3d6;
    margin-right: 6px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.pl_30 {
    padding-left: 30px;
}

.f_widget {
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}

.f_widget .f_title {
    font-size: 18px;
    margin-bottom: 30px;
}

.f_widget.link_widget .link_list {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.f_widget.link_widget .link_list li a {
    color: #6b707f;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.pl_70 {
    padding-left: 70px;
}

.footer_top .border_bottom {
    margin-top: 100px;
    width: 100%;
    height: 1px;
    background: #e8f0f1;
}

@media (max-width: 1500px) {
    .footer_bottom {
        padding: 38px 0;
    }
}

.footer_bottom {
    position: relative;
    z-index: 1;
}

.footer_bottom p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: #6b707f;
}

/* END-FORUM */

/* WEBINERS-START */

.featured-posts-grid--1 {
    padding-bottom: 32px;
}

.featured-posts-grid {
    padding-top: 24px;
    overflow: hidden;
}

.web_head1st_h2 {
    color: #1f3f7d;
    font-size: 26px;
    font-family: "Montserrat", sans-serif;

}

.web_head2st_h4 {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #171821;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: start;
}

.web_2nd_row {
    margin: 0 -1px;
}

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}

.btn {
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
}

.event-list>li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51 51 51 / 70%);
    margin: 0px 0px 20px;
}

.event-list>li>.info {
    padding-top: 5px;
}

.event-list>li>.info>.title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: #1f3f7d;
}

.social {
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    font-size: 13px;
    transition: all 0.1s ease-in-out;
}

.web_icon_inner {
    color: #1f3f7d;
    font-size: 20px;
}

.web_icon_inner_write {
    font-size: 17px;
    font-weight: 700;
}

.web_view_btn {
    background: #1f3f7d !important;
    width: 100%;
    padding: 11px;
}

#web_register_btn {
    width: 100%;
    padding: 11px;
    background: #1f3f7d;
}

.web_facebook {
    width: 33%;
}

.web_facebook2 {
    width: 34%;
}

.event-list>li>.social>ul {
    margin: 0px;
}

.event-list>li>.info>ul, .event-list>li>.social>ul {
    list-style: none;
    margin: 10px 0px 0px;
    text-align: center;
}

.event-list>li>.info>ul>li, .event-list>li>.social>ul>li {
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
}

.web_side_icon {
    margin-right: 32px;
}

.web_list_space {
    height: 20px;
}

/* CALANDAR  */
.ev {
    font-family: "Source Sans Pro", sans-serif;
    color: #171821;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 16px;
    position: relative;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* SHOP */


/* shop_navbar */

.navbar_logo_shop {
    width: 100px;
}

.shopping_icon_shop {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}

.shopping_icon_shop:hover {
    border: 2px solid #f2f3f5;
}

.shopping_icon {
    color: #686f7a;
    margin-top: 9px;
    font-size: 18px;
}

.Login_sigin_shop {
    border: 1px solid #505763;
    width: 65px;
    font-size: 11px;
    text-transform: capitalize;
}

.Login_sigin_shop2 {
    border: none;
    width: 65px;
    height: 33px;
    font-size: 11px;
    text-transform: capitalize;
}

.Login_sigin_shop:hover {
    background-color: #f2f3f5;
}


/* end navbar */

.number_cart {
    position: absolute;
    top: 10px;
    right: 168px;
    background-color: #1da7da;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 1.43;
    min-width: 18px;
    padding: 2px 6px;
    text-align: center;
    pointer-events: none;
}

.shop_image {
    background-image: url('Image/b555275c3a31179cda2cf2de0d150532.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 215px 0px;
    color: #fff;
}

.shop_headh2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 2px 4px rgb(41 48 59 / 55%);
}

.shop_1stpara {
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    margin-top: 24px;
    text-shadow: 0 2px 4px rgb(41 48 59 / 55%);
}

.Shop_bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#input_group_shop {
    width: 34%;
}

#shop_search_btn {
    height: 53px;

}

.search_bg:hover {
    background-color: #1da7da !important;
    cursor: pointer;
}

.search_icon_shop {
    font-size: 21px !important;
}

.search_icon_shop:hover {
    color: #fff !important;
    cursor: pointer;
}

#shop_form_control {
    height: 53px;
}

.home-fact-area {
    background: linear-gradient(-45deg, #1da7da, #6c757d);
    color: #fff;
    padding: 15px 0;

}

.container-lg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.home-fact-box i {
    font-size: 47px;
    margin-top: 8px;
}

.home-fact-box .text-box {
    padding: 10px 0 10px 63px;
}

.price {
    padding-bottom: 12px;
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px
}

.course-box-wrap {
    padding: 0 8px;
    margin-bottom: 20px;
}

.course-box-wrap a {
    color: #fff;
}

.course-box {
    position: relative;
    background: #fff;
}

.course-box .course-image {
    position: relative;
}

.course-box .course-image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.course-box .course-details {
    padding: 15px 10px 0px 15px;
    position: relative;
}

.course-box .course-details .title {
    overflow: hidden;

    display: -webkit-box !important;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    height: 36px;
    min-height: 42px;
    font-size: 15px;
    color: #29303b;
    margin-bottom: 10px;
    line-height: 20px;
}

.course-box .course-details .instructors {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 21px;
    height: 21px;
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
}

.course-box .course-details .rating {
    margin-bottom: 10px;
}

.rating {
    display: none !important;
}

.course-box-wrap a:hover {
    text-decoration: none;
}

.course-box:hover .instructor-img-hover, .course-box:hover .course-image:before {
    opacity: 1;
    visibility: visible;
}

.course-box .course-image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
}

#extra_shop_card_top {
    margin-top: 127px;
}


.footer-area {
    background-color: #fff;
    padding: 30px 0;
    border-bottom: 6px solid #1da7da;
    border-top: 1px solid #e8e9eb;
}

.copyright-text {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 0;
}

.copyright-text img {
    margin-right: 20px;
}

.copyright-text a {
    color: #007791;
    text-decoration: none;
}

.footer-menu .nav-item:not(:last-child) {
    margin-right: 20px;
}

.footer-menu .nav-link {
    padding: 6px 0;
    font-size: 13px;
    color: #007791;
}


.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(60 147 181);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: white;
}

.collapse.show {
    display: block;
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.filter_type ul li {
    margin-bottom: 5px;
    font-size: 13px;
}

.custom-radio:checked, .custom-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

.custom-radio:checked+label, .custom-radio:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    width: 100%;
}

fieldset, label {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #222;
    font-family: system-ui;
}

.blog_single_pag_io {
    border: 1px solid #e6e6e6 !important;
}

.custom-radio:checked+label:before, .custom-radio:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}

.filter_lable{
    font-weight: 800;
}
.custom-radio:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-radio:checked+label:after, .custom-radio:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #eb5252;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.course_shop_list {
    color: #3d6ca1;
    text-decoration: none;
}

.course_shop_list:hover {
    color: #1da7da;
    text-decoration: none;
}

/* FORUM_singnin */
.signup_area {
    height: 100vh;
    background: #fbfcfd;
}

.signup_area .row {
    height: 100%;
}

.sign_left {
    position: relative;
    z-index: 1;
    background: #10b3d6;
}

.signin_left:before {
    content: "";
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #10b3d6 0%, #1d2746 100%);
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.sign_left .top {
    left: 0;
    top: 0;
    z-index: -1;
}

.signin_left .bottom {
    bottom: 100px;
    right: 0;
    z-index: -1;
}

.signin_left .middle {
    bottom: 50px;
}

.signin_left .round {
    bottom: 100px;
    width: 600px;
    height: 600px;
    left: -50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    position: absolute;
    z-index: -1;
}

.sign_right {
    flex: 1;
    display: flex;
    align-items: center;
}

.sign_inner {
    max-width: 520px;
    margin: 0 auto;
}

.sign_inner h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #1d2746;
}

.sign_inner p {
    font-size: 14px;
}

.sign_inner p a {
    color: #1d2746;
    font-weight: 500;
    text-decoration: none;
}

.sign_inner .divider {
    border-bottom: 1px solid #e3e8ea;
    position: relative;
    margin-bottom: 30px;
    margin-top: 36px;
}

.sign_inner .divider .or-text {
    font-size: 16px;
    color: #1d2746;
    position: absolute;
    top: -14px;
    padding: 0 10px;
    background: #fbfcfd;
    display: inline-block;
    left: 50%;
    margin-left: -21px;
}

.login_form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.login_form .form-group .small_text {
    color: #1d2746;
    margin-bottom: 5px;
}

.login_form .form-group .form-control {
    border-radius: 6px;
    background-color: #fbfcfd;
    border: 1px solid #e3e8ea;
    font-size: 14px;
    color: #1d2746;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    height: 60px;
    line-height: 60px;
    padding: 2px 30px 0;
    transition: all 0.2s linear;
    display: block;
    width: 100%;
    background-clip: padding-box;
}

.login_form .thm_btn {
    padding: 9px 24px;
    box-shadow: none;
}

.action_btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    background: #10b3d6;
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}

.sign_left .bottom {
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 1366px) {
    .signup_area {
        min-height: 620px;
    }

    .sign_left {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sign_left .middle {
        max-width: 65%;
    }

}


@media (max-width: 1750px) {
    .sign_left {
        width: calc(50% - 260px);
        padding: 50px 45px 0;
    }

    .sign_left h2 {
        font-size: 31px;
        line-height: 40px;
        margin-left: -6px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
    }

    .sign_right {
        width: calc(50% + 260px);
    }
}

/* FORUM_Sigin_up */


.signup_forum {
    background: #795fee;
    height: 56rem;
    width: 105%;
    margin-left: -12px;
}

.signup_forum h2 {
    position: absolute;
    margin-top: 56px;
    color: #fff;
    margin-left: 19px;
    z-index: 1;
}

.bottom_ornamate_siginup {
    bottom: 0px !important;
    right: 2px !important;
    z-index: 1
}

.man_image_signup {
    width: 60%;
    visibility: visible;
    animation-name: fadeInRight;
    margin-top: 70%;
    margin-left: 16%;
}

.forum_signup_right {
    margin-top: 6rem;
}


.signup_left {
    background: #795fee;
}

/* services_ TOEFL */

.first_ul {
    list-style: none;
}

.card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11111;
    padding-top: 0 !important;
}


.title .nik {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    width: 100%;
    letter-spacing: 0.5px;
    padding-right: 4px;
    padding-left: 4px;
}

.option {
    position: relative;
    z-index: 2;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}

#service_card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #262626;
    width: 150px;
    height: auto;
    line-height: 20px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 14px;
    text-decoration: none;
}

#service_card {
    transition: transform .3s;
    background: #2e4c85;
    border-radius: 5px;
    width: 300px;
    display: table-cell;
}
.ser_package_card{
    display: grid;
    justify-content: center;
}
.heading_std_say_p{
    font-weight:100;
    color:#54555E!important;
    line-height:1.3;
     margin-bottom: 10px;
}
.heading_std_say{
   font-size: 32px;
   letter-spacing: -0.03em !important;
}

#service_card:hover {
    transform: scale(1.1);
}


.image1 {
    height: 200px;
}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: #17c787ad;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/* TOEIC Service */

#service_card_toeic a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #262626;
    width: 150px;
    height: auto;
    line-height: 20px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 14px;
    text-decoration: none;
}

#service_card_toeic {
    transition: transform .3s;
    background: #2e4c85;
    width: 56%;
    border-radius: 5px
}

#service_card_toeic:hover {
    transform: scale(1.1);
}

.student_say_parag {
    font-weight: 100;
    color: #54555E !important;
}

.news_flash_label {
    background: black;
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    color: #fff;
    padding: 0px 9px;
    text-transform: uppercase;
    font-size: 12px !important;
    user-select: none;
}

.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}

.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 36px;
    border: 0px;
    margin-top: 17px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.news_flash_link {
    color: gray;
    font-size: 13px;
    font-weight: 500;
}

.news_flash_link:hover {
    color: #1da7da;
}

.news_flash_button {
    width: 20px;
    margin: 2px;
}

#newsticker-button--prev:hover {
    background-color: rgb(0, 132, 255);
    color: #fff;
}

#newsticker-button--next:hover {
    background-color: rgb(0, 132, 255);
    color: #fff;
}

.both_angle {
    font-size: 17px;
    font-weight: 400;
}

.news_flash_btn_icon {
    font-size: 19px;
    border: 1px solid #edeaea;
    padding: 3px 10px 3px 10px;
    color: #ababab;
}

.news_flash_button_right {
    margin-right: 8px !important;
}

.home_featured_div {
    height: 222px;
}

.home_featured_card {
    height: 32%;
    box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
    border: none;
}


/* Service */

#TOEFL_FRONT_IMG {
    background-image: url(../../images/page_title_bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
}

.TOEFL_1st_head {
    font-size: 52px;
    margin: 0;
    padding: 116px 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: -0.03em;
}

.page-title {
    font-size: 33px;
    font-weight: 700;
    display: block;
}
.mid-box ul li div:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    /* background-image: url(../images/icon/b1-ic-1.png); */
    background-repeat: no-repeat;
    background-size: cover;
}
.mid-box ul li div {
    background: #f7fcff;
    padding: 20px;
    margin: 0px 60px 30px 60px;
    border-radius: 4px;
    border: 1px solid #e9eef1;
    transition: all 0.4s;
}
.mid-box ul li div:hover {
    box-shadow: 0 6px 19px -13px rgb(31 62 77 / 95%);
    transition: all 0.4s;
}
.mid-box ul li div h4 {
    font-size: 17px;
    padding: 0px 0px 10px 45px;
    color: #1a2a38eb;
}

.mid-box ul li div p {
    margin: 0px;
    padding-left: 45px;
}
.hit_h3, .h3{
    font-size: 37px !important;
}

.land-3-dwn-right h2 {
    font-size: 48px;
    line-height: 62px;
}
.land-3-dwn-right p {
    line-height: 26px;
    color: #495e71;
}
.numbring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 19px;
    border-radius: 23%;
    background-color: #76cef18c;
    border: 2px solid #6a80e636;
    color: #fff;
    margin-top: 13px;
    margin-right: 15px;
}
.land-3-dwn-right p {
    line-height: 26px;
    color: #495e71;
}
.buy-now-btn {
    height: 50px;
    background: #D63938;
    margin: 0 auto;
    display: inline-block;
    border-radius: 3px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 0px 30px;
    margin-top: 10px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #b32120;
    text-transform: capitalize;
    background: -webkit-linear-gradient(to top, #D63938, #ef4b4a);
    background: linear-gradient(to top, #D63938, #ef4b4a);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dwn-now-btn {
    height: 50px;
    color: #1a2a38;
    margin: 0 auto;
    display: inline-block;
    border-radius: 3px;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    padding: 0px 30px;
    background: -webkit-linear-gradient(to right, #363795, #005C97);
    border: 1px solid #1a2a38;
    margin-top: 10px;
    box-sizing: border-box;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.land-3-dwn-right ul li {
    display: flex;
}
.land-3-dwn-right ul {
    padding-left: 0;
}
.land-3-dwn-right{
    float: left;
    width: 100%;
    padding-left: 33px;
}
.land-3-dwn-right a:hover {
    border: 1px solid #cb2f2e;
    color: #fff;
    background: linear-gradient(to top, #c72c2b, #ef4b4a);
    border-bottom: 1px solid #bf2928;
    text-decoration: revert;

}
.land-3-dwn-right a:hover {
    border: 1px solid #cb2f2e;
    color: #fff;
    background: linear-gradient(to top, #c72c2b, #ef4b4a);
    border-bottom: 1px solid #bf2928;
    text-decoration: revert;

}
.mid_box_ul{
    padding-left: 0;
}
video {
    height: 100%;
    width: 100%;
}

.the-gmat-listing {
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #17c787;
    font-family: Montserrat !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: bold;
    position: relative;
}
.the-gmat-listing-parag{
  /* margin-left: 42px; */
  /* font-family: inherit !important; */
  /* font-size: 1em !important; */
  margin-left: 42px;
    font-size: 14px;
    color: #54555E;
    font-weight: normal;
    line-height: 20px;
}

#service_card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;

}

.option {
    position: relative;
    z-index: 2;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}

#service_card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #262626;
    width: 150px;
    height: auto;
    line-height: 20px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 14px;
    text-decoration: none;
}

#service_card:hover {
    transform: scale(1.1);
}


.image1 {
    height: 200px;

}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: #17c787ad;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.service_sec_7 {
    border: 1px solid blue;
    border-radius: 20px;
}

.analysis_form_btn {
    border: 1px solid black;
    background: #8c88db !important;
    border-radius: 25px;
    color: white;
    margin-top: 32px;
}

.service_pack_desc {
    color: white;
    font-family: inherit !important;
    font-size: 1em !important;
    line-height: 2.3;
}
.service_one_card_p{
    text-align: justify ;
    line-height: 1.7 !important;
    font-size: 16px !important;
    font-family: "Source Sans Pro", sans-serif !important;
}

/* home_video */
.wistia_swatch {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 200ms;
    width: 100%;
}

#wistia_chrome_23 #wistia_grid_29_wrapper img.w-css-reset {
    height: 682px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100% !important;
    clip: auto;
    display: block;
    border-width: 0px !important;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    box-sizing: content-box;
    outline: none;
    border: 0;
}

#wistia_simple_video_62 {
    height: auto !important;
}

@media (min-width: 1280px) {
    .wistia_embed {
        height: 683px;
    }

}

@media (max-width: 1279px) {

    .wistia_embed {
        height: 628px;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {

    .wistia_embed {
        height: 528px;
    }

}

@media (max-width: 992px) and (min-width: 768px) {

    .wistia_embed {
        height: 392px;
    }

}

@media (max-width: 767px) and (min-width: 576px) {

    .wistia_embed {
        height: 290px;
    }
}

@media (max-width: 575px) {
    .wistia_embed {
        height: 54vw;
    }
}

@media (max-width: 480px) {
    .wistia_embed {
        height: 52vw;
    }
}

@media (max-width: 420px) {
    .wistia_embed {
        height: 52vw;
    }
}



/* Blog */
/* UNDERGRAD */

.graguate {
    background-color: #000000;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 7px 13px 7px 13px;
}

.undergrad_line {
    margin: 0px !important;
    height: 2px !important;
    background-color: black;
    width: 100% !important;
    opacity: 4;
    border: none;
}


#blog_drop {
    line-height: 35px;
    font-weight: 500;
}

.ellipsis_icon {
    color: #525252;
    float: right;
    font-size: 23px;
    margin-top: 4px;
}

#card_all_blog {
    border: none;
    box-shadow: none;
    margin-bottom: -7px;
}

.blog_card_text:hover {
    color: #1da7da !important;
}

.small_admin:hover {
    color: #1da7da !important;
}

.date_blog {
    margin-left: 9px;
    color: #b0b0b0 !important;
    font-size: 11px;
    float: left;
    font-weight: 100;
}

.date_blog_icon {
    margin-left: 9px;
    color: #b0b0b0 !important;
    font-size: 11px;
    float: left;
    margin-top: 3px;
}

#all_first_img {
    height: 205px !important;
}

#card_row_all_blog {
    border: none;
    flex-direction: row;
    box-shadow: none;
    margin-bottom: 0;
}

#card_row_all_img {
    width: 106px;
    height: 74.2px;
    max-width: none !important;
    border-radius: 0;
}

.blog_row_card_text {
    margin: 0;
    line-height: 21px;
    font-size: 13px;
    font-family: "Roboto", Helvetica, sans-serif;
    opacity: 1;
    font-weight: 600;
    color: #222 !important;
    letter-spacing: -0.1px;
    max-width: 100%;
    text-align: start !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: inherit !important;
    padding-bottom: 2px;
}

.blog_row_card_text:hover {
    color: #1da7da !important;
}


.blog_card_text {
    margin: 0;
    line-height: 26px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    max-width: 100%;
    font-family: "Roboto", Helvetica, sans-serif;
    margin-top: 10px;
    text-align: start !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: inherit !important;
    padding-bottom: 2px;
}

.blog_flash {
    max-width: 100%;
    text-align: start !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: inherit !important;
}

.By_doctor {
    font-size: 12px;
    font-weight: 600;
    padding-top: 12px;
}

.small_admin {
    color: #b0b0b0 !important;
    float: left;
    cursor: pointer;
    font-weight: 700;
    margin-top: 1px;
}

#blog_r_body {
    padding: 0 14px;
}

#blog_r_body_cho {
    padding: 0px 0px;
}

#blog_card_bodyall {
    padding: 2rem 0rem;
}

#card_row_all_img7 {
    width: 140px;
    height: 74.2px;
    float: left;
}

#card_row_all_img8 {
    width: 90px;
    height: 74.2px;
    float: left;
}

.tablink_blog_page {
    border: none;
    background: none;
    margin-left: 10px;
    color: #343642bd !important;
    font-size: 14px;
}

.tablink_blog_page:hover {
    color: #1da7da !important;
}

.tablink_blog_page1:hover {
    color: #1da7da !important;
}

.tablink_blog_page1 {
    border: none;
    background: none;
    margin-left: 90px;
    color: #343642bd !important;
    font-size: 14px;
}

.tablink_blog_page2 {
    border: none;
    background: none;
    margin-left: 15px;
    color: #999 !important;
    font-size: 14px;
    font-weight: 400;
}

.tablink_blog_page2_all:hover {
    color: #000 !important;
}

.tablink_blog_page2_all:focus:not(:focus-visible) {
    outline: 0;
    color: #000000 !important;
}

.tablink_blog_page2:focus:not(:focus-visible) {
    outline: 0;
    color: #000000 !important;
}

.tablink_blog_page2_all {
    border: none;
    background: none;
    margin-left: 89px;
    color: #999 !important;
    font-size: 14px;
    font-weight: 400;
}

.tablink_blog_page3 {
    border: none;
    background: none;
    margin-left: 187px;
    color: #343642bd !important;
    font-size: 14px;
}

.tablink_blog_page2:hover {
    color: #000000 !important;
}

.tablink_blog_page3:hover {
    color: #000000 !important;
}

.tablink_blog_page4 {
    border: none;
    background: none;
    margin-left: 168px;
    color: #343642bd !important;
    font-size: 14px;
}

.tablink_blog_page4:hover {
    color: #1da7da !important;
}

.tablink_blog_page5 {
    border: none;
    background: none;
    margin-left: 103px;
    color: #343642bd !important;
    font-size: 14px;
}

.tablink_blog_page5:hover {
    color: #1da7da !important;
}

.fbookblog_sidebar, .twitterblog_sidebar, .linkedinblog_sidebar, .youtubeblog_sidebar, .instablog_sidebar {
    width: 34px;
    height: 34px;
    color: #fff;
    display: flex;
    justify-content: center;

}

.fbookblog_sidebar {
    background-color: #39599f;
}

.twitterblog_sidebar {
    background-color: #55ACEE;
    margin-left: 5px;
}

.linkedinblog_sidebar {
    background-color: #0e76a8;
    margin-left: 5px;
}

.youtubeblog_sidebar {
    background-color: #c61d23;
    margin-left: 5px;
}

.instablog_sidebar {
    background-color: #e1306c;
    margin-left: 5px;
}

.toggle_btn_blog {
    font-size: 21px;
    box-shadow: none !important;
}

#side_menu_blog {
    line-height: 31px;
    padding: 0px;
    font-size: 15px;
}

/*  */



#Addmission_tips_btn {
    width: 30%;
    margin-top: 24%;
}

#Addmission_tips_btn1 {
    width: 30%;

}

.image_circle {
    width: 75px;
    height: 75px;
}

.btn_facebook {
    background-color: #324e8c !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
}

.btn_twitter {
    background-color: #55ACEE !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
}

.btn_Youtube {
    background-color: #c61d23;
    color: #fff !important;
    width: 100%;
    height: 50px;
}

.btn_linkedin {
    background-color: #0e76a8 !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
}

.btn_instagram {
    background-color: #d81f5e !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
}

.btn_home {
    background-color: #ed7412 !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
}

.blog_small_screen_menu {
    display: none;
}

.blog_sign_up {
    height: 46px;
}

.blog_sign_up:hover {
    background-color: #222 !important;
}

.sidebar-widget {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 30px;
}

.news-ticker-title, .section .section-head .title, .sidebar-widget .widget-head, .section-mid-title .title, #comments .comment-section>.nav-tabs>.active>a {
    background-color: #1da7da;
}

.sidebar-widget .widget-head .title {
    position: relative;
    color: #fff;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1 !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 15px;
}

.sidebar-widget .widget-body {
    padding-top: 15px;
    display: block;
    float: left;
    width: 100%;
}

.widget-popular-posts .nav-tabs {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.widget-popular-posts .nav-tabs .active {
    border-bottom: 2px solid #777;
    color: #000000;
}

.widget-popular-posts .nav-tabs li {
    width: 33.33%;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.widget-popular-posts .nav-tabs li a {
    color: #888;
    border: 0 !important;
    background-color: transparent !important;
    width: 100%;
    font-size: 13px;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.widget-popular-posts .nav-tabs li a:hover {
    color: #333;
    border-bottom: 2px solid #333 !important;
    transition: none !important;
}

.tab-content>.active {
    display: block;
}

.sidebar-widget .popular-posts {
    margin: 0;
    padding: 0;
}

.sidebar-widget .popular-posts li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.post-item-small {
    display: table;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 25px;
}

.post-item-small .left {
    display: table-cell;
    width: 106px;
    position: relative;
    background-color: #fafafa;
}

.media-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 34px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    pointer-events: none;
}

.post-item-small img {
    width: 106px;
    height: 74.2px;
    float: left;
}

.media-icon i {
    display: block;
    font-size: 28px;
    color: #f0f0f0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "vr-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.post-item-small .left {
    display: table-cell;
    width: 106px;
    position: relative;
    background-color: #fafafa;
}

.post-item-small .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    position: relative;
}

.post-item-small .title {
    margin: 0;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
}

.post-item-small .title a {
    display: block;
    color: #000000;
}

.post-item-small .title a:hover {
    color: #1da7da;
}

.small-post-meta {
    display: block;
    margin: 0;
}

.small-post-meta a {
    list-style: none;
    float: left;
    margin-right: 8px;
    color: #b0b0b0;
    font-size: 11px;
    display: block;
    font-weight: 600;
}

.small-post-meta a:hover {
    color: #1da7da;
}

.small-post-meta span i {
    margin-right: 5px;
}

.small-post-meta span i {
    margin-right: 5px;
}

.sidebar-widget .popular-posts {
    margin: 0;
    padding: 0;
}

.sidebar-widget .popular-posts li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.post-item-small {
    display: table;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 25px;
}

.small-post-meta span {
    list-style: none;
    float: left;
    margin-right: 8px;
    color: #b0b0b0 !important;
    font-size: 11px;
    display: block;
}

/* follow */

.widget-follow {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.widget-follow li {
    list-style: none;
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 7px;
}

.widget-follow li a {
    display: block;
    height: 40px;
    line-height: 45px;
    color: #fff;
    border-radius: 0.25rem;
}

.widget-follow li a.facebook {
    background: #3b5998 !important;
}

.widget-follow li a i {
    position: relative;
    display: inline-block;
    width: 45px;
    padding-left: 15px;
    height: 40px;
    float: left;
    text-align: left;
    line-height: 40px;
    font-size: 16px;
}

.widget-follow li a span {
    position: relative;
    float: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #f0f0f0 !important;
}

.widget-follow li a.twitter {
    background: #55acee;
}

.widget-follow li a.instagram {
    background: #125688;
}

.widget-follow li a.linkedin {
    background: #007bb5;
}

.widget-follow li a.youtube {
    background: #b00;
}

/* recomended */

.sidebar-widget .recommended-posts {
    margin: 0;
    padding: 0;
}

.sidebar-widget .recommended-posts .recommended-posts-first {
    margin-bottom: 25px;
}

.sidebar-widget .recommended-posts li {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.post-item-image {
    width: 100%;
    height: 214.1px;
    display: block;
    position: relative;
    background-color: #fafafa;
}

.img-post {
    width: 100%;
    position: relative;
    display: block;
}

.sidebar-widget .recommended-posts .recommended-posts-first .overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.88) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 60%;
    opacity: .8;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
}

.sidebar-widget .recommended-posts .recommended-posts-first .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-right: 10px;
    pointer-events: none;
}

.sidebar-widget .recommended-posts .recommended-posts-first .title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
}

.sidebar-widget .recommended-posts .recommended-posts-first .title a {
    color: #fff;
}

.sidebar-widget .recommended-posts li .small-post-meta {
    margin: 0;
    display: block;
}

.small-post-meta span {
    list-style: none;
    float: left;
    margin-right: 8px;
    color: #b0b0b0;
    font-size: 11px;
    display: block;
}

.small-post-meta span i {
    margin-right: 5px;
}

.small-post-meta span {
    list-style: none;
    float: left;
    color: #b0b0b0;
    font-size: 11px;
    display: block;
}

.category-label {

    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    height: 1.8em;
    line-height: 1.8;
    padding: 0 .7em;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
    white-space: nowrap;
}

/* tag */
.sidebar-widget .tag-list {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    padding-bottom: 15px;
}

.sidebar-widget .tag-list li {
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.sidebar-widget .tag-list li a {
    background-color: #f4f4f4;
    color: #888;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: .25rem;
    outline: none !important;
}

.sidebar-widget .tag-list li a:hover {
    background-color: #1da7da;
    color: #fff !important;
}

.blog_sec_tabs {
    text-align: -webkit-center;
}

/* style for blog section */

.section_img_main {
    position: relative;
    height: 100%;
}

.catogry_button {
    left: 15px;
    top: 23px;
    font-weight: inherit;
    font-size: 11px;
    color: white !important;
}

.carousel-item {
    height: 100% !important;

}

.featured_title {
    position: absolute;
    bottom: 0px;
    left: 22px;
}

.post_title {
    font-size: 22px;
    color: #fff !important;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: bold;
    float: left;
    margin-left: -64px;
    text-align: start;
}

.feature_post_title {
    font-size: 15px;
    color: #fff !important;
    overflow-wrap: break-word;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: bold;
}

#add_featured_post_btn {
    margin-top: -23px;
    margin-bottom: 5px;
}

#add_slider_post_btn {
    margin-bottom: 5px;
}

/* blog post description pages css */
.page-breadcrumb {
    min-height: 45px;
}

.breadcrumb {
    margin-bottom: 13px;
    min-height: 30px;
    margin-top: 20px;
    background-color: transparent !important;
    color: #888;
    padding: 0;
    border-radius: 4px;
    list-style: none;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item span {
    color: #888;
    font-size: 11px !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb>.active {
    color: #888;
    font-size: 11px !important;
    margin-top: 6px;
}

.breadcrumb>li+li:before {
    content: "/";
    padding: 0 2px;
    font-size: 11px;
    color: #ccc;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

#content {
    min-height: 400px;
}

.post-content {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0;
}

.m-0 {
    margin: 0;
}

.post-content .title {
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    margin: 10px 0;
    color: #222 !important;
    font-family: "Roboto", Helvetica, sans-serif;
}

.post-content .post-meta {
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.post-content .post-meta .sp-left {
    float: left;
    margin-right: 15px;
    margin-left: 0;

}

.post-content .post-meta span {
    font-size: 12px;
    color: #b0b0b0;
    display: block;
    list-style: none;
}

.post-content .post-meta span a {
    font-size: 12px;
}

.post-author-meta a {
    color: #222 !important;
}

.post-author-meta img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    text-indent: -9999px;
    color: transparent;
    border: 0;
    vertical-align: middle;
}

.post-details-meta-date {
    float: left;
    position: relative;
}

.post-content .post-meta .sp-left {
    float: left;
    margin-right: 15px;
    margin-left: 0;
}

.post-content .post-meta span {
    font-size: 12px;
    color: #b0b0b0;
    display: block;
    list-style: none;
}

.post-content .post-meta .sp-right {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.post-meta span i {
    margin-right: 6px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "vr-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}

.post-content .post-share {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    float: left;
}

.post-share .share-box {
    margin: 0;
    padding: 0;
    text-align: left;
}

.post-share .share-box li {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.post-share .share-box li .social-btn-lg {
    color: #fff !important;
    float: left !important;
    padding: 0 25px;
    line-height: 36px;
    text-decoration: none;
    transition: all .2s ease-in-out 0s;
    height: 38px;
    min-width: 110px;
    border-radius: .25rem;
}

.share-box {
    float: left !important;
}

.share-box li a.facebook {
    background: #3b5998 !important;
}

.share-box li a.twitter {
    background: #55acee;
}

.share-box li a.linkedin {
    background: #007bb5;
}

.share-box li a.whatsapp {
    background: #3EBE2B;
    font-size: 17px;
}

.share-box li a.pinterest {
    background: #cb2027;
}

.share-box li a.tumblr {
    background: #2c4762;
}

.share-box li a.btn-print {
    background: #444;
}

.post-share .share-box .share-li-sm {
    display: none;
}

.post-share .share-box .social-btn-sm {
    height: 38px;
    width: 38px;
    color: #fff;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: .25rem;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    transition: all .2s ease-in-out 0s;
}

.share-box li a.add-reading-list {
    background-color: #bababa;
    color: #fff !important;
    font-size: 15px !important;
    float: right !important;
    font-weight: 400 !important;
}

.post-content .post-image {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.post-content .post-image .post-image-inner {
    width: auto;
    height: auto;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.post-content .post-image img {
    margin: 0 auto;
    width: 100%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.post-content .post-text {
    clear: both;
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 26px;
    overflow-wrap: break-word;
    text-align: justify;
}

.post-content .post-text p {
    overflow-wrap: break-word;
    margin: 0 0 10px;
}

.post-content .post-tags {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 45px;
}

.post-next-prev {
    display: table;
    margin-bottom: 30px;
    border-top: 1px solid #f0f0f0;
    padding: 30px 0 15px 0;
}

.next-prev_post_link:hover {
    color: #1da7da !important;
}

.post-next-prev .left {
    text-align: right;
    display: table-cell;
    border-right: 1px solid #e6e6e6;
    min-height: 60px;
}

.post-next-prev .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 5px;
    font-family: "Roboto", Helvetica, sans-serif;
}

.post-next-prev .title a {
    display: block;
    transition: all .2s ease-in-out 0s;
    color: #222;
    outline: none !important;
    text-decoration: none;
    background-color: transparent;
}

.post-next-prev .right {
    text-align: left;
    display: table-cell;
    min-height: 60px;
}

.reactions {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.reactions .title-reactions {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: 600;
}

.noselect {
    user-select: none;
}

.reactions .col-reaction {
    width: 11%;
    margin-right: 28.8px;
    cursor: pointer;
    margin-bottom: 5px;
    float: left;
}

.reactions .col-reaction .row {
    margin-bottom: 5px;
}

.reactions .icon-cnt {
    display: block;
    width: 100%;
    height: 44px;
    float: left;
    position: relative;
    text-align: center;
}

.reactions .img-reaction {
    width: 40px;
    height: 40px;
}

.reactions .progress-bar-vertical {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    float: left;
    position: relative;
}

.reactions .col-reaction:last-child {
    margin: 0;
}

.reactions .progress {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none !important;
    margin: 0;
    overflow: hidden;
}

.reactions .progress-bar-vertical .span-vote {
    width: auto;
    height: 20px;
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    color: #222;
    font-weight: 600;
    text-align: center;
}

.reactions .progress-bar-vertical .progress-bar {
    background-color: #1da7da;
}

.reactions .btn-reaction {
    background-color: #e6e6e6;
    border: 0 !important;
    padding: 4px !important;
    display: block;
    width: 100%;
    border-radius: .25rem;
    transition: all .1s ease-in-out 0s;
}

.reactions .btn-reaction:hover {
    background-color: #1da7da;
}

.reactions .btn-reaction span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.about-author {
    display: table;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 45px;
    width: 100%;
}

.about-author-left {
    display: table-cell;
    width: 130px;
    vertical-align: top;
}

.img-author {
    width: 110px;
    height: 110px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
}

.about-author-right {
    display: table-cell;
    vertical-align: top;
}

.about-author-row {
    width: 100%;
    display: block;
    float: left;
}

b, strong {
    font-weight: 700;
}

.about-author-right .author-link {
    float: left;
}

.about-author-right .author-social-cnt {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.about-author-right .author-social {
    margin: 0;
    padding: 0;
}

.section {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.section .section-head, .section-mid-title, .comment-section .nav-tabs {
    border-bottom: 2px solid #000000 !important;
    height: 32px !important;
}

.section .section-head .title {
    height: 30px;
    float: left;
    line-height: 30px;
    padding: 0 15px;
    background-color: #161616;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -1px;
    text-transform: uppercase;
    margin-top: 0;

}

ul li {
    display: block;
}

.section .section-content {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-top: 25px;
}

.post-item-mid {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.post-item-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #fafafa;
}

.post-item-mid img {
    width: 100%;
    position: relative;
    display: block;
    height: 180px;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.section .section-content .title {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

.post-item-mid .title a:hover {
    color: #1da7da;
}

.post-item-mid .title a {
    display: block;
    transition: all .2s ease-in-out 0s;
    color: #222;
    outline: none !important;
    text-decoration: none;
}

.post-meta {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.post-meta a {
    list-style: none;
    float: left;
    margin-right: 0px;
    color: #999 !important;
    font-size: 11px !important;
    display: block;
    font-weight: 600;
    outline: none !important;
}

.post-meta a:hover {
    color: #1da7da !important;
    border: none !important;
}

.post-meta span {
    list-style: none;
    float: left;
    color: #999 !important;
    font-size: 9px;
    display: block;
    margin-top: -17px !important;
}

.slider_admin_text {
    text-align: start;
    margin-left: -4rem;
    font-size: 11px;
    margin-bottom: -12px;
}

.post-meta .post-meta-span {
    margin-top: 0 !important;
}

.comment-section {
    width: 100%;
    position: relative;
    display: block;
    float: left;
}

.comment-section .nav-tabs .active {
    border: 0;
    margin-bottom: -2px;
}

.comment-section .nav-tabs>li {
    margin-left: 0 !important;
    margin: 0;
    float: left;
}

.top-bar, .news-ticker-title, .section .section-head .title,
.sidebar-widget .widget-head, .section-mid-title .title, #comments .comment-section>.nav-tabs>.active>a {
    background-color: #000000;
}

.section .nav-tabs>li.active>a, .section .nav-tabs>li.active>a:focus,
.section .nav-tabs>li.active>a:hover {
    border: 0 !important;
    cursor: default;
}

.comment-section .nav-tabs>.active>a {
    color: #fff !important;
}

.comment-section .nav-tabs>li>a {
    height: 30px;
    line-height: 30px;
    border-radius: 0 !important;
    text-transform: uppercase;
    color: #222;
    padding: 0 15px;
    font-size: 14px;
}

.section .nav-tabs>li>a {
    font-weight: 400;
}

.nav-tabs>li>a {
    margin-right: 2px;
}

.nav>li>a {
    position: relative;
    display: block;
}

.comment-section .tab-content .tab-pane {
    padding: 20px 0;
}

.tab-content>.active {
    display: block;
}

.fade.in {
    opacity: 1;
}

.message-comment-result {
    margin: 10px 0 !important;
    min-height: 22px;
}

.comment-section .comments {
    float: left;
    display: block;
    width: 100%;
}

.comment-section .comments .comment-list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

h3 {
    font-family: "Roboto", Helvetica, sans-serif;
}

.form-input {
    border: 1px solid #e6e6e6 !important;
    outline: none !important;
    color: #494949;
    height: 42px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none !important;
    border-radius: 3px;
}

.form-input:focus {
    border: 1px solid #1da7da !important;
}

.comment-section .form-textarea {
    resize: none;
}

textarea.form-control {
    height: 100px !important;
}

.form-textarea {
    min-height: 100px;
    border: 1px solid #dfe0e6;
    color: #494949;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: none !important;
}

.btn-custom {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: #1da7da !important;
    border-color: #1da7da !important;
    text-transform: capitalize;
    line-height: 1 !important;
    padding: 8px !important;
}

.btn-custom:hover {
    border-color: #1992bf !important;
}

 .btn-check:focus+.btn, .btn:focus {
    box-shadow:none !important;
}

.btn-md {
    padding: .8rem 1.6rem;
    border-radius: .3rem;
    line-height: 1.5;
}

#cat_posts_div {
    margin-top: -30px;
}

.blog_first_nav_items {
    display: flex;
    padding: 0 0 0 0;
    line-height: 35px;
    margin: 0 0 0 0;
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.navbar-expand-lg .navbar-collapse {
    font-size: 14px;
}

.small_nabar .container .row ul li {
    display: inline-flex;
}

.small_nabar .container .row ul li a {
    color: #c4c4c4;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: relative;
}


.small_nabar .container .row ul li a:hover {
    color: #fff !important;
}

.search_bar {
    position: absolute;
    top: 114px !important;
    right: 119px !important;
    font-size: 17px !important;
    color: #000;
}

#search_model {
    margin: 137px 0px 0px 70%;
}

#basic-addon2 {
    position: absolute;
    z-index: 1212;
    right: 0px;
    height: 34px;
    width: 32px;
}

.serch_inner_icon {
    font-size: 16px;
}

/*  */


.blog_first_nav_items {
    display: flex;
    padding: 0 0 0 0;
    line-height: 35px;
    margin: 0 0 0 0;

}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.navbar-expand-lg .navbar-collapse {
    font-size: 14px;
}

.small_nabar .container .row ul li {
    display: inline-flex;
}

.small_nabar .container .row ul li a {
    text-decoration: none;
    color: #c4c4c4;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: relative;
    font-family: system-ui;
}


.small_nabar .container .row ul li a:hover {
    color: #1da7da;
}

.search_bar {
    position: absolute;
    top: 114px !important;
    right: 119px !important;
    font-size: 17px !important;
    color: #000;
}

#search_model {
    margin: 137px 0px 0px 70%;
}

.post_admin{
  float: right;

}
.logo{
  height: 50px;
  width: 167px;
  vertical-align: top !important;

}
.small_nabar{
  background: #171821;
  padding: 3px 0;
}

.serch_inner_icon {
    font-size: 16px;
}

.post_admin {
    float: right;

}

.logo {
    height: 58px;
    width: 167px;
    vertical-align: top !important;

}

.small_nabar {
    background: black;
    padding: 3px 0;
}

.navbar {

    flex-wrap: unset !important;
}

.down_arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #000 !important;
}


.search_bar {
    position: absolute;
    top: 79px;
    right: 12px;
}


nav {
    z-index: 99;
    width: 100%;
    columns: black;
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 10%);
   /* height: 100px;*/
}

nav .wrapper {
    position: relative;
    max-width: 1300px;
    padding: 0px 0px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .nav-links {
    display: inline-flex;
    width: 100%;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    text-decoration: none;
    padding: 0px 15px;
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    top: 58px !important;
    left: 0;
    width: 100%;
    /* padding: 0 10px; */
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.mega-box .content {
    background: white;
    padding: 0px 0px;
    display: flex;
    ;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: 100%;
    line-height: 45px;
    min-height: 16rem;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    /* margin-left: -40px; */
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 8px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 !important;
    color: black;
    font-size: 11px;
    display: block;
    margin-top: 4px;
}

/* .wrapper .btn{
color: black;
font-size: 20px;
cursor: pointer;
display: none;
} */
.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

.row .mega-links li .card_link {
    line-height: 17px;
}

.row .mega-links li .card_link:hover {
    border-bottom: 0;
    color: #1da7da;
}

.post-meta {
    display: block;
    width: 100%;
    float: left;
    color: rgb(247, 247, 247);
    font-size: 10px;
    font-weight: 400;
}

.admin_link {
    padding: 10px 8px !important;
    color: rgb(0, 0, 0) !important;
    float: left;
    text-transform: none !important;
    font-weight: 400;
    margin-top: -21px;

}

.card_link_blogall {
    line-height: 18px !important;
    font-size: 12px !important;
    margin-left: 7px;
    margin-top: 12px !important;
    color: #222 !important;
    transition: all .2s ease-in-out 0s !important;
}

.card_link_blogall:hover {
    color: #1da7da !important;
}

.admin_link:hover {
    border-bottom: 0 !important;
    color: #1da7da !important;

}

.admin_link_admin:hover {
    border-bottom: 0 !important;
    color: #1da7da !important;

}

.side_link {
    background-color: #fafafa !important;
    border-bottom: 1px solid #efefef;
}

.side_link:hover {
    background-color: white !important;
    border-bottom: 0 !important;
}

.min-h-screen {
    min-height: 50vh !important;
}



/* slider */
.slider {
    max-width: 1000px;
    margin: 0 auto;
}

.slick-slide {
    margin: 0 5px;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 36px;
    height: 40px;
    background-image: url(../../images/next-arrow.png);
    background-size: 15px;
    background-repeat: no-repeat;
}

button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url(../../images/prev-arrow.png);
    background-size: 15px;
    background-position-x: right;
    background-repeat: no-repeat;
}

.slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
}

.slider img {
    height: 324px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* @charset 'UTF-8'; */
/* Slider */
.slick-loading .slick-list {
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* @font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
} */

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.course-header-area.duplicated {
    position: fixed;
width: 100%;
top: 35px;
left: 0;
height: 77px;
z-index: 9;
background-color: rgba(41,48,59,.8);
padding: 25px 0px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background: none;

}

.next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background: none;
}

.next-prev_post_btn {
    font-size: 2vh;
    font-weight: 400;
    color: #1da7da;
}

#delete-showed-comment, #delete-showed-reply, .comment_reply_btn {
    cursor: pointer;
}

.like-icon {
    padding-bottom: 3px;
}

/* custom-blog-header */
.mobile-toggle-sidebar {
    display: none;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.menu {
    width: 208px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    /* padding: 0 0 0 4px; */
    margin: 0;
    color: black;
}



.menu>li:hover {
    background-color: white !important;
}

.menu>li {
    background-color: #fafafa!important;
}



.menu a:hover {
    color: #1da7da;
    text-decoration: none;
}

.menu>li {
  display: block;
  text-align: start;
  border: 1px solid #efefef;
  box-shadow: -1px 0 0 rgb(0 0 0 / 10%);
  padding-left: 21px;
}

.menu>li>a {
    padding: 0px;
    color: #222 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    display: block;
    margin-top: 4px;
}

.menu>li:hover>a {
    color: #1da7da;
}

.menu>li:hover {
    background-color: #fff;
}

.menu>li>.megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 197px;
    width: 845px;
    min-height: 100%;
    text-align: left;
    float: right;
    margin-top: 30px;
    padding: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;

}

.menu>li>.megadropp {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 197px;
    width: 845px;
    min-height: 100%;
    text-align: left;
    float: right;
    margin-top: 30px;
    padding: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;

}

.menu>li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.nav-links li:hover .megadropp {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.hide {
    visibility: hidden !important;
    opacity: 0;
}

.show {
    visibility: visible !important;
    opacity: 1;
}

.menu ul li:hover:after {
    color: #1da7da;
}

.menu .col {
    width: 30.1%;
    float: left;
    color: white;
    margin: 0 0 0 2.2%;
}

.menu .col ul {
    padding: 0;
    margin: 0;
}

.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}

.menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #227087;
    background: #eee;
}

.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #227087;
}

.menu .col ul li a:hover {
    color: #1da7da;
    text-decoration: underline;
}

/* footer */
#footer_blog_all {
    background-color: #1d1e20;
    padding-top: 60px;
    margin-top: 60px;
    color: #aaa;
}

.footer-widgets {
    padding-bottom: 30px;
}

.footer-widget {
    display: block;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer_social_blog p {
    font-size: 13px;
    margin: 21px 0 23px;
}

.title {
    text-transform: uppercase;
    padding-bottom: 19px;
    font-size: 17px;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.footer_social_blog ul {
    display: flex;
}

.footer_social_blog ul li {
    padding: 4px;
}

.useful_link_blog_footer {
    padding-left: 0px !important;
    line-height: 5px;
}

.footer_social_blog .facebook {
    background-color: #3B5998;
    color: #fff !important;
}

.footer_social_blog a {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    display: block;
    border-radius: 2.25rem;
}

.footer_social_blog .twitter {
    background-color: #1DA1F2;
    color: #fff !important;
}

.footer_social_blog .instagram {
    background-color: #D02E95;
    color: #fff !important;
}

.footer_social_blog .linkedin {
    background-color: #0177b5;
    color: #fff !important;
}

.footer_social_blog .youtube {
    background-color: #b00;
    color: #fff !important;
}

.footer_social_blog .rss {
    background-color: #F8991D;
    color: #fff !important;
    display: none;
}

.f-random-list {
    padding: 0;
    margin: 0;
    position: relative;
    /* margin-left: 12px; */
}

.f-random-list li {
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px !important;
}

.f-random-list li .list-left {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 106px;
    height: 74px;
    overflow: hidden;
}

.f-random-list li img {
    width: 106px;
    height: 74.2px;
    position: relative;
    float: left;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.f-random-list li .list-right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.f-random-list li .title {
    font-weight: 500;
    line-height: 22px;
    font-size: 13px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: none;
    position: relative;
    color: #fff;
}

.f-random-list li .title a {
    color: #ccc;
    display: block;
    text-decoration: none;
}

.widget-newsletter {
    margin-top: 45px !important;
}

p {
    margin: 0 0 10px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.newsletter {
    display: table;
    width: 91%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 10px;
    font-size: 13px;
}

.newsletter .left {
    display: table-cell;
    vertical-align: top;
}

.newsletter input {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    background: #2d2e30;
    border: 0 !important;
    border: 1px solid #dfe0e6;
    outline: none !important;
    color: #ccc;
    height: 36px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    float: left;
}

.newsletter .right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.newsletter .newsletter-button {
    background-color: #1da7da;
    border: 1px solid #1da7da;
}

.newsletter .newsletter-button {
    width: auto;
    min-width: 100px;
    padding: 6px 14px;
    border-radius: 0 3px 3px 0;
    line-height: 1.5;
    outline: none !important;
    font-size: 14px;
    color: #fff;
    float: left;
    transition: .2s;
}

#newsletter {
    margin-top: 5px;
}

.footer-bottom {
    padding: 20px 0 20px 0;
    border-top: 1px solid #2a2b2d;
    line-height: 36px;
}

.footer-bottom-left {
    float: left;
    padding-left: 15px;
}

.footer-bottom-right {
    float: right;
}

.nav-footer {
    margin: 0;
    padding: 0;
}

.nav-footer li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 15px;
}

.nav-footer li a {
    color: #aaa;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}

.nav-footer li a:hover {
    color: #1da7da;
}

.useful_links_footer {
    width: 104px !important;
    height: 38px !important;
    color: #cecece !important;
    font-size: 16px !important;
    line-height: 38px !important;
    text-align: center !important;
    display: block !important;
    border-radius: .25rem !important;
    background-color: #2d2e30;
}

.logo_footer_blog {
    width: 68%;
}

.f-random-list li .title a:hover {
    color: #1da7da;
}

/* service  page css  */
.demo {
    padding: 100px 0;
}

.heading-title {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500 !important;
    font-size: 36px !important;
}

.pricingTable {
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.pricingTable .pricingTable-header {
    background: #152a38;
    height: 184px;
}

.pricingTable .heading {
    display: block;
    padding: 15px 0;
}

.pricingTable .heading:after {
    content: "";
    width: 28%;
    border-top: 1px solid #7c888f;
    display: block;
    margin: 15px auto 0;
}

.pricingTable .heading h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

.pricingTable .price-value {
    font-size: 32px;
    color: #fff !important;
    padding: 10px 0 30px 0;
    display: block;
}

.pricingTable .month {
    display: block;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #7f909a;
}

.pricingTable .btn {
    display: block;
    font-size: 22px;
    background: #eab01b;
    border: none;
    border-radius: 0;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricingTable .btn:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-left: 5px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.pricingTable:hover .btn:after {
    opacity: 1;
}

.shop_course_card{
    height: 341px;
    box-shadow: -2px 0px 12px -3px #35587a;
}
@media(min-width:1200px) {
    .container {
        max-width: 1248px !important;
    }

    .course_sop_cont , .detail_container{
        max-width: 1222px !important;
    }

    .blog-container {
        max-width: 1170px !important;
    }
    .blog_slider_image {
      height: 387px !important;
  }

}

@media(max-width: 767px){
    .success_banner_heading{
        font-size: 20px !important;
    }
    .mob_reverse{
        flex-direction: column-reverse;
    }
    .details_user_list{
        height: auto !important;
    }
    .mob_top_none{
        margin-top: 0px !important;
    }
.image_down_btn {
    right: 3% !important;
    top: 6% !important;
}
.mobile_togle_btndash{
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
}
.close_btn_mydash{
    padding: 0.5rem 12.5rem !important;
}
.logo_mydashboard{
    margin-left: 37%;
}
    .image1{
        width: 100%;
    }
    .land-3-dwn-right {
        padding-left: 0px;
    }
#mobile_useful_size{
    margin-top: 15px;
}
.our_team_img {
    width: 270px;
    height: 270px;
    margin: 0 0 0 0px !important;
}
 #startupModal{
  padding-right: 0 !important;
 }
.startupModalHeading{
  font-size: 13px !important;
}
.f-random-list li .list-right{
  padding-left: 15px !important;
}
.f-random-list li .list-left{
 display: table-cell !important;
}
.blog-container{
  overflow: hidden;
}
.newsletter {
    width: 100%;
}
.newsletter-button{
    min-width: 100px !important;
}
/* #service_card{
    width: 275px !important;
    padding: 0px 12px 0 9px;
} */

.ser_form_heading {
    font-size: 20px !important;
}
.heading_std_say {
    font-size: 19px;
}
.heading_std_say_p {
    font-size: 15px;
}
#service_card{
    width: 275px !important;
}
  ._form_6 , ._form_4{
    overflow: hidden;
  }

  .ser_package_card{
    padding-left: 0 ;
    padding-right: 0;
  }

  /* .service_pack_desc{
    padding: 0 !important;
  } */

  .ser_teachers_container{
    padding-left: 0;
    padding-right: 0;
  }

  #service_questions_div{
    padding-left: 0;
    margin-top: 11px;
  }

  .page-title{
    font-size: 18px;
  }

  .blog_search_model {
    top: -267px !important;
    left: 10px !important;
}
  .modal-body{
    background: #e3e3e3;
  }
  #modal_content_blog {
    margin: 202px 0px 0px -5% !important;
    width: 100%;
    background: none;
}
.modal-backdrop.show {
    display: none;
}
  .home_navbar_logo_img{
    position: absolute;
    left: 95px;
    top: 0px;
    margin-left: 0;
  }
  .mobile_responsive{
    overflow: hidden;
  }

  .blog_slider_caption {
    width: 70% !important;
}
  .slider_admin_text {
    margin-left: -71px;
}
  .post_title {
    font-size: 15px;
    margin-left: -74px;
}
  .blog_slider_image {
    height: 236px !important;
}
#blog-slider-col-tablate-1 {
  padding-right: 0px !important;
}
  #blog_mobile_screen_row{
    margin: 0;
  }
  #FAQ_h1{
    font-size: 25px;
  }
  .faq-title{
    font-weight: 500;
  }
  .how_it_works_heading{
    font-size: 24px;
  }
  .heading_h5{
    margin-left: 0px;
  }
  .entry__article_howwork{
    margin-left: 0px;
    margin-top: 0px;
  }
  #row_how_work{
    padding: 0px !important;
  }
  .paragraph_how_itwork{
    margin-top: 18px;
  }
  .images_how_itwork{
    margin-top: -31px !important;
  }
  .mobile_screen_feature_sec{
    padding-right: 1px !important;
    padding-top: 1px;
    padding-bottom: 1px !important;
  }

  #blog-slider-col-tablate-1{
    padding: 0;
  }
  .logo_blog_first{
    display: none;
  }
  /* #modal_content_blog {
    width: 97%;
    margin: 67px 0 0 0;
  } */
  #modal_content{
    margin: 107px 0px 0px 0px;
    width: 98%;
  }
  .blog_nav_search_icon{
    position: absolute;
    margin-left: 86%;
    color: #000 !important;
    margin-top: 0px;
    background: white;
}

.blog_nav_search_icon_2{
  margin-top: -42px;
}

.sidebar_icons{
  margin-top: 15rem;
}
#row-reverse{
  flex-direction: column-reverse !important;
}
.image_6_6{
  height: 189px !important;
}
.image_6_2_6{
  height: 189px !important;
}
.card:before {
content: '';
position: absolute;
bottom: 0 !important;
left: 0 !important;
height: auto !important;
z-index: 1;
}

#main_mobile_card{
flex: 1 1 auto;
padding: 2rem 1rem !important;
padding-top: 0px !important;
}
#main_mobile_card_2{
flex: 1 1 auto;
padding: 2rem 1rem !important;
padding-top: 0px !important;
}
.home_featured_card {
height: auto !important;
box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
}
.home_featured_div {
height: auto !important;
}
#card_right1 {
  height: auto !important;
}
#card_text_first{
  font-size: 17px !important;
}
.horizentol_line{
  width: 100%;
}
.image_circle{
  margin: 13px 13px 10px 16px !important;
}
#Blog_nabbar{
  margin-left: -9px !important;
}
.tablink{
  font-size: 14px !important;
  margin-left: 7px;
  font-weight: 700;
}
.popular_card{
  margin-left: 0px !important;
}
.front_blog{
  margin-right: 17rem !important;
}
.gradute_btn_blog{
  margin: 152px 207px 0 0 !important;
  left: 8px;
}
#Addmission_tips_btn{
  width: 45% !important;
  margin: 55px 136px 0px  18px !important;
}
#Addmission_tips_btn1{
  width: 45% !important;
  margin: 158px 136px 0px  18px !important;
}
#admission_card_body{
  height: 120px;
}
#video_cont{
  margin: -80px 0 0 0;
}
#main_row{
  margin-top: -50%;
}
.footer_sociall_icons{
  white-space: nowrap;
  margin-top: 50px;
}
.popular_text{
  margin: 18px 0 0 -1px;
  font-size: 9px;

}
.popular_post_img{
  width: 75px;
  height: 75px;
}
.Admission_footer{
 font-size: 8.7px !important;
}
.widget-title{
  margin-top: 50px;
}
#footer_head{
  font-size: 8.7px !important;
}
.mab_center_img{
  display: none;
}
.img_svg{
  display: none;
}
#forum_tokens{
  margin: 0 0 0 0 !important;
}
.event-list > li {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  padding: 0px;
}

.event-list > li > time, .event-list > li > img {
width: 30%;
height: 300px;
padding: 0px;
margin: 0px;
float: left;
display: inline-block;
}
.event-list > li > .info {
position: relative;
height: 300px;
text-align: left;
padding-right: 40px;
background-color: #ffe8a1;
  overflow: hidden;
}
.event-list > li > .social {
position: absolute;
top: 0px;
right: 41px;
display: block;
width: 40px;
}
.event-list > li > .social > ul > li > a {
display: block;
width: 40px;
padding: 10px 0px 9px;
}
.event-list > li > .social > ul {
border-left: 1px solid rgb(230, 230, 230);
}
.image_circle{
  margin: 13px 13px 10px -9px !important;
}
.Blog_nabbar{
  margin-left: -24px !important;
}
.By_doctor{
  font-size: 12px !important;
  font-weight: 700;
}
#Addmission_tips_btn{
  margin: 146px 181px 0px 18px !important;
}
#Addmission_tips_btn1{
  width: 45% !important;
  margin: 158px 136px 0px  18px !important;
}
#admission_card_body{
  height: 120px;
}
.blog_writing{
  margin-top: 19px !important;
}
.call-to-action .action-content-wrapper .action-title-wrap .action-title{ font-size: 29px;}
.call-to-action .action-content-wrapper .action_btn{margin-left: 37%;}
.call-to-action .action-content-wrapper{
display: contents;
flex-direction: column;
}
.heading h1 {
  font-size: 25px;
  margin: 31px 0px 0px 34px;
}
#Dr_HUBERT{
  margin-top: 17px !important;
  font-size: 26px !important;
}

#web_media{ margin-left: 10px;}
.web_icon_inner{margin-left: 10px;}
.type_of_web{margin-left: 12px;}
.event-list > li > .info > .title{font-size: 15pt;}
.event-list > li > .info > ul, .event-list > li > .social > ul{display: flex;}
.web_head2st_h4 {font-size: 16px;}
.web_head1st_h2 {font-size: 20px;}
.mr-md-auto, .mx-md-auto {
  margin-right: auto!important;
}
.bottom_ornamate_siginup {
  margin: 49.1rem 0 0 19.8rem;
  position: relative;
}
#service_card_toeic{
  float: none;
  margin-left: 99px !important;
}
.trust_img{
  padding: 23px;
}
.footer-widget {
  margin-top: 15px;
}
.tablink_blog_page1 {
margin-left: 40px;
}
#responsive_media{
margin-left: 142px;
}
#ellipsis_icon{
margin-left: 136px;
}
#responsive_m_the{
margin-left: 144px;
}
.tablink_blog_page3{
font-size: 10px;
margin-left: 10px;
}
#mba_blog_media{
font-size: 10px;
}
.tablink_blog_page4{
margin-left: 11px;
}
.tablink_blog_page5{
margin-left: 10px;
}
#mba_blog_media5{
margin-left: 2px;
font-size: 10px;
}
#card_row_all_img23{
width: 126px;
}
#card_row_all_img31{
width: 163px;
}
#card_row_all_img23{
width: 144px;
}
#card_row_all_img21{
width: 149px;
}
#card_row_all_img3{
width: 144px;
}
#card_row_all_img6{
width: 149px;
}
.col-sm-6 {
  width: 100%;
}
.navbar_2{
  height: 64px !important;
}
.logo{
  margin-right: 44px !important;
  margin-top: 8px;
}
.searchblog_icon {
  margin-left: 45rem !important;
  margin-top: -38px !important;
  position: absolute;
}
.acme-news-ticker-label {
position: relative !important;
top: 0px !important;
}
#search_model{
  margin: 70px 0px 0px 0px;
  width: 100%;
}
.searchblog_icon{
  margin-left: 45rem !important;
  margin-top: 5px !important;
}
.mobile-toggle-sidebar{
  display: block !important;
}
#search_model{
  margin: 70px 0px 0px 0px;
  width: 100%;
}
.searchblog_icon{
  margin-left: 45rem !important;
  margin-top: 5px !important;
}
.modal-content{
  margin-top: 141px;
}
.wrapper .nav-links {
  display: none;
  }
  .footer-widget {
    margin-top: 15px;
}
.tablink_blog_page1 {
  margin-left: 40px;
}
#responsive_media{
  margin-left: 142px;
}
#ellipsis_icon{
  margin-left: 136px;
}
#responsive_m_the{
  margin-left: 144px;
}
.tablink_blog_page3{
  font-size: 10px;
  margin-left: 10px;
}
#mba_blog_media{
  font-size: 10px;
}
.tablink_blog_page4{
  margin-left: 11px;
}
.tablink_blog_page5{
  margin-left: 10px;
}
#mba_blog_media5{
  margin-left: 2px;
  font-size: 10px;
}
#card_row_all_img23{
  width: 126px;
}
#card_row_all_img31{
  width: 163px;
}
#card_row_all_img23{
  width: 144px;
}
#card_row_all_img21{
  width: 149px;
}
#card_row_all_img3{
  width: 144px;
}
#card_row_all_img6{
  width: 149px;
}
#_blog_pge {
  top: 46px !important;
  margin-left: 32.7rem !important;
}
.footer-bottom-right {
  float: right;
  font-size: 0px;
}
.small_nabar{
  display: none;
}
#isoformate{
  display: none;
}
.feature_post_title{
  max-width: 109px !important ;
  font-size: 10px;
}
.blog_small_screen_menu{
    display: block;
}
.blog_large_screen_menu{
    display: none !important;
}
#blog_small_screen_drp_down{
    right: 47px !important;
    left: auto !important;
}
.ellipsis_icon{
margin-top: -23px !important;
}
#blog_drop{
  font-size: 12px;
}
.acme-news-ticker-box {
top: 39px !important;
position: absolute;
padding-left: 0px !important;
width: 100%;
}
.acme-news-ticker{
  height: 63px !important;
}
.section {
  margin-top: -39px !important;
}
.news_flash_label{
  font-weight: normal !important;
}
 .post-content .title {
  font-size: 28px !important;
  line-height: 34px !important;
  padding-bottom: 14px;
}
.page-breadcrumb{
  display: none;
}

.post-content{
  margin-top: 27px;
}
.post-details-meta-date {
  position: absolute;
  margin-top: 22px;
  left: 40px;
}
#home_flash{
  height: 36px !important;
}
#home_ticker_box{
  top: 0px !important;
  padding-left: 52px !important;
}
.newsflish_home{
  display: none !important;
}
.news_flash_link{
  font-weight: normal;
}
.services_row{
    padding: 0 !important;
}
.view_all_video{
  margin-top:-29px ;
}
#video_space{
  margin-top: -23px;
}
.hangout_social{
  display: none;
}
/* .btn_facebook{
  width: 129px;
} */

.all_btn_hang{
display: flex;
justify-content: center;
height: 46px;
line-height: 46px;
font-size: 16px;
}
.mobile-size-social-icon{
  font-weight: 400;
    padding-top: 6px;
}
#mobile_size_footer_row{
  margin: 0 !important;
  padding: 0 !important;
}
#footer_column_1{
  padding: 0 !important;
  margin: 0 !important;
}
#footer_column_2{
  padding: 0 !important;
  margin: 0 !important;

}
.home_slider_img{
  height: 195px !important;
}
#dr_hubert{
  text-align: center !important;
}
#dr_hubert_img{
  text-align: center !important;
}

.TOEFL_1st_head{
  font-size: 28px;
}
.flip-card-inner {
  width: 100%;
}
.flip-card {
  width: 100%;
}

}

.ser_trust_us{
  padding-top: 2rem;
}

.ser_packages_sec{
  padding-top: 2rem;
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
    /* #Testmnl_row{
        display: grid;
    }
    #Dr_HUBERT {
        font-size: 28px !important;
        margin-top: 47px !important;
    } */
    .quize_check_box {
        margin-left: 35px !important;
    }
    .display-td{
        font-size: 16px;
    }
    .mobile_scr_px {
        font-size: 10px !important;
    }
    .mobile_shop_form_label{
        font-size: 10px;
    }
    .image_down_btn{
        margin-top: 1%;
    }
    .detail_video_icon {
        padding-right: 7px !important;
        font-size: 7px !important;
    }
    .detail_plus_icon_text {
        font-size: 10px !important;
    }
    .lesson_duration {
        margin-top: -50px !important;
        font-size: 10px;
    }
    .review_heading_1 {
        font-size: 3rem !important;
    }
    .star_rating {
        font-size: 12px;
    }
    .review_para_1 {
        font-size: 13px;
    }
    .first_col_mobile{
        width: 100%;
    }
   .nav-link7{
    font-size: 14px;
   }
  .accordian_btn {
    padding: 0rem 0rem 2rem 0.5rem !important;
   }
   .tablet_scre{
       font-size: 11px;
   }
   .tablet_scre::after{
       font-size: 19px !important;
       transform: unset !important;
   }
   .form_check_ {
    padding-left: 2rem !important;
    font-size: 10px;
   }
   .accordian_date {
    margin-top: -51px !important;
    margin-left: 12px !important;
    font-size: 10px !important;
   }
    .praise_image{
        width: 100% !important;
    }
    .flip-card {
        background-color: transparent;
        width: 100%;
        height: 173px;
        perspective: 1000px;
    }
    .Test_img {
        width: 100%;
        height: 162px;
        border-radius: 15px;
    }
    .flip-card-inner{
        width: 100%;
    }
    #Dr_HUBERT {
        font-size: 35px !important;
        margin-top: 48px !important;
    }

    #tablet_screen_ourteam{
        display: grid;
        justify-content: center;
    }
    #tablet_screen_text{
        display: contents;
    }
    #our_team_head{
        margin-top: 38px;
        text-align: center;
        margin-left: 0px;
    }
    .second_row{
        margin-top: -45px !important;
    }

.view_all_video {
    margin-top: -25px;
}
    #load_more_stories_div{
        display: block !important;
    }

    .blog-container{
        overflow: hidden;
      }
    .f-random-list li .list-left {
        display: revert;

    }

    .f-random-list li .list-right {
        padding-left: 0;
    }
  .ser_packages_sec{
    padding-top: 0;
  }

  .ser_pckg_amount{
    margin: 0px auto 0 !important;
  }

  .service_pack_desc {
    font-size: 12px !important;
    padding: 14px ;
    padding-top: 0 ;
}
  .title .nik{
    margin: 0;
  }
  .title{
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .ser_teachers{
    text-align: center;
  }

  .ser_trust_us{
    padding-top: 0;
  }

  #service_questions_div{
    margin-bottom: 0 !important;
  }

  .logo {
    margin-right: 265px;
    margin-top: 8px;
}
  .logo_blog_first {
    display: none;
}
  .wrapper .nav-links {
    display: none;
}
  .mobile-toggle-sidebar {
    display: block !important;
}
  #modal_content_blog {
    margin: 256px 0px 0px 50%;
}
  .blog_col-_full_width{
    width: 100%;
  }
  .title{
    font-size: 13px;
  }
  .newsletter .newsletter-button {
    min-width: 53px;
    padding: 7px 0px;
    font-size: 13px;
}
  .useful_links_footer {
    color: #cecece !important;
    font-size: 12px !important;
}

  .f-random-list li img {
    width: 100%;
    height: 54.2px;
}

  /* .navbar_logo_img {
    margin-left: 24px !important;
} */
  .blog_slider_caption{
    left: 88px !important;
    right: 31% !important;
  }
  #card_text_first {
    font-size: 25px;
}

.home_card_text {
  font-size: 17px;
}
.entry__article{
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 0px !important;
}
.popular_card {
  margin-left: 0px;
}

.text_all_footer {
  font-size: 13px !important;
}
#mobile_size_footer_row{
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#footer_column_1{
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#footer_column_2{
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.blog_writing {

}
#popular_post_tablate_col_1{
  text-align: center;
}
#tablate-col-1{
  width: 100%;
}
#tablate-col-2{
  width: 100%;
}
#tablate-blog-col-1{
  width: 100%;
}
#tablate-blog-col-2{
  width: 100%;
}
.front_blog {
  margin-right: 0rem;
}
#blog-slider-col-tablate-1{
  width: 100%;
  padding: 0;
}
#blog-slider-col-tablate-2{
  width: 100%;
}
#blog-tablate-col-page-1{
  width: 100%;
}
#papulare-post-tablate-col-1{
  width: 100%;
}
.nav-links{
  padding-left: 0;
}

 }

.ser_form_heading{
    font-size: 28px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.side-bar-weight-column {
    padding-right: 3.1px ! important;
}

.card-img-top {
    height: 149px;
}

.newsflish_home {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
}

.home_flash_icon {
    font-size: 12px;
}

.home_card_text {
    font-weight: 600;
    opacity: 1;
    font-family: "Montserrat", sans-serif;
    color: black;
    line-height: 22px;
}

.black-footer {
    background-color: #171821;
}

.black-footer-logo {
    width: 64%;
}

.subscribe_news_letter {
    font-size: 13px;
    font-weight: 700;
}

.black_footer_title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    font-weight: 700;
}

.black_footer_links {
    font-size: 14px;
}

/* scroll to top button */
#wrapper {
    text-align: center;
    margin: 0px auto;
}

#scrollToTop {
    position: fixed;
    right: 11px;
    bottom: 25px;
    background-color: #00000061;
    color: #585858;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    z-index: 11111;
}

#scrollToTop:hover{
  background-color: #1da7da !important;
}
#dr_hubert{
  text-align: end;
}

.the_gmat_title{
  font-family: "Montserrat", sans-serif !important;
  margin-top: 0;
  margin-bottom: 10px;
  color: #171821;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-size: 20px;
}
#Dr_HUBERT{
  font-size: 38px ;
  margin-top: 94px ;
}

.list-link{
  font-family: "Montserrat", sans-serif;
    font-size: 15px !important;
   font-weight: 600;
}
.hangout_social{
  font-size: 12px;
}
#scrollToTop:hover {
    background-color: #1da7da !important;
}

/* contact page styling */
.breadcrumbs {
    margin-top: 24px;
    margin-bottom: 24px;
}

.breadcrumbs__item {
    display: inline-block;
    font-size: 14px;
}

.breadcrumbs__url {
    color: #83858F;
}

.breadcrumbs__url:hover {
    text-decoration: none;
    color: #171821;
}

.contact_heading {
    font-size: 38px;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.drop__sms {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #171821;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.drop__sms_p {
    font-size: 15px;
    color: #54555E;
    font-weight: normal;
    line-height: 30px;
    margin: 13px 0 10px;
    width: 315px;
}

.ohio_cont {
    color: #2D95E3;
}

.ohio_cont:hover, :focus {
    color: #171821;
}

#label__f {
    color: #171821;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
}

.section2 {
    padding: 185px 0 0 201px;
}

#input_width {
    width: 50%;
}

.btn-button {
    border-radius: 5px;
}

.btn-lg.btn-button {
    height: 46px;
}

.btn-lg, .btn-lg.btn-button {
    font-size: 14px;
    padding: 0 16px;
}

.btn-button.btn-color, .btn-button.btn-dark {
    color: #fff;
}

.btn-color {
    background-color: #2D95E3;
}

.btn-button:hover, .btn-button:focus {
    color: #fff;
    background-color: #171821;
}

.black_about_header{
  position: absolute;
    left: 0;
    right: 0;
    z-index: 121212121212;
}

.breaking_new_sec{
  color: #b0b0b0!important;
  font-size: 11px;
  font-weight: 500;
}

.blog_feature_overlay{
  background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.46) 50%,rgba(0,0,0,0.80) 100%);
    bottom: 0;
    content: "";
    height: 50%;
    opacity: .9;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
}

#blog-slider-col-tablate-1{
  padding-right: 5px;
  padding-bottom: 5px !important;
  /* padding-top: 8px !important; */
}
.blog_slider_image{
  height: 387px;
}

@media (min-width: 992px){
  .blog_slider_image{
    height: 317px;
  }
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999; }

.loader {
	display: block;
	position: absolute;
	font-size: 0;
	color: #2D95E3;
	left: 50%;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%); }

.loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	display: inline-block;
	float: none;
	width: 38px;
	height: 38px;
	background: transparent;
	border-style: solid;
	border-width: 2px;
	border-right-color: transparent;
	border-left-color: transparent;
	-webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0); }
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		transform: translate(-50%, -50%) rotate(180deg); }
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0); }
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		transform: translate(-50%, -50%) rotate(180deg); }
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1); }
	30% {
		opacity: .3;
		-webkit-transform: translate(-50%, -50%) scale(0.15);
		transform: translate(-50%, -50%) scale(0.15); } }

@keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1); }
	30% {
		opacity: .3;
		-webkit-transform: translate(-50%, -50%) scale(0.15);
		transform: translate(-50%, -50%) scale(0.15);
    }
}

/* ---- End Placeholder ---- */

.sidenav__menu-container ul li a{
    line-height: 45px;
    padding: 0rem 1px 0rem 0.7rem !important;
    text-decoration: none;
    color: #54555E;
    display: block;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 600;
}
.sidenav__menu-container ul li a:hover{
    color: #1da7da !important;
}

.home_search_model, .blog_search_model {
  position: relative;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

body.modal-open {
  overflow: scroll !important;
  overflow-x: hidden !important;
  padding-right: 0 !important;
}

.home_search_model{
   top: -203px !important;
  left: 16px !important;
  position: absolute;
  z-index: 12121212;
}
.blog_search_model{
  top: -225px ;
  left: -30px ;
}


.home_sidebar_sub_menu{
    font-weight: 500 !important;
}
._field-wrapper input{
  width: 100% !important;
}

.modal-backdrop.show {
    display: none;
}

#startupModal .modal-dialog{
    max-width: 625px !important;
    margin-top: 9rem;
}

.startupCloseButton{
    border: none;
    background: none;
    font-size: 25px;
    margin-top: -31px !important;
}

.startupModalBody{
    border-top: none !important;
    padding-top: 0 !important;
}

#startupModal{
    background: #00000099;
}

.startupModalHeader{
    padding-bottom: 0;
    border-bottom: none;
}

#loginModal, #newModal{
    z-index: 10555;
}

#load_more_stories_div{
    /* display: none; */
}


/* course detail pages */
.detail_user_list{
    padding-left: 0;
}
.detail_user_list li p span{
    font-weight: 100 !important;
}
.detail_user_list li span{
    color: #007bb5;
}

.detail_card{
    position: absolute;
    width: 22%;
}
.Detail_banner{
    padding: 60px 0;
    background-color: #29303b;
    padding-bottom: 18px;
}
.detail_car_body{
    padding: 60px 16px 22px 22px;
}

.detail_form_check{
    padding-left: 0;
}
.detail_add_btn{
    background-color: #7E57C2;
    padding-bottom: 13px;
    padding-top: 13px;
    font-weight: 500;
    color: white;
}
.detail_buy{
    background-color: #1da7da;
    padding-bottom: 13px;
    padding-top: 13px;
    font-weight: 500;
    color: white;
}
.course_detail_title{
    font-size: 36px;
}
.course_detail_phr{
    font-size: 20px;
}

.other_releted_image{
    width: 65px !important;
    height: 50px;
}

.other_user_list{
    padding-left: 0;
    padding-top: 14px;
    padding-bottom: 12px;
    border-top: 1px solid #8080807d;
    /* border-bottom: 2px solid #8080807d; */

}
.detail_rebew_user_li{
    padding-left: 33px;
}
.detail_user_date{
    color: gray;
}
.other_releted_list{
    padding-left: 11rem;
}

.other_releted_list1 a{
    color: #007791;
    width: 100%;
}
.other_releted_list a:hover{
    background-color: #dedfe0;
}

.other_related_star_icon{
    color: #f4c150;
}
.other_releted_image:hover{
    opacity: 0.5;
}


.detail_plus_minus{
    display: block !important;
    padding-left: 37px !important;
    padding-right: 16px !important;
    text-align: justify;
}

.detail_content_2{

}

.detail_page_content_2{
    position: absolute;
    top: 12px;
    left: 18px;
}

.detail_plus_minus{
    background-color: white;
    /* padding-left: 16px !important; */
}

.detail_plus_minus_sub{
    width: 100%;
}

.detail_video_icon{
    padding-right: 15px;
}

.student_rating_num h2{
  font-size: 70px;
  font-weight: 400;
}

.progress-bar{
  background-color: #a1a7b3;
}
/* .detail_review_title{
    border-bottom: 1px solid #80808087;

} */
.detail_plus_minus_u_list{
    color: #007791 !important;
    font-size: 12px;
}
.detail_plus_icon_text{
    color: #007791 !important;

}
.detail_review_image{
    width: 44px;
}
.detail_review_user_list{
    padding-left: 0;
}
.detail_persantage{
    color: #007791;
}

/* 22222222222222222222222222222222222222222222222222222222222222222222222 */

/* resets */
/*
.detail_main_banner {
    height: 360px;
    z-index: 10;
}
.Detail_banner {
    background-color: #333;
    background-image: url('https://37.media.tumblr.com/8b4969985e84b2aa1ac8d3449475f1af/tumblr_n3iftvUesn1snvqtdo1_1280.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.detail_main_banner h1 {
    background-color: rgba(18,72,120, 0.8);
    color: #fff;
    padding: 0 1rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

nav {
    width: 100%;
    height: 60px;
    postion: fixed;
    z-index: 10;
}

nav div {
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;
}
.visible-title {
    visibility: visible;
}

.fixed-header :focus{

        background-color: #171821;

} */

/* demo content */




/* 22222222222222222222222222222222222222222222222222222222222222222222222222 */


.accordion-collapse {
    border: 0;
}
/* .accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd;
} */
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: none;
    /* color: #dc3545; */
}
.accordion-body {
    padding: 15px;
    border: 1px solid #e8e9eb;
    /* background-color: #f6f6f6; */
}
.accordion-button::after {
    color: #2c4a85;
    width: auto;
    height: auto;
    content: "+";
    font-size: 24px;
    background-image: none;
    font-weight: 100;
    transform: translateY(-4px);
    position: absolute;
    top: 4px;
    left: 13px;
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    color: #007791;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}


.other_user_list_2{
    padding-left: 0 !important;
    border-bottom: 1px solid #8080807d;
    padding-bottom: 12px;

}
.quize_card{
    width: 70%;
    margin-left: 15%;
    box-shadow: 0 4px 8px rgb(0 0 0 / 28%);
    padding: 0px 11px 18px 12px;
    background: #f3f5f7d1;;
}
.quize_check_box{
    margin-top: 1rem;
    margin-left: 116px;
}
.take_heading{
    font-family: emoji;
}
.task_row{
    background: #80808026;
}
.quiz_arrow_icon{
    font-size: 12px;
}




/* .what_include_plus{
    border: 1px solid #e8e9eb;
} */
.detail_plus_content{
    color: #505763;
    font-size: 14px;
}
.detail_page_plus_content{
    padding-left: 16px;
    color: #505763;
    font-size: 14px;
}
.detail_what_include_col{
    width: 66%;
}
.detail_baneer_last_phr{
    font-weight: 100 !important;
    font-size: 15px;
}
.detail_heading_2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #29303b !important;
}
.detail_how_it_work_span{
    font-family: 'Open Sans', sans-serif;
    padding-right: 0 !important;
    color: #29303b;
    font-size: 15px;
}
.other_releted_list1{
    padding-left: 2rem;
    width: 36%;
}
.detail_list_item{
    border-bottom: 1px solid #1f3f7d;
    margin-bottom: 12px !important;
}
.detail_page_list_item{
    border: 1px solid #e8e9eb;
    margin-bottom: 12px !important;
}
.details_user_list{
    padding-left: 0 !important;
    overflow-y: scroll;
    height: 80vh;
}


/* End course detail pages */

 /* Shop home */

.home-banner-wrap{
    max-width: 500px;
}
.shop_input{
    border: none !important;
    height: 46px;
}
.input-group-append {
    background: #f2f3f5;
    border-color: #dedfe0;
    color: #a1a7b3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn-shop {
    color: #1da7da;
    border-color: #1da7da;
    padding: 9.5px 12px;
    font-size: 20px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
    background:white;
}
.home-fact-area{
    background-color: #1da7da;
    background: -webkit-linear-gradient(-45deg,#1da7da,#6c757d);
    background: -moz-linear-gradient(-45deg,#1da7da 0,#6c757d 100%);
    background: -ms-linear-gradient(-45deg,#1da7da 0,#6c757d 100%);
    background: -o-linear-gradient(-45deg,#1da7da 0,#6c757d 100%);
    background: linear-gradient(-45deg,#1da7da,#6c757d);
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px
}
.home-fact-box .text-box{
    padding: 10px 0 10px 14px;
}
.home-fact-box i{
    font-size: 47px;
    margin-top: 8px;
}
.home-fact-box .text-box h4{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}
.home-fact-box .text-box p{
    font-size: 15px;
    margin-bottom: 0;
}


.team_card {
	width: 100%;
	border: 0!important
}

.team_heading_color {
	color: #ea5324;
}

.team_name {
    color: #505050;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: start !important;
    /* padding-top: 8px; */
    margin-bottom: 0;

    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: inherit !important;
}

.team_card_body {
	background-color: #f2f2f2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 7px #e9e8e8;
    /* padding: 1rem 1rem !important; */
    padding-bottom: 2px;
    height: 58%;
}

.card-title {
	color: #274682;
    font-size: 15px;
}



.team_1 {
	border-top-left-radius: 3%;
	border-top-right-radius: 3%;
    height: 142px;
}

.card-title {
	letter-spacing: 1px;
    font-weight: 900;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: inherit !important;
}

.price_user_list {
    padding-left: 0 !important;
    padding-bottom: 0rem !important;
}

.course_price {
    color: #29303b;
    font-size: 16px;
    font-weight: 200;
    margin-right: 14px;
    font-weight: 600;
    margin-bottom: 2px !important;
}

.course_price_hr{
    color: #29303b;
    font-size: 14px;
    font-weight: 200;
    margin-right: 45px;
    /* margin-left: 20px; */
    font-weight: 500;
    text-align: start !important;
    width: 100%;

}

.team_details ul , li{
    margin-bottom: 0 !important;
}

.shop_main_btn{
    height: 46px !important;
}

.filter_sub_cat{
    margin-left: 25px;
}
.our_team:hover{
    opacity: 0.5;
}

.Banner_title{
    color: white;
    font-size: 41px;
}

.shop_banner_area{
    /* background-image: url('../images/banner_image.jpg'); */
     background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 130px;
     color: #fff;
}
.course_filter_icon{
    float: right;
}
.detail_what_include_col{
    width: 67%;
}

@media(max-width: 767px){
    .first_col_mobile{
        width: 100%;
    }
    .mob_head_name{
        font-size: 12px;
        margin-top: 20px;
    }
    .mob_size_scr{
        width: 50% !important;
    }
    #quize_btn {
        font-size: 9px !important;
        margin-top: 12px;
    }
    .quize_check_box {
        margin-left: 11px !important;
    }
    .mobile_scr_px{
        font-size: 10px !important;
    }
    .display-td{
        width: 61% !important;
        font-size: 18px;
    }
    .mobile_shop_form_label {
        font-size: 16px !important;
        padding-top: 5px;
    }

    .input_btn_mydash {
        line-height: 1.7 !important;
    }
    .h1_mydash{
        margin-top: 1rem !important;
    }
    .mobile_scr_center{
        text-align: center;
    }
    .mobile_scr_{
        display: none;
    }

    .header_mydash {
        line-height: 0 !important;
    }
    .mobile_scre_none{
        display: none;
    }
    .nav-link7 {
        padding: 7px 4px !important;
        font-weight: 100 !important;
        font-size: 12px !important;
    }
    .by_number{
        flex-direction: column;
    }
    .by_number li {
        padding-right: 0px !important;
        margin-bottom: 13px !important;
        line-height: 1 !important;
    }
    .description_mydash li {
        line-height: 2 !important;
    }
    .raview__head1 {
        font-size: 1rem !important;
        margin-top: 1rem!important;
    }
    .reviews_row {
        margin-left: 1rem !important;
    }
    .review_heading_1 {
        font-size: 2rem !important;
    }
    .star_mobile_scre_mt{
        margin-top: 1rem !important;
    }
    .mobile_progress{
        width: 92%;
    }
    .search_review_mydash {
        width: 92% !important;
    }
    .review_select {
        padding: 0px;
        width: 92%;
    }
    .progress_line{
        width: 98%;
    }
    .feature_mydash li {
        line-height: 2 !important;
    }
    .course_detail_title {
        font-size: 30px;
    }
    .course-header-area.duplicated {
        position: revert;
        background-color: white;
        top: 0;
        left: 0;
        height: auto;
        z-index: 9;
    }
    .buy-now-btn , .dwn-now-btn{
        width: 100%;
    }
    .mid-box ul li div {
        margin: 0px 0px 30px 0px;
    }
    .land-3-dwn-right h2 {
        font-size: 33px;
    }
    .other_releted_list1 {
        padding-left: 1rem;
        font-size: 12px;
    }
    .detail_what_include_col{
        width: 100%;
    }
    .detail_card {
        position: relative;
        width: 100%;
    }
    .other_releted_list {
        padding-left: 0.5rem;
    }
    .team_details ul, li {
        align-items: center;
        justify-content: center;
    }

    .course_card_title {
        display: block;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 4px;
    }
    .course_card_col{
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .course_icon_with_title{
        padding-left: 0;
    }
    .Banner_title {
        font-size: 36px;
    }
}

@media(max-width: 991px){
    .course_card_col{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .detail_what_include_col{
        width: 100%;
    }

    .course_card_col{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .course_card_title {
        letter-spacing: 1px;
        font-weight: 900;
        font-size: 20px;
        text-align: center;
    }

    .team_details ul, li {
        align-items: center;
        justify-content: center;
    }
    .detail_card {
        position: relative;
        width: 100%;
    }

}


.shop_star_icon{
    color: #e59819;
    font-weight: 600;
    font-size: 13px;
}
.shop_empty_star_icon{
    color: wheat;
    font-weight: 600;
    font-size: 13px;
}
.shop_rating_number{
    padding-right: 7px;
    color: #274682;
}

.shop_card_rating_star{
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.course_price_hr_row{
    padding-left: 11px;
    padding-right: 11px;
}

.our_team{
    height: 100%;
}
/* End Shop Home */

.list_grid_button{
    border: none;
    background: none;
    color: #007791;
}

.blog_categ_space{
    padding-top: 8px !important;
}

#video_file_div{
    padding-top: 12px;
    /* height: 100%; */
    width: 100%;
}
#video_file_div video{
    /* background: none !important; */
}

/* User Dashboard */
.header_mydash{
    line-height: 3;
    background-color: #000;
}
.logo_mydashboard{
    width: 28%;
}
.header_icon_mydashboard{
    color: silver;
}
.leave_rating_header{
    line-height: 4;
    color: #fff;
    font-size: 14px;
}
.leave_rating_header:hover{
    color: silver;
}
.progress_btn_mydash{
    background: none;
    font-size: 14px;
    color: silver;
    text-transform: capitalize;
}
.progress_btn_mydash:hover{
    color: silver;
}
.progress_popup{
    min-height: 100px;
    left: 23%;
    top: 22px;
}
.progress_body{
    border-top: 0px;
}
.progress_content{
    width: 80%;
    margin-left: 17%;
    top: 6px;
}
.progress_popup2{
    min-height: 100px;
    left: 23%;
    top: 22px;
}
.dot_content{
    width: 70%;
    left: 53%;
    top: 5px;
}
.dot_body{
    border-top: 0px;
}
.share_btn_mydash{
    border: 1px solid;
    border-radius: unset;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.share_btn_mydash:hover{
    border: 1px solid;
    border-radius: unset;
    color: #fff;
}

.nav-link7{
    padding: 12px 12px;
    font-weight: 600;
    color: #1f3f7d !important;
}
.link-secondary:focus, .link-secondary:hover, .link-secondary:active {
    color: #565e64 !important;
}

.tabs_border{
    border-bottom: 1px solid silver;
    margin-left: 20px;
}
.search_btn_mydash{
    width: 100%;
    border: 1px solid;
}
.user_dashboard_search_form{
    width: 70%;
}
.input_btn_mydash{
    border-radius: unset;
    line-height: 2.5;
}
.input_search_mydash{
    justify-content: center;
    display: flex;
    margin-top: 77px;
}
.h1_mydash{
    font-weight: 700;
}
.overview_ineer{
    border-bottom: 1px solid silver;
}
.by_number li{
    padding-right: 118px;
    margin-bottom: 38px !important;
}
.by_number{
    border-bottom: 1px solid silver;
}
.feature_mydash{
    border-bottom: 1px solid silver;
}
.feature_mydash li{
    padding-right: 18%;
   line-height: 3;
}
.description_mydash li{
    padding-right: 15%;
    line-height: 3;
}
.star_rating{
    color: #e59819;
}
.review_heading_1{
font-size: 4rem;
color: #b4690e;
}
.review_para_1{
    font-family: sf pro display,-apple-system,BlinkMacSystemFont,Roboto,segoe ui,
    Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    color: #b4690e;
}
.progress{
    height: 0.5rem;
    border-radius: 0%;
}
.raview__head1 {
    font-family: sf pro display,-apple-system,BlinkMacSystemFont,Roboto,segoe ui,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 2rem;
}
.span_star{
    margin-top: 8px;
}
.reviews_row{
    margin-left: 4rem;
}
.search_review_mydash {
    width: 100%;
    border: 1px solid;
}
.input_btn_review_mydash {
    border-radius: unset;
    line-height: 2.2;
}
.review_select{
    padding: 0.8rem 1rem 0.8rem 1rem;
    border: 1px solid;
    border-radius: 0px;
}
.review_select:hover{
    background-color: #e9ecef;;
}
.review_comment{
    border-radius: 50%;
    border: 1px solid;
    width: 3rem;
    height: 3rem;
    background-color: black;
    text-align: center;
    color: #fff;
    margin-top: 0.5rem;
}
.review_comment p{
     margin-top: 0.7rem;
}
.thumbs{
    border: 1px solid;
    border-radius: 50%;
    padding: 0.5rem;
}
.review_comment_para{
    margin-left: 26px;
    margin-top: 5px;
}
.Report_review{
    text-decoration: underline;
    font-size: 14px;
    margin-left: 12px;
}
.Report_review a{
    color: #212529;
}
.ago_reviews{
    font-size: 12px;
    color: #6c757d;
}

.user_profile_icon{
    width: 32px;
}
.second_col_mydash{
    border-radius: 0px;
    position: sticky;
    top: 0px;
    border: 1px solid #dee2e6 !important;
}
.second_col_mydash h5{
    font-size: 16px;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: 1px solid #1f3f7d;
}
.accordian_btn{
    padding: 0.5rem 1rem 2rem 1.5rem;
}
.accordian_date{
    margin-top: -52px;
    margin-left: 25px;
    font-size: 14px;
    cursor: pointer;
}
.source_btn{
    background: #fff;
    color: black;
    border: 1px solid;
    border-radius: 0px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.play_btn{
    border-radius: 50%;
    border: 1px solid;
    width: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 6px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 12.6rem;
}
.form_check_{
    padding-left: 3rem;
}
.input_check_box{
    border-radius: 0px !important;
}
.course_car_dec{
    font-weight: 100;
    color: #505050;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: start !important;
    /* padding-top: 8px; */
    margin-bottom: 0;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: inherit !important;
}
.card_tit_cour{
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: inherit !important;
}

.doc_down_btn{
        background-color: DodgerBlue;
        border: none;
        color: white;
        padding: 12px 30px;
        cursor: pointer;
        font-size: 12px;
}

.image_down_btn{
    position: absolute;
    float: left;
    right: 26%;
    top:   11%;
}
.lesson_duration{
    margin-top: -31px;
}
.active_content_link{
    color: #13d57b !important;
}
@media(min-width:767px){
    .mobile_togle_btndash {
        display: none;
    }
}
@media(min-width: 1450px){
    .quize_check_box {
        margin-left: 21% !important;
    }
}

.course_take_quiz_form{
    display: none;
}


input.star { display: none; }
label.star {
    /* float: right; */
    padding: 10px;
    font-size: 20px;
    color: #444;
    transition: all .2s;
  }
  label.star:hover {
       transform: rotate(-15deg) scale(1.3);
       cursor: pointer;
     }

     .success_bio_p{
         padding-top: 6.5% !important;
     }

     .success_banner_heading{
         font-size: 40px;
     }


/* rating stars */

.ratingsstars {
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 1px #666666;
    font-size:30px;}

.highlight, .selected {
    color:#F4B30A;
    text-shadow: 0 0 1px #F48F0A;}


      /* Loading Spinner css */
  .loading {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.loading-content {
	position: absolute;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #11422f; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 42%;
	left:46%;
	animation: spin 2s linear infinite;
	}
.quize_btn{
    background: #1f3f7d;
    font-size: 14px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}



    /* Style the tab */
    .webinar_tab {
      overflow: hidden;
      border: 1px solid #ccc;
      background-color: #f1f1f1;
    }

    /* Style the buttons inside the tab */
    .webinar_tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      font-size: 14px;
    }

    @media(max-width:1024px){
        .webinar_tab button {
            font-size: 10px;
        }
    }

    /* Change background color of buttons on hover */
    .webinar_tab button:hover {
      background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .webinar_tab button.active {
      background-color: #ccc;
    }

    /* Style the tab content */
    .webinar_tabcontent {
      display: none;
      padding: 6px 12px;
      border: 1px solid #ccc;
      border-top: none;
    }

    a.morelink {
        text-decoration:none;
        outline: none;
        color: #1DA1F2;
    }
    .morecontent span {
        display: none;

    }
