.philosopher-regular {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.philosopher-bold {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.philosopher-regular-italic {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.philosopher-bold-italic {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #2d2d2d;
}

/** {*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mb-10{margin-bottom:10px;}
.aboutscam .card-body {
    min-height: 370px;
}
section.top-bar {
    position: relative;
    z-index: 2;
    text-align: right;
    background: #212121;
    padding: 0px;
}

.top-left ul {
    display: flex;
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
}

.top-left ul li {
    font-size: 14px;
    color: #444;
    margin: 0px 0px 0px 10px;
}

.top-left ul li i {
    position: relative;
    top: 0px;
    margin-right: 8px;
    font-size: 14px;
    color: #316bce;
}

.top-left ul li a {
    font-size: 14px;
    color: #fff;
}

.top-right ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.top-right ul li {
    font-size: 15px;
    color: #444;
    margin: 0px 0px 0px 10px;
}

.top-right ul li i {
    position: relative;
    top: 2px;
    margin-right: 6px;
    font-size: 14px;
    color: #222;
}

.top-right {
    display: flex;
    align-items: center;
}

.footer-top h2 .fa {
    padding-right: 20px;
}

.top-menu {
    text-align: right;
    position: relative;
}

.top-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.top-menu ul li {
    display: inline-block;
    color: #dddddd;
}


.top-menu ul li a:hover {
    color: #eb0028;
}

.logo-coomon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerbutton a {
    background: #2394eb;
    padding: 8px 10px;
    height: 40px;
    display: block;
    color: #fff;
}

.headerbutton {
    margin-left: 10px;
}

.logo-section {
    padding: 30px 0px;
}

.search-area {
    padding: 30px 0;
    width: 190px;
}

.search-area #custom-search-input {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    border: 1px solid #ddd;
}

.search-area #custom-search-input .search-query {
    padding-right: 4px;
    padding-left: 10px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 15px;
    border: none;
}

.search-area #custom-search-input button {
    border: 0;
    background: none;
    padding: 11px 5px;
    position: relative;
    /* left: -28px; */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #222e5d;
}


.footer-upper {
    padding: 40px 0px;
}

.footer1 img {
    width: 190px;
}

.footer1 p {
    margin-top: 20px;
    color: #bcc1c5;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #ffffff8c;
    padding-bottom: 19px;
    width: fit-content;
}

footer ul {
    list-style: none;margin:0; padding:0;
}

footer ul li {
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 8px;
}

.footerlinks ul li {
    position: relative;
    padding-left: 20px;
}

.footerlinks ul li:before {
    font-family: 'FontAwesome';
    content: "\f101";
    float: left;
    font-size: 18px;
    color: #62b949;
    position: absolute;
    left: 0px;
}

footer ul li a {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
}


.banner-content {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.banner-content h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

.banner-content h2 {
    color: #fff;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;

}

.banner-content p {
    font-size: 16px;
    color: #fff;
}

.carousel-item {
    height: 610px;
}

div#demo img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}

div#demo .carousel-inner .carousel-item:before {
    content: '';
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.website-logo img {
    width: 270px;
    object-fit: cover;
}

.logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-socail {
    display: flex;
}

.menu-part23 ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.menu-part23 ul li {
    padding: 0px 10px;
}

.menu-part23 ul li a {
    font-size: 16px;
    padding-right: 10px;
    color: #353333;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}


.social-media ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.social-media ul li {
    margin: 0px 6px;
}

.social-media ul li a {
    color: #969696;
}

.header-section1 {
    padding: 25px 0px;
}

.left-logo h4 {
    background-image: linear-gradient(140deg, #00fc85 0%, #00bfe4 50%, #00bfe4 75%);
    color: #fff;
    font-size: 33px;
}

.menu-part23 ul li:hover a {
    color: #4eae4a;
    text-decoration: none;
}


.login-cart {
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
}


.login-cart h4 {
    font-size: 16px;
    color: #353333;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 19px;
}

section.about-part {
    padding: 80px 0;
    /*
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    padding-bottom: 100px; */
}


#main-nav {
    padding: 10px 0 10px;
    background: #fff;

}

#main-nav .navbar-nav {
    margin: 0 auto;
}

#main-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 15px;
    padding: 24px 20px;
    text-transform: uppercase;
}

#main-nav ul ul li a {
    text-transform: capitalize;
}

#main-nav ul ul li a {
    color: #222;
}

#main-nav ul li ul li a {
    padding: 7px 10px;
    line-height: 20px;
    font-weight: 500;
}

