:root {
  --main: #44DD88;
  --main-dark: #31BE7E;
  --second: #072f41;
  --second-dark: #031B2E;
  --main-shadow: 0px 4px 16px rgba(68, 221, 136, .2);
  --hover-shadow: 0px 4px 32px rgba(68, 221, 136, .4);
  --second-shadow: 0px 4px 16px rgba(7, 47, 65, .2);
  --second-shadow-hover: 0px 4px 32px rgba(7, 47, 65, .4);
}

html {
  overflow-x: hidden
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/IRANSansWeb.eot);
  src: url(../fonts/IRANSansWebd41d.eot#iefix) format("embedded-opentype"),
    url(../fonts/IRANSansWeb.woff2) format("woff2"),
    url(../fonts/IRANSansWeb.woff) format("woff"),
    url(../fonts/IRANSansWeb.ttf) format("truetype")
}

body {
  color: #4d4d4d;
  font-family: 'IRANSans', sans-serif;
  font-size: 14px;
  background: #F5F5F5;
}

.btn {
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.btn:hover {
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn.disabled,
.btn:disabled {
  opacity: .6;
  cursor: no-drop;
}

.btn.disabled:hover,
.btn:disabled:hover {
  opacity: .8;
}

.btn-success.disabled,
.btn-success:disabled {
  opacity: .6;
  cursor: no-drop;
  background: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  opacity: .8;
}

.btn-primary.disabled,
.btn-primary:disabled {
  opacity: .6;
  cursor: no-drop;
  background: var(--main);
  border-color: var(--main);
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  opacity: .8;
}

.btn-success {
  background: var(--main);
  border-color: var(--main);
  color: #fff;
  border-radius: 24px;
  padding: 8px 24px
}

.btn-success:hover {
  background: var(--main-dark);
  border-color: var(--main-dark);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}

.btn-primary {
  background: var(--main);
  border-color: var(--main);
  color: #fff;
}

.btn-primary:hover {
  background: var(--main-dark);
  border-color: var(--main-dark);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #64a1ff;
  border-color: #64a1ff;
  color: #fff;
}

.btn-first {
  background: #ff5b5a;
  border-color: #F97F7B;
  color: rgba(255, 255, 255, 0.7);
}

.btn-first:hover {
  background: #ff5b5a;
  border-color: #ff5b5a;
  color: #fff;
}

.btn-first:not(:disabled):not(.disabled).active,
.btn-first:not(:disabled):not(.disabled):active,
.show>.btn-first.dropdown-toggle {
  background: #ff5b5a;
  border-color: #ff5b5a;
  color: #fff;
}

a {
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: #64a1ff;
}

a:hover {
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

main.index-bg {
  position: relative;
  display: block;
  background: var(--second);
  padding: 160px 0 0 0
}

.khp-wave {
  fill: var(--second);
  position: relative;
  z-index: -1
}

.khp-wave.header-wave {
  margin-top: -48px
}

.in {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.in h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 0 15px;
  display: block;
  margin-bottom: 16px
}

.in p {
  font-size: 1.5rem;
  color: #9E9E9E;
  padding: 0 15px;
  display: block;
  margin-bottom: 50px;
}

.in .input-group .form-control {
  line-height: 40px;
  font-size: 15px;
  border: 2px solid #fff;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  border-radius: 38px;
  padding-left: 25px;
}

.in .input-group .btn {
  padding: 0 25px;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 7px;
  top: 7px;
  bottom: 7px;
  border-radius: 26px;
  z-index: 1000;
  font-weight: 600;
  line-height: 42px;
  width: 164.41px;
}

.in .input-group .btn i {
  position: relative;
  top: 5px;
  font-size: 25px;
  margin-left: 7px;
}

.in .input-group .form-control:focus {
  border-color: #fff;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.form-control:focus {
  box-shadow: none !important;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.navbar-expand-md .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
  padding: .38rem .75rem;
  border-radius: 24px;
  color: #fff;
  background: transparent;
  border: 2px solid transparent;
}

.navbar-expand-md .navbar-nav .nav-item .nav-link:hover {
  color: var(--main);
  background: rgba(255, 255, 255, 0.1);
}

.navbar-expand-md .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-item .nav-link.register {
  padding: .38rem 1.5rem;
  border-radius: 24px;
  color: #fff !important;
  background: var(--main);
  border: 2px solid var(--main);
  box-shadow: var(--main-shadow);
  margin-right: 16px
}

.navbar-expand-md .navbar-nav .nav-item .nav-link.register:hover {
  box-shadow: var(--hover-shadow);
  transform: translatey(-1.5px);
  background: var(--main);
}

.navbar-expand-md .navbar-nav .nav-item .nav-link.logout, .navbar-expand-md .navbar-nav .nav-item .nav-link.login {
  padding: .38rem 1.5rem;
  border-radius: 24px;
  color: #fff !important;
  background: #FF598A;
  border: 2px solid #FF598A;
  box-shadow: 0px 4px 16px rgba(255, 89, 138, .2);
  ;
  margin-right: 16px;
}

.navbar-expand-md .navbar-nav .nav-item .nav-link.logout:hover, .navbar-expand-md .navbar-nav .nav-item .nav-link.login:hover {
  color: #fff !important;
  box-shadow: 0px 4px 32px rgba(255, 89, 138, .4);
  transform: translatey(-1.5px);
  background: #FF598A;
}

.logo {
  position: relative;
  display: block;
  height: 30px;
  margin-bottom: -5px;
  margin-top: -5px;
}

.logo:after {
  content: '';
  background-image: url(../img/logo.png);
  height: 30px;
  position: relative;
  display: block;
  width: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-position: center right
}

footer a.shrink {
  position: relative;
  top: 3px;
}

.shrink .logo:after {
  background-image: url(../img/logo.png);
  height: 30px;
  width: 160px;
  background-position: center right;
}

.navbar-expand-md {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 10;
}

.navbar-expand-md.shrink {
  background: #fff;
  border-bottom: none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 16px 15px;
  z-index: 1010;
}

.navbar {
  padding: 24px 15px;
}

.navbar-expand-md.shrink .navbar-nav .nav-item .nav-link {
  color: var(--second);
  direction: rtl;
  text-align: right;
}

.navbar-expand-md.shrink .navbar-nav .nav-item .nav-link:hover {
  color: var(--main);
}

.navbar-expand-md.shrink .navbar-nav .nav-item.active .nav-link {
  color: var(--main);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.shrink .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-expand-md.shrink .navbar-nav .nav-item .nav-link.register {
  background: var(--main);
  border-color: var(--main);
  color: #fff;
}

.navbar-expand-md.shrink .navbar-nav .nav-item .nav-link.register:hover {
  color: #fff;
}

.navbar-expand-md.shrink .navbar-nav .nav-item a:hover {
  background: rgba(0, 0, 0, 0.04)
}

.navbar-expand-md.shrink .logo {
  color: #fff;
}

.navbar-expand-md.shrink .logo span {
  background: var(--main);
}

.intro {
  display: block;
  padding: 80px 0 0 0
}

.intro h2.title {
  margin-top: 25px;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: var(--second);
  position: relative;
  display: inline-block;
}

.intro h2.title:after {
  content: '';
  display: block;
  width: 64px;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: var(--main);
  margin: 0 auto;
  margin-top: 18px;
}

.intro p {
  color: #757575;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 48px;
  margin-top: 8px;
  display: block;
  direction: rtl;
}

.features {
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
  display: block;
  text-align: center;
}

.features .icon:before {
  content: '';
  background: rgba(68, 221, 136, 0.08);
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50px;
  z-index: -1;
  top: 40px;
  left: -15px;
}

.features .icon {
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: 35px;
  width: 120px;
  height: 120px;
}

.features .icon img {}

.features h4 {
  color: var(--second);
  font-weight: 600;
  font-size: 1.4rem;
}

.features p {
  color: #757575;
  font-weight: 400;
  font-size: 17px;
  direction: rtl;
  margin: 24px 0 48px 0
}

.flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

section.why {
  padding: 50px 0;
  position: relative;
  display: block;
}

section.why:before {
  background-image: url(../img/graph-wave.svg);
  width: 100%;
  background-repeat: no-repeat;
  height: -webkit-fill-available;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
  background-position: bottom;
  bottom: 100px;
}

.why h2.title {
  margin-top: 25px;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: var(--second);
  position: relative;
  display: inline-block;
}

.why h2.title:after {
  content: '';
  display: block;
  width: 64px;
  height: 8px;
  background: var(--main);
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 18px;
}

.why .tools {
  position: relative;
  display: block;
  z-index: 100;
  padding: 30px 0;
  direction: rtl;
}

.why .tools .flex {
  justify-content: center;
}

.why .tools .flex .list {
  display: flex;
  width: 47%;
  margin: 15px;
  padding: 24px 16px;
  background: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, .05);
  border-radius: 16px;
  direction: rtl;
  text-align: right;
  gap: 16px;
}

.why .tools .flex .list .icon {
  display: block;
  width: 120px;
  height: 120px;
  min-width: 120px;
}

.why .tools .flex .list .info {}

.why .tools .flex .list .info h6 {
  margin-bottom: 15px;
  text-transform: lowercase;
  color: #;
  font-weight: 500;
}

.why .tools .flex .list .info p {
  margin: 0;
  color: #9E9E9E;
  font-weight: 500;
}

section.stats {
  background: var(--main);
  padding: 50px 0;
  position: relative;
}

section.stats .stat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  justify-content: center;
  margin: 0 0 20px;
}

section.stats .stat .icon i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 3rem;
  position: relative;
  margin-right: 20px;
}

section.stats .stat .stat-num {
  font-size: 2rem;
  font-weight: 600;
}

section.stats .stat .stat-text {
  font-size: 1.5rem;
}

section.reviews {
  background: var(--main);
  padding: 50px 0;
  position: relative;
  padding-top: 150px;
}

section.reviews i {
  font-size: 150px;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  top: 20px;
}

.top {
  position: relative;
  display: block;
  text-align: right;
}

.top h2 {
  display: block;
  margin: 15px 0;
  color: rgba(255, 255, 255, 0.7);
}

.top h2 strong {
  display: block;
  color: #fff;
}

.testim {
  -webkit-box-shadow: 0px 0px 50px 5px rgba(214, 214, 214, 0.29);
  box-shadow: 0px 0px 50px 5px rgba(214, 214, 214, 0.29);
  border-radius: 3px;
  background: #fff;
  padding: 15px;
  margin-left: 20px;
  width: 25%;
  direction: rtl;
  text-align: right;
}

.testim h5 {
  display: block;
  position: relative;
  padding-left: 50px;
}

.testim h5 i {
  position: absolute;
  font-size: 35px;
  color: var(--main);
  left: 0;
  margin-right: 10px;
  top: 4px;
}

.testim h5 small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  font-weight: 600;
  color: #6FA8FA;
}

