
.headtop{
  background-color: #0DB8C4;
  padding: 0px 0;
}
.contact-top ul {
  margin: 0;
}
.contact-top ul li{
  float: left;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
.contact-top ul li a{
  float: left;
  color: #fff;
  font-size: 16px;
}
.top-sec{
  width: 100%;
  background-color:#3E4095;
}
.header-fixed{
  width: 100%;
  padding: 0px;
  /*background: linear-gradient(rgba(000,0,0,1), rgba(000,0,0,0));*/
  background: #fff500;
  z-index: 999;
  top: 0;
  transition: all .7s ease-in-out;
}
.top-sec ul{margin:0;}
.top-right-sec{width: 100%;text-align: right;}
.top-right-sec ul li{border-left: solid 1px #eee;border-right: solid 1px #eee;float: right;}
.top-right-sec ul li a {color: #ffffff;padding: 5px 15px;float: right;}
.top-right-sec ul li a:hover {color: #222;text-decoration: none;}

.top-left-sec{width: 100%;text-align: left;}
.top-left-sec ul li {float: left;border-left: solid 1px #eee;}
.top-left-sec ul li:last-child{border-right: solid 1px #f5f5f5;}
.top-left-sec ul li a {color: #ffffff;padding: 6px 13px;float: left;}
.top-left-sec ul li a:hover{text-decoration: none;}

.social {
float: right;
margin: 0px;
padding: 5px 0;
list-style: none;
color:#ffffff;
}
.social label {
color:#fff;
margin-right: 10px;
}

.social ul {
margin: 0;
list-style: none;
}
.social ul li {
float: left;
list-style: none;
margin-left: 5px;
}
.social ul li a i {
padding:8px 10px;
text-align: center;
text-decoration: none;
font-size: 14px;
color:#ffffff;
border-radius: 50%;
height: 30px;
width: 30px;
}
.fa-facebook{background-color: #4B69B0;}
.fa-youtube-play{background-color: #E83F3A;}
.fa-twitter{background-color: #37B1E1;}
.fa-whatsapp{background-color: #2BA63A;}
.fa-instagram{background-image: linear-gradient(to right, #F8AE52, #DA2E50, #6253A0);}
.header {
  width: 100%;
  padding: 10px 0px;
}
.login-btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #178ACE;
  border-color: #178ACE;
}
.login-btn:hover{color: #ffffff;text-decoration: none;}
.login-btn:focus{color: #ffffff;text-decoration: none;}
.reg-btn{
  width: 100%;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff !important;
  background-color: #EA0B2A;
  border-color: #EA0B2A;
}
/*-------------*/
.abt-title{width: 100%;padding: 50px 0;background:url(../img/banner1.jpg);}
.abt-sec{
  width: 100%;
  padding: 50px 0;
}
.abt-sec p {text-align: justify;line-height: 30px;}
.abt-sec h3{margin-top: 0;color: #ee2f34;font-size: 20px;}
.mission-sec{
  width: 100%;
  padding: 30px 0;
  background-color: #F2F3F8;
}
.mission-sec h3{margin-top: 0;color: #ee2f34;font-size: 20px;}
.mission-sec p{line-height: 26px;text-align: justify;}
.mission-sec ul li{
  padding: 5px 0;
}
.mission-sec ul li i {color: #ee2f34;margin-right: 10px;}
.prd-sec{
  width: 100%;
  padding: 40px 0;
}
.prd-item{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  display: inline-block;
  margin-bottom: 20px;
}
.prd-cont {padding: 0 10px;cursor: pointer;height: 75px;overflow: hidden;}
.prd-cont h4{text-transform: capitalize;font-weight: 500;color: #CF0C03;line-height: 28px;}
.prd-img {width: 100%;height: 100%;overflow: hidden;}
.prd-img img {max-width: 100%;-moz-transition: all 0.4s;-webkit-transition: all 0.4s;transition: all 0.4s;cursor: pointer;}
.prd-item:hover .prd-img img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}
.prd-title{
  width: 100%;
  height: 250px;
  background: url(../img/pro-banner.jpg);
  background-size: cover;
}


.contact-title{
  width: 100%;
  height: 200px;
  background: url(../img/contact-title.jpg);
  background-size: cover;
}

.contact-sec{width: 100%;padding: 40px 0}

/*-----*/
.form-x {
    width: 100%;
    padding: 30px 0;
    background-color: #EDEDED;
}
.form-x label {
    text-align: right;
    font-weight: normal;
    color: #000;
}
.bg-clr {
  background-color:#ffffff;
  width:70%;
  margin:auto;
  padding: 20px 5px;
  border-radius: 0px;
  display:flex;
  background: linear-gradient(#36c8de, #a8daf8);
  position: relative;
}
.bg-clr:before {
    width: 50%;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #ffffff;
}
.bg-clr img{padding: 30px;}
.login-form{padding-left: 10px;}
.imgcontainer {
text-align: center;
margin: 0px 0 10px 0;
position: relative;
}
.imgcontainer h3{
  text-transform: uppercase;
  color: #EA0B2A;
  font-weight: bold;
  letter-spacing: 1px;
}
img.avatar {
width: 50%;
margin: auto;
}
span.psw {
float: right;
padding-top: 16px;
}
.pulse {
background-color:#EA0B2A;
color:#fff;
display:inline-block;
padding:10px 15px;
margin-top: 4px;
border-radius: 5px;
font-weight:bold;
text-align:center;
text-transform: uppercase;
}
.pulse:hover {
background-color:#003CA6;

}
.login {
background-color:#EA0B2A;
color:#fff;
display:inline-block;
padding:2px 8px;
top: 4px;
border-radius: 30px;
font-weight:bold;
text-align:center;
}
.login:hover {
background-color:#003CA6;
}
#msform {
width: 100%;
margin: 0px auto;
text-align: center;
position: relative;
padding:0px 15px;
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other
position: absolute;*/
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}

/*buttons*/
#msform .action-button {
width: 100px;
background: #ff0000;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #ff0000;
}
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
margin-top: 0;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
/*--------------my account-------------*/
.white-bg {
  background-color: #fff;
}
.profile-sec{
  padding: 0px 0 10px;
  background: #f5f5f5;
}
.side-bar {
  width: 100%;
  float: left;
  min-height: 70vh;
  padding-bottom: 0px;
  margin-top: 10px;
}
.wallet-amount{
  width: 100%;
  padding: 10px;
}
.profile-details{
  width: 100%;
  min-height: 75vh;
}
.side-bar-title{width: 100%;display: inline-block;padding: 10px;margin-bottom: 10px; text-align: center;background-color: #FFFBF2;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);}
.side-bar-title h4 {font-size: 15px;line-height: 22px;margin: 0;}
.side-bar-title .profile-pic{
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  border: solid 1px #dfdfdf;
  overflow: hidden;
  float: left;
}
.side-bar-title .hadding-title{
  float: left;
  text-align: left;
  }

.side-bar ul {
  margin: 0;
  padding: 0;
  min-height: 70vh;
  float: none;  
  border-top: none;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.side-bar ul li {
  list-style: none;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.side-bar ul li:hover{
  border-left:  solid 5px #036DB8;
  color: #036DB8;
}
.side-bar ul li a{
  padding: 8px 15px;
  color: #656565;
  line-height: 25px;
  display: block;
  border-bottom: solid 1px #eee;
  font-size: 14px;  
}
.side-bar ul li a:hover { 
  color: #036DB8;
  text-decoration: none;
}
.side-menu ul li a:focus { 
  color: #036DB8;
  text-decoration: none;
}
.side-bar ul li .active {
  border-left:  solid 5px #036DB8;
  color: #036DB8;
  text-decoration: none;
}
.side-bar ul li a i{font-size: 18px;margin-right: 10px;color: #036DB8;}
.profl-sec{
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  margin-top: 10px;
}
.h3-title{
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #E8E8E8;
  background-color: #F1E6CD;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.h3-title h3{margin: 0;font-size: 20px;color: #036db8;}
.transactions-list{width: 100%;display: block;}
.transactions-item{
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #E9E9E9;
  padding: 10px;
}
/*------------*/

/*-------------*/
@media (max-width: 768px){
  .header-fixed {
    box-shadow: 1px 2px 5px #656565;
    padding-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .request-btn{float: left;}
  .request-btn a{float: left;}
  .adult-title{padding: 0}
  .why-title{padding: 0}
  .contact-title{padding: 0}
  .appoin-sec h1{font-size: 35px;}
  .why_sec {background: transparent;}
  .why_sec .why-contant ul {padding-left: 15px;}
  .why_sec .why-contant ul li {text-align: justify;}
}
