@media(min-width:1800px) {

  .menueListing ul li {

    margin-right: 25px;
  }

  .logo img {

    width: 170px;
  }

  .banner-image img {

    height: 860px;
  }

}

@media(min-width:1400px) {

  .container-fluid {

    padding: 0px 100px;
  }
}

@media(max-width:1799px) {

  .logo img {

    width: 150px;
  }

}



@media(max-width:1599px) {

  .abouttitle4 {

    font-size: 22px;
  }

  .navlink {

    font-size: 16px;
  }

  .container-fluid {

    padding: 0px 70px;
  }


  .submenu li a {

    font-size: 18px;
  }

  .banner-text p {

    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
  }

  .title-banner {

    font-size: 35px;
  }

  .titlemain {

    font-size: 35px;
  }


}

@media (max-width:1454px) {
  .miniHeader::before {

    height: 0px !important;
    width: 0px !important;
  }

  .miniHeader::after {

    height: 0px !important;
    width: 0px !important;
  }

  .leftBox {

    width: 0px !important;
    height: 0px !important;
  }

  .rightBox {

    width: 0px !important;
    height: 0px !important;
  }

}

@media(max-width:1400px) {


  .navlink {

    font-size: 14px;
  }

  .navlink i {

    font-size: 14px !important;
  }

  .title-banner {

    font-size: 36px;
  }

  .banner-text p {
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
  }

  .btn-talk {
    padding: 15px 21px;
    font-size: 16px;

  }

  .titlemain {

    font-size: 36px;
  }

  .sub-title {

    font-size: 26px;
  }

  .about-content p {

    font-size: 20px;
  }

  .title-red {

    font-size: 40px;
  }

  .subtitle-red {
    font-size: 25px;
  }

  .card-content h3 {

    font-size: 18px;
  }

  .card-content p {

    font-size: 14px;
    line-height: 22px;
  }

  .logo img {
    width: 128px;
  }

  .btn.btn-top {
    padding: 6px 26px;
    font-size: 14px;

  }

  .logofooter img {

    width: 120px;
  }

  .footer_lisitng li a,
  .btn-footer {

    font-size: 14px;
  }

  .footer_lisitng li {

    padding-bottom: 10px;
  }

  .footer-email.form-control {

    padding: 8px 10px;
    font-size: 14px;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .miniHeader::before {
    width: 16% !important;
  }

  .leftBox {

    left: 211px !important;
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .miniHeader::before {
    width: 16% !important;
  }

  .leftBox {

    left: 211px !important;
  }

  .aboutwhite-box::before {

    left: 10% !important;
  }
}

@media(min-width:1200px) {

  .menueListing ul li {

    margin-right: 25px !important;
  }

  .menu {
    display: flex !important;
    align-items: center;
    gap: 30px;
  }

  .menu .megamenu>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }

  .menu .megamenu>a:hover:after {
    display: block;
  }

  .menu li .submenu {
    transition: 350ms all;
  }

  .menu li:hover>.submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .menu li.megamenu>a {

    position: relative;
  }

  .menu li.megamenu>a:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 5px;
    height: 10px;
    width: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
  }

  .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: hidden;
    background: #ffffff;
    border-radius: 8px;
    z-index: 1000;
    max-width: 320px;
    min-width: 320px;
  }

  .menu li .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
  }

  .menu li .submenu li a {
    color: #344054;
    padding: 7px 5px;
    font-weight: 400;
    font-size: 14px;
    /* background: #0E1F51; */
    display: block;
  }

  .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }

  /* .menu li .submenu li a:hover {
        background: #EB8516;
      } */
  .menu li .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}

@media(max-width:1200px) {


  .margimBottom {
    margin-bottom: 150px !important;

  }

  #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
    position: relative;
    z-index: 10;
  }

  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }

  #menu_trigger .menulines,
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #000;
  }

  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }

  #menu_trigger .menulines:before {
    top: -9px;
  }

  #menu_trigger .menulines:after {
    top: 9px;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 156%;
    background: #1f425d;
    overflow: hidden;
    z-index: 100;
  }

  .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }

  .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid #1f425d;
    font-size: 16px;
  }

  .mobile-menu li a {
    color: #ffffff;
    display: block;
    position: relative;
    padding: 15px 20px;
  }

  .mobile-menu li a:hover {
    color: #ff5252;
  }

  .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #3d3d3d;
    border: 1px solid #404040;
  }

  .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #333;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }

  .mobile-menu li .submenu li {
    font-size: 14px;
  }

  .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #333;
    font-size: 16px;
  }

  .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: #3d3d3d;
    border: 1px solid #404040;
  }

  .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .mobile-menu li .submenu .backmenu-row em {
    font-style: normal;
    color: #ffffff;
  }

  .mobile-menu li.sub-open>.submenu {
    left: 0;
  }

  .menu-box {

    justify-content: space-between;
  }

  .fa-chevron-down {

    display: none;
  }

  .mobile-menu ul {

    padding-left: 0 !important;
  }

  .margin-add {
    margin-top: 0px;
    padding-top: 0px;

  }

  .main-header {

    padding: 10px 0px;
  }
}