#main-nav .ct-active ul li a:before {
    opacity: 1;
    left: 50%;
}

.h2-navigation-area .logo {
    display: inline-block;
    overflow: hidden;
    padding-top: 20px;
}

#main-nav ul li a:hover {
    color: #e80a0a;
}

.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 500ms ease;
    top: 0;
    background: #fff;

}

/* StellarNav */
.stellarnav {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

.stellarnav ul ul {
    background-color: #fff !important;
    margin: 0 !important;
    box-shadow: 0 0 12px #0000001c;
    border-top: 4px solid #e80a0a;
}

.stellarnav ul li a {
    color: #ffffff;
    padding: 20px;
}

.stellarnav ul ul a:hover {

    color: #000 !important;
}

.stellarnav li li {
    display: inline-block !important;
    width: 100%;
}

.conatc-header {
    padding-top: 20px;
}

.conatc-header ul {
    display: flex;
    justify-content: flex-end;
}

.conatc-header ul li {
    margin-left: 24px;
    list-style: none;
    font-size: 14px;
}

.conatc-header ul li .fa {
    padding-right: 3px;
    color: #f5c05a;
}

.conatc-header ul li a {
    color: #fff;
    text-transform: initial !important;
}

.main-nav-area {
    padding-top: 4px;
    float: right;
    align-items: center;
}

.nav-serch-area {
    display: inline-block;
    float: right;
    padding-top: 20px;
}

.stellarnav.mobile ul {
    background: rgb(55 56 60) !important;
    position: absolute !important;
    width: 100%;
    left: 0;
    z-index: 9;
}

.stellarnav.mobile>ul>li>a.dd-toggle {
    color: #061538;
}

.stellarnav.mobile li.has-sub a {
    color: #061538;
}

.stellarnav.mobile .menu-toggle {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 0;
    width: auto;
}

.logo.hidden-logo {
    visibility: hidden;
}

#main-header {
    position: absolute;
    z-index: 10;
    width: 100%;
}

#main-header #main-nav ul li a {
    color: #fff;
}

.logo {
    padding-top: 0px;
    display: inline-block;
    padding-bottom: 0px;
    width: 220px;
}

.logo img {
    width: 100%;
}

.logo .navbar-brand {
    margin-right: 0;
    color: #e80a0a;
    margin-top: 15px;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
}

.aboutpart {
    position: relative;
}

footer {
    position: relative;
    background-size: cover;
    padding-top: 50px;
    background-color: #fff;
}

footer .title h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff54;
    padding-top: 20px;
}

.footer-social-links {
    padding-top: 20px;
}

/* footer:before{content:''; background-color:#fff; opacity:1; position:absolute; top:0; left:0; width:100%; height:100%;width:100%; height:100%;} */
section.logo-part ul li img {
    width: 160px;
}

.bannerpart {
    background-color: #cd8f40;
    text-align: center;
    position: relative;
    min-height: 480px;
    background-size: cover;
    background-position: center;
}

section.bannerpart {
    position: relative;
}

.bannercontent {
    position: absolute;
    top: 36%;
    right: 0;
    left: 50px;
    max-width: 600px;
    text-align: left;
}

.bannercontent h1 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.bannercontent p {
    font-size: 17px;
    color: #fff;
}

.searchbar button#button-search {
    background-color: #ff4a00;
}

.aboutscam a.stretched-link {
    background-color: #ff4a00;
    color: #fff;
}

.aboutscam .card-body h5 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

a.viewallbtn {
    background-color: #ff4a00;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
}

.scaminfo h2 {
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aboutscam {
    padding: 60px 0;
}

.scamtype {
    background-color: #f5f5f7;
    padding: 60px 0;
    position: relative;
}

.scamtype::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
}

.typeofscam .card {
    margin-bottom: 30px;
    position: relative;
    transition: 0.5s ease all;
}

.typeofscam .card:hover {
    transform: translateY(-10px);
}

.contactmiddlepart {
    background-color: #83dee5;
    padding: 30px 0;
}

.contactmiddlepart .content h3 {
    color: #fff;
}

.stellarnav ul li.has-sub a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.stellarnav ul li.has-sub ul li a:hover {

    color: #ff4a00 !important;
}

.readmorebuttin a {
    background-color: #1b3045;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.readmorebuttin {
    margin-top: 60px;
}

.section-bg {
    ackground-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-bottom: 100px;
    padding-top: 100px;
}

ul.footer-contact-info li {
    display: flex;
    margin-bottom: 8px
}

ul.footer-contact-info li .text-holder {
    padding-left: 44px;
}