.testim p {
  margin-top: 15px;
  color: #91a6c1;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 17px;
  display: block;
  text-align: center;
}

section.contact {
  padding: 0 0 100px 0;
}

section.contact h2 {
  margin-bottom: 24px;
  color: var(--second)
}

section.contact .btn {
  margin: 15px;
  padding: 0 32px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
  border-radius: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-shadow: var(--main-shadow);
}

section.contact .btn svg {
  width: 24px;
  height: 24px
}

section.contact .btn path {
  stroke: #fff;
  stroke-width: 1.5;
}

section.contact .btn:hover {
  color: #fff;
  box-shadow: var(--hover-shadow);
  transform: translatey(-1.5px);
  background: var(--main);
  border-color: var(--main);
}

section.contact span {
  color: #9e9e9e;
  font-weight: 500;
  font-size: 18px;
}

.khp-wave.footer-wave {
  transform: rotate(180deg);
  margin-bottom: -48px
}

.khp-footer {
  direction: rtl;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 0
}

.navbar-brand {
  margin: 0
}

.khp-namad {
  background: rgba(0, 0, 0, .3);
  border-radius: 16px;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.khp-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}

.khp-menu h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px
}

.khp-menu a {
  padding: 4px 0;
  color: #9e9e9e
}

.khp-menu a:hover, .khp-site-info a {
  text-decoration: none;
  color: var(--main)
}

