@media only screen and (min-width:950px) {
 .navbar {
 position: relative !important;
}
}
.bannerSec{
background: url(images/banner/<?php echo $selectedBg; ?>); height:518px;
}


.bannerSec{
	width:100%;
	float:left;
}
/*.bannerContent
{
	text-align:center; padding:6% 10px 0 34%;
}*/
.bannerContent {
    padding: 6% 2% 4% 4%;
	display:flex;
}
.banner_box {    
    height: 29vw;
}
.clint-integration .brand-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.clint-integration .brand-list .item {
    width: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.banner_text_sec {
    padding: 8% 0% 10% 5%;
}
.banner_text4{padding-left:4%; font-size:3vw; color:#fff; line-height:3.68vw;}
.banner_text3{padding-left:4%; color:#fff200; font-size:1.5vw; padding-top:1vw;  line-height:1.5vw;}
.banner_text5{padding-left:4%; font-size:1.3vw; color:#6F9; line-height:2.5vw;}
.headerText
{
	font-size: 2em;
}
.card-container {
            display: flex;
            /*gap: 20px;*/
			flex-wrap: wrap;
            justify-content: space-around;
           
        }

        .card {
            /*width: 250px;*/
			width: calc(25% - 40px);
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s;
			margin:10px;
        }

        .card:hover {
            transform: scale(1.05);
        }

        .card img {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0;
        }

        .card-content {
            padding: 20px;
        }

        .card-content h2 {
            margin-top: 0;
            font-size: 14px;
            color: #333;
        }
		.checklist-container {
			display: flex;
			justify-content: space-around;
			
		}
		
		.checklist-column {
			flex: 1;
		}
		
		.checklist-card {
			background-color: #fff;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			margin: 15px;
			padding: 20px;
			border-radius: 8px;
			border-top: 3px solid #5cbcf4;
			transition: transform 0.3s;
		}
		
		.checklist-item {
			display: flex;
			align-items: center;
			margin-bottom: 15px;
		}
		
		.checklist-icon {
			font-size: 24px;
			margin-right: 15px;
			color: #2ecc71; 
		}
		
		.checklist-content {
			flex: 1;
		}
		
		.checklist-heading {
			font-size: 18px;
			color: #333;
			margin-bottom: 5px;
			font-weight: 600;
		}
		
		.checklist-text {
			font-size: 16px;
			color: #666;
		}
		
		.checklist-card:hover {
            transform: scale(1.05);
        }
		
.custom-button {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	background-color: #007bff;
	/*background-image: linear-gradient(-180deg, #FF7E31, #E62C03);*/
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}

/* Hover Effect */
.custom-button:hover {
	background-color: #0056b3;
	color: #fff;
	box-shadow: rgb(148 210 234 / 50%) 0 3px 8px;
}

.custom1-button{
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	/*background-color: #007bff;*/
	background-image: linear-gradient(-180deg, #ea925d, #e53f09);
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}
/* Hover Effect */
.custom1-button:hover {
	background-image: linear-gradient(-180deg, #C00, #600);
	/*background-color: #F33;*/
	color: #fff;
	box-shadow: rgb(148 210 234 / 50%) 0 3px 8px;
}

.custom2-button{
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	/*background-color: #007bff;*/
	background-image: linear-gradient(-180deg, #ea925d, #e53f09);
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}
/* Hover Effect */
.custom2-button:hover {
	background-image: linear-gradient(-180deg, #C00, #600);
	/*background-color: #F33;*/
	color: #fff;
	box-shadow: rgb(148 210 234 / 50%) 0 3px 8px;
}

.iframe_card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      width: 380px;
      max-width: 100%;
	  
    }

    .iframe_card iframe {
      width: 100%;
      height: 200px; /* You can adjust the height as needed */
      border: none; /* Remove border if not needed */
    }
	
	
.tabs-container {
	padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	margin-right: 7px;
	cursor: pointer;
	background-color: #043277;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 400;
	transition: background-color ease 0.3s;
}

.tabs label .material-icons {
	margin-right: 0.3rem;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 2rem;
	color: #000;
	background-color: #f3faff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: #edfefc;
	color: #0067b8;
	font-size: 15px;
	border-top: 4px solid #0067b8;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);   
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}
.tab-custom-button {
  background-color: initial;
  background-image: linear-gradient(-180deg, #31b3ff, #053b78);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  /*font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;*/
  /*height: 40px;*/
  font-size:12px;
  line-height: 30px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 20%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.tab-custom-button:hover {
  box-shadow: rgb(71 171 208 / 50%) 0 3px 8px;
}

.tab-heading{
	background-color: #dce7f5;
	padding: 5px 16px;
	width: fit-content;
	margin-bottom:20px;
}
@media (min-width: 768px) {

	.tabs-container {
		padding: 4rem 4rem;
	}

	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	.tabs {
		width: 100%;
	}
}
 @media only screen and (max-width:768px) { 
  .bannerSec {
    background: none;
    height: auto;
}
.comp-brand-card {
    width: 40.5625vw;
    height: 40.5625vw;
}
.box_title {
   
    font-size: 0.7em;
   line-height: 18px;
}
.industry-specific-box .brand-logo {
 
    top: 52%;
}
.clint-integration .brand-list .item {
    width: 50%;
	margin-bottom: 5px;
}
.card {
		width: calc(100% - 40px);
		height:250px;
		
	}
	.checklist-container {
        flex-direction: column;
    }
	.custom2-button{
		font-size:6px;
		padding: 0px 5px;
	}
	.iframe_card {
		/*width:100px;
		max-width: 100%;
		height:90px;*/
		max-width: 800px; /* Adjust as needed */
    margin: 0 auto;
    padding: 0px;
	}
	.video-container {
    position: absolute;
    padding-bottom: 50%; /* 16:9 aspect ratio (height/width) */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.iframe_size{
		width:100px;
		height:90px;
	}
   }
   @media only screen and (min-width: 320px) and (max-width: 1200px){
img {
    max-height: 80%;
    max-width: 100%;
}
   }
   #Section-17 {
	padding:0;
	float:left;
	width:100%;
	margin-top:0px;	
	border-top:1px solid #eaeaea;
	background-color:#f9f8f8;
	
}
#Section-17 .container {
	width:100%;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
	padding-left:20px;
}


.mobile_image_style .left
{
	padding-bottom:15px;
}
.mobile_image_style .right
{
	padding-top:25px;
}
