@media screen and (max-width: 1600px) {
  /* .hero_banner_right {
        margin-right: -9%;
    } */
}

@media screen and (max-width: 1440px) {

  /* .hero_banner_right {
        margin-right: -2%;
        flex: unset;
        margin-left: -3%;
        width: 49%;
    } */
  .hero_banner_right {
    flex: 1;
  }

  .hero_banner_left {
    width: 48%;
  }
}

@media screen and (max-width: 1275px) {
  /* cmn */

  h1,
  .title_h1 {
    font-size: 72px;
    line-height: 82px;
  }

  h2,
  .title_h2 {
    font-size: 50px;
    line-height: 60px;
  }

  h3,
  .title_h3 {
    font-size: 40px;
  }

  /* home */

  /* .hero_banner_right {
        top: 2.2em;
    } */

  .footer_contact_links:last-child {
    width: 20.607%;
  }

  .footer_contact_links ul.menu p {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  /* cmn */

  .container {
    padding: 0 50px;
  }

  h1,
  .title_h1 {
    font-size: 65px;
    line-height: 72px;
  }

  /* home */

  .hero_banner_right {
    flex: unset;
    width: 50%;
    border-radius: 100px;
  }

  .hero_banner_right img {
    left: -100px;
  }

  .hero_banner_left {
    gap: 40px;
  }

  .hero_banner_otr {
    margin-bottom: -130px;
  }

  .hero_banner {
    min-height: unset;
  }

  .help_btm {
    gap: 40px;
  }

  .blog_list_main {
    gap: 40px;
  }

  .header_menu ul {
    gap: 40px;
  }

  /******contact Banner*****/

  .inner_banner_image {
    border-radius: 0 0 125px 125px;
  }

  /* Contact Page */

  .contact_links_main {
    gap: unset;
    justify-content: space-between;
  }

  /***********kyc***************/

  .kyc_form_main .enquiry-kyc-details {
    gap: 30px;
  }

  .kyc_form_main .enquiry-kyc-details p {
    font-size: 20px;
  }

  .kyc-form-section .add-director-btn .plus-icon {
    width: 100px;
    height: 100px;
  }

  .company_info_main .title_h6:not(:first-child) {
    margin-top: 36px;
  }

  .kyc-form-section .upload-instruction {
    margin: 36px 0 16px;
  }

  /************* mobile menu **************/

  .mobileIcon {
    display: block;
  }

  .mobileIcon {
    height: auto;
    cursor: pointer;
    z-index: 999;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 30px;
  }

  .mobileIcon span {
    width: 55px;
    height: 7px;
    border-radius: 0;
    display: inline-block;
    background: #000;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .mobileIcon span:before {
    position: absolute;
    content: "";
    width: 54px;
    height: 7px;
    border-radius: 0;
    background: #000;
    top: -12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .mobileIcon span:after {
    position: absolute;
    content: "";
    width: 54px;
    height: 7px;
    border-radius: 0;
    background: #000;
    bottom: -8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu-open .mobileIcon span {
    background: rgb(255 255 255 / 0%);
  }

  .menu-open .mobileIcon span:before {
    transform: rotate(45deg);
    top: -1px;
    background: #fff;
  }

  .menu-open .mobileIcon span:after {
    transform: rotate(-45deg);
    top: -1px;
    background: #fff;
  }

  .mobileIcon span:before {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    left: 0;
    top: -8px;
  }

  .mobileIcon span,
  .mobileIcon span:after {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: #ffffff;
    left: 0;
  }

  .right_menu {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    transition: transform 300ms ease, opacity 300ms ease;
    transform: translate3d(-100%, 0, 0);
    transition: transform 300ms ease, opacity 300ms ease;
    padding: 50px 30px 30px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 23%);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    border-radius: 0;
    background: var(--darkblue);
    gap: 30px;
  }

  .menu-open .site_logo {
    position: relative;
    z-index: 9999;
  }

  .header_menu ul {
    margin-right: 0;
  }

  .header_menu ul li {
    text-align: center;
  }

  .menu-open .header_links {
    flex-direction: column;
  }

  .menu-open .right_menu {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    backface-visibility: hidden;
    transition: transform 300ms ease, opacity 300ms ease;
    display: flex;
    overflow: auto;
    flex-direction: column;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open ul.header_menu {
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    gap: 0;
    width: 100%;
  }

  .menu-open .right_menu_btn {
    justify-content: center;
    padding-top: 30px;
  }

  .menu-open .header_logo {
    position: relative;
    z-index: 9999;
    justify-content: flex-start;
  }

  ul.header_menu li {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }

  .menu-open .right_menu ul li a:after {
    width: 30px;
  }

  .right_menu {
    display: none;
  }

  .right_menu ul.sub_menu {
    display: none !important;
    position: unset;
    width: 100%;
    background: #290140 !important;
    opacity: 1;
    transform: unset;
    transition: unset;
    margin-top: 20px;
    padding: 0 0 0 0;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .right_menu ul.sub_menu.submenu-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menu-open .header_links ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-open .header_links a:after {
    background: var(--white);
    width: 0 !important;
  }

  .menu-open .header_links a:hover:after {
    width: 100% !important;
  }

  .menu-open .header_links li a {
    color: var(--white);
  }

  .header_menu ul a {
    color: var(--white);
  }

  .menu-open .header_menu ul {
    flex-direction: column;
    gap: 30px;
  }

  .mobile_otr {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .header_right_btn.mobile_hide {
    display: none;
  }

  .header_menu li.menu-item-has-children.active .sub-menu {
    background: unset;
    padding-left: 0;
    padding-right: 0;
    gap: 12px;
  }

  .top_header_main {
    justify-content: space-between;
  }

   .header_right_btn a.btn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /* cmn */

  .container {
    padding: 0 40px;
  }

  .btn {
    font-size: 18px;
  }

  h1,
  .title_h1 {
    font-size: 55px;
    line-height: 62px;
  }

  h2,
  .title_h2 {
    font-size: 46px;
    line-height: 56px;
  }

  h3,
  .title_h3 {
    font-size: 37px;
  }

  /* home */

  .header_menu {
    gap: 30px;
  }

  .header_menu ul {
    gap: 30px;
  }

  .header_menu ul li a {
    font-size: 18px;
  }

  .header_menu .menu-item-has-children p {
    width: 14px;
    height: 7px;
  }

  .hero_banner_right {
    border-radius: 75px;
  }


  .help_heading .title_h2 {
    padding-bottom: 30px;
  }

  .help_heading p {
    padding-bottom: 30px;
  }

  .home_work_main {
    gap: 30px;
  }

  .blog_list_main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer_contact_links ul.menu {
    gap: 50px;
  }

  .footer_contact_links:last-child {
    width: 28.607%;
  }

  .footer_top_main {
    gap: 100px;
  }

  /* Government Loan */

  .obligation_section {
    padding: 60px 0 40px;
  }

  .obligation_top .title_h4 {
    padding-bottom: 40px;
  }


  .form_checkbox span.wpcf7-form-control-wrap span.wpcf7-form-control {
    flex-direction: column;
  }

  .form_checkbox span.wpcf7-form-control-wrap span.wpcf7-form-control span.wpcf7-list-item {
    width: 100%;
  }

  .italiq_text .form_checkbox span.wpcf7-list-item label {
    gap: 16px;
  }

  /**********kyc ****************/

  .kyc_title {
    gap: 16px;
    flex-direction: column-reverse;
    align-items: unset;
  }

  .kyc_title .save_btn {
    width: max-content;
    margin-left: auto;
  }
}

@media screen and (max-width: 900px) {


  /* cmn */

  h1,
  .title_h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2,
  .title_h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3,
  .title_h3 {
    font-size: 30px;
  }

  .title_h5_big,
  .contact_box a {
    font-size: 26px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  /* home */

  .hero_banner_otr {
    margin-bottom: 0;
  }



  .hero_banner_otr {
    flex-direction: column;
  }

  .hero_banner_left {
    width: 100%;
    gap: 25px;
  }

  .hero_banner_right {
    margin: 0 auto;
    width: 65%;
    transform: rotate(10deg);
    top: 3em;
    margin-bottom: -6%;
  }

  .help_section {
    padding: 90px 0 31px;
  }

  .help_heading .title_h2 {
    padding-bottom: 20px;
  }

  .help_btm {
    gap: 30px;
  }

  .help_btm_box {
    padding: 20px;
    border-radius: 20px;
  }

  .home_work_main_box {
    padding: 15px 25px 12px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
  }

  .access_otr .title_h4 {
    padding-bottom: 30px;
  }

  .access_otr p {
    padding-bottom: 18px;
  }

  .home_article_heading {
    gap: 16px;
  }

  .blog_list_main {
    margin-top: 30px;
    gap: 30px;
  }

  .bolg_box .bolg_list_image img {
    border-radius: 15px;
  }

  .home_cta_otr .cta_left .title_h4 {
    padding-bottom: 10px;
  }

  .home_cta_otr {
    gap: 50px;
  }

  .footer_top_main {
    flex-direction: column;
    gap: 40px;
  }

  .footer_top_main_top {
    width: 100%;
    gap: 25px;
  }

  .footer_contact_links ul.menu {
    gap: 100px;
  }

  .header_menu li .sub-menu {
    position: relative;
    top: 5px;
    display: none;
  }

  .header_menu li.menu-item-has-children {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .header_menu li.menu-item-has-children.active .sub-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  .btn {
    font-size: 16px;
    padding: 11px 13px 13px 14px;
    border-radius: 10px;
  }

  /* Government Loan */

  .obligation_top .title_h4 {
    padding-bottom: 24px;
  }

  /* Grant Bussiness */

  .apply_main {
    gap: 25px;
  }

  .help_uk_bussiness_top {
    gap: 30px;
  }

  .help_uk_bussiness_main,
  .help_uk_bussiness_top {
    gap: 24px;
  }

  .right_fr_you,
  .help_uk_bussiness {
    padding: 40px 0;
  }

  .right_fr_you_description {
    gap: 16px;
  }



  .inner_banner_main {
    flex-direction: column;
    gap: 60px;
  }

  .inner_banner_image {
    border-radius: 100px;
    flex: unset;
    width: 85%;
    margin: 0 auto;
    aspect-ratio: 599 / 727;
  }

  .inner_banner_content {
    width: 100%;
  }

  .inner_banner_image img {
    width: unset;
    transform-origin: unset;
    position: absolute;
    left: -40%;
    top: -9%;
    height: 112%;
  }

.blog_hero_banner_section .cmn_banner_img {
    margin: 30px 0;
}

.post_pagination_main {
    grid-template-columns: repeat(1, 1fr);
}

.blog_content_box p:not(:last-child) {
    padding-bottom: 18px;
}


  /* Contact Page */

  .contact_help_section {
    margin-top: 0;
  }

  .contact_help_main,
  .contact_page_form_otr {
    gap: 24px;
  }

  .contact_page_form,
  .form_row_both {
    gap: 25px;
  }

  .contact_box {
    width: 100%;
    gap: 16px;
  }

  .contact_links_main {
    flex-direction: column;
    gap: 24px;
  }

  .contact_links_main {
    flex-direction: column;
    gap: 24px;
  }

  .expect_main {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .expect_content {
    width: 100%;
    gap: 16px;
  }

  .expect_desctiption {
    gap: 12px;
  }

  .arrange_form_otr {
    gap: 25px;
  }

  /* 25-07 */

  .multiple_form .multiple_form_checkbox {
    flex-direction: column;
  }

  .multiple_form textarea {
    min-height: 180px;
  }

  /* 28-07 */

  .italiq_text label input {
    height: 23px !important;
  }

  .italiq_text label {
    align-items: flex-start;
  }

  /*************kyc******************/

  .kyc_hero {
    padding: 30px 0;
  }

  .kyc_form_main .enquiry-kyc-details {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 0;
  }

  .kyc_form_main .enquiry-kyc-details p:last-child {
    margin-bottom: 8px;
  }

  .kyc_form_main .enquiry-kyc-details .enquiry-kyc-details-right p:last-child {
    margin: 0;
  }

  .company_info_top,
  .company_info_btm,
  .director_toggle_form .form-section {
    gap: 20px;
  }

  .company_info_main .title_h6:not(:first-child) {
    margin-top: 26px;
  }

  .kyc-form-section .form-section {
    padding-bottom: 50px;
  }

  .file-upload-buttons {
    padding-bottom: 30px;
  }

  .kyc-form-section .bank-statements-grid {
    gap: 30px;
  }

  .director-entry:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
  }

  .form_row input,
  .form_row textarea,
  .form_row select,
  .your_project_main .form-section .form-group input,
  .your_project_main .form-section .form-group textarea {
    padding: 13px 18px;
    font-size: 18px;
  }

  small.upload-note {
    font-size: 18px;
  }

  .form_row input::placeholder,
  .form_row textarea::placeholder,
  .form_row select::placeholder {
    font-size: 18px;
  }

  .director_toggle_form .form-section .half-width {
    width: 100%;
  }

  .kyc-form-section .btn-submit,
  .kyc-form-section .btn-save,
  .hero-save.btn-save {
    font-size: 18px;
  }

  .submission-note {
    font-size: 20px;
  }

  .your_project_main .form-section .form-group textarea {
    height: 160px;
  }

  .kyc-form-section .form-submission {
    margin-top: 30px;
  }

  .your_project_form_otr {
    padding-top: 55px;
  }

  button#add-director-btn {
    font-size: 24px;
  }

  .kyc-form-section .add-director-btn .plus-icon {
    font-size: 48px;
  }

  .kyc_form_main .enquiry-kyc-details {
    padding: 24px;
    margin-bottom: 24px;
  }

  .company_info_btm .form-group .saved-file-container {
    width: 100%;
  }

}

@media screen and (max-width: 767px) {
  /* cmn */

  .container {
    padding: 0 30px;
  }

  h1,
  .title_h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2,
  .title_h2 {
    font-size: 34px;
    line-height: 42px;
  }

  h4,
  .title_h4 {
    font-size: 32px;
    line-height: 38px;
  }

  .title_h5_big,
  .contact_box a {
    font-size: 24px;
  }

  .btn {
    padding: 11px 15px 12px 15px;
  }

  /* home */

  .hero_banner_right {
    border-radius: 95px;
  }

  .help_section {
    padding: 80px 0 30px;
  }

  .help_heading .title_h2 {
    padding-bottom: 10px;
  }

  .help_heading p {
    padding-bottom: 25px;
  }

  .help_btm {
    flex-direction: column;
  }

  .help_btm_box {
    width: 100%;
    border-radius: 16px;
  }

  .home_work_section .title_h3 {
    padding-bottom: 25px;
  }

  .home_work_main {
    grid-template-columns: repeat(1, 1fr);
  }

  .home_work_main_box {
    min-height: 134px;
  }

  .access_otr .title_h4 {
    padding-bottom: 20px;
  }

  .blog_list_main {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .bolg_list_content p {
    padding-bottom: 12px;
  }

  .bolg_list_content .btn {
    margin-top: 18px;
  }

  .bolg_box {
    gap: 16px;
  }

  .home_cta_otr {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .home_cta_otr .cta_left {
    width: 100%;
  }

  .footer_contact_links ul.menu {
    gap: 60px;
  }

  /* .footer_contact_links ul.menu li a {
        font-size: 18px;
    } */
  .footer_contact_links ul.menu ul.sub-menu li>a {
    font-size: 18px;
  }

  .footer_top_main_top p {
    font-size: 26px;
  }

  .footer_social_links .social_link_icon {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
  }

  .footer_social_links .social_link_icon a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social_link_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer_contact_links p:last-child {
    font-size: 18px;
  }

  /* Common PAge */

  .common_template_otr {
    padding: 25px 0;
  }

  .common_template_main {
    gap: 30px;
  }

  .common_main {
    gap: 12px;
  }

  /* About Page */

  .why_exist_main,
  .why_exits_top,
  .why_exits_small_title_description,
  .why_exit_btm,
  .ready_started_main,
  .ready_start_btm {
    gap: 24px;
  }

  .apply_main_box_content {
    gap: 12px;
  }

  .apply_main {
    flex-direction: column;
    gap: 30px;
  }

  .apply_main_box {
    width: 100%;
  }

  .our_mission_box {
    padding: 20px 30px;
  }

  .apply_section .apply_main_description {
    gap: 16px;
  }

  /* Popup Form */

  .form_btm_otr {
    gap: 30px;
  }

  .cmn_form {
    gap: 25px 30px;
  }

  .close_icon {
    width: 40px;
    height: 40px;
  }

  .close_icon h5 {
    font-size: 30px;
  }

  .dropdown p:after {
    width: 22px;
    height: 18px;
    background-size: 100% 100%;
  }

  .multiple_form {
    margin-top: 20px;
  }


  .hero_banner_right {
    width: 80%;
  }

  .hero_banner_right img {
    left: -130px;
    top: -100px;
  }


  /* Contact Page */

  .contact_page_form_otr_main,
  .expect_otr {
    padding: 40px 0;
  }

  .contact_box_otr {
    gap: 24px;
  }

  .contact_page_form,
  .form_row_both {
    gap: 25px 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  section.inner_banner_otr {
    padding-bottom: 70px;
  }

  /* 28-07 */

  .form_row select {
    background-size: 7%;
    white-space: normal !important;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 30px !important;
  }

  /*************kyc******************/

  .file-upload-buttons {
    gap: 30px;
  }

  .file-upload-buttons .form-group {
    width: 47%;
  }

  .kyc-form-section .bank-statements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .kyc-form-section .bank-statements-grid label.btn-upload {
    width: 100%;
  }

  .director_toggle_form .form-section {
    padding-bottom: 30px;
  }

  .kyc_title {
    padding-bottom: 12px;
  }

  button#add-director-btn {
    font-size: 20px;
  }

  .kyc-form-section .add-director-btn .plus-icon {
    width: 80px;
    height: 80px;
    font-size: 42px;
  }

  .company_info_top,
  .company_info_btm,
  .director_toggle_form .form-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .file-upload-buttons {
    gap: 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .file-upload-buttons .form-group {
    width: 100%;
  }

  .file-upload-buttons .form-group label.btn-upload.btn {
    width: 100%;
  }

  .form_group_inner {
    gap: 16px;
    flex-direction: column;
  }

  label.btn-upload.btn {
    width: 100%;
  }

  .kyc-form-section .bank-statements-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .submission-note {
    font-size: 18px;
  }

  .kyc-form-section .submission-buttons {
    gap: 20px;
    margin-top: 20px;
    flex-direction: column;
  }

  .kyc-form-section .upload-instruction {
    margin: 20px 0;
  }

}

@media screen and (max-width: 600px) {
  /* cmn */

  h1,
  .title_h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .btn {
    font-size: 16px;
    border-radius: 8px;
  }

  h2,
  .title_h2 {
    font-size: 31px;
    line-height: 38px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  h3,
  .title_h3 {
    font-size: 28px;
  }

  h5,
  .title_h5,
  .cmn_two_box .apply_main_description p {
    font-size: 22px;
    line-height: 27px;
  }

  h4,
  .title_h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .container {
    padding: 0 20px;
  }

  /* home */

  .hero_banner_right {
    width: 80%;
  }

  .hero_banner_right {
    border-radius: 90px;
  }

  .help_section {
    padding: 65px 0 30px;
  }

  .hero_banner_left {
    gap: 20px;
  }

  .hero_banner_btns {
    gap: 16px;
  }

  .help_btm_box {
    border-radius: 12px;
  }

  .help_btm {
    gap: 20px;
  }

  .home_work_main_box .title_h5 {
    padding-bottom: 18px;
  }

  .access_otr p {
    padding-bottom: 12px;
  }

  .access_otr .title_h4 {
    padding-bottom: 16px;
  }

  .home_article_heading {
    gap: 12px;
  }

  .bolg_list_content p {
    padding-bottom: 10px;
  }

  .cta_right .blue_btn {
    padding: 14px 32px;
    width: 100%;
  }

  .cta_right {
    width: 100%;
  }

  .footer_top_main_top p {
    font-size: 22px;
  }

  .footer_contact_links {
    width: 100%;
  }

  .footer_contact_links:last-child {
    width: 100%;
  }

  .footer_top_bottom {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .footer_contact_links ul.menu {
    gap: 100px;
  }

  .footer_contact_links ul.menu ul.sub-menu {
    margin-top: 20px;
  }

  .footer_contact_links p {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .footer_contact_links ul.menu ul.sub-menu {
    gap: 12px;
  }

  .footer_contact_links ul.menu li a {
    font-size: 18px;
  }

  .footer_contact_links ul.menu ul.sub-menu li>a {
    font-size: 16px;
  }

  .footer_contact_links p:last-child {
    font-size: 16px;
  }

  /* Common Page */

  .common_template_top {
    gap: 8px;
  }

  .common_template_main {
    gap: 24px;
  }

  /* About Page  */

  .apply_main_box {
    padding: 20px;
  }

  .apply_main_box .title_h3 {
    padding-bottom: 16px;
  }

  /* Government Loan */

  .obligation_btm .title_h4 {
    padding-bottom: 16px;
  }

  .obligation_top .title_h4 {
    padding-bottom: 16px;
  }

  .obligation_btm p {
    padding-top: 16px;
  }

  .government_finance .obligation_top h4 {
    max-width: 100%;
  }

  .government_finance .obligation_top h4 br {
    display: none;
  }

  .apply_section .apply_main_description {
    gap: 12px;
  }

  /* Grant Page */

  .explore_description .apply_main_description {
    gap: 12px;
  }

  .inner_banner_image {
    border-radius: 50px;
  }


  /* Popup Form */

  .cmn_form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .limited_space p {
    max-width: 100%;
  }

  .form_row input,
  .form_row textarea,
  .form_row select {
    font-size: 16px;
    padding: 16px;
  }

  .form_row ::placeholder,
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 16px;
  }

  .form_checkbox span.wpcf7-list-item-label {
    font-size: 16px;
  }

  .form_checkbox span.wpcf7-list-item label input {
    width: 26px;
    height: 26px;
  }

  .close_icon {
    top: 25px;
  }

  .dropdown p:after {
    right: 16px;
  }

  section.inner_banner_otr {
    padding-bottom: 50px;
  }

  .italiq_text label input {
    width: 25px !important;
    height: 25px !important;
  }

  .multiple_form .multiple_form_checkbox label input {
    width: 22px;
    height: 22px;
  }

  .multiple_form .multiple_form_checkbox label {
    font-size: 17px;
  }

  .italiq_text label {
    font-size: 16px;
  }

  .italiq_text label input {
    width: 50px !important;
    height: 23px !important;
  }

  .form_row input::placeholder,
  .form_row textarea::placeholder,
  .form_row select::placeholder {
    font-size: 16px;
  }

  button#add-director-btn {
    font-size: 18px;
  }

}

@media screen and (max-width: 479px) {
  /* cmn */

  h1,
  .title_h1 {
    font-size: 31px;
    line-height: 38px;
  }

  h2,
  .title_h2 {
    font-size: 27px;
    line-height: 35px;
  }

  h3,
  .title_h3 {
    font-size: 25px;
  }

  h4,
  .title_h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .title_h5_big,
  .contact_box a {
    font-size: 22px;
  }

  h5,
  .title_h5,
  .cmn_two_box .apply_main_description p {
    font-size: 21px;
    line-height: 26px;
  }

  /* home */

  .hero_banner_right {
    border-radius: 80px;
  }

  .hero_banner {
    min-height: 515px;
    padding: 36px 0 30px;
  }

  .hero_banner_right {
    width: 90%;
    top: 2em;
  }

  .help_btm_box {
    padding: 16px;
    gap: 16px;
  }

  .home_work_section .title_h3 {
    padding-bottom: 20px;
  }

  .home_work_main_box {
    padding: 15px 15px 12px 15px;
    border-radius: 12px;
  }

  .home_work_main {
    gap: 20px;
  }

  .footer_contact_links ul.menu {
    gap: 90px;
  }

  .footer_social_links .social_link_icon {
    width: 26px;
    height: 26px;
  }

  .footer_social_links .social_link_icon a {
    width: 28px;
    height: 26px;
  }

  .footer_social_links {
    gap: 15px;
  }

  .header_menu li .sub-menu {
    min-width: 315px;
  }

  .header_menu ul li a {
    font-size: 16px;
  }

  .menu-open .header_menu ul {
    gap: 20px;
  }

  /* About Page */

  .why_exist_main,
  .why_exits_top,
  .why_exits_small_title_description,
  .why_exit_btm,
  .ready_started_main,
  .ready_start_btm {
    gap: 16px;
  }

  .apply_main {
    gap: 20px;
  }

  .our_mission_box {
    padding: 20px;
  }

  .our_mission {
    padding: 30px 0 30px;
  }

  /* Grant Page  */

  .help_uk_bussiness_main,
  .help_uk_bussiness_top {
    gap: 16px;
  }


  /* Popup Page */

  .form_submit_btn .submit_btn {
    width: 100%;
  }

  /* .multiple_form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
      font-size: 12.7px;
  } */
  .form_row ::placeholder,
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 12.7px;
  }

  .form_row input,
  .form_row textarea,
  .form_row select {
    padding: 14px;
  }

  .dropdown p:after {
    width: 15px;
    height: 15px;
  }

  .form_checkbox input[type="checkbox"]:checked::after {
    font-size: 16px;
  }

  .contact_page_form_otr .submit_btn {
    max-width: 100% !important;
  }


  .hero_banner_right img {
    left: -30px;
    top: -30px;
    width: 115%;
  }

  .hero_banner_right {
    width: 90%;
  }

  .inner_banner_image img {
    height: 115%;
  }

  /*****kyc*****************/

  button#add-director-btn {
    font-size: 16px;
    gap: 8px;
    line-height: 24px;
  }

  .kyc-form-section .add-director-btn .plus-icon {
    width: 64px;
    height: 64px;
    font-size: 30px;
  }

  .kyc_form_main .enquiry-kyc-details p {
    font-size: 18px;
  }

}

@media screen and (max-width: 374px) {
  .hero_banner_btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero_banner_btns .btn {
    width: 100%;
  }

  .footer_contact_links ul.menu {
    gap: 30px;
  }

  .header_menu li .sub-menu {
    min-width: 255px;
  }
}

@media screen and (max-width: 1300px){

.blog_list_main{padding-bottom:100px;}

.blog_list_main a .bolg_list_content h5{font-size:24px;}
	
	.top_header_main {
    gap: 50px;
}

.header_menu ul li a {
    font-size: 18px;
}

.header_menu ul {
    gap: 38px;
}

}

@media screen and (max-width: 1200px){

.blog_list_main{padding-bottom:80px;}
	
	.post_pagination_main a {
    padding: 24px;
}

.post_pagination_main a p {
    width: 90%;
}

.post_pagination_main a svg {
    width: 40px;
}

}

@media screen and (max-width: 1024px){

.blog_list_main{grid-template-columns:repeat(2, minmax(0, 1fr));}

.blog_list_main{padding-bottom:60px;}

}

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

.blog_list_main a .bolg_list_content{padding:12px;}

.blog_list_main a .bolg_list_content h5{font-size:18px;}

.blog_list_main{padding-bottom:50px;}

}

@media screen and (max-width: 600px){

.blog_list_main{grid-template-columns:repeat(1, minmax(0, 1fr));}

.blog_list_main{padding-bottom:50px;}

.blog_list_main a img{width:100%;}

section.banner_section.services_banner {
    padding-top: 50px;
}
.blog_hero_banner_section .cmn_banner_img {
    margin: 20px 0;
    border-radius: 16px;
}
	.blog_detail_back_btn {
    font-size: 20px;
}

.blog_detail_back_btn svg {
    width: 30px;
}

}

@media screen and (max-width: 479px){

.blog_list_main a .bolg_list_content h5{font-size:16px;}

.blog_list_btn{font-size:16px;}

section.banner_section.services_banner {
    padding-top: 30px;
}
.blog_content_box p {
    word-wrap: break-word;
}
}