@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl{
      max-width: 1350px !important;
  }
}
@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl{
      max-width: 1170px;
  }
}

/* Start Navbar Design */
@media (min-width: 1200px){

  .nav-login .btn-badge span,
  .nav-login .btn-login span  {
    position: absolute;
    height: 100%;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
  }
  .nav-login .btn-badge span  {
    width: 25%;
    background-color: #ff1900;
    left: calc((var(--n) - 1) * 25%);
  }
  .nav-login .btn-login span  {
    width: 33%;
    background-color: #016e8e;
    left: calc(((var(--n) - 1) * 33%) - 40px);
  }
  .nav-login .btn-badge:hover span,
  .nav-login .btn-login:hover span {
    transform: translateY(0) scale(2);
  }
  .nav-login .btn-badge span:nth-child(1),
  .nav-login .btn-login span:nth-child(1) {
    --n: 1;
  }
  .nav-login .btn-badge span:nth-child(2),
  .nav-login .btn-login span:nth-child(2) {
    --n: 2;
  }
  .nav-login .btn-badge span:nth-child(3),
  .nav-login .btn-login span:nth-child(3) {
    --n: 3;
  }
  .nav-login .btn-badge span:nth-child(4),
  .nav-login .btn-login span:nth-child(4) {
    --n: 4;
  }
  .nav-login .btn-badge span:nth-child(5),
  .nav-login .btn-login span:nth-child(5) {
    --n: 5;
  }

  .custom-nav{
    background-color: #fff;
    padding: 0 !important;
    box-shadow: 0px 2px 15px #0000001a;
  }
  .custom-nav .nav-link{
    font-family: proxima-nova-medium;
    font-size: 16px;
    color: #6e6868;
    line-height: 1;
    text-transform: uppercase;
    padding: 40px 0 !important;
    margin: 0 15px;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 5px solid #fff;
  }
  .custom-nav .nav-link.active{
    color: #dc0a09 !important;
    border-color: #dc0a09;
  }
  .custom-nav .nav-link:hover{
    color: #dc0a09 !important;
    border-color: #dc0a09;
  }
  .custom-nav .dropdown-toggle::after {
    position: absolute;
    bottom: 22px;
    left: 43%;
    margin-left: 0 !important;
    border-top: 8px solid #e0d5d5 !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
  }
  .custom-nav .dropdown-toggle:hover::after {
    border-top-color: #dc0a09 !important;
  }

  .custom-nav .dropdown-menu.show {
    display: inherit;
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  .custom-nav .dropdown-menu[data-bs-popper] {
    margin-top: -1px;
  }
  .custom-nav .dropdown-menu {
    display: inherit;
    transform: scale(0);
    padding: 0;
    min-width: auto;
    background-color: #e9651b;
    border: 0;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .custom-nav .dropdown-menu .dropdown-item {
    font-family: 'proxima-nova-medium';
    font-size: 14px;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s;
  }
  .custom-nav .dropdown-menu .dropdown-item:hover,
  .custom-nav .dropdown-menu .dropdown-item:active,
  .custom-nav .dropdown-menu .dropdown-item:focus {
    background-color: #1490b4;
  }
  .custom-nav .dropdown-menu .dropdown-item span{
    font-family: 'Roboto', sans-serif !important;
  }
}


@media only screen and (min-width: 1350px) and (max-width: 1500px)  {
  
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px)  {
  .home-banner .right .screen .contetnt .sm-text {
    font-size: 20px;
  }
  .home-banner .right .screen .contetnt .lg-text {
    font-size: 40px;
  }
  .home-banner .right .screen .contetnt .btn-play-video {
    font-size: 16px;
    padding: 12px 20px 12px 15px;
    margin-top: 30px;
  }
  .home-banner .right .screen .zoom-img {
    bottom: 40px;
    right: 90px;
    width: 210px;
  }
  .products-tabs .nav-pills .nav-link {
    font-size: 16px;
    padding: 18px 15px;
  }

  .api-features {
    padding: 150px 0 150px;
  }
  .api-features .key-features {
    transform: scale(0.90);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px)  {

  .home-banner .left {
    padding-left: 30px;
  }
  .home-banner .right .screen .contetnt {
    left: 85px;
  }
  .home-banner .right .screen .contetnt .sm-text {
    font-size: 16px;
  }
  .home-banner .right .screen .contetnt .lg-text {
    font-size: 35px;
  }
  .home-banner .right .screen .contetnt .btn-play-video {
    min-width: auto;
    font-size: 15px;
    padding: 8px 12px 8px 12px;
    margin-top: 20px;
  }
  .home-banner .right .screen .contetnt .btn-play-video i {
    margin-right: 10px;
    font-size: 24px;
  }
  .home-banner .right .screen .zoom-img {
    bottom: 32px;
    right: 75px;
    width: 170px;
  }


  .section-home-about .left{
    padding: 60px 45px 60px 50px;
  }

  .section-home-about .right{
    padding: 60px 60px 60px 50px;
  }

  .section-our-solutions .item .box {
    padding: 80px 10px 35px;
  }

  .section-clients .client .box {
    padding: 80px 30px 30px 30px;
  }

  .section-footer {
    padding: 60px 0 60px;
  }

  .products-tabs .nav-pills .nav-link {
    font-size: 15px;
    padding: 18px 10px;
  }

  .custom-api-banner {
    margin-top: 94px;
  }
  .api-features {
    padding: 100px 0 100px;
  }
  .api-features .key-features {
    transform: scale(0.75);
  }
  .record-keeping .item {
    padding: 0 15px;
  }
  .record-keeping .box {
    padding: 80px 25px 60px 25px;
  }
  .api-and-self .content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1199.98px) {

  .nav-login .btn-badge:hover,
  .nav-login .btn-badge:focus{
    background-color: #ff1900;
  }
  .nav-login .btn-login:hover,
  .nav-login .btn-login:focus{
    background-color: #016e8e;
  }
  .nav-login .btn-badge span,
  .nav-login .btn-login span   {
    display: none;
  }

  .custom-nav{
    background-color: #fff;
    box-shadow: 0px 2px 15px #0000002e;
  }
  .custom-nav .navbar-toggler {
    border-color: #fff;
    background-color: #1490b4;
    padding: 0.2rem 0.4rem 0.3rem;
    box-shadow: none;
  }
  .custom-nav .navbar-toggler i{
    font-size: 25px;
    color: #fff;
  }
  .custom-nav .nav-link{
    font-size: 18px;
    font-family: proxima-nova-medium;
    color: #0c374f;
    padding: 0.75rem 0.5rem;
  }
  .custom-nav .dropdown-toggle::after {
    border-top: 0.375em solid;
    position: absolute;
    right: 10px;
    top: 22px;
  }
  .custom-nav .nav-login{
    margin-left: 0;
    margin-bottom: 5px;
  }
  .custom-nav .nav-login .btn-badge{
    width: 50%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: center;
  }
  .custom-nav .nav-login .btn-login{
    width: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    justify-content: center;
  }
  .custom-nav .dropdown-menu{
    background-color: #e9651b;
    color: #fff;
  }
  .custom-nav .dropdown-menu .dropdown-item{
    position: relative;
    color: #fff;
    padding-left: 25px;
    white-space: break-spaces;
  }
  .custom-nav .dropdown-menu .dropdown-item:hover,
  .custom-nav .dropdown-menu .dropdown-item:active,
  .custom-nav .dropdown-menu .dropdown-item:focus{
    background-color: #1490b4;
  }
  .custom-nav .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    border-left: 0.3em solid #fff;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
  }

  .section-our-solutions .solutions-banner {
    display: block;
  }
  .section-our-solutions .solutions-banner .or-separator{
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 4px;
  }
  .section-our-solutions .solutions-banner .left,
  .section-our-solutions .solutions-banner .right{
    width: 100%;
    justify-content: center;
    display: block;
    text-align: center;
  }
  .section-our-solutions .solutions-banner .left {
    padding: 40px 30px 60px 30px;
  }
  .section-our-solutions .solutions-banner .right {
    padding: 60px 30px 40px 30px;
  }
  .section-our-solutions .solutions-banner .left .only-text, 
  .section-our-solutions .solutions-banner .right .only-text {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-our-solutions .solutions-banner .left .btn-sign-up-now{
    display: inline-flex;
  }
  .section-our-solutions .solutions-banner .right .numb,
  .section-our-solutions .solutions-banner .right .timings{
    justify-content: center;
  }

  .section-badging-system .live-demo {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .section-badging-system .live-demo .btn-live-demo {
    display: inline-flex;
  }
  .section-badging-system .live-demo .note{
    margin-top: 15px;
  }

  .products-blue-banner {
    display: block;
  }
  .products-blue-banner .or-separator{
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 4px;
  }
  .products-blue-banner .left,
  .products-blue-banner .right{
    width: 100%;
    justify-content: center;
    display: block;
    text-align: center;
  }
  .products-blue-banner .left {
    padding: 40px 30px 60px 30px;
  }
  .products-blue-banner .right {
    padding: 60px 30px 40px 30px;
  }
  .products-blue-banner .left .only-text, 
  .products-blue-banner .right .only-text {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .products-blue-banner .left .btn-sign-up-now{
    display: inline-flex;
  }
  .products-blue-banner .right .numb,
  .products-blue-banner .right .timings{
    justify-content: center;
  }

  .about-company .left {
    padding-right: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px)  {
  .section-home-about {
    padding: 80px 0 80px;
  }
  .section-home-about .left {
    padding: 60px 45px 60px 55px;
    border-radius: 15px;
    margin-bottom: 60px;
  }
  .section-home-about .right {
    padding: 60px 50px 60px 55px;
    border-radius: 15px;
  }
  .section-our-solutions .item:nth-child(9){
    margin-bottom: 85px;
  }

  .section-coming-soon .left{
    margin-bottom: 30px;
  }

  .section-badging-system {
    padding: 100px 0 70px;
  }

  .section-fastest {
    padding: 100px 0 80px;
    background-size: cover;
    background-position: center;
  }
  .section-fastest .left{
    margin-bottom: 80px;
    text-align: center;
  }
  .section-fastest .fastest {
    align-items: center;
  }

  .custom-api-banner {
    margin-top: 94px;
  }
  .api-features {
    padding: 0;
  }
  .api-features .key-features {
    transform: scale(0.60);
  }
  .record-keeping .item:first-of-type {
    margin-bottom: 80px;
  }
  .api-and-self {
    padding-top: 60px;
  }

  .reg-tabs .nav-item {
    flex: 0 0 auto;
  }
  .reg-tabs .nav-item .nav-link{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vb-main-section .vb-badgelink {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991.98px) {
  .section-coming-soon .left{
    justify-content: center;
  }

  .section-fastest .plane1, 
  .section-fastest .plane2, 
  .section-fastest .plane3, 
  .section-fastest .plane4, 
  .section-fastest .plane5, 
  .section-fastest .plane6 {
    display: none;
  }

  .products-tabs .nav-pills {
    flex-wrap: wrap;
  }
  .products-tabs .nav-pills .nav-item:first-child .nav-link {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .products-tabs .nav-pills .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .crp-content .crp-card .desc-scroll,
  .cem-content .cem-card .desc-scroll {
    height: auto;
  }
  .crp-content .crp-card {
    padding: 80px 30px 80px;
  }

  .vb-main-section .orange-bar {
    display: block;
    text-align: center;
    padding: 25px 20px;
    font-size: 18px;
    line-height: 1.3;
    margin: 25px 0px 0;
  }
  .vb-main-section .orange-bar .icon-note {
    display: block;
    width: 70px;
    margin: 0 auto 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199.98px)  {
  .section-footer .first{
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .first .footer-logo {
    margin-bottom: 30px;
  }
  .section-footer .second{
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .third{
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .section-footer .forth .contact-info,
  .section-footer .forth .email-info{
    justify-content: center;
    margin-bottom: 15px;
  }
  .section-footer .forth .social-icons{
    justify-content: center;
  }
  .testimonials-section .left {
    padding-right: 12px;
  }
  .blogs-section .left {
    padding-right: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991.98px)  {
  .home-banner > .container > .row{
    justify-content: center;
  }
  .home-banner .left {
    width: auto;
    padding-right: 80px;
    align-items: center;
  }
  .home-banner .left .heading-lg {
    text-align: center;
  }
  .home-banner .right {
    width: auto;
    margin-bottom: 80px;
  }
  .home-banner .right .screen .laptop-img{
    max-width: 530px;
  }
  .home-banner .right .screen .contetnt {
    left: 90px;
  }
  .home-banner .right .screen .contetnt .sm-text {
    font-size: 18px;
  }
  .home-banner .right .screen .contetnt .lg-text {
    font-size: 36px;
  }
  .home-banner .right .screen .contetnt .btn-play-video {
    min-width: auto;
    font-size: 16px;
    padding: 8px 15px 8px 12px;
    margin-top: 20px;
  }
  .home-banner .right .screen .zoom-img {
    bottom: 35px;
    right: 80px;
    width: 180px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px)  {
  .section-home-about .left,
  .section-home-about .right{
    padding: 50px 30px 50px 40px;
  }

  .section-our-solutions .item{
    margin-bottom: 65px;
  }
  .section-our-solutions .item:nth-child(9),
  .section-our-solutions .item:nth-child(10){
    margin-bottom: 65px;
  }

  .section-coming-soon .left{
    margin-bottom: 30px;
  }
  .section-coming-soon .left .icon {
    width: 100px;
  }
  .section-coming-soon .left .text {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  body {
    margin-top: 84px;
  }
  .custom-nav .navbar-brand img{
    width: 200px;
  }

  .section-home-about{
    padding: 60px 0 60px;
  }
  .section-home-about .left,
  .section-home-about .right{
    padding: 40px 25px 40px 30px;
    border-radius: 15px;
  }
  .section-home-about .left{
    margin-bottom: 40px;
  }
  .section-home-about .left .heading .text, 
  .section-home-about .right .heading .text {
    font-size: 28px;
  }
  .section-home-about .left .desc, 
  .section-home-about .right .desc {
    font-size: 18px;
    line-height: 1.5;
  }
  .section-our-solutions {
    padding: 60px 0;
  }
  .section-our-solutions .heading-container {
    margin-bottom: 80px;
  }
  .section-our-solutions .main-heading {
    font-size: 28px;
  }
  .section-our-solutions .solutions-banner {
    border-radius: 15px;
  }
  .section-our-solutions .solutions-banner .left .only-text, 
  .section-our-solutions .solutions-banner .right .only-text {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
  }
  .section-our-solutions .solutions-banner .right .numb .phone-numb {
    font-size: 25px;
  }

  .section-badging-system {
    padding: 60px 0 60px;
  }
  .section-badging-system .left {
    padding: 0;
  }
  .section-badging-system .left .sec-heading {
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 45px;
  }
  .section-badging-system .left .sec-heading::before {
    position: absolute;
    left: 0;
  }
  .section-badging-system .left .qoute-box {
    padding: 15px 15px 15px 40px;
    font-size: 18px;
  }
  .section-badging-system .left .qoute-box::before {
    top: -45px;
    left: -10px;
  }
  .section-badging-system .live-demo {
    margin-top: 40px;
  }
  .section-badging-system .live-demo .btn-live-demo {
    min-width: auto;
    height: 48px;
    font-size: 18px;
    padding: 12px 25px 12px 20px;
    margin-right: 0;
  }

  .section-fastest {
    padding: 60px 0 60px;
    background-size: cover;
    background-position: center;
  }
  .section-fastest .left{
    margin-bottom: 70px;
  }
  .section-fastest .fastest {
    align-items: center;
    justify-content: center;
  }
  .section-fastest .fastest > div{
    text-align: center;
  }
  .section-fastest .fastest img{
    max-width: 85%;
  }
  .section-fastest .right .sec-heading {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .section-fastest .right .makes-list li {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .section-fastest .right .makes-list li .icon{
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 15px;
    margin-right: 15px;
  }
  .section-fastest .right .makes-list li .icon .center {
    border-radius: 13px;
  }
  .section-fastest .right .makes-list li .icon .center img{
    width: 40px;
  }
  .section-fastest .right .makes-list li .heading {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .section-clients {
    padding: 60px 0 70px;
  }
  .section-clients .heading-container {
    text-align: left;
    margin-bottom: 40px;
  }
  .section-clients .main-heading{
    font-size: 28px;
    padding-left: 45px;
  }
  .section-clients .main-heading::before {
    left: 0;
  }
  .section-clients .client {
    padding: 0;
  }
  .section-clients .client .box {
    padding: 80px 20px 30px 20px;
    border-radius: 10px;
  }
  .section-clients .client .box .img-comma {
    right: 25px;
    top: 25px;
    width: 30px;
  }
  .section-clients .client .name {
    font-size: 21px;
  }
  .section-clients .client .designation {
    margin-bottom: 25px;
  }
  .section-clients .client .desc {
    font-size: 16px;
    line-height: 1.5;
  }

  .products-banner-section,
  .product-details-banner {
    background-position: center;
    padding: 80px 0 60px;
  }
  .products-banner-section .left,
  .product-details-banner .left{
    text-align: center;
    padding-left: 12px;
  }
  .products-banner-section .left .heading,
  .product-details-banner .left .heading{
    font-size: 28px;
  }
  .products-banner-section .left .heading::before,
  .product-details-banner .left .heading::before {
    left: 0px;
  }
  .products-banner-section .left .desc,
  .product-details-banner .left .desc{
    font-size: 18px;
    margin: 20px 0 25px;
  }

  .product-details-main {
    padding: 0 0 60px;
  }

  .why-vendors {
    padding: 60px 0 60px;
  }
  .why-vendors .left{
    margin-bottom: 50px;
  }
  .why-vendors .left .sec-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .why-vendors .left .img {
    padding-right: 0;
  }
  .why-vendors .right .list li {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .why-vendors .right .list li .icon {
    min-width: 75px;
    width: 75px;
    height: 75px;
    border-radius: 12px;
    margin: 0 auto 20px;
  }
  .why-vendors .right .list li .icon .center {
    border-radius: 10px;
  }
  .why-vendors .right .list li .icon .center img {
    width: 45px;
  }
  .why-vendors .right .list li .heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .premium-products {
    padding: 60px 0 60px;
  }
  .premium-products::before,
  .premium-products::after{
    display: none;
  }
  .premium-products .main-heading {
    font-size: 28px;
  }
  .products-tabs .nav-pills .nav-link {
    font-size: 16px;
    border-right: 0;
    padding: 18px 10px;
  }
  .crp-content .item,
  .mv-content,
  .cem-content .item,
  .badges-content,
  .self-signin-content {
    padding-top: 90px;
  }
  .crp-content .crp-card,
  .mv-content .mv-card,
  .cem-content .cem-card,
  .badges-content .bbs-card,
  .self-signin-content .self-signin-card{
    padding: 70px 20px 70px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .crp-content .crp-card .icon,
  .mv-content .mv-card .icon,
  .cem-content .cem-card .icon,
  .badges-content .bbs-card .icon,
  .self-signin-content .self-signin-card .icon{
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
  .crp-content .crp-card .icon img,
  .mv-content .mv-card .icon img,
  .cem-content .cem-card .icon img,
  .badges-content .bbs-card .icon img,
  .self-signin-content .self-signin-card .icon img{
    width: 45px;
  }
  .crp-content .crp-card .curvy-sign-up-btn,
  .mv-content .mv-card .curvy-sign-up-btn,
  .ds-content .drug-testing-card .curvy-sign-up-btn,
  .cem-content .cem-card .curvy-sign-up-btn,
  .badges-content .bbs-card .curvy-sign-up-btn,
  .self-signin-content .self-signin-card .curvy-sign-up-btn {
    font-size: 14px;
    border-bottom-right-radius: 20px;
  }

  .mv-content .mv-card .filter {
    display: block;
    margin: 30px 0 20px;
  }
  .mv-content .mv-card .filter label{
    margin-bottom: 10px;
  }
  .mv-content .mv-card .filter select{
    width: 100%;
  }
  .mv-content .report-info .heading {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .mv-content .report-info .list {
    display: block;
  }
  .mv-content .report-info .list li{
    width: 100%;
    float: inherit;
    border-radius: 7px;
  }
  .mv-content .report-info .list li:last-child{
    margin-bottom: 0;
  }

  .ds-content {
    padding-top: 90px;
  }
  .ds-content .drug-testing-card {
    padding: 70px 20px 50px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 30px;
  }
  .drug-testing-card .left .icon{
    position: absolute;
    left: calc(50% - 50px);
    top: -50px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 0px;
  }
  .drug-testing-card .left .icon img {
    width: 45px;
  }
  .drug-testing-card .left .heading {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .drug-testing-card .left .desc {
    width: 100%;
    font-weight: 400;
  }
  .drug-testing-card .right .filter {
    display: block;
    margin-bottom: 15px;
  }
  .drug-testing-card .right .filter label {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .drug-testing-card .right .filter select{
    width: 100%;
  }
  .drug-testing-card .right .desc {
    margin-bottom: 20px;
  }
  .ds-content .ds-faq-card {
    padding: 30px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .ds-faq-card .heading {
    font-size: 21px;
    line-height: 1.3;
  }
  .ds-faq-card .ds-faqs .left {
    padding-right: 12px;
  }
  .ds-faqs .accordion-item .accordion-button {
    padding: 15px 0;
  }
  .ds-faq-card .ds-faqs .right {
    padding-left: 12px;
  }

  .cem-content .cem-card.right-card {
    padding-top: 120px;
  }
  .cem-content .cem-card.left-card .heading {
    margin-bottom: 30px;
  }
  .cem-content .cem-card .price {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
  .cem-content .cem-card .video-container {
    top: -50px;
    left: calc(50% - 125px);
    width: 250px;
  }

  .badges-content .bbs-card .heading {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .badges-content .bbs-card .check {
    align-items: start;
  }
  .badges-content .bbs-card .check .check-icon {
    margin-right: 10px;
  }
  .badges-content .bbs-card .action-btns {
    display: block;
  }
  .badges-content .bbs-card .action-btns .vld-btn {
    min-width: 100%;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .badges-content .bbs-card .action-btns .vb-btn{
    min-width: 100%;
    justify-content: center;
  }
  .badges-content .pass-fail-heading {
    line-height: 1.3;
    text-align: center;
  }
  .badges-content .pass-fail-card {
    display: block;
    margin-bottom: 30px;
  }
  .badges-content .pass-fail-card .profile {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .badges-content .pass-fail-card .details {
    width: 100%;
  }
  .badges-content .pass-fail-card .details .header1 {
    padding: 20px 20px;
    border-top-right-radius: 0;
  }
  .badges-content .pass-fail-card .details .body1 .stamp-logo {
    width: 50px;
  }
  .badges-content .pass-fail-card.passed .details .body1 .stamp-logo {
    top: -25px;
  }
  .badges-content .pass-fail-card .details .body1,
  .badges-content .pass-fail-card .details .header2,
  .badges-content .pass-fail-card .details .body2{
    padding-left: 20px;
    padding-right: 20px;
  }

  .self-signin-content .provides-vendors .heading {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .self-signin-content .provides-vendors .list li{
    width: 100%;
    float: inherit;
    border-radius: 7px;
    line-height: 1.4;
  }
  .self-signin-content .provides-vendors .list li:last-child{
    margin-bottom: 0;
  }

  .products-blue-banner {
    border-radius: 15px;
  }
  .products-blue-banner .left .only-text, 
  .products-blue-banner .right .only-text {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
  }
  .products-blue-banner .right .numb .phone-numb {
    font-size: 25px;
  }

  .makes-us-diff {
    padding: 60px 0 60px;
  }
  .makes-us-diff .main-heading {
    font-size: 28px;
  }
  .makes-us-diff .item {
    padding: 40px 0px 0;
  }
  .makes-us-diff .box {
    padding: 25px 20px 25px 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .makes-us-diff .box .icon {
    top: -30px;
    right: 0px;
    left: auto;
  }

  .faq-main {
    padding: 60px 0 60px;
  }
  .faq-main .left .sec-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .faq-main .faq-collapse .accordion-item:first-of-type, 
  .faq-main .faq-collapse .accordion-item:first-child .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .faq-main .faq-collapse .accordion-item:last-of-type, 
  .faq-main .faq-collapse .accordion-item:last-child .accordion-button {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .faq-main .faq-collapse .accordion-button{
    padding: 20px 15px 20px 20px;
    font-size: 15px;
    column-gap: 10px;
  }
  .faq-main .faq-collapse .accordion-body{
    padding: 20px 15px 20px 20px;
  }
  .faq-main .faq-collapse .accordion-body .text{
    font-size: 15px;
  }
  .faq-main .right .faq-img {
    padding-left: 0;
  }

  .custom-api-banner {
    padding: 60px 0 60px;
  }
  .custom-api-banner .content .heading {
    font-size: 28px;
    padding-left: 45px;
  }
  .custom-api-banner .content .heading::before {
    top: -20px;
    left: -5px;
  }
  .api-features {
    padding: 60px 0 60px;
  }
  .api-features .key-features {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    border-radius: 15px;
    background-image: -webkit-linear-gradient( -90deg, rgb(209 209 209) 0%, rgb(228 228 228) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(209 209 209) 0%, rgb(228 228 228) 100%);
    border: 2px solid #fff;
  }
  .api-features .key-features .check-icon{
    display: none;
  }
  .api-features .key-features .heading{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 70px;
  }
  .api-features .key-features .feature {
    position: relative;
    width: 100%;
    background-color: rgb(246, 248, 250);
    padding: 70px 15px 30px;
    border-radius: 10px;
    margin-bottom: 70px;
  }
  .api-features .key-features .feature:last-child{
    margin-bottom: 0;
  }
  .api-features .key-features .feature .bar {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #0c374f;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
  }
  .api-features .key-features .feature .icon{
    position: absolute;
    top: -45px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: linear-gradient(to bottom, white, white), linear-gradient(to bottom, #ee5f0d , #1a518d , #13c0f3);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    filter: drop-shadow(0px 12px 23px #00aeff2e);
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .api-features .key-features .feature .icon img{
    width: 30px;
    animation: spin 2000ms infinite linear;
    animation-direction: reverse;
  }
  #moreDetailsModal .modal-header {
    justify-content: flex-start !important;
  }
  #videoModal .btn-close, 
  #productsVideoModal .btn-close, 
  #moreDetailsModal .btn-close {
    right: 15px;
    top: 17px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .record-keeping {
    padding: 90px 0 60px;
  }
  .record-keeping .item {
    padding: 0 15px;
  }
  .record-keeping .box {
    height: initial;
    padding: 75px 20px 30px 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-bottom: 85px;
  }
  .record-keeping .item:last-child .box {
    margin-bottom: 0 !important;
  }
  .record-keeping .box .icon {
    top: -45px;
    left: calc(50% - 45px);
    width: 90px;
  }

  .api-and-self {
    padding: 60px 0 60px;
  }
  .api-and-self .content {
    padding: 0px 15px;
  }
  .api-and-self .content .heading {
    position: relative;
    font-size: 28px;
    padding-left: 45px;
  }
  .api-and-self .content .heading::before {
    top: -20px;
    left: -5px;
  }

  /* Get Start Page */
  .get-started-banner {
    background-position: left center;
    padding: 80px 0 70px;
  }
  .get-started-banner .content{
    text-align: center;
    padding-left: 12px;
  }
  .get-started-banner .content .heading-sm {
    font-size: 20px;
    display: inline;
  }
  .get-started-banner .content .heading-lg {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .about-company {
    padding: 60px 0 60px;
  }
  .about-company .left {
    padding-right: 12px;
  }
  .about-company .left .header {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
  .about-company .left .header .icon{
    min-width: 90px;
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
  }
  .about-company .left .header .heading-lg {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .company-tabs .nav-item {
    width: calc(50% - 5px);
  }
  .company-tabs .nav-item .nav-link{
    text-align: center;
  }
  .company-tabs .nav-link .text{
    padding-left: 0;
  }
  .company-content {
    padding: 50px 0 50px;
  }
  .company-content .btn-submit {
    width: 100%;
    padding: 10px 60px;
    margin-top: 25px;
  }
  .company-content .success-message {
    padding: 40px 20px 45px;
    border-radius: 15px;
  }
  .company-content .success-message .icon {
    width: 100px;
    margin-bottom: 30px;
  }
  .company-content .success-message .heading {
    font-size: 21px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .company-content .success-message .desc {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }
  .about-company .right .opp-card {
    border-radius: 15px;
  }
  .opp-card .header {
      font-size: 21px;
      padding: 35px 20px 20px 60px;
  }
  .opp-card .item {
    padding: 25px 20px 25px 25px;
  }
  .get-started-features {
    padding: 60px 0;
  }
  .get-started-features .feature {
    width: 100% !important;
    flex: auto !important;
    margin-bottom: 40px;
  }
  .get-started-features .feature:last-of-type{
    margin-bottom: 0;
  }
  .get-started-features .feature .icon {
    margin-bottom: 15px;
  }
  .get-started-features .feature .name br{
    display: none;
  }

  /* Verify Badge Page */
  .vb-banner{
    background-position: center center;
    padding: 80px 0 60px;
  }
  .vb-banner .left {
    padding-left: 0;
    text-align: center;
  }
  .vb-banner .left .heading {
    display: inline-block;
    font-size: 28px;
  }
  .vb-banner .left .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .vb-banner .left .desc br{
    display: none;
  }
  .vb-main-section {
    padding: 50px 0 60px;
  }
  .vb-main-section .main-text {
    margin-bottom: 30px;
  }
  .vb-main-section .serial-number-box {
    display: block;
    padding: 25px 30px 30px 30px;
    background: none;
    background-color: #fff;
    border: 1px solid #13c0f3;
  }
  .vb-main-section .serial-number-box .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vb-main-section .serial-number-box .icon img{
    width: 60px;
  }
  .vb-main-section .serial-number-box .heading-lg {
    font-size: 18px;
    line-height: 1.2;
  }
  .vb-main-section .serial-number-box .heading-sm {
    line-height: 1.2;
  }
  .vb-main-section .vb-badgelink {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .vb-main-section .vb-badgelink .vb-badgelink-img {
    margin-bottom: 30px;
  }
  .vb-main-section .vb-badgelink .vb-badgelink-img img {
    max-width: 100%;
  }
  .vb-main-section .vb-badgelink .heading {
    margin-bottom: 25px;
  }
  .resources-forms .body {
    padding: 0 25px 20px 25px;
  }

  /* Door To Door Page */
  .dtd-banner{
    background-position: center center;
  }
  .dtd-banner .left {
    padding-left: 0;
    text-align: center;
  }
  .dtd-banner .left .heading {
    display: inline-block;
    font-size: 28px;
  }
  .dtd-banner .left .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .dtd-main-section,
  .pps-alert-section {
    padding: 60px 0 60px;
  }
  .dtd-main-section .right,
  .pps-alert-section .right {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .dtd-main-section .left .sec-heading,
  .pps-alert-section .left .sec-heading{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .dtd-main-section .left .desc,
  .pps-alert-section .left .desc{
    font-size: 16px;
    padding-left: 0;
  }
  .dtd-services {
    padding: 50px 0 60px;
  }
  .dtd-services .header {
    margin-bottom: 50px;
  }
  .dtd-services .header .check-icon{
    width: 50px;
  }
  .dtd-services .header .text {
    width: 100%;
    font-size: 21px;
  }
  .dtd-services .services-list li {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
  .dtd-services .services-list li .icon {
    width: 35px;
    margin-right: 10px;
  }
  .dtd-services .orange-bar {
    display: block;
    text-align: center;
    padding: 25px 20px;
    font-size: 18px;
    line-height: 1.3;
    margin: 25px 0px 0;
  }
  .dtd-services .orange-bar .icon-note {
    display: block;
    width: 70px;
    margin: 0 auto 20px;
  }

  .vb-pass-fail-card {
    display: block;
    margin-bottom: 30px;
  }
  .vb-pass-fail-card .profile {
    width: 100%;
    padding: 20px 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .vb-pass-fail-card .profile .pic {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
  }
  .vb-pass-fail-card .profile .text {
    font-size: 14px;
  }
  .vb-pass-fail-card .details {
    width: 100%;
  }
  .vb-pass-fail-card .details .header1,
  .vb-pass-fail-card .details .header2 {
    font-size: 14px;
    padding: 20px 20px;
    border-top-right-radius: 0;
  }
  .vb-pass-fail-card .details .body1 .stamp-logo {
    width: 50px;
  }
  .vb-pass-fail-card.passed .details .body1 .stamp-logo {
    top: -25px;
  }
  .vb-pass-fail-card .details .body1{
    padding: 20px 20px 20px 20px;
  }
  .vb-pass-fail-card .details .body1 .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .vb-pass-fail-card .details .body2{
    padding: 15px 20px 20px 20px;
  }
  .vb-pass-fail-card .details .body2 .text{
    font-size: 14px;
    font-weight: 500;
  }

  /** Transportation Page **/
  .transportation-banner{
    background-position: center center;
    padding: 70px 0 40px;
  }
  .transportation-banner .left {
    padding-left: 12px;
    text-align: center;
  }
  .transportation-banner .left .heading {
    display: inline-block;
    font-size: 28px;
  }
  .transportation-banner .left .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .driver-bg-checks {
    padding: 60px 0 60px;
  }
  .driver-bg-checks .top-heading {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .driver-bg-checks .right {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .driver-bg-checks .left .sec-heading{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .driver-bg-checks .left .desc{
    font-size: 16px;
    padding-left: 0;
  }
  .transportation-services {
    padding: 50px 0 60px;
  }
  .transportation-services .header {
    margin-bottom: 50px;
  }
  .transportation-services .header .check-icon{
    width: 50px;
  }
  .transportation-services .header .main-heading {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .transportation-services .header .text {
    width: 100%;
    font-size: 18px;
  }
  .transportation-services .services-list li {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
  .transportation-services .services-list li .icon {
    width: 35px;
    margin-right: 10px;
  }

  /** B2B Page **/
  .b2b-banner{
    background-position: center center;
    padding: 55px 0 40px;
  }
  .b2b-banner .left {
    padding-left: 12px;
    text-align: center;
  }
  .b2b-banner .left .heading {
    display: inline-block;
    font-size: 28px;
  }
  .b2b-banner .left .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .b2b-bg-checks {
    padding: 60px 0 60px;
  }
  .b2b-bg-checks .top-heading {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .b2b-bg-checks .right {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .b2b-bg-checks .left .sec-heading{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .b2b-bg-checks .left .desc{
    font-size: 16px;
    padding-left: 0;
  }
  .b2b-bg-checks .notification-box {
    flex-flow: column;
    padding: 30px 30px 30px 30px;
    margin-bottom: 60px;
  }
  .b2b-bg-checks .notification-box span {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }
  .b2b-bg-checks .notification-box img{
    margin-right: 0px;
  }
  .b2b-bg-checks .img {
    text-align: center;
  }

  /** Non Profit volunteer Page**/
  .npv-banner{
    background-position: center center;
    padding: 55px 0 40px;
  }
  .npv-banner .left {
    padding-left: 12px;
    text-align: center;
  }
  .npv-banner .left .heading {
    display: inline-block;
    font-size: 28px;
  }
  .npv-banner .left .heading::before {
    left: -20px;
  }
  .npv-banner .left .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .npv-bg-screening {
    padding: 60px 0 60px;
  }
  .npv-bg-screening .notification-box {
    flex-flow: column;
    padding: 30px 30px 30px 30px;
    margin-bottom: 60px;
  }
  .npv-bg-screening .notification-box span {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }
  .npv-bg-screening .notification-box img{
    margin-right: 0px;
  }
  .npv-bg-screening .top-heading {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .npv-bg-screening .left .sec-heading{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .npv-bg-screening .left .desc{
    font-size: 16px;
    padding-left: 0;
  }
  .npv-bg-screening .right {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .npv-bg-screening .right .img {
    text-align: center;
  }

  /** Recruiting and Staffing Agencies Page**/
  .rsa-banner{
    background-position: center center;
    padding: 55px 0 40px;
  }
  .rsa-banner .left {
    padding-left: 12px;
    text-align: center;
  }
  .rsa-banner .left .heading {
    display: inline-block;
    font-size: 28px;
  }
  .rsa-banner .left .heading::before {
    top: -30px;
    left: -20px;
  }
  .rsa-banner .left .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .recruiting-specialists {
    padding: 60px 0 60px;
  }
  .recruiting-specialists .notification-box {
    flex-flow: column;
    padding: 30px 30px 30px 30px;
    margin-bottom: 60px;
  }
  .recruiting-specialists .notification-box span {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }
  .recruiting-specialists .notification-box img{
    margin-right: 0px;
  }
  .recruiting-specialists .top-heading {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .recruiting-specialists .left {
    padding-right: 12px;
  }
  .recruiting-specialists .left .sec-heading{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .recruiting-specialists .left .desc{
    font-size: 16px;
    padding-left: 0;
  }
  .recruiting-specialists .right {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .recruiting-specialists .right .img {
    text-align: center;
  }

  /* Self SingIn Page */
  .self-sign-banner {
    background-position: left center;
    padding: 80px 0 70px;
  }
  .self-sign-banner .content{
    text-align: center;
    padding-left: 12px;
  }
  .self-sign-banner .content .heading-sm {
    font-size: 32px;
    display: inline;
  }
  .self-sign-banner .content .heading-lg {
    font-size: 18px;
    margin-top: 10px;
  }
  .self-sign-banner .content .heading-lg br {
    display: none;
  }
  .registration-form {
    padding: 50px 0 60px;
  }
  .registration-form .left .header {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
  .registration-form .left .header .icon{
    min-width: 90px;
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
  }
  .registration-form .left .header .heading-lg {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .reg-tabs .nav-item {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .reg-tabs .nav-item:last-child{
    margin: 0 0 0 0 !important;
  }
  .reg-tabs .nav-link .info .icon{
    width: 30px;
    margin-right: 10px;
  }
  .reg-tabs .nav-link .info .text-lg{
    margin-bottom: 3px;
  }
  .reg-tabs .nav-link .info .text-sm {
    font-size: 14px;
  }
  .reg-content {
    padding: 50px 0 50px;
  }
  .reg-content .btn-submit{
    width: 100%;
    text-align: center;
    padding: 10px 25px;
    margin-top: 30px;
  }
  .reg-content .btn-back{
    width: 100%;
    text-align: center;
    padding: 10px 25px;
    margin-top: 20px;
  }
  .provides-vendors .header {
    font-size: 21px;
    padding: 35px 20px 20px 70px;
  }
  .provides-vendors .list li .icon {
    width: 25px;
  }
  .provides-vendors .list li .text {
    font-size: 15px;
  }
  .provides-vendors .support .heading,
  .provides-vendors .faq .heading {
    font-size: 21px;
  }
  .provides-vendors .support .heading .icon,
  .provides-vendors .faq .heading .icon {
    width: 35px;
  }
  .provides-vendors .support .text,
  .provides-vendors .faq .text {
    padding-left: 47px;
    font-size: 16px;
  }
  .provides-vendors .support .number {
    padding-left: 47px;
    font-size: 25px;
  }
  .provides-vendors .faq .btn-faq {
    width: 100%;
    justify-content: center;
    padding: 10px 25px;
  }
  .acknowledgement-box,
  .payment-box{
    padding: 35px 20px;
  }
  .acknowledgement-box .heading,
  .payment-box .heading {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .payment-box .pay-method-icons img {
    width: 45px;
    margin: 0 5px;
  }

  /** Auth Form **/
  .bc-gr-form .cj-grant {
    display: block;
    text-align: center;
  }
  .bc-gr-form .cj-grant .logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bc-gr-form .cj-grant .content .item{
    justify-content: center;
  }

  /** Energy EP DTD Banner **/
  .ep-dtd-banner{
    background-position: center center;
    padding: 55px 0 40px;
  }
  .ep-dtd-banner .left {
    padding-left: 12px;
    text-align: center;
  }
  .ep-dtd-banner .left .heading {
    display: inline-block;
    font-size: 28px;
  }
  .ep-dtd-banner .left .desc {
    font-size: 18px;
    margin-top: 20px;
  }
  /*Start DTD BR Section Section*/
  .dtd-br-section {
    padding: 60px 0 60px;
  }
  .dtd-br-section .top-heading {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .dtd-br-section .right {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .dtd-br-section .left .sec-heading{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .dtd-br-section .left .desc{
    padding-left: 0;
  }
  .dtd-br-section .services-list{
    padding-left: 10px;
  }
  .dtd-br-section .notification-box {
    flex-flow: column;
    padding: 30px 15px 25px 15px;
    margin-bottom: 50px;
  }
  .dtd-br-section .notification-box img {
    margin-right: 0px;
  }
  .dtd-br-section .notification-box span {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
    
  }
  .dtd-br-section .warning-box {
    flex-flow: column;
    padding: 30px 15px 25px 15px;
    margin-top: 10px;
  }

  .dtd-br-section .warning-box img {
    margin-right: 0px;
  }
  .dtd-br-section .warning-box span {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }
  .adhps-section .services-list {
    padding-left: 0px;
  }
  .adhps-section .services-list li {
    margin-bottom: 20px;
  }
  /****/
  .adhps-section {
    padding: 60px 0 60px;
    background-image: none;
  }
  .adhps-section .top-heading {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .adhps-section .right .sec-heading{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .adhps-section .right .desc{
    padding-left: 0;
  }
  .about-puc-section .left .heading .text{
    font-size: 28px;
    margin-bottom: 20px;
  }

  /** About Page Responsive Css **/
  .about-banner {
    padding: 80px 0 40px 0;
    background-position: center center;
  }
  .about-banner > .container > .row{
    justify-content: center;
  }
  .about-banner .content {
    text-align: center;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }
  .about-banner .content .heading-sm {
    font-size: 22px;
    display: inline;
  }
  .about-banner .content .heading-lg {
    font-size: 28px;
    text-align: center;
  }
  .about-banner .content .desc {
    font-size: 18px;
    text-align: center;
  }
  .about-banner .content .btn-get-started {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
  }

  /****/
  .about-main-section{
    padding: 60px 0 60px;
  }
  .about-main-section .wwa-section {
    padding: 0;
  }
  .about-main-section .wwa-section .sec-heading {
    font-size: 28px;
    margin-bottom: 25px;
    padding-left: 45px;
  }
  .about-main-section .wwa-section .sec-heading::before {
    top: -30px;
    left: 0;
  }
  .about-main-section .wwa-section .wwa-inside-section {
    padding: 20px 0px;
  }
  .about-main-section .wwa-section .wwa-inside-section .left{
    padding: 0;
  }
  .about-main-section .wwa-section .wwa-inside-section .right{
    padding: 0;
  }
  /** Notification Section **/
  .about-main-section .notification-box {
    flex-flow: column;
    margin-bottom: 60px;
    padding: 30px 30px 30px 30px;
  }
  .about-main-section .notification-box img{
    margin-right: 0px;
    text-align: center;
  }
  .about-main-section .notification-box span {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }
  .about-main-section .badge-forms .about-badgelink-content {
    padding: 30px 20px 30px 20px;
  }
  .about-main-section .badge-forms .body {
    padding: 0 20px 20px 20px;
  }

  /* About Claudia Css Start */
  .about-claudia-banner {
    padding: 80px 0 40px 0;
    background-position: center center;
  }
  .about-claudia-banner > .container > .row{
    justify-content: center;
  }
  .about-claudia-banner .content {
    text-align: center;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }
  .about-claudia-banner .content .heading-sm {
    font-size: 22px;
    display: inline;
  }
  .about-claudia-banner .content .heading-lg {
    font-size: 28px;
    text-align: center;
  }
  .about-claudia-banner .content .desc {
    font-size: 18px;
    text-align: center;
  }
  .about-claudia-banner .content .btn-get-started {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
  }

  /****/
  .ac-main-section{
    padding: 60px 0 60px;
  }
  .ac-main-section .ac-details-section .profile{
    display: unset;
  }
  .ac-main-section .ac-details-section .profile .left .ac-img {
    text-align: center;
  }
  .ac-main-section .ac-details-section .profile .right .name {
    margin-top: 0px;
    text-align: center;
  }
  .ac-main-section .ac-details-section .profile .right .desc{
    text-align: center;
  }
  /** Notification Section **/
  .ac-main-section .ac-details-section .profile .notification-box {
    flex-flow: column;
    margin-bottom: 60px;
    padding: 30px 30px 30px 30px;
  }
  .ac-main-section .ac-details-section .profile .notification-box img{
    margin: 0 auto;
  }
  .ac-main-section .ac-details-section .profile .notification-box span {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }
  .ac-main-section .ac-details-section .profile .notification-box .quotes{
    font-size: 18px;
  }
  .ac-main-section .free-forms .body {
    padding: 0 25px 20px 25px;
  }
  /* About Cludia css End */

  /* Testimonials Page */
  .testimonials-banner {
    background-position: left center;
    padding: 70px 0 55px;
  }
  .testimonials-banner .content{
    text-align: center;
    padding-left: 12px;
  }
  .testimonials-banner .content .heading {
    font-size: 35px;
    display: inline;
  }
  .testimonials-banner .content .desc {
    font-size: 18px;
    line-height: 1.3;
  }
  .testimonials-section {
    padding: 80px 0 60px;
  }
  .breadcrumbs {
    top: -80px;
  }
  .testimonials-section .left {
    padding-right: 12px;
  }
  .testimonials-section .testimonials .item {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .testimonials-section .testimonials .item .header {
    display: block;
    margin-bottom: 25px;
  }
  .testimonials-section .testimonials .item .pic {
    height: 100px;
    width: 100px;
    border-radius: 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .testimonials-section .testimonials .item .img-comma {
    right: 25px;
    top: 30px;
    width: 40px;
  }
  .testimonials-section .testimonials .item .name {
    font-size: 28px;
  }
  .testimonials-section .testimonials .item .designation {
    font-size: 16px;
    line-height: 1.2;
  }
  .testimonials-section .testimonials .item .desc {
    font-size: 18px;
  }
  .testimonials-section .right .opp-card {
    border-radius: 20px;
  }

  /* Custom Pagination */
  .custom-pagination {
    margin: 30px 0 60px;
  }
  .custom-pagination ul li a {
    height: 35px;
    width: 35px;
    font-size: 16px;
    border-radius: 5px;
  }

  /* Blogs Page */
  .blogs-banner {
    background-position: left center;
    padding: 70px 0 55px;
  }
  .blogs-banner .content{
    text-align: center;
    padding-left: 12px;
  }
  .blogs-banner .content .heading {
    font-size: 35px;
    display: inline;
    line-height: 1.1;
  }
  .blogs-banner .content .desc {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
  }
  .blogs-section {
    padding: 80px 0 60px;
  }
  .blogs-section .left {
    padding-right: 12px;
  }
  .blogs-section .blog .body {
    padding: 20px 15px 25px 20px;
  }
  .blogs-section .blog .body .name{
    line-height: 1.3;
  }
  .blogs-section .blog .body .desc{
    line-height: 1.4;
  }
  .blogs-section .left .mb-40 {
    margin-bottom: 30px;
  }
  .blogs-section .left .mb-40:last-child{
    margin-bottom: 0;
  }
  .blogs-section .right .opp-card {
    border-radius: 20px;
  }

  .blogs-section .blog-details{
    margin-bottom: 30px;
  }
  .blogs-section .blog-details .name {
    font-size: 26px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 575.98px) {
  .custom-nav .nav-login {
    display: block;
    height: auto;
  }
  .custom-nav .nav-login .btn-badge{
    width: 100%;
    margin-bottom: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .custom-nav .nav-login .btn-login{
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .home-banner {
    padding: 50px 0 50px 0;
  }
  .home-banner > .container > .row{
    justify-content: center;
  }
  .home-banner .left {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }
  .home-banner .left .heading-sm {
    font-size: 22px;
  }
  .home-banner .left .heading-lg {
    font-size: 28px;
    text-align: center;
  }
  .home-banner .left .desc {
    font-size: 18px;
    margin: 25px 0;
    text-align: center;
  }
  .home-banner .left .btn-get-started {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
  }
  .home-banner .right {
    width: auto;
    margin-bottom: 50px;
    padding: 0;
  }
  .home-banner .right .screen .laptop-img{
    display: none;
  }
  .home-banner .right .screen .laptop-img-for-mob{
    display: block;
    max-width: 320px;
  }
  .home-banner .right .screen .contetnt {
    left: 30px;
  }
  .home-banner .right .screen .contetnt .sm-text {
    font-size: 14px;
  }
  .home-banner .right .screen .contetnt .lg-text {
    font-size: 24px;
  }
  .home-banner .right .screen .contetnt .btn-play-video {
    min-width: auto;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    margin-top: 15px;
    border-radius: 5px;
  }
  .home-banner .right .screen .zoom-img {
    bottom: 13px;
    right: 25px;
    width: 135px;
  }
  .home-banner .right .screen .contetnt .btn-play-video i {
    margin-right: 5px;
    font-size: 18px;
  }

  .section-our-solutions .item{
    margin-bottom: 65px !important;
    padding: 0;
  }
  .section-our-solutions .item:nth-child(12){
    margin-bottom: 45px !important;
  }

  .section-coming-soon {
    padding: 50px 0 50px;
  }
  .section-coming-soon .left{
    margin-bottom: 20px;
  }
  .section-coming-soon .left .icon {
    width: 60px;
  }
  .section-coming-soon .left .text {
    font-size: 22px;
    margin-left: 10px;
  }
  .section-coming-soon .right .text {
    font-size: 26px;
    letter-spacing: 5px;
  }

  .section-footer {
    padding: 50px 0 50px;
  }
  .section-footer .first{
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .first .footer-logo {
    margin-bottom: 30px;
  }
  .section-footer .second{
    text-align: center;
    margin-bottom: 20px;
  }
  .section-footer .footer-links li {
    margin-bottom: 20px;
  }
  .section-footer .footer-links li a {
    font-size: 15px;
  }
  .section-footer .third{
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .forth .contact-info{
    justify-content: center;
    margin-bottom: 15px;
  }
  .section-footer .forth .email-info{
    justify-content: center;
    margin-bottom: 20px;
  }
  .section-footer .forth .email-info .email{
    word-break: break-all;
    line-height: 1.5;
    font-size: 13px;
  }
  .section-footer .forth .social-icons{
    justify-content: center;
  }
}
