@font-face {
    font-family: iranSans;
    src: url('../fonts/IRANSansLight.ttf') format('ttf'),
    url('../fonts/IRANSansWeb.eot') format('eot'),
    url('../fonts/IRANSansWeb.ttf') format('ttf'),
    url('../fonts/IRANSansWeb.woff') format('woff');
}

body {
    font-size: 0.8rem;
    font-family: iranSans, Tahoma, Arial, serif;
    line-height: 1.75;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 18px;
}

h3{
    font-size: 16px;
}

header .fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
    background-color: #e3e3e3;
}

header .fixed-menu .navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
}

.securban-app-container {
    /* min-height: calc(100vh + 80px); */
    margin-top: 4rem;
    padding-bottom: 100px;
}

.securban-app-container .securban-logo {
    width: 150px;
    object-fit: cover;
}
.securban-app-container .securban-people-img {
    width: 130px;
    object-fit: cover;
}

.eye-icon {
    height: 40px;
    width: 60px;
}

.arrow-icon {
    width: 80px;
    height: 28px;
}

.pin-icon {
    height: 40px;
    width: 55px;
}

.app-icon {
    height: 40px;
    width: 32px;
}

.securban-privacy-features .privacy-features-item {
    width: 50%;
}


.google-play {
    width: 182px;
}

.download-tr{
    min-width: 144px
}


.gdpr{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    /* height: 100px; */
    background-color:#fff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.gdpr-btn{
    display: block;
    width: 100px;;
    border-radius: 40px;
    padding: 10px 15px;
    background-color: #e28086;
    color: #fff;
    text-decoration: none;
    transition: 100ms all;
    margin: 0 auto;
}
.text-bold{
    font-weight: bold;
}
.gdpr-fire{
    cursor: pointer;
}

.clear{
    display: block;
    visibility: hidden;
  font-size: 0;
  content: none;
  clear: both;
  height: 0;
  overflow: hidden;
  width: 0;
}

@media only screen and (min-width: 768px) {
    .securban-app-container {
        /* min-height: calc(100vh + 80px); */
        margin-top: 4rem;
        padding-bottom: 100px;
    }

}

@media only screen and (min-width : 1200px) {
    .securban-app-container {
        /* min-height: calc(100vh + 80px); */
        margin-top: 8rem;
        padding-bottom: 100px;
    }

}

@media only screen and (max-width : 576px) {
    .eye-icon {
        height: 30px;
        width: 50px;
    }

    .arrow-icon {
        width: 55px;
        height: 20px;
    }

    .pin-icon {
        height: 30px;
        width: 45px;
    }

    .app-icon {
        height: 30px;
        width: 22px;
    }
    .securban-privacy-features .privacy-features-item {
        width: 100%;
    }

}


footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    font-size: 11px;
}

.last-floor-footer {
    background-color: #e3e3e3;
}

.first-floor-footer {
    background-color: #f3f3f3;
}