.khp-site-info a:hover {
  color: #fff
}

.khp-site-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #9e9e9e;
  line-height: 32px
}

.khp-site-info .logo {
  height: 45px;
  margin-bottom: 16px
}

.khp-site-info .logo::after {
  height: 45px
}

footer {
  padding: 15px 0 60px 0;
  position: relative;
  display: block;
  background: var(--second);
}

footer .brand {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

footer .logo {
  color: #fff;
  display: inline-block;
}

footer .logo span {
  background: var(--main);
}

footer .brand>span {
  margin-left: 120px;
  font-weight: 600;
  display: inline-block;
  top: -6px;
  position: relative;
}

footer .menu {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 36px;
  position: relative;
  display: block;
}

footer .menu a {
  font-size: 15px;
  margin-left: 20px;
  font-weight: 500;
  color: #91a6c1;
  text-decoration: none;
}

footer .menu a:hover {
  color: var(--main);
}

.khp-stats-box {
  display: grid;
  direction: rtl;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -150px
}

.khp-stat {
  align-self: center;
  text-align: center;
  padding: 24px 16px;
  background: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, .05);
  border-radius: 16px;
}

.khp-stat svg {
  width: 64px;
  height: 64px
}

.khp-stat p {
  font-size: 32px;
  color: var(--main);
  margin: 0;
}

