body{
    background-color: #f1f5f8;;
    font-family: 'Montserrat', sans-serif;
} 
h1, h2, h3, h4, p, li, span, b, em, div, section{
    font-family: 'Montserrat', sans-serif;
}
.blogHeader {
    background: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    margin-top: 6rem;
}
.blogHeader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    background: url(../imagesweb/svgviewer-output.svg);
    width: 100px;
    height: 145px;
    background-repeat: no-repeat;
    display: none;
}
.blogHeader .container:before{
    display: table;
    content:    " ";
}
.it-notice-banner {
    position: relative;
    z-index: 1;
    margin-left: 0;
}
.it-notice-banner .it-notice-content {
    display: flex;
}
.it-notice-banner .it-notice-content .it-notice-icon {
    padding-right: 25px;
}
.it-notice-banner .it-notice-content .it-notice-detail h1 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4;
    color: #092e51;
    margin-top: 0;
    margin-bottom: 10px;
}
.it-notice-banner .it-notice-content .it-notice-detail p {

    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #092e51;
    margin: 0 0 10px;
}
.trusted-points {
    padding-top: 30px;
}
.it-notice-banner .trusted-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.it-notice-banner .trusted-points ul li {
    padding-right: 25px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #092e51;
    display: flex;
    align-items: center;
}
.it-notice-banner .trusted-points ul li img {
    margin-right: 10px;
    width: 40px;
    transition: transform .25s ease;
    vertical-align: middle;
}
.service_inuiryform {
    width: 380px;
    max-width: 100%
}
.service_inuiryform .query_form {
    background: #f1f5f8;
    padding: 45px 50px 35px;
    border-radius: 15px;
    margin-bottom: 1rem;
    position: relative;
}

