@import url("bootstrap.min.css") ;

*, h1, h2, h3, h4, h5, h6, ul, p{
    margin: 0;
    padding: 0;
}


/* @font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.eot') format('truetype'),
    url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.woff') format('woff'), 
    url('fonts/Roboto-Bold.ttf') format('truetype'), 
    url('fonts/Roboto-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */

  body{
      padding: 0;
      margin: 0;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      box-sizing: border-box;
      color: #192127;
      background: url('../images/bg-img.png') no-repeat;
      background-size: cover;
      background-attachment: fixed;
  }

  a, a:hover, a:focus{
      text-decoration: none;
  }

  header{
      padding: 25px 50px;
  }

  .form-main{
      padding: 40px;
      background-color: #fbb819;
      border-radius: 5px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40%;
      box-shadow: 0px 0px 15px #000; 

      /* padding: 40px;
      background-color: #fbb819;
      border-radius: 5px;
      width: 40%;
      box-shadow: 0px 0px 15px #000;
      margin: auto;*/
  }

  .form-heading{
      font-size: 3em;
      font-weight: 700;
      margin: 0;
      letter-spacing: 0.5px;
  }

  .english{
      text-transform: uppercase;
  }

  .inverse{
    color: #fff !important;
  }

  .form-subheading {
      margin-top: 10px;
      letter-spacing: 0.5px;
      font-size: 2.3em;
  }

  .form-subheading::after, .form-subheading::before{
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50px ;
  }

  .form-subheading::before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .form-subheading::after {
    left: 0.5em;
    margin-right: -50%;
  }

  .formBlock{
      margin-top: 40px;
  }

  .formBlock{
      padding: 0px 30px;
  }

  .form-group .form-control{
      border: none;
      height: 4.5em;
      padding: 13px 25px 10px 50px;
      color: #0a1218;
      font-size: 1em;
  }

  .form-group .form-control:focus{
      box-shadow: none;
  }

  .form-group .form-control::placeholder { /* Firefox, Chrome, Opera */ 
    color: #0a1218; 
  } 
  
  .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #0a1218; 
  } 
  
  .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #0a1218; 
  } 

  .form-group{
    position: relative;
    margin-bottom: 25px;
  }

  .form-group img.inputIcon{
      position: absolute;
      top: 35%;
      left: 15px;
  }

  .forgPass, .forgPass:hover, .forgPass:focus{
      font-size: 0.8em;
      color: #0a1218;
      font-weight: 400;
  }

  .forgPass:hover{
      text-decoration: underline;
  }
  

  .btn-default.loginBtn, .btn-default.loginBtn:focus{
      display: block;
      width: 100%;
      background-color: #0a1218;
      color: #fff;
      font-weight: 500;
      font-size: 1.2em;
      height: 50px;
      border: none;
      padding: 0.6em;
      letter-spacing: 1px;
      box-shadow: 4px 0px 10px #a47609;
      margin-bottom: 25px;
      transition: all 0.5s;
  }

  .btn-default.loginBtn:hover{
    background-color: #fff;
    color: #0a1218;
  }

  .signup, .signup:focus, .signup:hover,
  .signin, .signin:focus, .signin:hover{
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.5px;
  }

  .showPass{
      position: absolute;
      top: 37%;
      right: 15px;
      width: 1em;
  }

  .form-main.registration{
    width: 60%;
    padding: 25px;
  }

  .form-group .inputIcon{
    width: 1.1em;
  }

  /* payment page css starts */

  .breath{
    padding: 50px;
  }

  .heading{
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }

  .yellow{
    color: #fbb819 !important;
  }

  .subheading{
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 1.7em;
  }

  .package-details{
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #000;
    width: 60%;
    margin: 25px auto auto auto;
  }

  .package-details h3{
    font-size: 1.3em;
    font-weight: 500;
  }

  .divider{
    width: 70px;
    height: 3px;
    background-color: #fbb819;
    margin: 15px 0px 25px;
  }

  ul.package-features{
    margin-bottom: 20px;
  }

  .bullet{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fbb819;
    border-radius: 50%;
    vertical-align: sub;
    margin-right: 10px;
  }

  ul.package-features li{
    font-size: 1.05em;
    letter-spacing: 0.5ps;
    padding: 7px 0px;
  }

  .btn-warning, .btn-warning:focus{
    background-color: #fbb819;
    border: none;
    color: #0a1218;
    padding: 0.7em 1.4em;
    font-size: 1em;
    transition: all 0.3s;
  }

  .btn-warning:hover{
    background-color: #fbb819;
    border: none;
    color: #0a1218;
    box-shadow: 0px 5px 8px #666;
  }

  /* price page css starts */

  #priceInner{
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }
  
  #priceInner .price-box{
    box-shadow: 0px 0px 10px #000;
    margin: 10px;
    border-radius: 8px;
    flex: 1;
    background-color: #fff;
    overflow: hidden;
  }

  .price_main{
    padding: 0px 50px;
    width: 100%;
  }

 .price-header{
   padding: 15px;
   background-color: #fbb819;
 }

