
.clr {
	clear: both;
}
ul {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none!important;
	color:#000;
}
a:hover {
color:#333;	
	}
p {
 color: #606060;
    font-size: 14px;
    line-height: 21px;
}	

body {
background:#F5F5F5;
color: #606060;
font-family: 'Poppins', sans-serif;
font-size: 14px;
letter-spacing:1px;
line-height: 21px;
font-weight:300;
}

h1 {
font-weight:200;
color: #20273F;
font-size:40px;

	}	
h2 {

	  color:#20273F ;
	  font-size:35px;
	  margin-bottom:15px;
	  font-weight:500;
	}	
h3 {
font-weight:500;
	font-size:30px;	
	color:#20273F;
	}	
h4 {
	font-size:20px;
	color:#000;
font-weight:500;
	}
		
h5{
font-size:14px;
text-transform:uppercase;
color:#989898;
font-weight:300;
margin-bottom:0;
	}
.bg-light-danger {
background:#fff4f4;	
	}	
.navbar-brand {
padding:9px 0;	
	}	
.btn-danger {
background:#F01313;
border-color:#F01313;	
	}
.footerborder {
  background: url(../images/footerborder.png) 0 0 repeat-x;
  height: 32px;
}	
.footersection {
background:#23182C url(../images/footerbg.png) 100% 50% no-repeat;	
	}
.copyright {
background:#1E1426;
padding:30px 0;	
	}
.fheading {
font-size:20px;
font-family: 'Roboto', sans-serif;
color:#fff;
text-transform:uppercase;
margin-bottom:30px;	
	}
.menu-list {
list-style:none;
padding:0;
margin:0;	
	}
.menu-list li {
display:block;	
	}
.menu-list li a {
display:inline-block;
color:#fff;
padding:5px 10px;
position:relative;	
	}
.menu-list li a:hover {
color:#FFC803;	
	}
.menu-list li a:before {
content:"\F280";
position:relative;
color:#fff;
font-family: bootstrap-icons !important;
font-size:12px;
margin-right:10px;	
	}
.fsocial a {
  color: #7A7A7A;
  width: 30px;
  height: 30px;
  background: #7A7A7A6B;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 31px;
}
.suggestion {
background:#fff;
padding:50px 0;	
	}
.heading {
margin-bottom:20px;	
	}
.heading img {
margin:15px 0;	
	}		
.subscribe {
  /* //background: url(../images/subsbg.png) 0 0 repeat; */
  border-radius: 10px;
  overflow: hidden;
}

.subsinput {
  font-size: 14px !important;
  position: relative !important;
  padding-left: 42px !important;
  background:#F0F2F3;
}
.subsgroup::before {
  content: "\F32F";
  position: absolute;
  color: #CD1919;
  font-family: bootstrap-icons !important;
  padding: 17px;
  z-index: 9;
}	
.subsinput::placeholder {
color:#989898;		
	}
.subtn {
margin-left: -37px !important;
font-size: 15px !important;
text-transform: uppercase;
padding: 12px 20px !important;	
	}

.homeservice {
background: url(../images/servicebg.png) 0 0 no-repeat;
padding:50px 0;
	}
.bg-dark {
background:#20273F;	
	}
.text-primary {
color:#00202B !important;	
	}	
.btn {
min-width:160px;
padding:13px;	
	}
.serviceicon {
font-size:50px;	
	}

#bearer .owl-nav {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  top: -107px;
  right: 0;
}
.btn-link {
color:#00202B;

}
#bearer .owl-nav button {
  padding: 8px 10px !important;
  border-radius: 5px;
  background: #F01313;
  opacity: 1;
  color: #fff;
  margin: 2px;
}

header {
width:100%;	
z-index:999;
background:#fff;
	}
header.active {
position:fixed;
top:0;
background:#fff;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	
	}
.navbar-nav .nav-link {
  padding: 10px 15px !important;
  letter-spacing: 1px;
  color: #646464;
  text-transform: uppercase;
  font-size: 13px;
}
.navbar-nav .nav-link.active {
color:#CD1919;
font-weight:400;	
	}
