/* ************************************************************
:: Template Name: sApp - App Landing Page Template
:: Template URI: http://theme-land.com/sApp
:: Template Author Name: theme_land
:: Template Author URI: hridoy1272@gmail.com
:: Version: 1.0.0
:: Created: 31 January 2020
************************************************************
*
*
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
:: 4.0 FEATURES AREA CSS
:: 5.0 COUNTER AREA CSS
:: 6.0 SCREENSHOTS AREA CSS
:: 7.0 TESTIMONIAL AREA CSS
:: 8.0 PRICE PLAN AREA CSS
:: 9.0 FAQ AREA CSS
:: 10.0 CONTACT AREA CSS
:: 11.0 FOOTER AREA CSS
****************************** */

.bookNowContainerOffline {
  display: none;
}

@media only screen and (min-width: 960px) {
  .containerViewPost2 {
    height: 495px;
  }

}

/* @media only screen and (min-width: 1200px){
    .container {
        max-width: 1625px;
    }
} */
/* ******************************
:: 1.0 COMMON CSS
****************************** */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_180 {
    padding: 130px 0;
  }

  .ptb_150 {
    padding: 100px;
  }

  .ptb_100 {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .store-buttons img {
    max-width: 180px;
  }

  .poshead4 {
    width: 45%;
    font-size: 15px;
    color: rgb(24, 13, 85) !important;
    margin-left: -15px;
    font-family: sans-serif;
  }

  .store-buttons.store-black img {
    max-width: 160px;
  }

  .res-margin {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .ptb_180 {
    padding: 130px 0;
  }

  /* .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    } */
  .res-margin {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .store-buttons img {
    max-width: 160px;
  }

  .store-buttons.store-black img {
    max-width: 140px;
  }

  .avatar-lg {
    height: 4rem;
    width: 4rem;
  }

  .ptb_180 {
    padding: 80px 0;
  }

  /* * {
        margin: 0;
        padding: 0;
    } */
  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
}

/*SECTION HEADING*/
@media (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 36px;
  }

  .section-heading {
    /* margin-bottom: -100px; */
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 2em;
    line-height: 1.4;
  }

  h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  p {
    line-height: 26px;
  }

  .section-heading > h2 {
    line-height: 1.5;
  }

  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
}

/*BUTTONS*/
@media (max-width: 575px) {
  .button-group a {
    margin-top: 0;
    margin-right: 5px;
  }

  /* .button-group .btn {
        height: 45px;
        font-size: 18px!important;
        height: 45;
        padding: 2px 20px!important;
    } */
  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
}

/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .navbar-sticky-on .navbar-nav .nav-link {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    min-width: 14.375rem;
    margin-top: 0;
    transform: translateY(20px);
  }

  .navbar-nav li:hover > ul.dropdown-menu {
    opacity: 20;
    /*transform: translateY(-10px);*/
    visibility: visible;
    display: inline;
  }
}

