html
{
    overflow-x: hidden;
}
*{
    margin: 0px;
    padding: 0px;
}
body {
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    margin: 0px;
    padding: 0px;
    background: #1a1a1a;
}

::selection {
    background: #5e78ff;
    color: #fff;
    text-shadow: none;
}

.loader img {
    max-width: 980px;
}
/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


ol, ul , li {
    list-style: none !important;
    list-style-position:
    inside !important;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}


a {
    color:#ccc;

}
/*a:hover {color:#000;}*/

/*p {*/
/*    font-size: 18px !important;*/
/*    font-weight:normal;*/
/*    line-height: 1.5;*/
/*}*/
/*h1, h2, h3, h4, h5, h6 {*/
/*    font-size: 26px;*/
/*    font-weight:normal;*/
/*    font-family: 'F37 Ginger', sans-serif;*/
/*}*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.logo {display: table;margin: -60px 0;}

a.logo img {max-width: 400px;margin-left: -80px;}
/*----------------------
Global Images
----------------------*/

img {
    border: none;
    max-width: 100%;
    border: 0;
}
ul.header_menu {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 55px 0px 0px;
    float: right;
}
section.menu_section {
    /*padding: 10px 0px;*/
    padding: 30px 0px;
    /*overflow: hidden;*/
    background: #fff;
}
ul.header_menu li {
    position: relative;
    margin: 0px 15px;
    /*line-height: 68px;*/
}

ul.header_menu li:last-child {
    margin-right: 0px;
}
ul.header_menu li a {
    font-size: 14px;
    /*color: #000;*/
    color: #8ac43f;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    transition: all 0.5s linear;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
ul.header_menu li:last-child a {
    padding: 10px 15px;
    background: #008f44;
    color: #fff;
    border-radius: 35px;
    border: solid 1px #008f44;
}

ul.header_menu li:last-child:hover a {
    background: #fff;
    color: #008f44;
}


ul.header_menu li:hover a , ul.header_menu li a.active {
    color: #027438;
    border-color: #027438;
}
ul.header_menu li.line_anchor:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #027438;
    margin: 0 auto;
}
section.top_section {
    padding: 12px 0px;
    background: #008f44;
}

ul.contact_list {
    display: flex;
    display: -webkit-flex;
}

ul.contact_list li {
    margin: 0px 10px;
}

ul.contact_list li:first-child {
    margin-left: 0px;
}

ul.contact_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s linear;
}

ul.contact_list li img {
    margin-right: 12px;
}

ul.social {
    display: flex;
    display: -webkit-flex;
    float: right;
}

ul.social li {
    margin: 0px 10px;
}

ul.social li:last-child {
    margin-right: 0px;
}

ul.social li a {
    color: #ffffff;
    transition: all 0.5s linear;
}

ul.social li:hover a {
    color: #fff;
}

ul.contact_list li:hover a {
    color: #000;
}



.remove_right_pad {
    padding-right: 0px;
}

section.footer_first_menu {
    padding: 40px 0px;
}

ul.footer-main-menu li:hover a {
    color: #3dbcd3;
}

.slider_content img {
    width: auto !important;
    margin: 0 auto;
}

.slider_content {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 39%;
}

.slider_content h4 {
    margin: 20px 0px 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.slider_content h2 {
    color: #fff;
    margin: 0px 0px 25px;
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.slider_content a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 15px 35px;
    background: #3dbcd3;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s linear;
}

.slider_content a:hover {
    background: #fff;
    color: #3dbcd3;
}
div#home-slider .owl-dots {
    position: absolute;
    right: 40px;
    top: 55%;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    align-items: flex-end;
}

div#home-slider .owl-dots button {
    background: #fff;
    width: 15px;
    height: 1px;
    margin: 5px 0px;
}

div#home-slider .owl-dots button.active {
    width: 30px;
}
.center_full_content_vertical .container-fluid > .row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.abt_txt h3 {
    font-size: 18px;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0px 0px 15px;
    text-transform: uppercase;
}

.abt_txt h2 {font-size: 52px;color: #3dbcd3;font-family: 'Poppins', sans-serif;font-weight: 400;margin: 0px 0px 25px;}

.abt_txt p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #747474;
    line-height: 28px;
    margin-bottom: 25px;
}

.abt_txt p br {
    display: none;
}

img.abt_single_img {
    width: auto !important;
}

.abt_intro h4 {
    font-size: 30px;
    color: #1c1c1c;
    margin: 0px 0px 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.abt_intro p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #747474;
    line-height: 28px;
    margin-bottom: 0px;
}

section.abt_section {
    padding: 90px 0px;
    position: relative;
}
.small_section_txt h3 {
    font-size: 16px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0px 0px 5px;
}

.small_section_txt h2 {
    margin: 0 0 20px;
    font-size: 50px;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.small_section_txt p {
    color: #858585;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}

.center_block_txt {
    text-align: center;
}

.my_btn_style {
    padding: 20px 30px 15px;
    display: inline-block;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #151515;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s linear;
    text-decoration: none !important;
    background: #ffae00;
    border: solid 1px #ffae00;
    border-radius: 0px;
}

.blue_color_btn {
    background: #ffae00;
    border: solid 1px #ffae00;
}

.blue_color_btn:hover {
    background: #fff;
    color: #ffae00;
}

/* Slider Css Starts here */

.owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
}
div#beach-slider .owl-nav {
    position: absolute;
    left: -46px;
    bottom: 0px;
}

div#beach-slider .owl-nav button.owl-prev {
    background: #3dbcd3ed;
}

div#beach-slider .owl-nav button.owl-next {
    background: rgb(0,0,0,0.6);
}

div#beach-slider .owl-nav button.owl-prev:hover {
    background: #000;
}

div#beach-slider .owl-nav button.owl-next:hover {
    background: #3dbcd3;
}
.remove_column_right_pad {
    padding-right: 0px;
}
.remove_column_left_pad {
    padding-left: 0px;
}

.remove_column_left_pad {
    padding-left: 0px;
}
div#heated-slider .owl-nav {
    position: absolute;
    right: -45px;
    bottom: 0px;
}

