/*
* expandable menu started
*/

@media (max-width: 1199px) {

  .menu-tab {
    display: block;
    position: fixed;
    height: 40px;
    width: 40px;
    z-index: 9999;
    top: 14px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /*end of div*/
  }
  .menu-tab div {
    width: 33px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 7px 3px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }

  .bblack {
    background: #000 !important;
  }

  .stricky-fixed .menu-tab div {
    background-color: #000;
  }

  .menu-tab div:nth-child(1) {
    margin-top: 11px;
  }
  .main-navigation {
    margin-top: 20px;
  }

  .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-navigation ul li {
    padding: 5px 0;
    display: list-item;
  }

  .main-navigation ul li a {
    font-size: 0.999rem;
    font-weight: 700;
    -webkit-transition: color 0.3s ease-in-out,
    background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
    text-decoration: none;
    padding: 0.5rem 5rem;
    width: 100vw;
    display: block;
    text-align: center;
    color: #000;
  }
  .menu-hide {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  }

  .menu-hide .navlogo {
    background: url(../assets/images/logo.svg) left center;
    background-repeat: no-repeat;
    background-size: 200px;
    width: 210px;
    height: 55px;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
  }
  .menu-hide.show {
    left: 0px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 500;
  }
  /*end of menu-tab*/
  .menu-tab.active {
    right: 10px;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-tap-highlight-color: transparent;
  }
  .menu-tab.active #one {
    -webkit-transform: translateY(7px) rotate(-135deg);
    transform: translateY(7px) rotate(-135deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
  }
  .menu-tab.active #two {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .menu-tab.active #three {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-10.5px) rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
  }

  .menu-hide {
    width: 100vw;
    left: -100vw;
    height: 85vh;
    position: fixed;
    z-index: 0;
    top: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /*end of nav*/
  }

  .menu-hide nav ul {
    margin: 15px;
  }
  .menu-hide nav ul li {
    list-style-type: none;
    line-height: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-hide nav ul li:hover {
    color: #6c64ff !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .menu-hide nav ul li a {
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
  }

  .banner-one .shape-2 {
    top: 65%;
    left: 18%;
    z-index: 20;
  }

  .header-navigation {
    margin-bottom: 0;
  }

  .logo-box {
    width: 100%;
    float: none;
    margin: 0 !important;
  }

  .navigation-box {
    margin: 0;
  }

  .navbar-expand-lg .menu-toggler {
    display: block;
    margin-right: 0;
    border-color: #fff;
    background-color: transparent !important;
    margin: 23px 0;
    color: #fff;
    border: none;
    font-size: 28px;
    float: right;
    outline: none;
    cursor: pointer;
  }

  .menu-toggler:hover {
    border-color: #00ad4d;
  }

  .menu-toggler .icon-bar {
    background: #fff;
  }

  .menu-toggler:hover .icon-bar {
    background: #00ad4d;
  }

  .navbar-expand-lg .navbar-collapse {
    padding-bottom: 0;
    overflow: auto !important;
    width: 100%;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    background: transparent;
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
    margin: 0;
    background: #000;
    transition: all 0.5s ease;
    height: 0;
  }

  .navbar-expand-lg .navbar-collapse.showen {
    display: block !important;
    height: auto;
    max-height: 70vh;
  }

  .navbar-collapse.show {
    overflow-y: auto;
  }

  .header-navigation .nav {
    width: 100%;
    text-align: left;
  }

  .header-navigation .nav > li {
    display: block;
    padding: 0 !important;
    width: 100%;
    float: none;
  }

  .header-navigation .nav > li + li {
    margin-left: 0 !important;
  }

  .header-navigation .nav > li > a {
    padding: 8px 0;
  }

  .header-navigation .right-box.nav {
    width: 100%;
    margin: 0;
  }

  .header-navigation .right-box.nav > li > a {
    border: none !important;
    padding: 8px 0;
    color: #fff;
  }

  .header-navigation .nav > li > a:after {
    display: none;
  }

  .header-navigation .nav.navigation-box + .nav {
    border-top: 1px dashed #282828;
  }

  .header-navigation .navigation-box > li > .sub-menu,
  .header-navigation .navigation-box > li > .sub-menu > li > .sub-menu {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transition: none !important;
    display: none;
    float: none !important;
    margin: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .header-navigation .navigation-box > li > .sub-menu > li > a::after {
    display: none;
  }

  .header-navigation ul.navigation-box > li + li {
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    float: none;
  }

  .header-navigation .nav > li.show-mobile {
    display: none;
  }

  .header-navigation ul.navigation-box > li > a,
  .header-navigation .right-box.nav > li > a {
    padding: 0;
    display: block;
    color: #fff;
    padding: 16px 0 16px 20px !important;
    transition: background 0.4s ease 0s;
  }

  .header .stricky-fixed.header-navigation .nav > li {
    padding: 0 !important;
  }

  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ff8257;
    border-radius: 4px;
    padding: 9px 9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    /*margin-top: 8px;*/
    margin-right: 0px;
    display: block;
    cursor: pointer;
  }

  .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: #ff8257;
    border-radius: 1px;
    display: block;
    height: 1px;
    width: 20px;
  }

  .header-navigation .navigation-box .sub-nav-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .header-navigation .container .right-side-box {
    top: 0px;
    right: 0px;
    transform: translateY(0%);
  }

  .header-navigation .container {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
  }

  .header-navigation .container .logo-box {
    position: relative;
    top: 5px;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    float: none;
    padding-right: 145px;
  }

  .header-navigation .container .logo-box .navbar-brand {
    float: left;
    padding: 5px 0;
  }

  .header-navigation .container .logo-box .navbar-toggler {
    float: left;
  }

  .header-navigation ul.navigation-box {
    display: block;
    margin: 0 !important;
    width: 100%;
  }

  .header-navigation ul.navigation-box > li {
    padding: 0;
    display: block;
  }

  .header-navigation ul.navigation-box > li > a {
    display: block;
    padding: 13px 30px;
  }

  .header-navigation ul.navigation-box > li > a:after {
    display: none;
  }

  .header-navigation ul.navigation-box > li + li {
    margin: 0;
  }

  .header-navigation .main-navigation {
    float: none;
    width: 100%;
    display: none;
    text-align: left;
    background: #181818;
    max-height: 70vh;
    overflow-y: scroll;
  }

  .header-navigation .container .menu-toggler {
    display: block;
  }

  .header-navigation.stricky-fixed ul.navigation-box > li {
    padding: 0;
  }

  .header-navigation .container .logo-box .navbar-brand {
    background-color: transparent;
  }

  .header-navigation .container .menu-toggler {
    float: left;
    margin: 21px 0;
    color: #111111;
    margin-left: 20px;
  }

  .header-navigation .container .logo-box {
    padding-right: 0 !important;
  }

  .header-navigation {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .site-header.header-one .header-navigation .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header.header-one .header-navigation .container .menu-toggler {
    color: #ff8257;
  }

  .site-header.header-one .header-navigation ul.navigation-box > li {
    padding: 0;
  }

  .site-header.header-one .header-navigation .container .right-side-box {
    top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .site-header.header-one .header-navigation .container .right-side-box {
    top: 12px;
    right: 15px;
    display: none;
  }

  br {
    display: none;
  }

  .banner-one__text br,
  .block-title__text br {
    display: block;
  }

  .banner-one__moc {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: center right;
  }

  .cta-three__moc {
    -webkit-transform: scale(0.8) translateY(-50%) translateX(-50px);
    -ms-transform: scale(0.8) translateY(-50%) translateX(-50px);
    -o-transform: scale(0.8) translateY(-50%) translateX(-50px);
    transform: scale(0.8) translateY(-50%) translateX(-50px);
    transform-origin: center left;
  }

  .service-one .block-title {
    margin-bottom: 10px;
  }

  .service-one__single {
    margin-top: 50px;
  }

  .cta-two__moc {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }

  #testimonials-slider-pager {
    width: 400px;
    height: 400px;
  }

  .banner-one__home-two {
    padding-top: 150px;
  }

  .banner-one__home-two .block-title__text br {
    display: none;
  }

  .banner-one__home-two .banner-one__moc {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .section5 .shape-1 {
    top: -5%;
    left: calc(-70vw);
    z-index: 20;
    width: 1075px !important;
  }
}

@media (max-width: 991px) {
  .mt-lg-100 {
    margin-top: 20px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }

  .banner-one .shape-2 {
    top: 65%;
    left: 16%;
    z-index: 20;
  }
  nav.affilante-nav {
    border-bottom: 0px solid #e2e8f3 !important;
    height: 59px;
  }

  .affilante h1 {
    font-size: 2em;
    letter-spacing: -1px;
    font-weight: 600;
  }

  .banner-affilante {
    padding-top: 120px;
  }
  .banner-affilante .block-title__text {
    font-size: 10vw;
    line-height: 45px;
    font-weight: 600;
  }

  .banner-affilante .shape-5 {
    width: 87vw;
    margin-top: 50px;
  }
  .hero-banner > .container {
    padding: 0;
  }
  .section1 h1 {
    font-size: 1.8rem!important;
    margin: 0 15px 15px 15px;
  }
  .section1 h2 {
    font-size: 0.8em;
  }
  .section1 .bubble-1 {
    display: none;
  }
  .section1 .shape-1 {
    position: absolute;
    top: 65%;
    right: 1%;
    z-index: 90;
    width: 35vw;
  }
  .section1 .shape-2 {
    position: absolute;
    top: 90%;
    left: 55%;
    z-index: 90;
    width: 30vw;
    display: none;
  }
  .service-one .shape-3 {
    top: 15%;
    right: -30vw;
    z-index: 0;
    width: 50vw;
  }

  .service-one .shape-2 {
    display: none;
  }

  .service-one .bubble-1 {
    top: 30%;
    left: -10%;
  }

  .brandlogo {
    width: 300px;
    opacity: 0.5;
  }

  .section3 .bigtext-1 {
    top: -1%;
    left: 20vw;
    z-index: 0;
    color: #e3e8f1;
    font-size: 42vw;
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0.4;
  }

  .section5 h3 {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.8;
    color: #fff;
  }

  .affilante .img3 img {
    width: 90vw !important;
    position: relative;
    top: -10%;
    left: 32%;
  }

  .mb150 {
    margin-bottom: 100px !important;
  }

  .text-xs-center {
    text-align: center !important;
  }

  .m-xs-0 {
    margin: 0px !important;
  }
  .mt-xs-none {
    margin-top: 0px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mt-xs-150 {
    margin-top: 150px;
  }

  .ta-xs-center {
    text-align: center !important;
  }

  .p-xs-0 {
    padding: 0px !important;
  }

  .ptb-xs-50 {
    padding: 50px 0 !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }

  .pt-xs-100 {
    padding-top: 100px;
  }
  .pt-xs-150 {
    padding-top: 150px;
  }

  .banner-one [class*="shape-"] {
    position: absolute;
  }
  .banner-one .shape-0 {
    top: 75%;
    left: 7%;
    z-index: 20;
    width: 85vw;
  }

  .banner-one .bubble-2 {
    top: 65%;
    left: -3%;
    z-index: 20;
  }
  .banner-one .bubble-3 {
    bottom: 10%;
    right: 5%;
    z-index: 20;
  }

  .banner-one__subscribe-form input {
    font-size: 0.9em;
  }

  /* Menu mobile */
  .header-one .header-navigation.stricky-fixed {
    background: #fff;
  }

  .social h2 {
    font-size: 1rem;
  }
  /*.social a {*/
  /*  width: 15px;*/
  /*  height: 15px;*/
  /*  display: inline-block;*/
  /*}*/
  .social img.fb {
    width: 10px;
  }
  .social img.tw {
    width: 19px;
  }

  .logiNavBtn {
    margin-top: 20px;
  }

  a.header-one__btn {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 9px;
    border-radius: 27px;
    min-width: 100px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: #0aafff 2px solid;
    margin: 15px 5px;
  }
  .header-one__btn.active {
    background-color: #0aafff;
    color: #fff;
    font-weight: 500;
  }
  .header-one__btn:hover {
    background-color: #0aafff;
    color: #fff;
    font-weight: 500;
  }



  /*end of menu-hide*/
  .copyright {
    font-size: 0.9em;
  }


  .overlay.active {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .banner-one__moc {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: top right;
  }

  .banner-one {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .banner-one .btn-group > .btn {
    padding: 6px 12px 2px 8px;
  }

  .cta-three {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cta-two__moc {
    display: none;
  }

  .cta-three__moc {
    left: auto;
    right: 0;
    -webkit-transform: scale(0.75) translateY(-50%) translateX(30%);
    -ms-transform: scale(0.75) translateY(-50%) translateX(30%);
    -o-transform: scale(0.75) translateY(-50%) translateX(30%);
    transform: scale(0.75) translateY(-50%) translateX(30%);
    transform-origin: right top;
  }

  .cta-one {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .cta-one__color-box {
    display: none;
  }

  /* Section page*/
  .section1 .bigtext-1 {
    top: 17%;
    left: -10%;
    z-index: 0;
    color: #e3e8f1;
    font-size: 30vw;
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0.4;
  }
  .section1 .bigtext-2 {
    top: 34%;
    right: -15%;
    z-index: 0;
    color: #e3e8f1;
    font-size: 30vw;
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0.4;
  }

  .section2 {
    padding-top: 55px;
    padding-bottom: 5px;
    position: relative;
  }

  .cta-one__image {
    margin-bottom: 40px;
  }

  .cta-two {
    position: relative;
    padding-bottom: 200px;
  }

  .cta-three {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section4 .bgleft {
    position: absolute;
    top: -20%;
    left: -53%;
    height: 880.15px;
    width: 1244.29px;
    border-radius: 20px;
    background: linear-gradient(120deg, #f6f7fa 0%, #fff 90%);
    transform: rotate(9deg);
  }

  .section4 .bigtext-1 {
    top: 0%;
    right: -57%;
    z-index: 0;
    color: #e3e8f1;
    font-size: 9em;
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0.4;
  }

  .section4 .bigtext-2 {
    top: 56%;
    left: -9%;
    z-index: 0;
    color: #e3e8f1;
    font-size: 9em;
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0.4;
  }

  .section4 .bigtext-3 {
    top: 2%;
    left: -20vw;
    z-index: 0;
    color: #e3e8f1;
    font-size: 45vw;
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0.4;
  }

  .section4 {
    padding-bottom: 150px;
  }
  .section4 .shape-1 {
    top: -27%;
    left: 20%;
    z-index: 1;
    max-width: 120vw !important;
  }
  .section4 .shape-2 {
    top: -20%;
    left: 18%;
    z-index: 20;
    width: 250px;
  }
  .section4 .shape-3 {
    top: -8%;
    left: 58%;
    z-index: 20;
    width: 100px;
  }
  .section4 .shape-4 {
    top: -10%;
    left: -10%;
    z-index: 20;
  }
  .section4 .shape-5,
  .section4 .shape-7 {
    display: none;
  }

  .section5 {
    padding: 0 0 0px 0;
  }
  .section5a .shape-1 {
    top: 0%;
    right: 8%;
    z-index: 20;
    width: 330px;
    margin-top: 30px;
  }

  .section5 .shape-1 {
    top: -10%;
    left: -10%;
    z-index: 0;
    width: 107vw;
  }

  .section5 .shape-2 {
    top: -150px;
    left: 0;
    z-index: 20;
    width: 340px;
    /* position: absolute; */
  }

  .section5__subscribe-form input {
    width: 100%;
  }

  .section6 h6::before {
    display: none;
  }

  .section6 .bgright {
    position: absolute;
    right: -150%;
    top: 10px;
    height: 880.15px;
    width: 1244.29px;
    border-radius: 20px;
    background: linear-gradient(130deg, #f6f7fa 0%, #fff 70%);
    transform: scaleX(-1) rotate(9deg);
    z-index: -1;
  }

  .section6 .bigtext-1 {
    left: 16vw;
    z-index: 1;
    color: #e3e8f1;
    font-size: 10em;
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0.4;
    z-index: -1;
  }
  .section6 .bubble-1 {
    bottom: 17vh;
    left: 10vw;
    z-index: 20;
    width: 10vw;
  }

  .block-title__text br {
    display: none;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 400px;
  }

  #testimonials-slider-pager {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .testimonials-style-one .my-auto {
    width: 100%;
  }

  .fun-fact-one .block-title {
    margin-bottom: 0;
  }

  .fun-fact-one__box-wrapper {
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .fun-fact-one__single {
    margin-top: 0px !important;
    flex: 1 0 50%;
    display: -webkit-box;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fun-fact-one__single .inner-block {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-widget {
    margin-bottom: 50px;
  }

  .site-footer__main-footer {
    padding-bottom: 70px;
  }

  .banner-one__home-two .banner-one__moc {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform: scale(0.45);
    transform-origin: bottom right;
  }
}

@media (max-width: 767px) {
  .section5 .shape-1 {
    top: -20%;
    left: calc(13vw);
    z-index: 20;
    width: 77vw !important;
  }

  .section5__subscribe-form {
    margin-top: 50px;
  }

  .cta-three__moc,
  .banner-one__moc {
    display: none;
  }

  .banner-one__home-two {
    padding-bottom: 150px;
  }

  .section6 [class*="shape-"] {
    position: absolute;
  }

  .section6 .shape-2 {
    bottom: -62vw;
    left: -70vw;
    z-index: 0;
    width: 120vw;
    transform: rotate(501deg);
  }

  p.banner-one__text {
    text-align: center;
    font-size: 0.999rem;
  }

  .banner-one__subscribe-form button[type="submit"] {
    width: 84px;
    font-size: 0.9rem;
  }

  .site-footer__bottom-footer p {
    font-size: 14px;
  }

  .site-footer__bottom-footer {
    padding: 65px 0;
  }

  .swiper-button-prev-v2 {
    right: 200px;
    margin-top: 20px;
  }

  .swiper-button-next-v2 {
    right: 95px;
    margin-top: 20px;
  }

  .about-user .options {
    padding: 2.2rem 0 !important;
  }

  .about-user .options a {
    width: 150px !important;
    height: unset;
    margin: 5px !important;
  }

  .about-user .options a img {
    margin-top: 0;
  }

  .report .m-portlet .m-portlet__body {
    padding: 1rem 1.5rem;
  }

  .report .m-portlet .profile-box {
    padding-top: 0;
  }

  .profile-box .profile-info h2 {
    font-size: 1.5rem;
  }

  .profile-box .profile-info h6 {
    font-size: 0.9rem;
  }

  .audited-profile .audited-avatar {
    width: 70px!important;
  }

  .audited-profile .instagram-picture {
    display: none;
  }

  .audited-profile .instagram-mini-picture {
    display: block;
    width: 30px;
    position: absolute;
    bottom: 5px;
    left: 53%;
  }

  .loading-bg {
    margin: 25px 0;
  }

  .login-section {
    padding-top: 20px !important;
  }

  .profile-info .details {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .banner-one .block-title__text,
  .block-title__text {
    font-size: 7vw;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
  }

  .banner-one__text br {
    display: none;
  }

  .cta-one__image-wrap {
    padding-right: 0;
  }

  .blog-one {
    padding-top: 100px;
  }

  .comment-one__top-left,
  .comment-one__top-right {
    display: block;
  }

  .comment-one__top-right {
    margin-top: 20px;
  }

  .blog-details__author-image,
  .blog-details__author-content {
    display: block;
  }

  .blog-details__author-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .site-footer__subscribe-form {
    overflow: visible;
    margin-bottom: 84px;
  }

  .site-footer__subscribe-form button[type="submit"] {
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateY(20px) translateX(-50%);
    -ms-transform: translateY(20px) translateX(-50%);
    -o-transform: translateY(20px) translateX(-50%);
    transform: translateY(20px) translateX(-50%);
  }
  .cta-two__feature {
    flex-direction: column;
    margin-top: -39px;
  }
  .cta-two__feature-single {
    margin-top: 40px;
    text-align: center;
  }
  .login-section .external-login {
    display: block;
  }
  .pricing-one__single {
    margin: 15px;
  }
}

@media (max-width: 375px) {
  .h5,
  h5 {
    font-size: 1rem;
  }

  .block-title__text span:before {
    display: none;
  }

  .banner-one__home-two {
    padding: 80px 0;
  }

  #testimonials-slider-pager {
    width: 300px;
    height: 300px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 300px;
  }

  #testimonials-slider-pager .testi-icon {
    display: none;
  }

  .site-header.header-one .header-navigation .container .right-side-box {
    display: none;
  }

  .site-header.header-one .header-navigation .container .menu-toggler {
    float: right;
  }

  .comment-one__image,
  .comment-one__content {
    display: block;
  }

  .comment-one__content {
    padding-left: 0;
    margin-top: 30px;
  }
  .cta-two hr {
    margin-bottom: 80px;
  }
  .blog-one__single-inner-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .service-one__single {
    padding-left: 30px;
    padding-right: 30px;
  }

  .check__report {
    padding: 100px 0;
  }
}

@media (max-width: 320px) {
  .hero-banner {
    position: relative;
    top: -25px;
  }

  .banner-one__subscribe-form {
    width: 100%;
    max-width: 485px;
    height: 54px;
    border-style: solid;
    border-width: 1px;
    border-color: #b9b9b9;
    border-radius: 42px;
    position: absolute;
    bottom: -35px;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
  }

  .swiper-button-prev-v2 {
    right: 150px;
    margin-top: 20px;
  }
  .swiper-button-next-v2 {
    right: 75px;
    margin-top: 20px;
  }

  .section4 .bigtext-2 {
    top: 57%;
  }
}
