/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background-color: #ffffff;
    /* Optional */
  
}

p {
    font-family: 'poppins';
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'poppins';
    font-weight: 400 !important;
}

section {
    padding: 80px 4%;
    
}

.container,
.wrapper,
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    padding: 5px ! important;
}





#mobo_option {
    display: none;
}







#close_menubar {
    float: right;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f7efef;
}



.btn1 {
    background-color: #771209 ! important;
    color: white;
    padding: 15px;
    min-width: 180px;
    border-radius: 30px;
}



.btn-primary {
    color: #000;
    /* background-color: #429bcf; */
    border-color: #ded3d3;
    border-radius: 30px;
    padding: 6px 35px;
    /* background-color: white; */
    /* background: linear-gradient(to right, #b60f0f, #620a0a); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: #88888800;
    font-size: 12px;
}


@media (min-width: 200px) and (max-width: 1200px){
  

    
}