@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html, body {
height: auto !important;
overflow-y: visible !important;
} body {
background: #fff;
color: #000000 !important;
font-family: "Montserrat", sans-serif !important;
overflow-x: hidden;
font-weight: 400 !important;
}
a {
color: #1dc8cd;
transition: 0.5s; text-decoration: none !important;
}
a:hover, a:active, a:focus {
color: #1dc9ce;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
} .back-to-top {
position: fixed;
display: none;
background: linear-gradient(45deg, #318e46, #89c352);
color: #fff;
padding: 2px 20px 8px 20px;
font-size: 16px;
border-radius: 4px 4px 0 0;
right: 15px;
bottom: 0;
transition: none;
}
.back-to-top:focus {
background: linear-gradient(45deg, #89c352, #318e46);
color: #fff;
outline: none;
}
.back-to-top:hover {
background: #89c352;
color: #fff;
} #header {
padding: 27px 0;
height: 115px;
position: fixed;
left: 0;
top: 0;
right: 0;
transition: all 0.5s;
z-index: 997;
background: #fff;
}
#header #logo {
float: left;
}
#header #logo h1 {
font-size: 36px;
margin: -4px 0 0 0;
padding: 0;
line-height: 1;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-weight: 300;
letter-spacing: 3px;
text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
color: #fff;
}
#header #logo img {
padding: 0;
margin: 0;
width: 250px;
}
@media (max-width: 768px) {
#header #logo h1 {
font-size: 28px;
margin-top: 0;
}
#header #logo img {
max-height: 40px;
height: auto !important;
}
}
#header.header-fixed {
background: #fff;
padding: 20px 0;
height: 82px;
transition: all 0.5s; box-shadow: 1px 1px 10px 1px #ddd;
}
#header.header-fixed #logo img{ width: 180px; height: auto !important}
#header.header-fixed .nav-menu a{ font-size: 16px;}
#header.header-fixed .demo-btn a{font-size: 22px !important; line-height: 20px;} #intro {
width: 100%;
height: 100vh; position: relative; padding-top: 115px;
}
@media (min-width: 1024px) {
#intro {
background-attachment: fixed;
}
}
#intro .intro-text {
position: absolute;
left: 0;
top: 60px;
right: 0;
height: calc(50% - 60px);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
}
#intro h2 {
margin: 30px 0 10px 0;
padding: 0 15px;
font-size: 48px;
font-weight: 400;
line-height: 56px;
color: #fff;
}
@media (max-width: 768px) {
#intro h2 {
font-size: 28px;
line-height: 36px;
}
}
#intro p {
color: #fff;
margin-bottom: 20px;
padding: 0 15px;
font-size: 24px;
}
@media (max-width: 768px) {
#intro p {
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
}
}
#intro .btn-get-started {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 28px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}
#intro .btn-get-started:hover {
color: #1dc8cd;
background: #fff;
}
#intro .product-screens {
position: absolute;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
text-align: center;
width: 100%;
height: 50%;
}
#intro .product-screens img {
box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}
#intro .product-screens .product-screen-1 {
position: absolute;
z-index: 30;
left: calc(50% + 54px);
bottom: 0;
top: 30px;
}
#intro .product-screens .product-screen-2 {
position: absolute;
z-index: 20;
left: calc(50% - 154px);
bottom: 0;
top: 90px;
}
#intro .product-screens .product-screen-3 {
position: absolute;
z-index: 10;
left: calc(50% - 374px);
bottom: 0;
top: 150px;
}
@media (max-width: 767px) {
#intro .product-screens .product-screen-1 {
position: static;
padding-top: 30px;
}
#intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
display: none;
}
}  .nav-menu, .nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.nav-menu li {
position: relative;
white-space: nowrap;
}
.nav-menu > li {
float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
display: block;
}
.nav-menu ul ul {
top: 0;
left: 100%;
}
.nav-menu ul li {
min-width: 180px;
} .sf-arrows .sf-with-ul {
padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
content: "\f107";
position: absolute;
right: 15px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
content: "\f105";
} #nav-menu-container {
float: right;
margin: 0;
}
@media (max-width: 768px) {
#nav-menu-container {
display: none;
}
} .nav-menu a {
padding: 10px 8px 10px 8px;
text-decoration: none;
display: inline-block;
color: #000;
font-weight: 600;
font-size: 20px;
outline: none; 
text-transform: uppercase;
}
.nav-menu a:hover{ color: #278a45;}
.nav-menu > li {
margin-left: 15px;
}
.nav-menu ul {
margin: 4px 0 0 0;
padding: 10px;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
background: #fff;
}
.nav-menu ul li {
transition: 0.3s;
}
.nav-menu ul li a {
padding: 10px;
color: #333;
transition: 0.3s;
display: block;
font-size: 13px;
text-transform: none;
}
.nav-menu ul li:hover > a {
color: #1dc8cd;
}
.nav-menu ul ul {
margin: 0;
} #mobile-nav-toggle {
position: fixed;
right: 0;
top: 0;
z-index: 999;
margin: 16px 20px 0 0;
border: 0;
background: none;
font-size: 24px;
display: none;
transition: all 0.4s;
outline: none;
cursor: pointer;
}
#mobile-nav-toggle i {
color: #000;
}
@media (max-width: 768px) {
#mobile-nav-toggle {
display: inline;
}
} #mobile-nav {
position: fixed;
top: 0;
padding-top: 18px;
bottom: 0;
z-index: 998;
background: #000;
left: -260px;
width: 260px;
overflow-y: auto;
transition: 0.4s;
}
#mobile-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#mobile-nav ul li {
position: relative; padding: 0 20px; width: 100%;
margin: 0;
}
#mobile-nav ul li a {
color: #fff;
font-size: 16px;
overflow: hidden;
padding: 10px 22px 10px 15px;
position: relative;
text-decoration: none;
width: 100%;
display: block;
outline: none; border-top: 1px solid #fff; border-radius: 20px;  margin-bottom: 5px; font-weight: 400;
}
#mobile-nav ul li a:hover {
color: #fff;
}
#mobile-nav ul li li {
padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
position: absolute;
right: 0;
z-index: 99;
padding: 15px;
cursor: pointer;
color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
color: #1dc8cd;
}
#mobile-nav ul .menu-item-active {
color: #1dc8cd;
}
#mobile-body-overly {
width: 100%;
height: 100%;
z-index: 997;
top: 0;
left: 0;
position: fixed;
background: rgba(52, 59, 64, 0.9);
display: none;
} body.mobile-nav-active {
overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
color: #fff;
}  .section-header .section-title {
font-size: 32px;
color: #111;
text-align: center;
font-weight: 400;
}
.section-header .section-description {
text-align: center;
padding-bottom: 40px;
color: #777;
font-style: italic;
}
.section-header .section-divider {
display: block;
width: 60px;
height: 3px;
background: #1dc8cd;
background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
margin: 0 auto;
margin-bottom: 20px;
} .section-bg {
background: #f8f8f8;
} #about {
padding: 60px 0;
overflow: hidden;
}
#about .about-img {
height: 510px;
overflow: hidden;
}
#about .about-img img {
margin-left: -15px;
max-width: 100%;
}
@media (max-width: 768px) {
#about .about-img {
height: auto;
}
#about .about-img img {
margin-left: 0;
padding-bottom: 30px;
}
}
#about .content .h2 {
color: #333;
font-weight: 300;
font-size: 24px;
}
#about .content h3 {
color: #777;
font-weight: 300;
font-size: 18px;
line-height: 26px;
font-style: italic;
}
#about .content p {
line-height: 26px;
}
#about .content p:last-child {
margin-bottom: 0;
}
#about .content i {
font-size: 20px;
padding-right: 4px;
color: #1dc8cd;
}
#about .content ul {
list-style: none;
padding: 0;
}
#about .content ul li {
padding-bottom: 10px;
} #features {
background: #fff;
padding: 60px 0 0 0;
overflow: hidden;
}
#features .features-img {
text-align: center;
padding-top: 20px;
}
@media (min-width: 769px) {
#features .features-img {
padding-top: 120px;
margin-top: -200px;
}
}
#features .features-img img {
max-width: 100%;
}
#features .box {
margin-bottom: 15px;
text-align: center;
}
#features .icon {
margin-bottom: 10px;
}
#features .icon i {
color: #666666;
font-size: 40px;
transition: 0.5s;
}
#features .icon i:before {
background: #1dc8cd;
background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#features .title {
font-weight: 300;
margin-bottom: 15px;
font-size: 22px;
}
#features .title a {
color: #111;
}
#features .description {
font-size: 14px;
line-height: 24px;
margin-bottom: 10px;
}
#features .section-description {
padding-bottom: 10px;
} #advanced-features {
overflow: hidden;
}
#advanced-features .features-row {
padding: 60px 0 30px 0;
}
#advanced-features h2 {
font-size: 26px;
font-weight: 700;
color: #000;
}
#advanced-features h3 {
font-size: 16px;
line-height: 24px;
font-weight: 400;
font-style: italic;
color: #999;
}
#advanced-features p {
line-height: 24px;
color: #777;
margin-bottom: 30px;
}
#advanced-features i {
color: #666666;
font-size: 64px;
transition: 0.5s;
float: left;
padding: 0 15px 0px 0;
line-height: 1;
}
#advanced-features i:before {
background: #1dc8cd;
background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#advanced-features .advanced-feature-img-right {
max-width: 100%;
float: right;
padding: 0 0 30px 30px;
}
#advanced-features .advanced-feature-img-left {
max-width: 100%;
float: left;
padding: 0 30px 30px 0;
}
@media (max-width: 768px) {
#advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
max-width: 50%;
}
}
@media (max-width: 767px) {
#advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
max-width: 100%;
float: none;
padding: 0 0 30px 0;
}
} #call-to-action {
overflow: hidden;
background: linear-gradient(rgba(14, 27, 37, 0.9), rgba(14, 27, 37, 0.9)), url(//www.dismanto.com/wp-content/themes/dismento/img/call-to-action-bg.jpg) fixed center center;
background-size: cover;
padding: 80px 0;
}
#call-to-action .cta-title {
color: #fff;
font-size: 28px;
font-weight: 700;
}
#call-to-action .cta-text {
color: #fff;
}
@media (min-width: 769px) {
#call-to-action .cta-btn-container {
display: flex;
align-items: center;
justify-content: flex-end;
}
}
#call-to-action .cta-btn {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 30px;
border-radius: 25px;
transition: background 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}
#call-to-action .cta-btn:hover {
background: #1dc8cd;
border: 2px solid #1dc8cd;
} #contact {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
padding: 60px 0;
overflow: hidden;
}
#contact .contact-about h3 {
font-size: 36px;
margin: 0 0 10px 0;
padding: 0;
line-height: 1;
font-family: "Montserrat", sans-serif;
font-weight: 300;
letter-spacing: 3px;
text-transform: uppercase;
color: #1dc8cd;
}
#contact .contact-about p {
font-size: 14px;
line-height: 24px;
font-family: "Montserrat", sans-serif;
color: #888;
}
.social-links {
padding-bottom: 0px;
}
.social-links a {
font-size: 24px;
display: inline-block;
background: #fff;
color: #424242;
line-height: 1;
padding: 10px 0;
margin-left: 5px;
border-radius: 50%;
text-align: center;
width: 46px;
height: 46px;
transition: 0.3s;
}
.social-links a:hover {
background: #5ea54d;
color: #fff;
}
#contact .info {
color: #333333;
}
#contact .info i {
font-size: 32px;
color: #1dc8cd;
float: left;
line-height: 1;
}
#contact .info p {
padding: 0 0 10px 42px;
line-height: 28px;
font-size: 14px;
}
#contact .form #sendmessage {
color: #1dc8cd;
border: 1px solid #1dc8cd;
display: none;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#contact .form #errormessage {
color: red;
display: none;
border: 1px solid red;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
display: block;
}
#contact .form .validation {
color: red;
display: none;
margin: 0 0 20px;
font-weight: 400;
font-size: 13px;
}
#contact .form input, #contact .form textarea {
border-radius: 10px;
box-shadow: none;
font-size: 18px;
padding:15px 20px;
-moz-box-shadow: 0 0 5px 2px #ddd;
-webkit-box-shadow: 0 0 5px 2px#ddd;
box-shadow: 0 0 5px 2px #ddd;
}
#contact .form input[type="submit"] {
background: -moz-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#318e46",endColorstr="#89c352",GradientType=1) !important;
font-size: 22px !important; line-height: 24px; color: #fff !important; font-weight: 700 !important; 
padding: 17px 30px !important; border-radius: 10px; box-shadow: 2px 2px 15px #ddd; border: 0; margin-top: 10px;
}
#contact .form input[type="submit"]:hover {
cursor: pointer; background: rgb(128,188,81) !important;
background: -moz-linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
background: linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80bc51",endColorstr="#268a44",GradientType=1) !important; 
} #footer {
background: #424242;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
padding: 30px 0;
color: #fff;
font-size: 16px;
}
#footer .credits {
font-size: 14px;
color: #fff; 
}
#footer .credits a{ color: #fff;}
#footer .credits a:hover{ color: #5ea54d;}
#footer .footer-links a {
color: #666;
padding-left: 15px;
}
#footer .footer-links a:first-child {
padding-left: 0;
}
#footer .footer-links a:hover {
color: #1dc8cd;
} .demo-btn a{
background: rgb(49,142,70) !important;
background: -moz-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#318e46",endColorstr="#89c352",GradientType=1) !important;
font-size: 30px !important; line-height: 30px; color: #fff !important; font-weight: 500 !important; text-transform: uppercase !important;
padding: 10px 20px !important; border-radius: 10px; box-shadow: 2px 2px 15px #ddd;
}
.demo-btn a:hover{background: rgb(128,188,81) !important;
background: -moz-linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
background: linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80bc51",endColorstr="#268a44",GradientType=1) !important;}
.intro-slider-item{ display: flex; align-items: center; height: calc(100vh - 115px);}
.banner-one h1{ font-size: 55px; line-height: 60px; font-weight: 700; color: #fff; margin-bottom: 40px;}
.banner-one .banner-icon-box p{ font-size: 26px; text-transform: uppercase; margin: 0; padding: 0 !important;}
.banner-one .banner-icon-box ul{ display: flex; margin: 0; padding: 0;}
.banner-one .banner-icon-box ul li{ background: #fff; border-radius: 10px; list-style: none; max-width: 180px; margin: 0 10px 0 0; padding: 15px; text-align: center; display: flex; align-items: center;}
.banner-one .banner-icon-box ul li span{ margin-bottom: 10px !important; display: block;}
.banner-one .banner-icon-box ul li p{ color: #000 !important; font-size: 14px !important; font-weight: 600; margin-bottom: 0 !important; text-transform: none !important;}
.banner-one .banner-icon-box img{ display: inline;}
.schedule-demo-btn{ font-size: 24px; color: #338f46; background: #fff; border-radius: 10px; padding: 15px 20px; font-weight: 600; margin-top: 40px; display: inline-block;}
.schedule-demo-btn:hover{ background: #89c352; color: #fff;}
.font44{ font-size: 44px; font-weight: 800; margin: 0 0 20px;}
.font16{font-size: 16px; font-weight: 500; margin: 0 0 20px;}
.font20{font-size: 20px; font-weight: 800; margin: 0 0 20px; color: #2c8d45;}
.font40{font-size: 40px; font-weight: 600; margin: 0;}
.txt-green{ color: #4a9b49;}
.how-it-help{ padding: 50px 0 70px;}
.how-it-help h2{ font-size: 48px; font-weight: 900; color: #000;}
.how-it-help p.desc{ font-size: 16px; font-weight: 500; }
.how-it-help-boxes{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.how-it-help-boxes .how-it-help-item{ background: #fff; padding: 20px 18px; text-align: center; display: flex; align-items: center; width: 30%; border-radius: 10px; border-top: 10px solid #46994b; -moz-box-shadow: 0 0 15px 5px #ddd;
-webkit-box-shadow: 0 0 15px 5px#ddd;
box-shadow: 0 0 15px 5px #ddd; margin-bottom: 30px; justify-content: center; }
.how-it-help-boxes .how-it-help-item span{ margin-bottom: 20px; display: inline-block;}
.how-it-help-boxes .how-it-help-item p{ margin-bottom: 0; font-size: 16px; font-weight: 500;}
.how-it-help-boxes .how-it-help-item:hover{
background: rgb(49,142,70) !important;
background: -moz-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#318e46",endColorstr="#89c352",GradientType=1) !important;
}
.how-it-help-boxes .how-it-help-item:hover span img{ filter: brightness(0) invert(1);;}
.how-it-help-boxes .how-it-help-item:hover p{ color: #fff;}
.talk-to-expert-btn{background: rgb(49,142,70) !important;
background: -moz-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
background: linear-gradient(90deg, rgba(49,142,70,1) 0%, rgba(137,195,82,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#318e46",endColorstr="#89c352",GradientType=1) !important;
font-size: 24px !important; line-height: 24px; color: #fff !important; font-weight: 800 !important; 
padding: 10px 20px !important; border-radius: 10px; box-shadow: 2px 2px 15px #ddd;}
.talk-to-expert-btn:hover{background: rgb(128,188,81) !important;
background: -moz-linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
background: -webkit-linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
background: linear-gradient(90deg, rgba(128,188,81,1) 0%, rgba(38,138,68,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80bc51",endColorstr="#268a44",GradientType=1) !important;}
.dismantling-process{padding: 50px 0 50px; text-align: center;}
.dismantling-process h2{ font-size: 46px; font-weight: 800; color: #000; margin-bottom: 30px;}
.dismantling-process h2 span{ font-size: 40px; font-weight: 600; color: #2a8c45;}
.quotes{ border: 2px solid #fff; border-radius: 10px; position: relative; padding:70px 100px 50px; color: #fff;}
.quotes:before{ content: ''; position: absolute; background: url(//www.dismanto.com/wp-content/themes/dismento/img/quotes-left-icon.png) left top no-repeat; width: 79px; height: 79px; left: 100px; top: -40px;}
.quotes::after{content: ''; position: absolute; background: url(//www.dismanto.com/wp-content/themes/dismento/img/quotes-right-icon.png) left top no-repeat; width: 79px; height: 79px; right: 100px; bottom: -35px;}
.quotes p{ font-size: 26px; line-height: 34px; font-weight: 500; margin-bottom: 50px; margin-top: 30px; display: flex;}
.quotes p span{font-size: 70px; line-height: 70px; font-weight: 700; margin-right: 20px;}
.source{ text-align: right; font-size: 20px !important; font-style: italic; font-weight: 700; display: block !important; margin-bottom: 10px !important;}
.solution-highlights{ padding: 0;}
.how-it-help-boxes.sh .how-it-help-item{ width: 23%; border-top: 0; padding: 30px 18px; background: #f0f9f4;}
.how-it-help-boxes.sh .how-it-help-item p{  font-weight: 600;}
.how-it-help-boxes.sh .how-it-help-item span img{ max-width: 80px;}
.solution-highlights .how-it-help { padding: 50px 0 70px;}
.future-dismantling-business .how-it-help { padding: 50px 0 70px;}
.future-dismantling-business-box{ display: flex; justify-content: space-between; margin-top: 50px;}
.future-dismantling-business-box div{ width: 50%;}
.future-dismantling-business-box ul { margin: 0 0 30px; padding: 0; }
.future-dismantling-business-box ul li { margin: 0 0 15px; padding:0 0 0 25px; list-style: none; font-size: 22px; line-height: normal; font-weight: 500; color: #050505; position: relative;}
.future-dismantling-business-box ul li::before{ position: absolute; left: 0; top: 4px; content: ''; background: url(//www.dismanto.com/wp-content/themes/dismento/img/arrow-green.png) left top no-repeat; width: 11px; height: 18px;}
.contributing-economy-cnt{ display: flex; justify-content: space-between; padding: 10px 0;}
.contributing-economy-cnt h2{font-size: 48px; font-weight: 900; color: #000;}
.contributing-economy-cnt h3{font-size: 24px; font-weight: 500; color: #000;}
.contribute-left{ width: 60%; padding-right: 50px;}
.contribute-right{ width: 40%; text-align: right;}
.being-part{ display: flex; justify-content: space-between;}
.being-part ul{ margin: 0; padding: 0; font-weight: 500;}
.being-part ul li{ margin: 0; padding: 0 0 15px; list-style: none; position: relative;}
.being-part ul li:before{ content: ''; position: absolute; left: 30px; bottom: 0; width: 2px; height: 15px; background: #000;}
.being-part ul li:last-child::before{ display: none;}
.being-part ul li span{ margin-right: 10px;}
.being-part p{font-size: 44px; font-weight: 800; color: #000;}
.being-part p span{ color: #5ea54d;}
#contact{ text-align: center; box-shadow: none;}
#contact h2{font-size: 46px; font-weight: 800; color: #000;  text-align: center;}
.form-control:focus{border-color: #5ea54d;}
.footer-social-links{ display: flex; justify-content: space-between;}
.talk-to-team{ padding: 0 10%;}
.office-address-box{ background: #5ea54d; padding: 30px; border-radius: 10px; display: flex; justify-content: space-between; margin-top: -240px; margin-bottom: 30px;}
.office-addressess{ display: flex;}
.office-addressess .office-address{ width: 50%;}
.office-addressess .office-address a{ color: #fff;}
.head-office{ width: 70%;}
.global-office{ width: 50%;}
#footer{ margin-top: 210px;}
.footer-country ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0;}
.footer-country ul li { list-style: none; width: 33.33%; margin: 5px 0;}
.footer-country ul li a { color: #fff; cursor: inherit; pointer-events: none;}
.footer-country ul li a img { max-width: 35px !important; margin-right: 5px;}
a.btn.btn-yellow.btn-contactUs { width: 100%; max-width: 220px; text-transform: capitalize; font-weight: 400; border: 1px solid #fff; background: transparent; color: #fff;}
a.btn.btn-yellow.btn-contactUs:hover{ background: #fff; color: #000;}
.sliderContainer { position: relative;  margin: 0 auto;}
.slider { width: 100%; margin: 0;}
.banner-bg { width: 100%; height: calc(100vh - 115px); position: absolute; left: 0; right: 0; top: 0;  z-index: 1; display: flex !important; align-items: center; padding: 0;}
.banner1 { background:#369348 url(//www.dismanto.com/wp-content/themes/dismento/img/banner1.png) right center no-repeat !important; background-size: cover; }
.slick-track {  height: calc(100vh - 115px); background-size: cover;}
.slick-slide {  align-items: center; display: flex !important; position: relative;}
.content-container { position: relative; z-index: 9;}
.slick-dots{ bottom: 20px;}
.slick-dots li.slick-active button{ background: #e5dede; border-radius: 10px;}
.slick-dots li.slick-active button:before { color: #e5dede;}
.slick-dots li button:before { display: none;}
.slick-dots li button{ border-radius: 10px; border: 3px solid #e5dede;}
.slick-dotted.slick-slider { margin-bottom: 0;}
h3{ font-size: 24px !important; font-weight: 500 !important;}
.banner-one{width: 50%;}
.banner-one-img{width: 50%; text-align: right;}
.banner-two{ width: 45%;}
.banner-two-img{width: 55%;text-align: right;}
.banner-two h1{font-size: 54px; line-height: 60px; font-weight: 700; color: #000; margin-bottom: 40px;}
.banner-two h2{ font-size: 30px !important; line-height: 40px !important; font-weight: 500 !important; color: #000 !important; margin-bottom: 40px; padding: 0 !important;}
.banner-three{ width: 45%;}
.banner-three-img{width: 55%;text-align: right;}
.banner-three h1{font-size: 60px; line-height: 60px; font-weight: 700; color: #000; margin-bottom: 40px;}
.banner-three h2{ font-size: 30px !important; line-height: 30px; font-weight: 500 !important; color: #000 !important; margin-bottom: 40px; padding: 0 !important;}
.banner1{
background: rgb(38,138,68);
background: -moz-linear-gradient(90deg, rgba(38,138,68,1) 0%, rgba(128,188,81,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(38,138,68,1) 0%, rgba(128,188,81,1) 100%);
background: linear-gradient(90deg, rgba(38,138,68,1) 0%, rgba(128,188,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#268a44",endColorstr="#80bc51",GradientType=1);
}
.banner2 .schedule-demo-btn, .banner3 .schedule-demo-btn{ background: rgb(38,138,68);
background: -moz-linear-gradient(90deg, rgba(38,138,68,1) 0%, rgba(128,188,81,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(38,138,68,1) 0%, rgba(128,188,81,1) 100%);
background: linear-gradient(90deg, rgba(38,138,68,1) 0%, rgba(128,188,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#268a44",endColorstr="#80bc51",GradientType=1); color: #fff; }
.banner2, .banner3{border-bottom: 1px solid #ddd;}
.wpcf7-not-valid-tip { color: #dc3232; font-size: 13px !important; font-weight: normal; display: block; text-align: left;}
.wpcf7 form .wpcf7-response-output { font-size: 14px !important;}
.talk-to-team .text-right .wpcf7-spinner{ display: none;}
.modal-body #contact{ padding: 0;}
.modal-body #contact .talk-to-team{ padding: 0;}
.modal-body #contact h2 {font-size: 30px;}
#contact .form .validation{ text-align: left;}
.modal-header h5{ border-bottom: 0; font-weight: 700; font-size: 24px; width: 100%; text-align: center;}
.policy-doc{ padding: 140px 0 0; }
.policy-doc h2{ font-size: 34px !important; font-weight: 700;}
.policy-doc h3{ font-size: 19px !important; font-weight: 600 !important; margin-bottom: 10px !important;}
.policy-doc h4{ font-size: 18px !important; font-weight: 600 !important;}
.policy-doc a{ color: #2c8d45; font-weight: 500; text-decoration: underline !important;}
.cf7_text_captcha{
width: 300px;
border: 0;
margin: 0 0 10px;
outline:none;
}
.captchaImageContainer{
margin: 0 0 10px 0;
}
.cf7_text_captcha:focus, .cf7_text_captcha:focus-visible {
border: 1px solid #5ea54d !important;
}
.talk-to-team p{
margin: 0 0 10px 0;
}
.talk-to-team .desc{
margin: 0 0 30px 0;
}
@media (min-width: 1400px){
.container {
max-width: 1360px;
}
}
@media (max-width: 1399px) {
#header {height: 108px;}
#header #logo a img{ width: 200px !important; height: auto !important;}
.nav-menu a{ font-size: 18px;}
.demo-btn a{font-size: 26px !important; line-height: 24px;}
.font44 { font-size: 36px;}
.font40 { font-size: 33px;}
.how-it-help h2 { font-size: 42px;}
.logo-img img{ max-width: 300px; height: auto !important;}
.dismantling-process h2 { font-size: 38px;}
.dismantling-process h2 span { font-size: 38px;}
.quotes p span { font-size: 60px;}
.quotes p {font-size: 24px;}
.future-dismantling-business-box ul li{ font-size: 20px;}
.contributing-economy-cnt h2 { font-size: 42px;}
.contributing-economy-cnt h3 { font-size: 22px !important;}
.being-part p { font-size: 35px;}
.being-part ul li span img{ width: 55px;}
.being-part ul li span { margin-right: 5px;}
#contact h2 { font-size: 42px;}
#contact .form input[type="submit"]{ font-size: 20px !important; padding: 15px 30px !important;} .banner-one h1, .banner-two h1, .banner-three h1 { font-size: 42px; line-height: 50px; margin-bottom: 20px;}
.banner-two { width: 47%;}
.banner-two-img { width: 53%;}
#intro{ padding-top: 108px;}
.banner-bg{ height: calc(100vh - 108px);}
.slick-track { height: calc(100vh - 108px);}
#intro p { font-size: 20px;}
.banner-one .banner-icon-box ul li{ max-width: 170px;}
.schedule-demo-btn { font-size: 20px; padding: 12px; margin-top: 30px;}
.contribute-right{ padding-top: 50px;}
.blog-post .thumb-cnt a img{min-height: 216px !important ;}
.blog-post .thumb-cnt a span{font-size: 18px !important; }
.thumb-cnt .thumb{width:30% !important;}
}
@media (max-width: 1199px) {
#header { height: 100px;}
#header #logo a img { width: 170px !important; height: auto;}
.font44 { font-size: 32px;}
.font20 { font-size: 18px;}
.font40 { font-size: 32px;}
.how-it-help h2 { font-size: 36px;}
.logo-img img{ max-width: 260px; height: auto !important;}
.dismantling-process h2 { font-size: 36px;}
.dismantling-process h2 span {font-size: 36px;}
.quotes { padding: 40px 100px 50px;}
.quotes p span { font-size: 50px;}
.quotes p { font-size: 22px; line-height: 30px; margin-bottom: 35px;}
.quotes::after, .quotes:before { width: 60px; height: 60px; background-size: cover; bottom: -26px;}
.quotes:before{ top: -32px;}
.how-it-help-boxes .how-it-help-item span img{ max-width: 90px;}
.future-dismantling-business-box ul li { font-size: 18px;}
.talk-to-expert-btn{font-size: 20px !important; line-height: 20px;}
.contributing-economy-cnt h2 { font-size: 36px;}
.contributing-economy-cnt h3 { font-size: 20px !important;}
.being-part p { font-size: 25px;}
.being-part ul li span img { width: 45px;}
.being-part ul li:before { left: 20px;}
.being-part ul li{ font-size: 14px;}
.contributing-economy-cnt{padding: 0;}
#contact h2 { font-size: 36px;}
.talk-to-team { padding: 0 6%;}
#contact .form input, #contact .form textarea{ font-size: 16px;}
#contact .form input[type="submit"] { font-size: 18px !important; padding: 12px 30px !important;}
h3 { font-size: 20px;}
.font16 { font-size: 14px;}
.footer-country ul li { margin: 4px 0; font-size: 13px;}
.footer-country ul li a img { margin-right: 2px; max-width: 32px !important;}
.social-links a { font-size: 20px; padding: 8px 0; width: 35px; height: 35px; margin-left: 0;}
.copyright{ font-size: 15px;}
#contact { padding: 60px 0 40px;} .banner-one h1, .banner-two h1, .banner-three h1 { font-size: 36px; line-height: 42px;}
.banner-two h2, .banner-three h2 { font-size: 26px !important; line-height: 36px !important;}
#intro p { font-size: 18px;}
#intro{ padding-top: 100px;}
.banner-bg{ height: calc(100vh - 100px);}
.slick-track { height: calc(100vh - 100px);}
.banner-one .banner-icon-box ul li p{ font-size: 12px !important;}
.banner-one .banner-icon-box ul li{ max-width: 140px;}
.schedule-demo-btn { font-size: 18px; padding: 8px 15px; margin-top: 30px;}
.banner-one{ background: rgba(2, 107, 33, 0.7); padding: 20px;}
.blog-post .thumb-cnt a img{min-height: 173px !important ;}
}
@media (max-width: 991px) {
#header { height: 70px; padding: 15px 0;}
#header.header-fixed{ height: 70px; padding: 15px 0;}
#about { padding: 40px 0;}
.font44 { font-size: 28px;}
.logo-img img { max-width: 215px; height: auto !important;}
.font20 { font-size: 16px;}
.font40 { font-size: 28px;}
.how-it-help { padding: 40px 0 50px;}
.how-it-help-boxes .how-it-help-item { padding: 20px 10px; width: 31%;}
.how-it-help-boxes .how-it-help-item p { font-size: 14px;}
.dismantling-process { padding: 40px 0 40px;}
.dismantling-process h2 { font-size: 33px;}
.dismantling-process h2 span {font-size: 33px;}
#call-to-action{ padding: 60px 0;}
.quotes { padding: 40px 60px 50px;}
.quotes p span { font-size: 40px; line-height: 40px;}
.quotes p { font-size: 17px; line-height: 22px; margin-bottom: 30px;}
.source { font-size: 16px !important;}
.solution-highlights .how-it-help{ padding: 40px 0 50px;}
.how-it-help-boxes .how-it-help-item span img {max-width: 70px;}
.how-it-help-boxes.sh .how-it-help-item p { font-size: 14px;}
.how-it-help-boxes.sh .how-it-help-item{ margin-bottom: 0; padding: 20px 18px;}
.talk-to-expert-btn { font-size: 18px !important;}
.future-dismantling-business .how-it-help {padding: 40px 0 50px;}
.future-dismantling-business-box .mt-5{ margin-top: 30px !important;}
.how-it-help h2 { font-size: 28px;}
.future-dismantling-business-box ul li { font-size: 16px;}
.contributing-economy-cnt { padding: 0;}
.contributing-economy-cnt h2 { font-size: 28px;}
.contributing-economy-cnt h3 { font-size: 18px !important;}
.contribute-left { padding-right: 20px;}
.being-part p { font-size: 17px;}
.being-part ul li span img { width: 40px; }
.being-part ul li { padding: 0 0 8px;}
.being-part ul li:before {height: 8px;}
#contact { padding: 30px 0 40px;}
.office-address-box{ flex-wrap: wrap;}
.head-office { width: 100%;}
.global-office { width: 100%; margin-top: 30px; border-top: 1px solid #6ab558;  padding-top: 20px;}
.font16 { font-size: 16px;}
.footer-country ul li { font-size: 14px;}
.footer-country ul li a img { margin-right: 5px; max-width: 35px !important;}
.copyright { font-size: 13px; text-align: left;}
#footer .credits { font-size: 13px; text-align: left;}
.social-links span{ display: block;}
#footer{ font-size: 14px;}
.social-links a { font-size: 18px; padding: 7px 0; width: 30px; height: 30px;}
.nav-menu a { font-size: 16px; padding: 10px 1px 10px 1px;}
.demo-btn a { font-size: 18px !important; line-height: 18px;}
.banner-one { width: 66%;}
.banner-one-img { width: 44%;} .banner-one h1, .banner-two h1, .banner-three h1 { font-size: 30px; line-height: 36px;}
.banner-two h2, .banner-three h2 { font-size: 21px !important; line-height: 28px !important;}
.banner-two, .banner-two-img { width: 50%;}
#intro p { font-size: 16px;}
#intro{ padding-top: 70px;}
.banner-bg{ height: calc(100vh - 70px);}
.slick-track { height: calc(100vh - 70px);}
.banner-one .banner-icon-box ul li p{ font-size: 12px !important; line-height: 18px !important;}
.banner-one .banner-icon-box ul li{ max-width: 130px; padding: 10px;}
.schedule-demo-btn { font-size: 16px;}
.blog-post .thumb-cnt a img{min-height: 134px !important ;}
}
@media (max-width: 767px) {
.font44 { font-size: 24px;}
.logo-img img { max-width: 180px; height: auto !important;}
.font16 { font-size: 15px;}
.font20 { font-size: 15px;}
.font40 { font-size: 24px;}
.how-it-help h2 { font-size: 24px;}
.how-it-help p.desc { font-size: 15px;}
.how-it-help-boxes .how-it-help-item { padding: 20px; width: 100%;}
.how-it-help-boxes .how-it-help-item p { font-size: 15px;}
.how-it-help-boxes .how-it-help-item span img, .how-it-help-boxes.sh .how-it-help-item span img { max-width: 90px;}
.dismantling-process h2 { font-size: 26px;}
.dismantling-process h2 span { font-size: 26px;}
.quotes { padding: 40px 30px 50px;}
.quotes p { font-size: 16px; line-height: 20px;}
.quotes p span {font-size: 35px;line-height: 35px;}
.quotes::after, .quotes:before { width: 40px; height: 40px; bottom: -18px;}
.quotes:before { top: -20px;}
.source { font-size: 15px !important;}
.how-it-help-boxes.sh .how-it-help-item { margin-bottom: 20px; width: 100%;}
.how-it-help-boxes.sh .how-it-help-item p { font-size: 15px;}
.how-it-help-boxes.sh .how-it-help-item:last-child{ margin-bottom: 0;}
.future-dismantling-business-box{ flex-wrap: wrap; margin-top: 20px;}
.future-dismantling-business-box > div{ width: 100%;}
.future-dismantling-business-box ul{ margin-top: 30px;}
.future-dismantling-business-box ul li { font-size: 15px;}
.future-dismantling-business-box ul li::before{ top: 0;}
.fd-1{ order: 2;}
.fd-2{ order: 1;}
.contributing-economy-cnt{ flex-wrap: wrap;}
.contributing-economy-cnt h2 { font-size: 24px;}
.contributing-economy-cnt h3 {font-size: 17px !important;}
.contribute-left { width: 100%;}
.contribute-right { width: 100%; text-align: center; padding-top: 20px; padding-bottom: 20px;}
.being-part p { font-size: 22px;}
.being-part ul li { font-size: 15px;}
p{ font-size: 15px;}
.footer-country ul li { font-size: 15px;}
.talk-to-team { padding: 0;}
.footer-social-links{ margin-top: 20px;}
.banner-bg .container.d-flex{ flex-wrap: wrap; max-width: none;}
.banner-one { width: 100%; order: 2; margin-top: -160px; margin-top: 0;}
.banner-one-img { width: 100%; order: 1; text-align: right;}
.banner-one-img img{ max-width: 200px; display: inline-block;}
.banner-bg { height: auto; position: relative; padding: 50px 0;}
#intro { height: auto;}
.slick-track { height: auto;}
.banner-one h1, .banner-two h1, .banner-three h1 { font-size: 26px; line-height: 35px;}
.banner-two h2, .banner-three h2 { font-size: 20px !important; line-height: 28px !important;}
.banner-bg.banner2{ padding: 50px 18px;}
.banner-two, .banner-three { width: 100%; order: 2; text-align: center; display: block !important;}
.banner-two-img, .banner-three-img { width: 100%; order: 1; text-align: center; margin-bottom: 20px; }
.banner-two-img img, .banner-three-img img{ max-width: 200px; display: inline-block;}
#contact h2 { font-size: 28px;}
.banner-bg.banner2, .banner-bg.banner3{ background: #f9f9f9;}
.slick-slide > div{ width: 100%;}
.schedule-demo-btn { margin-bottom: 20px;}
.banner-one .banner-icon-box ul { justify-content: space-between;}
.banner-one .banner-icon-box ul li { max-width: none; width: 32%; margin-right: 0;}
.banner-one .banner-icon-box ul li p { font-size: 12px !important; line-height: 18px !important;}
.policy-doc { padding: 100px 0 0;}
.policy-doc h2{ font-size: 28px !important; font-weight: 700;}
}
@media (max-width: 575px) {
.banner-one-img{ display: none;}
.banner-one{ margin-top: 0;}
.banner-one h1, .banner-two h1, .banner-three h1 { font-size: 24px; line-height: 32px;}
.banner-two h2, .banner-three h2 { font-size: 18px !important; line-height: 26px !important;}
.quotes p{ display: block;}
.quotes p span{ display: block;}
.being-part{ flex-wrap: wrap;}
.being-part ul{ margin-bottom: 20px; width: 100%;}
.being-part p { width: 100%; text-align: center;}
#contact h2 { font-size: 24px;}
.office-addressess { flex-wrap: wrap;}
.office-addressess .office-address { width: 100%;}
.office-addressess .office-address .address{ margin-top: 20px;}
.footer-country ul li { width: 50%;}
a.btn.btn-yellow.btn-contactUs{ max-width: none;}
.how-it-help-boxes .how-it-help-item span img, .how-it-help-boxes.sh .how-it-help-item span img { max-width: 70px;}
.font40 { font-size: 20px;}
.banner-one .banner-icon-box ul li p { font-size: 10px !important; line-height: 18px !important;}
.contribute-right { padding-top: 10px; padding-bottom: 10px;}
}
.blog-banner{ background: url(//www.dismanto.com/wp-content/themes/dismento/img/blog-banner.jpg) center center no-repeat; height: 519px; background-size: cover; margin-top: 108px; display: flex; align-items: center;}
.blog-banner span{ font-size: 30px; font-weight: 700; color: #fff;}
.blog-banner.details{ height: 300px;}
.blog-post{ padding: 50px 0; display: flex;}
.blog-post .left{ width: 70%; padding-right: 50px;}
.blog-post .right{ width: 30%; background: #fff; border: 1px solid #ddd; border-radius: 5px; padding: 10px;}
.blog-post .big-cnt a{ position: relative; display: block; overflow: hidden;}
.blog-post .big-cnt a img{ width: 100%; transition: all 0.5s;}
.blog-post .big-cnt a span{font-size: 30px; font-weight: 700; color: #fff; position: absolute; bottom: 30px; left: 30px;}
.thumb-cnt{ display: flex; justify-content:flex-start; margin-top: 20px; flex-wrap: wrap;    gap:30px;}
.thumb-cnt .thumb{ width: 31%; margin-bottom: 20px;}
.blog-post .thumb-cnt a{ position: relative; display: block; overflow: hidden;}
.blog-post .thumb-cnt a img{ width: 100%; transition: all 0.5s; min-height:263px;}
.blog-post .thumb-cnt a span{font-size: 20px; font-weight: 700; color: #fff; position: absolute; bottom: 30px; left: 30px;}
.blog-post .left a:hover img{ transform: scale(1.1); transition: all 0.5s;}
.blog-post .right h3.widget_title { margin: 0 0 30px; font-weight: 400; font-size: 18px; line-height: normal; color: #000;}
.blog-post .right .twitterFeed .box { background-color: #fff; border: 1px solid #e0e0e0;}
.blog-post .right .wall { display: block; position: relative;}
.blog-post .right .wall-item {  display: block; margin: 0 0 10px 0; padding: 12px; background: #fff; border-radius: 3px; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
transition: all 220ms;}
.blog-post .right .widget img { max-width: 100%; height: auto;}
.blog-post .right .twitterFeed .box .text { margin: 3% 0; word-break: break-word;}
.blog-post .right .twitterFeed .box .text a {  word-break: break-word;}
.blog-post .right .twitterFeed .box .text a, .twitterFeed .twitterFooter li a { color: #10bde3;}
.blog-post .right .twitterFeed .load-more a { text-align: center; display: inline-block; margin: 20px 0; text-transform: uppercase; background-color: #ed145b;
padding: 10px; color: #fff; font-weight: 600;}
.big-cnt-details h2{ font-weight: 700; color: #278a45; font-size: 2rem;}
.big-cnt-details h4{ font-weight: 500; margin: 0 0 10px; font-size: 18px; padding: 0; color: #278a45;}
.big-cnt-details p{ margin-bottom: 20px;}
.big-cnt-details img{ margin-bottom: 20px; width: 100%;}
.big-cnt-details a{font-weight: 500; color: #278a45;}
.prev, .next, .page-numbers{ border: 1px solid #278a45; font-size: 16px; font-weight: 700; padding: 5px 10px; margin-top: 20px; display: inline-block;}
.prev:hover, .next:hover, .page-numbers:hover{ background: #278a45; color: #fff;}
.page-numbers.current{ background: #278a45; color: #fff;}
@media (max-width: 1199px) {
.blog-banner{ height: 400px;}
.blog-banner span {font-size: 26px;}
.blog-post .big-cnt a span { font-size: 24px;}
.blog-post .thumb-cnt a span { font-size: 16px; left: 10px;}
.blog-banner img{ max-width: 200px;}
.big-cnt-details h2{ font-size: 24px;}
}
@media (max-width: 991px) {
.blog-banner{ margin-top: 70px; height: 300px;}
.blog-post .left { padding-right: 20px;}
.blog-post .big-cnt a span { font-size: 18px; left: 15px;}
.blog-post .thumb-cnt a span { font-size: 13px !important; bottom: 10px;}
.blog-banner span { font-size: 22px;}
.blog-banner img{ max-width: 180px;}
.big-cnt-details h2 { font-size: 22px;}
}
@media (max-width: 767px) {
.blog-banner{ height: 250px;}
.blog-banner img{ max-width: 150px;}
.blog-post .left{ width: 100%; padding-right: 0;}
.blog-post .right{ width: 100%;}
.blog-post .container.d-flex{ flex-wrap: wrap;}
.thumb-cnt .thumb{ width: 100% !important; max-height: 250px;}
.blog-post .thumb-cnt a span { font-size: 18px !important; bottom: 30px; left: 30px;}
.big-cnt-details h2 { font-size: 20px;}
.thumb-cnt{gap:0;}
.blog-post .thumb-cnt a img{min-height: auto !important;}
}
.rt-reading-time {
font: bold 13px sans-serif;
color: #278a45;
margin-bottom: 15px;
}
.entry-date{ font-size: 13px !important;}