/*Reset CSS*/
:root {
    --color1: #26ab4a;
    --color2: #00bb27;
    --light_gray: #f7f7f7;
    --gray-dark: #343a40;
}

html {
    height: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
    color: #666;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

section {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}

body p,
li {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    line-height: 1.4;

}

ol,
ul {
    list-style: none;
    padding-left: 0;
}

.list_fs_0 {
    font-size: 0;
}

* {
    text-decoration: none !important;
    max-width: 100%;
    outline: none !important;
}

.radius_50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.radius_30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
}


.mt_120 {
    margin-top: 120px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_0 {
    margin-bottom: 0;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}
.bg_cover{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: var(--light_gray);
}

.bg_green {
    background-color: var(--color1);
}

.text_green {
    color: var(--color1);
}

.pos_rel {
    position: relative;
}

.pos_abs {
    position: absolute;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_900 {
    font-weight: 900;
}

.ttc {
    text-transform: capitalize;
}

.ttu {
    text-transform: uppercase;
}

.d_ib {
    display: inline-block;
}

.section_space {
    padding: 50px 0px;
}

.btn_common {
    color: var(--color1);
    background: none;
    line-height: 1;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    min-width: 120px;
    border: 2px solid var(--color1);
    text-align: center;
    position: relative;
    transition: all 0.1s linear;
}

.btn_common:hover {
    background: var(--color1);
    color: #fff;
}

.header_space {
    height: 90px;
}

/*Header*/
#header {
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0px 0px 3px 0px #aaa;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#header .tel_link {
    color: var(--color1);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: 20px;
}

#header .tel_link:hover {
    color: var(--color2);
}

#header .header_btn {
    top: 15px;
}

.banner_section h1 {
    color: #212121;
    font-weight: 700;
    line-height: 1.1;
}

.banner_section .price_area .lead_text {
    font-size: 18px;
}

.banner_section .price_area h2 {
    font-size: 34px;
    line-height: 1;
}

.banner_section .price_area .note_text {
    font-size: 14px
}

.banner_section .price_area h4 {
    color: #333;
}

/*Product section*/
.product_section .prod_dtl_tbl td{
    padding: 8px;
    border: 1px solid #ddd;
}
.product_section .prod_dtl_tbl td.label{
    font-weight: 600;
}
.product_section .lead_detail {
    font-size: 17px;
}
.product_section .lead_detail strong {
    color: #333
}
.product_section .prod_sub_imgs li{
    display: inline-block;
    width: 50%;
    overflow: hidden;
    margin-top: 10px;
}
.product_section .prod_sub_imgs li:nth-child(1){
    padding-right: 5px;
}
.product_section .prod_sub_imgs li:nth-child(2){
    padding-left: 5px;
}
.product_section img{
    display: block;
    cursor:grab;
   transition: border-radius 0.5 linear;
}
.product_section img:hover{
    opacity: 0.7;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    
}
.product_section .pros_list li{
    position: relative;
    padding: 5px 0px 5px 35px;
    margin-bottom: 10px;
}

.product_section .pros_list li::before{
    content: url(../images/tick.png);
    position: absolute;
    left: 0;
}

 /*Order Section*/
 .order_section #formBox {
     padding: 50px 40px;
     max-width: 500px;
     border-radius: 5px;
     box-shadow: 20px 20px 50px 10px rgba(0, 0, 0, .4);
 }

 .order_section #formBox h4 {
     line-height: 1;
     margin-bottom: 15px;
 }

 .order_section #formBox .form-group {
     margin-bottom: 15px;
 }

 .order_section #formBox .form-group label {
     font-size: 17px;
     line-height: 1;
     margin: 0 auto 3px;
     display: block;
     color: var(--color1);
 }

 .order_section #formBox .form-group .form-control {
     height: auto;
     padding: 12px 12px 12px 20px;
     font-size: 16px;
     line-height: 1.3;
     color: #333;
     margin: 0;
     border-radius: 30px;
     border-color: var(--color1);
     background: #eee;
     box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
 }

 .order_section #formBox .form-group .form-control:focus {
     background: #fff;
 }

 .order_section #formBox .form-group .error {
     color: #ff0000;
 }

 .order_section #formBox .form-group .form-control::placeholder {
     color: #666666 !important;
     opacity: 0.3 !important
 }

 .order_section #formBox .form-group .agree_text {
     opacity: 0.8 !important;
     font-size: 14px;

 }

.order_section .form_right_content .tel_link {
    font-size: 24px;
    font-weight: 600;
    color: var(--color1) !important;
    display: block;
        
}
.order_section .form_right_content .tel_link:hover{
    color: #ff0000 !important;
        
}
.order_section .form_right_content h2 {
    font-size: 42px;
    font-weight: 700;
}
.order_section .price_area .lead_text {
    font-size: 18px;
}

.order_section .price_area h2 {
    font-size: 34px;
    line-height: 1;
}

.order_section .price_area .note_text {
    font-size: 14px
}

 /*Chevron*/
 #scroll_Top {
     color: var(--color1);
     border: 2px solid var(--color1);
     display: inline-block;
     height: 42px;
     width: 40px;
     position: fixed;
     right: 20px;
     bottom: 0;
     text-align: center;
     opacity: 0;
     transition: bottom 0.6s linear
 }

 #scroll_Top:hover {
     color: #fff;
     border: 2px solid crimson;
     background: crimson;
 }

 #scroll_Top.show {
     bottom: 20px;
     opacity: 1 !important
 }

 .fas.fa-chevron-up {
     font-size: 22px;
     line-height: 1.5;
 }

 #auto_response {
     color: var(--color1);
     border: 1px solid var(--color1);
     border-radius: 4px;
     padding: 8px;
     margin-bottom: 10px;
     display: none;
 }