.dropdown-menu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  padding: 12px;
  min-width: 16rem;
}
.dropdown-item {
  padding: 15px 15px;
  font-size: 14px;
  border-radius: 5px;
}
.membersection {
  position: relative;
  z-index: 99;
}
.memberbox {
border-radius:10px;
background:#20273F;	
	}
.bg-danger {
background:#CD1919 !important;	
	}

.banner {
position:relative;	
	}
.servicebox {
background:#fff;
border-radius:3px;
box-shadow:0 0 14px #6562621c;
height: calc(100% - 25px);
margin-bottom: 20px;	
	}
.innerbanner {
  min-height: 200px;
  background: #fff7f0 url(../images/innerbg.png) 0 0 no-repeat;
  background-size:cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.breadcrumb-item.active{
color:#f01313;	
	}
.breadcrumb a {
  color: #221e1e;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\F280";
  font-family: bootstrap-icons !important;
  color: #f01313;
}

.contactsocial {
font-size: 14px;
color: #555;
height: 40px;
width: 40px;
text-align: center;
display: inline-block;
line-height: 40px;
background: #F4E9E9;
margin: 2px;
border-radius: 6px;
position: relative;
z-index: 3;	
	}

.form-control,.form-select {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size:16px;
}
.placesection {
	background:#EFF5FB url(../images/placebg.png) 100% 0 no-repeat;
 padding:50px 0;	
	}
.homeprice {
	background:url(../images/plansbg.png) 0 0 no-repeat;
 padding:50px 0;	
	}	
.pricebox {
border-radius:10px;
background:#fff;
border-top:solid 10px #00202B;	
	}
.pricebox.active {
border-top:solid 20px #F01313;	
	}	
.price {
font-weight:700;
font-size:32px;	
margin:20px 0;
	}
.price span {
 font-weight:400;
 font-size:20px;	
	}
.mallsection{
background: url(../images/mallbg.png) 50% 69% no-repeat;
 padding:50px 0;	
	}
.shopsection {
	background:#fff url(../images/shopsbg.png) 0 50% no-repeat;
 padding:50px 0;	
	}
.mallbox {
background:#fff;
border-radius:5px;
box-shadow: 0 0 8px #c2c2c2;	
overflow:hidden;
margin:10px;
	}
.mallbox h4 {
font-size:16px;
font-weight:500;
color:#00202B;	
	}	
.mallimg {
width:100%;
height:240px;
object-fit:cover;	
	}
.bigshops {
height:365px;
border-radius:5px;
overflow:hidden;
position:relative;	
	}
.bigimg {
width:100%;
height:100%;	
object-fit:cover;
position:relative;
transition: all ease-in-out .5s;
	}
.bigshops:hover .bigimg,.smallshops:hover .bigimg {
transform: scale(1.1);
transition: all ease-in-out .5s;	
	}	
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
top: 0;
display: flex;
align-items: end;
justify-content: end;
padding: 20px;
flex-direction: column;
}
.smallshops {
height:175px;
border-radius:5px;
overflow:hidden;
position:relative;	
	}
#mallcarousel .owl-nav {
text-align:center;	
	}
#mallcarousel .owl-prev,#mallcarousel .owl-next {
width: 35px;
height: 35px;
  background: #00202B !important;
  color:#fff !important;
  border-radius:5px;
  margin:10px 5px;	
	}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 23%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 30%;
  bottom:auto;
}
.placebox {
border-radius:5px;
background:#fff;
overflow: hidden;
margin-bottom:20px;	
	}

.imgplace {
width:100%;
height:100%;
transition: all ease-in-out .5s;
object-fit: cover;
	}
.placebox:hover	.imgplace {
transform: scale(1.1);
transition: all ease-in-out .5s;		
	}
.pimgbox {
overflow:hidden;	
	}	
.badge {
  font-weight: 300;
  padding: 8px 15px;
  border-radius: 50px;
  background: #F01313 !important;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-link {
color:#F01313;	
	}
.contactbox {
border:solid 1px #f5f5f5;
background:#fff;
align-items: center;	
	}	