.price-body table {
    font-weight: 500;
}

 .header-heading{
   font-size: 1.6em;
   letter-spacing: 0.5px;
   font-weight: 400;
 }

 .table{
   margin-bottom: 0px;
   max-width: 100.1%;
   width: 100.1%;
   border-top: 1px solid #fff;
   font-size: 1.1em;
   letter-spacing: 0.5px;
 }

 .table thead{
   background-color: #e1a93f;
 }
 
 .table thead tr th{
   font-weight: 500;
   letter-spacing: 1px;
 }

 .table thead tr th,  .table tbody tr td{
   padding: 0.9em;
   border: none;
 }

 .table tbody tr:nth-child(even){
   background-color: #fff8e8;
 }

 .table tbody tr td{
  border-right: 1px solid #f6e0b5;
}

 .table tbody tr td:last-child{
   border-right: none;
 }

 .tenTola{
   padding: 15px;
 }

 .tenTola h4{
   margin-bottom: 7px;
   font-size: 1em;
   font-weight: 400;
 }

 .tenTola h3{
  font-weight: 600;
  font-size: 1.5em;
}

#caretPrice{
  background: #fff url('../images/priceBg.png') no-repeat;
  background-position: right bottom;
}

.my-acc, .my-acc:hover, .my-acc:focus{
  display: inline-block;
  padding: 0.8em 1em;
  border: 1px solid #fbb819;
  color: #fff;
}

.flex-center{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.dropDown-btn{
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.user-profile{
  position: relative;
  text-align: right;
}

.profile-dropdown{
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  top: 55px;
  display: none;
  z-index: 9999;
}

.profile-dropdown li a{
  display: block;
  padding: 10px 15px;
  font-size: 1em;
  color: #0a1218;
  text-align:left;
}

.profile-dropdown li:first-child a{
  border-bottom: 1px solid #ccc;
}

.profile-dropdown:after {
  content:'';
  position: absolute;
  bottom: 100%;
  left: 76%;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: solid 7px #fff;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

.advertisement{
  padding: 10px;
}

.advertisement img{
  width: 100%;
}

.inc-dec{
  width: 0.7em;
  margin-left: 10px;
}

/* My Account css starts */
.myAcc-block{
  padding: 15px 50px ;
}

.nav-pills{
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.nav-pills>li>a{
  text-align: left;
  padding: 15px 15px 15px 45px;
  color: #0a1218;
  transition: all 0.3s;
  border-bottom: 1px solid #eee;
}

.nav-pills>li>a:hover{
  background-color: #fbb819 !important;
  color: #fff;
  border-radius: 0px;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover{
  border-radius: 0px;
}

#userAcc-section{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.account-info{
  background-color: #fff;
  flex-grow: 3;
  border-radius: 5px;
  flex: 4;
  overflow: hidden;
}

#userAcc-section ul.nav-pills{
  flex-grow: 0.2;
  flex: 1;
  margin-right: 25px;
  width: 220px;
}

#userAcc-section ul li.active a#profile, #userAcc-section ul li a#profile:hover{
  background: #fbb819 url('../images/username-white.png') no-repeat;
  background-position: 15px center;
  background-size: 1.1em;
}

#userAcc-section ul li a#profile{
  background: #fff url('../images/username.png') no-repeat 1.1em;
  background-position: 15px center;
  background-size: 1.1em;
}

#userAcc-section ul li.active a#changePass, #userAcc-section ul li a#changePass:hover{
  background: #fbb819 url('../images/pass-white.png') no-repeat;
  background-position: 15px center;
  background-size: 1.1em;
}

#userAcc-section ul li a#changePass{
  background: #fff url('../images/pass.png') no-repeat;
  background-position: 15px center;
  background-size: 1.1em;
}

#userAcc-section ul li.active a#packageDet, #userAcc-section ul li a#packageDet:hover{
  background: #fbb819 url('../images/package-white.png') no-repeat;
  background-position: 15px center;
  background-size: 1.1em;
}

#userAcc-section ul li a#packageDet{
  background: #fff url('../images/package-gray.png') no-repeat;
  background-position: 15px center;
  background-size: 1.1em;
}