@media (max-width: 991px) {
  .main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .main-auth:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .dropdown-item {
    color: gray;
    background: #f7f7f7;
    size: 300px;
    margin-left: -10px;
    margin-top: -1px;
  }

  .navbar-nav li:hover > ul.dropdown-menu {
    opacity: 20;
    /*transform: translateY(-10px);*/
    visibility: visible;
    display: inline;
  }

  .dropdown-menu:before {
    content: '';
    top: 5px;
    right: auto;
    bottom: auto;
    left: -10px;
    width: 0;
    height: 0;
  }

  .positionl {
    margin-top: -100px;
  }

  .good {
    width: 30px;
    height: 10px;
    top: 0px;
    margin-top: 4px;
  }

  .para {
    margin-left: 40px;
    margin-top: -20px;
    color: #f7f7f7;
  }

  .goodLG {
    width: 50px;
    height: 30px;
    top: 0;
    /*margin-top: 100px;*/
    margin-left: 160px;
  }

  .goodHC {
    width: 50px;
    height: 30px;
    top: 0px;
    margin-top: 38px;
    position: fixed;
  }

  [data-theme='dark'] .main:before {
    background: #01081f;
  }

  .canvas-open {
    overflow: hidden;
  }

  .canvas-open .main:before {
    width: 100%;
    opacity: 0.95;
    visibility: visible;
  }

  .navbar {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -webkit-transition: 0.3s;
  }

  .navbar.active {
    display: inline;
  }

  .navbar.active .navbar-inner {
    right: 0;
  }

  .navbar .navbar-inner {
    right: -100%;
    -webkit-transition: right 0.3s 0.2s;
    transition: right 0.3s 0.2s;
  }

  .navbar .nav-link {
    border-bottom: -5px solid #eee;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  [data-theme='dark'] .navbar .nav-link {
    border-bottom: 1px solid #1e2745;
  }

  .navbar.navbar-dark .nav-link {
    color: #e6eaf3;
  }

  [data-theme='dark'] .navbar.navbar-dark .nav-link {
    color: #f6f8f9;
  }

  .navbar.navbar-dark .nav-link:hover,
  .navbar.navbar-dark .nav-link:focus,
  .navbar.navbar-dark .nav-link.active,
  .navbar.navbar-dark .nav-link.current-menu-item {
    color: #2c2e30;
  }

  [data-theme='dark'] .navbar.navbar-dark .nav-link {
    color: #e7eaee;
  }

  [data-theme='dark'] .navbar.navbar-dark .nav-link:hover {
    background: #01081f;
  }

  /*[data-theme=dark] .dropdown-item:focus,
    [data-theme=dark] .dropdown-item:hover {
    background: #01081f;
    background: white;
  }*/
  /*.navbar-inner {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color:white;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: -1000;
    } */
  .bar {
    color: #f7f7f7;
    height: -5px;
    margin-top: 10px;
    background-color: white;
    width: 100px;
  }

  .bar1 {
    color: #f7f7f7;
    height: -5px;
    margin-top: auto;
    margin-left: 17px;
    background-color: white;
    /*width: 45px;*/
	width: 70px;
  }

  .bar2 {
    color: #f7f7f7;
    height: -5px;
    margin-top: auto;
    margin-left: -100px;
    background-color: white;
    width: 200px;
  }

  .pi {
    margin-left: -90px;
  }

  .pi_off {
    margin-left: -90px;
  }

  .bar2d {
    color: #f7f7f7;
    height: 1px;
    background-color: white;
    /*width: 150px;*/
	width: 90px;
    margin-top: 10px;
    margin-left: -50%;
  }

  .burger {
    margin-top: -100px;
    margin-left: 150px;
    margin-bottom: 30px;
  }

  .burger:before,
  .burger:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  /*.burger:before,
    .burger:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }*/
  .in {
    margin-top: -5px;
    margin-left: -40px;
    size: 20px;
  }

  .in1 {
    margin-top: -53px;
    margin-left: 90px;
  }

  .in2 {
    display: none;
  }

  .in3 {
    display: none;
  }

  .dp1 {
    margin-top: -5px;
    margin-left: -40px;
    size: 20px;
  }

  .navbar-inner {
    padding-top: 5px;
    width: 12rem;
    z-index: 999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px;
  }

  /* [data-theme=dark] .navbar-inner {
       background: #151c32;
       background: white;
    }*/
  /*.navbar-inner .dropdown-menu:before {
        content: none;
    }*/
  /*.navbar-inner .dropdown-menu {
        border: medium none;
        background:none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }*/
  /* [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }*/
  /*[data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
        background: white;
    }

    .navbar.navbar-dark .dropdown.show > .nav-link {
        color: #2c2e30;
        color:white;
      }
      [data-theme=dark] .navbar.navbar-dark .dropdown.show > .nav-link {
        color: #e3e4e6;
      }*/
  /*.nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }*/
  /*MOBILE NAVBAR TOGGLER*/
  /*.navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }*/
  .navbar-inner .navbar-toggler {
    position: absolute;
    height: 2.5rem;
    top: 0;
    margin-top: 10px;
  }

  /* .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }*/
  /*
    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }*/
  /*.navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }*/
  /*
    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }
*/
  /* .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }*/
  /*.navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }*/
  /*.navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }*/
  /* .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }*/
  /* .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }*/
  /*.navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }
*/
  /*.navbar-toggler-icon::before {
        top: -10.625rem;
    }

    .navbar-toggler-icon::after {
        top: 0.625rem;
    }*/
  /*.navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }*/
  /* .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }

    .navbar-toggler-icon.active:after {
        top: 10px;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }*/
}

