html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.navbar {
    min-height: 90px;
    box-shadow: none;
    border: none;
    margin: 0;
    border-radius: 0;
    font-size: 16px
}

.bannerImg {
    width: 100%; 
    position: absolute;
    top:0; 
    overflow: hidden;
    direction: rtl;
}
.bannerImg .phoneImage {
    display: none;
}

.bannerImg .mainImage, .bannerImg .phoneImage {
    width: 100%;
}

@media (max-width: 1500px) {
    .bannerImg .mainImage, .bannerImg .phoneImage {
        width: 1500px;
    }
}

.aboutUs {
    position: relative; 
    margin-top: 25%;
}

.navbar .navbar-nav>li>a,
.navbar a.navbar-brand.navbar-link {
    min-height: 90px;
    line-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none
}



.navbarImage, .navbarImageWhite {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    min-width: 460px;
    height: 200px;
}

.navbarImageWhite {
    display: none;
}

@media (max-width: 767px) {
    .navbar-collapse {
        margin-top: -1.5px;
        position: relative;
    }

    .navbarImage {
        opacity: 1;
    }


    .navbar-collapse--active .navbarImageWhite {
        display: block;
        opacity: 1;
    }

    .navbar-collapse--active .navbarImage {
        display: none;
    }

    .navbar-collapse ul li {
        padding: 20px 0;
    }

    .navbar-collapse ul li:first-child {
        padding-top: 50px;
    }

    .navbar-collapse ul li:last-child {
        padding-bottom: 50px;
    }

}

@media (max-width: 400px) {
    .navbar-collapse {
        background-size: contain;
    }
}
    @media (min-width:769px) {
    .navbar .navbar-nav>li>a {
        margin: 0 0 0 1px
    }
}

.navbar.navbar-fixed-bottom,
.navbar.navchange {
    min-height: 60px
}

.navbar.navbar-fixed-bottom .navbar-nav>li>a,
.navbar.navbar-fixed-bottom a.navbar-brand.navbar-link,
.navbar.navchange .navbar-nav>li>a,
.navbar.navchange a.navbar-brand.navbar-link {
    min-height: 60px;
    line-height: 60px
}

.navbar-brand img {
    margin: 15px 0;
    max-height: 50px
}

.navbar-fixed-bottom .navbar-brand img,
.navchange .navbar-brand img {
    margin: 10px 0;
    max-height: 40px;
    width: auto
}

@media (max-width:767px) {
    .navbar.navbar-fixed-bottom .navbar-nav>li>a {
        min-height: 40px;
        line-height: 40px
    }

    .navbar-brand img,
    .navchange .navbar-brand img {
        margin: 10px 0;
        max-height: 40px;
        width: auto
    }

    .navbar {
        position: relative !important
    }
}

.navbar .dropdown-menu {
    box-shadow: none;
    border-radius: 0 !important;
    padding: 0;
    border: none;
    min-width: 200px;
    -webkit-transition: background .6s ease-out;
    transition: background .6s ease-out
}

.navbar .dropdown-menu li a {
    padding: 10px 15px;
    margin: 0 0 1px;
    font-size: 15px
}

.navbar .navbar-toggle,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:hover {
    border: none;
    width: 40px;
    height: 40px;
    margin: 10px 15px 0 0;
    background: 0 0 !important;
    text-align: center;
    padding: 0
}

.icon-bar {
    width: 22px;
    float: right
}

.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    margin-right: -3px
}

.middle-bar {
    opacity: 0;
    margin-right: 30px
}

.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    margin-right: -3px
}

.navbar-toggle.collapsed .bottom-bar,
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    margin-right: 0
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
    margin-right: 0
}