#userAcc-section ul li a#logout:hover{
  background: #fbb819 url('../images/logout-white.png') no-repeat;
  background-position: 15px center;
  background-size: 1.1em;
}

#userAcc-section ul li a#logout{
  background: #fff url('../images/logout-gray.png') no-repeat;
  background-position: 15px center;
  background-size: 1.1em;
}

.tab-header{
  background-color: #fbb819;
  padding: 15px;
  height: 52px;
}

.tab-header .header-heading{
  font-size: 1.3em;
}

.tab-body{
  padding: 1.7em;
}

.tab-body .form-group .form-control, .tab-body .form-group select{
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 10px 15px;
}

.updateBtn, .updateBtn:focus{
    background-color: #0a1218;
    color: #fff;
    border: none;
    border: 1px solid #0a1218;
    margin-right: 10px;
    padding: 0.5em 1em;
}

.btn-default{
  padding: 0.5em 1em;
  font-size: 1em;
}

.editBtn, .editBtn:focus, .editBtn:hover{
  background-color: #0a1218;
  color: #fff;
  border: none;
  border: 1px solid #0a1218;
  padding: 3px 15px;
  font-size: 0.7em;
}

.editBtn img{
  max-width: 1.1em;
}

.tab-body h3.subheading{
  font-size: 1.3em;
}

.nav-stacked>li+li{
  margin-top: 0;
}

.user-profile{
  opacity: 0;
  transition: all 0.5s;
}

header:hover .user-profile{
  opacity: 1;
}

/* forgot password css starts */
.popup-main{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.forgot-close{
  font-size: 1.5em;
  color: #666;
  position: absolute;
  top: 30px;
  right: 50px;
}

.forgot-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.forgot-inner h1{
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #fbb819;
}

.forgot-inner img{
  width: 15em;
  margin-bottom: 15px;
  display: block;
  margin: 0px auto 25px auto;
}

.forgot-inner input{
  background-color:  #eee !important;
  width: 80%;
  margin: auto;
  padding: 15px !important;
  border: none !important;
  box-shadow: none;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
}

.forgot-inner h4{
  font-weight: 400;
  margin-bottom: 25px;
  opacity: 0.7;
}

.forgot-inner a.btn {
  width: 200px;
  margin: 10px;
  padding: 0.7em;
  font-size: 1.2em
}

.forgot-inner a.btn-default{
  border: none;
  background-color: #ddd;
}

.errorMain img{
  width: 1.1em;
  position: absolute;
  top: 38%;
  right: 15px;
  width: 1em;
}

span.errorMsg{
  font-size: 0.8em;
  display: block;
  padding: 3px 8px;
  background-color: #0a1218;
  border-radius: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  color: #ff3333;
  transition: all 0.3s;
  border: none;
}


span.errorMsg:after {
  content: '';
  position: absolute;
  bottom: 90%;
  left: 80%;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: solid 7px #0a1218;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

/* alert pop up  start here */
.sucpopup .modal-dialog {
    width: 290px;
    margin: 30px auto;
}

.sucpopup .modal-content p {
    text-align: center;
    padding: 24px 0;
}

.sucpopup .modal-footer {
    padding: 0;
    margin-top: 5px;
    text-align: center;
    border-top: 0;
    margin-bottom: 10px;
}

.successPopup_content {
    margin-top: 50%;
    border-radius: 8px;
    padding: 20px 10px 10px 10px;
}
.successPopup_content h4 {
    text-align: center;
    color: #006699;
    margin-bottom: 20px;
}
.successPopup_content button {
    padding: 5px 30px;
}

/* alert pop up  end here */

.loaderMain{
    position: fixed;
    top: 0;
    left:200px;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
    color: #fff;
}

.loaderInner{
    position: relative;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@keyframes pulse {
 0% {
   transform: scale(1);
 }

 
 100%{
   transform: scale(1.2);
 }
}

@keyframes pulse-ring {
 0% {
   transform: scale(0);
   opacity: 1;
 }

 
 100%{
   transform: scale(1);
   opacity: 0;
 }
}

circle#dot {
 transform-origin: 50% 50%;
 animation: pulse .6s -.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
}

circle#ring {
 transform-origin: 50% 50%;
 animation: pulse-ring 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.timedate {
    font-size:24px;
    color:#fff;
    display:block;
    margin-left: 15px;
}

.label {
    color: #222423;
    font-weight:400;
    margin-bottom: 5px;
    display: block;
}

.contact-heading {
    margin-bottom: 15px;
}

.spcing {
    padding: 0px 50px 30px;
}