.khp-stat h5 {
  font-size: 16px;
  color: var(--second)
}

footer .container-fluid {
  padding: 0 32px;
  margin-top: 32px
}

footer .payments img {
  height: 30px;
  margin: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}

footer .payments img.payeer {
  height: 23px;
}

footer .payments img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  cursor: pointer;
}

.btn-submit {
  padding: 0 20px;
  line-height: 45px;
  margin-top: 35px;
  border-radius: 23px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.btn-submit i {
  position: relative;
  top: 6px;
  margin-left: 7px;
}

div.closeC {
  width: 800px;
  position: relative;
  margin: 0 auto;
  float: inherit;
  text-align: right;
  opacity: 1;
  color: inherit;
  z-index: 10000;
}

div.closeC #closeM {
  font-size: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.29);
  border-radius: 25px;
  top: 25px;
  position: relative;
  right: -25px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

div.closeC #closeM:hover {
  color: #91a6c1;
}

.form-control {
  border: 2px solid #f5f5f5;
  background: #fafafa;
  border-radius: 5px;
  padding: .65rem;
}

.form-control:focus {
  border: 2px solid var(--main);
}

.form-group label {
  color: #91a6c1;
  font-weight: 500;
  font-size: 13px;
  margin-top: 15px;
}

.r-bg {
  position: relative;
  height: 350px;
  display: block;
  background: transparent !important;
}

.r-bg:before {
  content: '';
  position: absolute;
  background-image: url(../img/r-bg-wave.svg);
  top: -150px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center
}

.rates {
  position: relative;
  display: block;
  padding-bottom: 100px;
}

.rates h2.title {
  color: #fff;
  position: relative;
  display: block;
  margin-top: -230px;
  font-size: 2.5rem;
  font-weight: 600;
  direction: rtl;
  text-align: right;
}

.rates .how_much {
  position: relative;
  margin-top: -150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  direction: rtl;
}

