html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;

    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #00cd9a;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    color : #34495e;
    font-weight:500;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f2f7ff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #323232;
    scroll-behavior: smooth;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #34495e;
    line-height: 1.5;
}

p {
    line-height: 1.5;
}

h2 {
    font-weight: 500;
    font-size: 1.5rem;
}

h3 {
    font-size: 36px;
    font-weight: bold;
    color: white;
    background-color: orange;
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.1rem;
    color: #34495e;
}

a {
    outline: none;
    text-decoration: none;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.mb10 {
    margin-bottom:10px !important;
}


.nm-plr10 {
    padding-left: 10px;
    padding-right: 10px;
}


/* end base */


/* navigation start*/

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 11000;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 111);
    background-color: #f4f7f6;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: all .15s;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 15px 12px 12px 32px;
    text-decoration: none;
    font-size: 13px;
    width: 280px;
    color: #202121;
    display: block;
    border-bottom: 1px solid #E6EAEA;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.2s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #49c5b6;
    background-color: white;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    color: black;
    font-size: 24px;
    margin-left: 50px;
}

.sidenav .closebtn a:hover {
    background-color: transparent;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.nav {
    position: fixed;
    display: block;
    width: 100%;
    background: transparent;
    z-index: 9999;
    color: white;
    height: 60px;
    transition: 0.3s;
}

.navwhite {
    position: fixed;
    background-color: white;
    display: block;
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
    color: #34495e;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

nav a {
    margin: 1rem;
    display: block;
    text-decoration: none;
    font-weight: normal;
}

.navlink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    color: inherit;
    font-size: 1rem;
    font-weight: 500;
}

.mnavlink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
}


/* navigation end */


/* hero start */

#hero {
    display: inline-block;
    position: relative;
    width: 100%;
    /*
    background-image: url("/img/hero-bg-1.jpg");
    */
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    overflow: hidden;
}

.hero-fg-img {
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: -10px;
}

.hero-title {
    margin-top: 300px;
    position: absolute;
    z-index: 6666;
    right: 20px;
    display: block;
    max-width: 750px;
}

.hero-slogan {
    font-size: 40px;
    font-weight: bold;
    color: white;
    line-height: 1.3;
    background-color: orange;
}

