@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body{
	font-family:'Roboto',sans-serif;
	background-size:100% auto;
	background-attachment: fixed;
}

a,
button,
input,
textarea{
	outline:0!important;
	transition: all .5s ease;
}
a{ text-decoration:none!important;}

h1,h2,h3,h4,h5,h6,p,b,strong, ul, ul li{
	margin:0;
	padding:0;
}

p{
	font-size:20px;
	line-height:26px;
}

.ul{
	font-size:25px;
}
.paragraph{
	margin:0 0 20px;
}

.h2{
	font-size:32px;
	font-weight:700;
	margin:0 0 35px;
	/*text-align:center;*/
}

html {
	scroll-behavior:smooth;
}

.header{
	width:100%; float:left;
	height:100px;
	margin:15px 0;
	/*background:rgba(0,0,0,.4);*/
	text-align:center;
}
.logo{
	display:inline-block;
	margin:-28px 0 0;
}
.logo img{
	max-width:100%;
	max-height:157px;
}

.section{
	width:100%; float:left;
	padding:20px 0;
}
.section, .bannerDetail, .bannerDetail h1, .h2, .ul,.tableCover, .tableRow, .sliderLogos,.sectionPoints, .sectionContent,
.sectionDetails{
	width:100%; float:left;
	color:#fff;
}
.divider{
	width:100%; float:left;
	margin:15px 0 30px;
	text-align:center;
}
.divider img{
	width:90%;
	max-width:600px;
}
.container{
	width:100%;
	max-width:1250px;
	padding:0 20px;
}

.bannerDetail{
	text-align:center;
}

.bannerDetail h1{
	font-size:38px;
	font-weight:700;
	margin:0 0 5px;
}
.bannerDetail p{
	text-align:left;
	margin:0 0 30px;
	font-size: 22px;
}

.bannerDetail .h2{
	margin-bottom:25px;
}
.bannerListing{
	margin:0 0 30px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	list-style:none;
	text-align:left;
}
.bannerListing li{
	background:url(../images/star.png) no-repeat left;
	background-size:32px auto;
	padding:0 0 0 40px;
	margin:0 30px 20px;
}

.tableRow{
	background:#f5efef;
	border-radius:8px;
	display:flex;
	margin:0 0 25px;
	color:#000;
}
.tableColumn{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:10px 15px;
}
.tableColumn:first-child{
	max-width:250px;
	margin-right:30px;
}
.tableColumn img{
	max-width:100%;
	width:180px;
}
.tableColumn:nth-child(2){
	max-width:200px;
	background:#fff;
	border-radius:10px;
	margin-top:-10px;
	height:115px;
}
.ratingNumber{
	font-size:38px;
	font-weight:900;
	line-height:48px;
	color:#002453;
	margin:-15px 0 10px;
}

.tableColumn:last-child{
	flex:1;
}
.tableSubRow{
	width:100%;
	display:flex;
	align-items:center;
}
.tableListing{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	color:#000b2e;
}
.tableListing li{
	font-size:15px;
	margin:10px 15px 0;
	display:flex;
	align-items:center;
}
.tableListing li:before{
	content:'';
	min-width:12px;
	height:12px;
	border-radius:12px;
	background:#000c2f;
	border:solid 1px #000;
	margin:0 10px 0 0;
}