.rates .how_much>div {
  width: 32%;
  padding: 15px;
  background: #fff;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, .05);
  margin-bottom: 30px;
}

.rates .how_much>div h4 {
  color: #253145;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 20px;
}

.rates .how_much>div p {
  color: #91a6c1;
  font-weight: 400;
  font-size: 17px;
}

.rates .package {
  margin-top: 25px;
  background: #fff;
  padding: 0 15px;
  -webkit-box-shadow: 0px 0px 50px 5px rgba(214, 214, 214, 0.29);
  box-shadow: 0px 0px 50px 5px rgba(214, 214, 214, 0.29);
  display: flex;
  position: relative;
  flex-wrap: wrap;
  direction: rtl;
}

.rates .package>div {
  margin-left: 25px;
  text-align: right;
  display: block;
  position: relative;
  height: 80px;
  line-height: 80px;
  direction: rtl;
}

.rates .package>div h4 {
  position: relative;
  line-height: 30px;
  padding: 10px;
  color: var(--main);
  font-weight: 600;
}

.rates .package>div h4 small {
  display: block;
  color: #91a6c1;
  font-size: 15px;
  font-weight: 500;
}

.rates .package>div p {
  color: #253145;
  line-height: 30px;
  padding: 10px;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.rates .package>div p small {
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.rates .package>div p span {
  color: #91a6c1;
  display: block;
  font-size: 15px;
  text-transform: lowercase;
  font-weight: 400;
}

.rates .package .icon {
  width: 80px;
}

.rates .package .country {
  flex-grow: 4;
}

.rates .package .mob {
  display: flex;
  position: relative;
  padding-right: 20px;
}

.rates .package .mob img {
  margin: 15px;
}

.rates .package .desktop {
  display: flex;
  position: relative;
  padding-right: 20px;
}

.rates .package .desktop img {
  margin: 15px;
}

.rates .info {
  position: relative;
  display: block;
  padding-top: 50px;
  direction: rtl;
  text-align: right;
}

.rates .info h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #253145;
}

.rates .info h2 i {
  position: relative;
  color: var(--main);
  font-size: 2rem;
  top: 7px;
  margin-right: 7px;
}

.rates .info ul {
  position: relative;
  display: block;
  list-style: none;
}

.rates .info ul li {
  color: #91a6c1;
  padding: 5px;
  font-size: 17px;
}

.account {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.account .information {
  background: var(--main);
  flex-grow: 2;
  position: relative;
  max-width: 41%;
}

.account .information:before {
  content: '';
  position: absolute;
  background-image: url(../img/r-bg-wave.svg);
  top: 0;
  bottom: 0;
  right: -800px;
  background-repeat: no-repeat;
  transform: rotate(-80deg);
  background-size: cover;
  width: 2000px;
}

.account .information div {
  height: 100%;
}

.account .information .div_table_cell h4 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  line-height: normal;
  direction: rtl;
}

.account .information .div_table_cell h4:after {
  content: '';
  position: relative;
  margin: 0 auto;
  bottom: 0;
  width: 100px;
  height: 4px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin-top: 10px;
}

.account .information .div_table_cell .btn {
  padding: 0 30px;
  line-height: 46px;
  border-radius: 23px;
  margin-top: 15px;
  font-weight: 500;
}

.account .information .div_table_cell .btn i {
  position: relative;
  font-size: 25px;
  top: 6px;
  margin-left: 6px;
}

.account .information .navbar-brand {
  padding: 25px;
}

.account .access {
  position: relative;
  display: block;
  flex-grow: 10;
}

.account .access div {
  height: 100%;
}

.account .access h2 {
  color: var(--main);
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 2.5rem;
}

.account .access .form-group {
  position: relative;
  margin-bottom: 30px;
}

.account .access .form-control {
  color: #91a6c1;
  font-size: 15px;
  font-weight: 500;
  text-transform: lowercase;
  padding-left: 50px;
}

.account .access .form-group>i {
  position: absolute;
  font-size: 25px;
  color: #91a6c1;
  top: 0;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  padding: 10px;
}

.account .access .form-group>a {
  color: var(--main);
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 7px 2px;
  font-weight: 500;
}

.account .access .form-group>a:hover {
  text-decoration: none;
  color: var(--main);
}

.account .access .form-group p.tos {
  color: #91a6c1;
  font-size: 14px;
  font-weight: 300;
}

.account .access .form-group p.tos a {
  color: var(--main);
  font-weight: 400;
}

.account .access .form-group p.tos a:hover {
  text-decoration: none;
  color: var(--main);
}

.account .access .form-control:focus+i {
  color: var(--main);
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.btn-access {
  background: var(--main);
  color: #fff;
  padding: 0 35px;
  line-height: 46px;
  border-radius: 23px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  position: relative;
}

.btn-access i {
  position: relative;
  font-size: 25px;
  padding: 0;
  top: 6px;
  margin-left: 5px;
}

.btn-access:hover {
  color: #fff;
  background: var(--main-dark));
}

body.acc {
  background: #fff;
}

.div_table {
  display: table;
  position: relative;
  width: 100%;
}

.div_table_cell {
  display: table-cell;
  vertical-align: middle;
}

.terms {
  position: relative;
  display: block;
  padding-bottom: 100px;
}

.terms h2.title {
  color: #fff;
  position: relative;
  display: block;
  margin-top: -200px;
  font-size: 2.5rem;
  font-weight: 600;
  direction: rtl;
  text-align: right;
  margin-bottom: 0 !important;
}

.terms .text {}

.terms .text p {
  color: #253145;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 20px;
}

.terms .text ul {
  position: relative;
  display: block;
  list-style: none;
  padding: 20px;
}

.terms .text ul li {
  font-size: 17px;
  font-weight: 400;
  color: #91a6c1;
  padding: 12px 0;
}

.terms .privacy p {
  color: #91a6c1;
  font-weight: 400;
  font-size: 17px;
  padding-left: 15px;
}

.terms .privacy p.title {
  color: #253145;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 0;
}

.alert .close:focus,
.alert .close:hover,
.alert .close:active {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  outline: 0 !important;
  box-shadow: none;
}

.add-link-result {
  background: #fff;
  padding: 30px 15px;
  border-radius: 16px;
  right: 0;
  left: 0;
  display: none;
  z-index: 1000;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, .05);
  position: absolute;
  margin: 0 15px;
  margin-top: 30px;
}

