@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html,
form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus {
    border: 0;
    outline: none;
    text-decoration: none;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 17px;
}

h6 {
    font-size: 25px;
}

p {
    font-size: 18px;
}

a:focus,
input:focus {
    outline: none;
}

.width100 {
    width: 100% !important;
}

.lh_1 {
    line-height: 1 !important;
}

.gap60 {
    padding: 60px 0;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-family: 'Roboto', sans-serif !important;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
}

.top_header {
    padding: 15px 0;
}

.top_header_inner {
    display: flex;
    justify-content: space-between;
}

.thi_right {
    display: flex;
    justify-content: space-between;
}

.phone_number_icon,
.email_address_icon {
    height: 30px;
    width: 30px;
    background-image: linear-gradient(to bottom right, #E66B4C, #F5AC69);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.phone_number_icon i {
    transform: rotate(90deg);
    color: #fff;
}

.email_address_icon i {
    color: #fff;
}

.email_address,
.phone_number {
    display: flex;
    align-items: center;
}

.phone_number {
    margin-right: 15px;
}

.email_address a,
.phone_number a {
    color: #2D2C2C !important;
}

.banner {
    background-image: linear-gradient(to bottom right, #E66B4C, #F5AC69);
    height: 465px;
    margin-top: 70px;
}

.banner_form_right h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.banner_form_right h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    letter-spacing: 3px;
}

.banner_form_right h3 {
    font-size: 65px;
    color: transparent;
    font-weight: 800;
    -webkit-text-stroke: 1px #fff;
    /* text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}

.banner_form_right_holder {
    display: flex;
    justify-content: flex-end;
}

.banner_form_right_holder_div {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 90%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 1;
}

.banner_form_right_holder_inner p {
    text-align: center;
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1;
}

.banner_form_right_holder_inner p:last-child {
    font-weight: 700;
}

.banner_form_new_block {
    margin-top: 15px;
}

.custom_control {
    height: 40px;
    border-radius: 5px;
    border: 1.5px solid #ced4da !important;
    font-size: 14px;
}

.custom_control:focus {
    box-shadow: none;
}

.banner_form_right {
    margin-top: 51px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.banner_form_two {
    position: absolute;
    bottom: -22%;
    width: 50%;
}

.form_button {
    background: linear-gradient(145deg, #ff6850, #fb2c0b);
    box-shadow: 6px 3px 10px #00a1e282, -8px -8px 11px #00a3e500;
    padding: 18px 0;
    outline: none;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s all ease;
    cursor: pointer;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* background: #ff7446e0; */
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    transition: .5s ease-in-out;
}

.form_button:focus {
    box-shadow: none;
}

.form_button:hover {
    background: linear-gradient(145deg, #fb2c0b, #ff6850);
    box-shadow: 6px 6px 12px #00a1e282, -6px -6px 12px #00a3e500;
    transition: .5s ease-in-out;
}

.banner_form_right_holder_inner p:last-child {
    margin-top: 9px;
}

.submit_button {
    margin-bottom: 20px;
}

.bft_block {
    height: 75px;
    background-color: #fff;
    border-radius: 100%;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 0px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    margin: 0 auto;
}

.bft_block_text {
    margin-top: 15px;
}

.bft_block_text h5 {
    font-size: 22px;
    font-weight: 700;
    color: #E6714E;
}

.bft_block_text p {
    color: #303030;
    font-size: 16px;
    margin-top: 2px;
}

.bft_block_text {
    text-align: center;
}

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

.iec_block {
    padding: 190px 0 60px 0;
}

.iec_block_right_inner {
    position: absolute;
    top: 67px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 10px;
    left: -23px;
    height: 93%;
    z-index: -1;
    padding: 10px;
}

.iec_block_right_inner_holder {
    background-image: linear-gradient(to bottom right, #E66B4C, #F5AC69);
    padding: 15px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.iec_block_left {
    display: flex;
    align-items: center;
    height: 100%;
}

.iec_block_left_inner h2 {
    font-size: 50px;
    font-weight: 300;
}

.document_block_heading h2 {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
}

.iec_block_left_inner h2 span {
    display: block;
    font-weight: 800;
}

.document_block_heading h2 span {
    font-weight: 800;
}

.iec_block_right {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 10px;
}

.iec_block_right img {
    border-radius: 10px;
}

.iec_block_left_inner h2 {
    position: relative;
}

.iec_block_left_inner h2::before {
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 32%;
    left: 0;
    background-color: #E66B4C;
}

.iec_block_left_inner p {
    margin-top: 30px;
    font-size: 17px;
    color: #2D2D2D;
    line-height: 29px;
    padding-right: 15px;
}

.document_block {
    padding: 20px 0 0 0;
}

.document_block_heading {
    padding: 0 15px;
}

.document_block_tab {
    background-color: #F6F6F6;
    margin-top: 60px;
}

#myTab {
    justify-content: center;
}

.nav-tabs .nav-link {
    font-size: 20px;
    padding: 8px 60px;
    color: #343434 !important;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #707070;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #F6F6F6;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(0.25turn, #E66B4C, #F5AC69);
    border-image-slice: 1;
    width: 100%;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid #707070;
}

#myTabContent {
    padding: 45px 0;
}

.tab_img_block {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 2px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 300ms linear;
}

.tab_text_block {
    margin-top: 4px;
}

.tab_text_block p {
    text-align: center;
    font-size: 15px;
    transition: all 300ms linear;
}

.tab_image_text_block:hover .tab_img_block {
    background-image: linear-gradient(to bottom right, #ff3f0f, #db6900);
    border: 2px solid #ff3f0f;
    transition: all 300ms linear;
}

.tab_image_text_block:hover .tab_img_block img {
    filter: grayscale(100%) invert(100%);
}

.tab_image_text_block:hover .tab_text_block p {
    font-weight: 800;
    transition: all 300ms linear;
}


/* .home_four_inner {
    margin-top: 45px;
} */

.home_four_block {
    padding: 18px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    height: 530px;
    transition: 0.3s;
    cursor: pointer;
}

.four_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.four_text_body {
    width: 75%;
    margin: 0 auto;
}

.four_text_body h4 {
    font-size: 19px;
    font-weight: 700;
    color: #414141;
    padding: 20px 0 15px 0;
    position: relative;
    text-align: center;
}

.four_text_body h4::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 60%;
    height: 2px;
    background-color: #E66B4C;
    left: 50%;
    transform: translate(-50%, -50%);
}

.four_text_body p {
    font-size: 17px;
    margin-top: 28px;
    text-align: center;
}

.ul_li_block {
    margin-top: 30px;
}

.ul_li_block2 {
    margin-top: 40px;
}

.ul_li_block li {
    padding-bottom: 4px;
    position: relative;
    padding-left: 20px;
}

.ul_li_block li::before {
    position: absolute;
    top: 6px;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #414141;
    left: 0;
}

.home_four_button {
    margin-top: 20px;
}

.custom_four_button {
    border: 2px solid #E66B4C;
    width: 160px;
}

.custom_four_button:focus {
    box-shadow: none;
}

.home_four_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_four_button2 {
    margin-top: 70px;
}

.home_four_button3 {
    margin-top: 80px;
}

.home_four_block:hover {
    background-image: linear-gradient(to bottom right, #E66B4C, #F5AC69);
    transition: 0.3s;
}

.home_four_block:hover .four_text_body h4,
.home_four_block:hover .four_text_body p,
.home_four_block:hover .ul_li_block li {
    color: #fff;
}

.home_four_block:hover .four_text_body h4::before,
.home_four_block:hover .ul_li_block li::before {
    background-color: #fff;
}

.home_four_block:hover .custom_four_button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #E66B4C;
}

.home_four_block:hover .four_img img {
    filter: grayscale(100%) invert(100%);
}

.package_block {
    background: url(../images/package.webp) no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin: 60px 0 0 0;
}

.package_block_heading h2 {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    font-weight: 800;
    color: #fff;
}

.package_block_inner {
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    overflow: hidden;
}

.pm {
    padding: 0;
}

.package_biblock {
    padding: 107px 20px;
    background-color: #F3F3F3;
    text-align: center;
}

.package_biblock h4 {
    font-weight: 700;
    font-size: 21px;
}

.package_biblock h5 span {
    color: #000;
    font-size: 30px;
}

.package_biblock h5 {
    font-size: 36px;
    font-weight: 900;
}

.submit_button_one {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit_button_one .form_button {
    width: 250px;
}

.package_biblock_one {
    padding: 40px 0 20px 0;
}

.pm2 {
    padding: 0 15px 0 30px;
}

.pm3 {
    padding: 0 15px;
}

.package_biblock_one ul li {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.package_biblock_one ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #343434;
    left: 0;
    top: 8px;
    position: absolute;
}

.md_section_inner {
    display: grid;
    grid-template-columns: .7fr 1fr;
}

.md_section_left {
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.md_section_right_holder {
    box-shadow: 10px 0 20px 0 rgb(0 0 0 / 19%);
    margin: 40px 0;
    padding: 130px 20px;
}

.md_section_right_holder p span {
    font-size: 20px;
    font-weight: 800;
}

.md_section_right_holder h3 {
    margin-top: 20px;
    font-family: 'Courier Prime', monospace;
    color: #DC6949;
}

.md_section_right_holder h3 i {
    color: #DC6949;
}

.fa-quote-left {
    margin-right: 4px;
}

.fa-quote-right {
    margin-left: 4px;
}

.md_section_right_holder h5 {
    text-align: right;
    font-family: 'Pacifico', cursive;
    padding-right: 41px;
}

.md_section_right_holder_block {
    margin-top: 35px;
}

.md_media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.media_text {
    margin-top: 20px;
}

.media_text p a {
    color: #393737 !important;
    font-weight: 800;
}

.md_section_left_block_text {
    text-align: right;
    padding-right: 75px;
    margin-top: 20px;
}

.md_section_left_block_text h2 {
    font-size: 40px;
    font-weight: 800;
}

.md_section_left_block_text p {
    color: #DC6949;
    font-size: 20px;
    font-weight: 700;
}

.past_experience {
    padding: 0 0 60px 0;
}

.past_exprice_pic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.past_exprience_block {
    width: 75%;
    margin: 0 auto;
}

.document_block_heading9 {
    margin-bottom: 45px;
}

.associated_with {
    background-color: #ECECEC;
    padding: 45px 0;
}

.associated_with_inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.associated_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appreciated_block {
    padding: 35px 0;
}

.abl_heading h5 {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
}

.abl_heading h5 span {
    font-weight: 800;
}

.abl_heading {
    margin-bottom: 35px;
}

.appreciated_media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.appreciated_block_right {
    margin-left: 140px;
}

.appreciated_media9 {
    padding: 7px 0;
}

.faq {
    background: url(../images/world-map.webp) no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.faq_section {
    padding-top: 40px;
}

.faq_section .card {
    margin-bottom: 10px;
    background-color: unset;
    border: unset;
}

.btn-header-link:focus {
    box-shadow: none;
    border: unset;
    outline: none;
}

.btn-header-link:hover {
    text-decoration: none;
    color: unset;
}

.faq_section .card-header {
    border: none;
    outline: none;
    padding: 8px 5px;
    background-color: #fff;
}

.faq_section .btn-header-link {
    border: unset;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 4px 8px;
    position: relative;
}

.faq_question {
    height: 40px;
    width: 40px;
    background-image: linear-gradient(to bottom right, #F5AC69, #E66B4C);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    float: right;
    font-size: 17px;
    color: #E66B4C;
    position: absolute;
    right: 8px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 8px;
    color: #E66B4C;
}

.faq_body {
    background: #ddd;
}

.footer_block {
    background-image: linear-gradient(#E66B4C, #F5AC69);
    padding: 60px 0;
}

.footer_logo,
.footer_social ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social ul a {
    color: #fff;
}

.footer_social {
    margin-top: 20px;
}

.footer_social ul a i {
    font-size: 40px;
    margin-left: 25px;
}

.disclaimer {
    margin-top: 20px;
}

.disclaimer h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}

.disclaimer p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.footer_bot {
    text-align: center;
    margin-top: 18px;
}

.footer_bot h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.footer_bot ul li {
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
    padding-top: 2px;
}

.footer_bot ul li a {
    color: #fff;
}

.tab_img_block i {
    font-size: 30px;
}

.tab_image_text_block:hover .tab_img_block i {
    color: #fff;
    transition: all 300ms linear;
}

.four_img i {
    font-size: 50px;
    color: #E66B4C;
}

.home_four_block:hover .four_img i {
    color: #fff;
}

td {
    border: 1px solid #dbdbdb;
    padding: 7px;
    text-align: center;
    font-size: 15px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.package_biblock_one9 {
    margin-right: 30px;
}

.renew_modification {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 25px;
}

.destop_fixed {
    background-image: linear-gradient(to right, #fb2c0b, #ff6850);
    height: 170px;
    width: 34px;
    position: fixed;
    top: 44%;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: block !important;
    z-index: 999;
}

.destop_fixed_holder {
    transform: rotate( -90deg);
    display: block;
    white-space: nowrap;
    top: 110px;
    position: relative;
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 1.5px;
}

.oli_fic_pic {
    width: 57%;
    object-fit: cover;
}

.responsive_banner img {
    display: none;
}

.faq_ul_li {
    margin-top: 15px;
}

.faq_ul_li li {
    padding-bottom: 4px;
    position: relative;
    padding-left: 20px;
}

.faq_ul_li li::before {
    position: absolute;
    top: 6px;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #414141;
    left: 0;
}

.awarded_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.company_ul_li ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
    color: #fff;
}

.company_ul_li {
    margin-top: 20px;
}

.company_ul_li ul li:last-child {
    padding-bottom: 0;
}

.company_ul_li ul li i,
.new_ul_li_new_holder li i {
    margin-right: 12px;
    color: #466eab;
}

.why_should_inner {
    margin-top: 35px;
}

.why_should_inner p {
    margin-bottom: 10px;
}

.why_should_inner p:last-child {
    margin-bottom: 0px;
}

.new_ul_li_new_holder li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
    color: #000;
    font-size: 18px;
}

.new_ul_li_new_holder {
    margin-top: 30px;
}

.top_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    height: 70px;
    border-bottom: 1px solid #c6c6c6;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
}

.login_block a {
    color: #2D2C2C !important;
}

.login_block a i {
    color: #466eab;
}

.number_block_fiexd {
    display: none;
}
label{
    font-size: 13px;
    line-height: 18px;
    color: red;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1300px) {}

@media (max-width: 1199px) {}

@media (min-width: 992px) {}

@media (max-width: 991px) {}

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

@media (max-width: 767px) {
    .footer_bot {
        margin-bottom: 60px;
    }
    .destop_fixed_holder9 {
        height: 45px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
    }
    .number_block_fiexd a i {
        margin-right: 10px;
    }
    .number_block_fiexd {
        background-image: linear-gradient(to right, #fb2c0b, #ff6850);
        height: 45px;
        width: 100%;
        position: fixed;
        bottom: 0%;
        left: 0;
        display: block !important;
        z-index: 999;
    }
    .top_header {
        height: 96px;
    }
    .thi_right9 {
        justify-content: center;
    }
    .top_header_inner {
        flex-direction: column;
    }
    .thi_left {
        display: flex;
        justify-content: center;
    }
    .thi_right {
        margin-top: 10px;
    }
    .email_address a,
    .phone_number a {
        font-size: 13px;
    }
    .phone_number_icon i,
    .email_address_icon i {
        font-size: 11px;
    }
    .phone_number_icon,
    .email_address_icon {
        height: 20px;
        width: 20px;
    }
    .phone_number {
        margin-right: 5px;
    }
    .banner_form_two {
        position: unset;
        width: 100%;
        margin-top: 20px;
        background-color: #fff;
        padding: 20px 0;
    }
    .banner_form_right {
        margin-top: 0;
    }
    .banner_form_right_holder_div {
        width: 100%;
        margin-top: 20px;
    }
    .banner {
        background-size: unset;
        height: unset;
        margin-top: 94px;
        padding-bottom: 40px;
    }
    .why_should {
        margin-top: 50px;
    }
    .document_block_tab {
        margin-top: 25px;
    }
    .home_four_block {
        height: unset;
        margin-top: 30px;
    }
    .iec_block_right {
        margin-top: 30px;
    }
    .iec_block_left_inner h2 {
        font-size: 25px;
    }
    .iec_block_left_inner h2 span {
        display: unset;
    }
    .four_text_body {
        width: 100%;
    }
    .package_block {
        padding: 30px 0;
    }
    .package_block_heading h2 {
        font-size: 35px;
    }
    .package_biblock {
        padding: 20px 0 0 0;
    }
    .package_biblock_one {
        padding: 20px 0;
    }
    .package_biblock_one9 {
        padding-top: 0;
    }
    .package_biblock_one9,
    .package_biblock_one10 {
        margin-right: 15px;
    }
    .associated_with_inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .document_block_heading h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .associated_with {
        padding: 30px 0;
    }
    .appreciated_block_right {
        margin-left: 0;
    }
    .appreciated_media_inner {
        margin-top: 25px;
        height: 70px;
    }
    .abl_heading {
        margin-bottom: 0;
    }
    .appreciated_media img {
        padding: 5px;
    }
    .appreciated_block_right {
        margin-top: 30px;
    }
    .appreciated_block_right .abl_heading {
        margin-bottom: 20px;
    }
    .faq {
        padding: 35px 0;
    }
    .faq_section {
        padding-top: 0;
    }
    .faq_section .btn-header-link {
        font-size: 14px;
        padding: 4px 19px 4px 8px;
    }
    #main #faq .card .card-header .btn-header-link.collapsed:after {
        top: 10px;
        font-size: 14px;
    }
    .faq_question {
        height: 25px;
        width: 25px;
    }
    .fa-question {
        font-size: 13px;
    }
    .appreciated_media {
        height: 100%;
    }
    .iec_block {
        padding: 30px 0;
    }
    .responsive_banner img {
        display: block;
    }
    .banner_form_right h2,
    .banner_form_right h3 {
        display: none;
    }
    .banner_form_right h1 {
        font-size: 37px;
        margin-top: 20px;
    }
    .renew_modification {
        grid-template-columns: repeat(2, 1fr);
    }
    .nav-tabs .nav-link {
        font-size: 15px;
    }
    .associated_block:last-child {
        justify-self: center;
        width: calc(200px - 20px);
        grid-column-start: span 2;
    }
    .renew_modification_block:last-child,
    .awarded_block_inner:last-child {
        justify-self: center;
        width: calc(200px - 20px);
        grid-column-start: span 2;
    }
    .tab_image_text_block2 {
        margin-top: 25px;
    }
    .awarded_block {
        grid-template-columns: repeat(2, 1fr);
    }
    .awarded_block_inner:last-child .appreciated_media_inner {
        margin-top: 0;
    }
    .nav-tabs .nav-link {
        padding: 8px 13px;
    }
    .footer_block {
        padding: 30px 0;
    }
}