@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&display=swap');
* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    -webkit-tap-highlight-color:transparent;
    color: #333;
}



.navbar-menu-text:hover,
.navbar-menu-text.active {
    font-weight: bold;
    color: #F4146A; 
}
.nav-toggle {
    width: 24px;
    height: 19px;
    position: relative;  
    cursor: pointer;
}
.nav-toggle .bar {
    display: block;
    margin: 4px 0;
    transition: all 0.3s ease-in-out;
    height: 2px;
    width: 100%;
    opacity: 1;
    background-color: #F4146A;
    transition: 600ms ease-in-out;
}
.nav-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}
.nav-toggle.open .bar:nth-child(2) {
    opacity: 0;
}
.nav-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}
#popup_navbar {
    display: none;
}
.nav-toggle-container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-image: initial;
    border-top: none;
    border-bottom: none;
    width: 60px;
    padding: 10px;
}
.toggle-container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 5px 0 5px 20px;
    border-radius: 5px;
}
.toggle-content {
    font-size: 17px;
    font-weight: 700;
}
.popup_navbar {
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 1000;
    padding: 30px 0;
    width: 100%;
    display: none;
    overflow-y: auto;
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.navbar-menu-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    -webkit-box-align: end;
    padding: 20px 0;
    cursor: pointer;
    font-size: clamp(18px, 1.042vw, 22px);  
}
.navbar_course_listing > div {
    display: none;
}
.popup-content {
    display: flex;
    gap: 150px;
}
.navbar_course_listing {
    width: 60%;
    margin-top: 20px;
}
.navbar_course_cat {
    width: 40%;
}
.navbar_course_cat_heading{
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgb(244 20 106);
    width: 100%;
}
.navbar_course_cat_heading:hover > .navbar-menu-text, .navbar_course_listing ul li a:hover span, .navbar_course_listing ul li a:hover { 
    color: rgb(244 20 106);
}
.navbar_course_listing ul li span {
    letter-spacing: 1px;
    text-align: left;
    -webkit-box-align: end;
    font-size: clamp(18px, 1.042vw, 22px);
    display: flex;
}
.navbar_course_listing ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: clamp(18px, 1.042vw, 22px);
}
.navbar_course_listing ul li a img {
    max-width: 30px;
    max-height: 30px;
}
.navbar_course_listing ul li {
    margin-bottom: 15px;
}
body.no-scroll {
    overflow: hidden;
    height: 100vh;
    padding-right: 15px;
}