.heading{
	font-size:22px;
	font-weight:500;
	color:#000b2e;
	padding:0 20px 0 0;
	max-width: 100%;
	width: 80%;
	text-align: center;
}
.heading a{ color: #000;}
.playButton{
	min-width:300px;
	padding: 14px 15px;
	border-radius:12px;
	background:#ff8500;
	color:#fff;
	font-size:30px;
	font-weight:900;
	text-align:center;
}
.playButton:hover{ color:#fff;}

.iconListing{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	margin:40px 0;
}
.iconList{
	max-width:240px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:25px;
	line-height:30px;
	font-weight:600;
	color:#fff;
	margin:0 35px;
}
.iconList img{
	max-width:180px;
	margin:0 0 20px;
}

/*** slider ***/

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;
}
.sliderLogos{
	text-align:center;
	margin:0 0 30px;
}
.sliderLogos .carousel{
	min-height:220px;
	padding-bottom:70px;
}
.sliderLogos .carousel-inner img{
	margin:0 0 20px;
}
.sliderLogos .carousel-indicators{
	display:flex;
	align-items:center;
	justify-content:center;
}
.sliderLogos .carousel-indicators li{
	width:18px;
	height:18px;
	background:#7c7b84;
	border-radius:18px;
	cursor:pointer;
	margin:0 7px;
	transition:all .5s ease;
}
.sliderLogos .carousel-indicators li.active{
	width:26px;
	height:26px;
	background:#f7e9d9;
}
.sliderLogos .carousel-indicators li:before,
.sliderLogos .carousel-indicators li:after{
	display:none;
}

/*** slider ends ***/

.sectionPoints .h2{
	text-align:center;
}
.pointsCover{
	width:100%;
	max-width:970px;
	margin:0 auto;
}

.points{
	width:100%; float:left;
	margin:0 0 24px;
	display:flex;
	align-items:center;
}
.points img{
	width:35px;
	margin:0 30px 0 0;
}
.points p{
	font-size:25px;
	line-height:32px;
}

.sectionContent{
	padding:5px 0;
	/*margin:0 0 20px;
	text-align:center;*/
}
.listingCover{
	width:100%;
	/*max-width:815px;*/
	margin:0 auto 50px;
	text-align:left;
	list-style:none;
	clear:both;
}
.listingCover li{
	background:url(../images/check.png) no-repeat left;
	background-size:30px auto;
	font-size:25px;
	padding:0 0 0 50px;
	margin:0 0 20px;
}
.sectionContent p{
	max-width:1250px;
	margin:0 auto;
	text-align:left;
}

.sectionDetails{
	color:#fff;
	margin:0 0 0;
	background: #4b2f3b;
	/*padding: 40px 0 0 0;*/
	padding-bottom:40px;
}
.sectionDetails .h2{
	margin-bottom: 5px;
	margin-top: 25px;
}
.sectionDetails .paragraph{
	margin:0 0 30px;
}

.detailBox{
	width:100%; float:left;
	display:flex;
	align-items:flex-start;
	margin:0 0 50px;
}
.detailBox > img{
	min-width:120px;
	width:120px;
	margin:0 30px 0 0;
}
.detailBox2{ margin-bottom:20px;}
.detailBox2 img{width:50px; min-width:20px; margin-top:10px;}
.imgP img {
    width: 140px;
    margin: 0 50px 0 0;
}
.detailBoxContent{
	flex:1;
} 
.detailBoxContent b{
	font-size:25px;
	font-weight:700;
}

.footer{
	width:100%; float:left;
	padding:10px 0 20px;
	text-align:center;
	font-size:15px;
	color:#fff;
	background: #000;
}

.mobileTableCover{
	padding:0 40px;
}
.mobileTableCover .tableRow{
	flex-direction:column;
	align-items:center;
	padding:15px;
}
.tableLogo{
	width:100%; float:left;
	padding:0 10px 10px 0;
	display:flex;
	align-items:center;
}
.tableLogo img{
	max-width:200px;
}
.tableLogo .ratingNumber{
	margin: -50px -10px 0 auto;
	padding:8px 15px;
	background:#fff;
	border-radius:10px;
	text-align:center;
}
.rating{
	width:100%; float:left;
	margin:20px 0;
	text-align:center;
}
.mobileTableCover .heading{
	padding:0 20px;
	text-align:center;
}
.mobileTableCover .tableListing{
	width:auto;
	flex-direction:column;
	text-align:left;
	align-items:flex-start;
	margin:10px 0 30px;
}
.mobileTableCover .playButton{
	width:100%;
}

.showMobile{
	display:none;
}

.contentSection{
	padding:20px 0;
}

/*** accordion ***/
#main {
	margin: 0 0 50px;
}
  
#main .card {
	margin-bottom: 16px;
	border: 0;
	background: #f4efef;
	border-radius:20px;
}
  
#main .card .card-header {
	padding: 0;
	border:none;
	background:none;
}

#main .card .card-header .btn {
	width:100%; float:left;
	height:85px;
	padding:10px;
	color: #333;
	display:flex;
	align-items:center;
	font-size:33px;
	font-weight:600;
	outline:0!important;
	border:none!important;
	box-shadow:none!important;
	position:relative;
}
#main .card .card-header .btn:after{
	content:'';
	right:27px;
	top:50px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(3, 123, 55, 0);
	border-top-color: #291631;
	border-width: 20px;
	margin-top: -20px;
	transition: all .3s ease;
}
#main .card .card-header .btn.collapsed:after{
	transform:rotate(-90deg);
	right:5px;
	top:43px;
}

