.text-desc{
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.text-desc h2{
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.text-desc strong, .text-desc b{
    font-weight: 500;
}
.text-desc ul{
    list-style-type: disc !important;
    margin-left: 20px;
    margin-top: 11px;
}
.text-desc ul li{
    list-style-type: disc !important;
    margin-left: 20px;
}
.text-desc ul li ul{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ul li ul li{
    list-style-type: circle !important;
}
.text-desc ol{
    list-style-type: decimal !important;
    margin-top: 11px;
}
.text-desc ol li{
    list-style-type: decimal !important;
}
.text-desc ol li ol{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ol li ol li{
    list-style-type: lower-roman !important;
}
.default-404{
    margin-top: 120px;
    margin-bottom: 120px;
}
#header .module-logo {
    padding: 3rem 2rem;
}
#footer .footer-second-row {
    border-top: 0px solid rgba(255,255,255,0.15);
}
.footer-second-row img{
    width: 120px;
}
#footer .footer-second-row {
  padding-bottom: 80px;
}
.background-opacity{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.whatsapp{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000000;
    border-radius: 50%;
    background-color: #4dc247;
    height: 48px;
    width: 48px;
    padding: 0px 11px;
    margin: 0px 20px 20px 0px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.whatsapp i{
    font-size: 30px;
    line-height: 48px;
    color: #fff;
}
.whatsapp:hover{
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
.form-control{
    font-weight: 400;
}
.form-control::placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7);
    opacity: 0.7;
}
.form-control textarea{
    font-family: "Helvetica Neue","Raleway",sans-serif;
}
.form-control textarea::placeholder {
    font-family: "Helvetica Neue","Raleway",sans-serif;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7);
    opacity: 0.7;
}
.kkCheck{
    display: none;
}
.gallery-row{
    margin-right: -5px;
    margin-left: -5px;
}
.privacy-col, #loadResult{
    text-align: left !important;
}
.send-col{
    text-align: right !important;
}
.page-title h1{
    margin-bottom: 5px !important;
}
body{
    margin: 0px;
}
.blog-post h1{
    font-size: 42px;
}
.errorpage{
    padding-top: 200px;
}
.errorpage a{
    color: #B88207;
}
.vertical-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 991px){

    .section-main {
        height: 520px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .slide .container.v-center {
        padding-top: 28%;
    }
    .privacy-col, #loadResult{
        text-align: center !important;
    }
    .send-col{
        text-align: center !important;
    }
    .product-single .product-content {
        padding: 2rem 1rem;
    }
}