* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.privacy p,
.privacy-california{
    color: #000;
}
.privacy,
.privacy-california {
    margin-top: 5rem;
}
.heading_ccpa {
    font-size: 2rem;
    color: #012a52;
    font-weight: 700;
}
#submit_btn[disabled]{
    background-color: #cccccc;
    color: #57585a;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
}
.heading_ccpa_form {
    color: #012a52;
    font-weight: 600;
    padding: 1rem 0;
}
.ccpa_form select {
    padding: 1rem 0.75rem;
}
textarea#message {
    min-height: 150px;
    height: auto;
}
.ccpa_form {
    border: 1px solid #ccc;
    padding: 0 11px;
}
.content_ccpa a {
    text-decoration: none;
    color: #012a52;
}
.submit {
    text-align: center;
    padding-bottom:10px ;
}
footer .container_ .disclaimer a{
    text-decoration: none;
    color: #012a52;
}
.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 11px; */
}
footer .container_ .disclaimer a:hover{
    text-decoration: underline;
}
.submit button {
    color: #fff;
    background: #012a52;
    border: none;
    padding: 10px 20px;
}
small.disclaimer_1 {
    font-size: 12px;
    padding: 13px 0;
    display: inline-block;
    line-height: 1.8;
}
.agree_the_terms .form-check {
    padding-bottom: 20px;
}
.note {
    padding: 20px 0 0;
}
.p1 .s1,.p2 .s1 ,.p3 .s1,.p5 .s2{
    font-size: 16px;
}
.privacy-california h1, 
.privacy-california h2, 
.privacy-california h3, 
.privacy-california h4, 
.privacy-california h5, 
.privacy-california h6 {
    color: #012a52;
}
.privacy-california a {
    text-decoration: none;
}
.privacy-california table, .privacy-california th, .privacy-california td{
    border: 1px solid #ccc;
    padding: 9px;
    vertical-align: text-top;
}
.privacy-california th {
    text-align: center;
}
.ccpa {
    margin-top: 5rem;
}
header {
    /* background: url(/images/background_usa2.png); */
    /* color: #fff; */
    background-size: cover;
    font-family: "Roboto Slab";
    position: relative;
    padding-bottom: 3rem;
}
nav.navbar.navbar-expand-lg {
    /* position: absolute; */
    width: 100%;
    color: #1d5b99;
    /* background: url(/images/background_usa2.png); */
    box-shadow:0 4px 8px 0 #0e0e0e47;
    background-size: cover;
    background-position: center;
    padding: 15px 0;
}
header nav{
    padding-top: 12px;
}
/* header nav {
    background-color: #002868;
    border-bottom: 1px solid #bfbfbf;
    position: absolute;
    width: 100%;
    top: -5rem;
    min-height: 81px;
    height: auto;
} */
button.navbar-toggler {
    color: #5e5c5c;
}
header nav .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 83%;
}

header nav .container-fluid img {
    width: 93%;
}
.navbar {
    padding: 0.5rem;
}
header nav .right {
    display: flex;
    align-items: center;
    /* width: 76%; */
    justify-content: center;
}
div.items.nav-item {
    color: #002951;
    width: 21%;
}
.items.nav-item a {
    color: #002951;
    text-decoration: none;
}
.hero_header .container {
    /* width: 74%; */
    padding: 2rem 0;
}
header nav .container-fluid .menu {
    display: flex;
    list-style: none;
    padding: 20px 0;
    align-items: center;
    justify-content: end;
    margin: 0;
}
button.navbar-toggler:focus {
    color: #5e5c5c;
}

button#toggle_btn {
    border: none;
    background: transparent;
    font-size: 27px;
    color: #5e5c5c;
    padding: 1rem;
}


header nav .container-fluid .menu li.items {
    text-align: center;
    padding: 0 2rem;
}
/* header nav .container-fluid .menu li.items:last-child {
    padding-right: 11px;
} */
header nav .container-fluid .menu li.items a {
    text-decoration: none;
    color: #002951;
    /* font-weight: 600; */
    /* text-shadow: 1px 1px 5px #000000bf; */
}
a.logo_ {
    width: 22%;
}

header nav .container-fluid div.items i {
    transform: rotate( -35deg);
    font-size: 32px;
    /* text-shadow: 1px 1px 5px #000000bf; */
}

header nav .container-fluid div.items {
    display: flex;
    align-items: center;
    /* width: 40%; */
    margin: 0;
    /* display: none; */
}

header nav .container-fluid div.items small {
    margin-left: 6px;
    /* text-shadow: 1px 1px 5px #000000bf; */
}

.hero_header {
    padding: 6rem 2rem 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background: #DBEAFD;
    /* margin: 7rem 0 0; */
    /* background-image: url(/images/background_tax_aid3.png); */
}
.trusted_badge img {
    position: absolute;
    top: -6rem;
    width: 14%;
    left: 50%;
    transform: translate(-50%);
}
.trusted_badge {
    position: relative;
    margin-bottom: 7rem;
}
.hero_header .row .right img {
    width: 100%;
    margin-top: 2rem;
    border: 11px solid #fff;
}

.hero_header .row .right h1 {
    width: 89%;
    font-family: "Roboto Slab";
    margin-right: auto;
    color: #002951;
}
.hero_header .right .header-content {
    padding: 1rem 3rem 0 0;
    font-weight: 400;
    line-height: 1.8;
}
.left .pages {
    text-align: end;
    padding-right: 2rem;
}
.hero_header .row .left button {
    border: none;
    width: 86%;
    /* border-radius: 50px; */
    padding: 22px 7px;
    margin-bottom: 26px;
    color: #fff;
    box-shadow: 2px 3px 6px 0px #0000008a;
}

.hero_header .row .left button h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto Slab";
    text-shadow: 2px 2px 4px #444141;
}

.hero_header .row .left button.button1 {
    background: #5A9ADA;
}

