/*
Theme Name: Premier Bank Ramadan Campaign
Theme URI: https://campaign.thepremierbankplc.com/
Author: Disrupt Technologies
Author URI: http://disruptglobal.com/
Version: 1.0

TOC:
a. Reset
b: Typography
c: layout
	1. header
	2. banner
	3. main
	4. footer
d: meadia query css

*/
/* ------------------------------------------------------------------ */ 
/* a : Reset Css
/* ------------------------------------------------------------------ */

body {
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: left;
  font-size: 14px; 
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  
  }

/*===========@Global Styles ============*/
* {
  margin: 0;
  padding: 0;
  outline: none; }

img, fieldset {
  border: 0; }

a {
  text-decoration: none; }

.clear {
  clear: both; } 

/* =====for bootstrap defult===== */
h1, h2, h3, h4, h5, h6, p, a, ul, ol {
  margin: 0;
  padding: 0; }
html
{
	 scroll-behavior: smooth;
}
/* =====Start header===== */
.banner-body{
	background:url(images/premier-body-bg.jpg)no-repeat center;
	max-width:100%;
	min-height:600;
	background-size:cover;
}
.mobile-banner{
		display:none;
	}
ul.premier-diccount-tabin{
	margin:0;
	padding:0;
	border-bottom: none;
	justify-content: center;
}
ul.premier-diccount-tabin>li{
	background-color: #transparent;
	color: #000;
	padding: 0px 5px;
	margin-bottom: 10px !important;
	/*border-right: 1px solid #eae8e8;*/
}
ul.premier-diccount-tabin>li>a{
	color:#000;
	/*background: linear-gradient(90deg, #0E3B64 45%, #008F4C 100%) !important;*/
	background: #fff !important;
	font-size:14px;
	font-weight:600;
	line-height: 30px;
	padding: 10px 30px;
	text-transform:capitalize;
	border: none !important;
	border-radius: 0px !important;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
	box-shadow: 0px 0px 8px #00000030;
	border-bottom: 5px solid #0e3b64 !important;
}
ul.premier-diccount-tabin>li>a:hover{
	color:#000;
	/*background: linear-gradient(90deg, #0E3B64 45%, #008F4C 100%) !important;*/
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
	border-bottom: 5px solid #0e3b64 !important;
}
ul.premier-diccount-tabin>li>a.active{
	/*background: linear-gradient(90deg, #0E3B64 45%, #008F4C 100%) !important;*/
	color: #ff9800 !important;
	transition:ease-in-out 0.4s;
	-webkit-transition:ease-in-out 0.4s;
	-moz-transition:ease-in-out 0.4s;
	border-bottom: 5px solid #066a56 !important;
    border-radius: 0 !important;
}
.premier-diccount-tabin-content{
	padding: 0px;
}
.obj-wraper{
	position:relative;
	overflow:hidden;
}
.ramadan-capm-left-obj{
	position:absolute;
	left:0px;
	top:0;
	z-index:-111;

}
.ramadan-capm-left-obj img{
	width:230px;
	animation: ramadan 2.0s alternate infinite ease-in; 
}

