body{
    margin: 0;
    padding: 0;
    /* font-family: 'Manrope', sans-serif; */
    font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
}
p{
    font-size: 19px;
}
a{
    text-decoration: none;
}
span.contact-info {
    font-size: 25px;
}
.logo01 {
    width: 20%;
    float: left;
}
.navCustom {
    width: 80%;
    float: right;
}

.hero-section {
    /* min-height: 80vh; */
    height: auto;
    /* display: flex; */
    align-items: center;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    color: #6b42bc;
}
/* .hero-section::before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #6b42bc;
    opacity: 0.98;
} */

/* .content-wrapper {
    position: relative;
    top: 20px;
  } */

  .leftSide {
    position: relative;
    top: 90px;
    height: auto;
    display: flex;
    /* align-items: center; */
  }
.leftSideNext {
    top: 20px !important;
}
.w-full {
    width: 100%;
}
.left-0 {
    left: 0px;
}
.bottom-0 {
    bottom: 9vh !important;
}
.absolute {
    position: absolute;
}
.hero-section .wave-shape-bottom path {
    fill: #fff;
}
/* .bottomPx{
    bottom: 0px !important;
} */

.tp-contact-box {
    position: relative;
    padding: 0px 0;
    margin-left: 46px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
}



.content-wrapper {
    /* background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
}
.hero-title {
    /* color: #2c3e50; */
    font-weight: 900;
}
.hero-subtitle {
    color: #7f8c8d;
}
.cta-button {
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
}
.wheelchair-image {
    max-width: 100%;
    height: auto;
}
.contact-info {
    color: #2c3e50;
    font-weight: bold;
}
.content-wrapper_Main{
    z-index: 2;
}
.content-wrapper span {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 25px;
  }
  .content-wrapper h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
  }
.content-wrapper p {
    color: #fff;
    letter-spacing: 0.5px;
}

.p-relative {
    position: relative;
}


:root {
    --tp-common-white: #ffffff;
    --tp-common-black: #223645;
    --tp-grey-1: #f9f9f9;
    --tp-grey-2: #f5f5f5;
    --tp-text-body: #7a8a9e;
    --tp-text-body-2: #9ca6ae;
    --tp-theme-1: #e12454;
    --tp-border-1: #e6e6e6;
}
.tp-section-subtitle {
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: var(--tp-theme-1);
    margin-bottom: 10px;
}
.tp-contact-box .tp-section-title {
    font-size: 25px;
  }
.tp-section-title {
    font-weight: 700;
    display: inline-block;
    /* letter-spacing: -2px; */
    color: var(--tp-common-black);
}

.tp-contact-content {
    /* margin: 0 20px; */
    /* padding: 35px; */
    border-radius: 15px;
    /* border: 1px solid var(--tp-border-1); */
    box-shadow: 0px 0px 14px #00000029;
    z-index: 9;
    position: relative;
    /* margin-top: 40px; */
    height: auto;
   
}

.contact-content-Form{
    height: auto;
    margin-top: 40px;
    /* overflow-y: scroll; */
    padding:30px 35px;
}
.tp-contact-form .postbox-comment-input {
    margin-bottom: 20px;
}

.contact-content-Form p {
    padding: 10px 0;
    color: #223645;
    font-size: 18px;
    margin: 0;
  }
.tp-theme-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 20px;
    border-radius: .375rem;
    text-decoration: none;
    width: 100%;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    color: #fff !important;
    border-color: #7c55b8  !important;
    background-color: #7c55b8  !important;
    border: none;
    text-align: center;
  }
.tp-theme-btn:hover {
    color: var(--tp-common-white);
    background-color: #b00303;
}
.questionContainer01 {
    /* padding: 48px 0; */
}
.nh_about-btn a:hover {
    background: #644299 !important;
  }
#yesBtn {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 40px;
    border-radius: .375rem;
    font-weight: 600;
    margin-right: 20px;
    border: 1px solid #ccc;
    font-size: 21px;
}  
#yesBtn:hover {
    background-color: #ececec;
    border: 1px solid #ececec;
    color: #000;
}
#noBtn {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 40px;
    border-radius: .375rem;
    font-weight: 600;
    border: 1px solid #ccc;
    font-size: 21px;
}  
#noBtn:hover {
    background-color: #ececec;
    border: 1px solid #ececec;
    color: #000;
} 
.questionContainer01 h2 {
    font-size: 25px;
    margin-bottom: 35px;
    line-height: 34px;
    font-weight: bold;
    color: var(--tp-common-black);
  }