ul.footer-contact-info li .text-holder h5 {
    color: #505050;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

ul.footer-contact-info li .icon-holder {
    position: absolute;
    background-color: #ff4a00;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.footer-contact-info li .icon-holder .fa {
    color: #fff;
    font-size: 17px;
}

.footer-social-links ul li {
    width: 35px;
    height: 35px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer-social-links ul li a {
    color: #316bce;
}

.footer-social-links ul {
    display: flex;
    gap: 8px;
}

.footer-top-area {
    background-color: #141414;
    padding: 30px 0px 20px;
    background-image: url('../images/footer-bg.jpg');
}

ul.usefull-links li {
    width: 49%;
    float:left;
}

.lower-footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 5px;
}

.text-right {
    text-align: right !important;
}

.title-heading {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.title-heading h2 {}



.footer-top p {
    color: #ffffff;
    letter-spacing: 18px;
    font-size: 35px;
}

.footer-top {
    text-align: center;
    margin-bottom: 40px;
}

.footer-top h2 {
    font-size: 48px;
    color: #f19241;
    font-weight: 600;
}

.footer-bottom-area {
    background-color: #2f2f2f;
    padding: 20px 0;
}

.footer-bottom-area p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-bottom-area p.footercontactdetail {
    color: #d6ab60;
    font-size: 12px;
}

.footer-bottom-area p a {
    color: #add8e6 !important;
}

.footerlogo img {
    width: 260px;
}

.footerlogo {
    margin-bottom: 15px;
}

footer p {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
}

.rightsideimage img {
    width: 100%;
}

.banner-section {
    height: 600px;
    background-size: cover;
    position: relative;
}

.footerqouteform h3 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
}

.footerqouteform button.btn.btn-primary {
    background-color: #ff4a00;
    border-color: #ff4a00;
    padding: 13px 30px;
}

.footerqouteform input.form-control {
    /* padding: 25px; */
    height: 51px;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 22;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.reportslider .slick-prev {
    position: absolute;
    top: 10%;
    font-size: 0;
    left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reportslider .slick-prev:before {
    font-size: 20px;
    line-height: 15px;
}

.reportslider .slick-next {
    position: absolute;
    top: 10%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reportslider .slick-next:before {
    font-size: 20px;
    line-height: 15px;
}

ul.slick-dots {
    display: none !important;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 22;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.row.quick-links {
    padding: 0 50px;
}

.scamtype .row {
    padding: 0 50px;
}

.RealStories .row {
    padding: 0 50px;
}

.newssection .row {
    padding: 0 50px;
}

.newssection .row .row {
    padding: 0;
}

.newssection {
    padding: 70px 0 50px;
    background-color: #fff;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #008552;
    border-color: #008552;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    color: #2B2D42;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #FFF;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.RealStories {
    padding: 70px 0;
}

.newsbox {
    border: 1px solid #ddd;
    padding: 20px;
    transition: 0.4s ease all;
}

.newsbox:hover {
    background-color: #f7f7f7;
    box-shadow: 0 0 15px #1a253b26;
    border-color: #fff;
}

.newsbox .newsheading h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.RealStories h2 {
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.newssection h2 {
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.RealStories a.viewallbtn {
    margin-top: 10px;
}

.newssection .newsbox {
    background-color: #fff;
    margin-bottom: 20px;
}

.downloadlinkbox {

    background-size: cover;
    position: relative;
    min-height: 500px;
}

.content {
    position: relative;
}

.content {
    position: relative;
}



.content p {
    color: #fff;
}
.content img{width: 100%;}


.reportimg {
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.reportimg img {
    width: 60px;
}

.clienttestimonial h2 {
    text-align: left;
    color: #000;
    letter-spacing: 3px;
    font-size: 40px;
    margin-bottom: 30px;
}

.report {
    height: auto !important;
}

.reportcontent h4 {
    color: #f07900;
    font-size: 16px;
    font-weight: 700;
}


.reportslider .slick-arrow {
    display: none !important;
}

.servicescontent h4 {
    color: #202020;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-bottom: 7px;
}

.servicescontent p {
    color: #423A3A;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.aboutcontent h2 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Libre Baskerville', serif;
}

.aboutcontent p {
    font-size: 15px;
}

.about_section {
    position: relative;
    padding: 90px 0;
    background-size: cover;
}

.about_section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.55;
    top: 0;
    left: 0;
    position: absolute;
}

.aboutcontent {
    padding-top: 60px;
    padding-right: 20px;
}

.aboutimage img {
    width: 100%;
}

.aboutsection h2 {
    color: #cd8f40;
    font-size: 45px;
    font-family: "Philosopher", sans-serif;
    line-height: 40px;
    margin-bottom: 20px;
}

.medicationweightloss {
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

a.appointmentbtn {
    border: 1px solid #cd8f40;
    padding: 12px 20px;
    color: #cd8f40;
    display: inline-block;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.4s
}

a.appointmentbtn:hover {
    background-color: #cd8f40;
    color: #fff;
    text-decoration: none;
}


.aboutsection {
    padding: 0px 0 80px;
    background-size: cover;
    margin-top: -70px;
}

.aboutsection h5 {
    font-size: 16px;
    color: #838383;
    font-weight: 400;
}

.aboutrightsidetext {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 40px rgb(131 100 196 / 20%);
    box-shadow: 0px 5px 40px rgb(131 100 196 / 20%);
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 9;
}

.aboutrightside {
    position: absolute;
    top: 72.5px;
    bottom: 72.5px;
    left: 72.5px;
    right: 72.5px;
    display: block;
    padding: 50px;
}

.aboutrightsidetext h3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.aboutimage {
    position: relative;
    z-index: 1;
    border: 9px solid #eeba63;
    border-top-left-radius: 260px;
    border-top-right-radius: 260px;
    overflow: hidden;
}

.footerqouteform {
    padding: 40px 0;
    background-color: #37383c;
}

.gradient-sub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(269deg, rgb(0 0 0 / 15%) 40%, rgb(0 0 0 / 86%) 100%);
}

.contactdetail ul {
    display: flex;
    list-style: none;
    justify-content: end;
}

.contactdetail ul li .fa {
    width: 30px;
    height: 30px;
    background-color: #cd8f40;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
}

.contactdetail ul li a {
    font-size: 16px !important;
    text-transform: initial !important;
}

.contactdetail {}

.storycontent {
    text-align: center;
}

.aboutstory {
    padding: 100px 0;
}

.storycontent h2 {
    color: #cd8f40;
    font-size: 45px;
    font-family: "Philosopher", sans-serif;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 600;
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 0%;
    background-size: cover;
    height: 350px;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-2 .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    font-size: 22px;
}

.hover-2-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    transition: all 0.3s;
    padding: 0 10px;
}

.hover-2:hover .hover-2-title {
    transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
    bottom: 0.5rem;
    opacity: 1;
}

.hover-2:hover .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

.gallerysection h2 {
    color: #cd8f40;
    font-size: 45px;
    font-family: "Philosopher", sans-serif;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    max-width: 1190px;
    margin: auto;
    padding-bottom: 40px;
}

.gallerysection {
    padding: 100px 0;
}

.hover-2-description a {
    display: block;
    background-color: transparent;
    padding: 10px 20px;
    width: fit-content;
    margin: 10px auto;
    border: 1px solid #cf9448;
    color: #cf9448;
}

.contactsection {
    padding: 100px 0;
    background-size: cover;
}


.topheader {
    background-color: #37383c;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.topheader p {
    margin: 0;
}

.headerbtn a {
    background-color: #ff4a00;
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
}

.stellarnav.desktop {
    display: flex;
    align-items: center;
}

.topscams .scams ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding-left:0px;
}

.topscams .scams ul li {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    transition: 0.5s ease all;
}

.topscams .scams ul li .card {
    transition: 0.5s ease all;    min-height: 210px;
}

.topscams .scams ul li .card:hover {
    background-color: #f2f2f2;
    transform: translateY(-10px);
}
.topscams .scams ul li .card:hover a{color: #ff4a00 !important;}


.topscams {
    margin-top: 50px;
    padding: 0 50px;
}

.topscams h2 {
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.topscams img.img-fluid.mb-3 {
    border: 1px solid #ff4a00;
    border-radius: 50%;
    padding: 8px;
}

.educationtab {
    padding: 0 50px;
}

.educationtab h4 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.educationtab #home1 .small.text-muted {
    color: #ff4a00 !important;
}
.educationtab #home1 .small.text-muted span.text-primary {
    color: #ff4a00 !important;
}

.tabsection {
    padding-bottom: 60px;
    background-color: #f5f5f7;
    padding-top: 60px;
}

ul#tabsJustified {
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* ul#tabsJustified li.nav-item {
            flex: inherit;
        }*/
ul#tabsJustified li.nav-item a.nav-link {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

ul#tabsJustified li.nav-item a.nav-link.active {
    background-color: #ff4a00;
    color: #ffffff;
}
.bannerimg img {
    width: 100%;
}
.innerbanner {
    background-color:  #efefef;
}
.innerbannercontent {
    padding: 34px 65px; 
    
}
.scam_count {
    background-color: #e59600;
    padding: 10px;
}
.scam_count p {
    margin: 0 !important;
}
.innerbannercontent h2{ font-family: "Oswald", sans-serif;
    font-size:34px;
    text-transform: uppercase;
    margin-bottom: 10px;}

    .innerbannercontent h3 {
        font-weight: 500;
        font-size: 32px;
        font-family: "Oswald", sans-serif;
    }
    .innerbannercontent p {
        margin-bottom: 8px;
    }
    .scamcontent {
        text-align: left;
        padding: 0 50px;
    }
    .aboutscam h2 {
        font-family: "Oswald", sans-serif;
        font-size: 38px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
.signs {
        padding: 0 50px;
    }
    .scamsigns {
        background-color: #282828;
        padding: 50px 0;
    }
    .scamsigns h2{  font-family: "Oswald", sans-serif;
        font-size: 38px;
        text-transform: uppercase;
        margin-bottom: 30px;     color: #ff4a00;}
        .iconbox {
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 20px;
            transition: 0.4s ease all;    border-radius: 6px;
        }
        .iconbox p {
            margin: 0;
        }

        .card-header a.btn.btn-header-link {
            display: block;
            text-align: left;
        }
        .accordian {
            background-size: cover;
            background-position: center;
            padding: 70px 50px;
        }



           #faq .card {
            margin-bottom: 15px;
            border: 0;
          }


          #faq .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
                    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 2px;
            padding: 0;
          }

         #faq .card .card-header .btn-header-link {
            color: #fff;
            display: block;
            text-align: left;
            background: #ff4a00;
            color: #fff;
            padding: 15px;
          }


          #faq .card .card-header .btn-header-link:after {
            content: "\f107";
            font-family: 'FontAwesome';
            font-weight: 900;
            float: right;
          }

          #faq .card .card-header .btn-header-link.collapsed {
            background: #202020;
            color: #fff;
          }

          #faq .card .card-header .btn-header-link.collapsed:after {
            content: "\f106";
          }

          #faq .card .collapsing {
            background: #fff;
            line-height: 30px;
          }


           #faq .card .collapse {
            border: 0;
          }


          #faq .card .collapse.show {
            background: #fff;
            line-height: 30px;
            color: #222;
          }
