.logo_img{ 
    width: 245px;
    height: 84px;
}

.bg-c-search{
    background-color:#F69321 !important;
}

.bg-c-reset{
    background-color:#F02231 !important;
}
body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Quicksand', sans-serif !important;
}
.c-border{
    border-radius: 10px !important;
}
.c-opacity{
    background: rgba(0, 0, 0, .5);
}
.parent > .choices > .choices__inner{
    border-radius: 10px !important;
}
.modal-lg {
    max-width: 80% !important;
}
.main-c-div{
    background-image: url('/static/image/Banner.svg');

    /* Set a specific height */
    min-height: 99.9%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-height{
    height:47px !important;
}
.c-margin{
    margin-left: -22px;
}
.c-m-tat{
    background-color:#E9E4F0;
}
.c-bg{
    background-color:#F2EDE9;
}
.bg-img-brochure{   
    background-image: url('/static/image/01.jpg') !important;
    /* background-repeat: no-repeat !important; */
    background-size: 100% 100% !important;  
    
}
.wd-custom{
    width:14%;
}
.custom-nav-signout{
    height:79px;
    width: 64px;
    background-color:#F02231;
    border-radius:5px;
    margin-left: -10px;
}
.profile-image{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.custom-font{
    font-size:10px;
    text-align:center;
}
.custom-signout-btn{
    background-color:#F69321 ;
    color: #f4f4f4; 
    font-size: 9px;
    border-radius: 5px !important;
    margin-bottom: 9px;
}
@media screen and (max-width: 991px) {
    .custom-reponsive {
      width:100%;
    }
}
@media screen and (max-width: 991px) {
    .custom-button-reponsive {
      width:50%;
      margin-bottom: 5px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-collapse {
      margin-top: 5px;
      
    }
}  
/* .c-img-res{
    width:100%;
    height: auto;
} */
@media screen and (max-width: 450px) {
    .c-img-res {
        width:85%;
        height: auto;  
        margin-top:5px;    
    }
}
@media screen and (max-width: 450px) {
    .c-signout-res {
        width: 37%;
        height: auto;   
    }
}
.c-signout-div-res{
    background-color:transparent;
}

@supports (-webkit-overflow-scrolling: touch) {
    .modal-body {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}