@font-face {
    font-family: Raleway;
    src: url(fonts/raleway/Raleway-Regular.ttf) format('truetype');
}

body {
    font-family: 'Raleway', sans-serif;
    overflow-x:hidden;
}

a:hover {
    text-decoration: none;
}

.main-text.hidden-xs {
    position: absolute;
    top: 75px;
    width: 100%;
    color: #fff;
}






.text-white{
  color: white;
}

.text-blue{
  color:#0000FF;
}

.text-black{
  color: black;
}

.bg-absolute {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

    .loader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.icon-whatsapp {
    color: #25D366;
}

.icon-line {
    color: #00c300;
}

.icon-skype {
    color: #00aff0;
}

.icon-facebook-messenger {
    color: #0084FF;
}

.icon-viber {
    color: #59267c;
}

.icon-phone {
    color: #56a0d3;
}

.help-icons svg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.hide {
    display:none;
}

/*.modal-open .modal {
    display: flex !important;
}*/
.help-icons {
    position: relative;
    background: #fff;
    padding: 4px 4px;
    border-radius: 8px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    width: 60px;
}

    .help-icons.selected {
        background: #eee !important;
    }
.modal_style {
    /* display: flex;
    align-items: center;
   /* display: flex !important;
    align-items: center;*/
    align-items:center;
}

.child-lines {
    padding: 10px 20px;
    background: #eee;
    border-radius: 8px;
    margin-top: 10px;
}

    .child-lines svg {
        width: 1.3em;
        position: relative;
        top: -6px;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 0px;
    left: 1px;
    height: 14px;
    width: 14px;
    display: block;
    position: relative;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #337ab7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333;
}

.btn-help svg {
    font-size: 1.5em;
}
/*.btn-help:hover {
    text-decoration:none;
    background: #01008a;
    color: #fff !important;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(255,255,255,.12), 0 1px 1px 0 rgba(255,255,255,.24);
    box-shadow: 0 1px 1.5px 0 rgba(255,255,255,.12), 0 1px 1px 0 rgba(255,255,255,.24);
}*/

@media screen and (max-width: 576px) {
    .cnt_info{
        padding-left:50px !important;
    }
}

@media screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}
/*----------------------------------------------------------------------------------------------
- section-contact-form
-----------------------------------------------------------------*/
#section-contact-form {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    background-image: url(../../images/common/v273_807.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
}

/*.select {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0;
}

    .select::after {
        content: '\25BC';
        background: #2424ff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 1em;
        font-size: 1.3em;
        color: #fff;
        line-height: 50px;
        pointer-events: none;
        border-left: 1px solid #fff;
    }
*/
/*
.fonstyle_karla{
  font-family: 'Raleway';
}

.fontstyle_lato{
  font-family: 'Raleway';
}

.fontstyle_standard{
  font-size: 20px;
}

.h1_style{
  font-size: 45px;
  font-family: 'Raleway';
}

.hide{
    display:none !important;
}*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header_pos {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#header {
    z-index: 997;
    transition: all 0.5s;
    height: 80px;
    background: transparent;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.log_btn {
    background-color: black;
    border: 1px solid yellow;
    border-radius: 5px;
}

.navbar {
    width: 100%;
    margin: 0 !important;
}

.iremitx_logo {
    float: left;
    background: url("../images/common/brand-logo.png") no-repeat;
    background-size: 180px 65px;
    height: 65px !important;
    width: 180px
}

.footer-elyucontainer {
    max-width: 600px; 
    margin: 0 auto; 
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 600px) {
    .footer-elyucontainer {
        padding: 10px; 
    }
}

.elyupay_logo {
    float: left;
    background: url("../Elyu/elyupaylogo.png") no-repeat;
    background-size: 80px 80px;
    height: 80px; 
    width: 80px; 
}

.col3 {
    width: 33.33% !important;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
}

.navbar li {
    position: relative;
}

.navbar .nav-item .navbar-btn {
    width: 85px;
}

.navbar-toggler-icon {
    background-image: url("../images/common/navicon.png") !important;
}

.navbar a,
.navbar button {
/*    display: flex;
    align-items: center;
    justify-content: space-between;*/
    padding: 10px 0px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

    .navbar a i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover, .navbar .active, .navbar li:hover {
        color: #ffb727;
    }

