.mw-80 {
    min-width: 80px;
}

.table.new-table {
    overflow: scroll;
}

.new-table .table-body {
    overflow: initial;
    width: 100%;
}

/* .new_head:hover {
    border: 0 !important;
} */

.custom-padding {
    border: 1px solid #ccc !important;
    padding: 20px 35px 10px 20px !important;
}

.pills {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 25px;
    font-style: normal;
    font-weight: bold;
}

.pills-small {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    font-style: normal;
    font-weight: bold;
}

.bg-blue {
    background: #E7F3F8;
}

.bg-red {
    background: #FEDEDE;
}

.content-row .select-row-list li:hover i.pills {
    box-shadow: 0px 0px 5px 2px #0000001c;
}

.round-border {
    padding: 5px 10px;
    border: 2px solid #7A7A7A;
    border-radius: 20px;
    color: #7A7A7A;
}

.new-item {
    padding-top: 30px;
}

    .new-item .content-row .select-row-list li:hover {
        background-color: transparent;
    }

.header-collapse-icon {
    color: #1eaae7;
}

.header-collapse-btn:focus {
    outline: none;
}

.header-logo {
    width: 156px;
    max-width: 100%;
}

.copyright .text {
    border-right: none;
    border-left: none;
}

.bg-cover {
    background-size: cover !important;
}


.gallery-controls button:nth-child(2) {
    display: none;
    padding: 0px 20px 40px 20px !important;
  }
  .new-item{
      padding-top: 30px;
  }
  .new-item .content-row .select-row-list li:hover {
    background-color: transparent;
}

.header-collapse-icon {
    color:#1eaae7;
}

.header-collapse-btn:focus{
    outline:none;
}

.header-logo{
    width:156px;
    max-width:100%;
}

.copyright .text {
    border-right: none;
    border-left: none;
}

.bg-cover{
    background-size:cover !important;
}

.badge span {
    color: #212529;
}
.badge span i {
    color: #212529;
}


.gallery-controls button:nth-child(2){
    display:none;
}
.gallery-controls button:nth-child(3) {
    display: none;
}

.faq-list-content a{
    white-space:normal;
    word-break: break-word;
}

@media screen and (min-width:768px) {
    .header-logo {
        width: 192px;
    }

    .copyright .text {
        border-left: 1px solid white;
        border-right: 1px solid white;
    }
}




@media screen and (max-width:768px){
  .testcase-image{
      width:120px;
      max-width:120px ;
  }
.w-md-100{
    width:100% !important;
    max-width:100% !important;
}
    main {
        margin-top: 64px;
    }
    .staticpages-content.pricing-mainbanner {
        background-image: url(/new-assets/images/LP1.webp);
        background-size:auto 80%; 
        background-position:top;
    }
    .prelogin-banner .banner-content{
        margin-bottom:0px;
    }
    .staticpages-content.blogs-mainbanner {
        background-image: url(/new-assets/images/LP1.webp);
        background-position: top !important;
    }
    .staticpages-content.faq-mainbanner {
        background-image: url(/new-assets/images/LP1.webp);
        background-size: auto 90%;
        background-position: top;
    }
    .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .gallery-item-1, .gallery-item-3{
        opacity:0 !important;
        width:0px !important;
    }
    .gallery-item-2{
        opacity:1 !important;
        width:100% !important;
    }
    .gallery{
        position:relative;
    }
    .gallery-controls{
        position:absolute;
        top:70%;
        width:100%;
    }
    .gallery-controls-next{
        right:0;
    }
}

@media screen and (max-width:992px) and (min-width: 769px){
   .prelogin-banner h1{
       max-width:400px;
       width:400px;
   }
    .prelogin-banner h4{
        width:400px;
        max-width:400px;
    }
    .prelogin-banner .search-now{
        max-width:350px;
    }

}

@media screen and (max-width:1499px){
    .staticpages-content.blogs-mainbanner{
        background-position: 85% 69px;
    }
}

@media screen and (max-width:576px) {
    .staticpages-content .faq-list {
    padding-right:10px !important;
    padding-left:10px !important;
    }
    .faq-list-wrapper .tablecontent-dots {
        padding-left: 0px;
    }

    .circle-content .table-content-details {
        padding: 20px 10px;
    }

    .tabs-inner-description {
        margin-left: 0px;
    }
    .keyfeatures-list{
        padding-left: 14px!important;
    }
}
@media screen and (max-width:577px) {
    .gallery-controls {
        top: 50%;
    }
}
@media screen and (max-width:426px){
    .gallery-controls{
        top:40%;
    }
   
}
@media screen and (max-width:376px) {
    .gallery-controls {
        top: 25%;
    }
    .gallery-controls button{
        width:45px;
        height:45px;
    }
}

@media screen and (max-width:1441px){
    .w-lg-100{
        width:100%;
        max-width:100%;
    }
}

.overflow-visible {
    overflow: visible !important;
}