.hero_header .row .left button.button2 {
    background: #1D5B99;
}

.hero_header .row .left button.button3 {
    background: #002951 ;
}

.hero_header .row {
    align-items: center;
}

.hero_header .row .right {
    display: flex;
    align-items: end;
    flex-direction: column;
    /* background: #1c1b1b75; */
    padding: 1rem 0 2rem 2rem;
    /* border-radius: 50px; */
    color: #4e4d4d;
}

/* .top_sec {
    background: #DA1D25;
    text-align: center;
    color: #fff;
    padding: 4px;
}
.top_sec a {
    color: #fff;
    text-decoration: none;
} */
main.main {
    margin-top: 4rem;
}
main.main .container .heading_one {
    padding-bottom: 4rem;
}
main.main .container .heading_one h2,
.testimonials .container h2,
.know_options .container h3,
.trusted_by h4 {
    text-align: center;
    color: #002951;
    font-family: "Roboto Slab";
    font-size: 2.5rem;
    padding: 1rem 0 3rem;
    font-weight: 800;
}
.testimonials .inner_testimonials .col-lg-6:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
main.main .container .heading_one h2.heading_options {
    padding-bottom: 11px;
}

main.main .container .heading_one .content_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 2rem 2rem;
}

main.main .container .heading_one .content_sec .right {
    width: 50%;
    padding: 1rem 2rem;
    color: #666;
    font-family: 'Roboto Slab';
    line-height: 1.8;
}

main.main .container .heading_one .content_sec .left {
    width: 45%;
    text-align: start;
}
main.main .container .heading_one .content_sec .left img {
    width: 85%;
}
main.main .container .heading_one .content_sec .right p {
    margin: 0;
    padding-bottom: 12px;
}