#kiwi-big-iframe-wrapper{
   bottom: 33px !important;
}
.is-layout-flex p{
    margin-bottom: 10px;
}
.download_form .wpcf7-form-control-wrap .wpcf7-form-control {
    margin-bottom: 10px !important;
}
.start_p{
    text-decoration: line-through;
}
#link_less {
    display: none;
}
.learn_div{
    flex: 1;
}
.top_section{
    margin-top:0px !important;
}
.usp_cont p {
    color: #666666;
}
p.crs_prc {
    margin: 10px 0;
    font: normal normal normal 16px/30px Montserrat;
    letter-spacing: 0px;
    color: #333333;
}
.crs_prc span {
    text-decoration: line-through;
    font: normal normal normal 16px/30px Montserrat;
    letter-spacing: 0px;
    color: #333333;
}
#myBtn i{
    color: #fff;
}
.search-box:focus-visible{
    border: none;
    color: transparent;
    background-color: transparent;
}
/*div{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
div::-moz-selection { 
    background:transparent; 
}
div::selection { 
    background:transparent; 
}
body {
    font-family: 'Montserrat', sans-serif !important;
}
section {
    margin-top: 70px;
}
header {
    padding: 30px 0;
    box-shadow: 0px 3px 6px #00000017;
    z-index: 0;
    position: relative;
}
.container {
    width: 90%;
    margin: 0 auto;
}
a {
    text-decoration: none !important;
    color: #333333;
}
li {
    list-style: none;
}
button {
    border: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.searchform div {
    display: flex;
}
.txt-box {
    width: 650px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 10px 10px 10px 15px;
}
.hero_sec{
    background: #F8F4F4;
    margin-top: 0 !important;
}
.logo_link {
    display: inline-block;
    width: 240px;
    height: 78px;
    max-width: 100%;
}
.search {
    background-color: #F4146A;
    color: #fff;
    padding: 16px 16px 16px 16px;
    margin-left: -7%;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    font-size: 18px;
}
.search-submit {
    margin-left: -30px;
    background: #ffff !important;
}
.call {
    font-size: 22px;
    font-weight: 700;
}
.btn, .enroll-btn {
    font-size: 17px;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}
.enroll-btn {
    margin-bottom: 20px;
    color: #fff;
}
.enroll-courses:hover {
    background-color: #ffffff;
    color: #F4146A;
}
.btn a {
    color: #333333;
    font-weight: 700;
}
.btn i , .dropdown i{
    color: #F4146A;
}
img.course_img {
    width: 200px;
    margin-bottom: 20px;
}
/* header styling finish */
.hero_banner img {
    cursor: pointer;
}
.col-33 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}
.col-33 div {
    flex: 1;
}
.col-33 img {
    width: 100%;
}
/* sectino finish */
.h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
}
.p {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    width: 60%;
    margin: 20px auto;
    line-height: 1.4em;
}
.flex-6 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.flex-6 h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2em;
}
.flex-6 p {
    color: #ABABAB;
}
.flex-1 {
    flex: 1;
}
.flex-6 .flex-1:hover {
    cursor: pointer;
}
button.owl-next {
    position: absolute;
    right: -30px;
    top: 90px;
}
button.owl-prev {
    position: absolute;
    top: 90px;
    left: -30px;
}
/* section finish */
.color {
    color: #F4146A;
}
.col-50 {
    margin-top: 100px;
    gap: 50px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
.col-50 div:first-child {
    width: 65%;
}
.col-50 img {
    width: 90%;
}
.top-50 {
    margin-top: 20px;
}
.text {
    font-size: 45px;
    font-weight: 800;
}
.name {
    color: #F4146A;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
}
.content-1 {
    font-size: 20px;
    letter-spacing: 3px;
    opacity: 1;
    margin-top: 5px;
}
.content-2 {
    margin-top: 10px;
    font-size: 18px;
    color: #666666;
}
#trainer button.owl-prev {
    position: absolute;
    left: 5%;
    top: 50%;
}
#trainer button.owl-next {
    position: absolute;
    top: 50%;
    right: 5%;
}
.course_item {
    flex: 1;
}
.course_item img {
    width: 100%;
}
.course_item h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2em;
    height: 40px;
}
.course_item p {
    color: #ABABAB;
}
.inner-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn_div {
    text-align: center;
    margin-top: 30px;
}
.all_cou_btn:hover {
    background-color: white;
    color: #F4146A;
    border: 1px solid #F4146A;
}
.all_cou_btn {
    padding: 10px 30px;
    background-color: #F4146A;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}
/* section finish */
.course {
    margin-top: 20px;
    text-align: center;
}
.course span,
.course a {
    font-size: 15px;
    padding: 5px 20px;
    margin: 5px 8px;
    display: inline-block;
    box-shadow: #00000029 0 0 5px 0;
    white-space: nowrap;
}
.course span:hover,
.course a:hover {
    background: #f4136a;
    color: #fff;
}
/* section finish */
.col-5 {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.block {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.20) 0 0 10px;
    display: flex;
    flex-flow: column;
    gap: 25px;
    height: 100%;
    align-items: flex-start;
}
.students-slider .owl-stage {
    display: flex;
}
.students-slider .owl-item {
    display: flex;
}
#students .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
#students button.owl-prev {
    top: 40%;
}
#students button.owl-next {
    top: 40%;
}
#students.owl-carousel .owl-item img {
    height: 50px;
    width: 50px;
}
.col-2 {
    display: flex;
    gap: 20px;
    align-items: center;
}
.course_name {
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
}
.moretext {
    display: none;
}
a.moreless-button {
    font-weight: 600;
}
.searchdiv {
    cursor: pointer !important;
}
.searchdiv img {
    width: 100%;
}
.searchdiv h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    background: #000;
    color: #fff;
    padding: 10px;
}
.searchdiv p {
    display: inline-block;
    background: #F4146A;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
}
.grid-wrapper {
    grid-gap: 3rem !important;
}
footer {
    margin-top: 50px;
    background-color: #F3F3F3;
    color: white;
}
.padding {
    padding: 50px 0;
}
.col-25 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.width-1 {
    margin-top: 20px !important;
    padding-right: 60px;
}
.col-25-1 {
    flex: 1;
}
.col-25-1 a {
    color: #333333;
    position: relative;
}
.col-25-1 a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #000;
    transition: 0.3s ease;
    width: 0;
}
.col-25-1 a:hover:after {
    width: 100%;
    left: 0;
}
.col-25-1 li, .col-25-1 p {
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    color:#333333;
}
.col-25-1 h3 {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.top {
    margin-top: 20px;
    font-size: 22px;
}
.footer-icon {
    margin-top: 10px;
}
.footer-icon img {
    margin: 0 3px;
}
#link {
    display: none;
}
.sticky-footer {
    display: none;
}
.Course_Details div span {
    color: orange !important;
}
.Course_Cont form.wpcf7-form {
    background: #F3F3F3 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 25px #00000029;
    border-radius: 20px;
    width: 80%;
    position: relative;
    top: 50px;
}
.book-form.inner_contact_form {
    background: #F3F3F3 0% 0% no-repeat padding-box;
}
p.head_pink {
    font: normal normal 800 22px/56px Montserrat;
    letter-spacing: 0px;
    color: #F4146A;
    opacity: 1;
}
.Course_Cont form input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    height: 60px;
    margin-top: 12px;
}
.Course_Cont form input.wpcf7-form-control.has-spinner.wpcf7-submit.form-sub {
    background: #F4146A 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font: normal normal bold 17px/25px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
}
span#radiobtn input[type="radio"] {
    height: auto !important;
    margin-top: 0;
    position: relative;
    top: 1px;
}
input[type="radio"] {
    cursor: pointer;
}
span#radiobtn .wpcf7-list-item label {
    background-color: #fff;
    padding: 16px 33px;
    margin: 0;
    margin-right: 8px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
}
span#radiobtn .wpcf7-list-item {
    margin: 0;
    margin-bottom: 12px;
}
#radiobtn_book span.wpcf7-list-item label {
    border: 1px solid #cdcccc !important;
    padding: 5px 15px;
    border-radius: 6px;
    width: 100%;
    display: block;
    cursor: pointer;
}
#radiobtn_book span.wpcf7-list-item {
    margin: 0 !important;
    width: 49%;
    display: inline-block;
}
#radiobtn_book span.wpcf7-list-item.first {
    margin-right: 2% !important;
}
span#radiobtn_book {
    margin-bottom: 30px !important;
    display: block;
}
span#radiobtn_book {
    margin-bottom: 28px !important;
    display: block;
}
.Course_Cont form input::placeholder {
    text-align: left;
    font: normal normal medium 14px/25px Montserrat !important;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.Course_Details {
    width: 60%;
}
.search-box input#s:focus-visible {
    outline: #DDDDDD!important;
}
.Course_Cont h1 {
    margin: 0px 0;
    font: normal normal 800 33px/45px Montserrat;
    letter-spacing: 0px;
    color: #333333;
    width: 70%;
}
.footer-icon img {
    border-radius: 39px;
}
.container.it_cources_h1 {
    text-align: center;
}
.it_cources h2 {
    color: #F4146A;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 15px;
}
.it_cources_h1 h1 {
    font: normal normal 800 33px/45px Montserrat;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 37px;
}
.it_cources_display h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2em;
}
.it_cources_display div {
    cursor: pointer;
}
.it_cources_display p {
    color: #ABABAB;
}
.it_cources_display img {
    width: 100%;
}
.it_cources_display {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
@media (max-width: 1800px) {
    .navbar {
        gap: 20px;
    }
    .txt-box {
        width: 500px;
    }
    .arrow_online p {
        font-size: 30px;
        font: normal normal 800 34px/56px Montserrat !important;
    }
    .arrow_online h3 {
        font-size: 20px !important;
    }
}
@media (max-width: 1600px) {
    .Course_Cont h1{
        width: 100%;
    }
    .course_item h3 {
        height: 45px;
    }
    .container {
        max-width: 1600px;
        width: 90%;
        margin: 0 auto;
    }
    .txt-box {
        width: 400px;
    }
    .dropdown-content {
        top: 17%;
        left: 5%;
    }
    .arrow_online p {
        font: normal normal 800 34px/56px Montserrat !important; 
    }
    .arrow_online svg {
        top: -15px !important;
        width: 136px !important;
        right: -142px !important;
    }
}
@media (max-width: 1450px){
    button.owl-next {
        top: 65px;
    }
    button.owl-prev {
        top: 65px;
    }
}
@media (max-width: 1400px) {
    .it_cources_display {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .container {
        max-width: 1400px;
        width: 90%;
        margin: 0 auto;
    }
    .txt-box {
        width: 300px;
    }
    .btn {
        font-size: 16px;
        padding: 11px 12px;
    }
    .call {
        font-size: 20px;
    }
    .col-33 img {
        max-width: 100%;
    }
    /* seaction finish */
    .col-50 {
        width: 100%;
    }
    #trainer button.owl-prev {
        left: -55px;
        top: 50%;
    }
    #trainer button.owl-next {
        top: 50%;
        right: -55px;
    }
    .Course_Cont {
        padding: 4% 8% !important;
        gap: 50px !important;
    }
    .Course_Cont p.course_des {
        width: 100%;
    }
    .dropdown {
        font-size: 16px !important;
        padding: 14px 30px !important;
    }
}
@media (max-width: 1280px){
    .arrow_online p {
        font: normal normal 800 30px/40px Montserrat !important;
    }
    .arrow_online svg {
        top: -33% !important;
        width: 45%;
    }
    button.owl-prev {
        top: 33px;
    }
    button.owl-next {
        top: 33px;
    }
    p.head_pink {
        font: normal normal 800 16px/29px  Montserrat;
    }
    .Course_Details {
        width: 90%;
    }
    .Course_Cont form.wpcf7-form {
        width: 90%;
    }
    p.head_pink {
        font: normal normal 800 17px/46px Montserrat;
    }
}
@media(max-width: 1200px) {
    .course_item h3 {
        height: 65px;
    }
    .arrow_online p {
        font: normal normal 800 24px/40px Montserrat !important;
    }
    .arrow_online svg {
        top: -33% !important; 
        width: 129px;
    }
    .container {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
    }
    .txt-box {
        width: 200px;
    }
    #searchform input::placeholder {
        font-size: 12px;
    }
    .btn {
        font-size: 16px;
        padding: 10px 12px;
    }
    .dropdown {
        padding: 14px 20px !important;
    }
    /* seaction finish */
    button.owl-next {
        right: -30px;
        top: 50px;
    }
    button.owl-prev {
        top: 50px;
        left: -30px;
    }
    .name {
        font-size: 40px;
    }
    .navbar {
        gap: 10px;
    }
    .Course_Cont form.wpcf7-form{
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .it_cources_display {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .Course_Cont {
        padding: 1% 10% 1% 10% !important;
        gap: 20px;
    }
    .col-50 img {
        width: 100%;
    }
    .search-box {
        display: none;
    }
    .search {
        display: none !important;
    }
    button.owl-prev {
        top: 32px;
    }
    button.owl-next {
        top: 32px;
    }
    .Course_Cont h1 {
        font: normal normal 800 25px/43px Montserrat;
    }
    .Course_Cont p.course_des {
        width: 100%;
        font: normal normal normal 14px/30px Montserrat;
    }
    .Course_Cont form.wpcf7-form {
        width: 100%;
        position: relative;
        top: 0;
    }
    p.head_pink {
        font: normal normal 800 17px/29px Montserrat;
    }
}
@media (max-width: 992px) {
    .course_item h3 {
        height: 85px;
    }   
    .arrow_online svg {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .dropdown {
        padding: 9px 20px!important;
        font-size: 14px !important;
    }
    .container {
        max-width: 992px;
        width: 90%;
        margin: 0 auto;
    }
    .btn {
        padding: 7px 10px;
        font-size: 14px;
    }
    .enroll-btn {
        margin-bottom: 10px;
    }
    /* header finish */
    section {
        margin-top: 50px;
    }
    .col-33 img {
        max-width: 100% !important;
    }
    .h1 {
        font-size: 36px;
    }
    .p {
        margin-top: 10px;
        font-size: 20px;
        width: 100%;
    }
    .flex-1 img {
        width: 70%;
    }
    button.owl-next {
        top: 50px;
    }
    button.owl-prev {
        top: 50px;
    }
    .container-2 {
        width: 95% !important;
        margin: 0 auto;
    }
    /* seaction finish */
    .col-50 {
        flex-flow: column-reverse;
    }
    .text, .name {
        font-size: 24px;
    }
    .content-1 {
        font-size: 20px;
    }
    .content-2 {
        width: 100%;
        font-size: 16px;
    }
    .responsive-top {
        margin-top: 20px;
        text-align: center;
    }
    #trainer button.owl-prev {
        left: -30px;
        top: 40%;
    }
    #trainer button.owl-next {
        top: 40%;
        right: -30px;
    }
    #trainer .owl-carousel, #trainer .owl-item img {
        display: unset;
        width: 70%;
    }
    /* seaction finish */
    .width {
        font-size: 16px;
    }
    .bg-img {
        padding: 70px 0;
    }
    .block {
        border-radius: 10px;
    }
    #students button.owl-prev {
        top: 35%;
    }
    #students button.owl-next {
        top: 35%;
    }
    /* seaction finish */
    .col-25 {
        display: block;
        text-align: center;
    }
    .width-1 {
        width: 100%;
        text-align: center;
        padding: 10px 5px;
    }
    .col-25-1 li, .col-25-1 p {
        font-size: 16px;
        margin-top: 5px;
    }
    .col-25-1 h3 {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .Course_Cont {
        flex-flow: column;
    }
    .Course_Cont p.course_des {
        width: 100% !important;
    }
    .col-50 img {
        width: 70%;
    }
    .col-50 div:first-child {
        width: 65%;
    }
    .col-50 {
        gap: 0px;
    }
    .Course_Cont img {
        display: none;
    }
    .Course_Cont p.course_des {
        width: 70%;
    }
    .usp_cont {
        flex-wrap: wrap;
    }
    .learn_photoshop {
        flex-direction: column;
        align-items: flex-start;
    }
    .learn_photoshop div {
        width: 100%;
    }
    .learn_photoshop ul {
        margin-left: 8%;
    }
    .t-name {
        margin-top: -3px !important;
    }
}
@media (max-width: 768px) {
    .it_cources_display {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    div#dropdown-content {
        height: 480px;
        overflow: auto;
        top: 150px;
    }
    #plus-course {
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    #link {
        display: block;
        text-align: center;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 45px;
    }
    #link_less{
        display: none;
        text-align: center;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 45px;
    }
    .container {
        width: 90%;
        margin: 0 auto;
    }
    .btn {
        display: none;
    }
    .call {
        font-size: 21px;
    }
    .col-33 {
        display: block;
    }
    .col-33 img {
        width: 100% !important;
    }
    button.owl-next {
        top: 70px;
    }
    button.owl-prev {
        top: 70px;
    }
    .content-2 {
        width: auto;
        font-size: 16px;
        text-align: left !important;
        margin-top: 25px;
    }
    .responsive-top {
        margin-top: 20px;
    }
    #trainer button.owl-prev {
        top: 40%;
    }
    #trainer button.owl-next {
        top: 40%;
    }
    .block {
        padding: 20px;
        align-items: flex-start;
    }
    .width {
        margin-top: 0px;
    }
    .course a {
        font-size: 14px;
    }
    #students.owl-carousel .owl-item img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
    }
    .top-50 {
        margin-top: 0px;
    }
    .col-50 {
        gap: 10px;
    }
    .container-2 {
        width: 90%;
    }
    .learn_photoshop {
        width: 80% !important;
    }
    .Course_Cont {
        padding: 1% 8% 1% 7%!important;
    }
}
@media (max-width: 767px){
    .header_call_btn{
        display: none;
    }
    .inner-wrapper {
        flex-direction: column;
        align-items: unset;
    }
    .search-box {
        display: block;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .searchform div{
        width: 100%;
    }
    .search {
        display: block !important;
        font-size: 22px;
        padding: 14px 14px;
        border-radius: 0 8px 8px 0 !important;
    }
    .navbar{
        flex-wrap: wrap;
    }
    .dropdown {
        position: absolute;
        right: 25px;
        top: 55px;
        padding: 7px 15px !important;
        font-size: 14px !important;
    }
    .search-box .txt-box {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .top-50 p {
        text-align: center;
    }
    .course_item h3 {
        height: auto;
    }
    .stu-feedback {
    	padding: 70px 0 20px 0 !important;
	}
    .grw-dots {
    	display: none !important;
	}
    .btn_div {
        margin-bottom: 50px;
    }
    .it_cources_display {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .arrow_online svg {
        display: none;
    }
      .Course_Cont form input {
        height: 50px;
    }
    .Course_Cont form input::placeholder {
        font-size: 15px !important;
    }
    .offer p {
        font-size: 12px !important;
        text-align: center;
    }
    .offer-btn {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
    section {
        margin-top: 20px !important;
    }
    .navbar {
        gap: 0px !important;
    }
    .call {
        font-size: 16px !important;
    }
    .container {
        width: 576px;
        width: 90%;
        margin: 0 auto;
    }
    .enroll-btn {
        font-size: 15px;
        padding: 10px 18px;
    }
    .display-block {
        display: none;
    }
    .h1 {
        font-size: 28px;
    }
    .course a {
        padding: 3px 7px;
        font-size: 12px;
    }
    .p {
        margin-top: 10px;
        font-size: 18px;
        width: 100%;
    }
    button.owl-next {
        top: 34%;
    }
    button.owl-prev {
        top: 34%;
    }
    /* seaction finish */
    .responsive-top {
        margin-top: 20px;
    }
    #trainer button.owl-prev {
        top: 36%;
    }
    #trainer button.owl-next {
        top: 36%;
    }
    .col-50 img {
        width: 80% !important;
    }
    .col-50 div:first-child {
        width: 100%;
    }
    .margin {
        width: 90%;
        margin-top: 30px;
    }
    .Course_Cont p.breadcrumb {
        font-size: 14px;
    }
    .Course_Cont h1 {
        font-size: 21px!important;
       line-height: 30px;
        margin-top: 18px;
    }
    .course_h2 {
        font-size: 18px !important;
    }
    .Course_Cont p.course_des {
        font-size: 14px;
    }
    .learn_photoshop {
        width: 90% !important;
    }
    .learn_photoshop ul {
        margin-left: 10%;
    }
}

@media (max-width: 440px) {
    .sticky-footer i {
        font-size: 18px;
        color: #fff;
    }
    .sticky-footer {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 999;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
    }
    .whats-app{
        flex: 1;
        background: #338d45;
        padding: 5px 0;
        text-align: center;
    }
    .pdf{
        flex: 1;
        background: #F4146A;
        text-align: center;
        padding: 5px 0;
    }
    .pdf a , .whats-app a{
        color: white;
    }
    .dropdown {
        position: absolute;
        right: 25px;
        top: 70px;
        padding: 7px 15px !important;
        font-size: 14px !important;
    }
    .navbar {
        flex-wrap: wrap;
    }
    .txt-box{
        width: 100%;
        border-radius: 3px;
    }
    .container {
        width: 90%;
        margin: 0 auto;
    }
    button.owl-next {
        top: 26%;
    }
    button.owl-prev {
        top: 26%;
    }
    .hero-content ul li::before {
        background-size: 18px;
        background-size: contain;
        background-position: bottom;
    }
    .search-box {
        display: block;
        width: 100%;
    }
    .search {
        display: block !important;
        font-size: 22px;
        padding: 14px 14px;
        border-radius: 0 3px 3px 0 !important;
    }
    .searchform div {
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width:425px){
    .dropdown {
        top: 40px !important;
    }
}
@media (max-width: 400px){
    .offer p:last-child {
        width: 30%;
    }
    .offer {
        padding: 4px 0;
    }
}
@media (max-width: 350px){
    .offer p:last-child {
        width: 30%;
    }
}

@media (max-width: 375px) {
    .call {
        font-size: 21px;
    }
    .Course_Cont {
        padding: 1% 8% 1% 5% !important;
    }
    .Course_Cont p.course_des {
        width: 100% !important;
    }
    /* section finish */
    .h1 {
        font-size: 24px;
    }
    .p {
        margin-top: 10px;
        font-size: 14px;
        width: 100%;
    }
    button.owl-next {
        right: -27px;
        top: 80px;
    }
    button.owl-prev {
        top: 80px;
        left: -27px;
    }
    /* seaction finish */
    .text, .name {
        font-size: 22px;
    }
    .content-2 {
        width: auto;
        font-size: 14px;
    }
    #trainer button.owl-prev {
        left: -27px;
        top: 36%;
    }
    #trainer button.owl-next {
        top: 36%;
        right: -27px;
    }
    /* seaction finish */
    .margin {
        width: 90%;
        margin-top: 30px;
    }
    /* seaction finish */
    .width {
        font-size: 16px;
    }
    .block {
        border-radius: 10px;
    }
    .col-2 {
        display: block;
    }
    .usp_cont {
        gap: 30px !important;
    }
    .course_name {
        margin-top: 10px;
    }
    .flex-6 h5 {
        font-size: 14px;
    }
    .learn_photoshop ul {
        margin-left: 11%;
    }
}

.container-2 {
    width: 70%;
    margin: 0 auto;
}
section {
    width: 100%;
    box-sizing: border-box;
}
.Course_Cont {
    background: #F3F3F3 no-repeat right 0;
    padding: 3% 10% 1% 15%;
    display: flex;
    gap: 20px;
    margin: 0 auto;
}
div#wpcf7-f582-o2 {
    flex: 1;
}
.checked {
    color: orange;
}
.Course_Cont p.breadcrumb {
    font-size: 18px;
    color: white;
    letter-spacing: 1.44px;
}
.Course_Cont p.course_des {
    margin: 13px 0;
    width: 80%;
    text-align: left;
    font: normal normal normal 16px/30px Montserrat;
    letter-spacing: 0px;
    color: #333333;
}
.arrow_online p {
    font-size: 30px;
    font: normal normal 800 40px/56px Montserrat;
    letter-spacing: 0px;
    color: #F4146A;
    opacity: 1;
    text-transform: capitalize;
}
.arrow_online {
    position: relative;
    margin-top: 40px;
    width: fit-content;
}
.arrow_online h3 {
    font-size: 30px;
}
.arrow_online svg {
    position: absolute;
    top: -16px;
    right: -223px;
    width: 46%;
}
h2.course_h2 {
    font: normal normal normal 16px/30px Montserrat;
    letter-spacing: 0px;
    color: #333333 !important;
    display:none;
}
.usp_cont {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: center;
    padding: 20px;
}
.usp_cont h3 {
    font-size: 24px;
    font-weight: bold;
}
.duration, .level, .certificate, .job-placement {
    padding-top: 80px;
    text-align: center;
}
.duration {
    background: no-repeat url(/wp-content/uploads/2023/01/icon-1.png) center top;
}
.level {
    background: no-repeat url(/wp-content/uploads/2023/01/icon-2.png) center top;
}
.certificate {
    background: no-repeat url(/wp-content/uploads/2023/01/icon-3.png) center top;
}
.job-placement {
    background: no-repeat url(/wp-content/uploads/2023/01/icon-4.png) center top;
}
.learn_photoshop {
    display: flex;
    gap: 7%;
    width: 70%;
    margin: 20px auto 0 auto;
}
.learn_photoshop img {
    width: 100%;
}
.learn_photoshop ul li {
    list-style-image: url('/wp-content/uploads/2023/01/right-mark.png');
    margin-top: 12px;
    line-height: 30px;
}
.learn_photoshop ol {
    margin: 15px 0;
}
.learn_photoshop ol li {
    margin: 7px 0;
}
.owl-stage {
    display: flex;
}
.owl-item {
    display: flex;
}
.flex-1 {
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: flex-start;
}
.t-name {
    margin-top: -10px;
}
/* hero banner css  */
.hero-banner {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.hero-banner div {
    flex: 1;
}
.hero-banner img {
    max-width: 100%;
    vertical-align: bottom;
}
.hero-content {
    padding: 2% 3% 5% 1%;
}
.hero-content h1 {
    font-size: 44px;
    font-weight: 700;
}
.hero-content ul li:first-child {
    margin-top: 25px;
}
.hero-content ul li {
    list-style: none;
    font-size: 18px;
    margin: 10px 0 0 0;
    line-height: normal;
}
.hero-content ul li::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    height: 17px;
    width: 24px;
    background: no-repeat url('/wp-content/uploads/2023/04/Group-903.png');
}
.hero-btn {
    padding: 16px 40px;
    background-color: #F4146A;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
}
.hero-btn:hover {
    background-color: white;
    color: #F4146A;
    border: 1px solid #F4146A;
}
.banner-btn {
    margin: 7% 0 0 0;
}
.banner-content {
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.fees {
    margin: 30px 0;
    font-size: 22px;
}
p.course-con-para {
    width: 50%;
    margin: 30px auto;
    text-align: center;
}
/* faq section  */
.faq-container, .accordion-course {
    width: 50%;
    margin: 20px auto 0 auto;
}
.accordion {
    margin-top: 30px;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #666666;
    font-size: 1.15rem;
    font-weight: 400;
    background-color: #f3f3f3;
    padding: 20px 20px;
    margin-bottom: 5px;
    border-radius: 45px;
    border-bottom: 1px solid #e5e5e5;
}
/* .accordion button:focus */
.accordion button:hover{
    cursor: pointer;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: none;
}
.accordion button[aria-expanded=true] {
    color: #F4146A;
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 100rem;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding-top: 14px;
    padding-bottom: 14px;
}
.accordion-course ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.course_curriculem .accordion-course ul li {
    list-style: disc;
    margin-left: 20px;
    width: 46%;
    font-size: 16px;
}
.course_curriculem .accordion-course ul li::marker, .faq-container-ul li::marker {
    color: #F4146A;
    font-size: 18px;
}
.accordion .accordion-content {
    margin-left: 30px;
    padding: 15px 0;
    font-size: 16px;
}
.accordion .accordion-content p {
    font-size: 1rem;
    margin: 15px 0;
    color: #666666;
}
.faq-container-ul li, .faq-container-ol li {
    font-size: 1rem;
    color: #666666;
    list-style: inside;
    margin-top: 10px;
}
.faq-container-ul li:last-child {
    margin-bottom: 15px;
}
.course-price {
    margin: 30px 0;
    color: white;
    font-size: 22px;
}
.price {
    color: #F4146A;
    font-size: 26px;
}
.offer {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #ebe29a;
}
.offer p {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
}
.offer p:last-child {
    margin: 10px 0;
}
.offer-btn {
    padding: 5px 20px;
    background-color: #f4146a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.offer-btn:hover {
    background-color: #ffffff;
    color: #f4136a;
}
@media (max-width:1600px){
    .hero-content h1 {
        font-size: 38px;
    }
}
@media (max-width:1500px) {
    .hero-content {
        padding: 3% 2% 3% 0%;
    }
    .hero-content ul li:first-child {
        margin-top: 20px;
    }
}
@media (max-width:1280px) {
    .hero-content {
        padding: 3% 3% 3% 0%;
    }
    .hero-content ul li:first-child {
        margin-top: 20px;
    }
}
@media (max-width:1200px) {
    .hero-content {
        padding: 2% 3% 3% 0%;
    }
    .hero-content h1 {
        font-size: 38px;
    }
    .banner-content {
        font-size: 22px;
    }
    .hero-btn {
        padding: 13px 28px;
        font-size: 19px;
    }
    .price {
        font-size: 23px;
    }
    .course-price {
        margin: 20px 0;
        font-size: 20px;
    }
}
@media (max-width:1024px) {
    .faq-container, .accordion-course, p.course-con-para {
        width: 70%;
    }
    .hero-content h1 {
        font-size: 32px;
    }
    .hero-content ul li {
        font-size: 14px;
    }
    .hero-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
    .hero-content ul li:first-child {
        margin-top: 20px;
    }
    .hero-content ul li::before {
        height: 18px;
        width: 19px;
        background-size: 16px;
        margin-right: 10px;
        position: relative;
        top: 6px;
    }
    .banner-content {
        font-size: 20px;
        line-height: 27px;
    }
    .hero-content {
        padding: 2% 2% 0% 2%;
    }
    .course-price {
        font-size: 18px;
    }
    .price {
        font-size: 20px;
    }
}
@media (max-width:821px) {
    .hero-content {
        padding: 0;
    }
}
@media (max-width:768px) {
    .course_curriculem .accordion-course ul li {
        width: 100%;
    }
    section {
        width: 98%;
        margin: 30px auto 0 auto;
    }
    footer {
        width: 98%;
        margin: 50px auto 0 auto;
    }
    p.course-con-para {
        width: 90%;
    }
    .faq-container, .accordion-course {
        width: 90%;
    }
    .hero-banner {
        display: block;
        padding: 25px 0px;
        width: 100%;
    }
    .hero-content h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .banner-content {
        font-size: 24px;
    }
    .hero-content ul li {
        font-size: 14px;
    }
    .desc-banner {
        display: none;
    }
}
@media (max-width:475px) {
    #kiwi-big-iframe-wrapper{
    	display: none;
    }
    .accordion .accordion-content {
        margin-left: 10px;
        font-size: 14px;
    }
    .usp_cont h3 {
        font-size: 16px;
        text-transform: uppercase;
    }
    .usp_cont p {
        font-size: 14px;
    }
    .column p {
        margin: 0 0 5px 0 !important;
        padding: 0 !important;
    }
    .hero-content h1 {
        font-size: 22px;
        text-align: center;
    }
    .hero-btn {
        font-size: 20px;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
    .hero-content ul li::before {
        margin-right: 10px;
    }
}
.stu-name:hover {
    color: #F4146A;
}
#myBtn {
    display: none !important;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #F4146A;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #333333;
}
/* student testimonial */
.google_rating {
    background: #FFFFFF;
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.gr_text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.span.gr_text_rating {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    font-family: 'Roboto';
}
a.g_btn {
    background: #00ADC6;
    color: white;
    padding: 14px 24px;
    border: 1px solid #00ADC6;
}
a.g_btn:hover {
    background-color: #f4136a;
}
.reiew_sub {
    margin-top: 15px;
    font-size: 14px;
}
.review_text p {
    font-size: 14px;
    font-weight: 600;
}
/* wp chat button */
#whats-chat {
    position: fixed;
    bottom: 40px;
    height: auto;
    width: auto;
    background: #25D366;
    padding: 10px 10px 2px 10px;
    border-radius: 30px;
    right: 24px;
    z-index: 1;
}
#whats-chat:hover {
    cursor: pointer;
}
#chat-box {
    position: fixed;
    bottom: 31%;
    right: -500px;
    width: 300px;
    height: 170px;
    transition: all .5s;
    z-index: 1;
}
#chat-top {
    width: 100%;
    line-height: 2;
    background: rgb(18, 140, 126);
    color: white;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
}
#chat-msg {
    background: #ece5dd;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 25px -10px #999;
}
#chat-msg p {
    font-size: 14px;
    padding: 5px;
    background: white;
    margin-bottom: 10px;
}
#chat-form {
    display: flex;
}
.chat-in {
    width: 80%;
}
#chat-form input {
    border-radius: 5px 0 5px 5px;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 5px;
    line-height: 2;
    width: 100%;
}
#send-btn {
    width: 20%;
    padding: 5px 0 5px 20px;
    cursor: pointer;
}
#chat-top-right {
    float: right;
    padding: 3px 0 0 0;
    cursor: pointer;
}
#chat-box:after {
    content: '';
    position: absolute;
    top: 191%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #ece5dd;
    rotate: 179deg;
}
.select-course {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.select-course a {
    padding: 5px;
    border: 1px solid blue;
    border-radius: 50px;
    text-align: center;
}
.right {
    float: right
}
.clear {
    clear: both
}
.desc-img {
    margin-top: 30px;
    max-width: 100%;
}
.mob-img {
    display: none;
}
/* explor css */
.header-btn{
    display: flex;
    gap: 20px;
}
.dropdown {
    /* float: left;
    overflow: hidden; */
    padding: 12px 30px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    background: white;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    padding: 0 0 10px 30px;
    width: 80%;
    top: 110px;
    box-shadow: 2px 2px 15px 0 #e5e5e5;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.column {
    float: left;
    width: 24.99%;
    padding: 20px 10px 10px 20px;
    background-color: white;
    height: auto;
}
.column a {
    float: none;
    color: #666666;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.column p {
    padding: 0 0 0 10px;
    color: #F4146A;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}
.column a:hover {
    background-color: #F4146A;
    color: white;
}
/* form css */
#form-container .form-button {
    overflow: visible;
}
#form-container .form-button,
select {
    text-transform: none;
}
#form-container .form-button, input, select, textarea {
    color: #5a5a5a;
    font: inherit;
    margin: 0;
}
input {
    line-height: normal;
}
textarea {
    overflow: auto;
}
#form-container {
    border: solid 1px #ffffff;
    margin: 0 auto;
    position: relative;
    background-color: white;
}
.custom-form {
    padding: 20px 30px 20px 30px;
}
#form-container h5 {
    color: #474544;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