.service_inuiryform .query_form h3 {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: -27px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    z-index: 5;
    background: url(../images/banner-heading.png);
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 50px;
}
.service_inuiryform .query_form .form-group {
    margin: 0;
    position: relative;
}
.service_inuiryform .query_form .input_group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #add3a9;
    border-radius: 8px;
    height: 54px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6a829d;
}
.service_inuiryform .query_form .form-control {
    background: #fff;
    box-shadow: none;
    border: none;
    height: 52px;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6a829d;
    padding: 0 18px 0 10px;
}
.service_inuiryform .query_form .contactBtn {
    background: #f5b402;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
    margin-top: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 991px){
    .service_inuiryform {
       display: block;
      margin: auto;
       width: 100%;
       margin-top: 4rem;
    } 
}
@media(max-width: 768px){
    .it-notice-banner .trusted-points ul li{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .incomeNotice:before{
        display: none;
    }
    .it-notice-banner .it-notice-content .it-notice-icon {
        display: none;
    }
    .it-notice-banner {
        margin-left: 0;
    }
    .incomeNotice{
        padding: 10px 5px;
        width: 95%;
    }
    .it-notice-banner .it-notice-content .it-notice-detail h1{
        font-size: 25px;
        line-height: 1.4;
    }
    .trusted-points {
        padding-top: 15px;
    }
}
 .blogHeader p.rating {
    background: #ffda7c;
    border-radius: 50px;
    display: inline-block;
}
.blogHeader p.rating span.star {
    display: inline-flex;
    margin-right: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding-left: 14px;
}
.blogHeader p.rating span.customer-review {
    background: #fff;
    border: 1px solid #ffda7c;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #092e51;
    padding: 7px 15px;
}

.blogContent{
    background: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 2rem auto;
    padding: 60px 15px;
    position: relative;
    overflow: hidden;
    color: #44474c;
    margin-top: .5rem;
}
.blogContent .blog__post_meta{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.blog__post_meta .author-info {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .025em;
    margin-right: 1rem;
}
.blog__post_meta .author_avatar {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    border: 1px dashed #999;
}
.blog__post_meta .author_avatar img {
    max-width: 100%;
    height: fit-content;
   
}
.blog__post_meta  .author-info a {
    font-weight: 500;
    color: #096ed6;
    text-decoration: none;
    transition: all .15s ease;
    cursor: pointer;
}
.post-date {
    display: inline-block;
    margin-right: 25px;
    font-weight: 500;
}
.post-readingTime {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-weight: 500;
}
@media(max-width:600px){
    .blogContent {
        width: 95%;
        padding: 60px 10px;
    }
    .blog__post_meta  .author-info a{
        font-size: .8rem;
    }
    .blog__post_meta .author-info{
        margin-right: 0;
        font-size: .8rem;
    }
    .post-date{
        margin-right: 0;
        font-size: .8rem;
        padding-left: .5rem;
        padding-right: .5rem
    }
    .blogContent .blog__post_meta{
        justify-content: space-between;
    }
    .post-readingTime{
        padding-left: 0;
        font-size: .8rem;
    }
}
.blogBox{
    margin: 1rem auto;
}
.blogBox .blogItem{
    border-right: 1px solid #e3e3e3;
    padding: 0 .5rem;
}

.blogBox .blogSidebar img{
   display: block;
   margin: auto;
   max-width: 100%;
}
.blogSidebar .slide-caption .item {
    position: relative;
 }
.blogSidebar .slide-caption {
    position: static;
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 15%);
    border-radius: 10px;
    width: 80%;
    margin: 1rem auto;
    text-align: center;
    padding: 1rem .5rem;
}
.blogSidebar .slide-caption h3 {
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
}.slick-dots{
    display: flex;
    justify-content: center;
    position: static;
    margin: .6rem auto;
}
.slick-dots li {
    list-style-type: none;
    font-family: "Californian FB", serif;
}
.slick-dots li button {
    background: #f5b40233;
    width: 12px;
    height: 12px;
    border-radius: 26px;
    margin: 0 5px;
    transition: .3s;
    font-family: "Californian FB", serif;
}
.slick-dots .slick-active button {
    background: #f5b402;
   
}
.slick-dots li button:before{
    font-family: "Californian FB", serif;
}
.slick-dots li{
    position: static !important;
}
.slick-dots li button:before {
    display: none;
}
/* Related Topics */
.blogSidebar .relatedTopics{
    border: 1px solid #dbe3f1;
    box-shadow: 0 2px 3px rgba(0,0,0,.35);
    margin-top: 30px;
    overflow: hidden;
    width: 94%;
    margin: auto;
    padding: 0 .5rem;
}
.blogSidebar .relatedTopics h3{
    font-weight: 600;
    font-size: 20px;
    color: #f5b402;
    text-align: center;
    margin: 1rem auto;
}
.blogSidebar .relatedTopics ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blogSidebar .relatedTopics ul li{
    text-align: left;
    margin-bottom: .8rem;
}
.blogSidebar .relatedTopics ul li a{
    font-weight: 500;
    font-size: 15px;
    color: #2b445a;
    border-bottom: 1px solid #e8edf7;
    padding: 12px 15px 12px 44px;
    display: block;
    text-decoration: none;
    position: relative;
}
.blogSidebar .relatedTopics h3::after{
    content: "";
    border-bottom: 2px solid #f5b402;
    width: 85px;
    display: block;
    margin: 10px auto;
}
.blogSidebar .relatedTopics ul li a:before {
    background: url(../images/dot-samll.png);
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.toc{
    background: #f1f5f8;
    border-radius: 0px 0px 15px 15px;
    padding: 20px;
    position: relative;
    border-top: 5px solid #f5b402;
}
.toc h2{
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #f5b402;
    position: relative;
    margin-bottom: 15px;
}
.toc h2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background: #f5b402;
}
.toc ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.toc ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: .5rem;
    color: #4e677d;
    padding-left: 25px;
    position: relative;
}
.toc ul li a{
    color: #4e677d;
}
.toc ul li::before{
    background: url(../images/dot-samll.png);
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.blogdata{
    margin-top: 1rem;
}
.blogItem .blogdata p{
    color: #472515;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: .5rem;
    text-align: left;
}
.blogItem .blogdata h2{
    color: #314259;
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: .5rem;
    text-align: left;
}
.blogItem .blogdata h3{
    color: #314259;
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
.blogItem .blogdata table{
    border: 1px solid red;
    max-width: 100%;
    margin-bottom: 1rem;
}
.blogItem .blogdata table tr td{
   border: 2.5px solid #000;
   padding: .5rem;
   font-size: .8rem;
   color: #000;
   font-weight: 500;
   line-height: 1.5;
   word-break: break-word;
}
.blogItem .blogdata table tr:nth-of-type(1){
    background-color: #d9d9d9;
 }
 .blogItem .blogdata table tr:nth-of-type(1) td{
    font-weight: 600;
    color: #000;
 }
.blogItem .blogdata ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.blogItem .blogdata ol {
    padding-left: 20px;
}
.blogItem .blogdata ul {
    padding-left: 20px;
}
.blogItem .blogdata ol li{
    color: #472515;
    line-height: 1.6;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 5px;
    list-style-type: decimal;
    padding-left: 10px;
}
.blogItem .blogdata ul li{
    color: #472515;
    line-height: 1.6;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 5px;
    padding-left: 10px;
    list-style-type: disc;
}
.blogItem .blogdata ul li a{
    font-style: italic;
    color: #f5b402;
}
.blogItem .blogdata ul li::before{
    background: url(../images/dot-samll.png);
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.blogItem .blogdata p a{
    color: #f5b402;
    font-style: italic;
    text-decoration: underline;
}
.blogItem .blogdata p b, .blogItem .blogdata p strong{
    font-weight: 700;
}
.blogItem .blogdata img{
    max-width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #fff;
}
/* FAQs */
.faqs{
    padding: 3rem 0;
    background-color: #fff;
    padding-bottom: 1rem;
  }
  .faqs .sectionPara{
    font-weight: 500;
    color: #2e2e2e;
    font-size: 1rem;
    margin-left: 20px;
    margin-right: 20px;
  }
  .faqs h1{
    color: #314259;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .faqs .container{
    max-width: 950px;
    padding: 0;
  }
  @media(max-width:600px){
    .faqs .container{
      padding: 0;
  }
  }
  #faqs {
  padding: 2rem 0;
  }

  .faqs .accordion {
    margin: 0;
  }
  
  .faqs .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  
  }
  
  .faqs .accordion-header {
    padding: 15px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    border-radius: 0;
    display: flex;
    flex-direction: row;
  }
  
  .faqs .accordion-header::after {
    content: '+';
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s, content 0.2s;
    font-weight: 600;
    font-size: 2rem;
  }
  
  .faqs .accordion-header.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
    font-weight: 600;
    font-size: 2rem;
  }
  
  .faqs .accordion-content {
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: height 0.5s ease-out, padding 0.5s ease-out;
  }
  
  .faqs .faqAns p{
   color: #4D4D4D;
   font-weight: 500;
   font-size: .95rem;
   margin-bottom: 1rem;
   line-height: 1.4;
  }
  .faqs .faqAns p:nth-of-type(1){
   border-top: 1px solid #e2e2e2;
   padding-top: 1rem;
   }
  .faqs .faqAns {
    color: #4D4D4D;
    font-weight: 500;
    font-size: .95rem;
    line-height: 1.4;
   }
  .faqs .faqAns ul{
    padding-left: 15px;
   }
   .faqs .faqAns ul li{
    color: #4D4D4D;
    font-weight: 500;
    font-size: .95rem;
    margin-bottom: 1rem;
    list-style-type: disc;
   }
   .faqs .faqAns ol{
    padding-left: 15px;
   }
   .faqs .faqAns ol li{
    color: #4D4D4D;
    font-weight: 500;
    font-size: .95rem;
    margin-bottom: 1rem;
    list-style-type: decimal;
   }
   .faqs .faqAns ol li::marker{
     font-weight: 600;
     color: #000;
   }
   .faqs .faqAns ol  ol li{
    list-style-type: upper-alpha;
   }
  .faqs .faqAns .additionalPadding{
    padding-bottom: 2rem;
  }
