/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #434242;
  }*/


/*  
.main {
    width: 100%;
    min-height: 380px;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  
  .service {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s;
  }
  
  /* Mengatur posisi logo service */
  .service-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -90px auto 0;
    background: #fff;
    border: 18px solid #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Membuat border title */
  .service h4 {
    height: 35px;
    width: 80%;
    margin: 50px auto;
    background: #fff;
    position: relative;
  }
  
  .service h4::after,
  .service h4::before {
    content: '';
    width: 40px;
    height: 30px;
   position: absolute;
   z-index: -1;
  }
  
  .service h4::after {
    background: linear-gradient(to right, #fff, #007bff);
    right: -5px;
    top: -5px;
  }
  
  .service h4::before {
    background: linear-gradient(to right, #007bff, #fff);
    left: -5px;
    bottom: -5px;
  }
  
  
  /* membuat shadow untuk service */
  .main::after {
    content: '';
    height: 200px;
    width: 80%;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 10%;
    z-index: -1;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s;
  }
  .main::before {
    content: '';
    height: 200px;
    width: 64%;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 18%;
    z-index: -2;
  }
  
  .main:hover .service {
    transform: translateY(-50px);
  }
  
  .main:hover::after {
    transform: translateY(-25px);
  }
  
  .service-logo img {
    transition: transform 1s;
  }
  
  .main:hover .service-logo img {
    transform: rotate(360deg);
  }
*/
/*progress loader no 2*/

th {
    color: #13b4ffeb !important;
}
  section#intro {
    font-family: "Share Tech Mono", monospace;
    color: #000;
    text-transform: uppercase;
  }
  section#intro p.init:before {
    content: "Status: ";
  }
  section#intro span.progress-loader {
    font-size: 80px;
    margin: 0;
    color: #000;
  }
   span.progress-loader:after {
    content: "+";
    font-family: ARIAL;
    font-size: 50px;
  }
  
  .inner-centered {
    position: relative;
  }
  .inner-centered.x {
    margin: 0 auto;
    text-align: center;
  }
  
/*demo form */
.pre_foot_form {
    margin-top: -20px;
}
.screen-reader-response p, .screen-reader-response li{
    display: none !important;
}
.input-group.demo-group {
    flex-wrap: unset !important;
}
.demo-form {
    padding: 13.5px .75rem !important;
}
.demo-form-button:hover {
    color: #ffffff !important;
    background-color:#000000 !important;
}