.add-link-result a.sh-result {
  font-size: 17px;
  font-weight: 500;
  margin-right: 50px;
  text-decoration: none;
  color: var(--main);
  position: relative;
}

.add-link-result button.copy-it {
  background: var(--main);
  border: 0;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 20px;
  box-shadow: var(--main-shadow);
  cursor: pointer;
  outline: 0 !important;
  color: #fff;
  font-weight: 500;
  transition: 0.2s ease-in-out
}

.add-link-result button.copy-it i {
  margin-left: 7px;
  position: relative;
  top: 7px;
}

.add-link-result button.copy-it:hover {
  box-shadow: var(--hover-shadow);
  transform: translatey(-1.5px);
}

.add-link-result button.copy-it .animated {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.add-link-result .copied {
  position: absolute;
  color: var(--main);
  left: 0;
  top: 0;
  text-align: center;
  font-size: 16px;
  display: block;
  right: 0;
}

.form-group .form-control.has-error {
  border: 2px solid #f8565b !important;
}

.short {
  padding-bottom: 50px;
  background: #fff;
  position: relative;
  display: block;
}

.short .content {
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 50px 5px rgba(214, 214, 214, 0.29);
  box-shadow: 0px 0px 50px 5px rgba(214, 214, 214, 0.29);
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: left;
  position: relative;
  margin-top: -250px;
  display: block;
  height: auto;
}

.short .content .text {
  margin-top: 50px;
  position: relative;
  display: block;
}

.short .content .text h2 {
  color: #253145;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  position: relative;
}

.short .content .text h2:after {
  content: '';
  background: var(--main);
  display: block;
  height: 4px;
  border-radius: 3px;
  width: 100px;
  margin-top: 7px;
}

.short .content .text p {
  color: #91a6c1;
  font-weight: 400;
  font-size: 16px;
}

.link {
  position: relative;
  padding-bottom: 50px;
  display: block;
}

.link .flex {
  padding: 15px 0;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 50px;
}

.link .flex>div {
  display: block;
  line-height: 140px;
  position: relative;
}

.link .flex .captcha p {
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--main);
  margin-top: -10px;
  direction: rtl;
}