.underline {
    border-bottom: solid 2px #474544;
    margin: 10px auto;
    width: 80px;
}
#form-container .email, .city {
    float: right;
    width: 45%;
}
#form-container input[type="text"], [type="email"], [type="tel"], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    width: 100%;
}
#form-container input[type="text"]:focus, [type="email"]:focus, [type="tel"]:focus, textarea:focus {
    outline: none;
}
#form-container .message {
    float: none;
}
#form-container .user-name, .telephone {
    float: left;
    width: 45%;
}
select::-ms-expand {
    display: none;
}
.subject {
    width: 100%;
}
textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}
#form-container::-webkit-input-placeholder {
    color: #474544;
}
#form-container:-moz-placeholder {
    color: #474544;
    opacity: 1;
}
#form-container::-moz-placeholder {
    color: #474544;
    opacity: 1;
}
#form-container:-ms-input-placeholder {
    color: #474544;
}
.form-submit {
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: #f4146a;
}
.form-submit:hover {
    background: #474544;
    color: #f2f3eb;
}
.demo-sec {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 60px;
    margin-top: 5px;
}
.demo-sec ul li {
    list-style-image: url('/wp-content/uploads/2023/04/Group-914.svg');
    font-size: 18px;
    padding: 10px;
}
.demo-ul {
    display: flex;
    gap: 60px;
}
.stu-feedback {
    background-color: #f4146a1a;
    padding: 70px 0 100px 0;
    margin-bottom: -50px;
}
.feedback {
    margin-top: 30px;
}
.reserved-ecare {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #F4146A;
}
.reserved-ecare div{
    font-size: 14px;
    color: #333333;
}
.infoway-log {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*book now form */
#book-now {
    max-width: 420px;
    margin: 0 0 30px 0;
    background-color: #FEE7F0;
    border-radius: 20px;
}
.feedback-input {
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 10px 10px 10px 20px;
    margin-bottom: 0px !important;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    border: none;
    border-radius: 5px;
}
.book-field[type="submit"] {
    width: 100%;
    background: #F4146A;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 16px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}
.book-field[type="submit"]:hover {
    background: white;
    color: #F4146A;
}
#book-now p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #F4146A;
    line-height: 22px;
}
#book-now p:last-child {
    font-size: 14px;
    line-height: 22px;
}
.book-form {
    background-color: #FEE7F0;
    padding: 15px 20px 10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px 20px 0 0;
}
.book-field {
    padding: 10px 20px 30px 20px;
}
#book-now .book-field{
    padding: 0 20px 30px 20px;   
}
.book-field p:first-child{
    font-weight: 400 !important;
}