.navbar-toggler {
    float: left;
    position: absolute;
    left: 3%;
    font-size: .75rem !important;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }

    .page-wrapper.toggled .page-content {
        display: none;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .mobile-nav-toggle {
        display: block;
    }

    .sendmoney_div {
        display: none !important;
    }

    .navbar ul {
        display: none;
    }

    .page-wrapper.toggled .page-content {
       display:block;
    }
    .header_cont {
        justify-content: center !important;
        
    }

    .customer-col, .annoul_col, .countries-col {
        text-align: center !important;
    }
}


.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(36, 41, 46, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        left: 20px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 14px;
        color: #3b434a;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #ffb727;
        }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #ffb727;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------------------------------
* Header dashboard
--------------------------------------------------------------------------------------*/

.header_dashboard {
    /*width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    background-image: url(../../images/default/section-dashboard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;*/
}

.header_dashboard_container {
    width: 100%;
    height: 100vh;
    display: grid;
    flex-wrap: wrap;
    align-items: center;
}

.dash_logo {
    width: 95px;
    height: 45px;
    position: relative;
    top: -7px;
    right: -5px;
}

.sendmoney_container {
    width: 80%;
}

.inp_send {
    height: 50px;
    background-color: white;
    border-radius: 5px;
}

    .inp_send select {
        width: 22%;
        height: 45px;
        border: 0;
        outline: none;
    }

.btn_sendnow {
    padding: 8px 30px !important;
}

.inp_txt {
    width: 55%;
    height: 45px;
    border: 0;
    outline: none;
    border-radius: 5px;
    padding-left: 15px;
}

.inp_select {
    height: 50px;
    background-color: white;
    border-radius: 5px;
}

.flag-icon {
    width: 60px;
    height: 35px;
    border: 1px solid #cccccc;
}

.flag-icon_select {
    width: 45px;
    position: relative;
    left: 10px;
}

.mob_sendmoney {
    padding: 4rem 0;
    width: 100%;
    min-height: 60vh;
    display: none;
}

.mob_inp_send {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    height: 50px;
    background-color: white;
    border-radius: 5px;
}

    .mob_inp_send select {
        width: 20%;
        height: 45px;
        border: 0;
        outline: none;
    }

.mob_span_text {
    font-size: 14px;
}

/* Media query header dashboard*/

