*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    position: fixed !important;
    align-items: center;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    padding: 10px 50px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
  }
  
  .push-left {
    margin-left: auto;
  }
  
  /* Menu */
  .logo img {
    width: 100%;
  }
  a.nav__link img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
  .hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
  }
  .logo2 {
    display: none;
}
section.banner {
    background: url(./images/landing-2.jfif);
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.enqyery_form {
    background: #FCFCFC;
    padding: 19px;
    border-radius: 11px;
    width: 355px;
    height: 359px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%), 0 5px 5px 0 rgb(0 0 0 / 8%);
}
.enqyery_form h5 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 9px;
    display: block;
}
.form_group_new_holder {
    margin-bottom: 19px;
}
.enquery_btn button {
    background: #FF9900;
    color: #fff;
    padding: 9px 60px;
    border-radius: 7px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin: 14px 0;
}
h5.mobile_form_title {
    display: none;
}
.row.form_row {
    justify-content: flex-end;
}
.hamburger-line {
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .hamburger:hover .hamburger-line {
    background: #777;
  }
  .hamburger-line-top {
    top: 3px;
  }
  .menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
  }
  .hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
  }
  .menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
  }
  .hamburger-line-bottom {
    bottom: 3px;
  }
  .menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
  }
  
  .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in;
  }
  .nav-menu .menu-item a {
    color: #2D2C2C;
    display: block;
    line-height: 30px;
    margin: 0px 10px;
    text-decoration: none;
    font-size: 16px;
  }
  .nav-menu .menu-item a:hover {
    color: #777777;
    text-decoration: none;
  }
  
  .sub-nav {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px 5px;
    list-style: none;
    width: 230px;
  }
  
  .nav__link:hover + .sub-nav {
    display: block;
  }
  
  .sub-nav:hover {
    display: block;
  }

  section.process {
    background: #F2F2F2;
    padding: 25px 0;;
}
.process_cont {
    /* border-right: 1px solid #cbcbcb; */
    text-align: center;
    height: 70px;
}
.process_cont span {
    color: #616161;
    font-size: 17px;
    font-weight: bold;
}
.process_cont p {
    margin: 0;
    color: #2B7CEC;
    font-weight: 600;
    font-size: 14px;
}
.pro_sub {
    padding: 0 !important;
    border-right:1px solid #cbcbcb;
}
.process_cont h5 {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    margin-bottom: 0;
}
.custom_row_block .pro_sub:last-child{
    border-right:none;
}
.star_div .checked {
    color: #FF9900;
}
.star_div span {
    cursor: pointer;
}

.why_image img {
    width: 100%;
}

section.do_why {
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.why_card-1 {
    background: #f9f9f9bf;
    box-shadow: 1px 1px 5px -1px #ababab;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    top: 106px;
    left: 164px;
    width: 397px;
    height: auto;
    font-size: 16px;
}
.why p {
    margin-bottom: 0;
}

.why_card-2 {
    background: #f9f9f9bf;
    box-shadow: 1px 1px 5px -1px #ababab;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    top: 154px;
    left: 123px;
    width: 397px;
    height: auto;
    font-size: 16px;
}
.why_card-3 {
    position: relative;
    background: #f9f9f9bf;
    box-shadow: 1px 1px 5px -1px #ababab;
    padding: 10px;
    border-radius: 6px;
    right: 88px;
    top: 99px;
    width: 397px;
    height: auto;
}
.why_card-4 {
    position: relative;
    background: #f9f9f9bf;
    box-shadow: 1px 1px 5px -1px #ababab;
    padding: 10px;
    border-radius: 6px;
    right: 50px;
    top: 136px;
    width: 397px;
    height: auto;
}
.why_card-5 {
    position: relative;
    background: #f9f9f9bf;
    box-shadow: 1px 1px 5px -1px #ababab;
    padding: 10px;
    border-radius: 6px;
    right: 87px;
    top: 178px;
    width: 397px;
    height: auto;
}
.why span {
    color: #313131;
    font-size: 16px;
    font-weight: bold;
}
section.answar-part {
    background: #FCDCFF;
    margin: 0 40px;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}
.ans-cont span {
    color: #313131;
    font-size: 26px;
    font-weight: 800;
}
.ans-cont p {
    margin-bottom: 0;
}
section.media {
    margin-top: 50px;
}
.media_title {
    text-align: center;
}
.media_title h1 {
    color: #313131;
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
}
.media_title span {
    font-family: Segoe Print;
    font-weight: 400;
}
.md_section h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
    color: #000;
}
.media_cont {
    margin-top: 50px;
}
.media_left {
    width: 100%;
    display: grid;
    place-content: center;
}
.media_right {
    height: 100%;
    display: grid;
    place-content: center;
}