main.main .container .heading_two h4{
    text-align: center;
    padding:2rem 2rem 4rem;
    color: #002951;
    font-family: 'Roboto Slab';
    font-size: 2.5rem;
    font-weight: bolder;
}
main.main .container .heading_two {
    padding-bottom: 4rem;
}
.testimonials {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
/* .trusted_by h4 {
    text-align: center;
    padding:2rem;
    color: #002868;
    font-family: 'Roboto Slab';
    font-size: 2rem;
    font-weight: bolder;
} */
.testimonials .container h2 {
    padding-bottom: 1rem;
}
main.main .container .heading_two .content_sec2 {
    width: 95%;
    margin: 0 auto;
}

main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row h2 {
    background: #5a9ada;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'roboto slab';
}
main.main .container .heading_two .content_sec2 .row >*{
    padding-right:8px;
    padding-left:8px;
}
main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row {
    margin-bottom: 2rem;
    min-height: 660px;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 20px 4px;
}
.ill_ {
    min-height: 185px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ill_ img {
    width: 85%;
}
main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row p {
    font-family: 'Roboto Slab';
    line-height: 1.8;
    color: #666;
    padding-top: 1rem;
}

main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row p strong {
    color: #5a9ada;
}

.inner_testimonials .photo_sec img {
    border-radius: 52%;
    width: 25% !important;
    margin: 1rem auto;
    background: #10a2ab;
    border: 4px solid #002951;
}
.inner_testimonials .photo_sec {
    min-height: 155px;
    height: auto;
}
.testimonials .container p {
    color: #666;
    font-family: 'Roboto Slab';
    text-align: center;
    width: 83%;
    margin: 0 auto;
}

.testimonials .testimonial_image img {
    width: 81%;
    /* opacity: .80; */
    border: 7px solid #fff;
}

.testimonials .testimonial_image {
    text-align: center;
}

.inner_testimonials .owl-carousel .item {
    text-align: center;
}

.testimonials .inner_testimonials {
    margin-top: 2rem;
    padding: 2rem 8rem;
    /* background-image: url(/images/testimonial_bg4.png); */
}
.testimonials .inner_testimonials .item .card {
    min-height: 420px;
    height: auto;
    border: none;
    border-top: 15px solid #002951;
    border-radius: 15px;
    background: #ebebeb;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
}
.testimonials .inner_testimonials .item .text_sec blockquote::before {
    content: open-quote;
    font-family: 'Font Awesome 5 Pro';
    color: #494848;
    font-size: 5rem;
    position: absolute;
    top: -60px;
    left: 5px;
    display: none;
}

.testimonials .inner_testimonials .item .text_sec blockquote::after {
    content: close-quote;
    font-family: 'Font Awesome 5 Pro';
    color: #494848;
    font-size: 5rem;
    position: absolute;
    right: 7px;
    top: 7rem;
    display: none;
}

.testimonials .inner_testimonials .item .text_sec {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.testimonials .inner_testimonials .item .text_sec blockquote {
    width: 100%;
    margin: 1rem auto;
    color: #494848;
    font-family: 'Roboto Slab';
    line-height: 1.8;
    min-height: 150px;
}

.testimonials .inner_testimonials .item .name_ h5 {
    color: #393636;
    font-family: 'Roboto Slab';
    font-size: 23px;
    font-weight: 700;
}
img.star_5 {
    width: 28%;
}
.testimonials .container:first-child {
    text-align: center;
}
.trusted_by .image_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.trusted_by .image_sec img {
    width: 20%;
}

.know_options .container h3 {
    font-size: 40px;
}

.know_options {
    margin-top: 2rem;
    padding: 3rem;
}

.know_options .outer_row {
    border: 4px solid #1d5b99;
    padding: 2rem;
    width: 90%;
    margin: 0 auto;
}

.know_options .outer_row .phone_icon img {
    width: 30%;
    opacity: 0.6;
    mix-blend-mode: hard-light;
}

.know_options .outer_row .call_for_assistance h4,
.know_options .outer_row .call_for_assistance h6 {
    color: #666;
    font-family: 'Raleway';
    font-weight: 800;
    letter-spacing: 3px;
}

.know_options .outer_row .phone_icon {
    text-align: right;
}

.know_options .outer_row .call_for_assistance h4 span.bold {
    color: #5a9ada;
    font-size: 40px;
    font-weight: 900;
}

.know_options .outer_row .call_for_assistance h6 a {
    color: #5a9ada;
    font-weight: 900;
    text-decoration: none;
}

footer{
    background:rgb(197,220,242);
    margin-top: 2rem;
    background-size: 100% 100%;
}

footer .container_ {
    padding: 3rem 0 2rem;
}

footer .container_ .menu_sec .footer_menus {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    white-space: nowrap;
}

footer .container_ .menu_sec .footer_menus li.items {
    margin: 0 16px;
}

footer .container_ .menu_sec .footer_menus li.items a{
    text-decoration: none;
    color: #052a6a;
    font-family: "Roboto Slab";
    font-weight: 600;
    /* text-shadow: 1px 1px 4px rgb(59, 57, 57); */
}
footer .container_ .disclaimer{
    text-align: center;
}
footer .container_ .disclaimer small {
    text-align: center;
    color: #052a6a;
    width: 78%;
    font-size: 13px;
    font-family: "Roboto Slab";
    display: inline-block;
}

footer .container_ .logo_sec img {
    width: 30%;
    margin-top: 16px;
}

footer .container_ .logo_sec {
    text-align: center;
    margin: 1rem 0 0;
}

/* About page */

.about_header{
    /* background-image: url(/images/about_bg3.png); */
    padding: 0 0 6rem;
    /* margin-top: 6rem; */
    /* min-height: 650px;
    height: auto; */
}
main.about .container .aboutsec1 .inner_sec1 .row {
    padding: 2rem 0;
}
.about_header .header_inner .about_image img {
    width: 100%;
    /* border: 5px solid #fff; */
}
.about_header .header_inner {
    /* text-align: center; */
    padding-top: 2rem;
}
.about_header .header_inner .col-12:first-child {
    padding-left: 0;
}
.about_header .header_inner .container {
    padding-left: 0;
}
.about_header .header_inner .col-12:first-child .heading {
    transform: rotate(-90deg) translateX(-2rem);
    white-space: nowrap;
    width: 10%;
    font-size: 25px;
    color: #052a6a;
    font-weight: 800;
    display: none;
}
.about_header .header_inner  .content_sec {
    /* background: #0000008a; */
    border-radius: 50px;
    color: #4e4d4d;
    padding: 2rem;
}
.about_header .header_inner h4 {
    color: #6799e3;
}
.about_header .header_inner .about_image {
    text-align: start;
}
.about_header .header_inner p {
   font-weight: 400;
   margin-bottom: 11px;
   line-height: 1.8;
}
.about_header .header_inner .col-12:first-child {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 2rem;
}
.about_header .header_inner .col-12:last-child {
    padding: 1rem 4px 0 3rem;
}
/* main.about {
    padding-top: 3rem;
} */
main.about .container .aboutsec1 h3,.faq .container .section_heading h2 {
    text-align: center;
    color: #002868;
    font-size: 35px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    margin: 2rem;
}
main.about .container .aboutsec1 {
    /* width: 80%;
    margin: 0 auto; */
    padding: 0 2rem;
}
main.about .container .aboutsec1 .inner_sec1 h5 {
    color: #666;
    font-family: 'Roboto Slab';
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 2rem;
}
main.about .container .aboutsec1 .inner_sec1 .inner_row {
    display: flex;
    padding: 1rem 0;
}
main.about .container .aboutsec1 .inner_sec1 .inner_row .col10 {
    margin-left: 15px;
}
main.about .container .aboutsec1 .inner_sec1 .inner_row .col2 h5 {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFBF56;
    color: #fff;
    border-radius: 50%;
}
main.about .container .aboutsec1 .inner_sec1 .inner_row .heading_ h6{
    color: #002868;
    font-family: 'Roboto Slab';
    margin: 9px 0;
    font-weight: 700;
}
main.about .container .aboutsec1 .inner_sec1 .inner_row .content_ p {
    color: #666;
    font-family: 'Roboto Slab';
    line-height: 1.8;
    padding: 10px 0;
}

.faq {
    padding: 4rem 0;
}
.faq .container div#faq_accordions {
    /* width: 80%;
    margin: 0 auto; */
    padding: 0 2rem;

}
.faq .container div#faq_accordions .accordion_item{
    border-bottom: 1px solid #ccc;
}
.faq .container div#faq_accordions .accordion_item h4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    cursor: pointer;
}
.faq .container div#faq_accordions .accordion_item h4 button.faq_btn {
    background: none;
    border: none;
    color: #002868;
    font-family: 'Roboto Slab';
    font-size: 18px;
}
.faq .container div#faq_accordions .accordion_item h4 span {
    color: #666;
    font-size: 33px;
    font-weight: 900;
    cursor: pointer;
}
.faq .container div#faq_accordions .accordion_item .accordion_body {
    font-family: 'Roboto Slab';
    color: #666;
    padding: 0 2rem;
}
.faq_close{
    display: none;
}
.accordion-button:not(.collapsed){
    box-shadow: none !important;
}

/* learn about your options page */
main.main .container .heading_one h5 {
    color: #837f7f;
    font-family: 'Roboto Slab';
    text-align: center;
    padding: 10px;
    font-weight: 800;
}

.heading_one .right .list_ {
    list-style: none;
    padding-right: 0;
}
.heading_two_ {
    /* width: 80%;
    margin: 2rem auto; */
    padding: 0 2rem 2rem;
}
.heading_one .right .list_ li.list_items{
    position: relative;
}
.heading_one .right .list_ li.list_items:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: -39px;
    top: 7px;
    background: #1d5b99;
    padding: 0px 6px;
    color: #fff;
    border-radius: 50%;
}