@media (max-width: 1700px) {
    #chat-box {
        bottom: 34%;
    }
}

@media (max-width: 1500px) {
    #send-btn {
        padding: 0px 0 0px 20px;
    }
    .dropdown-content {
        width: 90%;
    }
}

@media (max-width:1200px) {
    .column a {
        padding: 4px 0px 4px 12px;
        font-size: 14px;
    }
    .column p {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    #chat-box {
        bottom: 39%;
    }
    .call {
        font-size: 18px;
    }
    .demo-sec {
        flex-wrap: wrap;
    }
}

@media (max-width: 821px) {
    #chat-box {
        bottom: 26%;
    }
}

@media (max-width:768px) {
    .column {
        width: 100%;
        height: auto;
    }
    .google_rating {
        flex-direction: column;
        gap: 30px;
        padding: 20px 40px 34px 40px;
    }
    #form-container {
        margin: 20px auto;
    }
    #chat-box {
        bottom: 35%;
    }
}

@media (max-width:500px) {
    .logo {
        max-width: 200px;
    }
    header {
        margin-top: 0px;
    }
    .call {
        display: none;
    }
    .form-sub {
        margin-top: 15px !important;
    }
    .book-field br {
        display: none;
    }
    .feedback-input {
        margin-bottom: 15px !important;
    }
    #book-form input {
        margin-bottom: 0px !important;
    }
    span#radiobtn_book {
        margin-bottom: 17px !important;
    }
    span#radiobtn .wpcf7-list-item label {
        margin-right: 2%;
        width: 100%;
        padding: 12px 22px !important;
        display: inline-block;
    }
    .arrow_online p {
        font: normal normal 800 19px/40px Montserrat !important;
    }
    .arrow_online h3 {
        font-size: 16px !important;
    }
    span#radiobtn .wpcf7-list-item {
        width: 49%;
    }
    span#radiobtn span.wpcf7-list-item.first {
        margin-right: 2%;
    }
    span#radiobtn span.wpcf7-list-item{
        margin-bottom: 0;
    }
    #book-now {
        margin: 0 auto;
    }
    .book-form {
        text-align: center;
    }
    #book-now p:first-child {
        font-size: 26px;
        line-height: 28px;
    }
    #book-now p:last-child {
        font-size: 14px;
        line-height: 22px;
    }
    .book-field input.wpcf7-form-control.has-spinner.wpcf7-submit.form-sub {
        font-size: 14px;
        padding: 10px;
        margin-top: 0;
    }
    .book-img{
        display: none;
    }
    .column a {
        text-align: left !important;
    }
    .dropdown:hover .dropdown-content {
        z-index: 2;
    }
    .gr_text {
        flex-direction: column;
        margin-top: 10px;
    }
    .google_rating img {
        max-width: 100%;
    }
    a.g_btn {
        padding: 10px 14px;
        font-size: 14px;
    }
    #whats-chat , #myBtn , #chat-box:after {
        display: none !important;
    }
    #chat-box {
        bottom: 34%;
    }
    .desc-img {
        margin-top: 30px;
        display: none;
    }
    .mob-img {
        display: block;
        margin: 20px 0;
        max-width: 100%;
    }
    .banner-content {
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        line-height: normal;
    }
    .fees {
        font-size: 24px;
        line-height: normal;
    }
    .price {
        font-size: 34px;
    }
    #form-container h5 {
        font-size: 26px;
    }
    .underline {
        width: 68px;
    }
    .form-submit {
        padding: 7px 0;
        font-size: 12px;
    }
    #form-container input[type="text"], [type="email"], [type="tel"], select, textarea {
        font-size: 10px;
    }
    .demo-sec {
        margin-top: 20px;
    }
    .demo-sec ul li {
        font-size: 14px;
        margin-left: 10%;
        padding: 5px 10px;
    }
    .demo-sec img {
        max-width: 100%;
    }
    .demo-ul {
        flex-wrap: wrap;
        gap: 0;
    }
    .demo-ul ul {
        width: 100%;
    }
    .demo-sec ul:first-child li:first-child {
        margin-top: -40px;
    }
    .reserved-ecare {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 40px;
    }
    .infoway-log img {
        max-width: 40%;
    }
    .accordion button {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 45px 10px 20px;
        line-height: 22px;
    }
    .accordion .accordion-content p {
        font-size: 14px;
    }
    .content-1 {
        font-size: 13px;
        color: #666;
    }
}