.form-input {
    width: 100%;
    padding: 10px;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#submitBtn {
    display: none;
    font-weight: 700;
    font-size: 18px;
    padding: 13px 41px;
    border-radius: .375rem;
    color: var(--tp-common-white);
    /* background-color: var(--tp-theme-1); */
    border: none;
  }

.form-control {
    line-height: 33px;
}




.align-items-center {
    align-items: center !important;
}

.tp-main-menu > nav > ul > li {
    position: relative;
    display: inline-block;
    margin-right: 70px;
}

.tp-main-menu > nav > ul > li > a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
    display: block;
    color: var(--tp-text-body);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-control {
    border: 1px solid #e8e8e8 !important;
    background: #f5f6f8 !important;
    color: #666 !important;
  }



/* General reset for appearance */
/* input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
} */

/* Hide calendar icon for date inputs */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

/* Hide spinner arrows for number inputs */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

/* Hide clear "X" button for search inputs */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    display: none;
}
input[type="search"]::-ms-clear {
    display: none; /* Edge/IE */
}

/* Optional: Remove autofill icons in Safari */
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}


.pb-120 {
    padding-bottom: 120px;
}
.pt-100 {
    padding-top: 100px;
}

.tp-section-subtitle {
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: var(--tp-theme-1);
    margin-bottom: 10px;
}

.tp-section-title01 {
    font-weight: 800;
    font-size: 50px;
    display: inline-block;
    color: var(--tp-common-black);
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-40 {
    margin-bottom: 40px;
}

/* About part */

.tp-about-inner-wrapp {
    margin: 0 -120px;
    border-radius: 25px;
}
.tp-about-inner-bg-thumb {
    position: absolute;
    width: 44%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px 0 0 25px;
}
.tp-about-inner .tp-about-content-wrapp {
    padding-right: 110px;
}
.tp-about-inner-wrapp {
    margin: 0 -120px;
    border-radius: 25px;
}
.black-bg {
    background-color: var(--tp-common-black);
}
.pb-140 {
    padding-bottom: 140px;
}
.pt-130 {
    padding-top: 130px;
}
.tp-about-inner p {
    color: #fff;
}



.tp-cta-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tp-cta-plr {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 50px;
}
.pb-70 {
    padding-bottom: 50px;
}

.form-control:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-input:focus-visible {
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    border: none !important;
}
.form-input:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    border: none !important;
}
.form-input {
    border-radius: .375rem;
}

.footer-contents {
    background: #1c2e3c;
    padding: 28px 0 20px 0;
    color: #fff;
  }
.footer-nav li a {
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.footer-nav li a:hover {
    color: #fff;
}
footer a {
    color: #ffffff;
}

.footer-nav li {
    display: inline;
    list-style-type: none;
}
.footer-nav li a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 14px;
    right: 0;
    margin: 0;
    height: 8px;
    width: 1px;
    background: gray;
}
.footer-nav li:last-child a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 0;
    color: #f25764;
    margin: 0;
    height: 8px;
    width: 0px;
    background: #ffffff;
}
.tp-footer-area {
    padding: 50px 150px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.copyright-text {
    font-size: 14px;
}
#menu-footer-menu {
    text-align: right;
}
.footer-nav li a {
    font-size: 14px;
}

.callUs{
    padding: 20px 0 0 0;
}
.callUs span{
    color:#fff;
}









