/*@import "../font.css";*/

body {
  height: 100vh;
  height: fit-content;
  min-height: 100vh;
  font-family: IRANSans,'Open Sans';
  /*font-family: Yekan Bakh FaNum,'Open Sans';*/
  /*font-family: IRANYekanXFaNum,'Open Sans';*/

  /*background-image: url(../../assets/img/account-01.svg);*/
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-size: cover;
}

.en-font {
  font-family: 'Open Sans';
}

.fw-400{
  font-weight: 400;
}

.fw-600{
  font-weight: 600;
}

.fw-800{
  font-weight: 800;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

form.user .form-control-user {
  border-radius: 15px;
}

form.user .btn-user {
  border-radius: 15px;
}

.user .btn-user {
  font-size: .8rem;
  border-radius: 10rem;
  padding: .75rem 1rem;
}

.d-xl-flex.align-items-xl-center.bg-gradient-primary {
}

.text-size {
  font-size: 16px !important;
}


.btn-account-primary {
  background-color: #2e3192;
}

.btn-account-primary:hover {
  color: #2e3192;
  background-color: #ffffff;
  border-color: #2e3192;
}

.btn-account-primary:focus {
  color: #2e3192;
  background-color: #ffffff;
  border-color: #2e3192;
}

.btn-account-deactive {
  color: #2e3192;
  background-color: #ffffff;
  border-color: #2e3192;
}

.btn-account-deactive:hover {
  color: #ffffff;
  background-color: #2e3192;
}

.btn-account-deactive:focus {
  color: #ffffff;
  background-color: #2e3192;
}

.btn-register {
  background-color: #fba93e;
}

.btn-login:hover {
  background-color: #4144b5;
}

.btn-register:hover {
  background-color: #fdb250;
}
.btn-text-link {
  width: auto !important;
  padding: 5px 15px;
  color: var(--primary);
  background-color: transparent;
  border: none;
  float: right;
  font-size: 12px !important;
}

.bg-login-image {
  height: 100%;
  background: #ffffff;
  background-color: rgba(255,255,255,1);
}

.login .shadow-lg-account {
  box-shadow: 0 1rem 3rem #2e319244 !important;
  /*border: #2e3192 2px solid !important;*/
  border-radius: 2rem;
}

.register .shadow-lg-account {
  box-shadow: 0 1rem 3rem #2e319244!important;
  /*border: #2e3192 2px solid !important;*/
  border-radius: 2rem;
}

.forget .shadow-lg-account {
  box-shadow: 0 1rem 3rem #2e319244 !important;
  /*border: #2e3192 2px solid !important;*/
  border-radius: 2rem;
}

.confirm .shadow-lg-account {
  box-shadow: 0 1rem 3rem #2e319244 !important;
  /*border: #2e3192 2px solid !important;*/
  border-radius: 2rem;
}

.login .form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #FBB040;
  outline: 0;
  box-shadow: none;
}

.register .form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #FBB040;
  outline: 0;
  box-shadow: none;
}

.confirm .form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #FBB040;
  outline: 0;
  box-shadow: none;
}

.account .card-body {
  direction: rtl;
  background-color: rgba(255,255,255,0.5);
}

.account .card {
  background-color: rgba(255,255,255,0.1);
}

.account .form-control-user {
  background-color: rgba(255,255,255,0.4);
}

.custom-border {
  border: 1px solid #d1d3e2;
}

.login .form-control-user {
  border: 1px solid #2e3192;
}

.register .form-control-user {
  border: 1px solid #2e3192;
}

.forget .form-control-user {
  border: 1px solid #2e3192;
}

.confirm .form-control-user {
  border: 1px solid #2e3192;
}

.form-group .subTextForm {
  font-size: 12px;
  color: red;
}

.form-group #legal {
  font-size: 10px;
  text-align: center;
}

.logo .card {
  background-color: rgba(0,0,0,0);
  border: none;
  box-shadow: none !important;
}

.p-header {
  text-align: left;
  margin-top: -5px;
  margin-left: 10%;
  font-size: 10px;
}

.register-esms .p-header, .login-esms .p-header {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  color: #2e3192;
}

@media (min-width: 420px) {
  .register-esms .p-header, .login-esms .p-header {

    font-size: 18px;
  }
}


#logo {
  width: 60% !important;
  max-width: 205px;
}

/* pricing */

.outside-parent {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.outside-margin {
  width: 100%;
  background-color: #ffffff;
}

.outside {
  position: relative;
  height: 89px;
  background-color: rgba(252,176,64,1);
}

.outside-right {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 0, 0 60%);
  clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 0, 0 60%);
}

