
@media screen and (max-width:700px){
    * {
        box-sizing: border-box;
    }
    html, body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }
    
    .row33, .benefit_boxss {
        width: 100% !important;
        max-width: 100vw;
        padding: 15px;
        box-sizing: border-box;
        overflow: hidden;
        word-wrap: break-word;
    }
	header {
    background: #0b1c0e;
    width: 100%;
    padding: 10px 20px;
    overflow: visible;
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    z-index: 50;
    height: auto;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
    flex-wrap: wrap;
}

.mobile_home {
    display: block;
    font-size: 35px;
    font-weight: 800;
    color: white;
    cursor: pointer;
}
	
	header .head_txt {
    display: none;
    width: 100%;
    background: #112615;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
    
    header .head_txt a {
        width: 100%;
        text-align: center;
    }

    .login_btn {
        margin: 10px auto;
        width: 80%;
        text-align: center;
        background: linear-gradient(45deg, #2e7d32, #4caf50);
        color: white !important;
    }

.add_height{
	height: 185px !important;
	transition:0.3s;
}

header .logo h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
header .logo img {
    width: 60px;
    height: 60px;
}

.login {
    background: white;
    height: auto;
    margin: 3% 5px;
    box-shadow: 0px 0px 10px 0px #00000024;
    border-radius: 0px;
    padding: 34px 24px;
    width: 100%;
}

.main3 h1 {
    font-weight: 400;
    margin: 13px 0px 33px;
    font-size: 16px;
    text-align: center;
}

.main3 form .input_box {
 border: 1px solid #c1c1c1;
    width: auto;
    border-radius: 4px;
    margin: 16px auto;
}
.main3 form .input_box p {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: gray;
    position: absolute;
    top: -9px;
    background: white;
    width: fit-content;
    left: 16px;
}
.main3 {
   margin: 0px;
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #80808036;
    border-radius: 0px;
}


.container {
   background: white;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    box-shadow: 0px 0px 10px 0px #0000001f;
    overflow-x: auto;
    height: 400px;
}

.card_row {
    background: #4caf50;
    margin: 0px;
    padding: 0px;
    display: flex;
    box-shadow: 0px 0px 10px 0px #0000001f;
    width: 100%;
    color: white;
    font-weight: 600;
}

.card_row2 {
    display: flex;
    width: 100%;
}
.divider {
    background: transparent;
    width: 250px;
    padding: 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #00000026;
    margin: 5px;
}
.main3 form img {
   width: 100px;
   max-width: 80%;
    height: 100px;
    border: 0px;
    margin: 0 auto;
    position: relative;
    transform: unset;
    left: unset;
}

.divider .num {
    width: fit-content;
    background: #4caf50;
    color: white;
    padding: 5px 10px;
    position: absolute;
    z-index: 5;
    left: -17px;
    top: -6px;
    border-radius: 0px;
}

.block_screen_loading .loader {
  width: 50px;
    height: 50px;
    border: 10px solid white;
    border-bottom: 10px solid black;
    border-radius: 100%;
    margin: 50% auto;
    animation: loader 2s linear infinite;
    background: #4caf5082;
}


.save_contact_popup {
    background: white;
    width: 78%;
    padding: 34px;
    position: fixed;
    z-index: 4;
    top: 51px;
    left: 50%;
    transform: translate(-50%, 39px);
    border-radius: 5px;
    box-shadow: 0px 0px 42px 0px #00000038;
}

.display_flex {
    flex-direction: column-reverse;
    padding: 15px;
}
.side1, .side2 {
    width: 100%;
    padding: 10px;
}
.row_backimg .flex_box {
    flex-direction: column;
}
.row_backimg {
    padding: 20px;
}
.row2 {
    padding: 15px;
}
.search_box {
    width: 90%;
}
.wtsp_chat img {
    width: 45px;
}
}