.demo-form-button {
    color: #000000 !important;
    background-color: #ffffff !important;
}
/*text animation */
a.clicked {
  color: #ffc107;
    border-color: #ffc107;
}
.title {
    opacity: 0;
    -webkit-animation: fade-in-bottom ease 0.4s forwards;
            animation: fade-in-bottom ease 0.4s forwards;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  
  .content {
    opacity: 0;
    -webkit-animation: fade-in-bottom ease 0.4s forwards;
            animation: fade-in-bottom ease 0.4s forwards;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  
  @-webkit-keyframes fade-in-right {
    from {
      opacity: 0;
      transform: translateX(-15px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade-in-right {
    from {
      opacity: 0;
      transform: translateX(-15px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes grow-left {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  @keyframes grow-left {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes fade-in-bottom {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fade-in-bottom {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
:root {
    --bs-primary: #34629D;
    --bs-danger: #f4553b;
    --bs-black: #000;
    --bs-white: #ffffff;
    --bs-font-roboto: 'Roboto', sans-serif;;
}
.row.mockup_effect {
    justify-content: space-around;
}
/*#str {
    margin: 0px auto;
    font-weight: bold;
}*/
body {
    font-weight: 400; 
    font-family: var(--bs-font-roboto); 
    color:  var(--bs-black); 
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--bs-font-roboto);
    color: var(--bs-black);
    font-weight: bold; 
    line-height: 1.2em;
    margin-bottom: 40px; 
}
h1, .h1 {
    font-size: 58px;
}
h2, .h2 {
    font-size: 48px;
}
h3, .h3 {
    font-size: 38px;
}
h4, .h4 {
    font-size: 35px;
}
h5, .h5 {
    font-size: 30px;
}
h6, .h6 {
    font-size: 21px;
}
ul {
    padding: 0;
}
li {
    list-style: none;;
}
.btn {
    font-size: 18px;
    font-weight: 400;
    padding: 12px 35px;
    border: 1px solid transparent;
    border-radius: 0;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-white {
    background-color: var(--bs-white);
    color: var(--bs-black);
}
.btn-white:hover {
    background-color: transparent;
    color: var(--bs-white);
    border-color: var(--bs-white);
}
a, .btn {
    transition: all .5s;
    text-decoration: none;
}
button i {
    color: #ffc107;
}
.header_logo {
    width: 140px;
}
.header_list {
    padding: 10px;
}
.header_list a {
    font-size: 18px;
    color: var(--bs-white);
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}
.header_list a:hover, .header_list a.active {
    color: #000000;
    border-color: #000000;
}
header li.nav-item {
    margin: 0 10px;
}
.btn_sing_in, .btn_post {
    font-size: 18px;
    color: var(--bs-white);
    border: unset;
    transition: 0.5s;
}
.btn_sing_in:hover, .btn_post:hover {
    background-color: #000000;
    color: #ffc107;
}
.header-contact-btn a.active {
    background: transparent;
    color: #ffc107;
    border-bottom: 2px solid #ffc107;
}
.hero_section {
    background: url("https://codextech-it.com/wp-content/uploads/2024/01/codex-tech-hero-1.jpg") no-repeat center;
    background-size: cover;
    color: var(--bs-white);
    height: 800px;
    margin-top: -89px;
}
.job_and_career_heading h1 {
    color: var(--bs-white);
    font-weight: 900;
}
.job_and_career_heading span {
    color: #ffc107;
}
.job_and_career_heading p {
    color: var(--bs-white); 
    max-width: 850px;
    margin: 0 auto 40px;
}
.banner_content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero_job_search {
    max-width: 1000px;
    width: 100%;
}
.hero_job_search label p {
    font-size: 12px;
    font-weight: 400;
}
.hero_job_search input {
    font-size: 18px;
    border: unset;
    border-radius: unset;
    padding: 13px 20px;
}
.form-control:focus {
    box-shadow:unset; 
}
.find_jobs_bnt button {
    padding: 12px 35px;
    background-color: #ffc107;
}
.discover_btn button {
    font-size: 19px;
    font-weight: 600;
}
h2 span, h3 span {
    color: #ffc107;
}
.client-slide-content p {
    font-size: 16px;
    margin: 10px 0;
}
.slick-dots li button:before {
    font-size: 10px !important;
}
.slick-dots li.slick-active button:before {
    color: #ffc107 !important;
}
.slick-dots {
    bottom: -70px !important;
}
.till_Confused_section {
    background: url("https://codextech-it.com/wp-content/uploads/2024/01/still-confused-banner-1.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.till_Confused_heading h2 {
    color: var(--bs-white);
}
.till_Confused_heading h2 span {
    color: #ffc107;
}
.over_all_img img {
    position: absolute;
    right: 0;
    max-width: 750px;
}
.till_Confused_heading p {
    color: var(--bs-white);
}
.btn-light {
    background-color: var(--bs-white) !important;
    color: var(--bs-black);
}
.btn-light:hover {
    background-color: #000000 !important;
    color: var(--bs-white);
    border-color: #000000;
}
.form-control {
    border-radius: 0;
}
.pre_foot_heading h3 {
    margin-bottom: 0;
    color: var(--bs-white);
}
.pre_foot {
    background-color: #000000;
}
.pre_foot .form-control {
    background-color: transparent;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
    border-right: none;
}
.pre_foot .btn-light:hover {
    background-color: var(--bs-black) !important;
}
.pre_foot ::placeholder {
    color: var(--bs-white);
}
/* footer section */
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 107%;
    background: #000000;
}
.footer-social-icon i:hover {
    color: #000000;
    background: #f4553b;
}
img.image-footer {
    max-width: 75%;
}
.footer_section {
    background-image: url("https://codextech-it.com/wp-content/uploads/2024/01/World_map_blank_gmt-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.footer_list a {
    font-size: 16px;
    font-weight: 400;
    color: #a1a19e;
}
.footer_list a:hover {
    color: #000000;
}
.footer_row h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.footer_list li {
    padding: 3px 0;
}
.footer_icon i {
    color: #000000;
}

.btn-danger {
    color: var(--bs-white);
    background-color: #000000 !important;
}
.btn-danger:hover {
    color: var(--bs-white);
    background-color: var(--bs-black) !important;
    border-color: #000000;
}
.foot_contact_details p, .foot_contact_details a {
    font-size: 16px;
    color: #a1a19e;
}
.foot_contact_details a:hover {
    color: #ffc107;
}
section, .section {
    padding: 100px 0;
}
.footer_section {
    padding: 70px 0 0;
}
.bottom_foot p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #a1a19e;
}
.bottom_foot {
    padding: 20px 0;
    border-top: 1px dashed #d7d7d6;
}
.Question_section {
    background-color: #f6f7f9;
}
.question_img img {
    border-radius: 100%;
    height: 525px;
    width: 525px;
    object-fit: cover;
}
.accordion-button:focus {
    box-shadow: unset;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-black);
    background-color: var(--bs-white);
    box-shadow: inset unset;
}
.accordion-item {
    border: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image:  url("https://codextech-it.com/wp-content/uploads/2024/01/Untitled-2-1.png");
  
}
.Jobs_we_section {
    background-color: #000000;
}
.Jobs_we_heading h2 span , .Jobs_we_heading p{
    color: var(--bs-white);
}
.jobs_list li h6 {
    color: var(--bs-white);
    margin-bottom: 25px;
}
.product-detail h3 {
    color: var(--bs-white);
}
.product-detail {
    position: absolute;
    height: 90px;
    bottom: 0px;
    overflow: hidden;
    padding: 20px 50px;
    background-color: #000000af;
    transition: all .5s;
    text-align: center;
    color: var(--bs-white);
}
.mockup_effect .card {
    overflow: hidden;
}
.mockup_effect .card img {
    transition: .9s ease all;;
}
.mockup_effect .card:hover img {
    transform: scale(1.1);
}  
.mockup_effect .card:hover .product-detail {
    height: calc(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.our_services {
    background-color: #f7f7f7;
}
.services-slider-item {
    width: 33.33%;
    margin-bottom: 20px;
}
.services-box {
    background: linear-gradient(180deg, #EAEAEA 0%, rgba(234, 234, 234, 0.27) 100%);
    padding: 25px;
    margin: 10px;
    border-radius: 7px;
    transition: all 0.5s;
}
.services-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.services-title h6 {
    margin: 0 0 0 20px;
}
.our_services_box {
    display: flex;
    align-items: center;
}
.services_pera p {
    padding: 40px 0 0;
    font-size: 16px;
    transition: all .5s;
}
.services-icon img {
    width: 30px;
    transition: all .5s;
}
.services-box:hover .services-title h6 {
    font-size: 23px;
}
.services-title h6 {
    transition: all .5s;
}
.services-box:hover .services-icon img {
    width: 40px;
}
.services-box:hover .services_pera p {
    font-size: 18px;
}
.client-slider-item {
    padding: 20px;
    margin: 0px 5px;
    border: 1px solid #e1e1e1;
}
.faq_content .accordion-item {
    border-radius: 20px;
    margin-bottom: 20px;
}
.faq_content .accordion-button {
    border-radius: 20px !important;
    font-size: 22px;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.inner_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
    background-color: #ffffff;
    height: 400px;
    padding-top: 150px;
    margin-top: -89px;
}
.about_banner {
    background-image: url("https://hidanitech.com/images/about.png");
}
.banner_heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner_heading h1 {
    color: var(--bs-white);
}
.breadcrumbs a {
    color: var(--bs-white);
    margin: 0 5px;
}
.breadcrumbs a:hover {
    color: #000000;
}
.breadcrumbs span {
    color: var(--bs-white);
    margin: 0 5px;
}
.inner_banner .container {
    height: 100%;
}
.inner_page_heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.inner_page_heading h6 {
    margin-bottom: 10px;
    color: #000000;
}
.about_video {
    position: relative;
    text-align: center;
}
.about_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.about_video_play a {
    background: #ffc107;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.about_video_play a:hover {
    background: var(--bs-black);
}
.videobox_animation {
    animation-play-state: running;
}
.videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: var(--bs-white);
    opacity: 0;
    animation: circles 3.9s linear 0.0s infinite;
    animation-play-state: running;
}
.videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.videobox_animation.circle_2 {
    animation-delay: 1.3s;
}
.videobox_animation.circle_3 {
    animation-delay: 2.6s;
}
.about_infoboxs {
    background: #f7f7f7;
    padding-top: 250px;
    margin-top: -150px;
}
.about_bx {
    padding: 50px 40px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 6px 5px 25px 0px rgba(0,0,0,0.08);
    transition: all .5s;
}
.about_bx_1 {
    background-image: url("https://codextech-it.com/wp-content/uploads/2024/01/icon-box_bg-01-1.png");
    background-position: left top;
    background-repeat: no-repeat;
    
}
.box_1_padding{
    padding: 37px 40px !important;
}
.about_bx_2 {
    background-image: url("https://codextech-it.com/wp-content/uploads/2024/01/icon-box_bg-02-1.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.about_bx_3 {
    background-image: url("https://codextech-it.com/wp-content/uploads/2024/01/icon-box_bg-03-1.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.infobox_icon_container {
    max-width: 60px;
    margin: 0 auto 20px;
}
.infobox_icon_container img {
    transition: all .5s;
}
.about_bx h4 {
    margin-bottom: 20px;
    transition: all .5s;
}
.about_bx a{
    color: #000000;
}
.about_bx p {
    margin-bottom: 0;
    transition: all .5s;
}
@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.44);
        opacity: 0.5;
    }
    
    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}
.about_bx:hover {
    background-color: #000000;
}
.about_bx:hover .infobox_icon_container img {
    filter: brightness(20);
}
.about_bx:hover h4, .about_bx:hover p, .about_bx:hover a {
    color: var(--bs-white);
}
.mission_content h6 {
    margin-bottom: 10px;
    color: #000000;
}
.mission_content p span {
    color: #ffc107;
}
.testimonials_sec {
    background: url("https://codextech-it.com/wp-content/uploads/2024/01/about-us_03-1.jpg") no-repeat center;
    background-size: cover;
}
.testimonials_sec h2, .testimonials_sec p {
    color: var(--bs-white);
}
.testimonials_item_inner {
    background-color: rgba(255,255,255,0.1);
    box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 40px;
    margin: 0 15px;
}
.testimonials_ava_title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonials_img {
    max-width: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials_title h5 {
    color: var(--bs-white);
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}
.testimonials_title h6 {
    color: #ffc107;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}
.testimonials_quote {
    margin-top: 25px;
}
.contact_form .form-control {
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    font-size: 18px;
}
textarea {
    height: 150px;
    max-width: 100%;
}
.contact_banner {
    background-image: url("https://hidanitech.com/images/contact.png") ;
}
.contact_form_sec {
    background-color: #f7f7f7;
}
.placement_item_inner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.placement_item_inner img {
    /*filter: grayscale(100%);
    opacity: 0.2;*/
    transition: all .5s;
}
.placement_item_inner img:hover {
    filter: grayscale(0);
    opacity: 1;
}
.blog_banner {
    background-image: url("https://codextech-it.com/wp-content/uploads/2024/01/bolog_page_banner-1.jpg") ;
}
.blog_post_img {
    position: relative;
}
.blog_post_img img {
    border-radius: 10px;
}
style attribute {
    color: #000000;
}
.post_date {
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    color: var(--bs-white);
    min-width: 90px;
    border-radius: 0 10px 0 90%;
    padding: 11px 0 23px;
    z-index: 9;
}
.post_taital {
    padding-top: 10px;
}
.post_date h4 {
    color: var(--bs-black);
}
.post_taital h4 a:hover {
    color: #000000;
}
.post_date p {
    margin-bottom: 0;
    font-size: 16px;
}
.post_taital_learning {
    color: #ffc107;
    font-size: 24px;
    font-weight: 500;
    transition: all .5s;
}
.post_taital_learning a{
    color: #ffc107;
    font-size: 24px;
    font-weight: 500;
    transition: all .5s;
}
.post_taital_learning:hover {
    color: var(--bs-black);
}
.post_taital h4 a {
    color: var(--bs-black);
}
.button_read_more {
    color: var(--bs-black);
    position: relative;
    font-weight: 500;
}
.button_read_more:hover {
    color: #000000;
}
.button_read_more:after, .button_read_more:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #000000;
    transform: translateX(-50%);
    transition: width 0.35s ease-in-out;
}

.button_read_more:before {
    width: 100%;
    background: #b7b7b7;
}
.button_read_more:hover:after, .button_read_more:focus:after {
    width: 100%;
    background-color: #000000;
}
.post_taital h4 {
    font-size: 25px;
    margin: 20px 0;
}
.post_date h4 {
    margin-bottom: 0;
    font-size: 28px;
    color: var(--bs-white);
}
.blog_img_hover {
    display: inline-block;
    position: relative;
}
.blog_img_hover::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(40, 40, 40, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}
.blog_img_hover:hover::before {
    opacity: 1;
    transition: 0.4s;
}
.blog_pagenation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    gap: 20px;
}
.blog_pagenation ul li a {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: var(--bs-black);
    border-radius: 50%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
}
.blog_pagenation ul li a:hover {
    background-color: #000000;
    color: var(--bs-white);
}
.services_banner .banner_heading p,.plans_banner .banner_heading p, .canada_plans_banner .banner_heading p {
    color: var(--bs-white);
    margin-bottom: 30px;
}
.services_banner {
    background-image: url("https://hidanitech.com/images/services.png");
}
.plans_banner {
    background-image: url("https://hidanitech.com/images/plans.png");
    background-position: center !important;
}
.canada_plans_banner {
    background-image: url("http://codextech-it.com/wp-content/uploads/2024/02/Canadaplans.jpg");
    background-position: bottom !important;
}
.explore_services_item {
    width: 30%;
    margin-top: 100px;
}
.explore_services_item_inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    background-color: var(--bs-white);
    transition: all .5s;
}
.explore_services_icon {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 80px;
    margin: 0 auto 20px;
    background-color: #000000;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translatex(-50%);
    transition: all .5s;
}
.explore_services_cont {
    margin-top: 50px;
}
.explore_services_cont h5 {
    font-size: 24px;
    margin: 0 auto 20px;
    transition: all .5s;
}
.explore_services_cont p {
    font-weight: 500;
    text-transform: capitalize;
    color: #c3c3c3;
    transition: all .5s;
}
.explore_services_icon img {
    filter: brightness(10);
    transition: all .3s;
}
.explore_services_item_inner:hover {
    background-color: #000000;
}
.explore_services_item_inner:hover .explore_services_icon {
    background-color: var(--bs-white);
}
.explore_services_item_inner:hover .explore_services_icon img {
    filter: brightness(1);
}
.explore_services_item_inner:hover .explore_services_cont h5 {
    color: var(--bs-white);
}
.explore_services_item_inner:hover .explore_services_cont p {
    color: var(--bs-white);
}
.explore_services_item_inner::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 10px;
    display: inline-block;
    background-color: #000000;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all .5s;
}
.explore_services_item_inner:hover:after {
    top: 0;
    left: 0;
}
.explore_services {
    justify-content: center;
}
a.services_details_link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.service_overview_sec {
    background: url("https://codextech-it.com/wp-content/uploads/2024/01/services-banner-2-1.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.service_details_cont h3, .service_details_cont p, .service_details_cont h6 {
    margin-bottom: 20px;
}
.service_details_cont_img {
    position: relative;
}
.service_details_cont_img img {
    border-radius: 30px;
}
.faq_banner {
    background-image: url("https://hidanitech.com/images/faq.png");
}
.single_post {
    position: relative;
}
.single_post_banner_img {
    position: absolute;
    top: -85px;
    z-index: -1;
}
.single_post_main {
   margin-top: 100px;
}
.singel_post_date {
    background-color: #000000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.singel_post_date p , .singel_post_date h4 {
    margin: 0;
    color: var(--bs-white);
}
.singel_post_learning {
    color: #ffc107;
    font-size: 20px;
}
.singel_post_learning:hover {
    color: var(--bs-white);
}
.singel_post_taital h2 {
    color: var(--bs-white)   ;
}
.comments_post {
    padding-right: 30px;
}
.comments_post i {
    padding-right: 10px;
    color: var(--bs-white);
}
.comments_post i:hover {
    padding-right: 10px;
    color: #ffc107;
}
.comments_post a {
    color: var(--bs-white);
}
.title_main p span {
    color: #ffc107;
    font-weight: 600;
}
.share_what img {
    border-radius: 20px;
}
.david_parker h6 {
    margin-bottom: 0;
}
.comments_riply_img img {
    border-radius: 10px;
}
.button_reply {
    background-color: #ffc107;
    padding: 7px 20px;
    height: 35px;
    border-radius: 10px;
    color: var(--bs-white);
    border: 1px solid;
    border-color: #ffc107;
    font-size: 14px;
}
.button_reply:hover {
    background-color: var(--bs-white);
    color: #ffc107;
}
.david_parker p {
    color: #919191;
    font-size: 16px;
}
.reply_comments p {
    font-size: 16px;
}
.comments_box {
    border-bottom: 1px solid #cacaca;
}
.services_form_sec h3 {
    margin-bottom: 10px;
}
.categories_list a {
    color: var(--bs-black);
    font-size: 18px;
    font-weight: 600;
}
.categories_list a:hover {
    color: #000000;
}
.categories_list li {
    padding: 4px 0;
    list-style: disc;
    color: #000000;
    font-size: 22px;
}
.comments_riply_img img {
    max-width: 65px;
}
.recent_post_main {
    display: flex;
}
.david_parker a {
    color: var(--bs-black);
    font-size: 16px;
    font-weight: 600;
}
.david_parker a:hover{
    color: #000000;
}
.investing_box {
    background-image: url("https://codextech-it.com/wp-content/uploads/2024/01/widget-banner-bg-1-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
    padding: 57px 45px;
    text-align: center;
    border-radius: 20px;
}
.investing_box h6 {
 color: var(--bs-white);
 padding: 21px 0;
}
.start_btn {
    border-radius: 5px 5px 0 0;
    background-color: var(--bs-white);
    color: #000000;
    padding: 13px 25px;
}
.investing_box:hover
.start_btn {
    background-color: #000000;
    color: var(--bs-white);
}
.testimonials_p {
    position: relative;
}
.testimonials_p::before {
    content: '';
    background: url("https://codextech-it.com/wp-content/uploads/2024/01/quote-icon-1.png") no-repeat center;
    background-size: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
    display: inline-block;
    height: 50px;
    width: 60px;
    z-index: -1;
    opacity: .2;
}
.testimonials_p::after {
    content: '';
    background: url("https://codextech-it.com/wp-content/uploads/2024/01/quote-icon-1.png") no-repeat center;
    background-size: 50px;
    position: absolute;
    bottom: 15px;
    right: 50px;
    display: inline-block;
    height: 50px;
    width: 60px;
    z-index: -1;
    opacity: .2;
    transform: rotate(180deg);
}
.courses_sec .explore_services_cont p {
    margin-bottom: 0;
}
.courses_sec .explore_services_cont a {
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
}
.courses_sec .explore_services_item_inner:hover .explore_services_cont a {
    color: var(--bs-white);
}
.course_details img {
    max-width: 12px;
    margin-left: 5px;
}
.courses_sec .explore_services_item_inner:hover .course_details img {
    filter: brightness(15);
}
.refer_banner {
    background-image: url("https://hidanitech.com/images/refer.png");
}
.refer_banner h1 {
    margin-bottom: 0;
}
.refer_banner p {
    color: var(--bs-white);
}
.pricing_plans_slider_item {
    width: 33.33%;
}
.canada_plans_slider_item {
    width: 50%;
}
.canada_plans_slider {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.pricing_plans_content_main {
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    transition: all .5s;
}
.canada_plans_main{
     display: block !important;
}
.plans_content_heading h6 {
    font-size: 26px;
    color: #ffc107;
    margin-bottom: 15px;
    transition: all .5s;
}
.plans_content_heading p {
    font-size: 14px;
    margin-bottom: 20px;
    transition: all .1s;
}
.plan_price h4 {
    margin-bottom: 20px;
    transition: all .5s;
}
.plan_price h4 span {
    font-size: 20px;
    color: #ffc107;
}
.plan_price p {
    font-size: 14px;
    transition: all .1s;
}
.plan_price p span {
    color: #ffc107;
    font-weight: 600;
}
.plan-sub-title h6 {
    margin: 0;
    font-size: 14px;
    position: absolute;
    background: #ffc107;
    color: var(--bs-white);
    padding: 40px 0 10px;
    transform: rotate(-45deg);
    top: -15px;
    left: -55px;
    width: 160px;
}
.view_plans .btn {
    font-size: 16px;
}
.pricing_plans_content_main:hover {
    background-color: #235065eb;
    color: var(--bs-white);
}
.pricing_plans_content_main:hover .plans_content_heading h6, .pricing_plans_content_main:hover .plan_price h4 {
    color: var(--bs-white);
}
.pricing_plans_content_main:hover .view_plans .btn {
    background-color: transparent !important;
    border-color: var(--bs-white);
}
.plan_table .table img, .plan_table .table svg {
    max-width: 22px;
}
.view_plans .btn-close {
    position: absolute;
    right: -7px;
    top: -15px;
    background-color: #ffc107;
    border-radius: 50%;
    opacity: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.view_plans .modal-content {
    border: none;
    border-radius: 0;
    padding: 15px;
    background-color: var(--bs-white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.modal-backdrop {
    display: none;
}
.view_plans .modal-header {
    justify-content: center;
    text-align: center;
}
.view_plans .modal-dialog {
    max-width: 600px;
}
.view_plans .modal {
    position: fixed;
    top: 50%;
    transform: translate(-50% , -50%);
    left: 50%;
    height: auto;
}
.view_plans .plan_summary {
    text-align: start;
    color: #000 !important;
}
.view_plans .plans_conditions p {
    color: #ffc107;
    font-weight: 600;
    margin-bottom: 0;
}
.view_plans .plan_summary ul li img {
    max-width: 17px;
    margin-right: 10px;
}
.view_plans .plan_summary ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
.view_plans .modal-header {
    position: relative;
}
.view_plans .modal-header::after {
    content: '';
    display: inline-block;
    height: 4px;
    width: 50px;
    border-radius: 5px;
    background-color: #ffc107;
    position: absolute;
    bottom: -2px;
}
.courses_featured_sec .inner_page_heading {
    text-align: left;
    max-width: 100%;
}
/* table section */
.colum_box {
    width: 16.66%;
}
.log_more {
    border-radius: 8px;
    background: #F8F8F8;
    padding: 30px 36px;
}
.log_more h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.log_more p {
    color: #2D2D2D;
    font-size: 10px;
    font-weight: 400;
}
.log_more h5 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.log_more h5 span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.custome_btn {
    padding: 7px 26px;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--Untitled-button, linear-gradient(268deg, #EE3938 -160.85%, #34629D 106.25%));
    color: var(linear-gradient(268deg, #EE3938 -160.85%, #34629D 106.25%));
    font-size: 18px;
    font-weight: 400;
    transition: all 0.5s;
}
.custome_btn:hover {
    background: var(--Untitled-button, linear-gradient(268deg, #EE3938 -160.85%, #34629D 106.25%));
    color: var(--bs-white);
}
.base_features_heading h2 {
    font-size: 16px;
    font-weight: 500;
}
.base_features_heading {
    color: var(--bs-black);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}
.plan_table .accordion-button {
    color: var(--bs-black);
    font-size: 20px;
    font-weight: 500;
    background-color: var(--bs-white);
    box-shadow: none;
}
.plan_table .accordion-button:not(.collapsed) {
    color: var(--bs-black);
    box-shadow: none;
}
.plan_table .accordion-button:focus {
    box-shadow: none;
}
.plan_table .accordion-button:not(.collapsed) {
    background: var(--bs-white);
    box-shadow: none;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}
.table_colum {
    width: 16.66666667%;
}
.table_colum p {
    font-size: 14px;
    font-weight: 400;
}
.table_main_heading {
    justify-content: end;
    gap: 15px;
}
td p {
    font-size: 16px;
    margin-bottom: 5px;
}
.step-flow .stepflow-wrap {
    padding: 0px 30px;
    text-align: center;
}
.steps-icon {
    position: relative;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 18px;
    box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.1);
    background: var(--bs-white);
    width: 110px;
    height: 110px;
    padding: 25px;
}
.step-arrow {
    left: calc(100% + 20px);
    top: 49%;
    width: 100px;
}
.step-arrow, .step-arrow:after {
    position: absolute;
    display: inline-block;
    border-top: 1px solid #ddd;
}
.step-arrow:after {
    top: -2px;
    right: 5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #ddd;
    color: #ddd;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.steps-icon .steps-label {
    position: absolute;
    top: 5px;
    right: -25px;
    overflow: hidden;
    padding: 12px 8px;
    max-width: 200%;
    border: 3px solid var(--bs-white);
    border-radius: 20px;
    background-color: #000000;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px 8px 10px;
}
.stepflow-wrap h5 {
    font-size: 24px;
    margin-bottom: 15px;
}
.refer-content-sec {
    background: #242937;
}
.refer-sec-1 h6 {
    color: #000000;
    margin-bottom: 10px;
}
.refer-sec-1 h3 {
    color: var(--bs-white);
}
.refer-sec-1 p {
    color: var(--bs-white);
}
.start_earing_sec {
    margin-top: -100px;
}
.start_earning_cont {
    background: #226a9a;
    padding: 50px;
    border-radius: 20px;
}
.start_earning_cont h2 {
    margin-bottom: 20px;
    color: var(--bs-white);
}
.start_earning_cont p {
    margin-bottom: 0;
    color: #000000;
}
.refer-content-sec {
    padding-bottom: 200px;
}
::-moz-selection { 
    color: var(--bs-white);
    background: #ffc107;
}
::selection {
    color: var(--bs-white);
    background: #ffc107;
}
.single_post_banner_img img {
    min-height: 650px;
    object-fit: cover;
}

.hero_section-new {
    color: var(--bs-white);
    margin-top: -89px;
    padding: 0;
}
.banner-img img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}
.hero-silde {
    position: relative;
}
.header_section {
    position: relative;
    z-index: 9999;
}
.container.banner_content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hero-slider .slick-dots {
    right: 30px;
    text-align: right;
    bottom: 20px !important;
}
.hero-slider .slick-dots li button:before {
    color: var(--bs-white);
    opacity: 1;
}
#loom-companion-mv3 {
    display: none;
}








.tooltip_content_bx {
    opacity: 0;
    white-space: normal;
    transition-property: transform,opacity;
    transition-duration: .5s;
    transform-origin: center center;
    position: absolute;
    pointer-events: none;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    background-color: #555a60;
    min-width: 300px;
    font-size: 14px;
    z-index: 9999;
}
.chart_tooltip_point {
    cursor: pointer;
    position: relative;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    color: #000000;
}
.tooltip_point_outer-circle, .tooltip_point_inner-circle {
    content: "";
    display: inline-block;
    box-sizing: content-box;
    border-radius: 50%;
    background-color: #000;
    padding: 4px;
}
.tooltip_point_outer-circle {
    animation: e-hotspot-expand 2s infinite;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 18px;
    height: 18px;
    z-index: 1;
}
@keyframes e-hotspot-expand {
    0% {
        transform: scale(.5);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.tooltip_point_inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000;
    padding: 0;
    height: 15px;
    width: 15px;
    opacity: .2;
}
.tooltip_content_bx ul li {
    margin-bottom: 5px;
}
.chart_tooltip-1 {
    position: absolute;
    z-index: 9;
    top: 143px;
    left: 250px;
}
.tooltip_content_bx-1 {
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px );
}
.chart_tooltip-1:hover .tooltip_content_bx-1 {
    opacity: 1;
    pointer-events: visible;
}
.chart_tooltip-2 {
    position: absolute;
    z-index: 9;
    top: 197px;
    left: 342px;
}
.tooltip_content_bx-2 {
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px );
}
.chart_tooltip-2:hover .tooltip_content_bx-2 {
    opacity: 1;
    pointer-events: visible;
}
.chart_tooltip-3 {
    position: absolute;
    z-index: 9;
    top: 303px;
    left: 342px;
}
.tooltip_content_bx-3 {
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px );
}
.chart_tooltip-3:hover .tooltip_content_bx-3 {
    opacity: 1;
    pointer-events: visible;
}
.chart_tooltip-4 {
    position: absolute;
    z-index: 9;
    top: 355px;
    left: 250px;
}
.tooltip_content_bx-4 {
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px );
}
.chart_tooltip-4:hover .tooltip_content_bx-4 {
    opacity: 1;
    pointer-events: visible;
}
.chart_tooltip-5 {
    position: absolute;
    z-index: 9;
    top: 303px;
    left: 156px;
}
.tooltip_content_bx-5 {
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px );
}
.chart_tooltip-5:hover .tooltip_content_bx-5 {
    opacity: 1;
    pointer-events: visible;
}
.chart_tooltip-6 {
    position: absolute;
    z-index: 9;
    top: 196px;
    left: 157px;
}
.tooltip_content_bx-6 {
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px );
}
.chart_tooltip-6:hover .tooltip_content_bx-6 {
    opacity: 1;
    pointer-events: visible;
}
.infography-chart-img img {
    max-width: 526px;
}

.service_bx_item {
    display: flex;
    flex-wrap: wrap;
    max-width: 54%;
    margin-top: 20px;
}
.service_bx_item .service_bx_ic {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_bx_item .service_bx_ic::before {
    content: '';
    display: inline-block;
    height: 170px;
    width: 170px;
    position: absolute;
    transform: rotate(45deg);
}
.service_bx_item .service_bx_ic::after {
    position: absolute;
    z-index: 8;
    color: #fff;
    font-size: 130px;
    opacity: .2;
}
.service_bx_item .service_bx_contnt {
    width: 70%;
}
.service_bx_item .service_bx_contnt.service_bx_cont_01 {
    padding-left: 50px;
}
.service_bx_item .service_bx_contnt.service_bx_cont_02 {
    padding-right: 50px;
    text-align: right;
}
.service_bx_ic img {
    max-width: 80px;
    position: relative;
    z-index: 9;
    filter: brightness(20);
}
.service_bx_contnt h5 {
    margin-bottom: 15px;
    font-size: 26px;
    color: var(--bs-danger);
}
.service_bx_contnt p {
    font-size: 14px;
}
.services_p {
    height: 105px !important;
    overflow-y: auto;
    padding-right: 5px;
}
.new_services_bx {
    padding: 70px 0 50px;
}
.service_bx_item .service_bx_ic.service_bx_ic_01::before {
    background-color: #01aacb;
}
.service_bx_item .service_bx_ic.service_bx_ic_02::before {
    background-color: #09d1c7;
}
.service_bx_item .service_bx_ic.service_bx_ic_03::before {
    background-color: #fc8d07;
}
.service_bx_item .service_bx_ic.service_bx_ic_04::before {
    background-color: #f14108;
}
.service_bx_item .service_bx_ic.service_bx_ic_05::before {
    background-color: var(--bs-black);
}
.service_bx_item .service_bx_ic.service_bx_ic_01::after {
    content: '01';
}
.service_bx_item .service_bx_ic.service_bx_ic_02::after {
    content: '02';
}
.service_bx_item .service_bx_ic.service_bx_ic_03::after {
    content: '03';
}
.service_bx_item .service_bx_ic.service_bx_ic_04::after {
    content: '04';
}
.service_bx_item .service_bx_ic.service_bx_ic_05::after {
    content: '05';
}
.service_bx_item ::-webkit-scrollbar {
    width: 3px;
}
.service_bx_item ::-webkit-scrollbar-track {
    background: var(--bs-black);
}
.service_bx_item ::-webkit-scrollbar-thumb {
    background: var(--bs-danger);
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px !important;
    }

}
@media (max-width: 1199px) {
    .header_section {
        background: var(--bs-black);
        background-size: 100% 100%;
    }
    .demo-form {
        padding: 12px .75rem !important;
    }
    .header_logo {
        width: 100px;
    }
    .header_list a {
        font-size: 14px;
    }
    .btn {
        font-size: 16px;
    }
    .hero_job_search input {
        font-size: 16px;
    }
    .over_all_img img {
        position: unset;
        max-width: 100%;
    }
    .question_img img {
        height: 380px;
        width: 380px;
    }
    .about_bx h4 {
        font-size: 26px;
    }
    .explore_services_item_inner{
        margin: 0 20px 40px;
    }
    main {
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .banner_content {
    padding: 100px 10px 20px 10px;
}
    .job_and_career_heading  h1{
    font-size: 50px;
}
    .service_bx_item {
        max-width: 100%;
        margin-top: 65px;
    }
    .find_jobs_bnt {
        padding-top: 5px;
    }
    .header_list {
        padding: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler.collapsed {
        background: url("https://codextech-it.com/wp-content/uploads/2024/01/menu-icon.svg") no-repeat left center;
        transform: rotate(0deg);
    }
    .navbar-toggler {
        background: url("https://codextech-it.com/wp-content/uploads/2024/01//close-icon.svg")no-repeat left center;
        height: 21px;
        width: 20px;
        transition: all 0.5s;
        transform: rotate(180deg);
    }
    header li.nav-item {
        margin: 5px 0;
        padding: 0 !important;
    }

    .header-contact-btn a {
        display: block;
        padding: 0;
        margin-bottom: 20px;
        text-align: start;
    }
    .placed_sec {
        padding-top: 0;
    }
    .footer_section {
        background-position: bottom right;
    }
    .contact_img {
        display: none;
    }
    .pricing_plans_slider_item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .service_bx_item .service_bx_ic::before {
        height: 125px;
        width: 125px;
    }
    .service_bx_ic img {
        max-width: 50px;
    }
    .service_bx_item .service_bx_ic::after {
        font-size: 90px;
    }
    .service_bx_contnt h5 {
        font-size: 22px;
    }
    .new_services_bx {
        padding: 0;
    }
    .job_and_career_heading p {
        width: unset;
    }
    h1 {
        width: 100%;
        font-size: 50px;
    }
    .job_and_career_heading p {
        padding-top: 20px;
    }
    .hero_section {
        height: auto;
        padding: 200px 0 100px;
    }
    .testimonials_item_inner {
        margin: 0;
    }
    .services_banner .banner_heading p br {
        display: none;
    }
    .service_details_cont_img {
        margin-bottom: 30px;
    }
    .plan_price h4 {
        font-size: 26px;
    }
    .plans_content_heading h6 {
        font-size: 20px;
    }
    .start_earing_form {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
.banner_content {
    padding: 150px 10px 10px 10px;
}
    .job_and_career_heading  h1{
    font-size: 30px;
}
    .service_bx_item .service_bx_ic {
        width: 100%;
        order: 1;
    }
    .service_bx_item .service_bx_contnt.service_bx_cont_01 {
        padding-left: 0;
        margin-top: 70px;
    }
    .services_p {
        height: auto !important;
        overflow-y: auto;
        padding-right: 0;
    }
    .service_bx_item .service_bx_contnt {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .service_bx_item .service_bx_contnt.service_bx_cont_02 {
        padding-right: 0;
        text-align: center;
        margin-top: 70px;
    }
    .service_bx_item {
        margin-top: 90px;
    }
    .new_services_bx {
        padding-top: 25px;
    }
    .start_earing_sec {
        margin-top: -40px;
    }
    img.image-footer {
        max-width: 45%;
    }
    ul.footer_list.mobile-width {
        max-width: 380px;
    }
    body {
        font-size: 16px;
    }
    section, .section {
        padding: 50px 0;
    }
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 28px;
    }
    .question_img img {
        height: 340px;
        width: 340px;
    }
    .faq_content .accordion-button {
        font-size: 16px;
    }
    .product-detail {
        padding: 15px;
        height: 60px;
    }
    .pre_foot_form .input-group {
        display: block;
        text-align: center;
    }
    .pre_foot_form .input-group input {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid var(--bs-white);
    }
    .about_infoboxs {
        padding-top: 100px;
        margin-top: -50px;
    }
    .testimonials_title h5, .testimonials_title h6{
        font-size: 18px;
    }
    .contact_form .form-control {
        font-size: 16px;
    }
    .post_taital_learning  {
        font-size: 18px;
    }
    .post_taital h4 {
        font-size: 22px;
    }
    .services_banner,.plans_banner,.canada_plans_banner {
        height: 550px;
    }
    main {
        overflow: hidden;
    }
    .explore_services_item_inner {
        margin: 0 40px 40px;
    }
    .pricing_plans_slider_item, .canada_plans_slider_item {
        width: 100%;
    }
    .start_earning_cont {
        padding: 50px 20px;
        text-align: center;
    }
    .single_post_banner_img img {
        min-height: 585px;
    }
    td p {
        font-size: 14px;
    }
    .accordion-body {
        padding: 1rem;
    }
    .plan_table .accordion-button {
        font-size: 18px;
    }
    .infography-chart-img img {
        max-width: 330px;
    }
    .chart_tooltip-1 {
        top: 85px;
        left: 153px;
    }
    .chart_tooltip-2 {
        top: 118px;
        left: 210px;
    }
    .chart_tooltip-3 {
        top: 185px;
        left: 210px;
    }
    .chart_tooltip-4 {
        top: 219px;
        left: 152px;
    }
    .chart_tooltip-5 {
        top: 185px;
        left: 94px;
    }
    .chart_tooltip-6 {
        top: 118px;
        left: 93px;
    }
    .tooltip_content_bx-2, .tooltip_content_bx-3 {
        left: 0;
        transform: translateX(-55%);
    }
    .tooltip_content_bx-5, .tooltip_content_bx-6 {
        left: 0;
        transform: translateX(-20%);
    }
}