.accordian h2{font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;}
    .innerbanner.realstory {
        height: 150px;
        background-size: cover;
        background-position: top center;
    }
    .innerbanner.realstory .innerbannercontent {
        display: flex;
        min-height: 150px;
        align-items: center;
    }
    .innerbanner.realstory .innerbannercontent h2 {
        color: #37383c;
    }
    .realstoriesstorylist {
        padding: 0 50px;
    }
    .storylist {
        padding: 60px 0;
    }
    .realstoriesstorylist .card {
        border: none;
    }
    .realstoriesstorylist .card {
        border: none;
        background-color: #f5f5f7;
        margin: 10px;
        min-height: 360px;
    }
    .realstoriesstorylist .card h4{font-family: "Oswald", sans-serif;}
    .realstoriesstorylist .card .card-date {
        color: #ff4a00;margin-bottom: 10px;
    }
    .share-story {
        padding: 60px 0;
    }

    .share-story h2 {
        font-family: "Oswald", sans-serif;
    }
    .share-story h4 {
        font-size: 19px;
        padding-bottom: 10px;font-family: "Oswald", sans-serif;
    }
    .share-story textarea{height: 120px;}
    .share-story .inputfile-1 + label {
        color: #f1e5e6;
        background-color: #d3394c;
    }
    .share-story .inputfile + label {
        max-width: 80%;
        font-size: 1.25rem;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
    }
    button#btnSubmit {
        background-color: #ff4a00;
        border: none;
        border-radius: 2px;
        padding: 12px 20px;
    }
    .getintouch .contactdetail {
 margin: 70px 0;
    }
    .detailbox {
        background-color: #fff;
        padding: 25px;
        text-align: center;
        min-height: 230px;
        box-shadow: 0 0 15px #282b441c;
        border-radius: 5px;
    }
    .detailbox .icon-holder {
        height: 80px;
        font-size: 50px;
        width: 80px;
        margin: auto;
        background-color: #ff4a00;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .cntactform {
        margin-bottom: 70px;background-color: #f5f5f5;
    }
    .cntactform form {
    padding: 40px;
}
.detailbox .text-holder h5 {
    font-size: 16px;
}
    li.mobile_button{display: none !important;}
    .stellarnav, .stellarnav li{position: initial !important;}
    .stellarnav li li.has-sub>a:after {
    right: 10px;
    position: absolute;
}
    .dashboard_links ul.nav {
        display: block;
    }
    .dashboard_links ul.nav li{background-color: #ff4a00; border-bottom: 1px solid #fff;}
    .dashboard_links ul.nav li a{color: #fff;     display: block;   padding: 10px;}
    .userdashboard {
        background-color: #f5f5f7;
        padding: 50px 0;
    }
    .dashboardcontent {
        background-color: #fff;
        padding: 25px;
    }
    #stories h4.card-title {
        font-size: 20px;
    }
    div#stories .card {
        margin-bottom: 20px;    min-height: 300px;
    }
    .dashboardarea {
        padding: 0 50px;
    }
    .dashboard_links ul.nav li a.active {
        border-right: 5px solid #37383c;
    }
    .chnagepassword label {
        width: 100%;font-weight: 600;
    }
    .inputDiv input {
        padding: 6px;
        width: 100%;
        margin-bottom: 8px;
        border: 1px solid #ababab;
    }
    .inputDiv {
        max-width: 460px;
    }
    button#submitButton {
        padding: 8px 16px;
        border: none;
        background-color: #37383c;
        color: #fff;
        margin-top: 10px;
    }
    .chnagepassword h2 {
        margin-bottom: 25px;
    }
    .accountdetailform input {
        padding: 6px;
        width: 100%;
        margin-bottom: 8px;
        border: 1px solid #ababab;
    }

    .accountdetailform input[type="submit"] {
        padding: 8px 16px;
        border: none;
        background-color: #37383c;
        color: #fff;
        margin-top: 10px;
        width: auto;
    }
