body {
    font-family: 'Roboto', sans-serif;
}

.dashboard_header {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #EC0879!important;
    text-transform: uppercase;
    border-bottom: solid 1px #EC0879!important;
}

.profile-block h1 {
    font-size: 18px;
    font-weight: 700;
    color: #1d2555;
    border-bottom: solid 1px #c6c8d4;
    padding-bottom: 15px;
    margin-bottom: 45px;
}


.report {
    margin-top: 2%;
    margin-bottom: 8%;
    margin-right: 2%;
    height: 350px;
    min-height: 320px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    border: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}


.pagination {
    display: inline-block;
    padding-left: 10px!important;
    margin: 0 !important; 
    border-radius: 4px;
}

.subheading {
    font-size: 16px;
    font-family: 'Roboto'; 
    font-weight: 500;
    color: #757575;
    text-align: left;
    text-transform: uppercase;
}

p.link {
    margin-top: 7%;
    font-family: 'Roboto';
    font-weight: 500!important;
    font-size: 13px;
    color: #080F5D;
    opacity: 100%;
}

button.link {
    display: block;
    border: 2px solid #080F5D;
    background-color: #fff;
    color: #080F5D;
    border-radius: 5px;
    width: 90%;
    height: 68px;
    margin-top: 17%;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
}


.dropdown {
    display: inline-block;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

.dropbtn {
    color: #000;
    background-color: transparent;
    border: none;
    font-family: 'Roboto';
    font-size: 18px;
    position: relative;
    padding: 20px 30px;
}

.dropdown-content {
    /*margin: 2%;*/
    padding: 7px;
    font-size: 12;
    font-family: 'Roboto';
    min-width: 250px;
    display: none;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 1.7px;
    position: absolute;
}
.dropdown-content a {
    margin-top: 5px;
    color: black;
    padding: 2px;
    text-decoration: none;
    display: block;
    text-align: left;
}

li a {
    /*display: block;*/
    display: inline-block;
    color: black;
    text-align: center;
    text-decoration: none;
    /*font-family: 'Roboto';*/
    font-size: 15px;
}

.update {
    display: block;
    background-color: #080F5D;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 90%;
    height: 68px;
    margin-top: 47%;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
}


.call-me {
    display: inline;
    margin-left: 2%;
    background-color: #EC0879;
    color: white;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    width: 17vw;
    height: 70px;
    border-radius: 5px;
    padding: 0;
    border: none;
    /*margin-top: 43%;*/
}

h6.desktop-intro {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #333333;
}

h2.desktop-intro {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 50px;
    color: #333333;
    margin-bottom: 0%;
}


#page-wrapper .contact-details-top-wrapper .contact-details-item ul.top-bar-social-wrap li {
    /*padding: 0 10px;*/
    color: #fff;
    font-size: 14px;
}

.top-bar-contact{
    font-size: 13px;
}

.download {
    display: block;
    background-color: #080F5D;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 90%;
    height: 68px;
    margin-top: 47%;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}


Dashboard Menu

.dropbtn {
  background-color: #fff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #fff;}

.header ul {
     overflow: inherit;
}

.dashboard_h4{
    font-size: 22px;
    font-family: 'Roboto';
    line-height: 2.8rem;
    font-weight: bold;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .header ul {
        overflow: hidden;
    }
    .header ul {
        display: flex;
        flex-direction: column;
    }
    .menu li a {
         text-align: left; 
         padding: 10px 20px; 
    }
    
    #mobile_d{display:block;}
    #other_d{display:none;}

    .call-me {
        
        width: 57vw;
        margin-left: 0;
        height: 61px;
        margin-top: 4%;
            
    }
        
    .dashboard_h4 {
        font-size: 16px;
        line-height: 2.2rem;
        margin-top: 5%;
    }
    
    h2.desktop-intro {
        font-size: 26px;
        margin: 2% 0;
    }
    
    .nonhome {
        margin-top: 41px;
    }
    
    .download {
        font-size: 18px;
        height: 59px;
    }

}



.showsubmenu{
    overflow:inherit;
}

.hidesubmenu{
    overflow:inherit;
}


/*CSS from UI Template*/




@media screen and (max-width: 576px) {
    
    .header ul {
        display: flex;
        flex-direction: column;
    }
    
    .dropbtn {
      color:#000;
      background-color: transparent;
      border: none;
      font-family: 'Roboto';
      font-size: 18px;
      position: relative;
      padding: 12px 20px;
    }
    
    #mobile_d{display:block;}
    #other_d{display:none;}
    
    .call-me {
        width: 57vw;
        margin-left: 0;
        height: 61px;
        margin-top: 4%;
    }
    
    .dashboard_h4 {
        font-size: 16px;
        line-height: 2.2rem;
        margin-top: 5%;
    }
    
    h2.desktop-intro {
        font-size: 26px;
        margin: 2% 0;
    }
    
    .nonhome {
        margin-top: 41px;
    }
    
    .download {
        font-size: 15px;
        height: 59px;
    }
    
}


.changesocialbutton {
    height:36px!important;
    width:227px!important;
}

p.blog {
    font-size: 18px;
    font-family: 'Roboto';
    margin-bottom: 35px;
}

h5.blog {
    font-size: 20px;
    font-family: 'Roboto';
    color: #080F5D;
    font-weight: bold;
    line-height: 1.4;
}

h5.blog a{
    color: #080F5D;
    cursor:pointer;
    
}

a:hover {
    color: #23527c;
    text-decoration: none;
}


@media (min-width: 280px) and (max-width: 580px){

    .search-box .btn {
        padding: 10px 17px !important;
        text-indent: -999px;
    }
    
    .search-box .srch_rgt .srch {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
         padding: 10px 10px 10px 10px; 
    }

}

@media all and (min-width: 481px) and (max-width: 768px) {
    .header ul {
        overflow: hidden;
    }
    
    .menu li a {
        text-align: left;
        padding: 10px 20px;
    }
    
    .call-me {
            margin-left: 1%;
            font-size: 18px;
            width: 27vw;
            height: 54px;
            margin-top: 2%;
        }
        
    .dropbtn {
            padding: 0px 7px;    
            font-size: 15px;
            
        }    
        
}


@media all and (min-width: 768px) and (max-width: 1025px) {
    .dropbtn {
            padding: 0px 4px;    
            font-size: 15px;
            
        }
        
        
        .call-me {
            margin-left: 0%; 
            font-size: 18px;
            width: 22vw;
            height: 57px;
            margin-top: 2%;
        }
}


@media all and (min-width: 1025px) and (max-width: 1289px) {
    .dropbtn {
            padding: 20px 15px;
            font-size: 17px;
            font-family: 'Roboto', sans-serif;
        }
}



/*END*/