.media_right .row {
    margin-bottom: 15px;
}

section.testimonial {
    margin-top: 50px;
}
section.testimonial {
    margin-top: 50px;
    background: linear-gradient(142deg, #E2BBE6, #938DF6);
    padding: 20px;
    border-radius: 35px;
    margin-left: 40px;
    margin-right: 40px;
}
.tesimonial_cont {
    padding: 60px 0;
}
.test_card {
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 40px;
}
.test_card p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px;
    line-height: 30px;
}

.test_card img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 25px;
}
a.nav-toggle {
    text-decoration: none;
    font-size: 14px;
    color: blueviolet;
    font-weight: 500;
}

.star_test .checked {
    color: #ff9900;
}

.test_card h5 {
    margin-top: 29px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #313131;
}
.beneft {
    text-align: left;
}

.inst_list {
    list-style: none;
    padding-left: 12px;
}

.inst_list li {
    margin-bottom: 10px;
    color: #313131;
    background: url(./images/right-1.png) left 3px;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
}
section.benefit {
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
}
.benefit_right img {
    width: 100%;
    position: relative;
    right: -48px;
    top: 0;
}
.ben-fix {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.course {
    background: #F3EEF5;
    padding: 40px;
}
.course-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important;
}
.course-count h2 {
    color: #313131;
    font-size: 39px;
    font-weight: 700;
}
.course-count {
    width: 100px;
    margin: 0 auto;
}
section.howWeWork {
    margin: 40px 0;
}
.card_head h4 {
    color: #E2BBE6;
    font-size: 18px;
}
.card_head span {
    color: #E2BBE6;
    font-size: 18px;
}