/* ******************************
:: 3.0 WELCOME AREA CSS
****************************** */
@media (max-width: 991px) {
  .inner .welcome-area {
    height: 700px !important;
  }

  .inner .welcome-area-auth {
    height: 900px !important;
  }

  .bg-overlay-auth::after {
    /* height: 100% !important */
  }

  div.welcome-texte {
    padding: 0 !important;
    margin: 0 !important;
    /* height: 25px !important; */
  }

  div#un {
    /* margin-top: -35% !important; */
  }

  div#deux {
    order: -1;
    display: none;
  }

  div.welcome-intro {
    padding: 0 5% !important;
    margin: 0 !important;
    margin-top: 20% !important;
    /* height: 510px !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #home {
    /*height: 200px !important;*/
	height: 280px !important;
    z-index: 10;
  }

  #home-auth {
    height: 650px !important;
    z-index: 10;
  }

  #home-auth2 {
    height: 750px !important;
    padding-left: 7% !important;
    z-index: 10;
  }

  .homepage-3 .welcome-area .subscribe-form {
    width: 100%;
  }

  .homepage-3 .welcome-area-auth .subscribe-form {
    width: 100%;
  }

  .homepage-5 .welcome-area {
    margin-top: 100% !important;
    height: 100vh !important;
  }

  .navbar {
    background: linear-gradient(-47deg, #de73ff 0%, #6f62ff 100%);
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  /* .lejaEd { color: #DE73FF !important } */
  /* .HeadState { background: #DE73FF !important } */

  .homepage-5 .welcome-area-auth {
    height: 100vh !important;
    margin-top: 100% !important;
  }

  .subMain {
    margin-top: 35% !important;
  }
}

@media (max-width: 767px) {
  .welcome-area,
  .homepage-5 .welcome-area,
  .inner-pages.signup .h-100vh {
    height: 100% !important;
    padding-top: 90px;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
  .vid {
    width: 600px;
    display: none;
  }

  .welcome-intro {
    margin-top: -10px;
    height: 300px;
  }

  .welcome-intro2 {
    margin-top: 20px;
    height: 350px;
  }

  .rowd {
    margin-left: -150px;
  }

  .welcome-thumb {
    max-width: 270px;
    padding-top: 0px;
    height: 170px;
  }

  .bon {
    height: 110%;
    width: 150px;
    margin-left: 20%;
  }

  .mainDetail {
    overflow: hidden;
  }

  videoDetail {
    margin-left: -226px;
    width: 373px;
    margin-top: 110px;
    border-radius: 0px;
  }

  .poshead4 {
    width: 50%;
    font-size: 15px;
    color: rgb(24, 13, 85) !important;
    margin-left: -225px;
    font-family: sans-serif;
    margin-top: -26%;
  }

  .imgdet {
    margin-top: 436px;
    margin-left: -187px;
  }

  .poshead {
    margin-top: -60px;
    margin-left: -260px;
  }

  .poshead1 {
    margin-top: 1px;
    margin-left: -260px;
  }

  .poshead2 {
    margin-left: -330px;
    margin-top: -10px;
  }

  .poshead3 {
    margin-left: -330px;
    margin-top: -20px;
  }

  .poshead4 {
    margin-left: -330px;
  }

  /* .poshead5{
        margin-top:-30px;
        margin-left:-330px;
    } */
  .styledb {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 2px;
    margin-left: -230px;
    margin-top: -60px;
    z-index: 100;
  }

  .styledb button {
    position: fixed;
    display: block;
  }

  .bart {
    margin-left: -380px;
    margin-top: 1010px;
    display: block;
  }

  .space2 {
    margin-left: 285px;
  }

  .rowd {
    margin-bottom: 100px;
  }

  .good {
    width: 55px;
    height: 30px;
  }

  .move {
    margin-top: 600px;
  }

  .homepage-4 .welcome-thumb {
    max-width: 350px;
  }
}

@media (max-width: 575px) {
  .welcome-intro {
    margin-top: 30px;
    margin-left: 15px;
  }

  .arrow {
    margin-top: -749px;
    margin-left: 116px;
    position: relative;
    left: 89px;
    top: -9px;
    z-index: 100;
    color: white;
    background-color: white;
  }

  .rowButtonDivLeft {
    display: inline;
    float: left;
    left: -142px;
    top: -65px;
  }

  .homepage-3 .welcome-area .subscribe-form input {
    text-indent: 0;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
  videoDetail {
    margin-left: -447px;
    width: 380px;
    margin-top: -97px;
    border-radius: 0px;
  }

  .arrow {
    margin-top: -749px;
    margin-left: 116px;
    position: relative;
    left: 89px;
    top: -9px;
    z-index: 100;
    color: white;
    background-color: white;
  }

  .poshead4 {
    width: 34%;
    font-size: 15px;
    color: rgb(24, 13, 85) !important;
    position: relative;
    top: 175px;
    left: 103px;
    font-family: sans-serif;
  }

  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
  .welcome-thumb {
    max-width: 230px;
  }

  .vid {
    width: 600px;
    display: none;
  }
}

/* ******************************
:: 4.0 FEATURES AREA CSS
****************************** */
@media (max-width: 767px) {
  .features-slider-wrapper {
    padding: 52px 18px 90px 21px;
    max-width: 245px;
  }

  #screenshotsDetail {
    background-color: white;
    margin-top: -280% !important;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
}

@media (max-width: 575px) {
  .features-slider-wrapper {
    padding: 52px 18px 90px 21px;
    max-width: 220px;
  }

  .rowButtonDivLeft {
    display: inline;
    float: left;
    left: -142px;
    top: -65px;
  }

  .arrow {
    margin-top: -749px;
    margin-left: 116px;
    position: relative;
    left: 89px;
    top: -9px;
    z-index: 100;
    color: white;
    background-color: white;
  }

  #screenshotsDetail {
    background-color: white;
    margin-top: -314%;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
}

/* ******************************
:: 5.0 COUNTER AREA CSS
****************************** */
@media (max-width: 991px) {
  .single-counter span {
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  .single-counter::after {
    height: 45%;
  }

  #screenshotsDetail {
    background-color: white;
    margin-top: -314%;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  .shape-bottom {
    position: absolute;
    top: auto;
    bottom: 116px !important;
    left: 0;
    right: 0;
  }

  .store-buttons {
    display: none !important;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
}

@media (max-width: 575px) {
  .counter-area .col-5.single-counter:nth-child(2n)::after {
    display: none;
  }

  .rowButtonDivLeft {
    display: inline;
    float: left;
    left: -142px;
    top: -65px;
  }

  .goodHC {
    width: 50px;
    height: 30px;
    top: 0px;
    margin-top: 22px;
    position: absolute;
  }

  .arrow {
    margin-top: -749px;
    margin-left: 116px;
    position: relative;
    left: 89px;
    top: -9px;
    z-index: 100;
    color: white;
    background-color: white;
  }

  .cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: inline-table;
    max-width: 100%;
    max-height: 100%;
    background-color: white;
    width: 174.2px;
    pointer-events: auto;
    top: 53.5px;
    left: 90.556px;
    margin-top: 1%;
    padding-top: 0.9%;
    overflow-y: scroll;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
}

/* ******************************
:: 6.0 SCREENSHOTS AREA CSS
****************************** */
@media (max-width: 575px) {
  .single-screenshot {
    max-width: 270px;
    margin-top: -200px;
    /*-webkit-transform: scale(0.5);
    transform: scale(0.9);*/
  }

  .goodHC {
    width: 50px;
    height: 30px;
    top: 0px;
    margin-top: 22px;
    position: absolute;
  }

  .rowButtonDivLeft {
    display: inline;
    float: left;
    left: -142px;
    top: -65px;
  }

  .arrow {
    margin-top: -749px;
    margin-left: 116px;
    position: relative;
    left: 89px;
    top: -9px;
    z-index: 100;
    color: white;
    background-color: white;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
  /*.slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position:absolute;
        left: 50%;
        bottom: -40px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }*/
  .contain {
    margin-top: 20px;
  }

  .ro {
    margin-top: 30px;
  }

  .slick-list {
    position: relative;
    display: Block;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    margin-left: 1px;
    margin-right: -1px;
    padding: 60px;
    margin-top: -50px;
    margin-bottom: -15px;
    touch-action: cross-slide-x;
  }

  .slick-slide {
    display: none;
    /* float: left;*/
    height: 100%;
    /*min-height: 1px;*/
  }

  .main-content {
    overflow: scroll;
    margin-top: -250px;
    padding-top: 280px;
    padding-right: 325px;
    padding-bottom: 280px;
    padding-left: 280px;
    margin-right: -150px;
  }

  .pic1 {
    margin-top: -100px;
    margin-left: 25%;
    width: 150px;
    height: 150px;
    border-radius: 17px;
    /*-moz-border-radius: 17px;
-webkit-border-radius: 17px;   */
  }

  .img {
    margin-top: 170px;
    border-radius: 18px;
    /* propriété CSS3 */
    /*-moz-border-radius: 18px;
-webkit-border-radius: 18px; */
  }

  .pic2 {
    margin-top: -430px;
    margin-left: 44%;
    width: 100px;
    height: 50px;
    color: rgb(25, 14, 71);
    border-radius: 17px;
    /*-moz-border-radius: 17px;
-webkit-border-radius: 17px;*/
  }

  .star {
    margin-left: 40%;
    margin-top: 430px;
  }

  .post {
    margin-left: 35%;
    margin-top: -120px;
    color: gray;
  }

  .nom {
    margin-left: 35%;
    margin-top: -50px;
    color: rgb(18, 10, 49);
  }

  .post1 {
    margin-left: 40%;
    margin-top: -1100px;
    color: gray;
    width: 70px;
    height: 25px;
    border-radius: 17px;

    /*-moz-border-radius: 17px;
-webkit-border-radius: 17px; */
  }
}

@media (max-width: 400px) {
  /* ************************************************************/
  /* .subMain {
        margin-top: 33%;
    } */
  #homeConfirm {
    height: 60vh !important;
  }

  .confirmSection {
    margin-top: -25%;
  }

  .welcomeSection {
    margin-top: -15%;
  }

  .bookNowContainer {
    display: none;
  }

  #bookContainer {
    margin-left: 7%;
    margin-top: -20%;
  }

  #blockChoice {
    width: 116%;
    font-size: 12px;
  }

  .seltex {
    width: 250px;
    height: 50px;
    border: none;
  }

  .containerViewPost {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
  }

  .containerViewPost1 {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    overflow-x: hidden;
  }

  .containerViewPost2 {
    height: 374px;
    width: 100%;
    display: block;
    position: relative;
    overflow: auto;
    contain: strict;
    transform: translateZ(0);
    will-change: scroll-position;
  }

  .containerViewPost3 {
    transform: translateX(0px);
    min-height: 100%;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    contain: content;
  }

  .talent-container {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    max-width: 244px;
    margin-bottom: 15px;
    cursor: pointer;
    outline: 0 !important;
  }

  .priceFav {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
  }

  .talent-price-container {
    font-size: 11px;
    background-color: #f0f4f9;
    border-radius: 25px;
    padding: 2px 10px;
    margin-bottom: -15px;
    z-index: 2;
    color: #32325d;
    font-family: Lato-SemiBold !important;
  }

  .talent-image-container {
    width: 156px !important;
    height: 280px !important;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #d3d3d3;
  }

  .talent-content-container {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
  }

  .talent-info-container {
    margin-left: 5%;
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 90%;
    padding: 9px;
    margin-top: -70px;
    height: 118px;
    background-color: #fff;
    border-radius: 25px;
  }

  .talent-infos {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
  }

  .talent-nom {
    font-size: 17px;
    max-width: 105px;
    min-height: 42px;
    line-height: 20px;
    color: #32325d;
    font-family: Lato-Bold;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
  }

  .talent-element-1 {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch center;
    align-items: stretch;
    padding: 0 8px !important;
  }

  .talent-title {
    font-size: 13px;
    max-width: 120px;
    margin-bottom: 0 !important;
    line-height: 14px;
    opacity: 0.36;
    font-size: 15px;
    font-family: Lato-SemiBold;
    color: #32325d;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 142px;
    height: 33px;
    text-align: center;
  }

  * {
    box-sizing: border-box;
  }

  .talent-element-1 {
    padding: 0 10px;
  }

  #FavChecked {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-end;
    align-items: stretch;
    padding: 10px;
    margin-top: -210%;
  }

  .FavPage {
    min-height: 100vh !important;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    /* -webkit-overflow-scrolling: touch; */
    display: block;
    overflow: hidden;
  }

  .mat-drawer-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 3;
    visibility: hidden;
  }

  .FavPageContainer {
    z-index: 2;
    min-height: 100vh;
    background-color: #f6fafd;
    position: relative;
    /* z-index: 1; */
    display: block;
    height: 100%;
    overflow: auto;
  }

  .FavPageContent {
  }

  .PageContainer {
    margin: 20px;
    padding-top: 5px;
    height: calc(100% - 40px);
  }

  .FavContainer {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    direction: ltr;
    unicode-bidi: isolate;
  }

  .FavTitle {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 30px;
    margin-top: 25%;
  }

  .FavTitleContent {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
    flex: 1 1 100%;
    max-height: 100%;
  }

  .FavTitleContentBack {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .FavTitleContentBackheader-icon {
    margin-right: 5px;
    width: 40px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('https://oulo.com/request-header.677cf646e1cad657f48b.png');
  }

  .FavTitleContentBackLink {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
  }

  .FavCard {
    /* margin: 0 70px; */
  }

  .FavCardContainer {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
  }

  .FavCardContent {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-start;
    align-items: stretch;
    width: 352px;
  }

  /* ******************************
:: 1.0 WEB FONTS
****************************** */
  .detailsPage2_left {
    flex-direction: column;
    box-sizing: border-box;
    display: block;
    flex: 1 1 100%;
    min-width: 110% !important;
    /*padding: 0px 25px 70px 10px;*/
    position: relative;
  }

  .row-arrow {
    place-content: stretch flex-end;
    align-items: stretch;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 50%;
    margin-left: -17%;
    z-index: 100;
    margin-top: 6%;
  }

  #screenshotsDetail {
    background-color: white;
    margin-top: -321%;
  }

  .row-container {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .videoDetailDiv1 {
    /* margin-right: 90px; */
    place-content: stretch flex-end;
    align-items: stretch;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    /* max-width: 40%; */
    min-width: 100% !important;
    /*height: 500px;*/
    margin-left: -15px;
    margin-top: -42px;
  }

  .videoDetailDiv1_1 {
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    min-width: 90% !important;
  }

  .videoDetail {
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #c1c1c1;
    width: 100%;
    height: 500px;
    -webkit-box-align: end;
    align-items: end;
    -webkit-box-pack: unset;
    justify-content: unset;
    /* padding: 20px; */
  }

  .videoDetailDiv2 {
    flex: 1 1 100%;
    box-sizing: border-box;
    min-width: 100% !important;
    /* margin-right: -6px; */
    left: 10%;
    /*top: 10%;*/
  }

  .rowButton {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: inline-block;
    place-content: center flex-start;
    align-items: center;
    margin-left: -64px;
    margin-top: -5px;
  }

  .ImageNameCountry {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    width: 100%;
  }

  .videoDetailDiv2_1 {
    margin-top: -10%;
    /*margin-left: -10%;*/
  }

  .artist-detail-category {
    margin-left: 15% !important;
    margin-top: -5% !important;
  }

  #videoDetailDiv2_2 {
    width: 100%;
    font-size: 6px;
    /*margin-top: -16px;*/
  }

  .bookButtonsButton {
    height: 39px;
    font-size: 18px !important;
    padding: 0px 20px 15px 20px !important;
    margin-top: 0.5%;
    width: 90%;
    margin-left: 6%;
  }

  .bookButtonsBtn1 {
    margin-top: -1%;
    margin-left: 9%;
  }

  .bookButtonsBtn {
    padding: 10px 0px;
    background-color: white;
    /*display: flex;*/
    position: fixed;
    top: 85%;
    height: 185% !important;
    left: -6%;
    width: 106%;
    z-index: 1001;
  }

  .priceArtistDetailLabel {
    font-size: 21px;
    font-family: Lato-Bold !important;
    font-weight: 700;
    color: #32325d;
    width: 165%;
    overflow: hidden;
    margin-top: 1%;
    display: flex;
  }

  .nameArtistDetailLabel {
    font-size: 25px;
    font-family: Lato-Bold !important;
    font-weight: 700;
    color: #32325d;
    width: 165%;
    overflow: hidden;
    display: flex;
  }

  .bookButtonsButtonPrice {
    display: none;
  }

  .detailsPage {
    /* display: inline-block; */
    background-color: white;
    margin-top: 81px;
    width: 100% !important;
    height: auto !important;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
  }

  .detailsPage1 {
    flex-direction: row;
    box-sizing: border-box;
    display: block;
    flex: 1 1 100%;
    /*max-height: 100%;*/
    min-width: 90% !important;
    /*height: 500% !important;*/
  }

  .payBtn {
    display: flex !important;
    justify-content: center !important;
    /*width: 10% !important;*/
  }

  .payBtnGroup {
    margin-left: 10% !important;
    /*background: red !important;*/

    display: flex !important;
    justify-content: center !important;
  }

  .requestBox {
    width: 75% !important;
  }

  /*.detailsPage2_rigth {
        margin: 0 !important;
        padding: 10px !important;
        margin-bottom: 20px !important;
        z-index: 1000;
        background-image: none;
    }*/

  .store-buttons {
    display: none !important;
    width: 100% !important;
    margin: 0 !important;
    background: red !important;
    margin-bottom: 25% !important;
  }

  .shape-bottom {
    position: absolute;
    top: auto;
    bottom: 128px !important;
    left: 0;
    right: 0;
  }

  .store-buttons a {
    color: #0d95e8 !important;
  }

  .detailsPage2_rigth {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 100% !important;
    background-image: none;
    /*background-position-y: top;*/
    /*background-position-x: right;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 25%;*/
    /*padding: 86px 38px 70px;*/
    background-color: #fff;
    /* margin-top: 15.5%; */
  }

  .descriptionArtist {
    font-size: 15px;
    color: #32325d;
    /*margin-top: 30px;*/
    /*opacity: 6.9;*/
    /*white-space: pre-line;*/
    /*text-overflow: ellipsis !important;*/
    overflow: auto !important;
    width: 75% !important;
    /*font-family: Lato;*/
  }

  .par {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
    flex: 1 1 290px;
    max-width: 290px;
    min-width: 0px;
  }

  .ReviewContainer {
    overflow: scroll;
    width: 100% !important;
  }

  /*
    **** Fin - Sama Design For Page Details **********
    */
  .containerInfo {
    background-color: white;
    margin-left: 5%;
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 90%;
  }

  .welcome-intro {
    margin-top: 30px;
    margin-left: 15px;
  }

  .intro3Div {
    margin-top: -50px;
  }

  .bookButtons {
    position: relative;
    top: 370px;
    right: 150px;
    /* padding-left: 12px; */
  }

  .in1 {
    margin-top: -53px;
    margin-left: 90px;
    position: relative;
    top: 7px;
	width: 120px;
  }
  
  .nav-link {
	  font-size:11px;
  }

  .goodHC {
    width: 50px;
    height: 30px;
    top: 0px;
    margin-top: 22px;
    position: absolute;
  }

  .rowButtonDivLeft {
    display: inline;
    float: left;
    left: -235px;
    top: -20px;
  }

  .rowButtonDivRigth {
    float: right;
    left: -89px;
    top: -55px;
    display: inline;
  }

  .ButtonLeftMobile {
    /* color: #000;
        z-index: 1000;
        margin-top: -15%; */
    display: none;
  }

  .imgdet {
    margin-top: 305px;
    margin-left: -187px;
  }

  #InfoName {
    margin-left: 129px;
    position: relative;
    left: 205px;
    /* bottom: -4px; */
    top: -21px;
  }

  .poshead4 {
    width: 30%;
    position: relative;
    top: 253px;
    left: 212px;
  }

  .arrow {
    margin-top: -749px;
    margin-left: 116px;
    position: relative;
    left: 89px;
    top: -9px;
    z-index: 100;
    color: white;
    background-color: white;
  }

  .cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: inline-table;
    max-width: 100%;
    max-height: 100%;
    background-color: white;
    width: 203.2px;
    pointer-events: auto;
    top: 54.5px;
    left: 89.556px;
    margin-top: 1%;
    padding-top: 0.9%;
    overflow-y: scroll;
  }

  .SearchDashboard {
    display: inline-block;
  }

  .SearchDashboardLeft {
    display: inline;
    float: left;
  }

  .SearchDashboardRigth {
    display: inline;
    float: right;
  }

  .impegSearchDashboard {
    flex: 1 1 55px;
    box-sizing: border-box;
    max-width: 55px;
    min-width: 55px;
    margin-right: 10px;
    border-radius: 75px;
    -webkit-user-select: none;
    user-select: none;
    outline: 0;
    height: 55px;
    width: 55px;
    padding: 4px;
    padding-right: 10px;
  }

  .SearchItem {
    margin: 0px;
    width: 98.4%;
  }

  .SearchCOntentItem {
    background-color: white;
    width: 97%;

    overflow-y: scroll;
    margin-left: -60px;
    padding-right: 38px;
    height: auto;
    max-height: 150px;
  }

  .mat-autocomplete-panel {
    min-width: 112px;
    max-width: 280px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* visibility: hidden; */
    max-width: none;
    max-height: 256px;
    position: relative;
    width: 100%;
    /* padding-top: 22%; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .auto-complete.mat-option {
    line-height: 15px !important;
    height: auto !important;
    min-height: 60px;
    /* padding: 8px 4px; */
  }

  .mat-option-text {
    display: inline-block;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mat-option-text-fxlayout {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
  }

  fxflex {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .option-name {
    font-size: 14px;
    font-family: Lato-Bold !important;
    font-weight: 700;
    color: #32325d;
  }

  .option-status {
    font-size: 12px;
    color: #32325d;
    opacity: 0.5;
  }

  /* .ng-star-inserted {
        flex-flow: row wrap;
        box-sizing: border-box;
        display: flex;
        place-content: center flex-start;
        align-items: center;
    } */
  .cdk-global-overlay-wrapper,
  .cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
  }

  #screenshots {
    margin-top: 25%;
  }

  .main {
    overflow-x: hidden;
  }

  /* #main {
        margin-left: 10px;
    } */
  .single-screenshot {
    max-width: 270px;
    margin-top: -200px;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  .container {
    width: 100%;
    margin: 0 auto;
  }

  /* .containerView {
        margin-top: -21%;
    } */
  .slick-list {
    /* position: relative;*/
    /*display:Block;*/
    max-width: 100%;
    overflow: scroll;
    margin-left: -50px 90px 5px 10px;

    margin-bottom: -15px;
    padding: 50px;
    margin-top: -30px;
  }

  .main-content {
    overflow: scroll;
    margin-left: -250px;
    margin-top: -7%;
    /* padding: 260px; */
    margin-right: -148px;
    margin-bottom: -80%;
  }

  #main {
    margin-top: -70%;
  }

  .impeg {
    border-bottom: none;
    margin-top: 100px;
    border-radius: 18px;
    user-select: none;
    outline: 0;
    width: 156px !important;
    height: 280px !important;
    background-position: center;
    background-size: cover;
    /* padding: 10px;
        padding-right: 10px; */
    -webkit-box-direction: normal;
  }

  .pic1 {
    margin-top: -99px;
    margin-left: 13%;
    width: 110px;
    height: 90px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
  }

  .img {
    margin-top: 170px;
    border-radius: 18px;
    /* propriété CSS3 */
    /*-moz-border-radius: 18px;
        -webkit-border-radius: 18px; */
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  .footer-area {
    margin-left: 0%;
    /* margin-top: 36%; */
  }

  .pic2 {
    margin-top: -291px;
    margin-left: 21.5%;
    width: 73px;
    height: 30px;
    color: rgb(25, 14, 71);
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
  }

  .conner {
    margin-top: -25px;
  }

  #progressSpinner {
    margin-left: 130px;
    position: relative;
    top: 91px;
    left: -2px;
    margin-bottom: 98px;
  }

  .star {
    margin-left: 20%;
    margin-top: 255px;
  }

  .post {
    margin-left: 20%;
    margin-top: -2px;
    color: gray;
  }

  .nom {
    margin-left: 11%;
    margin-top: -124px;
    color: rgb(18, 10, 49);
    font-size: 17px;
    max-width: 104px;
    min-height: 42px;
    line-height: 20px;
    text-align: center;
  }

  .post1 {
    margin-left: 22%;
    margin-top: -616px;
    color: gray;
    width: 75px;
    height: 25px;
    border-radius: 17px;
  }
}