div#heated-slider .owl-nav button.owl-prev {
    background: rgb(0,0,0,0.6);
}

div#heated-slider .owl-nav button.owl-next {
    background: #3dbcd3ed;
}

div#heated-slider .owl-nav button.owl-next:hover {
    background: #000;
}

div#heated-slider .owl-nav button.owl-prev:hover {
    background: #3dbcd3;
}
div#lawn-slider .owl-nav {
    position: absolute;
    left: -45px;
    bottom: 0px;
}
div#lawn-slider .owl-nav button.owl-prev {
    background: #3dbcd3ed;
}

div#lawn-slider .owl-nav button.owl-next {
    background: rgb(0,0,0,0.6);
}

div#lawn-slider .owl-nav button.owl-prev:hover {
    background: #000;
}

div#lawn-slider .owl-nav button.owl-next:hover {
    background: #3dbcd3;
}
div#testim-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}

div#testim-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 4px;
    border-radius: 50%;
    transition: all 0.5s linear;
}

div#testim-slider .owl-dots button.active {
    width: 40px;
    background: #f0002f;
    border-radius: 10px;
}
div#unspolish-slider .owl-nav {
    position: absolute;
    right: -45px;
    bottom: 0px;
}
div#unspolish-slider .owl-nav button.owl-prev {
    background: rgb(0,0,0,0.6);
}
div#unspolish-slider .owl-nav button.owl-next {
    background: #3dbcd3ed;
}

div#unspolish-slider .owl-nav button.owl-next:hover {
    background: #000;
}

div#unspolish-slider .owl-nav button.owl-prev:hover {
    background: #3dbcd3;
}
/* Slider Css Ends here */


.packages_section {
    padding: 100px 0px;
    background: #f8f8f8;
}

.package_div {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    background: #ccc;
    min-height: 442px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-flow:column;
    transition: all 0.5s linear;
}

.package_div h3 {
    color: #1c1c1c;
    font-size: 36px;
    margin: 0px 0px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.package_div p {
    font-size: 16px;
    color: #858585;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    min-height: 80px;
}

.package_div a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s linear;
}

.package_div a:hover {
    color: #fff;
}
.white_titles h3, .white_titles p, .white_titles a {
    color: #fff;
}

