
body{
   font-size: 16px;
   font-family: 'Poppins', sans-serif;
   color: #313131;
   line-height: 26px;
   }
a:hover{text-decoration: none;}


@font-face {
    font-family: 'Nexa Demo';
    src: url('../fonts/NexaDemo-Light.woff2') format('woff2'),
        url('../fonts/NexaDemo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Demo';
    src: url('../fonts/NexaDemo-Bold.woff2') format('woff2'),
        url('../fonts/NexaDemo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Demo';
    src: url('../fonts/NexaTextDemo-Bold.woff2') format('woff2'),
        url('../fonts/NexaTextDemo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Demo';
    src: url('../fonts/NexaTextDemo-Light.woff2') format('woff2'),
        url('../fonts/NexaTextDemo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaBold.woff2') format('woff2'),
        url('../fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaLight.woff2') format('woff2'),
        url('../fonts/NexaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

header {
  border-top: 5px solid #2c8582;
}

.header-top{padding: 15px 0;}

.header-top .navbar-brand{padding: 0; max-width: 200px;}

.theme-top {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #f05539;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-left: 30px;
  line-height: 1.3;

}

.header-whatsapp-icon img {
    max-height: 40px;
}

.header-whatsapp-icon {
    font-size: 22px;
    font-weight: 600;
    color: #2c8582;
}

.header-whatsapp-icon:hover {
    color: #000;
}
.theme-top p{margin: 0; font-weight: normal; color: #6f6f6f; font-size: 15px;}

.theme-top i{ background: #2c8582; color: #fff; border-radius: 50%; padding: 10px; font-size: 20px;width: 40px;height: 40px;margin-right: 8px; text-align: center;}
.theme-top:hover{color:#2c8582;}
.theme-top.top_call{font-size: 20px; font-weight: 600;}


.header-nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index:9
}

.menu {
  background: #eaeaea;
}
.menu .navbar {padding: 0;}

.menu .navbar-nav .nav-item {
  padding: 0 35px;
}
.menu .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #2c3a4c;
  text-transform: uppercase;
  padding: 18px 0px;
  position: relative;
  transition: 0.5s ease;
}

.menu .nav-item .nav-link:before {
  height: 4px;
  background: #f05539;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: 0.5s ease;
}

.menu .nav-item .nav-link:hover:before, .menu .nav-item .nav-link.active:before {
  width: 100%;
}

.menu .navbar-nav .nav-link:hover, .menu .navbar-nav .nav-link.active{color:#f05539;}

.header-btn{ border:none; background:#2c8582; text-transform:uppercase; color:#fff;border-radius: 0;
    padding: 15px 20px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;}
.header-btn:hover{ background:#f05539; color:#fff;}

.banner {
    position: relative;
}
.banner_content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    text-align:center;
    color:#fff;
}
.banner_content span{
  font-family: 'Nexa';
  text-transform:uppercase;
  font-weight: 700;
  font-size:45px;  
  line-height: 1;
  margin-bottom:25px;
  display:block;
}
.banner_content p{ font-size:18px; line-height:30px}

.theme-btn, .banner_content .theme-btn:hover, .theme-btn.call_btn:hover, .how_to_make .theme-btn:hover {
    /*padding: 6px 30px;*/
    /*font-size: 17px;*/
    font-weight: 700;
    background: #2c8582;
    border-radius: 0;
    color: #fff;
    text-transform:uppercase;
    font-family: "Poppins", sans-serif;
    min-height: 58px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top:20px;
}

.homt_cta {
    display: flex;
    justify-content: center;
}
.homt_cta .theme-btn:not(:first-child) {
    margin-left: 10px;
}
.homt_cta .theme-btn.flex-whatsapp img {
    margin-right: 10px;
    margin-left: 0;
}

.homt_cta .theme-btn img {
    max-height: 35px;
}
.theme-btn:hover, .banner_content .theme-btn:hover, .how_to_make .theme-btn{background: #f05539; color:#fff;}

.theme-btn.call_btn{background: #f05539; color:#fff;}

.theme-btn.call_btn img{margin-right:10px; font-size:20px}


.welcome_section{
    margin:90px 0 140px;
}

.section_title{ 
  color:#000000;
  font-family: 'Nexa';
  font-weight: 600;
  font-size:34px;
  margin-bottom:25px;
}
.welcome_section h2.section_title{font-size: 18px;margin-bottom: 15px;}
.section_title span{ display:block; color:#f05539; text-transform:uppercase; font-size:18px; line-height:1}
.welcome_section .section_title span{ display:block; color:#000; font-size:20px; line-height:1; text-transform: none;}
.welcome_section .section_title span.text-red{color:#f05539;font-size:34px;display:inline-block;}
.welcome_section p{text-align:justify;}

.welcome_img {
    position: relative;
}
.welcome_overlap {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 80%;
    height: 100%;
    width: 75%;
    
}
.welcome_overlap img{border: 10px solid #fff;}

.img_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    color: #fff;
    background:#2c8582;
    width:180px;
    height:180px;
    border-radius: 100%;
    left: -20%;
    display:inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding:20px;
}
.img_content p{ margin:0; text-align:center; font-weight:600; font-size:17px;}

.why_choose{ position:relative; padding:60px 0;}

.choose-cnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}
.choose-cnt div{ height:100%}
.choose_bg{ height:100%; background:#f05539;}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.check_list li {
    padding: 7px 0px 7px 32px;
    list-style: none;
    background: url(../images/check_icon.png) no-repeat 0px 15px;
    background-position-y: 12px;
    background-size: 20px;
    font-size: 16px;
    font-weight: normal;
}
.choose_img{ height:100%;}
.choose_img img{ height:100%;object-fit: cover;}
.rubbish_clearance{margin:90px 0; text-align:center;}
.service_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 30px;
}
.container{max-width:1240px;}

.service_text {
    background: #eaeaea;
    border-radius: 20px;
    margin: -40px auto 0;
    position: relative;
    width: 90%;
    padding: 15px 10px;
    min-height: 300px;
    margin-bottom: 45px;
}
.service_text span{ color:#000000; font-size:18px; font-weight: bold; margin-bottom:15px; display:block;}

.service_text a p{ color:#4d4d4d; font-size:14px; line-height:22px;}
.service_arrow {
    position: absolute;
    left: 40%;
    right: 40%;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #acacac;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    bottom:-25px;
    color:#f05539;
    font-size:18px;
}
.service_text a:hover span{color:#f05539;}
.service_text a:hover .service_arrow{ background:#2c8582; border:1px solid #2c8582; color:#fff;}
.wel_img {
    height: 100%;
}
.wel_img img{
    height: 100%;   
    object-fit: cover;
    width:100%;
}
.work_section{position:relative;}
.work-img-cnt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}
.work-img-cnt div{height:100%;}

.work_content{ padding:90px 0; color:#fff;}

.work_content .section_title{color:#fff;}
.how_to_make {
    background: rgb(0 0 0 / 25%);
    padding: 25px;
}

.how_to_make h3{
  font-family: 'Nexa';
  font-weight: 600;
  font-size:26px;
  margin-bottom:10px;
}
.how_to_make p{ font-size:15px;}
.how_to_make p:last-child{ margin:0;}
.how_to_make p a{ color:#fff; font-size:20px; font-weight:bold; display:block;}
.how_to_make p.number a{font-size:26px;}
p.line_hei{line-height:1;}

.how_to_make p.email{margin-bottom:18px;}

.how_to_book{margin:90px 0;}

.book_content{ background:#f05539; padding:35px 25px; color:#fff; height:100%;}
.book_content p{margin:0;}
.booking_img{ height:100%}
.booking_img img{ height:100%;object-fit: cover; width:100%;}
.book_content .section_title{ color:#fff; margin-bottom:20px;}

.faq_section{margin:90px 0;}

#faq .card {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
}
#faq .card .card-header {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
}

#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #2c8582;
    outline: 0;
    box-shadow: none;
    padding: 15px 60px 15px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
}
#faq .card .card-header .btn-header-link::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    background: #104644;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    padding:10px 20px;

}

#faq .card .card-body {
    border: 1px solid #efefef;
    margin-top: 5px;
}

#faq .card .card-header .btn-header-link.collapsed::after {
    content: "\f107";
}

footer {
    position: relative;
    padding-top: 80px;
    background: #1a1a1a;
    color: #fff;
}

.footer-bottom {
    background: #101010;
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
}

.footer-bottom p{ margin:0; font-weight:500; font-size:14px;}
.footer-bottom p a{ color:#f05539;}
a.footer_logo {
    display: inline-block;
    margin-bottom: 20px;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-list li {
    padding: 0 10px 0 0;
}
.social-list li a {
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    background: #000000;
}
.footer-widget .social-list li a:hover {
    color: #fff;
    background: #2c8582;
}
.social-list {
    display: flex;
}

.footer-contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #fff;
}

.footer-contact-info li img {
    max-height: 20px;
}
.footer-contact-info span {
    padding-left: 15px;
    color: #fff;
}
.footer-contact-info span a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    color: #fff;
    line-height: 1.1;
    word-break: break-all;
}
.footer-contact-info span p{ font-size:17px; font-weight:500; margin:0;}
footer .footer-widget ul.footer-menu li a {
    position: relative;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;
    font-size:15px;
    font-weight:400;
}
footer .footer-widget ul.footer-menu li a:hover{color:#f05539;}
footer .footer-widget ul.footer-menu li a::before {
    content: "\f111";
    font: normal normal normal 14px/1.8 FontAwesome;
    margin-right: 10px;
    font-size: 14px;
}

.whats-app {
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
    font-size: 19px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px 13px;
    height: 40px;
    border-radius: 5px;
    width: auto;
    background: #0bc242;
}













.error-sec{padding: 80px 0px 80px;background: #f4f4f4;}
.error-sec h2{ margin-bottom: 10px;font-size: 34px;color: #000;display: inline-flex;width: 100%;margin-top: 40px;justify-content: center;align-items: center;}
.error-sec h2 strong{margin-right: 5px;font-size: 50px;color: #ef5636;}
.error-sec{text-align: center;}
.error-sec img{width: 100%;max-width: 690px;}
.inner_banner{position: relative;background: #2c8582;}
.inner_banner .inner-banner-content {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;/* background: rgb(0 0 0 / 52%); */background-image: linear-gradient(to right, rgb(0 0 0 / 78%) , transparent);}
.inner_banner .inner-banner-content .page-title {font-size: 36px;color: #ffffff;font-weight: bold;display: block;margin-bottom: 15px;line-height: 1.3;}
.inner_banner .inner-banner-content .book-btn {display: inline-block;background: transparent;color: #02123a;border-color: #02123a;}
.inner_banner .inner-banner-content .book-btn:hover{background:#02123a; color: #fff;}
.inner-contact-us {margin: 50px 0 0px;}
.section-title {
    color: #000;
    font-size: 40px;
    margin-bottom: 25px;
    }
.inner-contact-us { margin: 50px 0;}
.inner-contact-us .ft-contact{padding: 0px;}
.inner-contact-us .ft-contact li{list-style: none;display: flex;margin-bottom: 25px;align-items: center;}
.inner-contact-us .ft-contact li span{margin-right: 10px;background: #2c8582;-ms-flex: 0 0 60px;flex: 0 0 60px;max-width: 60px;height: 60px;border-radius: 100%;display: flex;align-items: center;justify-content: center;padding: 19px;}
.inner-contact-us .ft-contact li span img{width: 50px;}
.inner-contact-us .ft-contact li h4{margin: 0;font-size: 19px;font-weight: 600;color: #2c8582;}
.inner-contact-us .ft-contact li a{color: #000000;line-height: 1;}
.inner-contact-us .ft-contact li i{width: 50px;height: 50px;background: #02123a;color: #fff;border-radius: 100%;display: flex;align-items: center;justify-content: center;font-size: 24px;}
.whatsapp-call i{background-color: #25d366 !important;}
.whatsapp-call a{font-size: 31px;font-weight: 600;}
.whatsapp-call a:hover, .inner-contact-us .ft-contact li.contact_call .c-bx a:hover{color: #f05539 !important;/* text-shadow: 0px 0px 3px #0000003d; */}
.inner-contact-us .ft-contact li .c-bx{line-height: 1.2;}
.contact_form .btn-submit {background: #2c8582;color: #fff;border-radius: 0;font-size: 18px;font-weight: 600;text-transform: uppercase;padding: 10px;}
.contact_form .btn-submit:hover {background: #f05539;color: #fff;}
.contact_form .form-control {border-radius: 0;min-height: 46px;/* border-radius: 50px; */border: none;border-bottom: 1px solid #ccc;color: #000;}
.has-error .form-control {border-bottom: 1px solid red !important;}

.contact_form{padding: 25px;background: #f3f3f3;border: solid 2px #e7e7e7;}
.inner-contact-us .ft-contact li.contact_call .c-bx p{ margin:0; font-size:14px; line-height:14px;font-weight: 400;}
.inner-contact-us .ft-contact li.contact_call .c-bx a{font-size: 28px;font-weight: 600;}
.inner-contact-us .ft-contact li .c-bx a img{width:26px; margin-right:5px;}

.inner-content {padding: 40px 0;}
.inner-content h1 {font-size:28px;color: #000000;margin-bottom: 15px;position: relative;font-weight: bold;font-family: 'Nexa';}
.inner-content h2 {color: #000;margin-bottom: 15px;font-size: 24px;margin-top: 20px;font-weight: 600;}
.inner-content h3 {color: #000;margin-bottom: 15px;font-size: 20px;margin-top: 20px;font-weight: 600;font-family: 'Nexa';}
.inner-content h1:after {content: "";position: absolute;left: 0;bottom: -10px;width: 50px;height: 2px;background: #f05539;}
.inner-content h1.text-center:after{right:0;left:0;margin: auto;}

.inner-content p{text-align: justify;font-size: 15px;line-height: 1.8;}
.inner-content ul{padding: 0px;overflow: hidden;}
.inner-content ul li {
    font-size: 15px;
    list-style: none;
    padding-left: 29px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    /* color: #161616; */
    position: relative;
    line-height: 1.8;
    background: url(../images/check_icon.png) no-repeat 0px 15px;
    background-position-y: 3px;
    background-size: 20px;
    }
/*.inner-content ul li:before {content: '';position: absolute;top: 10px;left: 0;width: 9px;height: 9px;border-radius: 100%;background-color: #00683f;z-index: 1;}
*/.inner-content ol{padding-left: 15px;}
.inner-content ol li{font-size: 15px;margin:5px 0px;line-height: 1.8;}
.inner-content ul.list-2 {column-count: 2;}
.inner-content .table {border-collapse: separate;/* border-spacing: 5px 5px; */}
.inner-content .table thead th {background: #2c8582;}
.inner-content .table thead th p {margin: 0;color: #fff;}
.inner-content .table tbody td {background: rgb(239 239 239);border-collapse: separate;}
.inner-content .table tbody td p {margin: 0;text-align: left;}
.inner-cta {width: 100%;background-size: cover;padding: 40px 50px;box-shadow: 0 10px 40px rgb(22 22 22 / 25%);margin: 20px 0 30px;border-radius: 0;background: #00024;border: 5px solid #282065;text-align: center;}
.inner-cta h3 {margin-top: 0;margin-bottom: 30px;/* color: #000; */font-size: 20px;margin-bottom: 20px;}
.inner-cta p {text-align: center;}
.inner-cta .uk-btn p {color: #fff;text-align: left;}
.inner-cta .uk-btn:hover p {color: #000;}
.inner-cta p a {font-size: 20px;color: #000;}
.h-whats{background: transparent;border: solid 2px #02123a;color: #02123a;display: inline-flex;align-items: center;justify-content: center;padding: 10px 25px;}
.h-whats:hover {background: #02123a;color: #fff;}
.h-whats i{color: #ffffff !important;background: #25d366;width: 35px;height: 35px;border-radius: 100%;display: inline-flex;align-items: center;justify-content: center;font-size: 22px;margin-right: 5px;}
.h-whats:hover i{color: #25D366;}
.inner-cta .call-btn{font-size: 17px;font-weight: 600;margin:0px 5px;}
.inner-cta .list-btn{display: flex;}
.inner-cta .book-btn{background:transparent;color:#02123a;border-color: #02123a; }
.inner-cta .book-btn:hover{background:#02123a;color: #fff;}
.leave-bx{background: #2c8582;padding: 25px;}
.leave-bx .leave-title{color: #fff;font-size: 34px;font-weight: 600;margin-bottom: 15px;display: inline-block;width: 100%;text-align: center;text-transform: uppercase;line-height: 1.2;font-family: 'Nexa';}
.leave-bx .leave-title small{
    display: block;
    font-size: 20px;
}
  .leave-bx .form-control{background-color: transparent;color: #fff;}
  .leave-bx .form-control:focus{outline: none;box-shadow: none;}
  .leave-bx .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */color: #fff;opacity: 1; /* Firefox */}
  .leave-bx .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #fff;}
  .leave-bx .form-control::-ms-input-placeholder { /* Microsoft Edge */color: #fff;}
  .leave-bx .btn{background:#fff;color: #000;display: block;width: 100%;font-weight: 500;text-align: center;}
  .leave-bx .btn:hover{background-color: #f05539;color: #fff;}
  .book-appoint {position: -webkit-sticky;position: -moz-sticky;position: -ms-sticky;position: -o-sticky;position: sticky;top: 50px;padding: 25px;}
.book-appoint .contact_form{background:transparent;padding: 0px;border: none;}
.appointment-modal .modal-header {background: #2c8582;}
.appointment-modal .modal-body .btn {display: block;text-align: center;width: 100%;background: transparent;color: #2c8582;font-size: 23px;text-transform: uppercase;border: solid 1px #2c8582;font-weight: 600;padding: 10px 15px;border-radius: 0px;}
.appointment-modal .modal-body .btn:hover{background:#2c8582;color: #fff;}
.appointment-modal .modal-header .modal-title{ font-size:22px; color:#fff;}
.has-error .form-control, .modal-body .step-2-form .has-error .form-control {border-bottom: 1px solid red;}
.appointment-modal .close {position: absolute;right: 25px;top: 28px;opacity: 1;padding: 5px;z-index: 999;}
.appointment-modal .close img {max-width: 24px;/*filter:invert(1) brightness(1);*/}
.appointment-modal .modal-body .form-control {min-height: 45px;resize: none;font-size: 15px;border-radius: 0px;}

input:focus, textarea:focus, select:focus, button:focus, .form-control:focus{outline: none;box-shadow: none;}

.cta-call img{
    width: 34px;
    margin: 0px 5px;
}

.inner-content ul li h3{margin-bottom: 0px;}
.list-2{column-count: 2;}
.cta-list{padding: 0px; display: flex;}
.cta-list li{list-style: none;display: inline-block;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;padding: 0px !important;}
.cta-list li:before{display: none;}
.cta-list li a{display: inline-flex;align-items: center;width: 100%;justify-content: center;height: 100%;color: #fff;font-size: 25px;font-weight: 600;padding: 15px;}
.cta-list li a.book-cta{
    background: rgb(37,29,92);
    text-transform: uppercase;
}
.cta-list li a.uk-cta{
    background: rgb(178,151,57);
    font-size: 30px;
}
.cta-list li a.uk-cta p{
    margin: 0;
    text-align: left;
}
.cta-list li a.uk-cta img{
    width: 44px;
    margin-right: 11px;
}
.cta-list li a.whats-cta{
    background: rgb(37 211 102 / 74%);
    color: #000;
    font-size: 30px;
}
.cta-list li a.whats-cta i{
    font-size: 36px;
    margin-right: 10px;
}
.cta-list li a.whats-cta:hover{background:#67d449;color: #fff;}

.cta-list li a.uk-cta span{line-height: 1.2;}
.cta-list li a.uk-cta:hover{color: #000;background:rgb(178 151 57 / 87%);}
.cta-list li a.book-cta:hover {background: rgb(37 29 92 / 85%);}
.inner-content p a, li a{color: #f05539;font-weight: bold;}
.inner-content p a:hover, li a:hover{color: #2c8582;}

.thank-you-cnt img{max-width: 870px;}
.inner-content ul li h2, .inner-content ul li h3{margin-bottom: 0px;margin-top: 0px;}
.inner-content .img-thumbnail.float-left{width:45%; margin-right: 15px; margin-bottom: 15px;}
.inner-content .img-thumbnail.float-right{width:45%; margin-left: 15px; margin-bottom: 15px;}
.ww-call span{background: #0dc142 !important;}

.one_stop {
  margin: 90px 0;
}

.steps-sec.p-pad{ background: #eaeaea; padding: 60px 0; }
.step-bx {
  padding: 25px 40px;
  background: #f05539;
  height: 100%;
}
.step-bx .step-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  min-height: 90px;
  -ms-flex-align: center !important;
align-items: center !important;
}
.step-head picture {
  width: 100%;
  max-width: 90px;
}
.step-head picture img{}
.step-bx h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.step-bx p{color: #fff; margin-bottom: 0;}

.steps-sec.p-pad .section_title{max-width: 825px; margin: 0 auto 60px;;}

.new-price-sec {
  background: #eaeaea;
  padding: 60px 0;
}

.hm-price-block {
  background: #fff;
  padding: 20px 25px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px #00000029;
  transition: all .13s linear;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hm-price-block h4 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #262865;
  font-size: 30px;
  text-align: center;
}

.welcome-img {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.hm-price-block img {
  max-width: 120px;
}
p.price-tag {
  font-size: 24px;
  margin-top: 15px;
  color: #3c5067;
  font-weight: bold;
  text-align: center;
}
.hm-price-block ul {
  padding: 0;
  margin-left: 35px;
  margin-top: 20px;
  margin-bottom: 37px;
  margin-left: 0;
}
.hm-price-block ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #151515;
}
.hm-price-block ul li i {
  color: #f05539;
  padding-right: 8px;
}
.hm-price-block .btn-list {
  width: 100%;
  justify-content: center;
}
.hm-price-block .btn {
  padding: 10px 30px !important;
  font-size: 16px !important;
  background: #f05539;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}


@media (min-width:1200px){
    .inner_banner img{min-height:323px;}
    .inner-content .img-thumbnail.float-left{min-height:300px;}
    .inner-content .img-thumbnail.float-right{min-height:300px;}
}


.blog {border: 1px solid #dadada;padding: 0;height: 100%;}
.blog_text {padding: 20px 15px;position: relative;}
.post_meta ul {margin: 0;padding: 0;list-style: none;border-bottom: 1px solid #dadada;display: inline-block;width: 100%;}
.post_meta ul li:last-child {float: right;}
.post_meta ul li {padding: 0 3px 15px;display: inline-block;background: 0 0;line-height: 1.5;color: #636363;font-size: 14px;font-weight: 500;}
.blog_text h4 {font-size: 22px;margin: 0px 0 20px;font-weight: 500;}
.blog_text h4 a{color: #2c8582;}
.blog_text h4 a:hover{color: #161616;}
.blog_text p {color: #59595c;line-height: 1.4;margin-bottom: 35px;}
.blog_social{margin-top: 7px !important;}
.blog_social li {display: inline-block;margin-left: 0px;font-size: 22px !important;padding: 0!important;line-height: 1 !important;}
.blog_social li a {font-size: 16px;width: 30px;height: 30px;display: inline-flex;border: solid 1px #323232;align-items: center;justify-content: center;border-radius: 50%;color: #303030;}
.blog_social li a:hover{background: #2c8582;border: solid 1px #2c8582;color: #fff;}
.blog .btn-style.btn-black{width: auto;display: inline-block;font-weight: normal;font-size: 18px;}
.blog .btn-style.btn-black i{font-size: 14px;margin-left: 15px;margin-right: 0;}
.blog_social li{background: transparent !important;}
.post_meta ul li span{color: #000;}
.blog .img-holder img{width: 100%;height: 100%;max-height: 230px;object-fit: cover;}
.blog .img-holder{position: relative;display: inline-block;width: 100%;}
.blog_sidebar{border: 1px solid #dadada;padding: 25px;}
.blog_sidebar .title{margin-top: 0px;color: #2c8582 !important;}
.blog_sidebar .title strong{color: #161616;}
.blog_left{display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 15px;}
.blog_left .blog_image{width: 100%;max-width: 115px;}
.blog_left .blog_image img{height: 100px;width: 100%;object-fit: cover;}
.blog_left .blog_left_text{width: 100%;max-width: 60%;padding-left: 15px;}
.blog_left .blog_left_text a p{line-height: 1.4;text-align: left;font-size: 14px;font-weight: 600;color:#000;}
.blog_left .blog_left_text span{font-size: 14px;}
.blog_sidebar .blog_left:last-child{margin-bottom: 0px;}
.blog_left .blog_left_text a p:hover{color: #2c8582;}
.paginate-pagination ul{text-align: center;}
.paginate-pagination li{display: inline-block;background: transparent !important;padding: 0px !important;margin: 0px 4px;}
.paginate-pagination li a{width: 40px;height: 40px;display: inline-flex;border: solid 1px #c7c7c7;align-items: center;justify-content: center;color: #000;font-size: 17px;}
.paginate-pagination li a:hover{background: #d3ad69;color: #fff;border: solid 1px #d3ad69;}
.paginate-pagination li a.active{background: #d3ad69;color: #fff;font-weight: 600;border: solid 1px #d3ad69;}
.blog .date {    background-color: #161616;color: #fff;padding: 7px 0.8em;position: absolute;bottom: 0;width: 60px;text-align: center;left: 0;line-height: 1.2;}
.blog .date span.day {font-size: 32px;line-height: 32px;font-weight: 600;}
.blog .date span {display: inline-block;text-align: center;text-transform: uppercase;font-size: 16px;line-height: 21px;vertical-align: middle;}
.blog-details figure{margin-top: 25px;}
.blog-details figure img{width: 100%;height: auto;}
.blog-details .date{    background: #161616;padding: 10px 15px;color: #fff;display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.blog-details .date .blog_social{margin-top: 0px !important;margin: 0;}
.blog-details .blog_social li a:hover{background: #2c8582;color: #fff;}
.blog-details .blog_social li a{border-color:#2c8582;color:#2c8582; }
.blog-details .img-thumbnail{background: #f1f1f1;}
.blog-details h4 {font-size: 18px;color: #161616;margin-top: 20px;font-weight: 600;margin-bottom: 15px;}
.btn-style {
    border: 1px solid #161616;
    cursor: pointer;
    text-transform: uppercase;
    background: #d3ad69;
    color: #161616;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 20px;
    border-radius: 6px;
}
.btn-style.btn-black {
    background: #161616;
    color: #fff;
}

.blog-cnt h1 {
    font-size: 28px;
    color: #161616;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.blog-cnt h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #d3ad69;
}

.blog-cnt .title {
    font-size: 24px;
    color: #d3ad69;
    font-weight: 700;
}
.blog-cnt h2 {
    font-size: 24px;
    color: #161616;
    margin-top: 20px;
    margin-bottom: 15px;
}
.blog-cnt ol {
    margin: 0;
    padding: 0 0 0 15px;
}
.blog-cnt ol li {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #161616;
}
.blog-cnt h3 {
    font-size: 20px;
    color: #161616;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
@media (max-width: 1199px){
	.blog_left .blog_left_text a p{line-height: 1.2;margin-bottom: 5px;}
	.blog .btn-style.btn-black i{margin-left: 5px;}
	.blog .btn-style.btn-black{padding:10px 15px;}
	.blog_text h4{font-size: 20px;}
	.blog_left .blog_image{max-width: 95px;}
}
@media (max-width: 991px){
	.blog_left .blog_image{max-width: 100%;}
	.blog_left .blog_left_text{max-width: 100%;padding-left: 0px;padding-top: 15px;}
	.blog_sidebar{padding: 15px;}
	.blog .date span.day {font-size: 26px;line-height: 23px;}
	.blog .date span{font-size: 14px;line-height: 14px;}
	.blog_text h4 {font-size: 17px;}
	.blog .btn-style.btn-black{font-size: 15px;}
	.blog_social{width: 100%;margin-bottom: 10px !important;margin-top: 10px !important;}
	.blog_text p{margin-bottom: 15px;}
	.blog_text p{font-size: 14px;}
	.blog-details .date .blog_social{width:auto;    margin: 0px !important;}

}
@media (max-width: 767px){
	.blog_left .blog_image{max-width: 30%;}
	.blog_left .blog_left_text{max-width: 70%;padding-left: 15px;}
	.blog_sidebar{margin-top: 25px;}
}

@media (max-width: 575px){
	.blog_social{width: auto;margin-bottom: 0px !important}
	.welcome_section .section_title span{font-size:18px;}
}

@media (max-width: 400px){
	.blog_left .blog_image{max-width: 40%;}
	.blog_left .blog_left_text{max-width: 60%;}
}