
@font-face {

font-family: 'entypo-fontello';

font-weight: normal;

font-style: normal;

font-display: auto;

src: url('https://www.dezidoesloans.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot');

src: url('https://www.dezidoesloans.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'),

url('https://www.dezidoesloans.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'),

url('https://www.dezidoesloans.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff2') format('woff2'),

url('https://www.dezidoesloans.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'),

url('https://www.dezidoesloans.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#entypo-fontello') format('svg');

}


/* ======= News Page Css Code ====== */

   .recent-news-grid{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.recent-news-grid .blog-card{
    width:calc(50% - 10px);
    box-sizing:border-box;
}

.recent-news-grid .blog-card-img img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

@media (max-width:768px){
    .recent-news-grid .blog-card{
        width:100%;
    }
}

.read-more-btn{
    display:inline-block;
    margin-top:12px;
    padding:10px 18px;
    background:#2570ad;
    color:#fff !important;
    text-decoration:none;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    transition:all .3s ease;
}

.read-more-btn i{
    margin-left:5px;
    transition:transform .3s ease;
}

.read-more-btn:hover{
    background:#1d5a8b;
    color:#fff !important;
    text-decoration:none;
}

.read-more-btn:hover i{
    transform:translateX(4px);
}

/* ===========================================
   SEARCH BOX
=========================================== */

.category-search-wrapper{
    display:flex;
    width:100%;
    margin-bottom:30px;
}

.category-search-wrapper input{
    flex:1;
    height:46px;
    border:1px solid #dcdcdc;
    border-right:none;
    padding:0 15px;
    font-size:14px;
    color:#333;
    outline:none;
    border-radius:5px 0 0 5px;
    background:#fff;
    box-sizing:border-box;
}

.category-search-wrapper input:focus{
    border-color:#2570ad;
}

.category-search-wrapper button{
    width:90px;
    border:none;
    background:#2570ad;
    color:#fff;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    border-radius:0 5px 5px 0;
    transition:.3s;
	height:46px;
}

.category-search-wrapper button:hover{
    background:#1c5d92;
}


/* ===========================================
   CATEGORY BOX
=========================================== */

.category-box{
    background: transparent;
    border:1px solid #ebebeb;
    border-radius:8px;
    padding:20px;
    margin-bottom:35px;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.cat-title{
    font-size:20px;
    font-weight:700;
    color:#fff !important;
    margin:0 0 18px;
    padding-left:12px;
    border-left:4px solid #2570ad;
    line-height:1.2;
}

.category-list{
    margin:0;
    padding:0;
    list-style:none;
}

.category-item{
    border-bottom:1px solid #f0f0f0;
}

.category-item:last-child{
    border-bottom:none;
}

.category-item a{
    display:block;
    padding:12px 0;
    color:#fff !important;
    text-decoration:none;
    font-size:15px;
    transition:.3s;
}

.category-item a:hover{
    color:#2570ad !important;
    padding-left:8px;
}

.category-item i{
    color:#2570ad;
    margin-right:8px;
}


/* ===========================================
   LATEST NEWS
=========================================== */

.latest-title{
    margin-top:15px;
    margin-bottom:20px;
}

.sidebar-news-card{
    background: transparent;
    border:1px solid #ececec;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:25px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
	color:#fff;
}

.sidebar-news-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.sidebar-news-img{
    overflow:hidden;
}

.sidebar-news-img img{
    width:100%;
    height:180px;
    display:block;
    object-fit:cover;
    transition:.4s;
}

.sidebar-news-card:hover .sidebar-news-img img{
    transform:scale(1.05);
}

.sidebar-news-content{
    padding:18px;
}

.sidebar-news-date{
    display:block;
    color:#FFF !important;
    font-size:13px;
    margin-bottom:10px;
    font-weight:500;
}

.sidebar-news-content h4{
    margin:0 0 15px;
    font-size:17px;
    line-height:26px;
    font-weight:700;
	color:#fff !important;
}

.sidebar-news-content h4 a{
    color:#fff !important;
    text-decoration:none;
    transition:.3s;
}

.sidebar-news-content h4 a:hover{
    color:#2570ad !important;
}

.sidebar-readmore{
    display:inline-block;
    background:#2570ad;
    color:#fff !important;
    text-decoration:none;
    padding:10px 18px;
    border-radius:5px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.sidebar-readmore:hover{
    background:#1c5d92;
    color:#fff !important;
}


/* ===========================================
   RESPONSIVE
=========================================== */

@media(max-width:991px){

    .category-search-wrapper{
        flex-direction:column;
    }

    .category-search-wrapper input{
        width:100%;
        border-radius:5px;
        border-right:1px solid #ddd;
        margin-bottom:10px;
    }

    .category-search-wrapper button{
        width:100%;
        height:45px;
        border-radius:5px;
    }

}

/* === Page Details Page Code */

 .mlobox-theme-nexa-black #mloboxv1point3 .av-section-color-overlay {
        background: url(https://cdn.mlobox.com/imgs/x.png) right bottom no-repeat;
        background-size: contain;
        background-color: #000000 !important;
        opacity: 0.8 !important;
      }

      .mlobox-theme-nexa-black #mloboxv1point3 {
        background-repeat: no-repeat;
        background-image: url(https://www.dezidoesloans.com/wp-content/uploads/2022/09/5d51b6c00712e.image_.jpg) !important;
        background-attachment: fixed;
        background-position: bottom center;
        background-size: cover !important;
      }

      .mlobox-theme-nexa-black .slide-entry-excerpt h2,
      .mlobox-theme-nexa-black .slide-entry-excerpt h1,
      .mlobox-theme-nexa-black .slide-entry-excerpt h3,
      .mlobox-theme-nexa-black .slide-entry-excerpt h4,
      .mlobox-theme-nexa-black .slide-entry-excerpt h5,
      .mlobox-theme-nexa-black .special_amp {
        color: #fff;
      }

      .mlobox-footer-contact {
        background: url(https://cdn.mlobox.com/imgs/bg/bricks-bg-2.jpg) no-repeat center;
        background-size: cover;
        opacity: 0.9;
      }

      #top .intro_banner__image .banner_info {
        box-shadow: inset 0px 1px 0px 0px #a3a3a3;
        background: linear-gradient(to bottom, #333232 5%, #36515e 100%);
        background-color: #474747;
        border: 1px solid #1c1c1c;
        background: #000 url(https://webnmarketing.com/mlobox/cdn/themes/cloud.png) no-repeat center !important;
      }

      .mlobox-theme-nexa-black header div#header_main {
        background: #000 url(https://webnmarketing.com/mlobox/cdn/themes/cloud.png) no-repeat center !important;
      }

      .user-card-v1point3 {
        background: #697981;
        background: url(https://cdn.mlobox.com/imgs/bg/why-nexa-bg-l.jpg) no-repeat center;
        background-size: cover;
        border: solid 1px #000000 !important;
      }

      .user-card-v1point3-in {
        border: solid 1px #484848 !important;
      }

      /** common bg**/
      .html_header_top.html_header_sticky #main .avia-section {
        background: url(https://mlo.webnmarketing.com/wp-content/uploads/2020/09/bricks-bg-cloud.jpg) repeat;
        background-size: contain;
      }

      #top #main .avia-section {
        background: url(https://mlo.webnmarketing.com/wp-content/uploads/2020/09/bricks-bg-cloud.jpg) repeat;
        background-size: cover;
      }

      /*** IC ***/
      .uc-hr {
        background: #9E9E9E;
        border-bottom: solid 1px #3b454a !important;
        border-top: none !important;
      }

      .uc-business-info-container .uc-business-entry {
        border: none;
        border-bottom: solid 1px #3b454a;
      }

      .avia-button.avia-color-green,
      .avia-button.avia-color-blue {
        background: linear-gradient(to bottom, #2381cb 5%, #182d7c 100%);
        border: solid 2px #374696;
        color: #fff !important;
      }

      .avia-button.avia-color-green:hover,
      .avia-button.avia-color-blue:hover {
        background: linear-gradient(to bottom, #2381cb 40%, #182d7c 100%);
        border: solid 2px #8797d5;
      }

      .uc-btn-container .avia-button.avia-color-green,
      #mloboxv1point3 .avia-button.avia-color-green,
      #top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
        background: linear-gradient(to bottom, #8BC34A 5%, #4CAF50 100%);
        border: solid 2px #39583b;
      }

      .uc-btn-container .avia-button.avia-color-green:hover,
      #mloboxv1point3 .avia-button.avia-color-green:hover,
      #top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text:hover {
        background: linear-gradient(to bottom, #8BC34A 40%, #4CAF50 100%);
        border: solid 2px #528753;
      }

      #top .home_slider_full_width_image_frame .slideshow_inner_caption .slideshow_align_caption .avia-caption-content a {
        color: #000;
      }
	  
	  
	 
	 
	 
	       #top span.logo-mobile-phone.logo-mobile-phone-calendly a {
        background: rgba(0, 0, 0, 0) url(https://cdn.mlobox.com/webnmarketing/img/book-a-mortgage-consult.png?p=78);
        background-repeat: no-repeat;
        background-position: 15px;
        background-size: contain;
        padding: 30px 80px;
        position: relative;
        top: -11px;
        box-shadow: none !important;
      }
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  