.icon-bar,
.navbar,
.navbar .dropdown-menu li a,
.navbar .navbar-nav>li>a,
.navbar a.navbar-brand.navbar-link,
.navbar-brand img {
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.navbar.navbar-default.navbar-transparency,
.navbar.navbar-inverse.navbar-transparency {
    background: 0 0
}

.navbar.navbar-default.navbar-transparency.navchange,
.navbar.navbar-default.navbar-transparency.navchange .dropdown-menu,
.navbar.navbar-default:not(.navbar-fixed-top).navbar-transparency,
.navbar.navbar-default:not(.navbar-transparency),
.navbar.navbar-default:not(.navbar-transparency) .dropdown-menu,
.navbar:not(.navbar-transparency) .dropdown-menu {
    background: #ddd
}

.navbar.navbar-inverse.navbar-transparency.navchange,
.navbar.navbar-inverse.navbar-transparency.navchange .dropdown-menu,
.navbar.navbar-inverse:not(.navbar-fixed-top).navbar-transparency,
.navbar.navbar-inverse:not(.navbar-transparency),
.navbar.navbar-inverse:not(.navbar-transparency) .dropdown-menu,
.navbar:not(.navbar-transparency) .dropdown-menu {
    background: #333
}

@media (max-width:767px) {

    .navbar,
    .navbar a.navbar-brand.navbar-link,
    .navbar.navchange,
    .navbar.navchange a.navbar-brand.navbar-link {
        min-height: 60px;
        line-height: 60px;
        height: auto
    }

    .navbar .navbar-nav>li>a,
    .navbar.navchange .navbar-nav>li>a {
        min-height: 40px;
        line-height: 40px
    }

    /* .navbar-nav {
        margin: 0 -15px
    } */

    .navbar .dropdown-menu {
        width: 100%;
        position: relative
    }

    .navbar .navbar-nav .dropdown-menu>li>a {
        padding: 0 30px;
        margin: 0;
        line-height: 40px
    }

    .navbar.navbar-default,
    .navbar.navbar-default .navbar-collapse,
    .navbar.navbar-default .navbar-nav,
    .navbar.navbar-default.navbar-transparency {
        background: #ddd
    }

    .navbar.navbar-inverse,
    .navbar.navbar-inverse .navbar-collapse,
    .navbar.navbar-inverse .navbar-nav,
    .navbar.navbar-inverse.navbar-transparency {
        background: #333
    }
}

.navbar.navbar-default .navbar-nav>li>a,
.navbar.navbar-default a.navbar-brand.navbar-link,
.navbar.navbar-default a.navbar-brand.navbar-link:hover {
    color: #000;
    background: 0 0
}

.navbar.navbar-inverse .navbar-nav>li>a,
.navbar.navbar-inverse a.navbar-brand.navbar-link,
.navbar.navbar-inverse a.navbar-brand.navbar-link:hover {
    color: #fff;
    background: 0 0
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar.navbar-default .dropdown-menu,
.navbar.navbar-default .dropdown-menu li>a:focus,
.navbar.navbar-default .dropdown-menu li>a:hover,
.navbar.navbar-default .navbar-nav>.open>a:hover,
.navbar.navbar-default .navbar-nav>li.active>a,
.navbar.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background: rgba(255, 255, 255, .4)
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar.navbar-inverse .dropdown-menu,
.navbar.navbar-inverse .dropdown-menu li>a:focus,
.navbar.navbar-inverse .dropdown-menu li>a:hover,
.navbar.navbar-inverse .navbar-nav>.open>a:hover,
.navbar.navbar-inverse .navbar-nav>li.active>a,
.navbar.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2)
}

.navbar.navbar-default .dropdown-menu li a {
    color: #000 !important
}

.navbar.navbar-inverse .dropdown-menu li a {
    color: #fff !important
}

.navbar.navbar-default .dropdown-menu li a:hover,
.navbar.navbar-default .dropdown-menu li.active a {
    background-image: none !important;
    background: rgba(255, 255, 255, .4) !important
}

.navbar.navbar-inverse .dropdown-menu li a:hover,
.navbar.navbar-inverse .dropdown-menu li.active a {
    background-image: none !important;
    background: rgba(0, 0, 0, .2) !important
}

.navbar.navbar-default .icon-bar {
    background: #000
}

.navbar.navbar-inverse .icon-bar {
    background: #fff
}

.navbar-collapse {
    /* background: rgb(255, 255, 255); */
    /* margin-top: -1px; */
    /* height: 300px; */
    /* padding: 50px 0; */
}

/* .collapse.show {
    background: rgb(255, 255, 255);
    margin-top: -1px;
} */

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgba(255, 255, 255, .6);
    border-width: 1px
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, .6);
    border-width: 1px
}

.article-dual-column {
    color: #56585b;
    background-color: #fff;
    /* font-family: Lora, serif; */
    font-size: 14px
}

.article-dual-column .intro {
    font-size: 16px;
    margin: 0 auto 30px
}

.article-dual-column .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 25px
}

.article-dual-column .text h2,
.article-dual-column .text p {
    line-height: 1.45;
    margin-bottom: 44px
}

