b {
    color: #25596E;
}

.desk41 {
    background-color: #fff;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 16px;
    border-bottom: 1px solid #EDEDED;
}

.desk42 {
    width: 20rem;
    position: relative;
    left: 32px;
}

.desk42 p{
    font-size: 0.8rem;
}

.desk43 {
    position: relative;
    right: 32px;
    display: flex;
    align-items: center;
}

.desk43 p {
    font-size: 1rem;
}

.desk44{
    width: auto;
}

.desk45 {
    width: auto;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    margin-left: 1rem;
    border: 1px solid #000;
    border-radius: 44px;
    padding: 0.1rem;
}

.desk45 input {
    border: none;
    padding: 0.5rem 1rem;
    width: 250px;
    outline: none;
}

.desk45 button {
    border-radius: 44px;
    padding: 0.3rem 1rem;
    margin-right: 0.15rem;
    border: 0;
    background-color: #25596E;
    color: #fff;
    cursor: pointer;
}

.desk45 button:hover {
    background-color: #25596E;
}

/*  footer-1 end   */ 

.desk46 {
    width: 100%;
    height: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #EDEDED;
}

.desk47 {
    display: flex;
    flex-direction: column;
    margin: 0 2rem;
    height: 18rem;
    width: 20rem;
}

.desk48 {
    width: 60rem;
}

.desk50 {
    margin: 0 auto;
    margin-top: 1rem;
}

.desk50 img {
    width: 2.5rem;
    height: 2.5rem;
}

.desk51 {
    margin: 0 auto;
    justify-content: center;
    font-size: 0.8rem;
}

.desk51 p {
    margin-top: 0.5rem;
}

.desk52 {
    display: flex;
    margin-top: 1rem;
    font-size: 0.8rem;
}

.desk49 {
    justify-content: left;
}
.desk53 {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

.desk54 img {
    width: 1.5rem;
    height: 1.5rem;
}

.desk55 {
    margin-left: 1rem;
}

.desk55 a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.desk55 a:hover {
    font-weight: bold;
    color: #25596E;
}

.desk57 {
    margin-top: 2rem;
    font-size: 0.8rem;
}

.desk58 {
    margin-top: 1rem;
    display: flex;
    justify-content: left;
    cursor: pointer;
}

.desk59 img {
    width: 1.5rem;
    height: 1.5rem;
}

.desk60 {
    margin: 0 1rem;
}

.desk60 img {
    width: 1.5rem;
    height: 1.5rem;
}

.desk63 {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    font-size: 0.8rem;
}

.desk63 a {
    text-decoration: none;
    color: #000;
    margin-top: 1rem;
}

.desk63 a:hover {
    font-weight: bold;
    color: #25596E;
}

.desk48 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.desk61 {
    margin: 0 auto;
}









/* As per Screen CSS*/

@media (min-width: 321px) and (max-width: 480px) {
    
    /* Footer Section 1 */
    
    .desk41 {
        display: contents;
        padding: 0;
    }
    
    .desk42 {
        left: 0;
        margin: 9px 18px 9px 18px;
        width: auto;   
        padding-bottom: 18px;
        border-bottom: 1px solid #ededed;
    }

    .desk43 {
        margin: 9px 18px 9px 18px;
        display: contents;
        right: 0;
    }
    
    .desk44 {
        margin: 0 18px;
        padding-bottom: 5px;
    }
    
    .desk45 {
        display: contents;
        margin: 0 18px 18px 18px;
        padding: 0 0 18px 0;
        border-bottom: 1px solid #000;
        background-color: #ededed;
        border-radius: 0;
    }
    
    .desk45 form {
        display: contents;
    }

    .desk45 input {
        width: 215px;
        margin: 0 0 18px 18px;
        border-radius: 10px;
        margin-top: 4px;
        border: 1px solid #000;
    }
    
    .desk45 button {
        border-radius: 10px;
    }
    
    /* Footer Section 2 */
    
    .desk46 {
        display: contents;
    }
    
    .desk47 {
        height: auto;
        width: auto;
        padding-bottom: 9px;
        margin: 0 18px 9px 18px;
        border-bottom: 1px solid #ededed;
    }
    
    .desk48 {
        display: contents;
    }
    
    .desk61 {
        margin: 0 18px;
    }
    
    .desk63 {
        margin: 0 18px 18px 18px;
    }
}

/*
@media (max-width: 320px)
@media (min-width: 321px) and (max-width: 480px)
@media (min-width: 481px) and (max-width: 600px)
@media (min-width: 601px) and (max-width: 900px)
@media (min-width: 901px) and (max-width: 1200px)
@media (min-width: 1201px) and (max-width: 1800px)
@media (min-width: 1801px)
*/