.outside-left {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%, 100% 0, 0 60%);
  clip-path: polygon(0 100%, 100% 100%, 100% 60%, 100% 0, 0 60%);
}

.inside-parent-left {
  position: absolute;
  top: 3px;
  left: 2px;
  right: 2px;
  bottom: 0px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%, 100% 0, 0 60%);
  clip-path: polygon(0 100%, 100% 100%, 100% 60%, 100% 0, 0 60%);
  z-index: 10000000;
}

.inside-parent-right {
  position: absolute;
  top: 3px;
  left: 2px;
  right: 2px;
  bottom: 0px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 0, 0 60%);
  clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 0, 0 60%);
  z-index: 10000000;
}

.inside {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(252,176,64,0.6);
  z-index: 10000000;
}

.inside-right {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 0, 0 60%);
  clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 0, 0 60%);
  z-index: 10000000;
}

.inside-left {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%, 100% 0, 0 60%);
  clip-path: polygon(0 100%, 100% 100%, 100% 60%, 100% 0, 0 60%);
  z-index: 10000000;
}

/* .inside-color {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(252,176,64,0.7);
  z-index:100000;
  
} */

/* Center the demo */

.row-pricing {
  background-color: rgba(252,176,64,0.7);
  position: relative;
  width: 130px;
  margin: 0 1px;
  padding: 0;
}

@media (min-width: 576px) {
  .row-pricing {
    width: 150px;
  }
}

.col-border {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@media (max-width: 992px) {
  .col-border {
    display: none;
  }
}

.col-top {
  width: calc(100% - 10px);
  height: 150px;
  /*background-color: rgba(252,176,64,0.6);*/
  /*background-color: #ffffff;*/
  border-right: rgba(252,176,64,1) solid 2px;
  border-left: rgba(252,176,64,1) solid 2px;
}

@media (max-width: 992px) {
  .col-top {
    display: none;
  }
}

.col-main {
  width: 100%;
  height: 200px;
  /*background-color: rgba(252,176,64,0.6);*/
  border-right: rgba(252,176,64,1) solid 2px;
  border-left: rgba(252,176,64,1) solid 2px;
}

@media (max-width: 992px) {
  .col-main {
    width: 100%;
    height: auto;
    padding: 30px 0;
    /*background-color: rgba(252,176,64,0.6);*/
    border: rgba(252,176,64,1) solid 2px;
  }
}

.col-foter {
  width: 100%;
  height: 340px;
  /*background-color: rgba(252,176,64,0.6);*/
  border-right: rgba(252,176,64,1) solid 2px;
  border-left: rgba(252,176,64,1) solid 2px;
  border-bottom: rgba(252,176,64,1) solid 2px;
}

@media (max-width: 992px) {
  .col-foter {
    display: none;
  }
}

.col-section {
  flex-grow: 0 !important;
  padding: 0 !important;
  max-width: max-content;
}

@media (max-width: 992px) {
  .col-section {
    margin-bottom: 10px;
  }
}

.row-pricing-1 {
  background-color: rgba(252,176,64,0.6);
}

.row-pricing-1 .inside {
  background: rgba(252,176,64,0.6);
}

.row-pricing-1 .outside {
  height: 50px;
}

.row-pricing-1 .outside {
  height: 50px;
}

.row-pricing-1 .outside-margin {
  height: 50px;
}

.row-pricing-2 {
  background-color: rgba(252,176,64,0.5);
}

.row-pricing-2 .inside {
  background: rgba(252,176,64,0.5);
}

.row-pricing-2 .outside {
  height: 80px;
}

.row-pricing-2 .outside-margin {
  height: 50px;
}

.row-pricing-3 {
  background-color: rgba(252,176,64,0.4);
}

.row-pricing-3 .inside {
  background: rgba(252,176,64,0.4);
}

.row-pricing-3 .outside {
  height: 80px;
}

.row-pricing-3 .outside-margin {
  height: 30px;
}

.row-pricing-3 .outside-margin {
  height: 30px;
}

.row-pricing-4 {
  background-color: rgba(252,176,64,0.3);
}

.row-pricing-4 .inside {
  background: rgba(252,176,64,0.3);
}

.row-pricing-4 .outside {
  height: 90px;
}

.row-pricing-4 .outside-margin {
  height: 60px;
}

.row-pricing-5 {
  background-color: rgba(252,176,64,0.2);
}

.row-pricing-5 .inside {
  background: rgba(252,176,64,0.2);
}

.row-pricing-5 .outside {
  height: 120px;
}

.row-pricing-5 .outside-margin {
  height: 10px;
}

body #body-pricing {
  background-image: none;
}