/* comment */
.commentbox{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}
.comment h3{
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}
.comment p{
    font-size: 1rem;
    text-align: justify;
    margin-bottom: .4rem;
}
.commentbox p span{
    color: #ff0000;
}
.commentbox label{
   margin-bottom: .5rem;
   padding-left: .3rem;
   font-weight: 500;
   font-size: .9rem;
   font-family: 'Montserrat', sans-serif;
}
.commentbox label span{
    color: #ff0000;
}
.input form textarea{
    margin-bottom: 1.2rem;
    padding-top: .5rem;
}
.commentbox .input form input, textarea{
    outline: none;
    padding-left: .9rem;
    border: 1px solid #e2e2e3;
    margin-bottom: 1.5rem;
    font-size: .85rem;
    letter-spacing: .5px;
    color: #666;
    font-weight: 500;
}
.commentbox .input form input{
    height: 2.2rem;
    font-size: .85rem;
    letter-spacing: .5px;
    color: #666;
    font-weight: 500;
}
.commentbox .input form input:focus{
   border: 1px solid #f5b402;
}
.commentbox .input form textarea:focus{
    border: 1px solid #f5b402;
 }
@media (max-width: 700px){
    .input form input, textarea{
        width: 100%;
    }  
    .input form textarea{
        width: 100%;
        height: 9.4rem;
    } 
}
.commentbox .input form button{
    border: none;
    background-color: #f5b402;
    outline: none;
    color: #fff;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 1rem;
    padding: .55rem 1rem;
    cursor: pointer;
}
.commentbox{
     border: 1px solid #D9D7D7;
    margin-bottom: 2.5rem;
}
@media(max-width:600px){
    .comment h3{
        font-size: 1.2rem;
    }
    .comment p{
        font-size: .8rem;
    }
    .commentbox label{
        font-size: .8rem;
     }
     .commentbox .input form input, textarea{
        font-size: .8rem;
    }
}
/* related post */
.relatedPost{
    width: 100%;
    margin: 2rem auto;
    margin-bottom: 0;
}
.relatedPost .sectionHeading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.relatedPost .sectionHeading h2{
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: .5px;
}
.relatedPost .sectionHeading a{
   font-weight: 500;
   text-decoration: none;
   color: #222;
   letter-spacing: .5px;
   cursor: pointer;
}

 .relatedPost .relatedItem{
    margin: 1.4rem auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }
 .relatedPost .relatedItem img{
    display: block;
    width: 100%;
    object-fit: contain;
    max-height: 12rem;
 }