section#aa-myaccount {
    background-color: #f5f5f7;
    padding: 50px 0;
}
.LoginForm label {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
}
.LoginForm input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #cfcfcf;
}
.LoginForm button {
    background-color: #ff4a00;
    color: #fff;
    padding: 12px 25px;
    border: none;
}
.LoginForm input#rememberme {
    width: auto;
}
.LoginForm h4 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.LoginForm {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px #0000001f;
    border-right: 2px solid #ff4a00;
}
.LoginForm.register {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
}
.aboutscam .card-body a.list-link.story-link {
    color: #222;
}
.stellarnav li.has-sub-vertical {
    position: relative !important;
}
.stellarnav li.has-sub-vertical ul {
    width: 220px !important;
}
.stellarnav ul li.has-sub-vertical li {
    width: 100%;
}
.videoslist {
    padding: 50px 0;
}
.videobox {
    margin-bottom: 20px;
}
.blogimage {
    margin-bottom: 20px;
}
.blogimage img{width: 100%; height: 400px;
    object-fit: cover;}
.bloglisting {
    padding: 0 50px;
}
#blogs h4.card-title {
    font-size: 18px;
}
#blogs .card {
    min-height: 550px;    margin-bottom: 30px;
}
.blogdetailpage {
    background-color: #f5f5f7;
    padding: 50px 0;
}
.blogdetailcontent {
    background-color: #fff;
    padding: 30px;
}
.blogdetailpage .row {
    padding: 0 50px;
}
.searchbar {
    background-color: #ffffff;
    padding: 20px;
}

