body{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
a:hover{
  text-decoration: none;
}
a,span {
  display: inline-block;
}
ul{
  margin:0;
  padding:0;
  list-style: none;
}
li {
  list-style: none;
}
button {
  padding: 0;
  outline: none !important;
}
h1 {
  font-weight: 500;
  font-size: 70px;
  color: #000000;
  line-height: 1;
  text-transform: inherit;
}
h2 {
  font-weight: 500;
  font-size: 30px;
  color: #012060;
  text-transform: uppercase;
  line-height: 1.2;
}
h3 {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
}
p, span {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.5;
}
.container {
  max-width: 950px;
  padding-left: 20px;
  padding-right: 20px;
}
/* ========================================================================== */
/* =====                        Start Header Area Css                   ===== */
/* ========================================================================== */
.header-area {
  background: #BDD7EE;
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}
.header-area .container {
  position: relative;
}
.mobile-dropdown-menu-area {
  position: absolute;
  left: 0;
  top: 102px;
  width: 100%;
  z-index: 999;
  display: none;
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mobile-icon img {
  width: 40px;
  height: auto;
}
.header-text a {
  font-weight: 500;
  font-size: 30px;
  color: #040404;
  text-transform: uppercase;
  line-height: 1.5;
}
.header-logo img {
  width: 70px;
  height: auto;
}
.mobile-dropdown-menu-content ul,.logout-button ul {
  background: #012060;
  max-width: 450px;
  width: 100%;
  padding: 36px 50px;
  padding-bottom: 0;
}
.mobile-dropdown-menu-content ul li a img,.logout-button ul li a img {
  height: 40px;
  width: auto;
}
.mobile-dropdown-menu-content ul li a,.logout-button ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 36px;
}
.mobile-dropdown-menu-content ul li a .menu-icon,.logout-button ul li a .menu-icon {
  width: 70px;
}
.mobile-dropdown-menu-content ul li a .menu-text p,.logout-button ul li a .menu-text p {
  font-size: 30px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.logout-button ul {
  background: #BDD7EE;
}
.logout-button ul li a .menu-text p {
  color: #012060;
}

/* ========================================================================== */
/* =====                         End Header Area Css                    ===== */
/* ========================================================================== */

/* ========================================================================== */
/* =====                       Start Welcome Dr Area Css                ===== */
/* ========================================================================== */
.welcome-dr-area {
  background: #FFFFFF;
}
.welcome-dr-top-text h3 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
}
.welcome-dr-top-text p span {
  color: #5FA8E8;
}
.wallet-balance-area {
  background: #BDD7EE;
  padding: 65px 20px;
  text-align: center;
  border-radius: 20px;
  margin-top: 18px;
  margin-bottom: 25px;
}
.wallet-balance-area p {
  text-transform: inherit;
}
.wallet-balance-area h1 {
  padding-top: 10px;
}
.total-earning-area h2 {
  padding-bottom: 100px;
}
.total-graf-right-image img {
  max-width: 720px;
  width: 100%;
  height: auto;
}
.total-earning-graf-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.total-graf-left-content p, .total-graf-right-content p {
  font-weight: 600;
  font-size: 30px;
  color: #012060;
  text-align: center;
  padding: 0 20px;
}
.total-graf-left-content p {
  padding-bottom: 42px;
}
.total-graf-left-content {
  margin-top: -50px;
  margin-right: 30px;
}
.total-graf-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 60px;
}
.total-graf-right-image {
  position: relative;
}
.total-graf-right-image::after {
  content: "";
  position: absolute;
  background: #000000;
  width: 1px;
  height: 108%;
  left: 0;
  bottom: 0;
}
.total-graf-right-image::before {
  content: "";
  position: absolute;
  background: #000000;
  width: 102%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.same-button button {
  font-weight: 500;
  font-size: 30px;
  border: none;
  background: url('../images/button_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  text-align: left;
  padding: 15px 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #FFFFFF;
}
.qr-code-image img {
  max-width: 470px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.qr-code-top-content p {
  font-weight: 400;
  font-size: 25px;
  color: #67666D;
  text-transform: inherit;
  line-height: 1.2;
  padding-top: 25px;
  padding-bottom: 30px;
}
.qr-code-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qr-code-link-content a {
  font-weight: 400;
  font-size: 25px;
  color: #012060;
  text-transform: inherit;
  border: 2px solid #012060;
  padding: 10px 20px;
  border-radius: 22px;
  width: 92%;
}
.qr-code-link-content img {
  width: 55px;
  height: auto;
}
.qr-code-bottom-text {
  padding-top: 60px;
  padding-bottom: 75px;
}
.qr-code-bottom-text p {
  font-size: 23px;
  color: #67666D;
  text-transform: inherit;
  text-align: center;
  width: 92%;
  margin-top: 10px;
}
.usdt-area {
  padding-top: 50px;
}
.usdt-right-content img {
  max-width: 380px;
  width: 100%;
  height: auto;
}
.usdt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.usdt-button button {
  border: none;
  background: url(../images/button_bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5px 25px;
  font-weight: 500;
  font-size: 35px;
  color: #012060;
  width: 100%;
  text-align: left;
}
.single-usdt-text p {
  font-weight: 500;
  color: #012060;
}
.single-usdt-text span {
  color: #000000;
  line-height: 1.2;
}
.single-usdt-text {
  padding-top: 18px;
}
.usdt-bottom-text a,.homs-bottom-text a {
  text-align: center;
  color: #012060;
  padding-top: 50px;
  padding-bottom: 20px;
  display: block;
  text-transform: uppercase;
}
.homs-bottom-text a {
  border-bottom: 2px solid #707070;
}
.qualified-content h2 {
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  line-height: 1.3;
}
.second-usdt-button button {
  font-weight: 500;
  font-size: 40px;
  color: #012060;
  background: #DBDFE3;
  border: none;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  line-height: normal;
  border-radius: 20px;
}
.enable-button-top-text p {
  color: #012060;
  padding: 30px 0;
}
.auto-scale-content.pera {
  cursor: pointer;
}
.auto-scale-content h4 {
  font-weight: 500;
  font-size: 30px;
  color: #012060;
  text-transform: uppercase;
  margin-right: 25px;
  cursor: default;
}
.enable-button-bottom-text p {
  font-size: 18px;
  color: #67666D;
  text-transform: inherit;
}
.enable-button-bottom-text p a {
  text-transform: inherit;
  color: #012060;
}
.enable-button-bottom-text {
  padding-top: 20px;
  padding-bottom: 50px;
}
.auto-scale-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.auto-scale-content P {
  font-weight: 300;
  font-size: 30px;
  margin-left: 30px;
  cursor: default;
}
.enable-button-second-text {
  padding-top: 10px;
  padding-bottom: 40px;
  display: none;
}
.showcontent {
  display: block;
}
.rooms-button a {
  background: #012060;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  padding: 12px 40px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.rooms-button a:hover {
  background: #02153c;
  color: #FFFFFF;
}
.rooms-button-text p {
  padding-top: 30px;
  padding-bottom: 20px;
}
.auto-scale-button img,.auto-scale-button-two img {
  width: 75px;
  height: auto;
  cursor: pointer;
}
/* ========================================================================== */
/* =====                        End Welcome Dr Area Css                 ===== */
/* ========================================================================== */

/* ========================================================================== */
/* =====                         Start Rooms Area Css                   ===== */
/* ========================================================================== */
.rooms-area {
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 60px;
}
.qualified-area {
  border-top: 2px solid #707070;
}
.qualified-area.qualified-border {
  border-top: none;
}
/* ========================================================================== */
/* =====                          End Rooms Area Css                    ===== */
/* ========================================================================== */

/* ========================================================================== */
/* =====                        Start Wallet Area Css                   ===== */
/* ========================================================================== */
.wallet-area {
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.deposit-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.deposit-show {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.wallet-balance-area.wallet {
  margin-top: 35px;
  margin-bottom: 35px;
}
.wallet-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.single-wallet-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
.single-wallet-button button {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  border: none;
  width: 100%;
  text-align: center;
  background: #012060;
  padding: 18px 10px;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.single-wallet-button button:hover,.submit-button button:hover,.download-svg-button button:hover,.withdrawal-submit-button button:hover,.send-message-button button:hover,.register-button button:hover {
  background: #02153c;
  color: #FFFFFF;
}
.wallet-single-date input[type="date"] {
  font-weight: 400;
  font-size: 25px;
  color: #012060;
  padding: 18px 65px 18px 20px;
  width: 100%;
  border: 1px solid #012060;
  border-radius: 15px;
  outline: none !important;
  cursor: pointer;
}
.wallet-single-date input[type="date"]::focus {
  outline: none;
  display: none;
}
.helloicon::focus {
  outline: none;
  display: none;
}
.wallet-date-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wallet-single-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  position: relative;
}
.wallet-single-date::after {
  /*content: '';
  position: absolute;
  background: url('../images/ico/calendar.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 38px;
  height: 40px;
  right: 20px;
  bottom: 18px;
  pointer-events: none;*/
}
/* .helloicon::-webkit-inner-spin-button, */
/*Need to same as the .wallet-single-date::after */
.helloicon::-webkit-calendar-picker-indicator {
  /*-webkit-appearance: none;
  position: absolute;
  right: 20px;
  width: 38px;
  height: auto;
  outline: none;
  */
  position: absolute;
  background-image: url('../images/ico/calendar.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 38px;
  height: 40px;
  right: 20px;
  bottom: 18px;
}
.wallet-single-date label {
  font-weight: 400;
  font-size: 22px;
  color: #5FA8E8;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.submit-button button {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  background: #012060;
  border: none;
  padding: 18px 100px;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 0 5px 15px 5px;
}
.table-heading h5 {
  font-weight: 400;
  font-size: 25px;
  color: #5FA8E8;
  text-transform: uppercase;
  line-height: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}
.table-heading h5:nth-child(1) {
  text-align: left;
}
.table-heading h5:nth-child(2) {
  text-align: left;
}
.table-heading h5:nth-child(4) {
  text-align: right;
}
.wallet-table {
  padding-top: 80px;
  padding-bottom: 35px;
}
.table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 18px 5px;
  border-bottom: 1px solid #707070;
}
.table-body .table-body-text:nth-child(1) {
  text-align: left;
}
.table-body .table-body-text:nth-child(2) {
  text-align: left;
}
.table-body .table-body-text:nth-child(2) p {
  text-align: center;
  margin-right: 80px;
}
.table-body .table-body-text:nth-child(4) {
  text-align: right;
}
.table-body-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.table-body-text p,.table-footer p,.table-body-text a {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
}
.table-body-text a {
  color: #012060;
  text-transform: inherit;
  border-bottom: 2px solid #012060;
  line-height: 22px;
}
.table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 5px;
  border-bottom: 1px solid #707070;
}
.table-footer p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: right;
}
.table-footer p:nth-child(1) {
  margin-right: 70px;
}
.download-svg-button button,.withdrawal-submit-button button {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  background: #012060;
  border: none;
  padding: 18px 50px;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.withdrawal-submit-button button {
  padding: 18px 40px;
  margin-top: 35px;
  margin-bottom: 100px;
}
.back-button img {
  width: 30px;
  height: auto;
  margin: 28px 0 28px 15px;
}
.deposit-image-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.deposit-left-image img {
  width: 60px;
  height: auto;
  margin-right: 70px;
}
.deposit-right-text p {
  color: #67666D;
  text-transform: inherit;
  text-align: center;
  line-height: 1.2;
}
.withdrawal-address-content {
  border: 1px solid #012060;
  padding: 25px 30px;
  border-radius: 15px;
}
.withdrawal-address-content p {
  color: #5FA8E8;
  padding-bottom: 20px;
}
.withdrawal-address-content a {
  color: #012060;
  text-transform: inherit;
  font-size: 18px;
}
/* ========================================================================== */
/* =====                         End Wallet Area Css                    ===== */
/* ========================================================================== */

/* ========================================================================== */
/* =====                       Start Reoprts Area Css                   ===== */
/* ========================================================================== */
.reports-area {
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 300px;
}
.total-earning-area.reports {
  padding-top: 80px;
}
.total-graf-right-text.reports {
  padding-bottom: 0;
}
.total-graf-left-content.reports {
  margin-top: -15px;
}
.total-graf-right-image.reports::before {
  width: 100%;
}
.total-graf-right-image.reports::after {
  height: 100%;
}
/* ========================================================================== */
/* =====                        End Reoprts Area Css                    ===== */
/* ========================================================================== */

/* ========================================================================== */
/* =====                      Start Settings Area Css                   ===== */
/* ========================================================================== */
.settings-area {
  background: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 700px;
  overflow: hidden;
  position: relative;
}
.single-settings-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 40px;
}
.single-settings-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;

}
.single-settings-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  text-align: center;
}
.single-settings-text p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  margin-left: 30px;
}
.single-settings-image img {
  height: 30px;
  width: auto;
  text-align: center;
}
.single-settings-text p {
  font-size: 21px;
}
.single-settings-back img {
  width: 25px;
  height: auto;
}

/* Start FAQ css */
.faq.jquery-accordion {
  padding-top: 35px;
}
.faq-left-text ul li a,.faq-left-text p {
  font-weight: 700;
  font-size: 15px;
  color: #020507;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 30px;
}
.faq-left-text p {
  color: #8C146A;
}
.faqitem {
  cursor: pointer;
  padding: 35px 35px;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(112,112,112,.5);
  box-shadow: 0 2px 5px rgba(112,112,112,.5);
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faqitem .header h6 {
  font-weight: 600;
  font-size: 22px;
  color: #012060;
  text-transform: inherit;
  cursor: pointer;
  display: block;
}
.content p {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  text-transform: inherit;
  width: 90%;
  padding-top: 60px;
  line-height: 1.3;
  position: relative;
}
.content {
  position: relative;
}
.content::after {
  content: "";
  position: absolute;
  background: #707070;
  width: 107%;
  height: 1px;
  left: -27px;
  right: 0;
  top: 30px;
  margin: auto;
}
.faqitem .header .minus {
  display: none;
}
.faqitem.jquery-accordion-active .minus {
  display: block;
}
.faqitem.jquery-accordion-active .plus {
  display: none;
}
.faqitem .content {
  display: none;
}
.plus img {
  width: 20px;
  height: 20px;
}
.minus img {
  width: 20px;
  height: 13px;
}
/* End FAQ css */
.single-change-password-right-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}
.single-change-password-right-content input {
  border: none;
  padding: 10px;
  line-height: 10px;
  font-weight: 400;
  font-size: 18px;
  text-transform: inherit;
  color: #012060;
  outline: none;
  width: 100%;
}
/*
.single-change-password-right-content input::-webkit-input-placeholder {
 font-weight: 400;
 font-size: 18px;
 text-transform: inherit;
 color: #012060;
 outline: none;
}
.single-change-password-right-content input::-moz-placeholder {
 font-weight: 400;
 font-size: 18px;
 text-transform: inherit;
 color: #012060;
 outline: none;
}
.single-change-password-right-content input:-ms-input-placeholder {
 font-weight: 400;
 font-size: 18px;
 text-transform: inherit;
 color: #012060;
 outline: none;
}
.single-change-password-right-content input::-ms-input-placeholder {
 font-weight: 400;
 font-size: 18px;
 text-transform: inherit;
 color: #012060;
 outline: none;
}
.single-change-password-right-content input::placeholder {
 font-weight: 400;
 font-size: 18px;
 text-transform: inherit;
 color: #012060;
 outline: none;
}
*/
.single-change-password-right-content p {
  color: #5FA8E8;
  margin-left: 10px;
  margin-bottom: 6px;
}
.single-change-password-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-change-password-left-content img {
  width: 32px;
  height: auto;
  margin-right: 25px;
}
.single-change-password-content {
  border: 1px solid #012060;
  padding: 15px 30px;
  border-radius: 15px;
  margin-bottom: 25px;
  background: #FFFFFF;
}
.change-password-content.first-child {
  padding-top: 40px;
}
.agent-area {
  padding-top: 60px;
  padding-bottom: 200px;
}
.single-agent-content {
  border: 1px solid #707070;
  padding: 25px 30px;
  border-radius: 15px;
  margin-bottom: 35px;
  width: 80%;
}
.single-agent-content h5 {
  font-weight: 400;
  font-size: 18px;
  color: #5FA8E8;
  padding-bottom: 15px;
}
.agent-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.single-agent-content p {
  color: #012060;
  text-transform: inherit;
  font-size: 20px;
}
.enter-message-button button {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  background: #012060;
  border: none;
  width: 100%;
  padding: 12px 35px;
  text-align: left;
}
.send-message-area p {
  text-transform: inherit;
  font-size: 20px;
  color: #000000;
  padding-left: 35px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.send-message-button button {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  border: none;
  background: #012060;
  padding: 18px 50px;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.message-textarea textarea {
  border: 1px solid #707070;
  width: 100%;
  height: 100px;
  padding: 15px 35px;
  resize: none;
  margin-bottom: 30px;
  text-transform: inherit;
  font-weight: 400;
  font-size: 20px;
  color: #012060;
  outline: none;
  border-radius: 15px;
}
/*
.message-textarea textarea::placeholder {
  font-weight: 400;
   font-size: 20px;
  color: #012060;
  outline: none;
  border-radius: 15px;
}
*/

/* ========================================================================== */
/* =====                       End Settings Area Css                    ===== */
/* ========================================================================== */

/* ========================================================================== */
/* =====                  Start Register Settings Area Css              ===== */
/* ========================================================================== */
.background {
 background: #BDD7EE;
}
.register-area {
  background: #BDD7EE;
  padding-top: 120px;
  padding-bottom: 80px;
}
.register-logo {
  text-align: center;
  padding-bottom: 70px;
}
.register-logo.login {
  padding-bottom: 120px;
}
.register-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.register-field-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.register-field-header h4 {
  font-weight: 400;
  font-size: 50px;
  color: #000000;
  text-transform: inherit;
}
.register-field-header img {
  width: 65px;
  height: auto;
}
.login-here-text p {
  font-weight: 400;
  font-size: 20px;
  color: #67666D;
  text-transform: inherit;
  padding-top: 20px;
  padding-bottom: 15px;
}
.login-here-text p a {
  color: #012060;
}
.register-bottom-code-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-change-password-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.register-bottom-code-image {
  background: #D6D6D6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border: 1px solid #012060;
  border-radius: 15px;
  padding: 20px 15px;
  margin-bottom: 25px;
}
.register-bottom-code-image img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* Start Custom Checkbox Area Css */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  text-transform: inherit;
  color: #67666D;
}
.styled-checkbox + label::before {
  content: "";
  margin-right: 18px;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(255,255,255,.6);
  box-shadow: 0 0 2px rgba(255,255,255,.6);
}
.styled-checkbox:checked + label::before {
  background: #012060;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  background: url('../images/register/tik.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 13px;
}
.unstyled.centered label span {
  color: #012060;
  text-transform: inherit;
}
/* End Custom Checkbox Area Css */

.register-button button {
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  background: #012060;
  border: none;
  padding: 20px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}
.login-bottom-text a {
  font-weight: 400;
  font-size: 20px;
  text-transform: inherit;
  color: #012060;
  padding-top: 18px;
  padding-bottom: 22px;
}
.login-bottom-text p {
  color: #67666D;
  text-transform: inherit;
}
.login-bottom-text p a {
  color: #012060;
  padding-top: 0;
  padding-bottom: 0;
}

/* Start Custom Flug Css */
.vodiapicker{
  display: none; 
}
.btn-select img {
  width: 65px;
  height: auto;
  border-radius: 50%;
}
.b {
  display: none;
  max-width: 100px;
  width: 100%;
  cursor: pointer;
   position: absolute;
  width: 100%;
  z-index: 999;
}
.b ul li img {
  margin-top: 15px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.b ul li {
  list-style: none;
}
.open{
  display: show !important;
}
.lang-select button {
  border: none;
  background: none;
}
/* Start Custom Flug Css */

/* ========================================================================== */
/* =====                   End Register Settings Area Css               ===== */
/* ========================================================================== */

/* ========================================================================== */
/* =====                         Start Footer Area Css                  ===== */
/* ========================================================================== */
.footer-area {
  background: #012060;
  padding: 50px 0;
}
.footer-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-content ul li a img {
  height: 35px;
  width: auto;
}
/* ========================================================================== */
/* =====                         End Footer Area Css                    ===== */
/* ========================================================================== */