.hero-slogans-inner {
    padding: .1em .35em;
    background: linear-gradient(90deg, #2193b0 -50px, #6dd5ed 500px);
    font-weight: 700;
    display: inline;
    line-height: 1.5;
    font-size: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.hero-slogans-inner1 {
    padding: .1em .35em;
    background: #64ddbb;
    color: white;
    font-weight: 400;
    display: inline;
    line-height: 1.4;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.cover {
    display: inline-block;
    position: relative;
    width: 100%;
    /*
    background-image: url("/img/hero-bg-1.jpg");
    */
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    overflow: hidden;
}

.bg-1 {
    background-image: url("/public/img/luma.webp");
}

.city-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.scroll-down {
    position: absolute;
    background: #0F2027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2C5364, #203A43, #0F2027);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2C5364, #203A43, #0F2027);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    bottom: 0px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 42px;
    height: 42px;
    border: 3px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 3px 9px -9px rgba(0, 0, 0, 1);
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 5px solid white;
    border-width: 0px 0 2px 2px;
}

.hero__footer {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 8.5vw;
    max-height: 150px;
    text-align: center;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' height='316' width='3400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M3400 0v315.295H0V0c425.102 136.202 1029.474 221.295 1700 221.295S2974.898 136.202 3400 0z' fill-opacity='.5'/%3E%3Cpath d='M3400 90.865V315H0V90.865C424.813 187.567 1029.282 248 1700 248s1275.187-60.433 1700-157.135z'/%3E%3C/g%3E%3C/svg%3E") bottom no-repeat;
    background-size: 100% 100%
}


/* hero end */


/* sections start */

#who {
    background-color: white;
    margin-top: -10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#about {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ud {
    font-size: 36px;
    color: #64ddbb;
    padding-right: 15px;
    padding-left: 15px;
}

.imgud {
    display: block;
    width: 150px;
    height: 150px;
    border: 3px solid #ddd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    margin-bottom: 30px;
}

.cashud {
    font-size: 72px;
    color: #64ddbb;
    padding-bottom: 30px;
    padding-top: 20px;
}

#offer {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#cash {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#usage {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#calc {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#call {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#contract {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#property {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#property-header {
    padding-top: 8rem;
    padding-bottom: 3rem
}

#property-content {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#footer {
    background-color: white;
    font-size: 0.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#contact {
    background-color: #f5f5f5;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


/* sections end */


/* forms start  */

.form-group {
    margin-bottom: 30px;
    position: relative;
}

select {
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select,
input,
textarea,
.form-control,
textarea.form-control {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 42px;
    height: 42px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.f400{
    width:400px;
    color:black;
}

.select--box i {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 14px;
    color: #aaaaaa;
    cursor: pointer;
}


/* forms end */

.hidden {
    display: none;
}

button {
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;

    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.greenbutton {
    border-radius: 4px;
    border: none;
    background-color: #64ddbb;
    margin-top: 29px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.blackbutton {
    border-radius: 4px;
    border: none;
    background-color: black;
    margin-top: 29px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;

    text-transform: uppercase;
    color: #ffffff;
}

.redbutton {
    border-radius: 4px;
    border: none;
    background-color: red;
    margin-top: 29px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;

    text-transform: uppercase;
    color: #ffffff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.custombtn {
    height: 42px;
    /*
    width: 165px;

     */
    border-radius: 4px;
    border: none;
    background-color: #00cd9a;
    margin-top: 29px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-right: 0;
    cursor: pointer;
}

.p-item {
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.p-location {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.p-price {
    color: #64ddbb;
    font-size: 30px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 0;
}

.p-tag {
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.p-link {
    font-size: 1.1rem;
    color: #34495e;
}

.mh50 {
    min-height: 50px;
}

.c1220 {
    width: 100%;
    max-width: 1220px;
    display: flex;
}

.title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.scroll-up {
    position: fixed;
    background-color: #64ddbb;
    bottom: 20px;
    right: 20px;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 3px 9px -9px rgba(0, 0, 0, 1);
}

.scroll-up:before {
    position: absolute;
    top: calc(70% - 8px);
    left: calc(50% - 6px);
    transform: rotate(134deg);
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}


/**Sidenav Mobile Menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 11000;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 111);
    background-color: #f4f7f6;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: all .15s;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 15px 12px 12px 32px;
    text-decoration: none;
    font-size: 13px;
    width: 280px;
    color: #202121;
    display: block;
    border-bottom: 1px solid #E6EAEA;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.2s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #49c5b6;
    background-color: white;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    color: black;
    font-size: 24px;
    margin-left: 50px;
}

.sidenav .closebtn a:hover {
    background-color: transparent;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}


/* Hide Show */

.show {
    display: block !important;
}

.hidepc {
    visibility: hidden;
}

.nopc {
    display: none;
}

:root {
    --gutter: 20px;
}

.imgmax300 {
    width: 265px;

    display: block;
    height:165px;
    object-fit: cover;
}

.hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: repeat(150, calc(25% - var(--gutter) * 2));
    grid-template-rows: minmax(150px, 1fr);
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter));
    transition: transform .4s ease-in;
}

ul {
    list-style: none;
    padding: 0;
}

.hs > li,
.item {
    scroll-snap-align: center;
    /*
    padding: calc(var(--gutter) / 2 * 1.5);

     */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}

.pl40-mobile-no {
    padding-left: 40px;
}

.fixcolumn-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.mncenter {
    justify-content: center;
    text-align: center;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.fadeout {
    -webkit-animation-name: fadeout;
    -webkit-animation-duration: 1s;
    animation-name: fadeout;
    animation-duration: 1s;
}

@-webkit-keyframes fade {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}


/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.mh50 {
    min-height: 50px;
}

.circle-icon {
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, .12);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin-bottom: 22px;
    padding: 22px;
}

.thumbs {
    width: 70px;
    height: auto;
    cursor: pointer;
}

#singleimage {
    width: 100%;
    max-width: 580px;
    display: block;
}

.thumbnails {
    width: 100%;
    flex-wrap: wrap;
    max-width: 580px;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.text-right-m-center {
    text-align: right;
}

.logo {
    max-width: 200px;
}

.greennumber {
    font-size: 2.2rem;
    color: #64ddbb;
    padding-left: 10px;
    padding-right: 10px;
}

.nom {
    display: none
}

/* Blog start */

#blog h2 {
    font-size: 1.5rem;
}

.card-text {
    color: #656565;
    line-height: 24px;
    font-size: 16px;
}


.soc {

    display: inline-block;
    color: #656565;
    font-weight: bold;
    font-size: 16px;
    z-index: 10;

}

.card-link {
    color: #34495e;
}

.card-link:hover {
    color: black;

}

.categ-link {
    color: #34495e;
    padding: 10px;
    border-bottom: #0c5460 dotted 1px;
}

.categ-link:hover {
    color: #00cd9a;

}

.blogbtn {
    height: 42px;
    width: 165px;
    border-radius: 4px;
    border: none;
    background-color: #00cd9a;
    margin-top: 29px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-right: 0;
    cursor: pointer;
    margin-bottom: 10px
}

.blogbtn:hover {


    background-color: #049f79;

}

.hr {
    border-bottom: solid 3px #00cd9a;
    width: 55px;
}

.tags {
    padding: .5rem 1.4rem;
    background-color: #00cd9a;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.tags:hover {
    background-color: #049f79;
}

.footer-link {
    color: #34495e;
    padding: 10px;
    border-bottom: #0c5460 dotted 1px;

}

.imgcontainer {

    width: 100%;
    object-fit: cover;

}

.articlerow {

    margin: 15px 0 40px;
    padding: 10px 0;
    border-top: 1px solid #dad6d1;

    border-bottom: 1px solid #dad6d1;

}

.article {

    display: block;
    max-width: 100%;
    line-height: 30px;
    color: #34495e;
    text-align: left;
    word-wrap: break-word;

}

#article p {
    line-height: 2 !important;
}

#article h2 {

    font-size: 1.5rem;
    font-weight: 500;
}

#article img {


    height: auto;
    display: block;
    max-width:699px;
    display:block;
    margin-top:20px;
    margin-bottom:20px;
}

ul {
    list-style-type: square;
}
ul li {
    list-style-type: square;
    margin-left:30px;
}
/* Blog end */

.facc {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    color: #34495e;
    font-weight: 500;
}

.accordion1 {

    color: #34495e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;

    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    transition: 0.4s;
}

.active, .accordion1:hover {
    background-color: #eee;
}

.accordion1:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel1 {
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    transition: max-height 0.2s ease-out;
}

.faqform{
    max-width:400px;
    width:100%;
}

.offerbox{
    color:
            #34495e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: 0.4s;
    display: inline-block;
    background-color: #f5f5f5;
    margin-bottom: 0;

    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;

}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 650px;
    overflow: auto;
}
.offerbox:hover{
    background-color: #eef5f9;
}