@media (max-width: 420px) {
    #form-container h5 {
        font-size: 14px;
    }
    .underline {
        width: 53px;
    }
    .demo-sec ul li {
        margin-left: 7%;
    }
}

@media (max-width:300px) {
    .demo-sec ul li {
        margin-left: 10%;
    }
}
.Course_Cont form input.wpcf7-form-control.has-spinner.wpcf7-submit.form-sub-inner {
    background: #F4146A 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font: normal normal bold 17px/25px Montserrat;
    letter-spacing: 0;
    color: #FFF;
    text-transform: uppercase;
    border: none;
}
 /* Loading Overlay Styles */
 .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); 
    justify-content: center;
    align-items: center;
    z-index: 999999; 
    display: none;
}
.loading-spinner {
    border: 4px solid #3498db;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.accordion-course button::after {
    content: '+';
    font-size: 21px;
    /* background-image: url(/wp-content/uploads/2023/09/ic_chevron_right_24px.svg); */
    background-repeat: no-repeat;
    background-size: 8px;
    float: right;
    /* padding-top: 16px;
    padding-right: 12px; */
}
.accordion-course .accordion-item.active button:after {
    content: '-';
    font-size: 21px;
    /* background-image: url(/wp-content/uploads/2023/09/ic_chevron_bottom_24px.svg); */
    background-repeat: no-repeat;
    background-size: 13px;
    float: right;
      /* padding-right: 14px;
  padding-top: 10px; */
    margin-top: 5px;
}
/*--- Lead Header Css ---*/
.lead-head-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lead-head-wrapp .lead-head-logo img {
    max-width: 180px;
}
.lead-head-std ul {
    display: flex;
    gap: 10px;
}
.lead-btns {
    display: flex;
    gap: 10px;
}
.lead-btns a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    background-color: #CEE0FF;
    padding: 8px 20px;
    border-radius: 5px;
    border: 2px solid #CEE0FF;
}
.lead-btns a:hover {
    background-color: #fff;
}
.lead-head-std {
    display: flex;
    gap: 15px;
}
.alumni-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 60px auto 20px;
}
.home-alumni-vdo, .home-alumni-content {
    flex: 1;
}
.home-alumni-vdo iframe {
    width: 90%;
    height: 430px;
}
.home-alumni-content p {
    margin-bottom: 30px;
}
.footer-logo a:after {
    display: none;
}