.white_titles a:hover {
    color: #3dbcd3;
}
.img_div {
    background-image: url(https://stuart.onlinedigitalprojects.com/assets/images/column_img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img_div_two {
    background-image: url(https://stuart.onlinedigitalprojects.com/assets/images/column_img2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.img_div_three {
    background-image: url(https://stuart.onlinedigitalprojects.com/assets/images/column_img3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.white_div {
    background: #fff;
    box-shadow: 0px 0px 10px 1px #eee;
    /*border: solid 1px #ccc;*/
}
.package_div:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 1px #eee;
}

.package_div:hover h3,.package_div:hover p,.package_div:hover a {
    color: #1c1c1c;
}
.gray_div {
    background: #484848;
}

div#testim-slider img {
    width: auto;
    display: table;
    margin: 0 auto;
}


.news_section {
    /*padding: 80px 0px;*/
    background: #3dbcd3;
}

.blue_column {
    /*background: #3dbcd3;*/
}
.white_txt h3,.white_txt h2,.white_txt p {
    color: #fff;
}
.news_section .col-sm-4,.news_section .col-sm-8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news_section .col-sm-8 {
    background: #fff;
}
.news_section .col-sm-4,.news_section .col-sm-8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news_section .col-sm-8 {
    background: #f8f8f8;
}

form.subs_form input {
    width: 100%;
    padding: 15px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border: none;
}

form.subs_form {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

form.subs_form input::placeholder {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #858585;
}
.remove_pads {
    padding-left: 0px;
    padding-right: 0px;
}
form.subs_form input[type="submit"] {
    font-size: 0px;
    background-image: url(https://stuart.onlinedigitalprojects.com/assets/images/subs_btn_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1c1c1c;
}


.block_title h2 {
    margin: 0 0 20px;
    font-size: 50px;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.block_title p {
    color: #858585;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}

p.bold_para {
    font-weight: 600;
}

form.custom_form_style input,form.custom_form_style select
{
    height: 60px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    border: solid 1px #e1e1e1;
    border-radius: 35px;
    box-shadow: none;
    transition: all 0.5s linear;
    background: #f5fdf9;
    padding: 0px 25px;
}
form.custom_form_style textarea {
    /*color: #858585;*/
    /*font-size: 16px;*/
    /*font-family: 'Poppins', sans-serif;*/
    /*font-weight: 400;*/
    /*border: none;*/
    /*border-bottom: solid 1px #858585;*/
    /*border-radius: 0px;*/
    /*box-shadow: none;*/
    /*transition: all 0.5s linear;*/
    /*resize: none;*/
    height: 134px !important;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    border: solid 1px #e1e1e1;
    border-radius: 35px;
    box-shadow: none;
    transition: all 0.5s linear;
    background: #f5fdf9;
    padding: 25px;
    resize: none;
}
.top_location_form input {
    padding-left: 37px;
}

.zip_field {
    position: relative;
}

.zip_field:before {content: '\f041';position: absolute;left: 17px;top: 16px;font: normal normal normal 23px/1 FontAwesome;color: #919191;}
form.custom_form_style input:focus,form.custom_form_style input:active,
form.custom_form_style select:focus,form.custom_form_style select:active,
form.custom_form_style textarea:focus,form.custom_form_style textarea:active
{
    border-color: #008f44;
    box-shadow: none;
}

form.custom_form_style input[type=radio],form.custom_form_style input[type=checkbox] {
    width: auto;
    height: auto;
    margin: 0px;
}

form.custom_form_style label {
    font-size: 18px;
    /*margin: 0 0 20px;*/
    margin: 0px;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

form.custom_form_style input[type=submit],form.custom_form_style button
{
    /* padding: 15px 30px; */
    padding: 15px 30px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s linear;
    text-decoration: none !important;
    background: #008f44;
    border: solid 1px #008f44;
    border-radius: 35px;
}


form.custom_form_style input[type=submit]:hover, form.custom_form_style button:hover {
    background: #8ac43f;
    color: #fff;
    border-color: #8ac43f;
}
a.make_left {
    float: right;
    color: #ffae00;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s linear;
}

a.make_left:hover {
    color: #cb334b;
}
section.login_section .style_row {
    margin: 0%;
    padding: 50px 30px 50px 30px !important;
    background: #fff;
    position: relative;
    /*top: -85px !important;*/
    width: auto !important;
    border-radius: 15px;
    /* -webkit-box-shadow: 1px 3px 25px 2px #c00a27; */
    /* box-shadow: 0px 0px 15px 0px #c00a27; */
    border: solid 1px #ffae00;
    margin: 10vh 0px;
}


meter {
    /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
            
  margin: 1em auto 1em;
  width: 100%;
  height: .5em;
    
    /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0,0,0,0.1);
}

/*meter::-webkit-meter-bar {*/
/*  background: none;*/
/*  background-color: rgba(0,0,0,0.1);*/
/*}*/

meter[value="1"] { background: red; }
meter[value="2"] { background: yellow; }
meter[value="3"] { background: orange; }
meter[value="4"] { background: green; }

.feedback {
  color: #000;
    font-size: 90%;
    padding: 0 0.25em;
    margin-top: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
p#password-strength-text {
    font-size: 15px;
}
.reservation_etails h3 {
    margin: 0 0 18px;
    font-size: 35px;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
span.price {
    font-size: 20px;
    color: #3dbcd3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.price_div {
    margin-bottom: 15px;
}

span.price {
    font-size: 20px;
    color: #3dbcd3;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.price_div {
    margin-bottom: 15px;
}

.reservation_etails ul li {
    color: #858585;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.reservation_etails ul li:before {content: '\f0da';position: absolute;left: 0px;top: 0px;font: normal normal normal 18px/1 FontAwesome;color: #000;}

.reservation_etails ul {
    margin-bottom: 20px;
}

section.bookit_section {
    margin: 8em 0px;
}

.list_of_reservations {
    margin-top: 55px;
}

.reservation_block {
    /*-webkit-box-shadow: 1px 3px 25px 2px rgb(61 188 211);*/
    /*box-shadow: 0px 0px 15px 0px rgb(61 188 211);*/
    border-radius: 15px;
    margin-bottom: 35px;
    border: solid 1px #858585;
}
.reservation_etails {
    padding: 25px 0px;
}
.reservation_block img.reservation_img {
    border-radius: 15px 0px 0px 15px;
    height: 325px;
    object-fit: cover;
}


/* Css For Date Field */

.date_field_wrapper {
    position: relative;
}
.date_field_wrapper label.input-group-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    margin: 0px !important;
}
.date_field_wrapper label.input-group-btn span {
    width: 100%;
    height: 100%;
    line-height: 30px;
    border: solid 1px #000;
}
.date_field_wrapper label.input-group-btn span.glyphicon.glyphicon-calendar {
    border: none;
}
.datepicker table tr td.active.active,.datepicker table tr td.today
{
    background: #3dbcd3 !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.t-datepicker {
    max-width: unset !important;
}

.t-datepicker .t-check-in,.t-datepicker .t-check-out {
    height: 45px;
    color: #858585;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    border-bottom: solid 1px #858585;
    border-radius: 0px;
    box-shadow: none;
    transition: all 0.5s linear;
}

.t-datepicker .t-dates {
    height: 45px;
}

html .t-check-in .t-date-info-title,html .t-check-out .t-date-info-title
{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom:0px;
}

/* Css For Date Field */


section.top_home_section {
    background-image: url(/assets/images/new/top_banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.add_tp_title_space {
    margin-top: 23em;
}

img.full_width_img {
    max-width: unset;
}

section.top_home_section .row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.top_banner_titles h3 {
    margin: 0px 0px 25px;
    font-size: 50px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.top_banner_titles p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}
.section_block_titles h3 {
    font-size: 40px;
    margin: 0px 0px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /*color: #1a1a1a;*/
    color:#8ac43f;
}

.section_block_titles p {
    font-size: 16px;
    color: #0b1213;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /*color:#0b1213;*/
    color:#fff;
    line-height: 25px;
    margin-bottom: 20px;
}
.blue_color_para p {
    /*color: #233653;*/
    color: #8ac43f;
}
.section_block_titles  h5 {
    margin: 0px 0px 15px;
    /*color: #0b1213;*/
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 25px;
}

a.play_btn_anchor {
    padding: 15px 35px 15px 50px;
    background: #008f44;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    border-radius: 0px 25px 25px 0px;
    margin-top: 30px;
    transition: all 0.5s linear;
    box-shadow: 1px 1px 5px 0px #1a1a1a;
}

a.play_btn_anchor:before {
    content: '\f04b';
    position: absolute;
    left: -25px;
    top: -7px;
    font: normal normal normal 18px/1 FontAwesome;
    width: 65px;
    height: 65px;
    background: #8ac43f;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
}

a.play_btn_anchor:hover {
    background: #8ac43f;
}

a.play_btn_anchor:hover:before {
    background: #008f44;
}

span.green_txt {
    color: #008f44;
}

.center_block_titles {
    text-align: center;
}

ul.top_banner_btn {
    display: flex;
    display: -webkit-flex;
}

ul.top_banner_btn li {
    margin: 0px 15px;
}

ul.top_banner_btn li:first-child {
    margin-left: 0px;
}

ul.top_banner_btn li a {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

ul.top_banner_btn li span {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

ul.top_banner_btn li:first-child {
    padding: 18px 45px;
    background: #8ac43f;
    border-radius: 45px;
    transition: all 0.5s linear;
    border: solid 1px #8ac43f;
    box-shadow: 1px 1px 5px 0px #000;
}

ul.top_banner_btn li:first-child:hover {
    background: #fff;
}

ul.top_banner_btn li:first-child:hover a {
    color: #8ac43f;
}

ul.top_banner_btn li:last-child {margin-top: 10px;}


form.custom_form_style input {
    width: 100%;
}

.remove_column_pads {
    padding-left: 0px;
    padding-right: 0px;
}


.add_row_top {
    margin-top: 22px;
}
.move_top_right {
    left: unset;
    right: 50px;
}

form.custom_form_style input.red_btn {
    display: table;
    margin: 25px auto;
    text-decoration: none !important;
    padding: 16px 75px 15px;
    background: #f0002f;
    font-size: 24px;
    border-radius: 35px;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #f0002f;
    width: auto;
    letter-spacing: 0px;
}

.make_after input {
    padding-left: 55px;
}

.user_after_icon:before {content: '\f007';position: absolute;top: 20px;left: 30px;font: normal normal normal 18px/1 FontAwesome;color: #919191;}

.envelop_after_icon:before {content: '\f0e0';position: absolute;top: 20px;left: 30px;font: normal normal normal 18px/1 FontAwesome;color: #919191;}

.set_font_style {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 27px !important;
}
section.reviews_section {
    padding: 8vh 0px;
}

footer {
    background: #008f44;
    /*padding: 80px 0px;*/
    /*background-image: url(/assets/images/new/footer_bg.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.footer_section {
    padding: 80px 0px;
}

section.footer_section h3 {
    margin: 0px 0px 20px;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

ul.footer-menu li a, footer p {text-decoration: none;color: #fff;font-family: 'Poppins', sans-serif;font-weight: 300;font-size: 15px;transition: all 0.5s linear;}

ul.footer-menu li {
    margin-bottom: 10px;
}

ul.footer-menu li:last-child {
    margin-bottom: 0px;
}

ul.social_link {
    display: flex;
    display: -webkit-flex;
    margin-top: 25px;
}

ul.social_link li {
    margin: 0px 8px;
}

ul.social_link li:first-child {
    margin-left: 0px;
}

ul.social_link {}

ul.social_link li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s linear;
}

ul.footer-menu li:hover a {
    color: #8ac43f;
}

ul.social_link li:hover a {
    color: #8ac43f;
}
p.copy_right_txt {
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
}

p.copy_right_txt a {
    color: #8ac43f;
    text-decoration: none;
    transition: all 0.5s linear;
}
section.footer_bottom {
    padding: 20px 0px;
    background: #055e30;
}
p.copy_right_txt a:hover {
    color: #ffae00;
}

section.footer_section {
    position: relative;
}
.mb-20
{
    margin-bottom: 20px;
}
.mb-30
{
    margin-bottom: 30px;
}
.mb-35
{
    margin-bottom: 35px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-45 {
    margin-bottom: 45px;
}

section.innerhd {
    background-image: url(https://mikamim.onlinedigitalprojects.com/assets/images/offer_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
}

/* custom radio  button style starts here */

/* Hide the browser's default radio button */
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -2px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
  background-color: #c00a27;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffae00;
}

label.custom_radio {
    margin-left: 30px !important;
}
.radio_btns_row {
    margin-bottom: 15px;
}

/* custom radio  button style starts here */


section.cartpage,section.checkout_section
{
    padding: 10vh 0px;
}

section.cartpage tr th {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #484848;
}

section.cartpage tr td {
    padding: 15px 8px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}
a.yellow_small_btn {
    color: #c00a27;
    text-decoration: none;
}
.mm_yy_field {
    display: flex;
    display: -webkit-flex;
}

.mm_yy_field input:first-child {
    margin-right: 5px;
}
.card-group {
    position: relative;
}

.card-group input {
    padding-right: 8em;
}

.card-group .input-group-append {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #919191;
    padding: 15px;
    height: 60px;
    line-height: 30px;
}

.card-group .input-group-append i {
    color: #000;
}
.notice {
    padding-left: 24px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
}

.notice input[type=checkbox] {
    position: absolute;
    left: 0px;
    top: 5px;
}

.notice a {
    color: #c00a27;
}
section.dashboard_pages {
    padding: 15vh 0px;
}
ul.steps_list_all {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

ul.steps_list_all li a {
    width: 100px;
    height: 100px;
    text-align: center;
    border: solid 1px #c00a27;
    background: #c00a27;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

ul.steps_list_all li {
    margin: 0px 15px;
}

ul.steps_list_all li a span {display: block;font-size: 20px;text-transform: uppercase;font-family: 'Poppins', sans-serif;letter-spacing: 2px;margin: 15px 0px 0px;}

ul.steps_list_all li a:hover {
    background: #ffae00;
    border-color: #ffae00;
}

ul.steps_list_all li a i {
    font-size: 30px;
}

.profile-usermenu {
    background: #ffae00;
}

ul.profile_pages li {
    transition: all 0.5s linear;
}

ul.profile_pages li a {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 20px 15px;
}

ul.profile_pages li a i {
    margin-right: 8px;
}

ul.profile_pages li:hover {
    background: #c00a27;
}

ul.profile_pages li:hover a {
    color: #fff;
}
.customer_profile_img img {
    width: 81px;
    height: 81px;
    object-fit: cover;
}

h3.profile_page_titles {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}

.pro-title-bm-space {
    margin: 0px 0px 20px;
}

.profile-content {
    border: solid 3px #f3f3f3;
    padding: 15px 20px 20px;
}
.custom-file {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.custom-file input[type=file] {
    padding: 25px 0px 25px;
    height: auto;
    margin-bottom: 25px;
}
form.custom_form_style fieldset {
    border: solid 1px #f3f3f3;
    margin-bottom: 25px;
    padding: 20px 10px;
    box-shadow: 0px 0px 3px 1px #f2f2f2;
    border-radius: 15px;
}

form.custom_form_style fieldset h3.field_title {
    margin: 0px 0px 15px;
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-bottom: solid 1px #c00a27;
    padding-bottom: 15px;
}
.dark_color_block {
    background: #008f44;
    border-radius: 15px;
}

.add_color_block_pads {
    padding: 55px 25px;
    margin-bottom: 40px;
    min-height: 580px;
}
.light_color_block {
    background: #8ac43f;
    border-radius: 15px;
}
.block_middle h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0px 0px 15px;
}
section.feature_secvice {
    position: relative;
    padding: 80px 0px;
}
.block_middle p , .block_middle li {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
}

.block_middle p br {
    /* display: none; */
}

.block_middle {
    margin: 35px 0px;
    min-height: 160px;
}
section.feature_secvice:after {
    content: '';
    position: absolute;
    left: -5vw;
    bottom: 10vw;
    background-image: url(/assets/images/new/feature_service_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 233px;
    height: 490px;
}

section.feature_secvice:before {
    content: '';
    position: absolute;
    right: 6vw;
    top: 8vw;
    background-image: url(/assets/images/new/feature_service_before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 42px;
    height: 46px;
}

.make_left_img {
    float: right;
}
section.abt_section .row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.add_left_space {
    padding-left: 35px;
}
section.abt_section:after {
    content: '';
    position: absolute;
    right: 11vw;
    bottom: 15vw;
    background-image: url(/assets/images/new/abt_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 41px;
    height: 44px;
    z-index: 9;
}

section.abt_section:before {
    content: '';
    position: absolute;
    right: 3vw;
    top: 15vw;
    background-image: url(/assets/images/new/abt_before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
    z-index: 9;
}
section.service_section, .innerheader {
    background-image: url(/assets/images/new/service_section_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 35px 0px 50px;
    position: relative;
}
.white_titles h3,.white_titles p {
    color: #fff;
}

section.invest_section .row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

section.invest_section {
    padding: 80px 0px;
    position: relative;
}

.small_block {
    margin-bottom: 25px;
    padding: 40px 25px !important;
    border-radius: 20px;
}

.small_block h4 {
    font-size: 50px;
    margin-bottom: 15px;
}
a.green_btn {
    display: inline-block;
    margin: 15px 0px 0px;
    padding: 15px 35px;
    background: #008f44;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: all 0.5s linear;
}
a.green_btn:hover {
    background: #8ac43f;
}
.add_top_space {
    margin-top: 70px;
}
section.customer_section {
    background-image: url(/assets/images/new/customer_section_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 20em 0px 12em;
    position: relative;
}
.testi_block img {
    margin-bottom: 20px;
}

ul.starts {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}
ul.starts li {
    color: #8ac43f;
    margin: 0px 6px;
}

ul.starts li:first-child {
    margin-left: 0px;
}

ul.starts li:last-child {
    color: #fff;
}

.testi_block p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.tesi_info h4 {
    margin: 0px 0px 10px;
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.tesi_info h5 {
    color: #8ac43f;
    margin: 0px 0px 0px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.middle_row_custom {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 5em 0px 40em;
    position: relative;
}
.first_row_customer {
    margin-top: 10em;
    position: relative;
}
section.customer_section:before {
    content: '';
    position: absolute;
    right: 22vw;
    top: 5em;
    background-image: url(/assets/images/new/customer_section_before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 488px;
    height: 302px;
    z-index: -1;
}

.first_row_customer {
    position: relative;
}

.first_row_customer:before {
    content: '';
    position: absolute;
    left: -7vw;
    top: -7vw;
    background-image: url(/assets/images/new/custom_tesi_after_one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.middle_row_custom:before {
    content: '';
    position: absolute;
    left: -6vw;
    top: 10vw;
    background-image: url(/assets/images/new/custom_tesi_after_three.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 41px;
    height: 44px;
}

.middle_row_custom:after {
    content: '';
    position: absolute;
    right: -6vw;
    top: 3vw;
    background-image: url(/assets/images/new/custom_tesi_after_two.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
}
.process_col {
    padding-bottom: 15px;
    position: relative;
    box-shadow: 0px 0px 7px 0px #23365380;
}
.make_after_column:after {
    content: '';
    position: absolute;
    left: -8em;
    top: 7em;
    background-image: url(/assets/images/new/work_dots_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 172px;
    height: 30px;
}
section.process_section {
    margin-top: -45em;
    position: relative;
    margin-bottom: 150px;
}

section.process_section:before {
    content: '';
    content: '';
    position: absolute;
    right: 15vw;
    top: -10vw;
    background-image: url(/assets/images/new/custom_tesi_after_four.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 41px;
    height: 44px;
}
section.process_section:after {
    content: '';
    position: absolute;
    left: 5vw;
    bottom: 15px;
    background-image: url(/assets/images/new/abt_before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
}
.make_this_row_before:before {
    content: '';
    position: absolute;
    left: -10vw;
    top: 5vw;
    background-image: url(/assets/images/new/custom_tesi_after_four.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 41px;
    height: 44px;
}

.make_this_row_before {
    position: relative;
}
section.sub_section {
    margin: 26em 0px 7em;
}
.make_sub_one {
    position: relative;
}

.make_sub_one:after {
    content: '';
    position: absolute;
    top: 0vw;
    right: 0px;
    background-image: url(/assets/images/new/subs_before_one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 28px;
    height: 28px;
}

.make_sub_two:before {
    content: '';
    position: absolute;
    bottom: -2vw;
    left: -10vw;
    background-image: url(/assets/images/new/subs_after_one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 28px;
    height: 30px;
}

.make_sub_two:after {
    content: '';
    position: absolute;
    top: 2vw;
    right: -10vw;
    background-image: url(/assets/images/new/subs_after_two.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.make_column_af_bf {
    position: relative;
}

.make_column_af_bf:after {
    content: '';
    position: absolute;
    left: -10vw;
    bottom: 4vw;
    background-image: url(/assets/images/new/abt_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 41px;
    height: 44px;
    z-index: 9;
}

.make_column_af_bf:before {
    content: '';
    position: absolute;
    left: -5vw;
    top: -1vw;
    background-image: url(/assets/images/new/abt_before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
    z-index: 9;
}

.make_column_af_bf_two {
    position: relative;
}

.make_column_af_bf_two:after {
    content: '';
    content: '';
    position: absolute;
    right: -8vw;
    bottom: 0vw;
    background-image: url(/assets/images/new/subs_after_one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 28px;
    height: 30px;
    z-index: 9;
}

.make_column_af_bf_two:before {
    content: '';
    position: absolute;
    right: -5vw;
    top: 10vw;
    background-image: url(/assets/images/new/custom_tesi_after_one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
    z-index: 9;
}

.make_row_after_before_one {
    position: relative;
}

.make_row_after_before_one:before {
    content: '';
    position: absolute;
    left: -12vw;
    top: 0vw;
    background-image: url(/assets/images/new/service_before-one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
    z-index: 9;
}

.make_row_after_before_one:after {
    content: '';
    position: absolute;
    right: -8vw;
    bottom: -25vw;
    background-image: url(/assets/images/new/service_before-two.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 36px;
    z-index: 9;
}
section.service_section .light_color_block {
    min-height: 420px;
    margin-bottom: 35px;
}
.make_row_after_before_two:before {
    position: absolute;
    left: -12vw;
    top: 0vw;
    background-image: url(/assets/images/new/service_after-one.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 44px;
    height: 47px;
    z-index: 9;
}

.make_row_after_before_two {
    position: relative;
    float: left;
}

.make_row_after_before_two:after {
    content: '';
    position: absolute;
    right: -10vw;
    bottom: 0vw;
    background-image: url(/assets/images/new/service_after-two.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 41px;
    height: 44px;
    z-index: 9;
}

section.top_home_section img {
    max-height: 600px;
}
section.abt_section img.full_width_img {
    min-height: 500px;
    border-radius: 100px;
}
section.abt_section .img-sec {
    display: table;
    float: right;
    position: relative;
}

section.abt_section .img-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #008f44;
    transform: rotate(-5deg);
    position: absolute;
    border-radius: 100px;
}
.img-wrap img {
    border-radius: 0px 0px 0px 240px;
}

.img-wrap {
    display: table;
    float: left;
    position: relative;
}

/*.img-wrap:before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: calc(100% - 0px);*/
/*    background-color: #8ac43f;*/
/*    position: absolute;*/
/*    border-radius: 0 0 0 170px;*/
/*    left: -12px;*/
/*    transform: rotate(1.9deg);*/
/*    top: 19px;*/
    
/*}*/
img.pt_log {
    /* filter: brightness(0) invert(1); */
}
.make_sub_two {
    margin-top: 55px;
    /* border-top: solid 1px #000; */
    /* padding-top: 36px; */
}
.endUser {background: #fff !important;}

.side_bar {background: #1a1a1a;min-height: 150px;padding: 20px 20px;}

.side_bar li {margin-bottom: 15px;}
ul.inPageNavigation {width: 100%;}

ul.inPageNavigation li{float: left;margin-right: 5px;}



ul.inPageNavigation li a {color: #fff;background: #008f44;padding: 10px;border-radius: 5px;}

ul.inPageNavigation {margin-top: 15px;}

ul.inPageNavigation li a.active {background: #1a1a1a;}



.assetRow {margin: 25px;border: 1px solid #dfdfdf;padding: 15px;}

.assetRow ul {padding-left: 0;}
ul.assetYearUl {width: 12%;float: left;list-style: none;padding: 0;}

ul.assetYearUl li {border: 1px solid;margin: 4px;text-align: center;}
.assetRow h3 {font-size: 20px;text-align: center;}
.clear{ clear: both !important; }
.carryOverBox {width: 45%;margin: 20px 0;border: 1px solid;}
span.carryoverDelete,span.carryoverEdit {cursor: pointer;border: 1px solid #e2e2e2;width: auto;display: block;margin-bottom: 3px;padding: 0 6px;}
.carryOverBox {float: left;margin-right: 10px;}
span.assetsDelete, span.assetsEdit {cursor: pointer;border: 1px solid #e2e2e2;margin-bottom: 3px;padding: 7px 9px;}
span.assetsEdit {background: #d4d4d4;color: #000;}
span.assetsDelete.Delete {background: #ff4007;color: #fff;}
span.carryoverEdit {background: #d4d4d4;}
span.carryoverDelete.Delete {background: #ff4007;color: #fff;}
.sheetBox {height: 100px;border: 1px solid #969696;margin-right: 2px;margin-bottom: 20px;}


section.products_section {
    padding: 80px 0px 40px;
}

.pro_box {
    position: relative;
}

.pro_box img {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.pro_img {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 100%;
}

h3.price_pro {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0px 0px 20px;
}

h4.title_pro {
    margin: 0px 0px 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #8ac43f;
}

a.add_to_cart {
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #008f44;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s linear;
    color: #fff;
    border-radius: 60px;
}

.products_list div.col-sm-3:hover a.add_to_cart {
    background: #8ac43f;
}

.products_list .pro_img:hover img.nor_img {
    opacity: 0;
}

.products_list .pro_img:hover img.flip_img {
    opacity: 1;
}

.products_list .pro_img img.nor_img {
    opacity: 1;
}

img.flip_img {
    opacity: 0;
}
h3.pageTitle {
    color: #008f44;
    font-size: 55px;
    margin-bottom: 50px;
}
.counter_order_form {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    float: right;
    margin-top: 29px;
}
.counter_order_form p {
    color: #aaa;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    margin: 9px 12px 0px 0px;
}
.counter_order_form select {
    padding: 10px;
    border: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}



ul.page_breadcrumb {
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
ul.page_breadcrumb li:first-child {
    margin-left: 0px;
}
ul.page_breadcrumb li a, ul.page_breadcrumb li {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
ul.page_breadcrumb li {
    margin: 0px 15px;
    position: relative;
}
ul.page_breadcrumb li:after {
    content: '\f105';
    position: absolute;
    right: -18px;
    top: 1px;
    font: normal normal normal 16px/1 FontAwesome;
}



.product_summary h2, .product_summary p {
    color: #fff !important;
}

.quantity.buttons_added {
}
.quantity input[type=number] {
    width: 60px;
    text-align: center;
    border: none;
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.quantity input[type=button] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 25px;
    background: #fff;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgb(0 0 0 / 8%);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    border-radius: 50px!important;
    color: #444;
}
.quantity {
    display: flex;
    display: -webkit-flex;
}


button#submit {
    padding: 10px 15px;
    background: #008f44;
    color: #fff;
    border-radius: 35px;
    border: solid 1px #008f44;
}
section.product_main_description {
    margin: 50px 0px;
}
.product_main_description ul.nav-tabs {
    display: flex;
    display: -webkit-flex;
    /* justify-content: center; */
    /* align-items: flex-end; */
    border: none;
    /* margin: 80px 0px; */
}
.product_main_description ul.nav-tabs li {
    margin: 0px 16px;
}
.product_main_description ul.nav-tabs li.active a {
    border: none;
    border-bottom: solid 2px #5e5e5e;
    padding: 13px;
}
.product_main_description ul.nav-tabs li a {
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
}


table.cart_table tr th {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}
table.cart_table tr td {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

table.cart_table tr td img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

table.cart_table tr td a.remove_cart_icon {
    background: #fff;
    border-radius: 50%;
    color: #000;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.5s linear;
}

table.cart_table tr td a.remove_cart_icon:hover {
    background: #8b2d8c;
    color: #fff;
}

table.cart_table tr td a.product_title {
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #008f44;
}

table.cart_table tr td p.price span {
    font-size: 17px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 500 !important;
    color: #ffffff;
}
.coupon {
    float: left;
}

.coupon input {
    padding: 10px;
    font-size: 16px;
    height: 45px;
    background-color: rgba(0,0,0,0.04);
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0);
}

.coupon input[type=submit] {
    height: 45px !important;
    padding:12px !important;
}
.coupon button,table.cart_table button
{
    padding: 10px 20px;
    font-size: 16px;
    height: 45px;
    background: #008f44;
    border: none;
    color: #fff;
    border-radius:5px;
}
.make_txt_left tr th,.make_txt_left tr td {
    text-align: left !important;
}
.shipping-methods li {
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.shipping-methods li p {
    display: inline-block;
    font-weight: 600 !important;
}

.shipping-methods li label {
    margin-left: 5px;
}

.shipping-methods li input {
    position: relative;
    top: 2px;
}

.shipping-methods li p span {
    color: #fff;
}

html .shipping-methods li label p span {
    color: #8b2d8c !important;
    font-weight: 600 !important;
}
p.shipping-destination {
    font-size: 14px;
    font-weight: 200;
    color: #ffffff;
}
.cart_totals button {
    padding: 23px 0px;
    font-size: 18px;
    background: #008f44;
    border: none;
    color: #fff;
    width: 100%;
    font-weight: 600;
    border-radius: 8px;
}
section.cart_totals {
    margin-bottom: 55px;
}
.add_section_top_margin {
    margin-top: 50px;
}
.checkout_messages p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.checkout_messages {
    padding: 12px 15px;
    background: #8b2d8c;
}

.checkout_messages p a {
    color: #fff;
    text-decoration: none;
}

section.coupon_txt {
    margin: 35px 0px;
}
.hidden_section {
    padding: 0px 15px;
    display: none;
}

.checkout_form label {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
}

.checkout_form input {
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.04);
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 4px;
    height: 38px;
    border: none;
}

.checkout_form label span {
    color: #8b2d8c;
}

.checkout_form select {
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.checkout_form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.04);
    resize: none;
    height: 80px;
    border: 2px solid rgba(0,0,0,0);
}
.checkbox_row {
    display: flex;
    display: -webkit-flex;
    font-size: 16px;
    font-weight: 600;
}

.checkbox_row input {
    width: auto;
    float: left;
}
.checkbox_row span {margin-top: 15px;display: inline-block;margin-left: 5px;}
section.checkout_form h2 {
    font-size: 30px;
}
.cart_item {
    display: flex;
    display: -webkit-flex;
    background-color: rgba(0,0,0,0.02);
    padding: 20px;
    max-height: 456px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.product-image {
    flex: 0 0 25%;
}

.product-info {
    flex: 0 0 75%;
}

.product-image img {
    width: 100px;
    height: 100px;
}

.product-info h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.product-info h4 span {
    display: block;
}

.product-info span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 600;
    color: #8b2d8c;
}
.payment_methods {
    text-align: left;
    padding: 1em;
    margin: 0;
    list-style: none outside;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    margin: 15px 0px;
}

.payment_methods img {
    width: 200px;
    margin-bottom: 35px;
}

.woocommerce-privacy-policy-text {
    text-align: left;
    padding: 1em;
    margin: 0;
    list-style: none outside;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}
table.cart_table {
    width: 100%;
    color: #fff;
}


.cart_totals {
    color: #fff;
}

ul#shipping_method label {
    color: #fff;
}.col-sm-6.checkout-left.checkout-cols {
     color: #fff;
 }

.col-md-5.checkout-right.checkout-cols {
    color: #fff;
}

.col-md-5.checkout-right.checkout-cols button {
    color: #fff;
}

input.btn.btn-primary.cstm_btn {
    padding: 10px 15px;
    background: #008f44;
    color: #fff;
    border-radius: 35px;
    border: solid 1px #008f44;
}

.feature_secvice .block_middle {
    min-height: 160px;
}
.innerheader h1 {
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
}
.contentsec {
    background-color: #fff;
    padding-bottom: 6em;
    padding-top: 4em;
}

.contentsec h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 20px;
}

.contentsec p {
    font-size: 17px;
    line-height: 1.6;
}
i.ratingFilled {
    color: #ffae00;
}
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}
.resRating {
    clear: both;
    margin-top: 100px;
    display: flex;
    font-size: 18px;
}

.resRating p {
    font-weight: 700;
    margin-right: 10px;
    /* font-size: 16px; */
}
span.ViewReviews {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #c00a27;
}
.reviewStatus_1{
    color: #fff;
    background: #e79603;
    padding: 11px;
    width: fit-content;
    border-radius: 18px;
    position: absolute;
    top: 0;
    right: 0;
}
.reviewStatus_2{
    color: #fff;
    background: #17ab1b;
    padding: 11px;
    width: fit-content;
    border-radius: 18px;
    position: absolute;
    top: 0;
    right: 0;
}
.reviewStatus_0{
    color: #fff;
    background: #f10909;
    padding: 11px;
    width: fit-content;
    border-radius: 18px;
    position: absolute;
    top: 0;
    right: 0;
}
.reviewRow {
    position: relative;
}
.txt_small_block {
    margin-bottom: 30px;
    padding: 20px;
}

.txt_intro h3 {
    font-size: 30px;
    margin: 0px 0px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #8ac43f;
}

.txt_intro p, .txt_intro li {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #0b1213;
    line-height: 25px;
}
section.tax_pages_section {
    padding: 8em 0px;
}
.txt_small_block .row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 250px;
    z-index: 9;
    background: #008f44;
    height: 0px;
    overflow: hidden;
}

ul.sub-menu li {
    padding: 10px;
    margin: 0px;
    z-index: 999;
    position: relative;
    transition: all 0.5s linear;
}

ul.sub-menu li:last-child a,ul.sub-menu li a {
    padding: 0px !important;
    background: transparent !important;
    border: none;
    color: #fff;
}

ul.sub-menu li:last-child:hover, ul.sub-menu li:hover {
    background: #8ac43f;
}

ul.sub-menu li:last-child:hover a, ul.sub-menu li:hover a {
    color: #fff;
}

ul.header_menu li.have_child_list:hover {}

ul.header_menu li.have_child_list:hover ul.sub-menu {
    height: auto;
    overflow: visible;
}
ul.header_menu li:hover ul.sub-menu li a, ul.header_menu li ul.sub-menu li a{
    color:#fff
}
ul.starts i {
    font-size: 22px;
    margin-right: 8px;
}

.tesi_info {
    background-color: #016631;
    display: table;
    border-radius: 0px 30px 30px 0px;
    margin-left: 80px;
}

.tesi_info h4 {
    margin-bottom: 0;
    padding: 13px 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
div#review_slider img {
    width: unset;
}
#review_slider .owl-nav {
    display: flex;
    margin-top: -48px;
    position: relative;
    z-index: 999;
}

#review_slider .owl-nav i {
    width: 40px;
    color: #fff;
    font-size: 30px;
    background-color: #02582b;
    text-align: center;
    height: 48px;
    line-height: 1.5;
}
p.revtext {
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonialbox {
    background-color: #008f44;
    padding: 25px;
    border-radius: 7px;
    min-height: 480px;
}

.testimonialbox > img {
    margin-bottom: 30px;
}

.testimonialbox * {
    color: #fff;
}

.testimonialbox p {
    font-size: 16px;
}
.revauth h4 {
    margin-top: 26px;
    font-weight: 600;
    font-size: 20px;
}
p.revfulltext {
    min-height: 290px;
}
.container-fluid.body_color h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.container-fluid.body_color  input {
    width: 100%;
    border-radius: 0;
    padding: 13px !important;
    border: 0;
    height: unset;
    background-color: #e8f0fe;
}

.container-fluid.body_color label {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.container-fluid.body_color p {
    font-size: 16px;
}

.container-fluid.body_color  input[type="checkbox"] {
    width: unset;
    margin-top: 0;
}

.container-fluid.body_color button {
    width: 160px;
    border-radius: 50px;
    background-color: #008f44;
    font-size: 17px;
    font-weight: 600;
    border: 0;
}

.container-fluid.body_color a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
}

.container-fluid.body_color  input:focus{
	box-shadow: unset;
}
.center_all_txt {
    text-align: center;
}
.less_top_space {
    margin-top: 0em !important;
}
.single_set_section {
    margin-top: 0px !important;
}
.txt_intro li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.txt_intro li:before {
    content: "\f105 ";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}

.txt_intro ul {
    margin-top: 20px;
    display: block;
}
.feature_secvice .even-columns .block_middle {
    height: 260px;
    overflow-y: auto;
}
header .container {
    width: 1320px;
}
.financial_page .add_color_block_pads {
}

.block_middle h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.block_middle strong {
    color: #fff;
    margin: 15px 0;
}

.block_middle li {
    margin-bottom: 18px;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.block_middle li:before {
    content: "\f105 ";
    position: absolute;
    left: 5px;
    font-family: 'FontAwesome';
}


.feature_secvice .even-columns .block_middle::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.feature_secvice .even-columns .block_middle::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.feature_secvice .even-columns .block_middle::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

ul.social-large li {
    display: inline-block;
}

ul.social-large i {
    font-size: 40px;
}

ul.social-large li {
    margin: 0 25px;
}

ul.social-large {
    margin: 40px 0;
}
section.invest_section .add_color_block_pads {
    min-height: unset;
}
html .content-section {
    background-color: #fff;
    padding: 5em 0;
}
.content-section .txt_small_block {
    background-color: transparent;
    padding: 0;
}
.content-section h5 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
}
a.godown {
    position: fixed;
    top: 300px;
    background-color: #000;
    right: 10%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2;
    border-radius: 50px;
}

a.godown:hover {
    background-color: #008f44;
}


.mouse_scroll {
	display: block;
	margin-left: auto;
	width: 24px;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 0px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.block_header_img {
    height: 100px;
}
footer p {
    line-height: 1.8;
}
.white p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.financialTable b {
    font-weight: 600;
}

.financialTable tr:nth-child(even) {
    background-color: #ccc;
    background: linear-gradient(0deg, #d9d9d9 0%, #f1f1f1 95%);
}

.financialTable {
    width: 100%;
    border-collapse: separate;
}

.financialTable>tbody>tr>td {
    line-height: 2;
    font-size: 15px;
    font-weight: 400 !important;
}

table.table.financialTable tr:first-child {
    background-color: #008f44;
    color: #fff;
}

table.table.financialTable tr:first-child, table.table.financialTable tr:first-child * {
    font-size: 15px !important;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
i.fa.fa-phone-square{
color: #008f44;
    font-size: 20px;
    margin-right: 10px;
}