@media only screen and (max-width: 92rem) {
    #hero {
        height: 600px;
    }
    #article img {

        width:100%;
        height: auto;
        display: block;

        display:block;
        margin-top:20px;
        margin-bottom:20px;
    }

    .hero-fg-img {
        width: 100%;
        max-width: 550px;
    }

    .cover {
        height: 600px;
    }

    .hero-title {
        max-width: 650px;
        margin-left: 55.33333333%;
    }

    .hero-slogans-inner {
        font-size: 30px;
        line-height: 1.5;
    }

    .nom {
        display: none
    }

    .mediumcenter {
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (max-width: 72rem) {
    ::-webkit-scrollbar {
        display: none;
    }
    .faqform{
        max-width:300px;
        width:100%;
    }
    #article img {

        width:100%;
        height: auto;
        display: block;

        display:block;
        margin-top:20px;
        margin-bottom:20px;
    }

    .hero-fg-img1 {
        width: 100%;
        max-width: 550px;
    }

    .hero-title1 {
        width: 100%;
        max-width: 550px;
        margin-bottom: 50px;
        margin-top: 80px;
    }

    .hero {
        position: absolute;
        bottom: 0
    }

    .nomobile {
        display: none
    }

    .onmobile {
        display: block !important;
    }

    .logo {
        position: absolute;
        top: 0px;
        max-width: 180px;
    }
}

@media only screen and (max-width: 55rem) {
    ::-webkit-scrollbar {
        display: none;
    }

    #hero {
        height: 600px;
    }

    .hero-fg-img1 {
        width: 100%;
        max-width: 550px;
    }

    .hero-title {
        max-width: 550px;
        margin-top: 180px;
        margin-left: auto;
    }

    .hero {
        position: absolute;
        bottom: 0
    }

    .cover {
        height: 600px;
    }

    .hero-slogans-inner {
        font-size: 20px;
        line-height: 1.5;
    }

    .logo {
        position: absolute;
        top: 0px;
        max-width: 180px;
    }

    .greennumber {
        font-size: 1.5rem;
    }

    .nomobile {
        display: none
    }

    .card {
        flex: 0 1 100%;
    }

    .mncenter {
        justify-content: left;
        text-align: left;
    }

    .hs {
        grid-template-columns: repeat(150, calc(75% - var(--gutter) * 2));
    }

    .text-right-m-center {
        text-align: center;
    }

    .onmobile {
        display: block !important;
    }

    .pl40-mobile-no {
        padding-left: 0px;
    }

    .thumbnails {
        overflow-x: scroll;
    }
}