@media (min-width: 501px){
    .mob-btn{
        display: none;
    }
}
@media (max-width: 500px){
    .desk-btn, #overmask-desk{
        display: none;
    }
    #dropdown-content {
        position: fixed;
        top: 150px !important;
        left: -100%;
        width: 100%;
        height: 75vh !important;
        z-index: 1000;
        transition: left 0.3s ease;
        display: block !important;
    }
    #dropdown-content.active {
        left: 0;
    }
}
@media (min-width: 1441px) {
    .alumni-wrap {
        width: 80%;
    }
}
@media (max-width: 992px) {
    .alumni-wrap {
        flex-direction: column;
        margin-bottom: 70px;
        margin-top: 30px;
    }
    .home-alumni-vdo, .home-alumni-content, .home-alumni-vdo iframe {
        width: 100%;
    }
    .home-alumni-content p:first-child {
        margin-bottom: 15px;
    }
    .home-alumni-content p:last-child {
        margin-bottom: 30px;
    }
    .home-alumni-vdo iframe {
        height: 315px;
    }
    .home-alumni-content div {
        text-align: center;
    }
}

/* New Whatsapp Style */
.hidden-chat {
    display: none !important;
}
.chat-container {
    position: fixed;
    bottom: -20px;
    right: 20px;
    z-index: 1000;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    background: #ece5dd;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: translateY(600px); 
    transition: transform 0.3s ease-in-out;
}
.chat-container.open {
    transform: translateY(-60px); 
}
.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #075e54;
    color: #fff;
}
.profile-img {
    padding: 8px;
    border-radius: 50%;
    background-color: #f4146a;
    max-width: 45px;
    max-height: 45px;
    margin-right: 10px;
}
.chat-header .profile {
    display: flex;
    align-items: center;
}
.chat-header .profile img {
    width: 100%;
    height: 100%;
}
.profile-name-online {
    display: flex;
    flex-direction: column;
}
.chat-header .profile .name-chat {
    font-weight: bold;
    color: #fff;
}
.chat-header .profile .status {
    font-size: 12px;
    color: #fff;
}
.chat-header .close-btn {
    font-size: 20px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}