.btn-goo {
  padding: 0 30px;
  line-height: 48px;
  border-radius: 24px;
  border: 2px solid #64a1ff !important;
  background: #fff !important;
  color: #64a1ff !important;
  font-weight: 500;
  font-size: 17px;
  opacity: .7;
}

.btn-goo i {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  top: 4px;
  margin-left: 7px;
}

.btn-goo:hover {
  opacity: 1;
}

.link .faq h4,
.content .faq h4 {
  font-size: 24px;
  color: var(--main);
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}

.link .faq p,
.content .faq p {
  display: block;
  padding-left: 12px;
  font-weight: 400;
  color: #777;
  font-size: 15px;
}

.link .flex>div {
  line-height: 120px;
}

.link .flex .captcha {
  line-height: 20px;
}

.link .flex .share {
  padding: 20px 0;
}

.flex_2 {
  margin: 30px 0;
}

.flex_2>div {
  line-height: 100px !important;
  height: 100px;
  position: relative;
  display: block;
}

.flex .link_ready {}

.flex .link_ready p {
  color: #cfcfcf;
  font-weight: 600;
  font-size: 25px;
}

.flex .wait {}

.flex .wait h1 {
  line-height: 40px;
  color: #5cb85c;
  font-size: 3.5rem;
  font-weight: 600;
  margin: 10px;
}

.flex .wait h1 span.sec {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .7;
}

.has-error .form-control {
  border-color: #f8565b;
}

.has-error .help-block {
  color: #f8565b;
  font-weight: 500;
  font-size: 13px;
  padding: 3px;
  display: block;
}

.page-header h3:after {
  content: '';
  background: var(--main);
  width: 100px;
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  height: 4px;
  border-radius: 4px;
}

.wow {
  visibility: hidden;
}

.banner.banner-468x60 {
  padding: 0 !important;
}

.scroLL {
  height: 400px;
  position: relative;
  overflow-y: auto;
  margin-top: 100px;
}

.scroLL table.table {
  margin: 0;
}

.scroLL::-webkit-scrollbar-track {
  background-color: #fff;
}

.scroLL::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
  background-color: #fff;
}

.scroLL::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 2px;
}

.table thead th {
  border: 0;
  text-align: center;
}

.table td {
  text-align: center;
  border-top: 1px solid #f6f6f6;
  vertical-align: middle;
  color: #91a6c1;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, .01);
}

.card-content {
  background: #ffffff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, .05);
  direction: rtl;
  text-align: right;
  border-radius: 16px;
  padding: 24px 16px
}

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #1ABC9C;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}

.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}

.card-desc h3 {
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}

.card-desc p {
  color: #747373;
  font-size: 14px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
}

.btn-card {
  background-color: var(--main);
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  border-radius: 24px
}

.btn-card:hover {
  background: var(--main-dark);
  text-decoration: none;
  color: #fff
}

a.btn-card {
  text-decoration: none;
  color: #fff;
}

.blog-post {
  direction: rtl;
  text-align: justify;
  padding: 20px;
}

.terms h6 {
  direction: rtl;
  text-align: right;
  color: #fff;
  margin-top: 16px
}

section .faq {
  direction: rtl;
  text-align: right;
}