.article-dual-column .intro p {
    color: #929292;
    font-size: 12px
}

.article-dual-column .intro p .by {
    font-style: italic
}

.article-dual-column .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd
}

.article-dual-column .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px
}

.article-dual-column .intro img {
    margin-top: 25px
}

.article-dual-column .text h2 {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

@media (min-width:768px) {
    .article-dual-column .text p {
        font-size: 16px
    }

    .article-dual-column .text h2 {
        font-size: 20px
    }
}

.article-dual-column .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px
}

.article-dual-column .text figure img {
    margin-bottom: 12px;
    max-width: 100%
}

@media (max-width:767px) {
    .article-dual-column .toc {
        border: 1px solid #d3d3d3;
        padding: 20px 0 15px;
        margin-bottom: 20px;
        border-width: 1px 0
    }

    .footer-basic {
        margin-top: 50px !important;
    }
}

.article-dual-column .toc p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.article-dual-column .toc ul {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 0
}

.article-dual-column .toc li {
    padding: 2px 0
}

.article-dual-column .toc a {
    color: inherit
}

.footer-basic {
    padding: 20px 0 40px 0;
    color: #4b4c4d;
    background-color:#01747E;
    color:rgb(255,255,255);
    position: relative;
    margin-top: 150px;
}

.footer-basic  .footerWaveWrapper {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%;
    overflow: hidden;
    direction: rtl;
}

.footer-basic  .footerWave {
    width: 101%;
    margin-right: -2px;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

.footer-basic li {
    padding: 0 10px
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8
}

.footer-basic ul a:hover {
    opacity: 1
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px
}

.footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: .75
}

.footer-basic .social>a:hover {
    opacity: .9
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0
}

.navigation-clean {
    background: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

.navbar {
    background: rgba(255, 255, 255, 0.5) !important;
    height: 90px !important;
    box-sizing: content-box;
    /* padding: 10px 0 !important; */
    padding: 0 !important;
}

.navbar--active {
    background: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px -1px, rgba(0, 0, 0, 0.03) 0px 2px 4px -1px;
}

.navigation-clean .navbar-brand {
    font-weight: 700;
    color: inherit
}

.navigation-clean .navbar-brand:hover {
    color: #222
}

.navigation-clean .navbar-toggler {
    border-color: #ddd;
    color: #888
}

.navigation-clean .navbar-toggler:focus,
.navigation-clean .navbar-toggler:hover {
    background: 0 0
}

.navigation-clean .form-inline,
.navigation-clean .navbar-collapse {
    border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none;
    /* font-family: 'Poppins', sans-serif; */
}
.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px
}

.nav-item {
    margin: 0 15px;
    font-weight: 400;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #465765
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d !important;
    background-color: transparent
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px
}

.navigation-clean .dropdown-menu .dropdown-item,
.navigation-clean .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    color: #37434d
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit
}

.h5,
h5 {
    font-size: 24px;
    /* font-family: Alegreya Sans SC */
}

a {
    color: #01747E;
    text-decoration: none;
    border: 1px solid transparent;
    transition: .2s ease-in-out;
}

a:hover {
    color: #01747E;
    text-decoration: none;
    border-bottom: 1px solid #01747E;
}

.navbar-light .navbar-brand {
    border-bottom: none
}

.subtitle {
    font-weight: 400;
    display: inline-block;
    color: #01747E;
    font-size: 22px;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 500;
}

.subtitle--contact {
    font-weight: 400;
    display: inline-block;
    color: #707777;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
}

.contactSection a:hover {
    border-bottom: 1px solid #01747E;
}

header {
    position: relative;
    height: 300px;
    /* background-image: linear-gradient(#ff9d2f, #ff6126); */
}

h1 {
    padding: 100px 0;
    font: 44px "Arial";
    text-align: center;
}

header h1 {
    color: white;
}

svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
    margin-bottom: 3px;
}

.about,
.contacts,
.main {
    background-image: linear-gradient(120deg, #01747E 0%, #01747E 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 160px;
    height: 170px;
    animation: morph 15s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}

.about:before,
.contacts:before,
.about:after,
.contacts:after .main:after,
.main:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(120deg, #01747E 0%, #01747E 100%);
}

.about:before,
.contacts:before,
.main:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
}

.about:after,
.contacts:after,
.main:after {
    animation: morph 15s linear infinite;
    animation-delay: 400ms;
    opacity: .89;
    content: "";
    font-size: 21px;
    line-height: 130px;
    color: white;
    text-indent: 30px;
}