.chat-body {
    flex: 1;
    padding: 15px 25px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-image: url('/wp-content/uploads/2024/11/Whatsapp-bg.jpg');
}
.incoming .gender.small-screen .wpcf7-list-item {
    margin: 0;
}
.incoming .gender.small-screen .radio_btn {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.incoming .gender.small-screen span#type-label-c {
    font-size: 15px;
    font-weight: 500;
}
.message {
    max-width: 100%;
    padding: 20px 35px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
}
.incoming {
    background: #fff;
    align-self: flex-start;
    border-radius: 0px 8px 8px 8px;
    position: relative;
}
.incoming::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: 0;
    border: 22px solid;
    border-color: #fff transparent transparent transparent;
}
button#toggle-chat {
    font-size: 24px;
    background: linear-gradient(90deg, rgb(18, 198, 101) 0.85%, rgb(0, 148, 70) 100%);
    border-radius: 50%;
    padding: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    height: 60px;
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 1;
}
button#toggle-chat img {
    width: 100%;
    height: 100%;
}
button#toggle-chat.hidden-chat {
    display: none;
}
.incoming .gender {
    display: none;
}
.incoming .gender.small-screen {
    display: block;
    margin: 10px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.incoming .gender.small-screen input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid rgb(0, 0, 0, 35%);
    outline: none;
    box-sizing: border-box;
    appearance: none;
    background: white;
    border-radius: 4px;
}
.incoming .gender.small-screen input[type="radio"]:checked {
    background: #F4146A;
    border: 2px solid #F4146A !important;
}
.incoming .gender.small-screen .radio_btn label {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    gap: 5px;
}
.incoming form .cf-form-input-fields input, .incoming form .cf-form-input-fields select, .incoming form .cf-form-input-fields textarea {
    max-width: 100% !important;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #474544 !important;
    margin: 0 0 20px !important;
    padding: 0 0 5px !important;
    border-radius: 0 !important;
    outline: none !important;
    font-size: 14px !important;
    letter-spacing: normal !important;
    color: #5a5a5a !important;
}
.incoming form .cf-form-input-fields textarea {
    height: 50px;
}
.incoming form input.wpcf7-submit {
    padding: 5px 20px;
    background-color: #F4146A;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #F4146A;
}
.incoming form input.wpcf7-submit:hover {
    border: 2px solid #f4146c !important;
}
@media (max-width: 420px){
    .chat-container {
        left: 2.5%;
        width: 95%;
    }
    .incoming .gender.small-screen .radio_btn {
        gap: 10px;
    }
}