@media (max-width: 992px) {
    .mob_sendmoney {
        display: block !important;
    }

    .sendmoney_div {
        display: none !important;
    }

    .header_dashboard {
        height: 55vh !important;
        padding-top: 50px;
    }

    .header_dashboard_container {
        height: 50vh !important;
    }

    .dashbord_title {
        font-size: 20px !important;
    }

    .p_text {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .iremitx_logo {
        background-size: 100px 40px;
        height: 40px !important;
        width: 100px
    }

    .fontstyle_standard {
        font-size: 17px;
    }

    .mob_span_text {
        font-size: 12px !important;
    }

    .licensed_regulated {
        width: 100% !important;
        height: 80vh !important;
        background-image: url(../../images/common/Licensed_Regulated_mob.png) !important;
        background-repeat: no-repeat !important;
        background-size: 100% 80vh !important;
    }

    .OurPaymentPartners {
        width: 100% !important;
        height: 25vh !important;
        background-image: url(../../images/common/Our_Partners_mob.png) !important;
        background-repeat: no-repeat !important;
        background-size: 100% 25vh !important;
    }
    .customer-col, .annoul_col,.countries-col {
        text-align: center !important;
    }

    .most_trusted_licensed_title, .our_payment_partners_title {
        text-align: center !important;
    }

    .web_most_trusted_licensed, .web_our_payment_partners {
        display: none !important;
    }

    .mob_most_trusted_licensed, .mob_our_payment_partners {
        display: block !important;
    }
}
/*/*----------------------------------------------------------
/ most-trusted 
/---------------------------------------------------------*/

.licensed_regulated {
    width: 100%;
    height: 40vh;
    background-image: url(../../images/common/Licensed_Regulated.png);
    background-repeat: no-repeat;
    background-size: 100% 40vh;
}

.OurPaymentPartners {
    width: 100%;
    height: 17vh;
    background-image: url(../../images/common/OurPaymentPartners.png);
    background-repeat: no-repeat;
    background-size: 100% 17vh;
}
/*.section-most-trusted {
    width: 100%;
    height: 100vh;
    background: rgba(224,224,224,70%);
    background-image: url(../../assets/img/index/v6_116.png);
    background-repeat: no-repeat;
    background-size:180vh;
    background-position: center;
    background-blend-mode: hue;
}*/
/*.most-trusted_cont{
  justify-content: center;
}*/
/*----------------------------------------------------------
/ our-services
/---------------------------------------------------------*/
/*.our-services {
  width: 100%;
  min-height: 80vh;
  background-color: #040BCA;
}

.our-services-cont{
  justify-content: center;
}

.service_list_div{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.our-services-cont{
  width:22.5rem;
  margin: 0 auto;
  position: relative;

}

.service_list_div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.service_list_div ul{
  width: 100% !important;
}

.service_list_div li {
  float: left;
  margin: 5px;
  width: 32%;
  height: 50%;
  list-style-type:none;
}

.service_list_div img {
  width: 5.375rem;
  height: 5.375rem;
}

.service_list_div a {
  margin: 0 auto;
  width: 5.375rem;
  height: 1rem;
  font-size: .75rem;

}

.our-partners {
  width: 100%;
  min-height: 100vh;
  background: rgba(224,224,224,80%);
  background-image: url(../../assets/img/index/v6_156.png);
  background-repeat: no-repeat;
  background-size: 160vh;
  background-position: center;
  background-blend-mode: soft-light;
}

.our-customers {
  width: 100%;
  min-height: 80vh;
  background: rgba(0,0,0,0.8);
  background-image: url(../../assets/img/index/v6_150.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}

.footer {
  width: 100%;
  height: 55vh;
}*/
/*----------------page-wrapper----------------*/
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper {
    height: 100vh;
}

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }

    /*----------------toggeled sidebar----------------*/

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 300px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    padding-top: 50px;
}

.sidebar-content-elyu {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    padding-top: 50px;
    background-color: #FF6050;
}

.sidebar-content-elyu.desktop {
    overflow-y: hidden;
}
    .sidebar-content.desktop {
        overflow-y: hidden;
    }

/*--------------------sidebar-brand----------------------*/

.sidebar-brand-logo {
    width: 140px;
    height: 50px;
}

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }


.sidebar_menu {
    padding-left: 20px;
}

.my2 {
    padding-bottom: 17px;
}

.sidebar_menu a h4 {
    font-weight: 550px;
    font-size: 20px;
    font-family: "Raleway";
    color: black;
}

.sidebar_menu_elyu {
    padding-left: 20px;
}
.sidebar_menu_elyu a h4 {
    font-weight: 550px;
    font-size: 20px;
    font-family: "Raleway";
    color: white;
}

.sidebar_menu_elyu a:focus h4, .sidebar-menu_elyu,
.sidebar-dropdown a:focus h4 {
    text-decoration: underline;
}

.sidebar_menu_elyu a:hover h4, .sidebar-menu,
.sidebar-dropdown a:hover h4 {
    text-decoration: underline;
}

.sidebar_menu a:focus h4, .sidebar-menu,
.sidebar-dropdown a:focus h4 {
    color: #0000ff !important;
}

.sidebar_menu a:hover h4, .sidebar-menu,
.sidebar-dropdown a:hover h4 {
    color: #0000ff !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.sidebar-button {
    margin-top: 50px;
}