.heading_one .right .list_ li.list_items {
    position: relative;
    color: #666;
    font-family: 'Roboto Slab';
    line-height: 1.8;
    padding-bottom: 10px;
}
.heading_one .right .list_ li.list_items:last-child {
    padding: 0;
}
.form_sec .heading h5 {
    text-align: center;
    color: #666;
    font-family: 'Roboto Slab';
    padding: 1rem 0;
}
.heading_two_ .row {
    align-items: center;
}
.form_sec .phone_wrapper {
    padding: 2rem;
    padding-bottom: 0;
}
.form_sec .phone_wrapper .phone {
    width: 75%;
    margin: 0 auto;
}
.form_sec .phone_wrapper .phone .phone_screen {
    background: #fff;
    width: 100%;
    /* min-height: 515px; */
    height: auto;
    border-radius: 20px;
    margin: 9px auto;
}

.form_sec .phone_wrapper .phone .phone_screen .form-img img {
    width: 12%;
    opacity: .7;
}
.form_sec .phone_wrapper .phone .home_btn {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_sec .phone_wrapper .phone .phone_screen .form-img {
    text-align: center;
    padding-top: 1rem;
}
.form_sec .phone_wrapper .phone .phone_screen .question .ques {
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 20px;
    padding: 1rem;
    color: #002868;
    margin: 10px 0;
}
.form_sec .phone_wrapper .phone .phone_screen .ans .options {
    border: 1px solid #ccc;
    padding: 6px 9px;
    font-family: 'Roboto Slab';
    color: #666;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 56px;
    cursor: pointer;
    width: 55%;
    margin: 13px auto;
    text-align: center;
}
.form_sec .phone_wrapper .phone .phone_screen .ans .options input[type=radio] {
    visibility: hidden;
    width: 0;
    height: 0;
}
.form_sec .phone_wrapper .phone .home_btn span.dots {
    width: 16%;
    height: 6px;
    background: #ccc;
    display: inline-block;
}
.form_sec .phone_wrapper .phone .home_btn span.dots.active{
    background-color: #002951;
    transition: all 0.5s ease;
}
.form_sec .phone_wrapper .phone .home_btn span.dots.current{
    background-color: #002951;
    transition: all 0.5s ease;
}
.error7, .error8, .error9, .error10 {
    display: none;
}
.form_sec .phone_wrapper .phone .phone_screen .ans .options label {
    padding-left: 10px;
    width: 100%;
    cursor: pointer !important;
}
span.error {
    color: red;
    font-family: 'Roboto Slab';
    font-size: 14px;
    /* display: inline-block; */
    padding: 3px 0 10px;
}
.form_sec .phone_wrapper .phone .phone_screen .page {
    padding: 0 1rem;
}
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec input {
    border: none;
    background: none;
    font-family: 'Roboto Slab';
    color: #fff;
}
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec {
    color: #fff;
    text-align: center;
    width: 30%;
    background: #002951;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.next{
    margin: auto;
}
.form_sec .phone_wrapper .phone .phone_screen .page .btn_wrapper {
    display: flex;
    padding: 4px 0 11px 0;
    align-items: center;
    flex-direction: column-reverse;
}
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-3, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-2, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-1, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-4, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-5 {
    background: none;
    color: #002951;
    margin-top: 8px;
}
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-3 input, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-2 input, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-1 input, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-4 input, 
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec.prev-5 input{
    color: #002951;
}
.form_sec .phone_wrapper .phone .phone_screen .page .btn_sec i {
    display: none;
}
.steps {
    display: flex;
    align-items: center;
    padding-top: 12px;
}
.steps span.current_step {
    background: #002951;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
p.total_steps {
    margin: 0;
    padding-left: 10px;
    font-weight: 700;
    font-size: 19px;
    color: #4c4b4b;
}
.btn_sec.submit {
    padding: 0 !important;
}
.form_sec .phone_wrapper .phone .phone_screen .form form {
    width: 600%;
    display: flex;
}
.form_sec .phone_wrapper .phone .phone_screen .form {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .input_wrapper {
    display: flex;
    justify-content: space-between;
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .inner_input {
    width: 49%;
    padding-bottom: 10px;
}
.form_sec .phone_wrapper .phone .phone_screen .form .page {
    width: 16.67%;
    transition: all .2s ease-in-out;
    text-align: center;
}
.form_sec .phone_wrapper .phone .phone_screen .ans .options.selected {
    background: #002951;
    border: none;
    color: #fff;
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .btn_sec.submit button {
    border: none;
    background: none;
    color: #fff;
    font-family: 'Roboto Slab';
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .form-floating_ {
    /* margin-top: 13px; */
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .form-floating_:last-of-type {
    /* margin-bottom: 10px; */
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .form-floating_ input {
    border-radius: 5px;
    height: 56px;
    border: 1px solid #ccc;
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .form-floating_ label {
    font-family: 'Roboto Slab';
    color: #666;
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .disclaimer small {
    font-size: 11px;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
    font-family: 'Roboto Slab';
    padding-bottom: 10px;
}
.form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .form-floating_ input::placeholder{
    font-family: 'Roboto Slab';
}
li.points::before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: -29px;
    top: 0px;
    color: #da1d25;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
}
li.points {
    position: relative;
    padding-bottom: 1rem;
}
ul.pointers {
    width: 80%;
    margin: 0 auto;
    list-style: none;
    padding: 25px;
    font-family: 'Roboto Slab';
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.get_consultation2 a.consultation_btn button,.free-request-btn a {
    border: none;
    background: none;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}
.get_consultation2 a.consultation_btn, .free-request-btn a {
    /* text-decoration: none;
    background: rgb(245 175 45);
    padding: 1rem;
    box-shadow: 2px 2px 5px 0 #666;
    font-family: 'Roboto Slab';
    display: inline-block;
    color: #fff; */
}
.get_consultation2 {
    text-align: center;
    padding:0 3rem 3rem;
}
/* resources page */
.resource-container {
    /* width: 80%; */
    margin: 30px auto;
}
.resource-video-container {
    margin-top: 25px;
    padding: 0 1rem;
    /* width: 80%;
    margin: 0 auto; */
}
.resource-container .row {
    align-items: center;
}
.resources-text2 {
    width: 87%;
    margin-left: auto;
    padding-right: 2rem;
}
/* contact page */
.contact_header {
    padding-bottom: 4rem;
    background-size: cover;
    background-position: center;
    /* margin-top: 6rem; */
    padding-top: 2rem;
}
.contact_header .container .row .left_img {
    padding: 3rem 2rem;
}
.contact_header .container .row .right_sec {
    text-align: start;
    /* margin-top: 5rem; */
    /* background: #0000006e; */
    padding: 1rem;
    border-radius: 50px;
    color: #4e4d4d;
}
.contact_header .container .row .right_sec .book_consultation button.book_consultation_btn,.get_consultation2 a.consultation_btn button, .free-request-btn a {
    padding: 17px 31px;
    border: none;
    background: #00bcd4;
    border-radius: 50px;
    color: #fff;
    font-family: 'Roboto Slab';
    font-size: 16px;
    text-shadow: 0 2px 6px #000000c2;
}
.contact_header .container .row .left_img img {
    width: 100%;
}
.contact_header .container .row .right_sec .book_consultation button.book_consultation_btn{
    padding: 17px;
}
.contact_header .container .row .left_img{
    text-align: end;
}
.contact_header .container .row .right_sec h3 {
    margin-bottom: 2rem;
    font-size: 36px;
    color: #09346f;
}
.contact_header .container .row .right_sec span {
    margin: 0 0 2rem;
    display: inline-block;
    /* padding-right: 5rem; */
}
.contact_header .row {
    align-items: center;
}
.contact_header .container .row .right_sec .book_consultation {
    padding-top: 1rem;
}
main.contact .container .inner_container .row .heading_ h3 {
    color: #666;
    font-family: 'Roboto Slab';
    margin-bottom: 2rem;
}
main.contact .container .inner_container {
    /* width: 80%;
    margin: 0 auto; */
    padding: 2rem;
}
main.contact .container .inner_container .phone_,
main.contact .container .inner_container .email_,
main.contact .container .inner_container .office_ {
    color: #0d6efd;
    font-family: 'Roboto Slab';
    padding: 23px 0;
}
.contact_form .container .inner_container2 .form_wrapper .input_row_wrapper .input_wrapper input:focus-visible {
    outline: none;
}
main.contact .container .inner_container .phone_ a, 
main.contact .container .inner_container .email_ a, 
main.contact .container .inner_container .office_ a {
    text-decoration: none;
    color: #666;
}
main.contact .container .inner_container .phone_ a span, 
main.contact .container .inner_container .email_ a span, 
main.contact .container .inner_container .office_ a span{
    display: inline-block;
    margin: 9px 0;
}
.contact_form {
    /* background: #ccc url(/images/tax_bg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    margin: 5rem 0;
    /* background-blend-mode: multiply; */
}
.contact_form .container .inner_container2 .top_rated img {
    /* position: absolute; */
    width: 88%;
    /* transform: translateY(-48%) rotate(10deg); */
}
.contact_form .container .inner_container2 .top_rated {
    position: relative;
}
.contact_form .container .inner_container2{
    /* width: 80%;
    margin: 0 auto; */
}
.map_ iframe {
    height: 450px;
}
.contact_form .container .inner_container2 .form_wrapper {
    padding: 5rem 3rem 3rem;
}
.contact_form .container .inner_container2 .form_wrapper h4 {
    font-family: 'Roboto Slab';
    font-weight: 700;
}
.contact_form .container .inner_container2 .form_wrapper .input_row_wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* padding: 27px 0 0; */
}
.contact_form .container .inner_container2 .form_wrapper .input_wrapper {
    font-family: 'Roboto Slab';
    /* display: flex; */
    /* justify-content: start; */
    /* align-items: start; */
    /* flex-direction: column; */
    width: 100%;
    padding-bottom: 27px;
    /* color: #ffffff; */
}
.contact_form .container .inner_container2 .form_wrapper form {
    padding-top: 2rem;
}
.contact_form .container .inner_container2 .form_wrapper .input_wrapper input {
    border: none;
    background: none;
    border-bottom: 1px solid #afafaf;;
    padding: 16px 0 3px;
    width: 100%;
}
.contact_form .container .inner_container2 .form_wrapper .input_row_wrapper:last-of-type .input_wrapper {
    width: 100%;
}
.contact_form .container .inner_container2 .form_wrapper .input_row_wrapper:last-of-type .input_wrapper input {
    width: 100%;
    /* color: #fff; */
}
.contact_form .container .inner_container2 .form_wrapper .input_row_wrapper .input_wrapper input{
    /* color: #fff; */
}
.contact_form .container .inner_container2 .form_wrapper button.submit {
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    background: #00bcd4;
}
.contact_form .container .inner_container2 .col-lg-6.col-12:first-child {
    display: flex;
    align-items: center;
}

.free-request-btn a {
    text-decoration: none;
}
.about_header,.contact_header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    /* background-image: url(/images/background_tax_aid8.png); */
    background: #DBEAFD;
}
main.contact {
    margin-top: 3rem;
}
main.about {
    margin-top: 3rem;
    padding-top: 1rem;
}
/* Thank you page  */
.thankyou-container {
    padding: 2rem 0;
}
.thankyou-container h1 {
    text-align: center;
    color: #002951;
}
.thankYou-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.thankYou-img-box img {
    width: 30%;
}
.home-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.home-btn a {
    background-color: #012A52;
    padding: 15px 39px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
}

.home-btn a:hover{
    text-decoration: none;
    color: #fff;

}
.thank-you-desc {
    color: #666;
    font-size: 16px;
    text-align: center;
    width: 60%;
    padding-top: 12px;
    margin: 0 auto;
}
.home-btn a .fa-arrow-left {
    padding-right: 13px;
}
.thank-you-desc a {
    color: #002951;
    text-decoration: none;
}
.thank-you-desc a:hover{
    text-decoration: underline;
    color: #002951;
}
.know_options .outer_row .col-4 {
    display: flex;
    align-items: center;
}
.mobile-view-header-icons {
    display: none;
}
a.phone-icon-mobile {
    font-size: 20px;
    color: #012a52;
    margin-right: 10px;
}
/* media query */
@media screen and (max-width:1400px) {
    main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row {
        min-height: 705px;
    }
}

@media screen and (max-width:1200px){
    main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row {
        min-height: 820px;
    }
}

@media screen and(min-width:1000px) and (max-width:1080px){
    .testimonials .inner_testimonials .item .card {
        height: 385px;
    }
}


@media screen and (max-width:1160px) {
    .hero_header .row .right h1 {
        width: auto;
    }
    .hero_header .row .left button h4 {
        padding: 5px;
        font-size: 16px;
    }
    .hero_header .row .right img {
        margin-top: 3rem;
    }
    .trusted_badge img {
        top: -5rem;
    }
    .form_sec .phone_wrapper .phone .phone_screen .ans .options{
        width: 70%;
    }
}

@media screen and (max-width:992px) {
    .row{
        margin: 0 !important;
    }
    .about_header{
        background-position: center;
    }
    main.main .container .heading_two .content_sec2 .col-lg-3 {
        padding-bottom: 1rem;
    }
    .testimonials .inner_testimonials .item .card {
        width: 100%;
    }
    .hero_header .row .right h1 {
        width: auto;
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
    }
    .about_header .header_inner .about_image img {
        width: 70%;
    }
    .resource-container {
        margin: 0px auto;
    }
    .hero_header .row .left .pages {
        text-align: center;
        padding-right: 0;
    }
    header nav .container-fluid .menu {
        background: #fff;
        width: 100%;
        padding: 0;
    }
    #toggle_btn {
        display: block;
    }
    /* .top_sec {
        display: block;
    } */
    .hero_header .row .left button {
        width: 68%;
    }
    .hero_header .row {
        flex-direction: column;
        text-align: center;
    }
    main.main .container .heading_one h2, .testimonials .container h2, .know_options .container h3, main.main .container .heading_two h4,
    main.about .container .aboutsec1 h3, .faq .container .section_heading h2,.trusted_by h4{
        font-size: 37px;
    }
    .hero_header .row .right {
        padding: 2rem;
        margin: 2rem 0;
    }
    header nav  .left {
        display: flex;
        justify-content: space-around;
    }
    header nav .container-fluid {
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }
    header nav .container-fluid .menu li.items a {
        color: #666;
        font-weight: 600;
    }
    header nav .container-fluid .menu li.items:last-child{
        border-bottom: none;
        padding: 20px 0 0;
    }
    a.logo_ {
        width: 30%;
        margin-left: 15px;
    }
    button.navbar-toggler {
        margin-right: 15px;
    }
    header nav .container-fluid .menu li.items {
        padding: 1rem;
        border-bottom: 1px solid #ccc;
        margin: 0;
        width: 100%;
    }
    .hero_header {
        padding: 0 0 4rem;
        background-position: center;
    }
    .hero_header .right .header-content {
        padding-right: 0;
    }
    .trusted_badge img {
        top: -5rem;
    }
    main.main .container .heading_one .content_sec {
        flex-direction: column;
        padding: 0;
    }
    main.main .container .heading_one .content_sec .left {
        width: 100%;
        text-align: center;
    }
    main.main .container .heading_one .content_sec .right {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    main.main .container .heading_one .content_sec .left img {
        width: 65%;
        padding: 2rem 0px;
    }
    .heading_two_ .right {
        text-align: center;
    }
    main.main .container .heading_two .content_sec2 {
        width: 100%;
    }
    .testimonials .inner_testimonials {
        padding: 5rem;
    }
    .know_options .outer_row .call_for_assistance h4 {
        font-size: 22px;
        white-space: nowrap;
    }
    ul.pointers {
        width: 100%;
        padding: 25px 0;
        text-align: center;
    }
    li.points::before {
        left: -17px;
        top: -4px;
    }
    .heading_two_ .row {
        flex-direction: column-reverse;
        align-items: center;
    }
    /* .heading_two_ {
        width: 91%;
    } */
    .heading_two_ .left {
        margin-top: 2rem;
    }
    .heading_two_ {
        padding: 0;
    }
    .heading_two_ .right img {
        width: 75%;
    }
    .resources-text2 {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        padding-top: 2rem;
        text-align: center;
    }
    .resource-imgbox img {
        width: 75%;
    }
    .heading_two_ .left .list_ li.list_items {
        line-height: 1.8;
    }
    .testimonials {
        padding-bottom:0;
    }
    main.main .container .heading_one {
        padding-bottom: 1rem;
    }
    .free-request-btn {
        padding: 2rem 0 2rem;
    }
    .resource-imgbox {
        margin-top: 13px;
        text-align: center;
    }
    .know_options .outer_row, .resource-container {
        width: 100%;
        padding: 1rem 2rem;
    }
    .resource-video-container {
        width: 100%;
        padding: 0 2rem;
    }
    .about_header .header_inner .container .row {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .about_header .header_inner .col-12:first-child {
        flex-direction: column;
        padding: 0;
    }
    .about_header .header_inner .col-12:first-child .heading {
        transform: rotate(0deg);
        padding-bottom: 1rem;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .about_header {
        padding: 0 0 3rem;
    }
    .about_header .header_inner {
        padding-top: 2rem;
    }
    .about_header .header_inner .col-12:last-child {
        padding: 2rem 0;
    }
    .about_header .header_inner .container {
        padding: 0;
    }
    .about_header .header_inner .about_image {
        text-align: center;
    }
    main.about .container .aboutsec1 {
        width: 100%;
    }
    .faq .container div#faq_accordions {
        width: 100%;
    }
    .trusted_by .image_sec img {
        width: 25%;
    }
    .contact_header .container .row .left_img {
        padding: 0;
    }
    .contact_header .container .row .left_img {
        padding-top: 5rem;
    }
    .contact_header .container .row .left_img img {
        width: 100%;
    }
    main.contact .container .inner_container {
        width: 100%;
        text-align: center;
    }
    .contact_form .container .inner_container2 .top_rated img {
        /* position: absolute;
        width: 50%;
        left: 50%;
        transform: translate(-48%, -48%) rotate(10deg); */
    }
    .contact_form .container .inner_container2 .top_rated {
        text-align: center;
    }
    .contact_form .container .inner_container2 .form_wrapper h4 {
        text-align: center;
    }
    /* .contact_form .container .inner_container2 .form_wrapper .input_wrapper {
        width: 48%;
    } */
    .contact_form .container .inner_container2 .form_wrapper .input_wrapper input {
        width: 100%;
    }
    .ill_ img {
        width: 50%;
    }
    .contact_form {
        margin: 2rem 0;
    }
    main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row {
        min-height: auto;
        margin: 1rem 0;
    }
    header nav .container-fluid div.items {
        display: none;
    }
    main.about .container .aboutsec1,.faq .container div#faq_accordions {
        padding: 0;
    }
    .contact_header .container .row .right_sec {
        padding: 0;
    }
    .contact_form .container .inner_container2 .top_rated img {
        width: 60%;
    }
    main.main {
        margin-top: 2rem;
    }
    main.main .container .heading_two {
        padding-bottom: 2rem;
    }
    .contact_header .container .row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .contact_header .container .row .left_img img {
        width: 75%;
    }
    .contact_header .container .row .left_img {
        text-align: center;
    }
    .contact_header .container .row .right_sec {
        text-align: center;
    }
    .contact_header .container .row .left_img {
        padding: 3rem 0;
    }
    .form_sec .phone_wrapper .phone{
        width: 98%;
    }
    .mobile-view-header-icons {
        display: block;
    }
}
div#rc-anchor-container .rc-anchor-normal .rc-anchor-pt{
    right: 10% !important;
}
div#rc-anchor-container .rc-anchor-normal{
    width: 100% !important;
}
@media (max-width:767px){
    .trusted_by {
        padding-top: 2rem;
    }
    .hero_header .row .right h1 {
        margin: 32px auto;
    }
    .hero_header .row .left button {
        width: 80%;
    }
    main.main .container .heading_one h2, .testimonials .container h2, .know_options .container h3,
    main.main .container .heading_two h4 ,
    main.about .container .aboutsec1 h3, .faq .container .section_heading h2, .trusted_by h4{
        font-size: 31px;
    }
    .testimonials .container p {
        width: 100%;
    }
    .trusted_badge img {
        top: -5rem;
        width: 21%;
    }
    img.star_5 {
        width: 50%;
    }
    .testimonials .inner_testimonials .item .text_sec {
        width: 100%;
    }
    .testimonials .inner_testimonials {
        padding: 1rem 0rem;
    }
    .know_options .outer_row, .resource-container {
        width: 100%;
    }
    .know_options .outer_row .call_for_assistance h4 {
        font-size: 18px;
    }
    .know_options .outer_row .call_for_assistance h4 span.bold {
        font-size: 36px;
    }
    .know_options .outer_row .col-4 {
        display: flex;
        align-items: center;
    }
    .form_sec .phone_wrapper .phone {
        width: 490px;
    }
    .form_sec .phone_wrapper .phone .phone_screen {
        width: 474px;
    }
    li.points::before {
        left: -2px;
        top: -2px;
    }
    .form_sec .container{
        padding: 0;
    }
    .about_header .header_inner .about_image img {
        width: 85%;
        /* border: 5px solid #fff; */
    }
    .about_header .header_inner .col-12:last-child {
        padding: 20px 30px;
        text-align: center;
    }
    main.about .container .aboutsec1 .inner_sec1 .inner_row .col2 h5 {
        width: 30px;
        height: 30px;
    }
    main.about .container .aboutsec1 .inner_sec1 .inner_row .heading_ h6 {
        margin-top: 2px;
    }
    main.about .container .aboutsec1 h3, .faq .container .section_heading h2 {
        margin: 1rem;
    }
    main.contact .container .inner_container .phone_, main.contact .container .inner_container .email_, main.contact .container .inner_container .office_ {
        padding: 11px;
    }
    main.contact .container .inner_container .phone_ a span, main.contact .container .inner_container .email_ a span, main.contact .container .inner_container .office_ a span {
        margin: 4px 0;
    }
    .testimonials .inner_testimonials .item .text_sec blockquote {
        padding: 0 16px;
    }
    .form_sec .phone_wrapper .phone .phone_screen .ans .options {
        width: 95%;
    }
}
@media (max-width:640px){
    .know_options .outer_row, .resource-container {
        padding: 1rem;
    }
}
@media (max-width:576px){
    .hero_header .row .right h1 {
        margin: 10px auto;
        padding: 0 1rem;
    }
    header nav .container-fluid img {
        width: 70%;
    }
    main.main .container .heading_one h5 {
        font-size: 16px;
    }
    .hero_header .row .left button {
        width: 80%;
    }
    .hero_header .row .left button {
        padding: 20px 0px;
    }
    .hero_header .container .row .col-lg-6 {
        padding: 0;
    }
    main.main .container .heading_one h2, .testimonials .container h2, .know_options .container h3,
    main.main .container .heading_two h4 {
        font-size: 28px;
    }
    .testimonials .container p {
        width: 93%;
    }
    .testimonials .container h2{
        font-size: 20px;
    }
    header .navbar a.logo_{
        width: 69%;
    }
    .hero_header .right .header-content {
        padding: 1rem;
    }
    header nav .container-fluid .menu li.items a {
        font-size: 14px;
    }
    header nav .container-fluid .menu li.items {
        padding: 15px;
    }
    header nav .container-fluid .menu li.items:last-child {
        padding: 15px 0 0;
    }
    .trusted_badge img {
        top: -5rem;
        width: 29%;
    }
    main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row h2 {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    main.main .container .heading_two .content_sec2 .row .col-lg-3 .row.inner_row .col-10 {
        padding-left: 0;
    }
    .know_options .outer_row .col-4 {
        display: flex;
        align-items: center;
    }
    .know_options .outer_row .phone_icon img {
        width: 40%;
    }
    .know_options .outer_row .call_for_assistance h4 {
        font-size: 16px;
    }
    .know_options .outer_row {
        padding: 1rem;
    }
    .know_options .outer_row .call_for_assistance h4 {
        font-size: 16px;
        white-space: pre-line;
    }
    ul.pointers {
        width: 85%;
    }
    .form_sec .phone_wrapper .phone {
        width: 378px;
    }
    .form_sec .phone_wrapper .phone .phone_screen {
        width: 360px;
    }
    li.points::before {
        left: -24px;
        top: -2px;
    }
    .faq .container div#faq_accordions .accordion_item h4 button.faq_btn {
        padding: 0px;
    }
    .contact_form .container .inner_container2 .form_wrapper .input_row_wrapper {
        flex-direction: column;
        align-items: start;
    }
    .contact_form .container .inner_container2 .form_wrapper .input_wrapper {
        width: 100%;
    }
    /* .contact_form .container .inner_container2 .form_wrapper .input_wrapper:last-child {
        margin-top: 2rem;
    } */
    .contact_form .container .inner_container2 .form_wrapper .input_row_wrapper:last-of-type {
        padding-top: 0;
    }
    main.contact .container .inner_container .row .heading_ h3 {
        margin-bottom: 1rem;
    }
    .contact_header .container .row .right_sec h3 {
        font-size: 29px;
    }
    .contact_header .container .row .right_sec {
        padding-top: 3rem;
    }
    .contact_header .container .row .left_img img {
        width: 81%;
    }
    .heading_two_ .left .list_ {
        padding-right: 0;
    }
    .free-request-btn {
        padding: 2rem 0;
    }
    .form_sec .phone_wrapper .phone .phone_screen .page .btn_sec {
        width: 35%;
    }
    .form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .input_wrapper {
        flex-direction: column;
    }
    .form_sec .phone_wrapper .phone .phone_screen .form .page .user_info .inner_input {
        width: 100%;
    }
    .form_sec .phone_wrapper .phone .phone_screen .form-img img {
        width: 18%;
    }
    .form_sec .phone_wrapper .phone .phone_screen .page .btn_sec{
        width: 45%;
    }
    .inner_testimonials .photo_sec img {
        width: 35% !important;
    }
}
@media screen and (max-width:440px) {
    .hero_header .row .right h1 {
        margin: 0 auto;
        font-size: 23px;
    }
    .trusted_badge img {
        top: -5rem;
        width: 38%;
    }
    .hero_header .row .left button {
        min-height: 79px;
        height: auto;
    }
    main.main .container .heading_one .content_sec .right {
        padding: 1rem;
    }
    .trusted_badge {
        margin-bottom: 4rem;
    }
    main.main .container .heading_one h2, .testimonials .container h2, .know_options .container h3,
    main.main .container .heading_two h4,
    main.about .container .aboutsec1 h3, .faq .container .section_heading h2 ,
    .trusted_by h4{
        font-size: 23px;
    }
    .testimonials .inner_testimonials .item .text_sec blockquote::after {
        top: 11rem;
    }
    .know_options .outer_row .row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .know_options .outer_row .call_for_assistance h4 {
        font-size: 16px;
        white-space: unset;
    }
    .know_options .outer_row .call_for_assistance h4 span.bold {
        font-size: 27px;
    }
    .know_options .outer_row .row .col-8 {
        width: 100%;
        text-align: center;
        padding-top: 1rem;
    }
    .know_options .outer_row .phone_icon {
        text-align: center;
    }
    footer .container_ .logo_sec img {
        width: 55%;
    }
    footer .container_ {
        padding: 0rem 0 2rem;
    }
    main.about {
        padding-top: 1rem;
    } 
    main.about .container .aboutsec1 .inner_sec1 h5 {
        font-size: 18px;
    }
    .contact_form .container .inner_container2 .form_wrapper {
        padding: 3rem 0 3rem;
    }
    .contact_form .container .inner_container2 .top_rated img {
        width: 75%;
    }
    .contact_header .container .row .left_img img {
        width: 98%;
    }
    /* .top_sec {
        font-size: 12px;
    } */
    .hero_header .row .left button h4 {
        padding: 0px 11px;
    }
    .form_sec .phone_wrapper .phone .phone_screen {
        width: 100%;
    }
    .form_sec .phone_wrapper .phone {
        width: 95%;
    }
    .form_sec .phone_wrapper {
        padding: 2rem 0;
    }
    .get_consultation2 {
        padding: 3rem 1rem;
    }
    .form_sec .phone_wrapper .phone .phone_screen .page .btn_sec {
        width: 45%;
    }
}
@media (max-width:370px){
    /* .form_sec .phone_wrapper .phone .phone_screen {
        width: 290px;
    }
    .form_sec .phone_wrapper .phone {
        width: 310px;
    } */
    .form_sec .phone_wrapper .phone .phone_screen .ans .options {
        height: 75px;
    }

}

@media(min-width:1000px) and (max-width:1080px){
    .testimonials .inner_testimonials .item .card {
        min-height: 390px;
        height: auto;
    }
}