/* ******************************
:: 7.0 TESTIMONIAL AREA CSS
****************************** */
@media (max-width: 767px) {
  .testimonial-area .owl-dots {
    bottom: -15px;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
}

/* ******************************
:: 8.0 PRICE PLAN AREA CSS
****************************** */
@media (max-width: 767px) {
  .plan-price > h1 {
    font-size: 4em;
  }

  .plan-button {
    position: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
}

@media (max-width: 575px) {
  .plan-price > h1 {
    font-size: 3em;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
}

/* ******************************
:: 9.0 FAQ AREA CSS
****************************** */
@media (max-width: 575px) {
  .card-header .btn {
    line-height: 1.4;
  }

  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: 0.5%;
    margin-right: 13%;
    width: 80%;
    z-index: 43;
    padding-bottom: 30%;
  }

  /* .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: inline-table;
        max-width: 100%;
        max-height: 100%;
        background-color: white;
        width: 174.2px;
        pointer-events: auto;
        top: 53.5px;
        left: 90.556px;
        margin-top: 1%;
        padding-top: 0.9%;
        overflow-y: scroll;
    } */
}

/* ******************************
:: 10.0 CONTACT AREA CSS
****************************** */
@media (max-width: 575px) {
  .homepage-5 .contact-top > h3 {
    font-size: 1.8em;
  }

  .homepage-5 .contact-top h5 {
    font-size: 14px;
  }

  /* .footer-area {
        margin-left: 0%;
    } */
  .detailsPageRight {
    display: inline;
    float: right;
    margin-top: -17.5%;
    margin-right: 18.8%;
    width: 80%;
    z-index: 43;
    padding-bottom: 1%;
    overflow: scroll;
    background-color: white;
  }

  .subMain {
    /* margin-top: -90% !important; */
  }
}

/* ******************************
:: 11.0 FOOTER AREA CSS
****************************** */
@media (min-width: 992px) {
  .footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .footer-items {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) and (max-height: 667px) {
  .footer-items {
    margin-bottom: 30px;
  }
  .section {
    position: relative;
    /* margin-top: -80px !important; */
  }

  .section-auth {
    position: relative;
    /* margin-top: -80px !important; */
  }

  /* .footer-area .col-12:last-of-type .footer-items {
        margin-bottom: 0;
    } */
    .contact-box {
      width: 100% !important;
    }
}


@media (max-width: 376px) and (max-height: 668px) {
  .shape-bottom {
    position: absolute;
    top: auto;
    bottom: 100px !important;
    left: 0;
    right: 0;
  }

  .store-buttons {
    display: none !important;
  }

  .containerView {
    margin-top: 5% !important;
  }

  .welcome-intro {
    /* margin-top: 20px; */
    height: 300px;
  }
  .contact-box {
    width: 100% !important;
  }
}

@media (max-width: 365px) {
	#loupe {
	  font-size: 12px!important;
	}
	
	.my-search-bar{
		margin-left:30px!important
	}
	
	.li_offline{
		margin-left:50px;
	}
}

@media (max-width: 350px) {

 #home {
    /*height: 200px !important;*/
	height: 310px !important;
    z-index: 10;
  }
  
}

/*@media (max-width: 330px) {

 .my-search-bar{
		margin-left:30px!important
	}
  
}*/

@media (max-width: 330px) {

/*@media (max-width: 320px) {*/

  .welcome-intro {
    display: none !important;
  }

  /* .my-search-bar {
    display: none !important;
  } */
  
  .my-search-bar{
		margin-left:-20px!important
  }

  .my-search-bar svg {
    width: 11px !important;
    height: 11px !important;
    /*margin-left: 20px;*/
	margin-left: 5px!important;
  }

  .my-search-bar input {
    width: 80px !important;
    height: 16px !important;
    margin-left: 25px;
    font-size: 0.8rem !important;
  }

  .bar2 {
    color: #f7f7f7;
    height: -5px;
    margin-top: auto;
    margin-left: 15px;
    background-color: white;
    width: 95px;
  }

  .bg-overlay {
    display: none !important;
  }
}

@media (max-width: 320px) {
	.h-100vh {
		/*height: 100vh;*/
		height: 135vh;
	}
}

@media (max-width: 300px) {
	.li_offline{
		margin-left:85px;
	}
	
	.bar2d {
    width: 60px;
	margin-left: -72px;
	}
	
	.h-100vh {
		/*height: 100vh;*/
		height: 120vh;
	}
	
}

@media (max-width: 280px) {
  .my-search-bar{
		margin-left:20px!important
  }
}