.contact-left {
background:#fff4f4;
padding:50px;
flex: -moz-available;	
align-self: stretch;
	}
.contact-right {
padding:50px;	
background:#fff;
	}
.introimg {
height:400px;
width:400px;
object-fit:cover;	
border-radius:100%;
	}	
.themebox {
background:#fff url(../images/theme-bg.png) 0 20% no-repeat;
background-size:cover;
padding:50px 0;	
	}	
.packagebg {
background:#fff url(../images/packagebg.png) 0 20% no-repeat;
background-size:cover;
padding:50px 0;		
	}	
.asscimg {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all ease-in-out .5s;
}
.info-wrap {
  padding: 1rem 1.2rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  border: none;
}
.info-wrap .btn {
  min-width: 100px !important;
  padding: 8px 12px !important;
}	
.shopbox {
transition: all ease-in-out .5s;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	}
.shopbox:hover {
transition: all ease-in-out .5s;
box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
	}		
.shopbox:hover .asscimg {
transform: scale(1.1);
transition: all ease-in-out .5s;	
	}	
.info-wrap h4 {
font-weight:300;	
	}	
.codebox {
  background: #FDF6F6;
  border: dashed 1px #bfbfbf;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  padding: 20px 30px;
  margin: 25px 10px;
  display: inline-block;
  position:relative;
}
.codebox::before {
  content: " \F528";
  position: absolute;
  left: 1px;
  top: -10px;
  font-family: bootstrap-icons !important;
  font-size: 30px;
  transform: rotate(79deg);
  color: #fb3a3a;
}
.menuheading {
position:relative;	
	}
.menuheading::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  bottom: -15px;
  background-color: #F01313;
}
.menubox {
  padding: 30px 20px;
  margin-bottom: 30px;
  background:#fff4f4;
}
.accountmenu {
  list-style: none;
  padding: 0;
}
.accountmenu li {
  border-bottom: solid 1px #eee;
}
.accountmenu li:last-child {
  border-bottom: none;
}
.accountmenu li a {
  padding: 16px;
  border-radius: 0;
  margin-bottom: 0px;
  display: block;
  color: #222;
}
.accountmenu li a:hover, .accountmenu li a.active {
  background: #F01313;
  border-color: #F01313;
  color: #fff;
}
.profile {
background:#fff;
padding:30px;	
	}
.form-control-plaintext {
  padding: 20px 0;
  border-bottom: solid 1px #eee;
}
.iconbox1 {
vertical-align:middle;
margin-right:10px;	
	}
.loginbtn:after {
display:none;	
	}			
  
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
    color: #ffffff;border-radius: 23px;
    background-color: #07739b;
    border-radius: none;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      border-color: #dee2e6 #dee2e6 #fff;
      font-weight: bold;
      color: #ffffff !important;border-radius: 23px;
      background-color: #6f3186 !important;
      border-radius: none;
      
      }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {font-size: 13px;}
        .nav-tabs .nav-link {
        border: none;
        border-top-right-radius: inherit;
        /* border: 1px solid#ccc; */
        border-radius: 29px;
        margin: 0px 8px 0px;
        padding: 0px 14px 1px 10px;
        color: #655f5f;
        font-size: 13px;
        font-weight: 500;
        }

  .box-error{
    border:1px solid red;
  }
.pimg {
  height: 390px;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}
.tablebox {
  background: #fff4f4;
  padding: 15px;
  border-radius: 10px;
  border: dashed 1px #ffbfbf;
  margin-bottom: 20px;
}
#sync2 .item {
  padding: 5px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  border: solid 1px #f5f5f5;
}
#sync2 .current .item {
  border-color: #dc3545;
} 

.card-header {
background:#fdeded !important;	
	}	
@media only screen and (min-width:320px) and (max-width:767px) {
.introimg {
height:500px;
width:100%;
border-radius:10px;
	}	
.pimg {
  object-fit: contain;
}
h1 {
font-size:30px;	
	}
h2 {
font-size:25px;	
	}
.contact-right {
  padding: 20px;
}					
	}
@media only screen and (min-width:768px) and (max-width:1024px) {	
h1 {
font-size:35px;	
	}		
}