.sidebar-login {
    /*background-color: white;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 45% !important;
    text-align: center;
    font-size: 16px;
    font-family: "Raleway";
    padding: 8px 30px 8px 20px;
}


.sidebar-signup {
    background-color: #0000FF !important;
    border-radius: 5px;
    width: 45% !important;
    text-align: center;
    color: white !important;
    font-size: 16px;
    font-family: "Raleway";
}
/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 3px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Raleway";
        font-weight: 900;
        font-size: 30px;
        content: "\276F";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 17px;
        font-family: "Raleway";
    }

.sidebar-dropdown a h4 {
    font-weight: 550px;
    font-size: 20px;
    font-family: "Raleway";
}
/*.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 14px;
}*/

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #FFFFFF;
}

    .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
    .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
    .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
    .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
    .chiller-theme .sidebar-wrapper .sidebar-brand > a,
    .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
    .chiller-theme .sidebar-footer > a {
        color: black;
    }

/*.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-menu a:hover,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #0000ff;
}
*/
.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #FFFFFF;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: black;
}

section .section-heading {
    margin-bottom: 2rem;
}

.section-sub-heading {
    font-weight: 700;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}

/*PORTRAIT*/
@media only screen and (min-device-width: 280px) and (max-device-width: 653px) and (orientation:portrait) {
    /* ----------- Galaxy Fold ----------- */
    .d-sm-none {
        display: none !important;
    }

    .dashboard-heading {
        font-size: 1.09em;
    }

    .dashboard-paragraph {
        font-size: 0.8em;
        text-align: justify;
    }

    #section-most-trusted {
        padding: 1rem 0 !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:portrait) {
    /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
    .d-sm-none {
        display: none !important;
    }

    .dashboard-heading {
        font-size: 1.26em;
    }

    .dashboard-paragraph {
        font-size: 0.9em;
        text-align: justify;
    }

    #section-most-trusted {
        padding: 1rem 0 !important;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation:portrait) {
    /* ----------- Moto G4 ----------- */
    /* ----------- Galaxy S3 ----------- */
    /* ----------- Galaxy S5 ----------- */
    /* ----------- Galaxy Note 3 ----------- */
    .dashboard-heading {
        font-size: 1.43em;
    }

    .dashboard-paragraph {
        font-size: 0.9em;
        text-align: justify;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation:portrait) {
    /* ----------- iPhone 6/7/8 ----------- */
    .dashboard-heading {
        font-size: 1.5em;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation:portrait) {
    /* ----------- iPhone X ----------- */
    
}

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation:portrait) {
    /* ----------- Pixel 2 ----------- */
    .dashboard-heading {
        font-size: 1.66em;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation:portrait) {
    /* ----------- iPhone 6+/7+/8+ ----------- */
    .dashboard-heading {
        font-size: 1.67em;
    }
}

@media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation:portrait) {
    /* ----------- Pixel 2 XL ----------- */
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* ----------- iPad 1, 2, Mini and Air ----------- */
    .dashboard-heading {
        font-size: 1.7em;
    }

    #section-our-partners {
        padding: 2rem 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:portrait) {
    /* ----------- iPad Pro 12.9" ----------- */
    .dashboard-heading {
        font-size: 2.3em;
    }
}


/*LANDSCAPE*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
    /* ----------- iPad Pro 12.9" ----------- */
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* ----------- iPad 1, 2, Mini and Air ----------- */
    
}

@media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation:landscape) {
    /* ----------- Pixel 2 XL ----------- */
    
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation:landscape) {
    /* ----------- iPhone X ----------- */
    
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation:landscape) {
    /* ----------- iPhone 6+/7+/8+ ----------- */
    
}

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation:landscape) {
    /* ----------- Pixel 2 ----------- */
    
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation:landscape) {
    /* ----------- iPhone 6/7/8 ----------- */
    
}

@media only screen and (min-device-width: 280px) and (max-device-width: 653px) and (orientation:landscape) {
    /* ----------- Galaxy Fold ----------- */
    
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation:landscape) {
    /* ----------- Moto G4 ----------- */
    /* ----------- Galaxy S3 ----------- */
    /* ----------- Galaxy S5 ----------- */
    /* ----------- Galaxy Note 3 ----------- */
    
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:landscape) {
    /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
    
}

@media only screen and (min-device-width: 540px) and (max-device-width: 720px) and (orientation:portrait) {
    /* ----------- Surface Duo ----------- */
    
}

#nav-btn-asm:hover {
    color: #000 !important;
}