.relatedPost .desc{
    font-weight: 500;
    text-decoration: none;
    color: #222;
    letter-spacing: .5px;
    cursor: pointer;
    border-bottom: 1px solid #999;
 }
 .relatedPost .desc p a{
    text-decoration: none;
    font-size: .9rem;
    display: block;
    padding: 1.6rem .5rem;
    color: #222;
 }
 .postfooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem .5rem;
 }
 .postfooter span {
    cursor: pointer;
   font-size: .9rem;
   color: #999;
 }
 .postfooter span i{
    cursor: pointer;
    padding: 0 .4rem
 }
 .postfooter span i.fa-heart{
    color: #ff0000
 }
/* FAQs section */
.faqSection{
    background: #fff;
    padding: 4rem 0;
}
.faqSection h2{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
 .faqSection .accordion {
    margin: 4rem auto 0;
}
 .faqSection .accordion .accordion-item {
    border: none;
    border-bottom: solid 1px #dde2e8;
}
.faqSection .accordion .accordion-button {
    text-align: left;
    border: 0;
    background: #fff;
    padding: 1rem 0;
    box-shadow: none;
    font-weight: 500;
    color: #2e3846;
    font-size: 1.2rem;
    letter-spacing: .2px;
    align-items: flex-start;
}
 .faqSection .accordion .accordion-body p {
    color: #323f50;
    font-size: 18px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}
.faqSection .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}    
.faqSection .accordion .accordion-body p strong {
    font-weight: 700;
}
 .faqSection .accordion .accordion-body p a {
    color: #f5b402;
}
.faqSection .accordion .accordion-button strong {
    font-weight: 700;
    margin-right: .5rem;
}
 .faqSection .accordion-header {
    font-size: 20px;
    font-weight: 600;
    color: #2e3846;
}
 .faqSection .accordion .accordion-body ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px 
}
 .faqSection .accordion .accordion-body ul li {
    color: #323f50;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0;
    font-weight: 500;
    list-style: disc;
 }
 .faqSection .accordion .accordion-body ul li b{
    font-weight: 700;
    margin-right: .5rem;
 }
 .blogItem ul li b{
    font-weight: 700;
 }
 .blogItem ol li b{
    font-weight: 700;
 }
 @media(max-width: 600px){
    .faqSection h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.4;
    }
 }
 .mainHeading{
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4;
    color: #092e51;
    margin-top: 0;
    margin-bottom: 10px;
 }

    /*polular services  */
  
    .popularSearches h3{
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
        color: #071437;
    }
    .badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        border-radius: .25rem;
        padding: .5rem .5rem;
        border: 1px solid #fff0;
        font-weight: 500;
        font-size: .6875rem;
        padding: .3125rem .375rem;
        color: #4B5675;
        border-color: #fff0;
        background-color: #f5b40219;
    }
    .link {
        font-weight: 600;
        color: #000;
    }
    .card-header {
        display: flex;
        min-height: 56px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #F1F1F4;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
        background-color: transparent;
    }    
    .listLinks{
        gap: 10px;
    }
  
    .fourOfourBox{
        background-color: #f5b40219;
        padding: 1.6rem .8rem;
    }
    .fourOfourBox .imgBox img{
        display: block;
        margin: auto;
        max-width: 100%;
        object-fit: contain;
        max-height: 200px;
    }
    .fourOfourBox .imgBox{
       margin-bottom: 1rem;
    }
    .badge.errorBadge{
        background-color: #eef6ff;
        color: #1B84FF;
        border: 1px solid rgba(27, 132, 255, 0.20);
        font-weight: 500;
    }
    .fouroFourHeader h1{
        color: #071437;
        font-size: 1.625rem;
        line-height: 2.125rem;
        font-weight: 600;
        margin-bottom: .5rem;
    }
    .fouroFourHeader p{
        font-size: .9375rem;
        line-height: 1.375rem;
        color: #4B5675;
        margin-bottom: 1rem;
        font-weight: 500;
    }
    .fouroFourHeader p a{
        color: #1B84FF;
    }
    /* full-sized banner */
    .fullSizedbanner{   
        margin-top: 4rem;
        padding-top: 3rem;
        color: #fff;
        padding-bottom: 1rem;
      }
      .fullSizedbanner .container{
        max-width: 1450px;
        position: relative;
        overflow: hidden;
      }
      .fullSizedbanner .taxPlans{
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        gap: 12px;
      }
      .fullSizedbanner .taxPlans svg{
       width: 20px;
       height: 20px;
       fill: #fff;
       margin-right: .5rem;
      }
      .fullSizedbanner .taxPlans span{
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      color: #fff;
      font-size: .9rem;
      
      }
      .fullSizedbanner .taxPlans small{
       font-size: 1.4rem;
       font-weight: 600;
      }
      
      .fullSizedbanner .leftSide h2{
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
       letter-spacing: .5px;
       color: #fff;
      }
      .fullSizedbanner .leftSide .bannerTitle{
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
       letter-spacing: .5px;
       color: #fff;
      }
      .fullSizedbanner .leftSide p{
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.4;
       letter-spacing: .5px;
       margin-bottom: 1rem;
      }
      .fullSizedbanner .leftSide a{
        background-color: #ffffff;
        border: none;
        width: 400px;
        border-radius: 4px;
        margin-bottom: 22px;
        cursor: pointer;
        display: block;
        max-width: 100%;
        padding: .65rem 1rem;
        text-align: center;
        color: #1572ED;
        font-weight: 600;
        font-size: .9rem;
      
      }
      .fullSizedbanner .rightSide{
       display: flex;
       justify-content: right;
      }
      .fullSizedbanner .rightSide .bannerForm{
       width: 700px;
       color: #000;
       max-width: 100%;
       background-color: #ffffff;
        border-radius: 10px;
        padding: 16px;
        color: #020518;
        font-size: 14px;
        line-height: 16px;
      }
      .fullSizedbanner .rightSide .formHeader{
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
        font-weight: 600;
       font-size: .85rem;
       text-align: center;
       line-height: 1.4;
      }
      .fullSizedbanner .rightSide .bannerForm form label{
        padding-bottom: 10px;
        font-weight: 500;
       font-size: .8rem;
       color: #000;
      }
      .fullSizedbanner .rightSide .bannerForm form label.submit{
       visibility: hidden;
      }
      .fullSizedbanner .rightSide .bannerForm form label span{
       color: red;
      }
      .fullSizedbanner .rightSide .bannerForm form .form-control{
       box-shadow: none;
       height: 2.2rem;
       font-weight: 500;
       font-size: .85rem;
       border-radius: 4px;
      }
      input[type=number]::-webkit-inner-spin-button, 
      input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; 
      }
      .fullSizedbanner .rightSide .bannerForm form .form-control.submit{
      background-color: #f5b402;
      color: #000;
      border: none;
      outline: none;
      font-weight: 600;
      font-size: .9rem;
      letter-spacing: .5px;
      }
      @media(max-width:991px){
      .fullSizedbanner .rightSide{
        justify-content: center;
      }
      .fullSizedbanner .taxPlans{
        justify-content: center;
      }
      .fullSizedbanner .leftSide a{
        width: 100%;
      
      }
      .fullSizedbanner .rightSide .bannerForm {
        width: 100%;
      }
      }
      @media(max-width:560px){
      .fullSizedbanner .leftSide h2{
        font-size: 25px;
        line-height: 1.4;
      }
      .fullSizedbanner .taxPlans span{
       font-size: .65rem;
      }
      .fullSizedbanner .taxPlans svg {
        width: 12px;
        height: 12px;
      }
      .fullSizedbanner .taxPlans{
        gap: 5px;
      }
    }
  /* blog sized banner */
  .blogSizedBanner{
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eef5ff;
    align-items: flex-start;
    margin: 2rem auto;
  }
  .blogSizedBanner .left h2{
    color: #1572ed;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
  }
  .blogSizedBanner .left p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .blogSizedBanner .right {
   width: 200px;
   text-align: right;
  }
  .blogSizedBanner .right a{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    background: #1678fb;
    border: 1px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .9rem;
    white-space: nowrap;
   }
   @media(max-width:768px){
    .blogSizedBanner{
        flex-direction: column;
    }
    .blogSizedBanner .right {
        text-align: left;
       }
   }
   @media (max-width: 600px) {
    .blogItem .blogdata table tr td{
        padding: .5rem .2rem;
        font-size: .7rem;
     }
     .blogBox .blogItem {
        padding: 0;
    }
    
}
@media (max-width: 500px) {
    .blogItem .blogdata table tr td{
            word-break: break-word;
     }
}