.col-12.col-img {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .col-12.col-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
}

.col-12.col-img img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .col-lg-12.col-img img {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12.col-img img {
    width: 75%;
  }
}

#body-pricing {
  background-image: none;
}

.btn-price {
  background-color: #4144b5;
}
.btn-price-nav {
  background-color: #FCB040;
  border-color: #FCB040;
  color: #ffffff !important;
}

.btn-discount {
  width: 100%;
  background-color: #FCB040;
  border: none;
  border-radius: 5px;
  margin-right: 2px;
}

.btn-price:hover {
  background-color: #5a5dc3;
}

.btn-discount:hover {
  background-color: #fcbc5d;
}

.h-pricing {
  font-size: 30px;
  font-weight: 600;
}

.price-color {
  color: #2e3192;
}

.price-icon {
  font-size: 50px;
}

.price-discount {
  text-decoration: line-through;
}

.price-input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
}

.price-input:focus {
  border: #FCB040 2px solid;
}

.discount-code {
  width: 180px;
  height: 40px;
  font-size: 1rem;
  text-align: center;
  background-color: #4144b5;
  color: #ffffff;
  padding: 4px;
  border-radius: 8px 0px 0px 8px;
}

.div-discount {
  width: 270px;
  padding: 4px;
  background-color: #4144b5;
  border-radius: 8px;
}

.div-discount-child {
  padding: 2px;
  background-color: #ffffff;
  border-radius: 5px;
}

.discount-number {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  font-size: 12px;
  color: #ff0000;
}

.logo-pricing {
  height: 40px;
}

/* Google reCaptcha */

.g-recaptcha{
  transform:scale(1);
  -webkit-transform:scale(1);
  transform-origin:center center;
  -webkit-transform-origin:center center;
}

.g-recaptcha div{
  margin: 0 auto;
}

/*Goftino Start*/
#goftino_w {
  display: none;
}

/*Goftino End*/

/*start new dashboard subscription*/

.subscriptionPage{
  background-color: #F5F5F5;
  color: #2E3192;
  direction: rtl;
  font-family: "IRANsans";
  /*font-family: Yekan Bakh FaNum;*/
  /*font-family: IRANYekanXFaNum,'Open Sans';*/
}

.subscriptionPage img{
  max-width: 100%;
}

.subscriptionPage img.pointImage{
  width: 135px;
}

.subscriptionPage .pageHead .closeBtn{
  font-size: 20px;
  font-weight: bolder;
  background-color: #898BC2;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.subscriptionPage .pageHead .closeBtn:hover{
  box-shadow: 0px 6px 18px #a0a0a0;
  cursor: pointer;
}

.subscriptionPage .pageHead img{
  max-width: 66%;
}

.subscriptionPage .purpoleHeader{
  /*background-color: #2E3192;*/
  position: relative;
  margin-bottom: 90px;
}

.subscriptionPage .buyTitle{
  text-align: center;
  position: relative;
}

.subscriptionPage .buyTitle .line{
  height: 2px;
  max-width: 800px;
  background-color: #2E3192;
  margin: 0 auto;
}

.subscriptionPage .buyTitle .h5Wrapper{
  position: absolute;
  top: -15px;
  right: 0;
}

.subscriptionPage .buyTitle h5{
  background: #f5f5f5;
  padding: 4px 15px;
  display: inline-block;
}