.contacts:after {
    content: "";
}

.main:after {
    content: '';
}

.title-font {
    font-size: 65px;
    line-height: 84px;
    color: #707777;
    font-weight: 500;
    /* font-family: 'Public Sans', sans-serif; */
    text-align: center;
}

.mainTitle {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 60px;
    line-height: 84px;
    color: #02737E;
    /* color: #474747; */
    font-weight: 200;
    margin-top: 130px;
}

.mainTitle--accent {
    font-weight: 500;
    color: #02737E;
}

.bannerBtn {
    /* margin-top: 30px; */
    /* width: 300px; */
    border-radius: 30px;
    color: #02737E;
    background: #ffffff;
    padding: 15px 50px;
    width: fit-content;
    margin-top: 50px;
    border: 1px solid #02737E;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bannerBtn img {
    width: 100%;
}

.h-100 {
    width: 100%;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.main {
    width: 500px;
    height: 60vh;
    border: 3px solid #ABABAB;
    background-image: none;
    margin-bottom: 25%;
}

.btn-orb {
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: white !important;
    background: #7b1919;
    cursor: pointer;
}

.hands-img {
    height: 45%;
    width: 85%;
    display: flex;
    padding-left: 35%;
    align-items: center;
}
.list-content li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.list-content-dots{
    list-style: none;
    padding: 0;
}
.list-content li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color:#01747E ;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

/*ul{*/
/*    list-style-type: circle;*/

/*}*/
/*ul li::marker {*/
/*    font-size: 22px;*/
/*    color:#01747E ;*/
/*}*/
@keyframes morph {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        opacity: .89;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes fadeIn {
    100% {
        transform: scale(1.03);
        opacity: 0;
    }
}

.title-img {
    height: 180px;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
    .img-container-first,.img-container-second{
    display: flex;
    height: 100% !important;
    align-items: end;
        min-width: 50%;
    justify-content: start;
}
    .img-container-second{
        justify-content: end;
    }

.img-section {
    height: 155px;
}

.img-section.benefits_top {
    height: 270px;
}

.img-section.benefits_bottom {
    height: 195px;
}

.img-section.eliminates_bottom {
    height: 195px;
}

.img-section.subscription {
    height: 165px;
}

.img-section.opportunity {
    height: 160px;
}
.img-section.about-img {
    height: 195px;
}
.img-section.micro-payment-down {
    height: 200px;
}

.img-section.contact-photo {
    height: 340px;
}

.img-title-container {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}

.title-img-font {
    color: #707777;
    font-size: 46px;
    font-weight: 200;
    /* font-family: 'Poppins', sans-serif; */
    line-height: 1.1;
}

.title-img-font--accent {
    font-weight: 500;
    color: #02737E;
}


.title-container {
    display: flex;
    /*position: absolute;*/
    /*width: 100%;*/
    /*width: 50%;*/
    /*left: 50%;*/
    /*margin-left: -25%;*/
    /*top: 50%;*/
    /*margin-top: -15%;*/
}

@-moz-document url-prefix() {
    .title {
        display: block;
        color: white;
        font-size: 20px;
    }

    .title>div {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .title-circle p {
        width: 100%;
        text-align: center;
    }

    .title-img-font {
        color: #707777;
        font-size: 35px;
    }
}

@media (max-width:1200px) {
    .title-font {
        font-size: 65px;
        line-height: 84px;
    }
}

@media (max-width:1024px) {
    .title-img {
        height: 170px;
    }

    .title-font {
        font-size: 54px;
        line-height: 73px;

    }
    .img-section.subscription {
        height: 175px;
    }
}

@media (max-width:992px) {
    .main{
        height: 45vh;
        width: 300px;
    }
    .col-lg-6 {
        width: auto;
    }
    .img-container-second,.img-container-first{
        justify-content: center;
    }
    .title-img-font{
        text-align: center;
    }
    .img-title-container{
        gap: 20px;
        flex-direction: column;
    }
    .text-center {
        /*position: absolute;*/
        width: 100%;
    }

    .bannerImg .mainImage {
        display: none;
    }

    .bannerImg .phoneImage {
        display: block;
    }
}

@media (max-width:913px) {
    .title-img {
        height: 200px;
    }
    .img-section.micro-payment-up {
        height: 140px;
    }

    .img-section.micro-payment-down {
        height: 175px;
    }
}

@media (max-width:897px) {

    .title-img {
        height: 120px;
    }

    .navbar {
        height: 55px !important;
        min-height: 60px;
        line-height: 45px !important;
    }

    .navbar-brand img {
        /* margin: 0 0 10px 10px !important; */
    }

    .navbar-nav {
        padding-left: 25px !important;
    }

    .nav li {
        display: flex !important;
        align-items: center !important;
        max-height: 53px !important;
    }

    /*.title-container.subscription {*/
    /*    margin-left: -15%;*/
    /*}*/

   
    .img-section.subscription {
        height: 155px;
    }
    .img-section.micro-payment-up {
        height: 140px;
    }

    /*.title-container.opportunity {*/
    /*    margin-left: -15%;*/
    /*}*/
}

@media (max-width:821px) {

    .title-img {
        height: 190px;
    }
   

}

@media (max-width:813px) {
    .title-img {
        height: 100px;
    }

    /*.title-container.subscription {*/
    /*    margin-left: -15%;*/
    /*}*/
   
}



@media (max-width:768px) {
    .title-img {
        height: 160px;
    }
}

@media (max-width:760px) {
    .title-img {
        height: 100px;
    }
}

@media (max-width:740px) {
    .main{
        height: 40vh;
        width: 250px;
    }
    .title-img {
        height: 90px;
    }
    .title-font{
        font-size: 42px;
    }
    .container {
        max-width: 100%;
    }
    .navbar-brand {
        padding-left: 15px;
    }
}

@media (max-width:720px) {
    .title-img {
        height: 115px;
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width:670px) {
    .title-img {
        height: 90px;
    }

    .container {
        max-width: 100%;
    }

    /*.title-container.subscription {*/
    /*    margin-left: -15%;*/
    /*}*/
}


@media (max-width:540px) {
    .title-img {
        height: 120px;
    }

    .img-section.subscription {
        height: 180px;
    }

    .mainTitle {
        font-size: 40px;
        margin-top: 60px;
        line-height: 50px;
    }
       
    .bannerImg .phoneImage {
        width: 1000px;
    }
}

@media (max-width:428px) {
    .title-img {
        height: 120px;
    }

    .img-section.subscription {
        height: 180px;
    }

    /*.title-container.subscription {*/
    /*    margin-left: -20%;*/
    /*}*/
}

@media (max-width:420px) {
    .title-img {
        height: 120px;
    }

    .title-img-font {
        font-size: 26px;
    }

    .img-section {
        height: 130px;
    }

    .img-section.subscription {
        height: 110px;
    }
    .img-section.micro-payment-up {
        height: 90px;
    }

    .img-section.micro-payment-down {
        height: 100px;
    }

    .img-section.opportunity {
        height: 110px;
    }


    .img-section.processing {
        height: 120px;
    }
    .img-section.about-img {
        height: 105px;
    }

    /*.title-container.subscription {*/
    /*    margin-left: -20%;*/
    /*}*/

    /*.title-container.opportunity {*/
    /*    margin-left: -20%;*/
    /*}*/

    .about,
    .contacts {
        width: 160px;
        height: 135px;
    }

    .title {
        font-size: 18px;
    }

    .aboutUs {
        margin-top: 12%;
    }

    .title-circle:first-child .about {
        margin-left: auto;
    }
}

@media (max-width:376px) {
    .title-img {
        height: 100px;
    }

    .title-img-font {
        font-size: 26px;
    }

    .img-section {
        height: 130px;
    }

    .img-section.subscription {
        height: 115px;
    }

    .title-img-font {
        font-size: 22px;
    }

    .about,
    .contacts {
        width: 125px;
        height: 110px;
    }

    .title {
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .title-img {
        height: 100px;
    }

}

@media (max-width:281px) {

    .title-img {
        height: 100px;
    }

    .title-img-font {
        font-size: 18px;
    }

    .img-section {
        height: 100px;
    }


    .img-section.subscription {
        height: 100px;
    }
    .img-section.micro-payment-down {
        height: 100px;
    }
    .img-section.opportunity {
        height: 110px;
    }
}



@media (min-width: 770px) {
    .navigation-clean {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}
button:focus{
    outline: 0px;
}



.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #01747E;
}

.animated-icon2 span {
    background: #01747E;
}

.animated-icon3 span {
    background: #01747E;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
    width: 70%;
    margin-left: 5px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
    width: 70%;
    margin-left: 5px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}