
/* Banner section start */

.tariff-hero-section {
    background: url("/accets/frontend/images/tarrif/tariff_banner.webp") no-repeat center right;
    background-size: cover;
    color: white;
    padding: 40px 20px;
    /* text-align: center; */
}

.container.hero {
    padding: 0;
  }
  
  .tariff-hero-section .tariff-head {
    margin: 0;
    font-size: 4.5rem;
    font-weight: 900;
    color: #0db7d3;
  }
  
  .tariff-hero-section .hero-para {
    max-width: 65%;
  }
  
  p.hero-subtext1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0px 0 20px 0;
  }
  
  p.hero-subtext2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 5px 0 20px 0;
  }
  
  p.hero-para {
    font-size: 14px;
  }
  
  .btn-tariff-request {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 22px;
    text-decoration: none;
    display: inline;
    cursor: pointer;
    /* background-color: #0e4682; */
    background: linear-gradient(to top, #0062a5 0%, #00b6d7 100%);
    margin-top: 20px;
    border: 1px solid #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .btn-tariff-request:hover {
    transform: scale(1.03);
  
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    /* soft shadow */
  }
  
  @media (max-width: 992px) {
    .tariff-hero-section .tariff-head {
      font-size: 2.5rem;
    }
  
    p.hero-subtext1 {
      font-size: 1.6rem;
    }
  
    p.hero-subtext2 {
      font-size: 1.4rem;
    }
  
    p.hero-para {
      font-size: 0.95rem;
      max-width: 90%;
    }
  
    .btn-tariff-request {
      font-size: 0.95rem;
    }
  }
  
  @media (max-width: 768px) {
    .tariff-hero-section {
      text-align: center;
      background-position: center;
    }
  
    .tariff-hero-section .tariff-head {
      font-size: 2rem;
    }
  
    p.hero-subtext1 {
      font-size: 1.3rem;
    }
  
    p.hero-subtext2 {
      font-size: 1.1rem;
    }
  
    p.hero-para {
      max-width: 100% !important;
      font-size: 0.9rem;
    }
  
    .hero p {
      text-align: center;
    }
  }
  
  @media (max-width: 480px) {
    .tariff-hero-section .tariff-head {
      font-size: 1.8rem;
    }
  
    p.hero-subtext1 {
      font-size: 1.2rem;
    }
  
    p.hero-subtext2 {
      font-size: 1.1rem;
    }
  
    p.hero-para {
      font-size: 1rem;
      max-width: 100% !important;
    }
  
    .btn-tariff-request {
      font-size: 0.9rem;
      padding: 8px 20px;
    }
  }
  
  /* End Banner */
  
  /* icons section start */
  
  .tariff-section {
    padding: 0px 1.5rem;
    max-width: 1200px;
    font-family: "Open Sans", sans-serif;
    margin: auto;
  }
  
  .tariff-section .tariff-head {
    margin-bottom: 10px;
    font-size: 18px;
    color: #006388;
    font-weight: bold;
    text-align: left;
  }
  
  .tariff-grid {
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    gap: 2rem;
    padding: 15px 20px;
    justify-content: space-between;
  }
  
  .tariff-item {
    display: flex;
    align-items: center;
    width: 100%;
    /* Adjust based on layout */
  }
  
  .tariff-item img {
    width: 70px;
    height: 70px;
    margin-right: 0.9rem;
  
    /* border: 1px solid #000; */
    /* padding: 5px; */
  }
  
  .tariff-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #b2b2b2;
    line-height: 1.2;
    text-align: left;
  }
  
  @media (max-width: 992px) {
    .tariff-grid {
      flex-wrap: wrap;
      gap: 2rem;
    }
  
    .tariff-item {
      width: 45%;
    }
  
    .tariff-item p {
      font-size: 13px;
    }
  
    .tariff-item img {
      width: 60px;
      height: 60px;
    }
  }
  
  @media (max-width: 600px) {
    .tariff-grid {
      flex-direction: column;
      padding: 15px 10px;
      gap: 1.5rem;
    }
  
    .tariff-item {
      width: 100%;
    }
  
    .tariff-item img {
      width: 50px;
      height: 50px;
    }
  
    .tariff-item p {
      font-size: 13px;
    }
  
    .tariff-section .tariff-head {
      font-size: 1.8rem;
      text-align: center;
    }
  }
  
  /* icons section end */
  
  /* industry image start */
  
  .deficit-country-list {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
  }
  
  .tariff-country-list {
    background: white;
    padding: 20px;
    /* margin-top: 20px; */
  }
  
  .tariff-country-list ul {
    list-style: none;
    padding: 0;
  }
  
  .tariff-country-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
  
  .industry-image .industry {
    width: 100%;
    max-width: 1120px;
  }
  
  p.image-text {
    color: #747474;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
  
  /* industry image end */
  
  /* Countries section start */
  
  .icon-country-card {
    flex: 1 0 160px;
    background: white;
    padding: 15px;
    text-align: center;
  }
  
  .icon-country-card img {
    width: 40px;
    height: 30px;
    margin-bottom: 10px;
  }
  
  .icon-country-card1 {
    flex: 1 0 160px;
    background: white;
    padding: 15px;
    text-align: center;
  }
  
  .icon-country-card1 img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  
  .icon-country-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #fff;
    padding: 6px 20px;
    gap: 1px;
  }
  
  .icon-country-card {
    background: white;
    padding: 15px;
    text-align: center;
    /* border-right: 0.5px solid #ccc;
      border-bottom: 0.5px solid #ccc; */
    border-left: 0.5px solid #ccc;
  }
  
  .icon-country-card .country-name {
    font-weight: 600;
    color: #cecece;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
  }
  
  .icon-country-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }
  
  .icon-country-card .trade-value {
    font-weight: bold;
    color: #17435e;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
  }
  
  .icon-country-card1 {
    background: white;
    padding: 15px;
    text-align: center;
    /* border-right: 0.5px solid #ccc; */
    border-top: 0.5px solid #ccc;
    border-left: 0.5px solid #ccc;
  }
  
  .icon-country-card1 .country-name {
    font-weight: bold;
    color: #cecece;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
  }
  
  .icon-country-card1 img {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }
  
  .icon-country-card1 .trade-value {
    font-weight: bold;
    color: #17435e;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
  }
  
  .country-section-unique {
    display: flex;
    gap: 40px;
  }
  
  .flag-row {
    gap: 10px;
    justify-content: center;
  }
  
  .country-section-unique .fixed-column {
    flex: 0 0 330px;
  }
  
  .country-section-unique .flex-column {
    flex: 1;
  }
  
  .main {
    background-color: #ebebeb;
    position: relative;
  }
  
  .bar-chart-box {
    background: #fff;
    padding: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* margin-top: 20px; */
    min-height: 180px;
  }
  
  .bar-chart-box img {
    width: 100%;
  }
  
  .left-card {
    border-left: none;
  }
  
  .right-card {
    border-right: none;
  }
  
  @media (max-width: 992px) {
    .icon-country-group {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .country-section-unique {
      flex-direction: column;
    }
  
    .country-section-unique .fixed-column {
      width: 100%;
      max-width: 100%;
    }
  
    .country-section-unique .flex-column {
      width: 100%;
    }
  
    .country-name,
    .trade-value {
      font-size: 13px;
    }
  
    .icon-country-card img,
    .icon-country-card1 img {
      width: 35px;
      height: 35px;
    }
  }
  
  @media (max-width: 600px) {
    .icon-country-group {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .country-name {
      font-size: 12px;
    }
  
    .trade-value {
      font-size: 13px;
    }
  
    .icon-country-card,
    .icon-country-card1 {
      padding: 8px;
      border: none;
    }
  
    .icon-country-card img,
    .icon-country-card1 img {
      width: 30px;
      height: 30px;
    }
  }
  
  /* countries section end */
  
  .tariff-section .tariff-head {
    color: #006699;
    margin-bottom: 0.55rem;
    margin-top: 22px;
  }
  
  .tariff-subtext {
    color: #8e8e8e;
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  
  .tariff-row {
    display: flex;
    gap: 8rem;
    /* flex-wrap: wrap; */
    align-items: flex-start;
  }
  
  .tariff-image img {
    max-width: 100%;
    height: auto;
    width: 530px;
    border-radius: 6px;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
  }
  
  .tariff-box-side {
    min-width: 280px;
    display: flex;
  }
  
  p.note-para {
    font-size: 14px;
    width: 60%;
    line-height: 1.4;
    text-align: left;
  }
  
  .tariff-box {
    background-color: #e4f1f7;
    border-radius: 6px;
    padding: 0px 1rem;
    flex: 2;
    width: 100%;
  }
  
  .tariff-box p {
    margin: 0.6rem 0;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    font-size: 16px;
  }
  
  .brace-image {
    height: 120px;
    width: auto;
  }
  
  .rate {
    color: #006699;
    font-weight: bold;
  }
  
  .tariff-note {
    font-size: 0.85rem;
    color: #555;
    margin-top: 0.75rem;
    flex: 1;
    padding-left: 1rem;
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    align-items: center;
  }
  
  .brace {
    position: absolute;
    left: -20px;
    top: 10px;
    bottom: 10px;
    width: 20px;
    border-left: 2px solid #888;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 20px;
  }
  
  .bg-major-trade {
    background: #fff;
    padding: 6px 20px;
  }
  
  .tariff-cta {
    margin: 22px 0;
    position: relative;
    z-index: 1;
  }
  
  /* Tablet and smaller */
  @media (max-width: 992px) {
    .tariff-row {
      flex-direction: column;
      gap: 2rem;
      align-items: center;
    }
  
    .tariff-image img {
      width: 100%;
      max-width: 100%;
    }
  
    .tariff-box-side {
      flex-direction: column;
      align-items: center;
    }
  
    .tariff-box {
      width: 100%;
      padding: 12px 16px;
    }
  
    .tariff-box p {
      font-size: 15px;
    }
  
    .brace-image {
      height: 100px;
    }
  
    p.note-para {
      width: 100%;
      font-size: 15px;
      text-align: center;
    }
  
    .tariff-note {
      flex-direction: column;
      align-items: center;
      padding-left: 0;
      text-align: center;
    }
  }
  
  /* Mobile */
  @media (max-width: 600px) {
    .tariff-section {
      padding: 1rem;
      gap: 5px;
    }
  
    .tariff-section .tariff-head {
      font-size: 16px;
      text-align: center;
      margin-top: 10px;
    }
  
    .tariff-subtext {
      font-size: 14px;
      text-align: center;
    }
  
    .tariff-box p {
      font-size: 14px;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .tariff-box p span {
      margin-top: 4px;
    }
  
    .brace-image {
      height: 80px;
      display: none;
    }
  
    p.note-para {
      font-size: 14px;
    }
  }
  
  /* impact section */
  
  .tariff-impact-wrapper {
    /* background: #f1f1f1;
      padding: 40px 20px; */
  }
  
  .tariff-impact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .tariff-impact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  /* Make first column (impact) smaller */
  .impact-column {
    flex: 0 0 40%;
  }
  
  /* Make second column (support) larger */
  .support-column {
    flex: 2 1 60%;
  }
  
  .impact-title {
    font-size: 18px;
    font-weight: bold;
    color: #046184;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  
  .support-box {
    background: #fff;
    padding: 5px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  
  .impact-box {
    background: #fff;
    padding: 5px 13px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  
  .impact-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .impact-list li {
    margin-bottom: 9px;
    font-size: 16px;
    color: #747474;
    font-weight: 500;
  }
  
  .support-column .support-desc {
    font-size: 13px;
    margin-bottom: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
  }
  
  .support-intro {
    font-size: 14px;
    margin-bottom: 10px;
    color: #747474;
  }
  
  .support-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .support-column {
    flex: 1;
    min-width: 200px;
  }
  
  .support-header {
    font-size: 20px;
    font-weight: bold;
    color: #0b9ac1;
    margin-bottom: 5px;
    width: 75%;
    border-bottom: 1px solid #b2b2b2;
  }
  
  .support-title {
    font-size: 18px !important;
    font-weight: bold;
    color: #046184 !important;
    margin-bottom: 16px !important;
    margin-top: 16px;
  }
  
  /* Tablet and smaller */
  @media (max-width: 992px) {
    .tariff-impact-row {
      flex-direction: column;
    }
  
    .impact-column,
    .support-column {
      flex: 1 1 100%;
    }
  
    .support-columns {
      flex-direction: column;
    }
  
    .support-header {
      width: 100%;
      font-size: 18px;
    }
  
    .support-box,
    .impact-box {
      padding: 15px;
    }
  
    .impact-list li {
      font-size: 16px;
    }
  
    .support-intro,
    .support-desc {
      font-size: 15px;
    }
  }
  
  /* Mobile */
  @media (max-width: 600px) {
    .impact-title,
    .support-title {
      font-size: 16px;
      text-align: center;
      margin-top: 0;
    }
  
    .impact-box,
    .support-box {
      padding: 10px;
    }
  
    .impact-list li {
      font-size: 15px;
    }
  
    .support-header {
      font-size: 16px;
    }
  
    .support-desc {
      font-size: 14px;
    }
  
    .support-intro {
      font-size: 14px;
      text-align: center;
    }
  }
  
  /* last cta */
  
  .tariff-cta img {
    width: 100%;
    cursor: pointer;
  }
  
  .square-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 0;
  }
  
  @media (min-width: 1600px) {
    .tariff-box p {
      margin: 0.4rem 0 !important;
    }
  
    .tariff-row {
      gap: 6rem !important;
    }
  
    .support-column .support-desc {
      font-size: 13px;
    }
  }
  



 /* US_Tariff Modal CSS */
    .container.thankyou {
        padding: 0 30px;
    }



    .close-us_trariff {
        float: right;
        cursor: pointer;
        position: absolute;
        right: -6%;
        top: -27px;
        background: none;
        border: none;
    }

    .container .thankyou h4.tq-head {
        color: #156f92;
        font-size: 50px;
        text-align: center;
    }



    @media only screen and (max-device-width: 480px) {
        .container .thankyou h4.tq-head {
            font-size: 30px;
        }

        h4.reptitle {
            font-size: 18px;
            margin: 0;
        }

        p.reptitle-1 {
            font-size: 11px;
            margin: 0;
            padding: 0;
        }

        p.thank-you-text {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }

        .checkboxes-container {
            gap: 10px !important;
        }

        label {
            gap: 8px;
            color: #2a7b9b;
            text-align: center;
            line-height: 1.2;
            font-size: 12px;
        }

        .container .thankyou {
            padding: 0;
        }

        .custom-input1 {
            width: 120px;
            padding: 3px 10px;
            font-size: 12px;

        }

        .request_submit {
            font-size: 16px;
        }

        input[type="checkbox"] {
            width: 20px !important;
            height: 20px !important;
            flex-shrink: 0;
        }

        label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            white-space: nowrap;
        }

        .checkboxes-container {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
        }

        .container .thankyou img {
            width: 15%;
        }
    }

    .notification.msgerror p {
        font-size: 22px !important;
        color: red;
    }

    .notification.msgsuccess p {
        font-size: 22px !important;
        color: green;
    }

    #customize {
        border: 1px solid #006DCC;
        border-radius: 50px;
        padding: 2px 0 2px 2px;
        font-size: 19px;
        background-color: #006DCC;
    }

    #customize a {
        color: #fff !important;
    }

    @media only screen and (max-width: 768px) {
        .logo-brand1 img {
            width: 140px;
        }
    }

    marquee {
        background: #06569D;
        font-weight: 500;
        color: white;
        padding: 5px;
    }

    .covid_block {
        /* background: url('https://www.marketreportsworld.com/images/covid-19-and-russia-ukraine-war.png') no-repeat; */
        width: 100%;
        color: #fff;
        background-size: cover !important;
        margin-bottom: 10px;
    }

    .covid_body {
        padding: 25px 10px 25px;
        text-align: center;
    }

    .covid_block a.covid_btn {
        color: #212529;
        line-height: 1.2;
        background-color: #8cc641;
        border-color: #8cc641;
        text-decoration: none;
        font-weight: 700;
    }

    @media only screen and (max-width: 767px) {
        .covid_block {
            background: url('https://www.marketreportsworld.com/images/covid-19-and-russia-ukraine-war-mobile.png') no-repeat;
        }

        .covid_block a.covid_btn {
            width: 53%;
            margin: 72% 11px 8% 27%;
        }
    }

    .right-side-content .market .price {
        font-size: 15px;
    }

    .Corporate {
        margin-top: 13px;
    }

    #contact-form1 .form-control {
        color: black !important;
    }

    .pricing-buynow {
        margin-bottom: 10px;
    }

    .justify-content-center {
        margin-right: 50px;
        margin-left: 50px;
    }


    #phone_span {
        margin-left: 15px;
    }

    .purchase-report {
        margin-left: 20px;
    }

    .keyplayers {
        left: 13% !important;
    }

    .formbox .form-control:valid~label {
        bottom: 55px;
        left: 0;
        font-size: 12px !important;
        margin-top: 8px;
        color: #999;
    }


    /* Css for Enquiry form */




    .intl-tel-input .tel {
        padding-left: 61px !important;
    }

    .selected-dial-code {
        display: none
    }


    .request_submit {
        background: none;
        border: none;
    }

    .security_placeholder {
        display: inline-block;
        width: 54.7%;
        clear: both;
    }



    .request_form {
        padding: 20px 41px 5px 41px;
        border-radius: 15px;
        background-position: 135% -8%;
        background: #e0f3fe;
        border: 1px solid black;
        margin-right: 20px;

    }

    form#us_trariff-pop.input-group-text {
        background-color: unset;
        border: 1px solid #006388 !important;
        padding: 5px 10px;
    }

    .form-control {
        border: 1px solid #c5c5c5;
    }

    .request_form .form-control {
        height: 38px;
    }

    .intl-tel-input .selected-flag {
        padding: 0 1px 0 8px;
    }

    form#us_trariff-pop.intl-tel-input.separate-dial-code .selected-flag {
        background-color: unset;
        border-right: 1px solid #006388 !important;
    }

    #captcha_code {
        border: 1px solid #5691ab;
        border-radius: .25rem;

    }


    form#us_trariff-pop.security_code {
        color: #006388;
        font-weight: 600;
        display: inline-block;
        padding-right: 6px;
        font-style: italic;
        font-size: 20px;
    }

    .captcha-div {
        max-width: 45%;
    }

    .captcha-code {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .request_img {
        box-shadow: -5px 4px 1px #b6b5b5;
        border-radius: 9px;

    }


    .request_img:hover {
        box-shadow: -5px 7px 7px #636363;
        transition: transform 0.5s ease 0s, filter 0.5s ease-in 0s;
        transform: scale(1.08);

    }

    .captcha-code1 {
        padding-left: 0px;
    }


    input::placeholder {
        color: #a6a6a6 !important;
        font-size: 14px;
        font-style: italic;
    }

    .input_icon {
        width: 24px;
    }

    .security_label {
        display: contents;
    }


    .refreshCaptcha {
        width: 7%;
        cursor: pointer;
    }


    .iti-flag {
        width: 20px !important;
    }

    .request-form {
        padding: 0px 20px;
    }

    .download_pdf {
        height: 20px;
    }

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
        .request-form {
            flex: 0 0 60%;
            max-width: 60%;
        }

        .keyplayers {
            left: 5% !important;
        }

        .security_placeholder {
            width: 45.5%;
        }


    }

    @media(max-width:991px) {
        .request-form {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .security_placeholder {
            display: unset;
            width: unset;
        }

        .request_submit {
            margin-left: unset;
        }

        .disp_secur_code {
            margin-top: 16px;
        }

        .refreshCaptcha {
            width: 12%;
        }

    }

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

        .basicSlider .MS-content .item {
            width: 40% !important;
        }

        .justify-content-center {
            margin-right: 0px;
            margin-left: 0px;
        }

        .request_form {
            margin-right: 0px;
        }

        .right-price-form {
            margin-left: 0px !important;
        }

        .right-inside-form {
            width: 90% !important;
        }

        .pricing-list label {
            margin-left: 0px !important;
            font-size: 14px !important;
        }

        #phone_span {
            margin-left: 0px !important;
        }

        .request-form {
            flex: 0 0 50%;
            max-width: 50%;
            /* padding-right: 15px !important; */
        }

        .request-form-child {
            padding-right: 15px !important;
        }

        .security_placeholder {
            display: unset;
            width: unset;
        }

        .request_submit {
            margin-left: unset;
        }

        .refreshCaptcha {
            width: 34px;
        }

        .disp_secur_code {
            margin-top: 16px;
        }

        .disp_secur_code {
            margin-top: 16px;
        }

        .security_label {
            display: block;
            text-align: center;
        }

        .input-group-text {
            padding: .275rem .55rem;

        }

        .input_icon {
            width: 18px;
        }

        .iti-flag {
            width: 13px !important;
        }

        .intl-tel-input .selected-flag {
            padding: 0 4px 0 8px;
        }

        input::placeholder {
            font-size: 11px;
        }

        .request_form {
            padding: 20px 20px 5px 20px;
            /*  background: url(assets/img/BG-01_mobile_1.svg) no-repeat; */

        }


        .intl-tel-input .tel {
            padding-left: 50px !important;
        }

    }


    @media(max-width:475px) and (min-device-width: 375px) {

        .basicSlider .MS-content .item {
            width: 30% !important;
        }

        .request_form {
            padding: 20px 20px 5px 20px;


        }

        .request-form {
            margin-top: 15px;
        }

        .or_image_new {
            display: none;
        }

        .pricing-list label {
            font-weight: 100;
        }

        .justify-content-center {
            margin-right: 0px;
            margin-left: 0px;
        }

        .request_form {
            margin-right: 0px;
        }

        .right-price-form {
            margin-left: 0px !important;
        }

        .right-inside-form {
            width: 90% !important;
        }

        .pricing-list label {
            margin-left: 0px !important;
            font-size: 14px !important;
        }

    }



    @media(max-width:570px) {
        .request-form {
            flex: 0 0 100%;
            max-width: 100%;
            padding-right: 15px;
        }

        .security_placeholder {
            display: unset;
            width: unset;
        }

        .request_submit {
            margin-left: unset;
        }

        .refreshCaptcha {
            width: 31px;
        }

        .disp_secur_code {
            margin-top: 16px;
        }

        .security_label {
            display: block;
            text-align: center;
        }
    }


    @media(max-width:320px) {


        .basicSlider .MS-content .item {
            width: 45% !important;
        }

        .download_pdf {
            height: 25px;
        }

        .request-form {
            margin-top: 15px;
        }

        .or_image_new {
            display: none;
        }

        .pricing-list label {
            font-weight: 100;
            /* margin-left: 0px !important; */
        }

        .center-block {
            padding: 0px;
        }

        .justify-content-center {
            margin-right: 0px;
            margin-left: 0px;
        }

        .request_form {
            margin-right: 0px;
        }

        .right-price-form {
            margin-left: 0px !important;
        }

        .right-inside-form {
            width: 90% !important;
        }

        .pricing-list label {
            margin-left: 0px !important;
            font-size: 14px !important;
        }
    }

    @media(max-width:1200px) {
        .searchbar1 {
            display: none;
        }
    }


    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .security_placeholder {
            width: 47.5%;
        }

        .basicSlider .MS-content .item {
            width: 30% !important;
        }

        .security_placeholder {
            width: 100%;
            margin-top: 10px;
        }

        .security_label {
            display: block;
            margin-bottom: 5px;
            text-align: center;
        }

        .pricing-list label {
            font-size: 14px !important;
        }
    }

    @media(min-width:1026px)and(max-width:1240px) {
        .security_placeholder {
            width: 55.5%;
        }

        .basicSlider .MS-content .item {
            width: 30% !important;
        }

    }



    .catcha_error_psme {
        margin-bottom: 0.2rem;
        color: red;
    }

    #ran {
        display: inline;
        width: 60px;
        border: none;
        color: red !important;
        font-weight: bold;
        letter-spacing: 0.18em;
        width: 61px;
        font-size: 17px;
        /* padding: 6px; */
    }

    .modal-us_trariff {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-body {
        padding: 0 !important;
    }

    .modal-backdrop.show {
        display: none;
    }



    .modal-content-us_trariff {
        background-color: white;
        margin: 15% auto;
        padding: 20px;
        width: 50%;
    }

    .close {
        float: right;
        cursor: pointer;
    }

    .modal-us_trariff {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content-us_trariff {
        margin: 15% auto;
        padding: 20px;
        border-radius: 25px;
        width: 100%;
        max-width: 645px;
        border: 1.5px solid #069bc2;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    .close {
        float: right;
        cursor: pointer;
        position: absolute;
        right: -4%;
        top: -19px;
    }

    .form-modal p {
        font-size: 25px;
        font-weight: bolder;
        font-style: italic;
        color: #00577d;
        width: 65%;
        padding-bottom: 5px;
        text-align: center;
    }

    .form-modal h3 {
        margin-bottom: 8px;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 89%;
        color: #069bc2;
    }

    p.desc {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        font-style: normal;
        padding: 8px;
    }

    form#us_trariff-popimg.input_icon {
        width: 20px;
    }

    form#us_trariff-pop.form-control {
        padding: 10px !important;
        font-size: 12px !important;
        border: 1px solid #006388 !important;
        border-radius: .25rem !important;
    }

    form#us_trariff-pop.form-group .form_fphone {
        margin-bottom: 7px;
        width: 50%;
    }

    form#us_trariff-pop.form-group .form_fphone {
        margin-bottom: 7px;
        width: 50%;
    }

    .form-row.phone_company {
        width: 550px;
        gap: 0;
        display: flex;
        /* margin: auto; */
    }

    .captcha-div1.col-md-12 {
        text-align: center;
    }

    form#us_trariff-poph5 {
        font-size: 14px;
        text-align: center;
        font-weight: 700;
        color: #006388;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .request_submit {
        cursor: pointer;
        width: 30%;
        border: 1px solid #2596be !important;
        color: #fff;
        font-size: 15px;
        filter: drop-shadow(-5px 4px 1px rgba(0, 0, 0, 0.3));
        font-weight: 600;
        padding: 8px 10px;
        background-image: linear-gradient(#028aca, #028aca, #0d3656) !important;
        border-radius: 8px !important;
    }

    .request_submit:focus,
    .request_submit:hover {
        text-decoration: none;
        box-shadow: 4px 2px 10px #928d8d;
    }

    .form-modal {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal-content-us_trariff {
        background-size: 101% 102%;
    }

    .highlight {
        border: 2px solid red;
    }

    /* Adjust the input field to give space for the dropdown */
    .form_fphone input {
        padding-left: 50px !important;
        /* Increase padding to the left for country flag */
    }

    /* Adjust the position of the dropdown to appear slightly to the right */
    .intl-tel-input .iti__flag-container {
        left: 10px;
        /* Slightly move the flag container to the right */
    }

    /* Adjust the dropdown to ensure it's not overlapping the input field */
    .intl-tel-input {
        width: 100%;
        /* Make sure the input takes full width */
    }

    input#us_trariff_modal_phone {
        padding-left: 50px !important;
    }

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
        .request-form {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 10px;
            padding-right: 15px;
        }

        .request_submit {
            margin-top: 20px;
            width: 45%;
        }

        .form-modal .row {
            display: contents;
        }

        .close {
            float: right;
            cursor: pointer;
            position: absolute;
            right: -4%;
            top: -19px;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-row {
            margin-top: 0;
        }


    }

    @media (min-width: 1024px) {
        .modal-content-us_trariff {
            /* background-color: white; */
            margin-top: 20% !important;
            /* padding: 20px; */
            /* width: 50%; */
        }
    }

    @media only screen and (max-device-width: 768px) {
        .request-form {
            flex: 0 0 100%;
            max-width: 100%;
            padding-right: 15px;
            margin-top: 10px;
        }

        .form-modal .row {
            display: contents;
        }

        .form-modal p {
            font-size: 25px;
        }

        .request_submit {
            margin-top: 10px;
        }

        form#us_trariff-pop.intl-tel-input.separate-dial-code .selected-flag {
            padding: 0 8px;
        }

        .iti-flag {
            width: 20px !important;
        }

        .disp_secur_code {
            margin-top: 10px;
        }

        .form-row {
            margin-top: 0;
        }
    }

    @media only screen and (max-device-width: 480px) {
        .modal-content-us_trariff {
            background-size: 101%;
            background-repeat: no-repeat;
            margin: 5% auto;
            padding: 20px;
            border-radius: 25px;
            background: #fff;
            width: 100%;
            max-width: 645px;
            border: 1.5px solid #069bc2;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .form-modal p {
            font-size: 16px;
        }

        .form-modal h3 {
            font-size: 13px;
        }

        .request-form {
            margin-top: 5px;
        }

        form#us_trariff-pop.security_code {

            font-size: 16px;
        }

        .disp_secur_code {
            margin-top: 5px;
        }

        .request_submit {
            width: 65% !important;
            font-size: 14px !important;

        }

        form#us_trariff-pop.form-control {
            padding: 0 10px !important;
        }

        .intl-tel-input .selected-flag {
            padding: 0 8px 0 8px;
        }

        .modal-content-us_trariff {
            padding: 10px 5px;
            margin: 30% auto;
        }
    }

    @media(min-width:1440px) {
        form#us_trariff-pop.security_placeholder {
            width: 50%;
        }


        .basicSlider .MS-content .item {
            width: 20% !important;
        }

        .modal-content-us_trariff {
            /* background-color: white; */
            margin: 15% auto;
            /* padding: 20px; */
            /* width: 50%; */
        }
    }

    /* Custom modal styling */
    .us_trariff-modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 20px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1050;
        /* Make sure it's above the backdrop */
    }

    /* Backdrop styling */
    .backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        /* Hidden by default */
        z-index: 1040;
        /* Ensure it's below the modal */
    }