#main .card .card-header .btn span{
	width:100px;
}
#main .card:first-child .card-header .btn span img{
	width:72px;
}
#main .card:nth-child(2) .card-header .btn span img{
	width:61px;
}
#main .card:nth-child(3) .card-header .btn span img{
	width:57px;
}
#main .card:nth-child(4) .card-header .btn span img{
	width:49px;
}
#main .card:nth-child(5) .card-header .btn span img{
	width:72px;
}
#main .card:nth-child(6) .card-header .btn span img{
	width:55px;
}

#main .card .collapsing {
	transition:all .3s ease;
}

#main .card .collapse {
	border: 0;
	transition:all .1s ease;
	color:#333;
}
.accordionContent{
	width:100%; float:left;
	padding:30px;
}
.accordionContent strong{ color:#000 !important;}
#main .card p,
#main .card ul li,
#main .card .h5{
	color:#333;
}
#main .card .h5{
	margin:30px 0;
	font-size:24px;
}
.accordionSection .container{
	max-width:1250px;
}
#main .card ul{
	padding:0 0 0 140px;
}
#main .card ul li{
	min-height:25px;
	font-size:24px;
	background-size:auto 25px;
	background-position:left center;
	padding-left:45px;
	margin:0 0 2px;
}
.st-rat{ width:100px !important;}

@media (max-width:910px){
	.showDesktop{
		display:none;
	}
	.showMobile{
		display:block;
	}

	.h2{
		font-size:28px;
	}

	body{
		background-position:top left;
		background-size:200% auto;
	}
	.logo{
		margin:-21px 0 0;
	}
	.logo img{
		max-width:90%;
	}
	.pointsCover,
	.listingCover,
	.sectionContent p{
		float:left;
		padding:0 40px;
	}
	.sectionDetails{
		background:#4b303b;
		padding:0 0 40px;
	}
	.sectionDetails b{
		font-size:20px;
	}
	.sectionDetails p{
		font-size:17px;
		line-height:22px;
	}
	
	#main .card .card-header .btn{
		font-size:24px;
	}
	#main .card ul{
		padding:0 0 0 30px;
	}
	#main .card ul li{
		font-size:18px;
	}
	.iconListing{
		/*flex-direction:column;*/
		justify-content:center;
		/*align-items:center;*/
	}
	.iconList{
		margin:0 5px 30px;
		font-size:18px;
	}
	.iconList2 img{ width:100px;}
	.tableListing li::before{ display:none;}
	.mobileTableCover .tableListing{align-items: center;}
	.st-rat{margin-top: -20px;}
	.tableLogo .ratingNumber{
		height:105px;	
	}
	
	
}

@media (max-width:500px){
	.header{
		height:50px;
		margin:30px 0;
	}
	.logo{
		margin:-11px 0 0;
	}
	.logo img{
		width:300px;
	}
	.bannerDetail h1{
		font-size: 25px;
		margin-top: 12px;
	}
	.h2{
		font-size:24px;
	}
	p{
		font-size:15px;
		line-height:22px;
	}
	.bannerListing{
		flex-direction:column;
	}
	.bannerListing li,
	.listingCover li{
		margin:0 0 15px;
		font-size:16px;
		min-height:30px;
	}
	.sliderLogos .carousel-inner img{
		width:100px;
	}
	.pointsCover, .listingCover, .sectionContent p{
		padding:0;
	}
	
	.points p{
		font-size: 17px;
		line-height: 22px;
	}
	.detailBox > img {
		min-width: 80px;
		width: 80px;
		margin: 0 15px 0 0;
	}
	.detailBox2 img{width:50px; min-width:20px; margin-top:10px;}
	.mobileTableCover{
		padding:0;
	}
	.tableLogo .ratingNumber {
		/*padding: 0px 10px;
		font-size:60px;*/
	}
	.heading{
		font-size:22px;
		width:100%;
		margin-bottom: 15px;
	}
	.tableListing li{
		font-size:17px;
		margin-top:5px;
	}
	.playButton{
		font-size:27px;
		border-radius:15px;
	}
	.dismob{ display:none;}
	.section{ padding:0;}
	
	
}