.interstitial-page #mainNav {
  background-color: var(--main);
  color: white;
}

body.interstitial-page {
  overflow: hidden;
  padding-top: 0;
}

.interstitial-page #mainNav {
  margin-bottom: 0;
}

.interstitial-page .navbar-default {
  padding: 10px 0;
}

.interstitial-page .skip-ad a {
  color: #1e70dc;
  padding: 13px 52px 13px 20px;
  border-radius: 20px;
  background-image: url(../img/skip-ad.png);
  background-color: #ffffff;
  background-position: right 11px bottom 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.surfbar {
  background: #4c4c4c;
  color: #fff;
  font-family: tahoma, Helvetica, sans-serif;
  margin: 0px;
  font-weight: bold;
  height: 68px;
}

.container {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .logo {
    position: relative;
    display: block;
    height: 15px;
    margin-bottom: -5px;
    margin-top: -5px;
  }
}

.is-table-row {
  width: 100%;
}

.is-table-row [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.khp-link-page {
  background: var(--second);
}

.khp-link-box-title {
  color: var(--second);
  font-size: 24px;
  text-align: right;
  margin-top: -15px;
  font-weight: bold;
  margin-bottom: 15px
}

.khp-close-box {
  position: absolute;
  top: 15px;
  left: 24px;
  color: #fe5d05;
  cursor: pointer;
}

.khp-close-box:not(.active) svg line:first-child {
  display: none
}

.khp-link-direct {
  margin-bottom: 32px;
  background: #fff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, .05);
  border-radius: 16px;
  padding: 30px 30px;
  text-align: center;
  direction: rtl;
  color: #000;
  width: 100%;
  animation: khpDown 0s;
  z-index: 22;
}

@keyframes khpDown {
  0% {
    top: 0;
    position: absolute;
    width: calc(100% - 30px);
    z-index: 22;
  }

  80% {
    top: 600px;
    position: absolute;
    width: calc(100% - 30px);
    z-index: 22;
  }

  100% {
    position: relative;
    width: 100%;
    z-index: 22;
  }
}

.captcha .col-md-8.right {
  position: relative
}

.khp-link-direct p {
  margin-bottom: 16px !important;
}

.khp-link-direct h4 {
  margin-bottom: 16px !important;
}

.khp-link-direct .btn-success {
  border-radius: 24px;
  padding: 8px 32px;
  background: #FF598A;
  border-color: #FF598A;
  box-shadow: 0px 4px 16px rgba(255, 89, 138, .2);
}

.khp-link-direct .btn-success:hover {
  transform: translatey(-1.5px);
  box-shadow: 0px 4px 32px rgba(255, 89, 138, .4);
}

@media only screen and (max-width: 1080px) {
  .khp-stats-box {
    margin-bottom: -100px;
  }

  .khp-footer {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .khp-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .khp-site-info {
    grid-column: 1/4
  }

  .khp-stats-box {
    margin-bottom: 0;
    grid-template-columns: 1fr
  }
}

@media only screen and (max-width: 550px) {
  .khp-footer {
    grid-template-columns: 1fr 1fr;
  }

  .khp-site-info, .khp-menu {
    grid-column: 1/3
  }
}

a:hover {
  color: var(--main);
  text-decoration: underline
}
body{overflow-x: hidden}
@media only screen and (max-width: 1080px) {
  .contentss{margin-top: -30px!important;}
}
@media only screen and (max-width: 768px){
  .khp-link-direct{margin-top: 30px}
}
@media only screen and (max-width: 550px) {
  .contentss{margin-top: 0!important;}
  .khp-link-page{height: 50px!important;}
}

.Socialsh1{position:fixed;left:5px;bottom:2px;z-index:2222}


.gotelegram {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.gotelegram a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    background: #08c;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.goinstagram a i, .gotelegram a i {
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0 1px 6px #11111175;
    color: #fff;
}

.goinstagram {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.goinstagram a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    background: #ff0086;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}