@keyframes ramadan {
  0%   {transform: scale(1.0);}
  100% {transform: scale(1.04);}
}
.ramadan-capm-right-obj{
	position:absolute;
	right:0px;
	top:0;
	z-index:-111;
	
}
.ramadan-capm-right-obj img{
	width:230px;
	animation: ramadan2 2.0s alternate infinite ease-in; 
}
@keyframes ramadan2 {
  0%   {transform: scale(1.0);}
  100% {transform: scale(1.04);}
}
ul.independence-camp-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
ul.independence-camp-list>li {
	list-style: none;
	border-radius: 10px;
	flex-basis: 18%;
	margin-right: 15px;
	margin-bottom: 15px;
	/*background: linear-gradient(90deg, #0E3B64 45%, #008F4C 100%) !important;*/
	/*background: #0e3b64 !important;*/
	background: #7a7a7a1f !important;
	box-shadow: 0px 0px 8px #1e1c1c42;
	border-bottom: 5px solid #123e65;
    border-top: 5px solid #123e65;
}
ul.independence-camp-list>li .image-container {
	/*height: 118px;
	display: block;
	margin: 0 10px;
	background: #fff;
	margin-top: -30px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 8px #5452528a;*/
	height: 100px;
    display: flex;
	justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
    text-align: center;
    /*border: 2px solid #02834f;*/
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul.independence-camp-list>li .image-container>a {
	background: #fff;
}
ul.independence-camp-list>li .marchant-name {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
	margin-bottom:0px !important;
	/*padding: 12px 0;*/
	position: relative;
}
p.marchant-name::after {
    position: absolute;
    width: 39px;
    height: 5px;
    background: #174269;
    left: 41%;
    bottom: -8px;
    content: "";
}
ul.independence-camp-list>li .discount-value {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 10px;
}
.top-title{
	text-align: center;
	font-size:25px;
	font-weight:700;
	line-height:35px;
	background: linear-gradient(90deg, #0E3B64 45%, #008F4C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
table caption {
    caption-side: top;
	background: #123e65;
    color: #fff;
    padding: 10px;
	font-weight:bold;
	text-align:center;
}
table thead tr {
	background: #00844a;
    color: #fff; 
    padding: 10px;
}
table thead tr th{
	text-align:center;
}
table tbody tr td{
	text-align:center;
}
ul.scheme-list{
	list-style:none;
	margin:10px 0px;
}
ul.scheme-list>li{
	font-size:16px;
	font-weight:700;
	line-height:25px;
	color:#000;
	position:relative;
	padding-left:25px;
	margin-bottom:10px;
}
ul.scheme-list>li>i{
	position:absolute;
	left:0;
	top:2px;
	font-size:20px;
	color:#113c66;
}
@media (max-width: 1799px){
	.ramadan-capm-left-obj img{
		width:160px;
	}
		.ramadan-capm-right-obj img{
		width:160px;
	}
}
@media (max-width: 1699px){
	.ramadan-capm-left-obj img{
		width:130px;
	}
		.ramadan-capm-right-obj img{
		width:130px;
	}
}
@media (max-width: 1599px){
	.ramadan-capm-left-obj img{
		width:130px;
	}
		.ramadan-capm-right-obj img{
		width:130px;
	}
}
@media (max-width: 991px){
	.ramadan-capm-left-obj img{
		width:100px;
	}
		.ramadan-capm-right-obj img{
		width:100px;
	}
	ul.independence-camp-list>li {
		flex-basis: 22%;
	}
}
@media (max-width: 767px){
	.top-title{
		font-size: 25px;
		line-height: 30px;
	}
	ul.independence-camp-list>li {
		flex-basis: 31%;
		margin-right: 10px;
		margin-bottom: 15px;
	}
}
@media (max-width: 550px){
	.top-title{
		font-size: 20px;
		line-height: 30px;
	}
	.ramadan-capm-left-obj img {
        width: 90px;
    }
	.ramadan-capm-right-obj img {
        width: 90px;
    }
}
@media (max-width: 500px){
	.ramadan-capm-left-obj img {
        width: 65px;
    }
	.ramadan-capm-right-obj img {
        width: 65px;
    }
	ul.premier-diccount-tabin>li>a {
		text-align:center;
	}
}
@media (max-width: 450px){
	.web-banner{
		display:none;
	}
	.mobile-banner{
		display:block;
	}
	.ramadan-capm-left-obj img {
        display:none;
    }
	.ramadan-capm-right-obj img {
        display:none;
    }
	ul.premier-diccount-tabin>li {
		flex-basis: 50%;
	 }
	ul.independence-camp-list>li {
		flex-basis: 47%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 350px){
	 ul.premier-diccount-tabin>li {
		flex-basis: 100%;
	 }
	 ul.independence-camp-list>li {
		flex-basis: 100%;
		margin-right: 0px;
	}
}