
.notifier__notification--material .notifier__notification-button {
    padding: 0;
}

@font-face {
    font-family: 'Avenir';
    font-display: fallback;
    src: url('/assets/fonts/Avenir-Medium.otf?#iefix') format('embedded-opentype');
    src: url('/assets/fonts/Avenir-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'Avenir-black';*/
/*src: url('/assets/fonts/Avenir-Black.otf');*/
/*}*/

@font-face {
    font-family: 'Avenir-black';
    font-display: fallback;
    src: url('/assets/fonts/avenir-black/AvenirLTStd-Black.eot');
    src: url('/assets/fonts/avenir-black/AvenirLTStd-Black.woff2') format('woff2'),
    url('/assets/fonts/avenir-black/AvenirLTStd-Black.woff') format('woff'),
    url('/assets/fonts/avenir-black/AvenirLTStd-Black.ttf') format('truetype'),
    url('/assets/fonts/avenir-black/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg'),
    url('/assets/fonts/avenir-black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'Avenir-roman';*/
/*src: url('/assets/fonts/Avenir-Roman.otf');*/
/*}*/

@font-face {
    font-family: 'Avenir-roman';
    font-display: fallback;
    src: url('/assets/fonts/avenir-roman/AvenirLTStd-Roman.eot');
    src: url('/assets/fonts/avenir-roman/AvenirLTStd-Roman.woff2') format('woff2'),
    url('/assets/fonts/avenir-roman/AvenirLTStd-Roman.woff') format('woff'),
    url('/assets/fonts/avenir-roman/AvenirLTStd-Roman.ttf') format('truetype'),
    url('/assets/fonts/avenir-roman/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg'),
    url('/assets/fonts/avenir-roman/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'Avenir-medium';*/
/*src: url('/assets/fonts/Avenir-Medium.otf');*/
/*}*/

@font-face {
    font-family: 'Avenir-medium';
    font-display: fallback;
    src: url('/assets/fonts/avenir-medium/Avenir-Medium.eot');
    src: url('/assets/fonts/avenir-medium/Avenir-Medium.woff2') format('woff2'),
    url('/assets/fonts/avenir-medium/Avenir-Medium.woff') format('woff'),
    url('/assets/fonts/avenir-medium/Avenir-Medium.ttf') format('truetype'),
    url('/assets/fonts/avenir-medium/Avenir-Medium.svg#Avenir-Medium') format('svg'),
    url('/assets/fonts/avenir-medium/Avenir-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'Avenir-heavy';*/
/*src: url('/assets/fonts/Avenir-Heavy.otf');*/
/*}*/

@font-face {
    font-family: 'Avenir-heavy';
    font-display: fallback;
    src: url('/assets/fonts/avenir-heavy/Avenir-Heavy.eot');
    src: url('/assets/fonts/avenir-heavy/Avenir-Heavy.woff2') format('woff2'),
    url('/assets/fonts/avenir-heavy/Avenir-Heavy.woff') format('woff'),
    url('/assets/fonts/avenir-heavy/Avenir-Heavy.ttf') format('truetype'),
    url('/assets/fonts/avenir-heavy/Avenir-Heavy.svg#Avenir-Heavy') format('svg'),
    url('/assets/fonts/avenir-heavy/Avenir-Heavy.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}



/* Font Size */

.container {
    font-size: 16px;
}

p {
    font-size: 1em;
}

.text-xlarge {
    font-size: 4.1em;
}

.text-large {
    font-size: 3.3em;
}

.text-medium2 {
    font-size: 2em;
}

.text-medium {
    font-size: 2.5em;
}

.text-small {
    font-size: 1.6em;
}
.text-xsmall {
    font-size: 1.2em;
}

.text-xsmall2{
    font-size: 1.1em; /*Check Size*/
}


/* Colors Palette */
.primary-color {
    color: #3C4061;
}

.light-green {
    color: #5ED3C6;
}

.black {
    color: #000000; /*Check Color*/
}

.gray {
    color: #bec0cc; /*Check Color*/
}

.ligt-gray {
    color:#F8FAFD;
}

.yellow {
    color: #FAAB3A;
}

.blue {
    color: #6CA0D1;
}

.light-blue {
    color: #52B5F9;
}

.pink {
    color:#F43F75;
}

.orange {
    color: #F9584C;
}

.primary-background-color{
    background-color: #3C4061;
}

.button-standard {
    background: #52B5F9;
    border-radius: 50px;
    padding: 5px 35px 5px 35px;
    border: 1px solid #52B5F9;
    font-size: 0.8em;
    color: #fff;
    cursor: pointer;
}

.button-standard:focus {
    border: 1px solid;
    outline: 0 !important;
}

.primary_title {
  background: url('/assets/rectangle.png') no-repeat;
  /* width: 300px; */
    height: 106px;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.agm-info-window-content {
    color: #33b6e5;
    font-size: 15px;
}

.contact .agm-info-window-content {
    color: #3e4261 !important;
    font-size: 15px;
}

body {
    padding-right: 0 !important;
}

@media screen and (max-width: 992px) {
    .primary_title {
        background-image: url('/assets/rectangle_mobile.png');
    }
}


.navbar .navbar-nav .nav-link:hover {
    color: #f9584b;
}

.navbar .navbar-nav .active > .text {
    border-bottom: 3px solid #f9584b;
}
.navbar {
    font-size: 1.26rem !important; /* or your preferred size */
}
.navbar .navbar-toggler {
    background: #3c4061;
}
.efito-round-button {
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 20px;
    border: 2px #3c4061 solid;
    color: #3c4061;
}
.efito-round-button, .efito-round-button a, .navbar .navbar-nav .nav-link {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.efito-round-button:hover {
    background: #3c4061;
    color: white;
}
.navbar .navbar-nav .nav-link, .efito-round-button a {
    color: #3c4061 !important;
}
.efito-round-button:hover a {
    color: white;
    text-decoration: none;
}

.nav-link.active {
    color: #3c4061 !important;
}

.nav-item a {
    font-family: Avenir-heavy;
    font-size: 20px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #949ea9;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e0e0e0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .40rem 1.5rem;
}

.pad-right-0
{
    padding-right: 0;
}
.main-text{
    padding-left: 40px;
    padding-right: 0;
}
.main-title
{
    font-family: 'Avenir-black', serif;
    font-size: 3.8vw;
    font-weight: 700;
    color: #3C4061;
}

.main-title-container
{
  background: url("/assets/svg/Rectangle.svg") no-repeat;
  padding: 60px 0 30px 30px;
}

.sub-title
{
    font-size: 20px;
    color: #6ca0d1;
    line-height: 28px;
    font-family: 'Avenir-roman', serif;
}

.sub-title-container
{
    padding: 10px 30px 10px 30px;
}

.see-video
{
    font-size: 21px;
    color: #f9584b;
    line-height: 24px;
    font-family: 'Avenir-medium', serif;
}

.popup-video {
    cursor: pointer;
}

.see-video img {
    margin-right: 5px;
}

.see-video-container
{
    padding: 10px 30px 10px 30px;
}

.accordion-item .card-header button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    background: none;
    text-align: left;
  }
  
  .faq-icon {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px; /* More box-like shape */
    height: 30px;
    border-radius: 6px; /* Slightly rounded box */
    background-color: #e0e0e0; /* Light Gray */
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  
  /* Change icon on expansion */
  button[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
    background-color: #c0c0c0; /* Slightly darker gray */
  }

.help-link {
    color: #007bff; /* Bootstrap primary color */
    text-decoration: none;
    font-weight: bold;
  }
  
.help-link:hover {
text-decoration: underline;
}

.main-title-helper
{
    width: 100%;
    height: 6vw;
}

.btn:hover {
    background-position: right center; /* change the direction of the change here */
}

.btn-1 {
    background-image: linear-gradient(to right, #faab3a 0%, #f9584b 51%, #faab3a 100%);
    padding: 15px 55px 15px 55px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 40px;
    font-weight: 800;
}

.btn-1:active {
    background-image: linear-gradient(to right, #faab3a 0%, #f9584b 51%, #faab3a 100%) !important;
    opacity: 0.5;
}


/*mouse icon code start */
.efito-mouse{
    width:40px;
    height:60px;
    border:2px solid black;
    border-radius:35px;
    position: absolute;
    left:50%;
    top:95%;
    margin:-90px 0 0 -25px;
}
.efito-scroll{
    position: absolute;
    width:4px;
    height:10px;
    background:black;
    border-radius:2px;
    left:50%;
    top:20px;
    margin:0 0 0 -2px;
    animation: scroll 1s ease-in-out infinite;
}

@keyframes scroll{
    0%{height:10px;}
    50%{height:20px;}
    100%{height:10px;}
}

.form-area {
    margin-bottom: 1vw;
  background: url("/assets/home/section2.svg") no-repeat right -15px;
}

.surplus-content {
    background: #fff;
    min-height: 650px;
    overflow: auto;
    border-radius: 10px;
    display: inline-block;
    position: relative;
 /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(179, 179, 179, 0.13); */
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1), 0 0 20px 14px rgba(179, 179, 179, 0.17);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    width: 100%;
    z-index: 2;
}
.what-we-buy-sec {
    padding-left: 15px;
    padding-right: 15px;
}
.what-we-buy-sec div{
    cursor: pointer;
    text-align: center;
    float: right;
    font-size: 24px;
    padding: 5px 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Avenir-roman;
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1), 0 0 20px 14px rgba(179, 179, 179, 0.17);
}
.what-we-buy-sec .buy {
    background: #2dd3c0;
}
.dont-buy {
    background: #f9584c;
    margin-left: 10px;
}

.form-menu {
    text-align: center;
}

.form-menu .productImg {
    margin: 1vw 0.5vw 0vw;
}

.form-menu .productImg:hover {
    transform: scale(1.06);
    transition: all .3s;
}

.form-menu .menu-title {
    color: #fff;
    background: #52B5F9;
    padding: 6px 35px;
    border-radius: 20px;
    font-size: 18px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.main-row {
    padding-left: 3vw;
    padding-right: 3vw;
}

.three-ways {
    font-family: Avenir-black;
    font-size: 30px;
}

.primary_title{
    font-family: Avenir-roman;
    font-size: 30px;
    height: 85px;
}

.parent {
    padding-bottom: 6vw;
}
.desktop_img{
    display: block;
}
.mobile_img{
    display: none;
}
.form-footer {
    height: 48px;
    background: #3C4061;
    color: #ffffff;
    padding-top: 11px;
    font-family: Avenir-roman;
    font-size: 17px;
}
.form-footer i {
    color: #00BDFF;
    margin-right: 20px;
    transform: rotate(45deg);
}
.form-footer div {
    text-align: center;
}

/*App-save-you*/

.app-save-you img{
    width: 80px;
    height: 80px;
}
.app-save-you .sy-background{
    background-image: url(/assets/svg/save_you_background.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f8fafd;
    padding-left: 50px;
    padding-right: 50px;
}

.app-save-you .sy-left-section{
    background-image: url(/assets/svg/sy-left-back.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.app-save-you .sy-main-text{
    font-family: Avenir-black;
    color: #F9584C;
    font-size: 45px;
    font-weight: 800;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}
.app-save-you  .sy-right-topic{
    font-weight: 500;
    color: #3C4061;
}

.app-save-you .pad-10{
    padding: 10px;
}

.app-save-you .pad-right-100{
    padding-right: 100px;
}
.app-save-you .pad-left-8{
    padding-left: 8%;
}
.app-save-you .pad-right-8{
    padding-right: 8%;
}
.app-save-you .curve-top svg {
    position: absolute;
    width: 100%;
    margin-top: -5vw;
    height: 5vw;
    top: 0;
}

.app-save-you .sy-item-justify{
    padding-top: 3%;
}

.app-save-you .sy-item-justify p {
    font-family: Avenir-roman;
    font-size: 18px;
    opacity: 0.61;
}

.app-save-you .sy-item-justify h5 {
    font-family: Avenir-heavy;
    font-size: 25px;
}

/*Archive*/

.app-achieved .ac-pad{
    padding: 0 12% 4%;
}

.app-achieved .pad-10{
    padding: 10px;
}
.app-achieved .pad-left-20{
    padding-left: 20%;
}
.app-achieved .text-center{
    text-align: center;
}

.app-achieved .first-text {
    font-family: Avenir-medium;
    font-size: 22px;
    color: #00BDFF;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.app-achieved .second-text {
    font-family: Avenir-medium;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.app-achieved .feather{
    position: absolute;
    right: 0;
    bottom: 4%;
    width: 10%;
}

.app-achieved .curve-top, .curve-bottom {
    background-color: #f8fafd;
}

.app-achieved .curve-top svg {
    margin-bottom: -2px;
    height: 9vw;
}

.app-achieved .curve-bottom svg {
    margin-top: -2px;
    height: 9vw;
}

/*app-steps*/

.app-steps .slider_icon {
    color: #00aced;
}

.app-steps .slider_image > img {
    float: right;
}

.app-steps .vertical-align {
    display: flex;
    align-items: center;
}
.app-achieved {
    padding-right: 0px ; /* adjust gutter size */
    padding-left: 0px; /* adjust gutter size */
  }

.app-steps .carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 5;
    margin: 0;
    list-style: none;
    padding: 30px;
}
.app-steps .carousel-indicators li{
    position: relative;
    width:180px;
    height:120px;
    cursor: pointer;
    text-align:center;
}
.app-steps .slider {
    background-color: #f8fafd;
}
.app-steps .carousel-indicators > .a {
    background: url('/assets/png/dollar.png') no-repeat;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.app-steps .carousel-indicators > .a.active {
    background: url('/assets/png/dolar-a.png') no-repeat;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.app-steps .carousel-indicators > .b {
    background: url('/assets/png/deal.png') no-repeat;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.app-steps .carousel-indicators > .b.active {
    background: url('/assets/png/deal-a.png') no-repeat;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.app-steps .carousel-indicators > .c {
    background: url('/assets/png/paid.png') no-repeat;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.app-steps .carousel-indicators > .c.active {
    background: url('/assets/png/paid-a.png') no-repeat;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.app-steps .slider_icon h3 {
  font-family: Avenir-black, serif;
    font-size: 39px;
    font-weight: 900;
}

.app-steps .slider_icon p {
  font-family: Avenir-medium, serif;
    font-size: 18px;
    opacity: 0.7;
    margin-bottom: 0px;
}
.app-steps .ico-img {
    min-width: 50px;
}

/*Reviews*/

.review-div {
  font-family: Avenir,Helvetica,Arial,sans-serif;
}

.review-div .review_sec {
    cursor: pointer;
}

.review-div .main-container
{
    background: url("/assets/svg/review-background.svg") no-repeat;
    background-size: cover;
    background-position-x: right;
    width: 100%;
}

.review-div .review-header-container
{
    margin-top: 75px;
    margin-bottom: 75px;
}

.review-div .review-header-container div div
{
    float: left;
}

.review-div .review-header
{
    text-align: center;
    font-weight: 700;
    color: #f9584b;
    font-size: 2.4rem;
}

.review-div .review-bottom{
    height: 40px;
}



.review-div .sec1 {
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 200px;
    margin-top: 70px;
}

.review-div .sec1_1 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.review-div .sec1_2 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.review-div .sec1_3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.review-div .sec1_4 {
    width: 70%;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 5px;
    background: #f2f2f2;
}

.review-div .sec1_4  span.fa {
    border-radius: 60px;
    padding: 3px;
    background: #12cf6c;
    color: #fff;
}

.review-div .checked {
    color: #f9584b;
    margin: -3px;
}

.review-div .sec2 {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.review-div .sec2_1 {
    font-size: 20px;
    padding-bottom: 5px;
}

.review-div .sec2_2 {
    font-size: 15px;
    padding: 20px;
    min-height: 130px;
}

.review-div .sec2_3 {
    font-size: 12px;
}

.review-div .sec2_4 {
    font-size: 12px;
    padding-top: 15px;
    font-style: italic;
    color: #c6c6c6;
}

.review-div .arrow_box {
    position: relative;
}

.review-div .arrow_box:after, .arrow_box:before {
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.review-div .arrow_box:after {
    border-color: rgba(213, 47, 47, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}

.review-div .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c2e1f5;
    border-width: 0px;
    margin-left: -26px;
}

.review-div .left_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 20px 75px 0;
    border-color: transparent #dbdbdb transparent transparent;
    margin-top: 25px;
    margin: 0 auto;
    margin-top: 100px;
}

.review-div .right_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 0 75px 20px;
    border-color: transparent transparent transparent #dbdbdb;
    margin-top: 25px;
    margin: 0 auto;
    margin-top: 100px;
}

.review-div .right_arrow:hover {
    border-color: transparent transparent transparent #c1c1c1;
    cursor: pointer;
}

.review-div .left_arrow:hover {
    border-color: transparent #c1c1c1 transparent transparent;
    cursor: pointer;
}

/*Footer*/

footer {
    color: #ffffff;
    background-color: #16171e;
    padding-top: 80px;
    font-family: Avenir,Helvetica,Arial,sans-serif;
}

.footer-div hr {
    background-color: #ffffff;
}

.footer-div .efito-stylish-color {
    color: #4B515D;
}

.footer-div .blue-color {
    color: #33b5e5 !important;
}


.footer-div .social-outer {
    width: 240px;
    margin: 0 auto;
}

.footer-div .efito-social > li {
    cursor: pointer;
}

.footer-div ul.efito-social {
    padding: 0;
}
.footer-div .efito-social li {
    list-style-type: none;
    border: 2px solid #4B515D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    line-height: 40px;
    margin: 0 16px 0 0;
    padding: 0;
    width: 44px;
    height: 44px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    text-align: center;
}

.footer-div .efito-social li:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border: 2px solid #ffffff;
    color: #ffffff;
}

.footer-div .efito-social li:hover a {
    color: #ffffff;
}

.footer-div .efito-social li a {
    color: #4B515D;
    font-size: 22px;
}

.footer-div li.efito-facebook:hover {
    background: #3b5998;
}

.footer-div li.efito-twitter:hover {
    background: #00aced;
}

.footer-div li.efito-linkedin:hover {
    background: #0077B5;
}

.footer-div li.efito-google-plus:hover {
    background: #d34836;
}

.review-header
{
    text-align: center;
    font-weight: 700;
    color: #f9584b;
    font-size: 2.4rem;
}

.agm-map {
    /*height: 260px;*/
    width: 100%;
    padding: 5px;
}

fa {
    color:#33b5e5;
    font-size: 1.4em;
}

.footer-div li{
    color:#33b5e5;
}

.footer-div span {
    font-size: 0.8em;
}

.footer-address a:link { color:#ffffff; text-decoration: none; }
.footer-address a:visited { color:#ffffff; text-decoration: none; }
.footer-address a:hover { color:#ffffff; text-decoration: none; }
.footer-address a:active { color:#ffffff; text-decoration: underline; }

.footer-posts .align-x {
    float: left;
}
.footer-posts .post {
    margin-bottom: 20px;
    overflow: auto;
}
.footer-posts .blog-title {
    color:#0099CC;
    font-size: 0.9em;
}
.footer-posts .blog-text {
    color:#4B515D;
    font-size: 0.8em;
    line-height: 0.8em;
}
.footer-posts .post-content {
    width: 100%;
}

.footer-review .line {
    width: 100%;
    height: 15px;
}

.footer-review .review_box {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-review .fa-star {
    color: #000;
}

.footer-review .checked {
    color: #f9584b;
    margin: -5px;
}

.footer-review .sec0 {
    padding: 0px 0px 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #efefef;
}

.footer-review .sec1 {
    padding: 10px 0px 10px 0px;
    font-size: 30px;
}

.footer-review .sec2 {
    padding: 0px 0px 20px 0px;
    color: #000;
}

.footer-review .sec3 {
    width: 70%;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 5px;
    background: #f2f2f2;
    color: #000;
}

.footer-review .sec3  span.fa {
    border-radius: 60px;
    padding: 3px;
    background: #12cf6c;
    color: #fff;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.slider_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


  

@media (max-width: 768px) {
    .mt-20-m {
        margin-top: 20px;
    }

    .see-video-container {
        padding: 10px 0px 10px 0px;
        text-align: center;
    }

    .main-text {
        padding-left: 0px;
    }

    #footer_post {
        margin: 0px;
    }

    .slider_image {
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .slide_img1 {
        width: 100%;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .main-title
    {
        font-size: 30px;
    }
    .what-we-buy-sec div{
        font-size: 18px;
        padding: 5px 15px;
        color: white;
        width: 100%;
        border-radius: 10px;
        font-family: Avenir,Helvetica,Arial,sans-serif;
        margin-bottom: 5px;
        box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1), 0 0 20px 14px rgba(179, 179, 179, 0.17);
    }

    .dont-buy {
        margin-left: 5px;
    }

    .app-save-you .pad-left-8{
        padding-left: 2%;
    }
    .app-save-you .pad-right-8{
        padding-right: 2%;
    }

    .footer-posts .align-x {
        float: initial;
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        color: #3c4061 !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-title
    {
        font-size: 40px;
    }
    .main-text{
        padding-left: 15px;
        padding-right: 15px;
    }
    .gif-image {
        padding-bottom: 70px;
    }

    .form-menu .productImg {
        margin: 1vw 0vw 0vw;
        padding: 5px;
        box-shadow: -4px 4px 20px 0px rgba(179, 179, 179, 0.49);
        border-radius: 5px;
    }
    .form-menu .menu-title {
        display: none;
    }
    .mob-title-hide{
        display: none;
    }
    .parent {
        padding: 2px 25px 2px 10px;
    }
    .desktop_img{
        display: none;
    }
    .mobile_img{
        display: block;
    }
    .three-ways {
        font-size: 20px;
        line-height: 30px;
    }
    .primary_title{
        font-size: unset;
        height: unset;
    }

    .app-save-you .sy-item-justify{
        padding-top: 3%;
        text-align: center;
    }


    .app-steps .img-fluid {
        margin: 0px auto;
    }

    .app-steps .slider_icon h3 {
        text-align: center;
    }

    .app-steps .slider_icon p {
        text-align: center;
    }

    .app-steps .slider_image > img {
        float: unset;
    }

    /*app Brands*/

  /*.brands {*/
    /*background-image:url(/assets/brands/brands.jpg);*/
    /*width:250px;*/
    /*height:180px;*/
  /*}*/

  /*.b1 {*/
    /*background-position:0 0*/
  /*}*/

  /*.b2 {*/
    /*background-position:-250px -180px*/
  /*}*/

    .review-div .left_arrow {
        width: 28%;
        margin: 0 auto;
        border-width: 0 100px 20px 100px;
        border-color: transparent transparent #dbdbdb transparent !important;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .review-div .right_arrow {
        width: 28%;
        margin: 0 auto;
        border-width:  20px 100px 0 100px;
        border-color: #dbdbdb transparent transparent !important;
    }

    .review-div .arrow_box {
        margin-bottom: 40px !important;
    }

    .review-div .sec2 {
        min-height: 220px;
    }

    footer {
        padding-top: 50px;
    }

    .footer-posts img {
        width: 112px;
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        color: #3c4061 !important;
    }

}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-title
    {
        font-size: 35px;
    }

    .app-achieved .feather{
        display: none;
    }

    .review-div .left_arrow {
        float: right;
    }

    footer {
        padding-top: 70px;
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        color: #3c4061 !important;
    }
    
}

@media screen and (min-width: 1100px) {
    .review-div .review-header
    {
        /* padding-left: 20%; */
    }
}

@media screen and (max-width: 1100px) {
    .review-div .condition {
        font-size: 15px !important;
    }

    .review-div .sec1_4 {
        width: 85%;
    }
}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        display: block;
        transform: scale(0);
        transition: ease-out 0.3s;
    }
    .dropdown:hover .dropdown-menu {
        transform: scale(1);
    }
    .dropdown-menu1 {
        border: none;
        display: block;
        transform: scale(1) !important;
        height: 0;
        overflow: hidden;
        padding: 0;
        top: 180px;
        transition: all .3s;
    }
    .dropdown:hover .dropdown-menu1 {
        display: block;
        top: 100%;
        height: inherit;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 1.22em;
    }

    .main-title
    {
        font-size: 40px;
    }

    .main-title-helper
    {
        height: 25px;
    }
    .surplus-content {
        min-height: unset;
    }

    .footer-posts .post-content {
        max-width: 400px;
        min-width: 240px;
        float: right;
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        color: #3c4061 !important;
    }
}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 1.22em;
    }
    .efito-round-button {
        margin-left: 100px;
        margin-right: 20px;
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        color: #3c4061 !important;
    }
}

@media screen and (max-width: 1300px) {
    .form-footer {
        display: none;
    }
}

/********** what we buy/don't buy css **********/
.form-menu .buy {
  margin: 5px 20px 5px;
}

.x {
  position: absolute;
  width: 25px;
  top: 10px;
  right: 11px;
  cursor: pointer;
  z-index: 1000;
}

.primary_title {
  color: #3c4061;
  font-weight: 800;
  font-size: 1.6em;
}

.child p {
  font-size: 13px;
  margin-top: .6em;
  color: #92949f;
}

.buy-images{
  padding-left: 2vw;
  padding-right: 2vw;
}
.right-arrow {
  display: none;
}
.left-arrow {
  display: none;
}

@media only screen and (max-width: 576px) {
  .form-menu .buy {
    margin: 5px 5px 5px;
  }
  .right-arrow {
    display: block;
    position: absolute;
    width: 50px;
    top: 81px;
    right: 12px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.5;
  }
  .left-arrow {
    display: block;
    position: absolute;
    width: 50px;
    top: 81px;
    left: 8px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.5;
  }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    color: #3c4061 !important;
}
}

.faq-list {
    font-size: 17px;
}