.work-count {
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 5px -1px #ababab;
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
    position: relative;
}
.card_head {
    background: #414141;
    padding: 10px;
}
.work-count p {
    margin-bottom: 0;
    padding: 20px 10px;
    font-size: 15px;
}
.row.weWork_row img {
    position: relative;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.weWork_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important;
}
.howWeWork_mobile {
    display: none;
}
section.whyChoose {
    background: linear-gradient(142deg, #E2BBE6, #938DF6);
    padding: 40px 0;
}
.choosecard {
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 5px -1px #ababab;
    padding: 10px;
    border-radius: 7px;
    height: 153px;
}
.choosecard img {
    background: #E9BFDE;
    width: 46px;
    height: 46px;
    padding: 6px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.choosecard p {
    color: #414141;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.chooseCont {
    margin-top: 30px;
}
.whyMobile {
    display: none;
}

/* Accordion start */
div#accordionExample {
    margin-top: 30px;
}
section.accordions {
    margin: 40px 0 10px 0;
}
.accordion-button::after {
    background-image: url(./images/plus-sign.png) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(./images/minus-2.png) !important;
}
.accordion-item {
    background-color: #fff;
    border: 0 !important;
    border-top: 0px solid rgba(0,0,0,.125) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.accordion-button:not(.collapsed) {
    color: #202020 !important;
    font-weight: 600 !important;
    background-color: #ffffff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}
.accordion-button {
    font-weight: 600 !important;
}
.accordion-body {
    padding: 35px 36px !important;
}
footer.footer {
    background: #2D2D2D;
    color: #e2bbe6;
    padding: 10px 0;
    margin-top: 100px;
}
.footer_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_body a {
    text-decoration: none;
    cursor: pointer;
}
.footer_body a h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #e2bbe6;
}
.footer-icon {
    display: flex;
    align-items: center;
}

.footer-icon img {
    width: 16px;
    margin-right: 15px;
}
/* Accordion end */

/* click to top start */
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 110px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 49px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .accordion-button::after {
    background-size: 14px !important;
    width: 14px !important;
  }
/* click to top end */

/* click to call start */
.con_icon_con img {
    background: #03a84e;
    width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 50%;
    position: fixed;
    left: 24px;
    bottom: 20px;
}
/* click to call end */

  @media screen and (max-width: 768px) {
    .navbar {
        justify-content: center !important;
    }
    .enqyery_form h5 {
        display: none;
    }
    h5.mobile_form_title {
        display: block;
    }
    .process_area {
        flex-direction: column-reverse;
    }
    #button {
      width: 38px;
      height: 38px;
    }
    #button::after {
        font-size: 20px;
        line-height: 37px;
    }
    .hamburger {
      display: inline-block;
    }
    .logo2 {
        display: block;
    }
    .logo2 img {
        width: 250px;
    }
    .logo2 {
        margin-bottom: 20px;
    }
    .logo img {
        width: 180px;
    }
    .hamburger {
        height: 24px;
        width: 24px;
    }
    .enquery_btn button {
        padding: 9px 10px;
    }
    .nav-menu {
        background: #fff;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translatey(-100%);
        text-align: center;
        height: 100vh;
      }
      .navbar {
        flex-wrap: nowrap !important;
        padding-left: 10px;
        padding-right: 10px;
    }
      .menu-active .nav-menu {
        transform: translatey(0%);
        opacity: 1;
      }
      .nav-menu .menu-item a {
        font-size: 15px;
        margin: 8px;
      }
      a.nav__link img {
        width: 22px;
        height: 22px;
        margin-right: 5px;
    }
      .sub-nav {
        position: relative;
        width: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
      }
      section.banner {
        background: none;
        justify-content: unset;
        align-items: unset;
        height: auto;
        margin-top: 45px;
    }
    .enqyery_form {
        width: 100%;
        height: auto;
        margin-top: 30px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 38%), 0 5px 5px 0 rgb(0 0 0 / 14%);
        margin-bottom: 30px;
    }
    .process_cont {
        height: auto;
        margin-bottom: 20px;
    }
    .why {
        margin: 20px 0;
    }
    section.do_why {
        margin-top: 20px;
    }
      .why_card-1 {
        background: #f9f9f9bf;
        box-shadow: 1px 1px 5px -1px #ababab;
        padding: 10px;
        border-radius: 6px;
        position: unset;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        font-size: 16px;
    }
    .why_card-2 {
        background: #f9f9f9bf;
        box-shadow: 1px 1px 5px -1px #ababab;
        padding: 10px;
        border-radius: 6px;
        position: unset;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        font-size: 16px;
    }
    .why_card-3 {
        position: unset;
        background: #f9f9f9bf;
        box-shadow: 1px 1px 5px -1px #ababab;
        padding: 10px;
        border-radius: 6px;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    .why_card-4 {
        position: unset;
        background: #f9f9f9bf;
        box-shadow: 1px 1px 5px -1px #ababab;
        padding: 10px;
        border-radius: 6px;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    .why_card-5 {
        position: unset;
        background: #f9f9f9bf;
        box-shadow: 1px 1px 5px -1px #ababab;
        padding: 10px;
        border-radius: 6px;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    .media_left img {
        width: 100%;
    }
    .md_section .col-xs-12 img {
        margin: 14px 0;
    }
    .md_section .col-xs-12 {
        text-align: center;
    }
    .md_section h5 {
        font-size: 14px !important;
        margin-bottom: 0;
    }
    .media_right img {
        width: 27% !important;
    }
    section.answar-part {
        margin: 0 15px;
        padding: 10px;
    }
    .process_cont:last-child {
        margin-top: 6px;
    }
    section.testimonial {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0px;
        border-radius: 6px;
        display: none;
    }
    .test_card {
        padding: 10px;
        margin-bottom: 15px;
    }
    .media_title h1 {
        font-size: 22px;
    }
    .tesimonial_cont {
        padding: 30px 0;
    }
    section.benefit {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 35px;
    }
    .beneft {
        text-align: center;
    }
    .beneft h1 {
        font-size: 19px;
    }
    .dmcfii_block {
        margin-top: 25px;
    }
    .inst_list {
        padding-left: 0;
    }
    .inst_list li {
        font-size: 14px;
    }
    .benefit_right img {
        width: 40%;
        position: unset;
        right: 0;
        top: 0;
        margin-top: 5px;
    }
    .benefit_right {
        text-align: center;
    }
    .course-row {
        margin-top: 0 !important;
    }
    .course-count {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    section.course {
        padding: 20px;
    }
    section.course h1 {
        margin-bottom: 25px;
    }
    section.testimonial-mobi {
        background: linear-gradient(142deg, #E2BBE6, #938DF6);
        margin-left: 10px;
        margin-right: 10px;
        padding: 0px;
        border-radius: 6px;
        display: block !important;
        margin-top: 30px;
    }
    section.testimonial-mobi .test_card {
        padding: 10px 13px;
        margin-bottom: 15px;
        margin-left: 9px;
        margin-right: 9px;
    }
    .test_card p {
        font-size: 14px;
        line-height: 18px;
    }
    .test_card h5 {
        margin-top: 20px;
    }
    .slick-prev {
        left: 7px !important;
        z-index: 7;
    }
    .slick-next {
        right: 11px !important;
        z-index: 7;
    }
    .slick-slide img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .howWeWork_mobile {
        display: block !important;
    }
    section.howWeWork {
        display: none;
        margin: 10px 0;
    }    
    .row.weWork_row img {
        left: 0;
        transform: translate(0%, 0%);
    }
    .work-count {
        margin: 0 10px;
    }
    .slick-slider {
        margin-bottom: 0 !important;
    }
    section.whyChoose {
        display: none;
        padding: 30px 0;
    }

    .whyMobile {
        display: block !important;
    }
    .choosecard {
        padding: 10px;
        border-radius: 7px;
        height: 120px;
        margin: 0 10px;
    }
    .whyMobile .slick-next {
        top: 50%;
        transform: translate(0,-50%);
    }
    .whyMobile .slick-prev {
        top: 50%;
        transform: translate(0,-50%);
    }
    .choosecard img {
        margin-bottom: 13px;
    }
    .chooseCont {
        margin-top: 0;
    }
    section.whyChoose.whyMobile h1 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .accordion-button {
        padding: 10px 3px !important;
        font-size: 14px !important;
    }
    .accordion-body {
        padding: 16px 3px !important;
        font-size: 14px !important;
    }
    .accordion-button::after {
        width: 12px !important;
        background-size: 12px !important;
    }
    .course-count h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .course-count p {
        font-size: 14px;
        margin-left: 10px;
        margin-bottom: 0;
    }
    .footer_body a h3 {
        font-size: 12px;
    }
    .footer-icon img {
        width: 14px;
        margin-right: 8px;
    }
    section.media {
        margin-top: 30px;
    }
    .media_cont {
        margin-top: 10px;
    }
    .form-group.mb-20.form_group_new_holder input::placeholder {
        font-size: 13px;
    }
    select#state {
        font-size: 14px;
    }
    /* .con_icon_con img {
        width: 45px;
        height: 45px;
        padding: 10px;
        left: 24px;
        bottom: 46px;
    } */
  }

  @media (max-width: 425px) {
    .pro_sub:last-child {
        border-bottom: 0;
    }
    .pro_sub {
        border-bottom: 1px solid #ccc;
    }
    .benefit_right img {
        width: 70%;
    }
    .why p {
        font-size: 14px;
    }
    .why span {
        font-size: 14px;
    }
    .ans-cont p {
        font-size: 14px;
    }
    section.process {
        background: #F2F2F2;
        padding: 0 0 0 0;
    }
  }