.subscriptionPage .buySection .item{
  width: 250px;
  max-width: 100%;
  background-color: #FFFFFF;
  /*border: #2E3192 1px solid;*/
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.subscriptionPage .buySection .item.hard-box{
  width: 512px;
}

.subscriptionPage .buySection .item .itemInner{
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.subscriptionPage .buySection .item .itemInner .img-discount {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}

.subscriptionPage .buySection .item .itemInner .monthImg{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscriptionPage .buySection .item .itemInner p.monthTitle{
  font-size: 29px;
  font-weight: bolder;
  padding-top: 5px;
  color: #2E3192;
}

.subscriptionPage .buySection .item .itemInner .hardBoxInput{
  font-size: 18px;
  font-weight: 600;
}

.subscriptionPage .buySection .item img{
  max-width: 92%;
}

.subscriptionPage .buySection .item .off{
  width: 90%;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0;
  padding-top: 10px;
  overflow: hidden;
}

.subscriptionPage .buySection .item .off div{
  background-color: #FF3333;
  /*border-radius: 0 0 4px 4px;*/
  color: #fff;
  font-size: 14px;
  margin-top: 3px;
}

.subscriptionPage .buySection .item button{
  background-color: #2E3192;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 5px;
  font-size: 21px;
  margin-top: 5px;
}

.subscriptionPage .buyFoot p{
  width: 500px;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #ff333375;
  border-radius: 6px;
  padding: 6px;
  font-size: 15px;
  background-color: #fff;
}

.subscriptionPage .buyFoot .buyTitle{
  color: #FF3333;
  margin-bottom: 13px;
}

.subscriptionPage .buyFoot .buyTitle .line{
  background-color: #FF3333;
  height: 1px;
}


.subscriptionPage .slider{
  background-color: #2E3192;
  width: 100%;
}

.subscriptionPage .footer{
  background-color: #FFFFFF;
  padding-top: 20px;
}

.subscriptionPage .footer .copyright{
  background-color: #2E3192;
  margin-top: 20px;
}

.subscriptionPage .footer .certificate{
  max-width: 900px;
}

.subscriptionPage .footer div.middel{
  margin: 2px;
  border-radius: 15px;
  background-color: #FFFFFF;
}

.subscriptionPage .footer .middel span{
  display: block;
  /*width: 200px;*/
  /*height: 200px;*/
  text-align: center;
  border-radius: 20px;
  background: #FFFFFF;
  margin: 0;
}

.subscriptionPage .footer .bottom p{
  color: #FFFFFF;
  text-align: center;
  direction: ltr;
  font-size: 14px;
}

.subscriptionPage .footer .middel span img {
  width: 150px;
  height: auto;
}

.subscriptionPage .slider img{
  max-width: 200px;
}

.subscriptionPage .slider .swiper-slide{
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.subscriptionPage .slider .swiper-slide p.top{
  margin: 0;
  font-size: 12px;
  padding: 5px;
  color: #FFFFFF;
  border-bottom: 1px #ffffff solid;
}

.subscriptionPage .slider .swiper-slide p.bottom{
  margin: 0;
  font-size: 10px;
  padding: 5px;
  color: #FFFFFF;
}

.subscriptionPage .slider .swiper-slide p.bottom span{
  font-size: 12px;
  padding: 2px 6px;
  color: #FFFFFF;
  background-color: #FBB040FF;
  border-radius: 5px;
}

.subscriptionPage .slider .swiper-slide section{
  position: absolute;
  height: 60%;
  margin: auto 0;
  width: 2px;
  background-color: #1A2068;
  right: 0;
}

.subscriptionPage .slider .swiper-wrapper{
  margin: 0 -2px;
}


.subscriptionPage .slider .swiper-pagination{
  position: relative;
  bottom: 0;
  left: 0;
  padding-top: 15px;
}

.subscriptionPage .slider .swiper-pagination-clickable .swiper-pagination-bullet{
  border: 2px solid #2E3192;
  outline: 2px solid #fff;
  background-color: #fff;
  width: 15px;
  height: 15px;
}

.subscriptionPage .slider .swiper-pagination-bullet-active{
  background-color: rgba(255, 255, 255, 0.749) !important;
  opacity: 1;
}


.subscriptionPage .purpoleHeader .newAdded{
  max-width: 300px;
  font-family: 'IRANsans';
  /*font-family: Yekan Bakh FaNum;*/
  /*font-family: IRANYekanXFaNum,'Open Sans';*/
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  direction: ltr;
  position: absolute;
}

.subscriptionPage .purpoleHeader .point{
  width: max-content;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*padding-top: 16px;*/
  /*font-size: 16px;*/
  /*text-align: center;*/
}

.subscriptionPage .purpoleHeader .point p.header{
  font-size: 22px;
  color: #2E3192;
}

.subscriptionPage .purpoleHeader .point p.body{
  font-size: 16px;
  color: #646474;
}

.subscriptionPage .purpoleHeader .point span{
  /*font-size: 10px;*/
  /*text-align: center;*/
  /*font-weight: 100;*/
}

.subscriptionPage .purpoleHeader .level{
  padding-top: 5px;
  right: 29px;
  font-size: 41px;
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){

  .subscriptionPage .slider .swiper-slide section{
    display: none;
  }

  .subscriptionPage .pageHead img{
    max-width: 88%;
  }

  .subscriptionPage .purpoleHeader{
    padding: 45px 0 !important;
  }

  .subscriptionPage .buySection .item button{
    font-size: 15px;
  }

  .subscriptionPage .buySection .item{
    margin: 0 3px;
    padding: 5px 3px;
  }

  .subscriptionPage .buySection .item h5{
    font-size: 13px;
  }

  .subscriptionPage .buySection .item .off div{
    padding: 0 5px;
    font-size: 9px;
  }

  .subscriptionPage .buySection .item .itemInner {
    /*height: 190px;*/
  }

  .subscriptionPage .buyTitle h5 {
    padding: 4px 8px;
    font-size: 17px;
  }

  .subscriptionPage .buyFoot p{
    display: inline-block;
    border: none;
    padding: 6px 2px;
    font-size: 11px;
    background-color: #F5F5F5;
  }

  .subscriptionPage .slider .swiper-slide{
    /*flex-direction: row-reverse;*/
  }

  .subscriptionPage .slider .swiper-slide div{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subscriptionPage .slider .swiper-slide img{
    width: 95%;
  }

  .subscriptionPage .slider .swiper-slide div:nth-child(1){
    height: auto;
  }

  .subscriptionPage .buySection .item img{
    max-width: 72%;
  }
  .subscriptionPage .buySection .item .itemInner .monthImg p{
    font-size: 20px;
  }
}

/*end new dashboard subscription*/

/*@keyframes animate {*/
/*  0% {*/
/*    left: 0;*/
/*  }*/
/*  20% {*/
/*    left: 0;*/
/*  }*/
/*  25% {*/
/*    left: -100%;*/
/*  }*/
/*  45% {*/
/*    left: -100%;*/
/*  }*/
/*  50% {*/
/*    left: -200%;*/
/*  }*/
/*  70% {*/
/*    left: -200%;*/
/*  }*/
/*  75% {*/
/*    left: -300%;*/
/*  }*/
/*  95% {*/
/*    left: -300%;*/
/*  }*/
/*  100% {*/
/*    left: -400%;*/
/*  }*/
/*}*/

/*@keyframes animate {*/
/*  0% {*/
/*    left: 0;*/
/*  }*/
/*  20% {*/
/*    left: 0;*/
/*  }*/
/*  25% {*/
/*    left: -100%;*/
/*  }*/
/*  45% {*/
/*    left: -100%;*/
/*  }*/
/*  50% {*/
/*    left: -200%;*/
/*  }*/
/*  70% {*/
/*    left: -200%;*/
/*  }*/
/*  75% {*/
/*    left: -300%;*/
/*  }*/
/*  95% {*/
/*    left: -300%;*/
/*  }*/
/*  100% {*/
/*    left: -400%;*/
/*  }*/
/*}*/

@keyframes animate {
  0% {
    top: -400%;
  }
  25% {
    top: -300%;
  }
  50% {
    top: -200%;
  }
  75% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

.container.bg-slide {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  overflow: hidden;
  background-color: #f0f2f5;
}

.container.bg-slide .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500%;
  animation: animate 100s linear infinite;
}
.container.bg-slide .slider .slide {
  position: relative;
  width: 100%;
  height: 20%;
  float: left;
}

.container.bg-slide .slider .slide.slide1 {
  /*background: url('http://localhost/dashboard/engloset/assets/img/account/account-01.svg');*/
  background: url('../../../image/package/parent/bg-b.svg');
  background-size: cover;
  background-position: center;
}

.container.bg-slide .slider .slide.slide2 {
  /*background: url('http://localhost/dashboard/engloset/assets/img/account/account-02.svg');*/
  background: url('../../../image/package/parent/bg-c.svg');
  background-size: cover;
  background-position: center;
}

.container.bg-slide .slider .slide.slide3 {
  /*background: url('http://localhost/dashboard/engloset/assets/img/account/account-03.svg');*/
  background: url('../../../image/package/parent/bg-d.svg');

  background-size: cover;
  background-position: center;
}

.container.bg-slide .slider .slide.slide4 {
  /*background: url('http://localhost/dashboard/engloset/assets/img/account/account-04.svg');*/
  background: url('../../../image/package/parent/bg-e.svg');
  background-size: cover;
  background-position: center;
}
.container.bg-slide .slider .slide.slide4 {
  /*background: url('http://localhost/dashboard/engloset/assets/img/account/account-04.svg');*/
  background: url('../../../image/package/parent/bg-f.svg');
  background-size: cover;
  background-position: center;
}

a.close {
  position: absolute;
  top: 35px;
  right: 50px;
  /* left: 0; */
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 10px 14px 6px 14px;
  color: #ffffff;
  background-color: var(--danger);
  text-align: right;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  z-index: 10000;
  /* color: #333; */
}

a.close:hover {
  color: var(--danger);
  background-color: #ffffff;
  border: var(--danger) 1px solid;
}

.account .card-body .content {
  line-height: 2.5;
}

/*esms login*/

.container.esms-login-bg-image {
  position: absolute;
  background: url('../../img/esms/marketingBg.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}