.searchbar label {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
}
.searchbar input#site-search {
    width: 70%;
    box-shadow: none;
    border: 1px solid #c8c8c8;
    height: 48px;
}
.searchbar button {
    background-color: #ff4a00;
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
    border: none;
    width: 28%;
}
.recentblogs {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.recentblogs ul{    list-style: none;}
.recentblogs ul li a{color:#292929;    padding: 6px 0;
    display: block;
}
.recentblogs h4 {
    font-family: "Oswald", sans-serif;
    border-bottom: 1px solid #ff4a00;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.scamalertimage img{width:100%;}
.searchbar.homesearch {
    background: transparent;
}
.searchbar.homesearch button#button-search {
    background-color: #ff4a00;
    width: 100%;
}
.searchsidebar {
    background-color: #f5f5f7;
    padding: 20px;
}
.searchsidebar h4.widgettitle {
    font-size: 22px;
}
form.search-form {
    position: relative;
}
#search-2 input[type="search"] {
    width: 100%;
    padding: 10px 11px;
    border: 1px solid #ddd;
    position: relative;
    font-family: Times New Roman;
}
#search-2 input[type="submit"] {
    background: #eb6e12;
    border: none;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    
    
    font-family: Times New Roman;
}
.widget_categories ul {
    padding-left: 0px;    list-style: none;
}
.widget_categories ul li{
    padding: 5px 0px;
    font-weight: 400;
}
.widget_categories ul li a {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}
div#search-2 {
    margin-bottom: 30px;
}

