@media only screen and (max-width: 1820px) {
  .service-inner-con:after {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-bottom {
    padding-bottom: 100px;
  }

  .padding-top {
    padding-top: 100px;
  }

  h2 {
    font-size: 42px;
    line-height: 44px;
  }

  .genric-heading h2,
  .help-right-con h2 {
    margin-bottom: 24px;
  }

  .genric-heading {
    margin-bottom: 55px;
  }

  .fs-38 {
    font-size: 26px !important;
  }

  .banner-main-con {
    background-size: cover;
  }

  .lh-45 {
    line-height: 25px;
  }

  h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .banner-left-con h1 {
    margin-bottom: 18px;
  }

  .banner-left-con p {
    margin-bottom: 26px;
  }

  .get-started a {
    padding: 16px 40px;
    font-size: 16px;
  }

  .banner-left-con span {
    font-size: 22px;
    margin-top: 20px;
  }

  h2 {
    font-size: 38px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .banner-img-detail {
    width: 290px;
    height: 180px;
  }

  .header-main-con {
    padding: 20px 0;
  }

  .banner-main-con {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .sloution-box-content {
    padding: 70px 36px;
  }

  .sloution-box-right-content figure {
    margin-bottom: 20px;
  }

  .sloution-box-right-content h2 {
    margin-bottom: 22px;
  }

  .sloution-box-right-content p {
    margin-bottom: 26px;
  }

  .generic a {
    padding: 14px 40px;
    font-size: 16px;
  }

  .service-box-item p {
    margin-bottom: 20px;
  }

  .service-box-item {
    padding: 30px 20px;
  }

  .service-box-item figure {
    margin-bottom: 8px;
  }

  .sloution-box-right-content p {
    margin-bottom: 20px;
  }

  .like-con {
    left: -13px;
  }

  .client-box-item figure {
    margin-bottom: 28px;
  }

  .client-box ul li {
    height: 200px;
    margin: 0 8px;
  }

  .client-box {
    margin-bottom: 50px;
  }

  .tastimonials-left-con figure::before {
    background-size: contain;
  }

  .service-box-item a,
  .weight-footer-item button,
  .price-plan-item a {
    padding: 12px 20px;
  }

  .weight-footer-con {
    padding: 80px 0;
  }

  .footer-navbar {
    padding: 20px 30px;
    margin-top: 60px;
  }

  .weight-footer-item p {
    margin-bottom: 22px;
  }

  .testimonials-content p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
  }

  .testimonials-content h2 {
    margin-bottom: 22px;
  }

  .generic-banner-con .banner-main-con {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .generic-banner-con .banner-con h1 {
    margin-bottom: 18px;
  }

  .generic-banner-con .banner-con p {
    margin-bottom: 20px;
  }

  .project-inner-con figure {
    margin-bottom: 22px;
  }

  .project-con h2 {
    margin-bottom: 32px;
  }

  /*.price-plan-item {*/
  /*  padding: 32px 22px;*/
  /*}*/

  .price-plan-inner-con,
  .form-con {
    margin-top: -145px;
  }

  .form-inner-con {
    padding: 70px 30px;
  }

  .price-plan-list {
    margin-bottom: 30px;
  }

  .service-box .price-plan-item p {
    margin-bottom: 24px;
  }

  .skills {
    margin: 72px 0;
  }

  .title-bar h5 {
    top: -24px;
  }

  .skills span {
    margin-top: -28px;
  }

  .form-inner-con button {
    padding: 19px 120px 18px;
  }

  .map-con iframe {
    height: 390px;
  }

  .team-box-item p:nth-child(4) {
    margin-bottom: 20px;
    padding: 0 28px;
  }

  .team-box-item figure {
    margin-bottom: 20px;
  }

  .team-box-item p:nth-child(3) {
    margin-bottom: 16px;
  }

  .help-con {
    background-position: -332px;
  }
}

@media only screen and (max-width: 991px) {

  /*** navbar***/
  .navbar-toggler.collapsed span:nth-child(3) {
    transform: rotate(0deg);
  }

  .header-con .contact-btn {
    margin-left: 22px;
  }

  .navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler.collapsed span:nth-child(1) {
    transform: rotate(0deg);
  }

  .navbar-toggler span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 0% 186%;
  }

  .navbar-toggler span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler span.navbar-toggler-icon {
    transition: all 0.15s;
  }

  .navbar-toggler span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 26% 19%;
  }

  .navbar-collapse {
    background: var(--secondary--color);
    padding: 8px 0;
    min-width: 35%;
    float: right;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 9999;
    box-shadow: 1px 1px 60px 0px rgb(0 0 0 / 20%);
    border-radius: 8px;
  }

  .navbar-nav li:first-child {
    padding: 10px 30px !important;
  }

  .nav-item {
    padding: 10px 30px !important;
  }

  .navbar-toggler-icon {
    border-bottom: 2px solid var(--primary--color);
    display: block;
    height: 10px;
    background-image: none !important;
  }

  .navbar-toggler {
    border: none;
    background: none;
    margin-top: -8px;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  /*** navbar***/
  .header-con .navbar-nav .nav-item .nav-link span {
    display: none !important;
  }

  .header-con .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }

  .banner-main-con {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .weight-footer-item h5 {
    font-size: 16px;
  }

  .banner-right-con img {
    height: 450px;
  }

  h1 {
    font-size: 48px;
    line-height: 50px;
  }

  h3 {
    font-size: 26px;
    line-height: 28px;
  }

  .banner-img-detail {
    width: 250px;
    height: 170px;
    bottom: 38px;
    left: -82px;
  }

  .get-started a {
    padding: 14px 34px;
    font-size: 16px;
  }

  .padding-top {
    padding-top: 80px;
  }

  .padding-bottom {
    padding-bottom: 80px;
  }

  .sloution-box-right-content h2 br {
    display: none;
  }

  h2 {
    font-size: 34px;
    line-height: 36px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .sloution-box-right-content figure {
    margin-bottom: 12px;
  }

  .sloution-box-right-content p {
    margin-bottom: 16px;
  }

  .generic a {
    padding: 12px 36px;
  }

  .sloution-box-content {
    padding: 50px 30px;
  }

  .sloution-box-lft-content img {
    max-width: 100%;
  }

  .sloution-box-right-content {
    padding-left: 0;
  }

  .sloution-box-right-content h2 {
    margin-bottom: 14px;
  }

  .service-box-item {
    padding: 26px 15px;
  }

  .service-box-item a,
  .weight-footer-item button,
  .price-plan-item a {
    padding: 10px 16px;
  }

  .service-box-item p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .service-box-item h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .genric-heading h2,
  .help-right-con h2,
  .team-member-detail h2 {
    margin-bottom: 18px;
  }

  .genric-heading {
    margin-bottom: 40px;
  }

  .client-details-box {
    width: 114px;
    height: 124px;
    padding: 15px 20px;
  }

  .client-details-box p {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .designer-con {
    width: 114px;
    height: 86px;
    right: -16px;
    top: 62px;
  }

  .designer-con figure {
    left: -17px;
    top: 15px;
  }

  .designer-con span {
    font-size: 14px;
    right: 8px;
    bottom: 22px;
  }

  .client-details-box figure {
    margin-bottom: 8px;
  }

  .commetns-con {
    right: -12px;
  }

  .client-box-item figure {
    margin-bottom: 12px;
  }

  .client-box ul li {
    height: 160px;
    margin: 0 6px;
    border-radius: 0 30px 30px 30px;
  }

  .client-box ul li img {
    width: 60px;
    height: 60px;
  }

  .client-box-item p {
    font-size: 14px;
  }

  .client-box {
    margin-bottom: 30px;
  }

  .static-con p {
    margin-left: 6px;
    line-height: 20px;
  }

  .tastimonials-left-con figure::before {
    width: 660px;
    height: 454px;
  }

  .testimonials-content figure {
    margin-bottom: 8px;
  }

  .testimonials-content h2 {
    margin-bottom: 15px;
  }

  .testimonials-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .auther-name {
    line-height: 16px;
    margin-bottom: 10px;
  }

  .testimonials-inner-content span:last-child {
    font-size: 16px;
    line-height: 10px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: -54px;
  }

  .carousel-control-prev span,
  .carousel-control-next span {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .weight-footer-con {
    padding: 50px 0;
  }

  .Contact-info-con ul li p br {
    display: none;
  }

  .Contact-info-con ul li span {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .weight-footer-item figure {
    margin-bottom: 14px;
  }

  .footer-navbar {
    padding: 16px 18px;
    margin-top: 40px;
  }

  .footer-navbar ul li {
    padding: 0 8px;
  }

  .footer-navbar ul li a {
    font-size: 14px;
  }

  .footer-navbar p {
    font-size: 14px;
  }

  .generic-banner-con .banner-main-con {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .generic-banner-con .banner-con p {
    margin-bottom: 12px;
  }

  .project-inner-con figure {
    margin-bottom: 18px;
  }

  .project-con h2 {
    margin-bottom: 22px;
  }

  .price-plan-item {
    padding: 24px 15px;
  }

  .price-plan-list li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
    margin-left: 18px;
    position: relative;
  }

  .price-plan-list li .fa-check-circle,
  .price-plan-list li .fa-times-circle {
    font-size: 16px;
    padding-right: 2px;
    position: absolute;
    left: -19px;
  }

  .price-plan-list {
    margin-bottom: 25px;
  }

  .price-plan-item h4 {
    margin-bottom: 10px;
  }

  .price-plan-item figure {
    margin-bottom: 8px;
  }

  .price-plan-item img {
    width: 70px;
    height: 70px;
  }

  .skills {
    margin: 50px 0;
  }

  .title-bar h5 {
    top: -18px;
    font-size: 16px;
  }

  .skills span {
    font-size: 16px;
  }

  .form-inner-con {
    padding: 50px 15px;
  }

  .form-inner-con button {
    padding: 16px 80px;
  }

  .form-inner-con input,
  .form-inner-con textarea {
    padding: 16px 20px;
    margin-bottom: 15px;
  }

  .form-inner-con textarea {
    height: 115px;
  }

  .map-con iframe {
    height: 290px;
  }

  .team-box-item figure {
    margin-bottom: 15px;
  }

  .team-box-item h4 {
    line-height: 28px;
  }

  .team-box-item p:nth-child(3) {
    margin-bottom: 10px;
  }

  .team-box-item p:nth-child(4) {
    margin-bottom: 12px;
    padding: 0 1px;
  }

  .team-social-icon ul li a span {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .banner-img-detail {
    width: 230px;
    height: 142px;
    bottom: 26px;
    left: -27px;
    padding: 30px 20px;
  }

  .header-and-banner-con {
    background-position: 76% -20px;
  }

  .service-box-item a {
    font-size: 14px;
  }

  .service-box-item img,
  .client-box ul li img,
  .price-plan-item img,
  .project-inner-con img,
  .sloution-box-right-content figure img,
  .testimonials-content figure img {
    width: 60px;
    height: 60px;
  }

  .footer-navbar ul {
    display: none !important;
  }

  .footer-navbar {
    text-align: center;
  }

  .work-portfolio-box-item:hover:after {
    border-radius: 20px;
  }

  .dotted-img::before {
    left: -566px;
  }

  .weight-footer-item img,
  .navbar-brand img {
    width: 150px;
  }

  .weight-footer-item p {
    font-size: 14px;
    line-height: 22px;
  }

  .weight-footer-item .social-icon {
    margin-bottom: 15px;
  }

  .Contact-info-con ul li p {
    margin-bottom: 10px;
  }

  .Contact-info-con ul li a {
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
  }

  .client-details-box {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  /*.row .hero-stats{*/
  /*    padding: 40px;*/
  /*}*/

  /*        .col-reviews-certificate{*/
  /*            margin: 0;*/
  /*padding: 25px 14px 0px 100px;*/
  /*float: left;*/
  /*position: relative;*/
  /*        }*/

  .quick-item ul li a {
    font-size: 14px;
  }

  .price-plan-inner-con,
  .form-con {
    margin-top: 0px;
  }



}

@media (max-width: 992px) {
  .flip-card {
    width: 48%;
  }

  .flip-card-content span {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .bg-content-01 {
    height: 375px;
    background-position: center center;
  }

  .bg-content-02 {
    height: 375px;
    background-position: center center;
  }

  .choose-box p {
    margin: 0;
  }

  .bg-content-03 {
    height: 375px;
    background-position: center center;
  }

  .bg-content-class-01 {
    height: 375px;
    background-position: center center;
  }

  .bg-content-class-02 {
    height: 375px;
    background-position: center center;
  }

  .bg-content-class-03 {
    height: 375px;
    background-position: center center;
  }

  .service-box-item {
    margin: 15px 0px;
  }

  .quick-item {
    display: block !important;
  }

  .footer-navbar {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  div#exampleModal .col-12 {
    padding: 0 !important;
  }
section.w-100.float-left.cta-sect.overflow {
    background-image: none !important;
    background-color: #0072b1;
}
  .modal-body {
    padding: 0px 7px;
  }

  section.w-100.float-left.cta-sect.overflow h2 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }

  .process-content p {
    color: #fff;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 20px;
  }

  div#exampleModal .modal-dialog {
    max-width: 95%;
    margin: 0px auto 0;
  }

  .modal {
    padding-top: 28% !important;
  }

  div#exampleModal .form_head {
    margin: 13px 8px -12px 0px;
  }

  section.w-100.float-left.cta-sect.overflow .form_body {
    padding: 10px 0px 0px 0px;
  }

  .banner-main-con .row.hero-stats {
    display: none !important;
  }

  .banner-main-con .get-started {
    display: none !important;
  }

  .trsut-seals {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    scroll-behavior: smooth;
    padding: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .trsut-seals::-webkit-scrollbar {
    display: none;
  }

  .col-reviews-certificate {
    flex: 0 0 120px;
  }

  .col-reviews-certificate img {
    width: 100%;
    height: auto;
  }

  section.w-100.float-left.padding-top.padding-bottom.help-con.overflow.content-area h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
  }

  .process-content h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .price-plan-inner-con .price-plan-item a {
    position: relative;
  }

  .choose-box i {
    font-size: 38px;
    margin-bottom: 0px;
  }

  .choose-box p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .help-con .col-lg-4 {
    margin-bottom: 21px;
  }

  .choose-box .fs-24 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    margin: 4px 0 2px;
  }

  .choose-box {
    padding: 20px 15px 20px;
    border-radius: 15px;
    height: auto;
    
  }

  .price-plan-inner-con .row .col-lg-4.col-md-4 {
    margin-bottom: -9px;
  }

  .testimonials-heading .fs-32 {
    font-size: 24px !important;
    margin: 0 !important;
  }

  .testimonials-heading {
    margin-bottom: 15px;
  }

  .choose-box-active {
    padding: 15px 30px;
    border-radius: 15px;
    margin-bottom: 19px;
    height: 100%;
  }

  .choose-us-heading .fs-32 {
    font-size: 25px !important;
    line-height: 29px;
  }

  section.w-100.float-left.padding-top.padding-bottom.help-con.overflow.content-area .get-started {
    margin-bottom: 20px;
  }

  .sloution-box-right-content h2 {
    margin-bottom: 12px;
    font-size: 26px !important;
    line-height: 26px;
  }

  .iti.iti--container {
    z-index: 999999999999999999999999999999999;
  }

  .banner-main-con h2 {
    font-size: 23px;
    line-height: 25px;
    margin: 12px 0;
  }

  .banner-main-con .row.hero-stats {
    padding: 20px 0 0 0;
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
  }

  .get-started {
    margin-top: 0px;
  }

  .fun-fact {
    width: 49%;
  }

  div#exampleModal .form_body {
    padding: 0;
  }

  div#exampleModal .modal-content .form-banner {
    width: 100%;
    margin: 0 !important;
  }

  div#exampleModal .form-banner p span {
    line-height: 21px;
    font-size: 20px;
    color: #fff;
  }

  div#exampleModal .fs-26 {
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: nowrap;
    padding: 0 !important;
  }

  div#exampleModal .fs-26 br {
    display: none;
  }

  .banner-main-con {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-main-con .row.new-form {
    flex-direction: column !important;
  }

  .banner-main-con .row {
    flex-direction: column-reverse !important;
  }

  .form-banner {
    margin-top: 12px;
  }

  .price-plan-item .fs-24 {
    font-size: 19px;
    line-height: 23px;
  }

  .navbar-collapse {
    min-width: 60%;
  }

  .banner-right-con img {
    height: 400px;
  }

  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .banner-img-detail {
    width: 226px;
    height: 134px;
    padding: 25px 20px;
  }

  .work-portfolio-box .row:first-child {
    margin-bottom: 0;
  }

  .banner-left-con h1 {
    margin-bottom: 3px;
    line-height: 17px;
    font-size: 16px;
  }

  .banner-left-con h1 br {
    display: none;
  }

  .banner-left-con p {
    margin-bottom: 14px;
    font-weight: 500;
    color: #000;
  }

  .form_body {
    padding: 10px 0px 30px 0px;
  }

  .col-reviews-certificate {
    float: none;
    text-align: center;
  }

  .trsut-seals .col-reviews-certificate {
    padding: 10px 0 0 0;
  }

  .trsut-seals {
    padding: 0px;
    gap: 0;
  }

  .process-bg {
    padding-bottom: 1px;
  }

  .col-reviews-certificate {
    padding-bottom: 10px;
  }

  .get-started a {
    padding: 12px 26px;
  }

  .banner-left-con span {
    font-size: 18px;
    margin-top: 6px;
    line-height: 18px;
  }

  .padding-top {
    padding-top: 70px;
  }

  .padding-bottom {
    padding-bottom: 70px;
  }

  .sloution-box-lft-content img {
    margin-bottom: 15px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .generic a {
    padding: 10px 26px;
  }

  .sloution-box-content {
    padding: 40px 26px;
  }

  .genric-heading h2,
  .help-right-con h2,
  .team-member-detail h2 {
    margin-bottom: 12px;
  }

  .team-member-detail h5 {
    font-size: 20px;
  }

  .genric-heading p br {
    display: none;
  }

  .genric-heading {
    margin-bottom: 30px;
  }

  .service-box-item {
    text-align: center;
  }

  .service-box-item h4 {
    margin-bottom: 10px;
  }

  .help-left-con img[alt="help-left-img"] {
    width: 350px;
  }

  .help-con {
    text-align: center;
  }

  .designer-con {
    right: 64px;
  }

  .like-con {
    left: 0;
  }

  .commetns-con {
    right: 55px;
  }

  .help-left-con {
    margin-bottom: 15px;
  }

  .sloution-box-right-content p {
    margin-bottom: 12px;
  }

  .client-box ul li {
    width: 48%;
  }

  .client-box ul li {
    width: 48%;
    margin-bottom: 10px;
  }

  .client-box ul li:nth-child(2n) {
    margin-right: 0;
  }

  .client-box ul li:last-child {
    width: 100%;
  }

  .static-con .row .col-lg-4:last-child {
    margin-top: 10px;
  }

  .work-portfolio-box-item {
    margin-bottom: 10px;
  }

  .tastimonials-left-con figure::before {
    width: 460px;
    height: 460px;
    left: 30px;
  }

  .tastimonials-con {
    text-align: center;
  }

  .tastimonials-left-con {
    margin-bottom: 15px;
  }

  .tastimonials-left-con img {
    width: 380px;
  }

  .testimonials-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .carousel-control-prev {
    left: inherit;
    right: 50%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: -54px;
  }

  .carousel-control-next {
    left: inherit;
    right: 40%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .weight-footer-con {
    padding: 40px 0;
  }

  .footer-navbar {
    padding: 14px 12px;
    margin-top: 20px;
  }

  .weight-footer-item p {
    margin-bottom: 10px;
  }

  .weight-footer-item h5 {
    margin-bottom: 14px;
  }

  .weight-footer-item {
    margin-bottom: 10px;
  }

  .service-box-item a,
  .weight-footer-item button,
  .price-plan-item a {
    padding: 8px 20px;
    font-size: 14px;
  }

  .like-con img,
  .commetns-con img {
    margin-bottom: 0;
  }

  .generic-banner-con .banner-main-con {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .generic-banner-con .banner-con h1 {
    margin-bottom: 14px;
  }

  .project-con h2 {
    margin-bottom: 18px;
  }

  .project-inner-con figure {
    margin-bottom: 14px;
  }

  .price-plan-item {
    padding: 20px 15px 0;
    margin-top: 12px;
    margin-bottom: 15px;
    height: auto;
  }

  .service-box .price-plan-item p {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 19px;
  }

  .service-build-lft-con img {
    width: 390px;
    margin-bottom: 15px;
  }

  .price-plan-inner-con,
  .form-con {
    margin-top: 0;
  }

  .form-inner-con {
    padding: 34px 15px;
  }

  .map-con iframe {
    height: 250px;
    border-radius: 0px;
  }

  .team-box-item {
    margin-bottom: 15px;
  }

  .team-box-item img {
    width: 280px;
  }

  .award-section h2 {
    font-size: 23px;
    line-height: 26px;
    text-align: center;
  }

  .team-box-item figure:hover:after {
    border-radius: 0 30px 83px 24px;
  }

  .subject-sect-heading h2 {
    color: #000;
    font-size: 25px;
    line-height: 26px;
  }

  section.w-100.float-left.padding-top.padding-bottom.help-con.overflow.subject-section.padding-top.padding-bottom {
    padding-top: 40px;
  }

  .subjects-col {
    width: 100%;
  }

  .certificate-col {
    width: 100%;
  }

  .subject-sect-content {
    display: flex;
    flex-wrap: wrap;
  }

  .subject-sect-content ul li {
    text-align: left;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 22px;
  }

  .subject-sect-content ul li:before {
    font-size: 9px;
    width: 17px;
    height: 17px;
  }

  .subject-sect-content ul li a {
    font-size: 13px;
  }

  .team-detail-con img {
    width: 400px;
    margin-bottom: 15px;
  }

  .faq-area .faq-content .card .card-header {
    text-align: left;
  }

  ul.first-subject-column {
    column-count: 2;
  }

  .faq-area .faq-content .card {
    margin-bottom: 21px;
  }

  .help-con {
    background-position: -482px;
  }

  .faq-area .faq-content .card .card-header h4,
  .card-header span {
    margin: 0;
    font-size: 14px;
    padding: 0;
    padding-right: 0px;
  }

  .service-box-item h4 {
    line-height: 22px;
  }

  .faq-area .faq-content .card .card-body {
    padding-left: 0px;
    padding: 0;
    padding-top: 12px;
    margin-top: 0px;
    text-align: left;
  }

  .faq-area .faq-content .card .card-body p {
    font-size: 13px;
    line-height: 17px;
  }

  .sloution-box-lft-content img[alt="sloution-box-lft-img"] {
    width: 300px;
  }

  .banner-right-con img {
    margin-bottom: 20px;
  }

  .service-box-item a span {
    font-weight: 400;
  }

  .faq-container .accordion {
    line-height: initial;
  }

  .faq-container .accordion-1 {
    line-height: 1;
  }

  .help-box-content .row {
    flex-direction: column-reverse;
  }

  .horizontal-form-part input {
    margin-top: 12px;
  }


  .form-banner p {
    text-align: center;
    font-size: 18px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 10px 9px 0 9px;
    line-height: 27px;
    !important
  }
  
      .quick-item ul li a {
        font-size: 10px;
    }
    
  .fa-question::before {
    content: "\3f";
    padding: 3px;
}
    

}

@media (max-width: 600px) {
  .flip-card {
    width: 100%;
  }

  .flip-container {
    gap: 10px;
    margin: 30px 0px;
    padding: 0 18px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-right-con img {
    height: 350px;
  }



  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    line-height: 35px;
  }

  .fs-36 {
    font-size: 20px !important;
  }

  .fs-32 {
    font-size: 28px !important;
    line-height: 1.2;
  }

  .first-subject-column {
    border-right: none;
    /*border-bottom: solid 2px #0cbe7e;*/
    margin-bottom: 0px;
  }

  section#testimonials {
    margin-bottom: 30px;
  }

  .subject-sect-img {
    margin-top: 20px;
  }

  .content-area .row {
    padding: 0px;
  }

  .faq-area {
    padding: 0px;
  }

  .contact-sec-2 ul li i {
    padding: 5px;
    font-size: 13px;
  }

  .contact-sec-2 ul li span {
    font-size: 14px;
    padding-left: 5px;
  }

  .contact-sec-2 ul li {
    font-size: 16px;
  }

  .contact-sec-2 {
    padding: 40px 15px;
    border-radius: 8px;
  }

  .footer-contact-info {
    padding: 50px 0px;
  }

  .help-right-con h2 {
    font-size: 28px;
  }

  .fun-factor-heading {
    color: #fff;
    padding-top: 18px;
    margin-bottom: -25px;
  }

  .fun-fact {
    margin-bottom: 20px;
  }

  .banner-img-detail {
    left: -24px;
    width: 198px;
    bottom: 38px;
    height: 116px;
    padding: 20px 15px;
  }

  .banner-main-con {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .get-started a {
    padding: 10px 22px;
    font-size: 14px;
  }

  .banner-left-con span {
    font-size: 14px;
  }

  .padding-bottom {
    padding-bottom: 20px;
  }

  .padding-top {
    padding-top: 20px;
  }

  .sloution-box-content {
    padding: 30px 20px;
  }

  .sloution-box-right-content h2 {
    margin-bottom: 9px;
  }

  .generic a {
    padding: 8px 24px;
    font-size: 14px;
  }

  .service-box-item img,
  .client-box ul li img,
  .price-plan-item img,
  .project-inner-con img,
  .sloution-box-right-content figure img,
  .testimonials-content figure img {
    width: 50px;
    height: 50px;
  }

  .genric-heading h2,
  .help-right-con h2,
  .team-member-detail h2 {
    margin-bottom: 8px;
  }

  .team-member-detail p {
    margin-bottom: 4px;
  }

  .genric-heading {
    margin-bottom: 20px;
  }

  .help-left-con img[alt="help-left-img"] {
    width: 320px;
  }

  .designer-con {
    right: -4px;
    top: 88px;
  }

  .client-box ul li {
    margin-left: 2px;
    margin-right: 4px;
  }

  .tastimonials-left-con figure::before {
    width: 360px;
    height: 360px;
    left: -16px;
    top: -8px;
  }

  .tastimonials-left-con img {
    width: 300px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .service-box-item h4 br {
    display: none;
  }

  .dotted-img::before {
    width: 100%;
  }

  .weight-footer-con {
    padding: 30px 0;
  }

  .weight-footer-item p {
    margin-bottom: 10px;
  }

  .footer-navbar {
    padding: 12px 10px;
    margin-top: 10px;
  }

  .weight-footer-item h5 {
    margin-bottom: 8px;
  }

  .weight-footer-item input {
    margin-bottom: 8px;
  }

  .navbar-collapse {
    min-width: 100%;
  }

  .header-main-con {
    padding: 15px 0;
  }

  .project-inner-con figure {
    margin-bottom: 8px;
  }

  .project-con h2 {
    margin-bottom: 14px;
  }

  .skillbar,
  .skills {
    height: 12px;
  }

  .service-build-lft-con img {
    width: 270px;
  }

  .form-inner-con textarea {
    height: 90px;
  }

  .form-inner-con input,
  .form-inner-con textarea {
    padding: 12px 16px;
    margin-bottom: 10px;
  }

  .form-inner-con button {
    padding: 12px 50px;
  }

  .map-con iframe {
    height: 200px;
  }

  .team-box-item img {
    width: 250px;
  }

  .team-box-item figure:hover:after {
    border-radius: 0 30px 70px 24px;
  }

  .team-box-item p:nth-child(3) {
    margin-bottom: 0;
  }

  .team-detail-con img {
    width: 350px;
    margin-bottom: 15px;
  }

  .team-member-detail h5 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 14px;
  }

  .generic-banner-con .banner-main-con {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .modal {
    top: 100px;
  }

  .modal-header button {
    right: 16px;
    top: 8px;
    width: 36px;
    height: 36px;
  }

  .commetns-con img,
  .like-con img {
    width: 40px;
    height: 40px;
  }

  .client-details-box {
    width: 108px;
    height: 114px;
  }

  .commetns-con {
    right: 28px;
    bottom: 10px;
  }

  .designer-con span {
    font-size: 12px;
    right: 5px;
    bottom: 35px;
  }

  .designer-con {
    height: 96px;
  }

  .header-and-banner-con {
    background-position: 60% -20px;
  }

  .weight-footer-item img,
  .navbar-brand img {
    width: 140px;
  }

  .quick-item {
    display: none;
  }

  .service-box-item {
    padding: 26px 15px;
  }

  .choose-us-section {
    padding: 50px 0px 50px 0px;
  }

  .testimonials-heading {
    margin-bottom: 30px;
  }

  .social-icon ul li a span {
    font-size: 16px;
  }

  .Contact-info-con {
    margin-bottom: 10px;
  }

  .genric-heading h2:after,
  .help-right-con h2 span::after,
  .work-portfolio-box-content h3::after,
  .testimonials-content h2 span:after,
  .project-con h2 span:after {
    bottom: 2px;
  }

  .banner-img-detail,
  .service-box-item {
    border-radius: 0 38px 38px 38px;
  }
}