/* .question-container {
    background-color: white;
    padding: 20px;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  } */
  /* h2 {
    font-size: 20px;
    margin-bottom: 15px;
  } */
  /* .answers {
    display: flex;
    gap: 50px;
    margin-top: 10px;
  }
  .answers label {
    font-size: 16px;
  }
  .answers input {
    margin-right: 8px;
  }
  .submit-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
  }
  .submit-btn:hover {
    background-color: #45a049;
  } */


  .question-container {
    margin-bottom: 15px;
}
.checkbox-group {
    display: flex;
    gap: 30px;
    align-items: center;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.quiz-container p {
    font-size: 16px;
    color: #223645;
    margin-bottom: 7px;
}
.quiz-container label {
    color: #223645;
}








.question-container {
    margin-bottom: 15px;
}
.question {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
    color: #223645;
  }
.button-group {
    display: flex;
    gap: 15px;
}
.btn {
    padding: 6px 30px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    outline: none;
}
.btn:hover {
    background-color: #f0f0f0;
}
.btn.active {
    background-color: #734fb3;
    color: white;
    border-color: #714bb0;
}


/* Aboiut section */

.pb-85 {
    padding-bottom: 85px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-10 {
    padding-top: 10px;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.nh_section-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}
.mb-25 {
    margin-bottom: 25px;
}
.pb-2 {
    padding-bottom: .5rem !important;
}

.nh_section-subtitle {
    border-radius: 4px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.nh_section-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}
.nh_section-text {
    color: rgb(71, 85, 105);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.nh_section-text {
    color: rgb(71, 85, 105);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.mb-25 {
    margin-bottom: 25px;
}
.pb-2 {
    padding-bottom: .5rem !important;
}
.nh_theme-btn {
    height: 60px;
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: .375rem;
    gap: 6px;
    color: #fff !important;
    border-color: #7c55b8 !important;
    background-color: #7c55b8 !important;
}
.nh_theme-btn:hover{
    background: #644299 !important;
}
.ml-15 {
    margin-left: 15px;
}


/* Services */

.nh_service-item {
    padding: 30px 30px 30px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 10px;
    background: rgb(255, 255, 255);
}
.nh_service-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(115, 78, 179, 0.1);
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.nh_service-item-content {
    text-align: center;
}
.nh_service-item-content-title {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.nh_service-item-content p {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: rgb(133, 133, 133);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 23px;
}
.nh_service-item-content-btn {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    display: inline-flex
;
    align-items: center;
    height: 41px;
    padding: 0 30px;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: 1px solid rgba(217, 217, 217, 0.5);
}
.nh_light_bg {
    background-color: #F7F9FB;
}




.justify-content-center {
    justify-content: center !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.text-center {
    text-align: center !important;
}
.mr-65 {
    margin-right: 65px;
}
.ml-20 {
    margin-left: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.nh_faq-content .accordion-item {
    overflow: hidden;
    background: transparent;
    border-radius: 8px;
    border: none;
}
.nh_faq-content .accordion-button {
    position: relative;
    cursor: pointer;
    box-shadow: none;
    background: rgb(245, 246, 248);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: rgb(15, 41, 31);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    border-radius: 8px 8px 0 0 !important;
    padding: 22px 50px 22px 30px;
    border: 2px solid transparent;
    border-bottom: 0;
}
.nh_faq-content .accordion-body {
    padding: 0 30px;
    padding-right: 35px;
    background: rgb(245, 246, 248);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 0 0 8px 8px;
    border: 2px solid #e8e8e8;
    border-top: 0;
}
.nh_faq-content .accordion-body p {
    padding: 0 0 23px;
    margin-bottom: 0;
    color: rgba(71, 85, 105, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.mb-20 {
    margin-bottom: 20px;
}
.nh_faq-content .accordion-button:not(.collapsed) {
    padding-bottom: 16px;
    border-color: #e8e8e8;
}



.tp-theme-btn:hover {
    background: #644299 !important;
}

.nh_work-content-title {
    color: rgb(11, 12, 15);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.nh_service-item:hover {
    background-color:  #7c55b8;
}
.nh_service-item:hover .nh_service-item-icon {
    background-color: #fff;
}
.nh_service-item-icon svg {
    color: #7c55b8 ;
}
.nh_service-item:hover .nh_service-item-content-title {
    color: #fff;
}
.nh_service-item:hover .nh_service-item-content p {
    color: rgba(255, 255, 255, 0.7);
}
.nh_service-item:hover .nh_service-item-content-btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}


.logo img {
    width: 260px;
    margin-bottom: 60px;
}

.TCPA_Text p {
    font-size: 14px;
    color: #383737;
    line-height: 27px;
}


/* Thank you page Css=================Start */
.mainPart {
    margin: 0;
    /* background: linear-gradient(135deg, #6f42c1, #9f6ee2); */
    background-image: url(../images/bg01.jpg);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
  }

  .thankYouPage {
    /* background: white; */
    color: #fff;
    max-width: 600px;
    padding: 40px;
    border-radius: 12px;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); */
    animation: fadeIn 0.8s ease;
  }

  .thankYouPage h1 {
      color: #fff;
      font-size: 45px;
      margin-bottom: 20px;
      font-weight: 600;
  }

  .thankYouPage p {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  
  /* .thankYouBtn a {
      background:#fff !important;
      color: #7c55b8 !important;
      width: 290px;
  } */
  /* .thankYouBtn a:hover {
    background:  #f3f3f3 !important;
    color: #7c55b8 !important;
  } */
  .thankYouBtn a {
    background: #774bbc !important;
    color: #fff !important;
    width: 290px;
    border: 1px solid #fff !important;
  }
  .thankYouBtn a:hover {
    background: #644299 !important;
    color: #fff !important;
  }


  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 600px) {
    .thankYouPage {
      padding: 25px;
      margin: 0 20px;
    }

    .thankYouPage h1 {
      font-size: 2rem;
    }
  }
/* Thank you page Css=================End */


/* Privacy Policy Part======================Start */
.InnerPage_logo{
    width: 210px;
}
.headerPart {
    padding:  10px 0;
    border-bottom:  1px solid #ccc;
    margin-bottom: 30px;
    background-color: #714bb0;
  }

.privacyPolicy {
    margin: 0;
    /* background-image: url(../images/bg01.jpg); */
    color: #000000;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.privacyPolicy h1 {
    text-align: center;
}
.additional_page h1 {
    text-align: left;
    font-size: 21px;
    font-weight: 550;
}
.additional_page p {
    font-size: 16px;
    line-height: 25px;
}
.additional_page h2 {
    font-size: 18px;
}

.additional_page a {
    color: #714bb0;
}
.pp_text {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}
.line01 {
    width: 140px;
    margin:  0 auto;
    display: block;
    margin-bottom: 50px;
    background:  #714bb0;
    height: 2px;
}


/* Privacy Policy Part======================End */


.footer-menu li a:hover {
    color: #a576ec;
}
.TCPA_Text a {
  text-decoration: underline;
  color: #7c55b8;
}


@media screen and (max-width: 800px) {
    .tp-contact-box {  margin-left: 0px;}
    .content-wrapperCus {position: relative;top: 25px;padding: 0 20px;}
    .content-wrapper span { font-size: 19px;margin-bottom: 10px !important;}
    .content-wrapper h1 {font-size: 19px;margin-bottom: 5px !important;}
    .tp-section-title01 {font-size: 21px;}
    .pt-70 {padding-top: 20px !important;}
    .pb-70 {padding-bottom: 20px !important;}
    .pt-130 {padding-top: 20px !important;}
    .pb-140 {padding-bottom: 20px !important;}
    .tp-about-inner-wrapp { margin: 0;}
    .tp-about-content-wrapp {padding: 20px !important;}
    .tp-theme-btn {max-width: 280px; text-align: center; display: block; margin: 0 auto;font-size: 15px; padding: 12px 41px;}
    .tp-footer-area {padding: 15px 35px; line-height: 30px;font-size: 15px;}
    p {font-size: 15px;}
    .question {font-size: 15px;}
    .copyright-text { font-size: 12px; text-align: center;}
    #menu-footer-menu {text-align: center; font-size: 12px;padding: 0;padding-top: 10px;}
    .footer-contents {padding: 20px 0 20px 0;}

    /* .bottom-0 {bottom: 7vh !important;} */
    /* .hero-section {height: auto;} */
    .nh_section-title {font-size: 25px;padding-top: 15px;}
    .nh_section-subtitle {display: none;}
    .pt-10 {padding-top: 15px;}
    .pb-85 {padding-bottom: 15px;}
    .mb-25 {margin-bottom: 3px;}
    .nh_theme-btn {height: auto; padding: 13px 40px;}
    .mr-65 {margin-right: 0;}
    .nh_work-content-title {font-size: 25px;}    
}


@media screen and (max-width: 600px) {
    .order-2 {order: 1 !important;}
    .leftSide {top: 30px; height: 100%;}
    .tp-contact-content{height: 100% !important;}
    .contact-content-Form {height: 100%; overflow-y: unset;}
    .nh_about-area { margin-top: 10px;text-align: center;}

    .logo img { width: 180px !important;margin: 0 auto; display: block;margin-bottom: 15px;}

    .InnerPage_logo img {width: 150px; margin:0 auto; display: block;}
    .InnerPage_logo {width: 100%;}
    .pp_text {font-size: 25px;}
    .line01 {width: 100px;}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    .order-2 {order: 1 !important;}
    .leftSide {top: 30px; height: 100%;}
    .tp-contact-content{height: 100% !important;}
    .contact-content-Form {height: 100%; overflow-y: unset;}
    .nh_about-area { margin-top: 10px;text-align: center;}

    .logo img { width: 200px;margin: 0 auto; display: block;margin-bottom: 15px;}
}


@media screen and (min-width: 1800px) and (max-width: 2500px) {
    .leftSide {top: 150px;}
}


/* New css */

.regPart {
  /* display: none; */
  margin-top: 15px;
}