.blog-btn a {
    background-color: #ff4a00;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}
.images-part-blog h5 a {
    color: #000;
}
.blog-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.images-part-blog h5 {
    font-size: 24px;
}
.searchpage {
    padding-top: 60px;
}
.searchpage h2 {
    padding-bottom: 20px;
}
.scamtypebox {
    background-color: #f5f5f7;
    padding: 20px;
    text-align: center; transition:0.4s ease all;    margin-bottom: 30px;    border: 1px solid #d4d4d4;min-height: 190px;
}
.scamtypeimage img {
    width: 80px;
}
.scamtypebox:hover{    transform: translateY(-10px);     background-color: #fff;
    box-shadow: 0 0 20px #00000021;}
.scam_type {
    padding: 90px 0;
}
.scamtypeimage {
    margin-bottom: 20px;
}
.scamtypebox a {
    color: #000;
}
.scamtypebox h4 {
    font-size: 18px;
}
.scamtypebox a:hover{text-decoration:none;}
.formpart {
    background-color: #f5f5f7;
    padding: 30px;
    margin-bottom: 30px;
}
#main-nav .col-lg-12 {
    padding: 0 65px;
}
div#poster_listing h4 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}
.posters {
    padding: 70px 0;
}
.educationtab #home1 img.card-img-top {
    min-height: 220px;
    object-fit: cover;
}







