.automation-testing-tool-container {
    background: #F9F9F9;
    border-radius: 16px;
    padding: 4rem;
}
.testing-tool-box {
    background: #fff;
    border-radius: 50px;
    text-align: center;
    display: flex
;
    justify-content: space-around;
    align-items: center;
    padding: 1.5rem 0rem;
    width: 22%;
    margin: 0px auto 2rem auto;
}.complete-website-container {
    display: flex
;
    justify-content: space-between;
}
.complete-website-container li img {
    display: block;
    margin-bottom: 1rem;
}.device-cloud-works {
    background: #1E1E1E;
    max-width: 100% !important;
    padding: 8rem 0rem ! IMPORTANT;
}
.android-live-testing-para {
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 0px !important;
    font-weight: normal !important;
    margin-top: 2rem;
}
.device-cloud-works #device-testing-title {
    COLOR: #FFF ! IMPORTANT;
}
.device-cloud-works .device-testing-tab-label {
    color: #B4B4B4 !important;
}
.device-cloud-works .device-testing-tab-line {
    background-color: #B4B4B4;
    margin: 0 0px;
}
.device-cloud-works #device-testing-content-area {
    width: 60%;
}
.device-cloud-works .device-testing-tab-circle.inactive {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
/**Complete landing page **/
.access-container {
    padding: 4rem;
    border: 1px solid;
    border-color: #2DA9D3;
    border-radius: 10px;
    height: 100%;
}
.tech-point {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.data-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: auto;
    margin-top: 10px;
    padding: 4rem;
    background: linear-gradient(to right, #FFFFFF, #F5FEF6);
    border: 1px solid;
    border-color: #49CDB2;
    border-radius: 10px;
}
.globe-txt p {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.quality-box
{
	margin-bottom:1rem;
}
.tech-point
{
	align-items: flex-start;
    margin-bottom: 1rem;
}
.technical-sub-text {
	text-align:center;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to right, #2DA9D3, #49CDB2);
    background-clip: text;
    color: transparent;
	margin-bottom: 2.5rem !important;
}
.tech-point-container {
    margin-left: 10rem;
}
.globe-txt {
    color: #212121;
    font-size: 16px;
    line-height: 20px;
    /* font-weight: bold; */
}

.globe-txt p {
    font-weight: bold;
}
.globe-txt span {
    font-weight: 500;
}
.data-all-cards {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 24px;
}
.data-card {
    width: 216px;
    height: 230px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: #49CDB2 0px 6px 12px -2px, #49CDB2 0px 3px 7px -3px;
}
.quality-box {
    border: 1px solid #2DA9D3;
    width: 25%;
    padding: 3rem 0rem;
    height: 100%;
    display: flex
;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}
.data-card img {
    margin-bottom: 1.5rem;
}
.data-txt {
    font-weight: bold !important;
}
.data-card p {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    font-weight: 500;
}
.all-boxes {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
quality-box {
    width: 300px;
    height: 120px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    position: relative;
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    border-image: linear-gradient(to right, #2DA9D3, #49CDB2) 1;
}
.quality-head {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(to right, #2DA9D3, #49CDB2);
    background-clip: text;
    color: transparent;
}
.optional-container {
    width: 610px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 54px 40px 54px;
    background: linear-gradient(to right, #FFFFFF, #F5FEF6);
    border: 1px solid;
    border-color: #49CDB2;
    border-radius: 10px;
}
.sub-text {
    text-align: center;
    font-weight: 600;
    line-height: 22px;
}
.overall-points {
    margin: 0px auto;
    max-width: 500px;
}
.point {
    display: flex
;
    margin-bottom: 1.5rem;
}
.point img {
    margin-right: 1rem;
}
/**Live app testing**/
.web-testing-sec {
    background: linear-gradient(175deg, rgba(19, 51, 66, 1) 100%, rgba(25, 66, 80, 1) 100%);
}
.web-testing-innerSec {
    background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    padding: 4rem;
    border-radius: 10px;
    cursor: pointer;
    height:100%;
}
.web-testing-sec .web-testing-hoverIcon {
    display: none;
}
.web-testing-sec .row {
    margin-bottom: 1.5rem;
}
.section-h3-heading,.heading-2DA9D3  {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}
.heading-2DA9D3 
{
	background:linear-gradient(to right,#2DA9D3 0%,#49CDB2 100%);
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.live-testing-matters .web-testing-innerSec {
    box-shadow: 0px 0px 10px #e1e1e1;
    padding: 3rem;
    max-width: 97%;
    margin: 0px auto;
    border-radius: 16px;
}
.live-testing-matters .web-testing-innerSec img {
    margin-bottom: 3rem;
}
.live-testing-matters .web-testing-innerSec p,.mobile-testing-sec .web-testing-innerSec p{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #212121;
    margin-bottom: 0.8rem;
}
.live-testing-matters .web-testing-innerSec span,.mobile-testing-sec .web-testing-innerSec span {
    font-size: 16px;
    line-height: 22px;
}
.mobile-testing-sec .web-testing-innerSec {
    border: 1px solid #E8EBF6;
}
.live-testing-table thead {
    background: linear-gradient(to right, #2DA9D3 0%, #49CDB2 100%);
    /* padding: 2rem; */
}
.live-web-testing {
    background: linear-gradient(175deg, rgba(19, 51, 66, 1) 100%, rgba(25, 66, 80, 1) 100%);
}
.browser-coverage h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 4rem;
}
.browser-coverage {
    width: 60%;
    margin: 0px auto;
    background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    padding: 4rem;
    border-radius: 16px;
    margin-bottom: 4rem;
}
.features-tab ul {
    border-bottom: 0px;
}
.features-tab.features-tab-landing-page-one.features-tab-landing-page-new .nav-pills .nav-link {
    color: #fff;
}
.live-web-testing .common-black-heading {
    color: #fff;
}
.live-web-testing .title-descripation {
    color: #fff;
}
.web-testing-innerSec {
    background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    padding: 4rem;
    border-radius: 10px;
    cursor: pointer;
    transition: s liner;
}
.features-tab.features-tab-landing-page-one.features-tab-landing-page-new li {
    color: #fff;
}
.live-testing-works-container {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 4rem 2rem;
    display: flex
;
    flex-flow: column;
    height: 100%;
}
.live-testing-works-container img {
    margin: 0px auto 2rem auto;
    text-align: center;
}
.live-testing-works-container p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}
.live-testing-works-container ul {
    margin-left: 4rem;
    list-style: disc;
}
.live-testing-works-container ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1.5rem;
}
.web-testing-sec .web-testing-innerSec:hover .web-testing-icon {
    display: none;
}

.web-testing-innerSec img {
    margin-bottom: 1.5rem;
    transition: 2s ease-in-out;
}
.web-testing-sec .web-testing-innerSec p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.web-testing-sec .web-testing-innerSec span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.web-testing-innerSec:hover .web-testing-hoverIcon {
    display: block;
}
.live-testing-table thead tr th,.live-testing-table tbody tr td,.live-testing-table tbody tr th {
    padding: 2rem;
    font-size: 16px;
    /* text-align: center; */
    border: 1px solid #E4E4E4;
}
.features-tab .nav-pills .nav-link {
    padding: 1.2rem 1.5rem;
    border-bottom: 3px solid transparent;
}
.features-tab.features-tab-landing-page-one {
    background: transparent;
    padding: 0px;
}
.features-tab .nav-pills .nav-item .active
{
	font-weight: 500;
    border-bottom: 3px solid #2DA9D3;
    background: transparent;
    /* color: #fff; */
    background: linear-gradient(to right, #2DA9D3 0%, #49CDB2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.deviceTabContent ul {
    display: block;
    margin: 0px;
}
.deviceTabContent ul li {
    font-size: 16px;
    line-height: 24px;
}
.deviceTabContent ul li img {
    margin-right: 1rem;
}
.android-live-testing {
    background: linear-gradient(175deg, rgba(220, 252, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 40%;
    padding: 3rem;
    margin: 0px auto 4rem auto;
    border-radius: 16px;
}
.android-live-testing img {
    margin-right: 1rem;
}
.android-live-testing p {
    font-size: 20px;
    font-weight: 600;
}
.android-live-testing ul {
    margin-top: 2rem;
    list-style: disc;
    margin-left: 2rem;
}
.android-live-testing ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0.8rem;
}
.real-device-for-browser-container span {
    font-size: 20px;
    font-weight: 500;
    /* border-radius: 10px; */
}
.heading-for-sec {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3rem;
    line-height: 28px;
}
.note-text {
    margin-top: 4rem;
    /* font-size: 14px; */
    line-height: 24px;
    max-width: 100%
;
}
.real-device-for-browser-container p {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
}
.real-device-for-browser-container {
    background: linear-gradient(90deg, rgba(151, 230, 241, 1) 0%, rgba(230, 251, 254, 1) 100%);
    padding: 4rem;
    max-width: 90%;
    margin: 0px auto;
    border-radius: 10px;
    margin-bottom: 4rem;
}.device-selector-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    /* box-shadow:0 2px 10px rgba(0,0,0,.1); */
    overflow: hidden
}

.horizontal-tabs {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    /* background:#fafafa; */
}

.horizontal-tab {
    /* flex:1; */
    padding: 16px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.horizontal-tab:hover {
    background: rgba(0,0,0,.05)
}

.horizontal-tab.active {
    color: #333;
    background: #fff
}

.horizontal-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #212121;
}

.horizontal-tab.ios.active::after {
    background: #212121;
}

.tab-content-area {
    display: none;
    min-height: 400px
}

.tab-content-area.active {
    display: block
}

.vertical-tabs-container {
    display: flex;
    min-height: 500px;
}

.vertical-tabs {
    width: 200px;
    /* background:#f8f8f8; */
    border-right: 1px solid #e0e0e0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.vertical-tab {
    width: 100%;
    padding: 16px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    display: flex;
    align-items: center;
    gap: 12px;
    -webkit-tap-highlight-color: transparent
}

.vertical-tab:hover {
    background: #f0f0f0
}

.vertical-tab.active {
    background: #F4F4F6;
    /**border-left-color: #4CAF50**/
}

.ios-content .vertical-tab.active {
    /**border-left-color: #007AFF**/
}

.brand-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0
}

.brand-name {
    font-size: 14px;
    color: #666;
    font-weight: 500
}

.vertical-tab.active .brand-name {
    color: #333;
    font-weight: 600
}

.view-more-brands {
    display: none
}

.view-more-brands.show {
    display: block
}

.view-more-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 8px 16px
}

.view-more-button {
    width: 100%;
    padding: 12px 16px;
    background: none;
    border: none;
    text-align: center;
    color: #0691D9;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
    -webkit-tap-highlight-color: transparent
}

.view-more-button:hover {
    opacity: .8;
    background: #f8f8f8
}

.device-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.device-list {
    display: grid;
    gap: 10px
}

.device-category {
    margin-bottom: 24px
}

.device-category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0
}

.device-item {
    padding: 12px 16px;
    /* background:#f8f8f8; */
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    font-size: 14px
}

.device-item:hover {
    background: #f0f0f0;
    border-color: #e0e0e0
}

.device-item:active {
    transform: scale(.98)
}

.device-name {
    color: #333;
    font-weight: 500;
    text-decoration: none
}

.device-name:hover {
    text-decoration: underline
}

.device-os {
    color: #666;
    font-size: 13px
}

.device-count {
    background: #E6FBFE;
    color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    min-width: 24px;
    text-align: center
}

.ios-content .device-count {
        background: #E6FBFE;
}

.device-count-container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px
}

.device-count-container li {
    list-style: none
}

.no-devices {
    text-align: center;
    padding: 40px;
    color: #999
}

.brand-badge {
    display: inline-block;
    padding: 4px 8px;
    background: #e0e0e0;
    border-radius: 4px;
    font-size: 11px;
    margin-left: 8px;
    color: #666
}

@media (max-width: 768px) {
    body {
        padding:0
    }

    .device-selector-container {
        max-width: 100%;
        border-radius: 0;
        box-shadow: none
    }

    .vertical-tabs-container {
        height: calc(100vh - 120px)
    }

    .vertical-tabs {
        width: 140px
    }

    .vertical-tab {
        padding: 12px;
        font-size: 13px
    }

    .brand-logo {
        width: 24px;
        height: 24px
    }

    .device-content {
        padding: 12px
    }

    .device-item {
        padding: 10px 12px;
        font-size: 13px
    }
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #4CAF50;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

section.device-list {
    background: #eef5ff;
    padding: 8rem 0rem
}

section.device-list .d-flex.align-items-start.width-100 {
    margin: 0 auto;
    background: #fff;
    padding: 5rem
}

.andriod-brand-tab-list {
    width: 15%;
    border-right: 1px solid #f2f2f2
}

.andriod-brand-tab-list button {
    font-size: 1.8rem;
    text-align: left;
    font-family: 'Inter';
    padding: 10px 4rem;
    color: #343434
}

.andriod-brand-tab-list .nav-link.active {
    background: transparent;
    color: #007bff;
    border-right: 2px solid #007bff;
    border-radius: 0;
    transition: none
}

.andriod-device-tab-list {
    padding: 10px 5rem;
    width: 85%
}

.andriod-device-tab-list ul {
    display: flex;
    flex-flow: wrap
}

.andriod-device-tab-list ul li {
    width: 33.33%
}

.andriod-device-tab-list ul li a {
    font-size: 1.6rem;
    line-height: 38px
}

@media (max-width: 1280px) {
    section.device-list .d-flex.align-items-start.width-100 {
        padding:5rem 0rem
    }

    .andriod-device-tab-list {
        padding-top: 0rem
    }

    .device-list {
        max-width: 100%
    }

    .andriod-device-tab-list ul li a,.andriod-brand-tab-list button {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .device-list {
        padding:2rem
    }

    .andriod-brand-tab-list button,.andriod-device-tab-list {
        padding: 10px 2rem
    }

    .andriod-brand-tab-list,.andriod-device-tab-list {
        width: 100%
    }

    .d-flex.align-items-start.width-100 {
        display: block!important
    }

    section.device-list {
        padding: 4rem 0rem
    }

    section.device-list .d-flex.align-items-start.width-100 {
        padding: 2rem
    }
}
/**tab list**/
.pt-content-text ul {
    list-style: disc;
    margin-left: 1rem;
}
.pt-content-text ul li {
    font-size: 16px;
    line-height: 28px;
}
.global-innerContainer-text {
    font-size: 28px;
    font-weight: bold;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}
/**tab list end**/
 .padding_we {
    margin: 0px auto;
    padding: 0rem;
  
}

.real-device-heading{
	font-size:34px;
    font-weight:700;
    text-align:center;
}
.testing-text{
    text-align: center;
    line-height:22px;
    width:800px;
    margin:auto;
}
.real-device-matter{
	font-size:28px;
    font-weight:700;
    text-align:center;
}

.why-real-text{
    font-size:20px;
    font-weight:700;
    margin-bottom:0;
    background: linear-gradient(90deg, #2DA9D3, #49CDB2);
    background-clip: text;
    color: transparent;
}

p{
	font-size:16px;
}
.devices-matter-txt{
	font-size:20px;
    font-weight:700;
    margin-bottom:0;
}

.real-device-sec-1{
	padding-top:54px
    
}
.check-box{
	display:flex;
    width:340px;
    flex-direction:column;
    align-items:left;
    justify-content:center;
    gap:4px;
}

.check-box-full{
	display:flex;
    flex-direction:row;
    justify-content:start;
    align-items:start;
    gap:4px;
}

.line-1{
	display:flex;
    flex-direction:column;
    align-items:start;
    justify-items:start;
    gap:24px;
}

.full-line{
	display:flex;
    flex-direction:row;
    align-items:start;
    justify-content:center;
    gap:72px;
    margin-top:54px;
}

.challenge-box{
    width:362px;
	background-color:#EAFAFD;
    padding:24px;
    border-radius:16px;
}
.challenge-line{
	display:flex;
    gap:24px;
}
.challenge-overall{
	display:flex;
    flex-direction:column;
    gap:24px;
    align-items:center;
    justify-content:center;
    margin-top:34px;
}

.android-container{
	display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    justify-items:center;
    gap:16px;
}
.android-text{
	display:flex;
    flex-direction:row;
    align-items:center;
    gap:10px;
    margin-top:34px;
}
.android-bg{
    display:flex;
    align-items:center;
    justify-content:center;
	width:72px;
    height:72px;
    background: linear-gradient(90deg, #2DA9D3, #49CDB2);
    border-radius:10px;
} 

.android-card{
    width:804px;
	display:flex;
    flex-direction:row;
    padding:24px;
    border-radius:16px;
    gap:24px;
    box-shadow: 0 0 4px #b4b4b4;
}
.device-and-text{
	font-size:20px;
    font-weight:700;
}
.all-cards{
	display:flex;
    flex-direction:column;
    align-items:center;
    gap:24px;
    margin-top:34px;
}

.req-card{
    width:382px;
    height:136px;
	background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    padding:24px;
    border-radius:16px;
    border:`1px solid;
    border: linear-gradient(45deg, #ffffff1a, #ffffff40);
}
.req-line-1{
	display:flex;
    flex-direction:row;
    gap:24px;
}
.req-full-box{
	display:flex;
    flex-direction:column;
    gap:24px;
    align-items:center;
    justify-content:center;
    margin-top:24px;
}

.ios-bg{
	background: linear-gradient(180deg, #133342, #194250);
    padding-top:54px;
    padding-bottom:54px 
}

.ios-card{
    width:804px;
	display:flex;
    flex-direction:row;
    padding:24px;
    border-radius:16px;
    gap:24px;
    background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    border:`1px solid;
    border: linear-gradient(45deg, #ffffff1a, #ffffff40);
}
.benefit-card{
	width:372px;
    height:232px;
    padding:24px;
    box-shadow:  0 0 10px #dddddd;
    border-radius:16px;
}

.key-icon-bg{
	width:56px;
    height:56px;
    background: linear-gradient(90deg, #2DA9D3, #49CDB2);
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ios-text{
	font-size:20px;
    font-weight:700;
    color:#ffffff;
}

.benefit-line{
	display:flex;
    flex-direction:row;
    gap:24px;
}
.benefit-full{
	display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:24px;
    margin-top:54px;
}

.test-card{
	width:372px;
    height:211px;
    padding:24px;
    box-shadow:  0 0 10px #e4e4e4;
    border-radius:16px;
}
.test-row{
	display:flex;
    align-items:start;
    gap:24px;
}
.mobile-text-head{
	font-size:20px;
    font-weight:600;
    background: linear-gradient(90deg, #2DA9D3, #49CDB2);
    background-clip: text;
    color: transparent;
}

@media ( max-width:1024px){
    .hero_sec-bg {
        height: 80vh;
}
}

	@media (max-width:768px){
		.live-testing-works .col-lg-4,.real-device-for-browser .col-lg-3,.website-and-web .col-lg-4, .website-and-web .col-lg-6  {
    margin-bottom: 2rem;
}
		.website-and-web .row.mt-5 {
    margin-top: 0px !important;
}
		.device-testing-tab-content.active
		{
			display:block !important;
		}
		.device-testing-content-right
		{
			margin-top:2rem;
		}
		.device-testing-tab-label {
    font-size: 8.8px !important;
}
		.width-80 {
    width: 100% !important;
}
		.live-testing-matters .col-lg-4 {
    margin-bottom: 2.5rem;
}
		.live-testing-matters .row.margin-bottom-4,.web-testing-sec .row{
    margin-bottom: 0px;
}
		.android-live-testing,.browser-coverage
		{
			width:100%;
		}
		.features-tab.features-tab-landing-page-one li
		{
			        padding-left: 0px !important;
        text-align: left;
        margin-bottom: 0px;
        padding-right: 0px;
        padding: 0px;
		}
		.heading-2DA9D3 {
    font-size: 18px;
}
		.deviceTabContent ul
		{
			list-style: disc;
			margin-top:0px !important;
		}
		.horizontal-connect
		{
			display:none;
		}
		.live-testing-works .col-lg-3,.mobile-testing-sec .col-lg-4,.web-testing-sec .col-lg-4{
    margin-bottom: 2rem;
}
		.deviceTabContent ul li {
    font-size: 14px;
}

     .real-device-sec-1{
		margin:auto;
	}
	.testing-text{
    width:580px;
    margin:auto;
}
    .real-device-heading{
	font-size:28px;
    font-weight:700;
    text-align:center;
 }   
.challenge-box{
    width:318px;
	background-color:#EAFAFD;
    padding:24px;
    border-radius:16px;
}
.test-row{
	display:flex;
    flex-direction:row;
    align-items:start;
    gap:24px;
}
.android-bg{
    display:flex;
    align-items:center;
    justify-content:center;
	width:56px;
    height:56px;
    background: linear-gradient(90deg, #2DA9D3, #49CDB2);
    border-radius:10px;
} 
.android-card{
    width:648px;
	display:flex;
    flex-direction:row;
    padding:16px;
    border-radius:10px;
    gap:16px;
    box-shadow: 0 0 4px #b4b4b4;
}
.req-card{
    width:346px;
    height:136px;
	background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    padding:24px;
    border-radius:16px;
    border:`1px solid;
    border: linear-gradient(45deg, #ffffff1a, #ffffff40);
}
.ios-card{
    width:648px;
	display:flex;
    flex-direction:row;
    padding:16px;
    border-radius:10px;
    gap:16px;
    background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    border:`1px solid;
    border: linear-gradient(45deg, #ffffff1a, #ffffff40);
}
.benefit-card{
	width:328px;
    height:232px;
    padding:24px;
    box-shadow:  0 0 10px #dddddd;
    border-radius:16px;
}
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
	}
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
@media (max-width:480px){
	.real-device-heading{
	font-size:24px;
    font-weight:700;
    text-align:center;
}
.testing-text{
    text-align: center;
    line-height:22px;
    width:388px;
    margin:auto;
}
.real-device-matter{
	font-size:20px;
    font-weight:700;
    text-align:center;
}
.why-real-text{
    font-size:16px;
    font-weight:700;
    margin-bottom:0;
    background: linear-gradient(90deg, #2DA9D3, #49CDB2);
    background-clip: text;
    color: transparent;
}
p{
	font-size:14px;
    font-weight:500;
}
.real-device-sec-1{
	padding-top:34px
}
.line-1{
	display:flex;
    flex-direction:column;
    align-items:start;
    justify-items:start;
    gap:24px;
}
.full-line{
	display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin-top:24px;
}
.challenge-line{
	display:flex;
    flex-direction:column;
    gap:24px;
}
.android-container{
	display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    gap:10px;
    margin-top:24px;
    padding-left:16px;
	padding-right:16px;
}
.android-text{
	display:flex;
    flex-direction:row;
    align-items:center;
    justify-items:center;
    gap:4px;
   
}
.android-bg{
    height:34px;
    background: linear-gradient(90deg, #2DA9D3, #49CDB2);
    border-radius:10px;
} 

.android-card{
    width:400px;
	display:flex;
    flex-direction:row;
    padding:16px;
    border-radius:10px;
    gap:16px;
    box-shadow: 0 0 4px #b4b4b4;
}
.device-and-text{
	font-size:16px;
    font-weight:700;
}
.req-line-1{
	display:flex;
    flex-direction:column;
    gap:24px;
}
.ios-text{
	font-size:16px;
    font-weight:700;
    color:white;
}
.ios-card{
    width:398px;
	display:flex;
    flex-direction:row;
    padding:16px;
    border-radius:10px;
    gap:16px;
    background: linear-gradient(90deg, #ffffff40, #ffffff1a);
    border:`1px solid;
    border: linear-gradient(45deg, #ffffff1a, #ffffff40);
}
.benefit-line{
	display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:24px;
}
.test-row{
	display:flex;
    flex-direction:column;
    align-items:start;
    gap:24px;
}
.col-12, .row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}
}