@media(max-width:992px) {



  .container-fluid {

    padding: 0px 10px;
  }

}

@media(max-width:767px) {
  .card-seoOps {

    padding: 18px;
  }

  .user-table th,
  .user-table td {

    padding: 14px 10px !important;
  }

  .tabContentParent {

    padding: 25px 30px !important;
  }
  .aboutwhite-box::before{

    left: 14% !important;
  }

}

@media(max-width:722px) {
  .out-bx {

    width: 354px;
    height: 354px;
  }

  .innerbx {
    background: #F4F4F4E5;
    padding: 40px 20px 10px 20px;
    border-radius: 50%;
    width: 338px;
    height: 338px;
  }

  .innerbx p {

    font-size: 16px;
  }

  .banner_img img {

    height: 670px;
  }

  .polygonimg {
    position: absolute;
    left: 10%;
    top: 20px;
    left: 18px;
    height: 90%;
    width: 89%;
  }

  .card-outer {

    padding: 10px 7px;

  }

  .content-bx {

    text-align: center;
  }

  .content-bx h4 {

    font-size: 18px !important;
  }

  .content-bx p {

    font-size: 18px !important;
  }

  .bg-pinks {
    background: #81035514;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 76px 40px 40px 30px;
    z-index: 0;
  }


  .banner-image img {

    height: 450px;
  }

  .banner-text p {

    font-size: 20px;
    line-height: 25px;
  }

  .title-banner {
    font-size: 26px;
    padding-bottom: 8px;
  }

  .banner-content-area {

    left: 10px;
  }

  .img-about img {

    border-radius: 10px 10px 0px 0px;
    margin-bottom: 10px;
  }

  .card-content h3 {

    font-size: 24px;
  }

  .titlemain-second {

    font-size: 34px;
  }

  .sub-title-second {

    font-size: 18px;
  }

  .services-listing li,
  .content-right p {

    font-size: 18px;
  }

  .footer_lisitng li a,
  .btn-footer {

    font-size: 16px;
  }

  .content-right {

    flex: 1;
  }

  .titlemain {

    font-size: 32px;
  }

  .sub-title {

    font-size: 22px;
  }

}


@media (max-width:768px) {
  .text-here h1 {

    font-size: 37px !important;
  }

  .formParent {

    padding: 40px 15px;
  }

  .registrationBtn.approvalBtn a {

    font-size: 15px;
  }

  /* Table responsive start  */
  .user-table thead {
    display: none;
  }

  .user-table,
  .user-table tbody,
  .user-table tr,
  .user-table td {
    display: block;
    width: 100%;
  }

  .user-table tr {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .user-table td {
    position: relative;
    padding-left: 50% !important;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eaecf0;
  }

  .user-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    top: 12px;
    width: 45%;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #667085;
  }

  .user-table td:last-child {
    border-bottom: none;
  }

  .user-table .d-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {

  .searchField i {

    left: 36px !important;
  }
}

@media (max-width:496px) {
  .aboutheading h1 {

    font-size: 29px !important;
  }

  .text-here h1 {

    font-size: 36px !important;
  }

  .btn.btn-top {
    padding: 6px 15px !important;
    font-size: 12px !important;
  }

  .impoInfo h3 {

    font-size: 20px !important;
  }

  .registrationtopTitle.approvalTilte h1 {

    font-size: 30px;
  }

  .requirmentBtns .req-dott-btn {

    font-size: 12px !important;
  }

  .bannerMain .carousel-inner .carousel-item img {
    height: 450px !important;
  }

  .searchField .search {

    padding: 10px 20px 6px 50px !important;
  }

}


@media (max-width: 400px) {

  .text-here h1 {

    font-size: 29px !important;
  }

  .btn.btn-top {

    padding: 5px 10px !important;
    font-size: 7px !important;
  }

  .filter .filterSelecter {

    padding: 10px 10px 10px 36px !important;
  }
}

@media (max-width:390px){
  .searchField{
    flex-direction: column !important;
    width: 100%;
  }
  .searchField i{

    top: 25% !important;
    left: 29px !important;
  }
  .filter .filterSelecter{

    width: 100% !important;
  }
  .user-table.table-striped tbody{

    padding-top: 100px !important;
  }
  .approve-btn{

    font-size: 12px !important;
  }
  .rndom-img img{

    height: 100px !important;
  }
  .bannerMain .carousel-inner .carousel-item img{

    height: 350px !important;
  }
  .navpreBtnParents .carousel-control-next, .navpreBtnParents .carousel-control-prev{

    top: -55px !important;
  }
  .btn.btn-top{

    padding: 5px 15px !important;
  }
}