@media (max-width: 767px) {
    .aboutscam .card-body {
    min-height: auto;
}
    .scamtypebox{margin-bottom:15px;}
    .scamtypebox{min-height:auto;}
    .scam_type {padding: 30px 0;}
    .lower-footer{padding-top:0;}
    footer{padding-top:20px;}
    footer .title h3{padding-bottom:0;         padding-top: 0;}
    ul.usefull-links li{float:none; width:100%;}
    div#poster_listing h4{font-size:16px;}
    .posters {
    padding: 20px 0;
}
    #main-nav .col-lg-12 {
    padding: 0 15px;
}
    .cntactform form {
    padding: 20px;
}
    .getintouch .contactdetail {
    margin: 30px 0;
}
    .formpart{padding:20px;}
    .blogdetailcontent {
        padding: 10px;
    }
    .blogdetailpage{    padding: 20px 0;}
    .blogdetailpage .row {
       padding: 0 ;
    }
    .dashboardarea {
        padding: 0;
    }

    .stellarnav.mobile ul ul{    background: rgb(83 85 90) !important;         left: 10px;
        right: 10px;}
    #main-nav ul li a{color: #fff;;}
    li.mobile_button{display: block !important;}
    .accordian{    padding: 30px 0px;}
    .iconbox{margin-bottom: 10px;}
    .signs {
        padding: 0;
    }
    .scamcontent {
        padding: 0;
    }
    .bannerimg {
        display: none;
    }
    .innerbannercontent {
        padding: 20px;
        
    }
    .stellarnav ul ul li { width: 100%;}
    .realstoriesstorylist .card{min-height: auto;}
    .realstoriesstorylist .card-body {  padding: 20px !important;    }
    .realstoriesstorylist {  padding: 0;    }
    .innerbannercontent h2{font-size: 24px;}
    .storylist {    padding: 20px 0;}
    .contactdetail{margin-bottom: 0px;}
    .detailbox { min-height: auto;    margin-bottom: 20px;    }
    .detailbox .icon-holder { height: 80px; font-size: 40px; width: 80px;}
    .innerbanner.realstory{height: 140px;}
    .innerbanner.realstory .innerbannercontent{min-height: 140px;     padding: 20px;}
    .topheader p{font-size: 15px;}
    .topscams img.img-fluid.mb-3{width: 80px;}

    .topscams .scams ul li .card{min-height: 170px;}
    .topscams .scams ul li:last-child{width: 100%;}
    .topscams .scams ul{display: block;}
    .topscams .scams ul li{        display: inline-block;
        width: 47%;
        margin: 1%;}
    .headerbtn a{    padding: 5px 10px;
        margin-top: 10px;}
    .headerbtn {
      display: none;
    }
    .logo .navbar-brand{font-size: 26px; margin:0;}
    .footerqouteform {
        padding: 30px 0;}
    .footerqouteform h3 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .newssection {
        padding: 40px 0 40px;}
    .tabsection{padding-bottom: 10px;     padding-top: 40px;}
    ul#tabsJustified li.nav-item a.nav-link{font-size: 18px;}
    .RealStories {
        padding: 40px 0;
    }
    .typeofscam .card {
        margin-bottom: 10px;}
    .topscams .scams ul li .card .card-body {
        padding: 10px;
    }
    .scaminfo {
        text-align: center;
        margin-bottom: 30px;
    }
    .RealStories h2, .newssection h2, .scaminfo h2, .topscams h2, .accordian h2, .scamsigns h2, .aboutscam h2{    font-size: 25px;     margin-bottom: 15px;}
    .newsbox {
        margin-bottom: 10px;
    }
    .downloadlinkbox{min-height: auto;}
    .topscams, .RealStories .row, .educationtab, .newssection .row{padding: 0;}
    .scamtype .row {
        padding: 0;
    }

    .scamtype {
        padding: 30px 0;
    }

    .aboutscam {
        padding: 30px 0;
    }

    .row.quick-links {
        padding: 0px;
    }

    .bannerpart {
        min-height: 250px;
    }

    .contact_form {
        padding-left: 0px;
    }

    .footer-top p {
        letter-spacing: 2px;
        line-height: 40px;
        font-size: 30px;
    }

    .footer-top h2 {
        font-size: 25px;
    }

    .top-social.bottom-social {
        margin-bottom: 20px;
    }

    .footer-top-area {
        padding: 50px 0 20px;
    }

    .rightsideimage {
        margin-top: 30px;
    }

    .banner-content h2 {
        font-size: 20px;
    }

    .carousel-item {
        height: 290px;
    }

    div#demo img {
        height: 290px;
    }

    .banner-content {
        top: 20%;
    }

    .search-area {
        display: none;
    }

    #main-nav ul li a {
        padding: 12px 10px;
        font-size: 15px;
    }

    .stellarnav.mobile .fa {
        font-size: 20px;
    }

    .main-nav-area a.menu-toggle.full {
        color: #ff4a00;
        width: 35px;
        height: 35px;
        border: 1px solid #bcbcbc;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

    .bannercontent {
        top: 50%;left: 10px;
        right: 10px;
    }

    .logo {
        width: 150px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #main-nav ul li ul li a {
        color: #fff;
    }

    .top-contact a {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .top-menu a {
        float: left
    }

    .header-top-area .col-12.col-lg-4.d-flex.justify-content-center.justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .top-menu {
        margin-top: -33px;
    }

    .top-contact a:last-child {
        display: none;
    }

    .stellarnav li li {
        display: block !important;
    }

    .top-section {
        display: block;
    }

    .top-left ul li a {
        font-size: 12px;
    }

    .top-right {
        display: none;
    }

    .top-left {
        padding: 4px 0;
    }

    .main-nav-area {
        padding-top: 0;
    }

    .aboutsection {
        padding: 30px 0 40px;
    }

    .movingshape {
        bottom: 10px;
        left: 0px;
        width: 110px;
        height: 294px;
    }

    .aboutsection h2,
    .serviceshead h2,
    .aboutcontent h2,
    .getintouch-section h2 {
        font-size: 20px !Important;
        line-height: 32px;
    }

    .clientsection {
        padding-left: 0;
        padding-top: 30px;
    }

    .getintouch-section {
        text-align: center;
    }

    .movingshape2 {
        width: 280px;
        height: 270px;
    }

    a.schedulebtn {
        padding: 12px 10px;
        font-size: 13px;
    }

    .oursolution {
        padding: 40px 0;
    }

    .about_section {
        padding: 40px 0;
    }

    .bannercontent h1 {
        font-size: 24px;
    }

    .bannercontent p {
        display: none;
    }

    a.bannerbtn {
        margin-top: 10px;
    }

    .contactdetail ul {
        display: block;
    }

    .contactdetail ul li a {
        font-size: 14px !important;
    }



    .aboutstory {
        background-position: center;
        padding: 40px 0;
    }

    .storycontent h2,
    .gallerysection h2,
    .testimonialsection h2,
    .contact_form h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .contactsection {
        padding: 40px 0;
    }

    .gallerysection {
        padding: 50px 0;
    }
}


@media only screen and (min-width: 1080px) and (max-width: 1367px) {
  .aboutscam .col {
    line-height: 20px;font-size: 14px;
}
.aboutscam .card-body {
    min-height: 380px;
}





}