/* New Mega Menu */
.new-mega-menu a span, .new-mega-menu a {
    transition: all 0.5s ease;
}
.new-mega-menu a:hover span, .new-mega-menu a:hover {
    color: #F4146A;
}
.dropdown-content{
    padding: 0;
}
.new-mega-menu .mega-wrap > div {
    width: 28%;
    border-left: 2px solid #ddd;
    padding-left: 30px;
}
.new-mega-menu .mega-wrap > div:first-child {
    padding-left: 0;
    border-left: none;
}
.new-mega-menu .mega-wrap {
    padding: 0px 20px;
    max-width: 84%;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}
.new-mega-menu .mega-wrap .mega-inner .menu-cat-title, .new-mega-menu .menu-side .menu-side-title {
    font-weight: 600;
}
.new-mega-menu .mega-wrap .mega-inner ul {
    display: flex;
    flex-wrap: wrap;
}
.new-mega-menu .mega-wrap .mega-inner ul li {
    width: 100%;
    margin-bottom: 10px;
}
.new-mega-menu .mega-wrap .mega-inner ul li img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 9px;
}
.new-mega-menu .mega-wrap .mega-inner ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.new-mega-menu .mega-wrap .mega-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.new-mega-menu .mega-wrap .mega-inner {
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}
.new-mega-menu .mega-wrap .mega-inner:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.new-mega-menu .mega-wrap .mega-inner:first-child {
    padding-top: 0;
}
.new-mega-menu {
    display: flex;
    padding: 20px;
    max-height: 75vh;
    height: 100%;
}
.new-mega-menu a{
    width: max-content;
    max-width: 100%;
    position: relative;
    font-size: 15px;
}
.new-mega-menu .menu-side {
    padding: 0px 30px;
    border-left: 2px solid #ddd;
    position: sticky;
    top: 0;
}
.new-mega-menu .menu-side ul {
    margin-top: 15px;
}
.new-mega-menu .menu-side ul li {
    margin-bottom: 12px;
    line-height: 1.2;
}
.new-mega-menu .mega-wrap .mega-inner ul li a span {
    display: flex;
}
.new-mega-menu .mega-wrap::-webkit-scrollbar {
    width: 4px;
}
.new-mega-menu .mega-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
}
.new-mega-menu .mega-wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px;
}
#greet_wrapper.greet_wrapper{
    z-index: 1;
}
@media (max-width: 1350px){
    .new-mega-menu .mega-wrap > div {
        width: 30%;
    }
}
@media (max-width: 1100px){
    .new-mega-menu .mega-wrap {
        max-width: 64%;
        flex-wrap: wrap;
    }
    .new-mega-menu .mega-wrap > div {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .new-mega-menu .mega-wrap .mega-inner:last-child {
        padding: 20px 0;
        border-bottom: 2px solid #ddd;
    }
    .new-mega-menu .mega-wrap .mega-inner:first-child {
        padding: 20px 0;
    }
    .new-mega-menu .mega-wrap .data-mega-menu .mega-inner:last-child {
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    .new-mega-menu .mega-wrap .software-mega-menu .mega-inner:first-child {
        padding-top: 0;
    }
}
@media (max-width: 990px){
    .new-mega-menu .mega-wrap .mega-inner ul li {
        max-width: 100%;
    }
    .new-mega-menu .mega-wrap {
        max-width: 65%;
    }
}
@media (max-width: 670px){
    .new-mega-menu .mega-wrap .mega-inner ul li:last-child {
        margin-bottom: 0;
    }
    .new-mega-menu {
        max-height: unset;
        height: unset;
    }
    .new-mega-menu .mega-wrap {
        max-width: 100%;
        padding: 0;
    }
    .new-mega-menu .menu-side {
        display: none;
    }
    .new-mega-menu .mega-wrap .mega-inner ul li a {
        align-items: flex-start;
    }
}

[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display: none !important;
}