.divider {
    margin: 0 auto;
}
.blogItem .blogdata .divider img {
    width: 100%;
    object-fit: contain;
    height: 40px;
    margin-bottom: 0;
}
/* why trust us */
.whyTrustus{
    padding: 2rem 0 1rem 0;
    }
    .whyTrustus h2{
    text-align: center;
    font-weight: 600;
    margin: auto;
    font-size: 1.8rem;
    color: #2e2e2e;
    margin-bottom: 1rem;
    }
    .whyTrustus .founder{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    }
    .whyTrustus .founder img{
    object-fit: contain;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    display: inline-block;
    margin-right: .8rem;
    }
    .whyTrustus .founder .name p{
    font-weight: 600;
    color: #000;
    margin-bottom: .35rem;
    display: flex;
    align-items: center;
    }
    .whyTrustus .founder .name p a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: .5rem;
    }
    .whyTrustus .founder .name p a svg{
    border-radius: 5px;
    }
    .whyTrustus .founder .name span{
    font-weight: 500;
    color: #333;
    font-size: .9rem;
    }
    .whyTrustus .founderNote p{
    font-weight: 400;
    color: #666;
    font-size: 1rem;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    }
    .whyTrustus .ourExpert h3{
    text-align: left;
    font-weight: 600;
    margin: auto;
    font-size: 1.6rem;
    color: #2e2e2e;
    margin-bottom: 1rem;
    }
    .whyTrustus .ourExpert .expertPara p{
    font-weight: 400;
    color: #666;
    font-size: 1rem;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    }
    .whyTrustus .ourExpert .listExpert ul li{
     display: flex;
     align-items: center;
    }
    .whyTrustus .ourExpert .listExpert ul li{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    }
    .whyTrustus .ourExpert .listExpert ul li img{
    border-radius: 5px;
    object-fit: contain;
    display: inline-block;
    margin-right: .6rem;
    }
    .whyTrustus .ourExpert .listExpert ul li small{
    font-weight: 600;
    color: #000;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    margin-right: .5rem;
    font-size: 1rem;
    min-width: 12rem;
    line-height: 1.2;
    }
    .whyTrustus .ourExpert .listExpert ul li .exp{
    padding: .5rem 1rem;
    background-color: #f5b40239;
    border-radius: 5px;
    font-weight: 500;
    font-size: .9rem;
    display: inline-block;
    line-height: 1.4;
    }
    .whyTrustus .ourExpert .listExpert ul li .desg{
    padding: .5rem 1rem;
    background-color: #eeebf0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    margin-right: .5rem;
    }
    @media(max-width:450px){
      .whyTrustus .ourExpert .listExpert ul li{
        flex-direction: column;
        align-items: flex-start;
       }
       .whyTrustus .ourExpert .listExpert ul li small{
       margin-bottom: .6rem;
       margin-right: 0;
        }
        .whyTrustus .ourExpert .listExpert ul li{
          margin-bottom: 1.2rem;
        }
    }
    /*contact us*/
.contactUs {
    padding: 1rem 0;
    padding-bottom: 0;
   }
    .contactUs .container {
     max-width: 100%;
     border-radius: 0;
   }

   .postfooter span svg{
   width: 16px;
   height: 16px;
}
.postfooter span {
    margin-right: .5rem;
}
.breadcrumbBox.container{
    margin-left: 0;
    padding-left: 0;
}


.bannerForm {
    transition: all 0.3s ease-in-out;
}
.fullSizedbanner .rightSide .submittedMsg {
    width: 700px;
    color: #000;
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;
    color: #020518;
    font-size: 14px;
    line-height: 16px;
}
.submittedMsg .submitBox{
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.submittedMsg .submitBox img{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   margin-bottom: .5rem;
 }
 .submittedMsg .submitBox p{
   font-weight: 600;
   font-size: 1rem;
   margin-bottom: 1rem;
  }