/* us_trariff-popup css ends */




 /* THank u modal css */

        #tariff-request-now {
            cursor: pointer;
        }

        .container .thankyou {
            padding: 10px;
            border-radius: 10px;
            width: 100%;
            text-align: center;
        }

        .container .thankyou img {
            width: 20%;
        }

        .container .thankyou h4 {
            color: #156f92;

        }

        .top-image {
            width: 100px;
            height: 100px;
            margin-bottom: 10px;
        }

        p.thank-you-text {
            font-size: 15px;
            margin-bottom: 15px;
            color: #000;
            font-weight: 600;
            text-align: center;
        }

        h4.reptitle {
            margin: 10px 0;
            font-size: 30px;
            color: #0098c0 !important;
            font-weight: 600;
            text-align: center;
        }

        p.reptitle-1 {
            margin: 10px 0px 5px 0;
            font-size: 16px;
            color: #000;
            font-weight: 600;
            text-align: center;
        }


        input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border: 1.5px solid #2A84A5;
            border-radius: 4px;
            background-color: #ffffff;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
        }


        input[type="checkbox"]::after {
            content: "";
            background-image: url('../../frontend/images/consulting_images/check1.png');
            background-size: contain;
            background-repeat: no-repeat;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 52%;
            left: 70%;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.3s ease-in-out;
        }

        input[type="checkbox"]:checked::after {
            transform: translate(-50%, -70%) scale(1.3);
        }


        .checkboxes-container {
            display: flex;
            justify-content: center;
            gap: 50px;
            /* Adjust spacing between columns */
        }

        .column {
            display: flex;
            flex-direction: column;
            gap: 8px;
            /* Adjust spacing between checkboxes */
            align-items: flex-start;
        }

        label {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #2a7b9b;
            font-size: 14px;
        }

        .submit-btn {
            text-align: center;
            /* margin-right: 50px; */
            width: 100%;
        }

        .request_submit {
            cursor: pointer;
            width: 40%;
            border: 1px solid #2596be !important;
            color: #fff;
            font-size: 18px;
            filter: drop-shadow(-5px 4px 1px rgba(0, 0, 0, 0.3));
            font-weight: 600;
            padding: 5px 25px;
            background-image: linear-gradient(#028aca, #028aca, #0d3656) !important;
            border-radius: 8px !important;
            margin-top: 10px;
        }

        .request_submit:focus,
        .request_submit:hover {
            text-decoration: none;
            box-shadow: 4px 2px 10px #928d8d;
        }

        p.text-bottom {
            font-style: italic;
            font-weight: 700;
            font-size: 13px;
            margin-top: 10px;
        }

        /* Initially hide the input field */
        .hidden-input {
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        /* Styling for input field */
        .custom-input1 {
            width: 178px;
            padding: 5px;
            font-size: 13px;
            border: 1.5px solid #2A84A5;
            border-radius: 6px;
            outline: none;
            transition: border-color 0.3s ease-in-out;
        }

        .dropdown-container {
            display: flex;
            opacity: 1;
            flex-direction: row;
            gap: 15px;
            width: 100%;
            margin: 5px auto;
        }

        .custom-input {
            position: relative;
            width: 100%;
            padding: 5px;
            font-size: 21px;
            color: #2A84A5;
            border: 1.5px solid #2A84A5;
            border-radius: 6px;
            background: #fff;
            /* display: flex; */
            align-items: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }


        .security_code {
            display: inline !important;
        }

        .custom-input i {
            position: absolute;
            left: 15px;
        }

        .custom-input input {
            width: 100%;
            padding-left: 40px;
            /* Space for the icon */
            border: none;
            background: transparent;
            font-size: 14px;
            outline: none;
            color: #333;
        }
