/*
Theme Name:   business child theme
Description:  Write here a brief description about your child-theme
Author:       Hp_web
Author URL:   http://localhost/business
Template:     business
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  business-child
*/

/* Write here your own personal stylesheet */



.logo-section img {
    width: 100% !important;
}

header .second-navigation .logo-section {
    width: 25%;
}

.same-post-container .view.view-tenth {
    padding: 0 0 20px 0;
}
*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
.single .wp-post-image {
    height: auto;
    width: 100%;
}
/* testing */
#hover {
   color: rgba(188, 175, 204, 0.9);
 }
 
 h2#testimonials {
   color: #fffae3;
 }
 
 div#all {
   width: 100%;
   height: 100%;
 }
 
 
 /* generic css */
 
 .view {
   margin: 0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
 }
 
 .view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }
 
 .view img {
   display: block;
   position: relative;
 }
 
 .view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 14px;
   padding: 10px;
   margin: 20px 0 0 0;
 }
 
 
 .view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 5px 20px;
   border-radius: 30px;
   background: #000;
   color: #fff;
   font-family: Raleway, serif;
   text-transform: uppercase;
   box-shadow: 0 0 1px #000;
   display: inline-block;
   font-size: 14px;
   font-family: 'NotoSerif-Bold';
 }
 
 .view a.info:hover {
   box-shadow: 0 0 5px #000;
 }
 
 
 /*3*/
 
 .view-tenth img {
   transform: scaleY(1);
   transition: all .7s ease-in-out;
   width: 100%;
   height: auto;
 }
 
 .view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   transition: all 0.5s linear;
   opacity: 0;
 }
 
 .view-tenth h2 {
   background: transparent;
   margin: 0px 10px 0px 10px;
   transform: scale(0);
   color: #333;
   transition: all 0.5s linear;
   opacity: 0;
   font-family: 'NotoSerif';
 }
 
 .view-tenth p {
   color: #333;
   opacity: 0;
   transform: scale(0);
   transition: all 0.5s linear;
 }
 
 .view-tenth a.info {
   opacity: 0;
   transform: scale(0);
   transition: all 0.5s linear;
 }
 
 .view-tenth:hover img {
   -webkit-transform: scale(10);
   transform: scale(10);
   opacity: 0;
 }
 
 .view-tenth:hover .mask {
   opacity: 1;
 }
 
 .view-tenth:hover h2,
 .view-tenth:hover p,
 .view-tenth:hover a.info {
   transform: scale(1);
   opacity: 1;
 }

/* testing */


/* common css starts */

body{
   overflow-x: hidden;
}
.cat-tags ul {
   height: 200px;
   overflow-x: auto;
}
   .custom-container{
      max-width: 1200px;
      margin: auto;
   }
   .sec-heading{
      font-size: 22px;
      font-family: 'NotoSerif-Bold';
      color: #222222;
      text-transform: capitalize;
      position: relative;
      margin-bottom: 30px;
      width: 100%;
   }
   .sec-heading::after{
      content:"";
      width: 100%;
      border-bottom: 2px solid #e8e8e8;
      position: absolute;
      left: 0;
      top: 115%;
   }
   .sec-heading::before{
      content:"";
      width: 60px;
      border-bottom: 2px solid #47abc6;
      position: absolute;
      left: 0;
      top: 115%;
      z-index: 2;
   }
   .trending-more-post ul.post-categories li a:hover 
    {
        background: #47abc6 !important;
        transition: 0.5s;
        color: #fff !important;
        padding: 4px 15px;
        margin: 24px 0 0 0;
        display: block;
    }

    #catposition .pagination{
      font-family: 'NunitoSans-Regular';
      font-size: 14px;
      text-transform: capitalize;
      color: #787878;
    }
    #catposition span#paginationtg {
      float: right;
  }
  #catposition span.current{
     background-color: #47abc6;
     color: #fff;
     padding: 5px 10px;
  }
  #catposition a.inactive{
   background-color: #f3f3f3;
   padding: 5px 10px;
   color: #000;
   text-decoration: none;
  }
  #catposition span{
     margin: 0px 8px;
  }
  div#catposition {
   margin-top: 50px;
  }


  .fbhover:hover{
     color: #4267B2 !important;
     transition: all 0.3s ease-in-out;
  }
  .twitterhover:hover {
     color: #00acee !important;
     transition: all 0.3s ease-in-out;
  }
  .instahover:hover {
      color: #8a3ab9 !important;
      transition: all 0.3s ease-in-out;
  }
  .pinteresthover:hover{
     color: #E60023 !important;
     transition: all 0.3s ease-in-out;
  }

/* common css ends */




/* header css starts */
   .third-navigation{
      background-color:#47abc6;
      padding: 5px 0px;
   }
   .third-navigation ul.menu_class{
      list-style: none;
      margin: 0;
      padding: 0;
   }
   .third-navigation ul.menu_class li{
      display: inline-block;
      padding: 8px 10px;
   }
   .third-navigation .inner-row{
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .third-navigation ul.menu_class li a{
      text-decoration: none;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      font-family: 'NunitoSans-Regular';
   }

   .third-navigation .subs-button a{
      text-decoration: none;
      color: #fff;
      background-color: #111111;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'NunitoSans-Regular';
      padding: 16px 15px 13px 15px;
   }
   .third-navigation .subs-button a i{
      margin-right: 5px;
   }
   .third-navigation .align-menu {
      color: #fff;
   }
   .third-navigation .menu-container{
      width: 85%;
   }



    .second-navigation{
      padding: 20px 0px;
    }
    .second-navigation .inner-row{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .second-navigation .search-bar {
      position: relative;
    }
    .second-navigation .search-bar span.screen-reader-text {
      display: none;
  }
  .second-navigation .search-bar svg.icon.icon-search {
   width: 18px;
   height: 17px;
   fill: #7c7d7d;
}
.second-navigation .search-bar input[type=search] {
   padding: 6px 25px;
   border: 0px;
   outline: none;
}
.second-navigation .search-bar button.search-submit {
   border: none;
   background-color: #fff;
   position: absolute;
   left: 0;
   top: 5px;
}

.first-navigation {
   border-bottom: 1px solid #e5e5e5;
}
.first-navigation .inner-row{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.first-navigation .current-date p{
   font-family: 'NotoSerif';
   color: #000;
   text-transform: uppercase;
   font-size: 14px;
   padding: 10px 16px;
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
}
.first-navigation .social-links ul{
   list-style: none;
}
.first-navigation .social-links ul li{
  display: inline-block;
  padding: 0px 8px;
}
.first-navigation .social-links ul li a{
   text-decoration: none;
   color: #272727;
}

/* header css ends */



/* footer css starts */
   .footer-wrap{
      border-top: 9px solid #47abc6; 
   }
   .footer-wrap .inner-row{
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .footer-wrap .footer-logo{
      padding: 20px 0px;
   }
   .footer-wrap .inner-row .footer-logo img{
      width: 60%;
   }
   .footer-wrap .inner-row .footer-social-icons ul{
      list-style: none;
   }
   .footer-wrap .inner-row .footer-social-icons ul li{
      display: inline-block;
      padding: 0px 10px;
   }
   .footer-wrap .inner-row .footer-social-icons ul li a{
      text-decoration: none;
      color: #171717;
      text-transform: capitalize;
      font-family: 'NunitoSans-Bold';
   }
   .footer-wrap .inner-row .footer-social-icons ul li a i{
      padding-right: 8px;
   }
   .footer-wrap .copyright-wrap{
      border-top: 1px solid #c6c6c6;
      padding: 30px 0px;
      text-align: center;
   }
   .footer-wrap .copyright-wrap p{
      font-size: 14px;
      color: #343434;
      font-family: 'NotoSerif';
      font-weight: 500;
   }
   .top-arrow{
      position: fixed;
      bottom: 55px;
      right: 55px;
      cursor: pointer;
   }
   .top-arrow i {
      color: #fff;
      background-color: #111111;
      padding: 8px 14px;
      font-size: 25px;
      border-radius: 50%;
   }
/* footer css ends */





/* home page section css starts */


.hero-trending-wrap .trending-more-post .trending-pst-card img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}




/* pitch a blog form css starts */
   .pitchformwrap{
      margin-top: 20px;
   }
   .input-outer {
      margin-top: 15px;
   }
   .input-outer label {
      font-size: 14px;
      color: #fff;
      font-family: 'NunitoSans-Regular';
      display: inline-block;
      padding-bottom: 10px;
   }
   .input-outer label span{
      color: #47abc6;
   }
   .input-outer input{
    width: 100%;
    padding: 13px 10px;
    border-radius: 5px;
    border: 0px;
   }
   .input-outer textarea{
      width: 100%;
      padding: 13px 10px;
   }
   .input-outer select{
      width: 100%;
      padding: 13px 10px;
   }
   .input-outer input[type=submit]{
      width: unset;
      background-color: #47abc6;
      color: #fff;
      padding: 13px 30px;
      font-family: 'NunitoSans-Bold';
   }

/* pitch a blog form css ends */




/* hero section starts */
   .hero-trending-wrap{
      margin-top: 40px;
   }
   .hero-trending-wrap .inner-row{
      display: flex;
      justify-content: space-between;
   }
   .hero-trending-wrap .inner-row .trending-left-sec{
      width: 65%;

   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post{
      position: relative;
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post ul.post-categories{
      list-style: none;
      position: absolute;
      top: 15px;
      left: 10px;
      z-index: 3;
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post ul.post-categories li a{
      text-decoration: none;
      color: #fff;
      background: #000000;
      text-transform: uppercase;
      font-size: 12px;
      font-family: 'NunitoSans-Bold';
      padding: 7px 13px;
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post ul.post-categories li a:hover{
      background: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc{
      position: absolute;
      top: 0;
      padding: 0px 30px 20px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: linear-gradient(to bottom, rgba(2,2,2,0),rgba(2,2,2,0.9));
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc h2 a{
      font-size: 30px;
      color: #fff;
      text-transform: capitalize;
      font-family: 'NotoSerif-Bold';
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc h2 a:hover{
      color: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc p{
      color: #fff;
      font-size: 14px;
      font-family: 'NunitoSans-Regular';
      margin-bottom: 15px;
   }
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc .date{
      color: #fff;
      font-size: 13px;
      font-family: 'NunitoSans-Regular';
   }

   .hero-trending-wrap .trending-more-post{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 33%;
   }

   .hero-trending-wrap .trending-more-post .trending-pst-card{
      width: 48%;
      margin-bottom: 20px;
      max-height: 176px;
   }
   .hero-trending-wrap .trending-more-post .trending-pst-card ul.post-categories{
      list-style: none;
      padding: 0px;
      margin: 0;
      text-align: center;
      display: none;
   }
   .hero-trending-wrap .trending-more-post .trending-pst-card ul.post-categories li a{
      text-decoration: none;
      text-transform: uppercase;
      color: #222222;
      font-size: 12px;
      font-family: 'NunitoSans-Bold';
   }
   .hero-trending-wrap .trending-more-post .trending-pst-card:hover img{
      height: 80%;
      object-fit: cover;
      transition: all 0.3s ease-in-out;
   }
   .hero-trending-wrap .trending-more-post .trending-pst-card:hover ul.post-categories{
      display: block;
      transition: all 0.3s ease-in-out;
   }
/* hero section ends */



/* industry section css starts */
   .industry-outer{
      background-color: #f3f8fb;
      padding: 50px 0px;
   }
   .industry-outer .inner-row{
      display: flex;
      justify-content: space-between;
   }
   .industry-outer .post-card{
      background-color: #fff;
      border-bottom: 2px solid #80c5d8;
      max-width: 23%;
      padding-bottom: 15px;
   }
   .industry-outer .post-card .date{
      margin-top: 5px;
   }
   .industry-outer .post-card img{
      width: 100%;
      height: 200px;
      object-fit: cover;
   }
  .industry-outer .post-card .date span {
    font-size: 12px;
    font-family: 'NunitoSans-Regular';
    color: #4f4f4f;
    display: inline-block;
    padding: 10px 0 2px 10px;
   }
   .industry-outer .post-card .date span i {
      font-size: 15px;
  }
  .industry-outer .post-card .post-heading h4 {
       font-size: 16px;
       text-transform: capitalize;
       padding: 0 10px;
  }
  .industry-outer .post-card .post-heading h4 a{
     text-decoration: none;
     font-family: 'NotoSerif';
     color: #222222;
  }
  .industry-outer .post-card .post-heading h4 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
  }
/* industry section css ends */


/* advertising and business section css starts */
  .advertise-bus-wrap{
     padding: 40px 0 0 0px;
  }
  .advertise-bus-wrap img{
     width: 100%;
     height: auto;
  }
  .advertise-bus-wrap .inner-row{
     display: flex;
     justify-content: space-between;  
  }
  .advertise-bus-wrap .advertising-post-outer {
   display: flex;
   justify-content: space-between;
   width: 70%;
   flex-wrap: wrap;
} 

.advertise-bus-wrap .advertising-post-outer .advertise-left-sec {
   width: 60%;
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec{
   width: 36%;
}
.advertise-bus-wrap .advertising-post-outer .post-desc h4 a{
   text-decoration: none;
   font-size: 22px;
   color: #222222;
   text-transform: capitalize;
   font-family: 'NotoSerif-Bold';
}
.advertise-bus-wrap .advertising-post-outer .post-desc h4 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.advertise-bus-wrap .advertising-post-outer .date-coment span{
    color: #4f4f4f;
    font-size: 12px;
    font-family: 'NunitoSans-Regular';
}
.advertise-bus-wrap .advertising-post-outer p{
     color: #474747;
     font-size: 14px;
     font-family: 'NunitoSans-Regular';
}
.advertise-bus-wrap .advertising-post-outer .left-single-post {
      position: relative;
      margin-bottom: 115px;
}
.advertise-bus-wrap .advertising-post-outer .left-single-post .post-desc{
   background: #fff;
   width: 90%;
   position: absolute;
   top: 75%;
   left: 50%;
   transform: translate(-50%);
   padding: 10px;
   border-bottom: 2px solid #5d5d5d;
   padding: 17px;
}
.advertise-bus-wrap .advertising-post-outer .left-single-post .post-image{
   position: relative;
}
.advertise-bus-wrap .advertising-post-outer .left-single-post ul.post-categories{
    list-style: none;
      position: absolute;  
    top: 15px;
    left: 10px;
}
.advertise-bus-wrap .advertising-post-outer .left-single-post ul.post-categories a{
   text-decoration: none;
   color: #fff;
   background: #000000;
   text-transform: uppercase;
   font-size: 12px;
   font-family: 'NunitoSans-Bold';
   padding: 7px 13px;
}
.advertise-bus-wrap .advertising-post-outer .left-single-post ul.post-categories a:hover{
   background: #47abc6;
   transition: all 0.3s ease-in-out;
}

.advertise-bus-wrap .advertising-post-outer .advertise-right-sec .advertise-other-post-outer{
   border: 1px solid #ebebeb;
   padding: 8px;
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec .advertise-other-post-outer .advertise-card .date span{
   color: #4f4f4f;
   font-size: 14px;
   font-family: 'NunitoSans-Regular';
   display: block;
   text-align: center;
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec .advertise-other-post-outer .advertise-card h5 a{
   text-decoration: none;
   color: #222222;
   font-size: 16px;
   font-family: 'NotoSerif';
   font-weight: 500;
   text-transform: capitalize;
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec .advertise-other-post-outer .advertise-card h5 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec .advertise-other-post-outer .advertise-card h5{
   text-align: center;
   position: relative;
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec .advertise-other-post-outer .advertise-card h5::after{
   content: "";
   width: 70%;
   border-bottom: 2px solid #474747;
   position: absolute;
   left: 50%;
   top: 110%;
    transform: translate(-50%);
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec .advertise-other-post-outer .advertise-card{
   margin-bottom: 30px;
}
.advertise-bus-wrap .business-post-outer{
   width: 26%;
}
.advertise-bus-wrap .business-post-outer .business-main-post{
   border-bottom: 1px solid #e1e1e1;
   padding-bottom: 10px;
}
.advertise-bus-wrap .business-post-outer .business-main-post .post-img{
   position: relative;
   margin: 0 0 12px 0;
}
.advertise-bus-wrap .business-post-outer .business-main-post ul.post-categories{
   list-style: none;
   position: absolute;
   top: 15px;
   left: 10px;
   z-index: 3;
}
.advertise-bus-wrap .business-post-outer .business-main-post ul.post-categories a{
   text-decoration: none;
   color: #fff;
   background: #000000;
   text-transform: uppercase;
   font-size: 12px;
   font-family: 'NunitoSans-Bold';
   padding: 7px 13px;
}
.advertise-bus-wrap .business-post-outer .business-main-post ul.post-categories a:hover{
   background: #47abc6;
   transition: all 0.3 ease-in-out;
}
.advertise-bus-wrap .business-post-outer .date span{
   color: #4f4f4f;
   font-size: 14px;
   font-family: 'NunitoSans-Regular';
   display: block;
   margin-top: 6px;
}
.advertise-bus-wrap .business-post-outer h4 a{
   text-decoration: none;
   color: #222222;
   font-size: 20px;
   font-family: 'NotoSerif';
   font-weight: 500;
   margin-top: 8px;
   display: block;
   text-transform: capitalize;
}
.advertise-bus-wrap .business-post-outer h4 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.advertise-bus-wrap .business-post-outer p{
   font-family: 'NunitoSans-Regular';
   color: #464646;
   font-size: 13px;
   margin-top: 10px;
}
.advertise-bus-wrap .business-other-post-outer{
   display: flex;
   justify-content: space-between;
   margin-top: 20px;
}
.advertise-bus-wrap .business-other-post-outer .other-post-img{
   width: 40%;
}
.advertise-bus-wrap .business-other-post-outer .other-post-img img{
   border-left: 2px solid #000;
}
.advertise-bus-wrap .business-other-post-outer .other-post-desc{
   width: 55%;
}
.advertise-bus-wrap .business-other-post-outer .other-post-desc .date{
   color: #4f4f4f;
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
}
.advertise-bus-wrap .business-other-post-outer .other-post-desc h5 a{
   text-decoration: none;
   text-transform: capitalize;
   font-size: 14px;
   color:#222222 ;
   font-family: 'NotoSerif';
   font-weight: 500;
   display: block;
    margin-top: 5px;
}
.advertise-bus-wrap .business-other-post-outer .other-post-desc h5 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
/* advertising and business section css ends */



/* loans and management and recent post section css starts */
.loan-management-recent-sec-wrap{
   padding: 40px 0px; 
}

.loan-management-recent-sec-wrap .inner-row{
   display: flex;
   justify-content: space-between;
}
.loan-management-recent-sec-wrap .loan-management-outer{
   width: 70%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.loan-management-recent-sec-wrap .loan-management-outer .loans-container{
   width: 45%;
}
.loan-management-recent-sec-wrap img{
   width: 100%;
   height: auto;
}
.loan-management-recent-sec-wrap ul.post-categories {
   list-style: none;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 3;
}
.loan-management-recent-sec-wrap .single-main-post{
   position: relative;
}
.loan-management-recent-sec-wrap ul.post-categories li a{
   text-decoration: none;
   color: #fff;
   background: #000000;
   text-transform: uppercase;
   font-size: 12px;
   font-family: 'NunitoSans-Bold';
   padding: 7px 13px;
}
.loan-management-recent-sec-wrap ul.post-categories li a:hover{
   background: #47abc6;
   transition: all 0.3s ease-in-out;
}
.loan-management-recent-sec-wrap .single-main-post .single-post-desc {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to bottom, rgba(2,2,2,0),rgba(2,2,2,0.9));
}
.loan-management-recent-sec-wrap .single-main-post .single-post-desc .date{
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
   color: #fff;
}
.loan-management-recent-sec-wrap .single-main-post .single-post-desc h4 a{
   text-decoration: none;
   text-transform: capitalize;
   font-size: 22px;
   font-family: 'NotoSerif-Bold';
   color: #fff;
   display: block;
   margin-bottom: 8px;
}
.loan-management-recent-sec-wrap .single-main-post .single-post-desc h4 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.loan-management-recent-sec-wrap .more-post-outer{
   display: flex;
   justify-content: space-between;
   margin-top: 20px;
   border-bottom: 1px dashed #e1e1e1;
   padding-bottom: 12px;
}
.loan-management-recent-sec-wrap .more-post-outer .postimage{
   width: 40%;
}
.loan-management-recent-sec-wrap .more-post-outer .postdesc{
   width: 55%;
}
.loan-management-recent-sec-wrap .more-post-outer .postdesc h4 a{
    text-decoration: none;
    font-size: 16px;
    color: #222222;
    font-family: 'NunitoSans-Regular';
    display: block;
    margin-top: 5px;
}
.loan-management-recent-sec-wrap .more-post-outer .postdesc h4 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.loan-management-recent-sec-wrap .more-post-outer .postdesc .date{
   color: #4f4f4f;
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
   margin-top: 7px;
}
.loan-management-recent-sec-wrap .more-list-post{
   padding-left: 20px;
   border-bottom: 1px dashed #e1e1e1;
   margin-top: 20px;
    padding-bottom: 20px;
}
.loan-management-recent-sec-wrap .more-list-post h5{
   position: relative;
}
.loan-management-recent-sec-wrap .more-list-post h5::before{
   content: "";
   width: 5px;
   height: 5px;
   background-color: #bbbbbb;
   border-radius: 50%;
   position: absolute;
   left: -15px;
   top: 10px;
}
.loan-management-recent-sec-wrap .more-list-post h5 a{
     text-decoration: none;
     font-size: 17px;
     color: #222222;
     font-family: 'NunitoSans-Regular';
     font-weight: 500;
}
.loan-management-recent-sec-wrap .more-list-post h5 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.loan-management-recent-sec-wrap .more-list-post  .date{
   color: #4f4f4f;
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
   margin-top: 7px;
}
.loan-management-recent-sec-wrap .management-container{
   width: 45%;
}
.loan-management-recent-sec-wrap .marketing-wrap{
   width: 100%;
   margin-top: 40px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container{
   display: flex;
   justify-content: space-between;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left-section{
   width: 49%;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left h5 a{
   text-decoration: none;
   text-transform: capitalize;
   font-size: 22px;
   color: #222222;
   font-family: 'NotoSerif-Bold';
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left h5 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left .date span{
   color: #4f4f4f;
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
   margin-top: 7px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left .date{
   margin-top: 10px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left p{
   font-size: 14px;
   color: #474747;
   font-family: 'NunitoSans-Regular';
   margin-top: 15px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .rdmore{
   margin-top: 30px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .rdmore a{
   text-decoration: none;
   font-size: 12px;
   font-family: 'NunitoSans-Bold';
   color: #fff;
   text-transform: uppercase;
   background-color: #000000;
   padding: 10px 15px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .rdmore a:hover{
   background: #47abc6;
   transition: all 0.3s ease-in-out;
}

.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 49%;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card{
   width: 48%;
   position: relative;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card::after{
   content: "";
   width: 60%;
   border-bottom: 2px solid #5d5d5d;
   position: absolute;
   bottom: 15px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card h5 a{
   text-decoration: none;
   text-transform: capitalize;
   font-size: 16px;
   font-family: 'NotoSerif';
   font-weight: 500;
   color: #222222;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card h5 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card .date{
   color: #4f4f4f;
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
   margin-top: 7px;
}


.loan-management-recent-sec-wrap .recent-post-outer{
   width: 26%;
}

.recent-post-outer .new-post-container{
   border: 1px solid #ebebeb;
   padding: 0px 15px 20px;
}
.recent-post-outer .new-post-container .rec-post-card{
   position: relative;
   text-align: center;
   padding: 25px 0px;
}
.recent-post-outer .new-post-container .rec-post-card ul.post-categories {
   position: unset;
   margin-bottom: 20px;
   list-style: none;
}

.recent-post-outer .new-post-container .rec-post-card ul.post-categories li a{
   text-decoration: none;
   color: #fff;
   background: #000000;
   text-transform: uppercase;
   font-size: 12px;
   font-family: 'NunitoSans-Bold';
   padding: 7px 13px;
}
 .recent-post-outer .new-post-container .rec-post-card ul.post-categories{
   position: unset;
   margin-bottom: 20px;
}
 .recent-post-outer .new-post-container .rec-post-card h4 a{
   text-decoration: none;
   text-transform: capitalize;
   text-align: center;
   font-size: 16px;
   font-family: 'NotoSerif';
   font-weight: 500;
   color: #222222;
   display: block;
}
.recent-post-outer .new-post-container .rec-post-card h4 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.recent-post-outer .new-post-container .rec-post-card .date{
   color: #4f4f4f;
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
   margin-top: 7px;
   text-align: center;
}
 .recent-post-outer .new-post-container .rec-post-card p{
   font-size: 14px;
   color: #474747;
   font-family: 'NunitoSans-Regular';
   position: relative;
   margin-top: 10px;
}
 .recent-post-outer .new-post-container .rec-post-card p::after{
   content: "";
   width: 60%;
   border-bottom: 2px solid #5d5d5d;
   position: absolute;
   top: 145%;
   left: 50%;
   transform: translate(-50%);

}

.loan-management-recent-sec-wrap .must-read{
   margin-top: 30px;
}
.loan-management-recent-sec-wrap .must-read .must-read-card .date{
   color: #4f4f4f;
   font-size: 12px;
   font-family: 'NunitoSans-Regular';
   margin-top: 7px;
   text-align: center;
}
.loan-management-recent-sec-wrap .must-read .must-read-card h4 a,
.loan-management-recent-sec-wrap .must-read .must-read-card h4{
   text-decoration: none;
   text-transform: capitalize;
   text-align: center;
   font-size: 16px;
   font-family: 'NotoSerif';
   font-weight: 500;
   color: #222222;
   display: block;
   margin: 8px 0;
}
.loan-management-recent-sec-wrap .must-read .must-read-card h4 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
/* loans and management and recent post section css ends */



/* subscribe section css starts */
   .subscribe-outer{
      background-color: #47abc6;
      padding: 50px 0px;
   }
   .subscribe-outer .inner-row{
      display: flex;
      justify-content: space-between;
      align-items: center;
   }

   .subscribe-outer .subs-content{
      width: 46%;

   }
   
   .subscribe-outer .subs-content h3{
      font-size: 28px;
      color: #ffffff;
      font-family: 'NotoSerif-Bold';
      margin-bottom: 20px;
   }
   .subscribe-outer .subs-content p{
      font-size: 16px;
      color: #eaeaea;
      font-family: 'NunitoSans-Regular';
   }

   .subscribe-outer .subs-form{
      width: 48%;
   }
   .subscribe-outer .subs-form form{
      display: flex;
   }
   .subscribe-outer .subs-form .es-field-wrap{
      width: 100%;
      margin-bottom: 0;
   }
   .subscribe-outer .subs-form .es-field-wrap input{
      width: 98%;
      background-color: #338ea6;
      border: 0px;
      padding: 15px 17px;
      border-radius: 5px;
      outline: none;
   }
   .subscribe-outer .subs-form ::placeholder {
      color: #fff;
    }
   .subscribe-outer .subs-form input[type=submit]{
       background-color: #141414;
       color: #fff;
       text-transform: uppercase;
       border:none;
       padding: 0px 15px;
       font-family: 'NunitoSans-Bold';
       border-radius: 5px;
       cursor: pointer;
   }


/* subscribe section css ends */



/* real state and technology css starts */
   .realstate-tech-wrap{
      padding: 40px 0px;
   }
   .realstate-tech-wrap .inner-row{
      display: flex;
      justify-content: space-between;
   }
   .realstate-tech-wrap .inner-row .real-state-container{
      width: 70%;
   }
   .realstate-tech-wrap .inner-row .real-state-container .realstate-main-post{
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 25px;
   }
   .realstate-tech-wrap .inner-row .real-state-container .realstate-main-post img{
      width: 100%;
      height: auto;
   }
   .realstate-tech-wrap .inner-row .real-state-container .realstate-main-post .pst-img{
      position: relative;
    
   }
   .realstate-tech-wrap .inner-row .real-state-container .realstate-main-post ul.post-categories{
      list-style: none;
      position: absolute;
      top: 15px;
      left: 10px;
      z-index: 3;
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post ul.post-categories a{
      text-decoration: none;
      color: #fff;
      background: #000000;
      text-transform: uppercase;
      font-size: 12px;
      font-family: 'NunitoSans-Bold';
      padding: 7px 13px
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post ul.post-categories a:hover{
      background: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post h4 a{
      text-decoration: none;
      font-size: 30px;
      color: #222222;
      font-family: 'NotoSerif-Bold';
      display: block;
     margin-top: 15px;
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post h4 a:hover{
      color: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post .date{
      color: #4f4f4f;
      font-size: 14px;
      font-family: 'NunitoSans-Regular';
      margin-top: 7px;
      margin-bottom: 10px;
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post p{    
      font-size: 14px;
      color: #474747;
      font-family: 'NunitoSans-Regular';
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post .rdmore a{
      text-decoration: none;
      font-size: 12px;
      font-family: 'NunitoSans-Bold';
      color: #fff;
      text-transform: uppercase;
      background-color: #000000;
      padding: 10px 15px;
      display: inline-block;
      margin-top: 30px;
   }
   .realstate-tech-wrap .real-state-container .realstate-main-post .rdmore a:hover{
      background: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container{
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box{
      width: 48%;
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box img{
      width: 100%;
      object-fit: cover;
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box .post-img{
      position: relative;
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box .post-img .pst-des{
      position: absolute;
      top: 0;
      text-align: center;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: linear-gradient(to bottom, rgba(2,2,2,0),rgba(2,2,2,0.9));
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box .post-img .pst-des h5 a{
      text-decoration: none;
      text-transform: capitalize;
      color: #fff;
      font-size: 22px;
      text-align: center;
      display: block;
      margin-bottom: 5px;
      padding: 0px 20px;
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box .post-img .pst-des h5 a:hover{
      color: #47abc6;
   transition: all 0.3s ease-in-out;
   }
   .realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box .post-img .pst-des .date {
    font-size: 12px;
    font-family: 'NunitoSans-Regular';
    color: #fff;
    padding-bottom: 30px;
   }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box{
      width: 48%;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card{
      display: flex;
      justify-content: space-between;
      margin-bottom: 25px;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card img{
     width: 100%;
     height: auto;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc h5 a{
      text-decoration: none;
      text-transform: capitalize;
      font-size: 16px;
      font-family: 'NotoSerif';
      font-weight: 500;
      color: #222222 ;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc h5 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc .date{
   color: #4f4f4f;
   font-size: 14px;
   font-family: 'NunitoSans-Regular';
   margin-top: 7px;
   margin-bottom: 10px;
   position: relative;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc .date::after{
   content: "";
   width: 60%;
   border-bottom: 2px solid #5d5d5d;
   position: absolute;
   top: 30px;
   left: 0;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc{
     width: 50%;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-img{
     width: 45%;
  }
  .realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-img img{
     width: 100%;
  }

   .realstate-tech-wrap .technology-container{
      width: 26%;
   }
   .realstate-tech-wrap .technology-container img{
      width: 100%;
      object-fit: cover;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card{
      margin-bottom: 20px;
      border-bottom: 1px solid #e1e1e1;
      padding-bottom: 20px;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card .post-img{
      position: relative;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card ul.post-categories{
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 15px;
      left: 10px;
      z-index: 3;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card ul.post-categories a{
      text-decoration: none;
      color: #fff;
      background: #000000;
      text-transform: uppercase;
      font-size: 12px;
      font-family: 'NunitoSans-Bold';
      padding: 7px 13px;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card ul.post-categories a:hover{
      background: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card.techpostdesc{
      position: absolute;
      top: 0;
      padding: 0px 15px 15px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(2,2,2,0),rgba(2,2,2,0.9));
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card .techpostdesc h5 a{
      text-decoration: none;
      color: #fff;
      display: block;
      font-size: 20px;
      font-family: 'NotoSerif-Bold';
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card .techpostdesc h5 a:hover{
      color: #47abc6;
   transition: all 0.3s ease-in-out;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card .techpostdesc .date{
      font-size: 12px;
      font-family: 'NunitoSans-Regular';
      color: #fff;
      padding-bottom: 12px;
      padding-top: 12px;
   }
   .realstate-tech-wrap .technology-container .technologymainpst-card .techpostdesc p{
      color: #fff;
      font-size: 14px;
      font-family: 'NunitoSans-Regular';
   }
   .realstate-tech-wrap .technology-container .more-pst-card{
      border-bottom: 1px solid #e1e1e1;
      padding: 12px 0px;
   }
   .realstate-tech-wrap .technology-container .more-pst-card h4 a{
      text-decoration: none;
      color: #222222;
      text-transform: capitalize;
      font-family: 'NotoSerif';
      font-weight: 500;
      font-size: 16px;
   }
   .realstate-tech-wrap .technology-container .more-pst-card h4 a:hover{
      color: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .realstate-tech-wrap .technology-container .more-pst-card .date{
      color: #4f4f4f;
      font-size: 14px;
      font-family: 'NunitoSans-Regular';
      margin-top: 7px;
      margin-bottom: 10px;
   }
/* real state and technology css ends */



/* advertisement section starts */
  .advertise-wrap{
     margin-top: 40px;
     margin-bottom: 40px;
  }
  .advertise-wrap img{
     width: 100%;
    
  }
/* advertisement section ends */



/* security and pitch section css starts */
   .security-pitch-wrap{
      background-color: #121212;
      padding: 40px 0px;
   }
   .security-pitch-wrap .inner-row{
      display: flex;
      justify-content: space-between;
   }
   .security-pitch-wrap .inner-row .security-container-wrap {
      width: 48%;
   }
   .security-pitch-wrap h3.sec-heading{
      color: #fff;
   }
   .security-pitch-wrap .security-main-pst-card{
      display: flex;
      justify-content: space-between;
      background-color: #252525;
      align-items: center;
      margin-bottom: 25px;
   }
   .security-pitch-wrap .security-main-pst-card img{
      width: 100%;
      height: auto;
   }
   .security-pitch-wrap .security-main-pst-card .pst-img{
       width: 48%;
   }
   .security-pitch-wrap .security-main-pst-card .pst-des{
      width: 48%;
   }
   .security-pitch-wrap .security-main-pst-card .pst-des h4 a{
      text-decoration: none;
      text-transform: capitalize;
      color: #fff;
      font-size: 18px;
      font-family: 'NotoSerif-Bold';
      margin-bottom: 8px;
      display: block;
   }
   .security-pitch-wrap .security-main-pst-card .pst-des h4 a:hover{
      color: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .security-pitch-wrap .security-main-pst-card .pst-des .date{
      font-size: 12px;
      font-family: 'NunitoSans-Regular';
      color: #fff;
      padding-bottom: 12px;
   }
   .security-pitch-wrap .security-main-pst-card .pst-des p{
      color: #fff;
      font-family: 'NunitoSans-Regular';
      font-size: 14px;
   }

   .security-pitch-wrap .security-more-post-contain{
      display: flex;
      justify-content: space-between;  
   }

   .security-pitch-wrap .security-more-post-contain .moresecuritypost-card{
      background-color: #252525;
      width: 48%;
      padding-bottom: 15px;
   }

   .security-pitch-wrap .security-more-post-contain .moresecuritypost-card h4 a{
      text-decoration: none;
      color: #fff;
      text-transform: capitalize;
      font-size: 16px;
      font-family: 'NotoSerif';
      font-weight: 500;
      display: block;
      margin-bottom: 8px;
      padding: 0px 10px;
   }
   .security-pitch-wrap .security-more-post-contain .moresecuritypost-card h4 a:hover{
      color: #47abc6;
   transition: all 0.3s ease-in-out;
   }
   .security-pitch-wrap .security-more-post-contain .moresecuritypost-card .date{
      font-size: 12px;
      font-family: 'NunitoSans-Regular';
      color: #fff;
      padding-bottom: 12px;
      padding: 0px 10px;
   }

   img{
      width: 100%;
   }
   .security-pitch-wrap .pitch-blog-wrap {
      width: 48%;
      color: #fff;
   }
   .security-pitch-wrap .pitch-blog-wrap h3.sec-heading{
      color: #fff;
     
   }

   .security-pitch-wrap .pitch-blog-wrap p{
      font-family: 'NunitoSans-Regular';
      font-size: 14px;
   }
/* security and pitch section css ends */




/* home page section css ends */





/* category page css starts */


.catname-wrap{
   padding: 40px 0px 50px;
}
   .catname-wrap h1.sec-heading{
      font-size: 30px;
      margin-bottom: 0;
   }
   .category-main-wrap .inner-row{
      display: flex;
      justify-content: space-between;
   }
   .category-main-wrap .category-left-section{
       width: 65%;
   }
   .category-main-wrap  .category-right-section{
      width: 30%;
   }
   .cat-tags ul{
       list-style: none;
   }
   .cat-tags ul li{
      display: inline-block;
   }
   .cat-tags ul li a{
      text-decoration: none;
      font-size: 12px;
      color: #929292;
      font-family: 'NunitoSans-Regular';
      text-transform: capitalize;
      padding: 5px 5px;
      margin-bottom: 10px;
      margin-left: 5px;
      margin-right: 5px;
      display: inline-block;
      transition:0.5s;
   }
   .cat-tags ul li a:hover{
      background-color: #0a0a0a;
      color: #fff;
   }

   .popular-post-wrap .popular-post-card{
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 20px;
      padding-bottom: 15px;
   }
   .popular-post-wrap .popular-post-card .post-img{
      width: 46%;
   }
   .popular-post-wrap .popular-post-card .post-img img{
      width: 100%;
      height: auto;
   }
   .popular-post-wrap .popular-post-card
   .poppost-desc{
      width: 46%;
   }

   .popular-post-wrap .popular-post-card ul.post-categories{
      list-style: none;
      padding: 0;
      margin: 0;
   }
   .popular-post-wrap .popular-post-card ul.post-categories li a{
      text-decoration: none;
      color: #47abc6;
      font-size: 12px;
      padding-left: 5px;
      text-transform: uppercase;
      border-left: 2px solid #47abc6;
      font-family: 'NunitoSans-Bold';
   }
   .popular-post-wrap .popular-post-card h5 a,
     .popular-post-wrap .popular-post-card h5{
      text-decoration: none;
      font-size: 14px;
      font-family: 'NotoSerif';
      color: #222222;
      margin: 10px 0 0 0;
   }
   .popular-post-wrap .popular-post-card h5 a:hover{
      color: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .popular-post-wrap .popular-post-card .date{
      color: #4f4f4f;
      font-size: 13px;
      font-family: 'NunitoSans-Regular';
      margin-top: 10px;
   }
   .popular-post-wrap {
      margin-top: 30px;
   }
   .subs-side-box-wrap{
      background-color: #f3f8fb;
      border: 3px dashed #47abc6;
      text-align: center;
      padding: 20px 15px;
      margin-bottom: 40px;
   }
   .subs-side-box-wrap i{
       color: #d5d7d8;
       font-size: 40px;
   }
   .subs-side-box-wrap h5{
       font-size: 18px;
       text-transform: capitalize;
       font-family: 'NotoSerif-Bold';
       color: #161616;
       margin: 20px 0px;
   }
   .subs-side-box-wrap p{
      font-size: 14px;
      color: #6a6a6a;
      font-family: 'NunitoSans-Regular';
   }
   .subs-side-box-wrap .emaillist form{
      display: flex;
      justify-content: center; 
      margin-top: 40px;
   }
   .subs-side-box-wrap .es-field-wrap {
      width: 65%;
  }
  .subs-side-box-wrap .es-field-wrap input{
     width: 95%;
     padding: 9px 12px;
     outline: none;
  }
  .subs-side-box-wrap input[type=submit]{
   background-color: #141414;
   color: #fff;
   text-transform: uppercase;
   border: none;
   padding: 0px 10px;
   font-size: 12px;
   height: 36px;
   border-radius: 5px;
   }
   .subs-side-box-wrap input[type=submit]:hover{
      background: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .advertise-wrap-cat{
      padding: 30px 0px;
   }  
   .cat-post-main-card{
      display: flex;
      justify-content: space-between;
      background-color: #f3f8fb;
      margin-bottom: 20px;
   }
   .cat-post-main-card .cat-post-img{
      width: 48%;
      position: relative;
   }
  .post-rdmore-link{
      background-color: rgba(68,64,58,0.5);
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease-in-out;
      visibility: hidden;
      transform: scale(0);
   }
   .post-rdmore-link a{
      text-decoration: none;
      color: #fff;
      font-size: 30px;
   }
   .show-eye{
      position: relative;
   }
    .show-eye:hover .post-rdmore-link{
      visibility: visible;
      transform: scale(1);
   }
   .cat-post-main-card .cat-post-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
   }
   .fa-eye:before {
      content: "\f06e";
    }
   .cat-post-main-card .cat-post-data{
      width: 48%;
      padding: 10px 30px 10px 0px;
   }
   .cat-post-main-card .cat-post-data h3 a{
      text-decoration: none;
      text-transform: capitalize;
      color: #111111;
      font-size: 18px;
      font-family: 'NotoSerif-Bold';
      margin-bottom: 8px;
      display: block;
   }
   .cat-post-main-card .cat-post-data h3 a:hover{
      color: #47abc6;
      transition: all 0.3s ease-in-out;
   }
   .cat-post-main-card .cat-post-data .date{
      color: #4f4f4f;
      font-size: 14px;
      font-family: 'NunitoSans-Regular';
      margin-top: 7px;
      margin-bottom: 10px;
      position: relative;
   }
   .cat-post-main-card .cat-post-data p{
      font-size: 14px;
      color: #474747;
      font-family: 'NunitoSans-Regular';
   }
   .cat-post-main-card .cat-post-data .rdmore a{
      text-decoration: none;
      font-size: 12px;
      font-family: 'NunitoSans-Bold';
      color: #fff;
      text-transform: uppercase;
      background-color: #000000;
      padding: 10px 15px;
      display: inline-block;
      margin-top: 18px;
   }
   .cat-post-main-card .cat-post-data .rdmore a:hover{
      background: #47abc6;
      transition: all 0.3s ease-in-out;
   }
/* category page css ends */




/* post page css starts */
   .single-post-wrap .inner-row{
     display: flex;
     justify-content: space-between;
   }
   .single-post-wrap .left-container{
      width: 65%;
   }
   .single-post-wrap .right-container {
      width: 32%;
      margin-top: 40px;
   }
   .single-post-wrap .single-post-content{
      padding: 45px 0px;
      -webkit-box-shadow: 5px 10px 15px 5px #EEEEEE; 
box-shadow: 5px 10px 15px 5px #EEEEEE;
margin-bottom: 35px;
   }
   .single-post-wrap .single-post-content ul.post-categories{
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
   }
   .single-post-wrap .single-post-content ul.post-categories li a{
      text-decoration: none;
      color: #fff;
      background: #000000;
      text-transform: uppercase;
      font-size: 12px;
      font-family: 'NunitoSans-Bold';
      padding: 7px 13px;
   }
   .single-post-wrap .single-post-content h1.post-titl{
      font-family: 'NotoSerif-Bold';
      color: #111111;
      font-size: 30px;
      text-align: center;
      margin-top: 30px;
   }
   .single-post-wrap .single-post-content .date{
      text-align: center;
      color: #4f4f4f;
      font-size: 14px;
      font-family: 'NunitoSans-Regular';
      margin-top: 20px;
      position: relative;
      margin-bottom: 50px;
   }
   .single-post-wrap .single-post-content .date::after{
      content: "";
      width: 28%;
      border-bottom: 2px solid #474747;
      position: absolute;
      left: 50%;
      top: 40px;
      transform: translate(-50%);
  }

  .single-post-wrap .single-post-content .post-text p{
     font-size: 14px;
     color: #222222;
     font-family: 'NunitoSans-Regular';
     padding: 15px 20px;
  }
  .single-post-wrap .single-post-content .post-text ul{
     padding: 15px 20px;
  }
  .single-post-wrap .single-post-content .post-text ul li{
   font-size: 14px;
   color: #222222;
   font-family: 'NunitoSans-Regular';
   padding: 15px 0px;
  }
  .single-post-wrap .single-post-content .post-text ol{
   padding: 15px 20px;
  }
  .single-post-wrap .single-post-content .post-text ol li{
   font-size: 14px;
   color: #222222;
   font-family: 'NunitoSans-Regular';
   padding: 15px 0px;
  }
  .single-post-wrap .single-post-content  .post-advertise img {
   padding: 0px 20px;
 }
 .single-post-wrap .single-post-content  .post-all-tags p {
   text-align: center;
   color: #cacaca;
   font-size: 25px;
   margin: 20px 0px;
 }
 .single-post-wrap .single-post-content  .post-all-tags{
   border-bottom: 1px solid #c4c4c4;
   padding: 10px 0px;
   margin: 0px 20px;
 }
 .single-post-wrap .single-post-content  .post-all-tags ul{
    list-style: none;
    text-align: center;
 }
 .single-post-wrap .single-post-content  .post-all-tags ul li{
    display: inline-block;
    padding: 5px 10px;
 }
 .single-post-wrap .single-post-content  .post-all-tags ul li a{
    text-decoration: none;
    text-transform: capitalize;
    color: #404040;
    font-size: 14px;
    font-family: 'NunitoSans-Regular';
 }
 .single-post-wrap .single-post-content .post-author{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 20px;
   padding: 0px 20px;
 }
 .auth-img {
   width: 12%;
}
.auth-info {
   width: 85%;
}
 .single-post-wrap .single-post-content .post-author .auth-info span{
    color: #47abc6;
    font-size:12px;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
 }
 .single-post-wrap .single-post-content .post-author .auth-info h5{
    font-size: 22px;
    color: #151515;
    font-family: 'NotoSerif-Bold';
    font-style: italic;
    margin: 0px 0px 8px 0px;
    text-transform: capitalize;
 }
 .single-post-wrap .single-post-content .post-author .auth-info p{
   font-family: 'NunitoSans-Regular';
   color: #525252;
   font-size: 14px;
 }
 .single-post-wrap .single-post-content .post-author .auth-info ul{
    list-style: none;
    margin-top: 10px;
 }
 .single-post-wrap .single-post-content .post-author .auth-info ul li{
    display: inline-block;
    padding: 0px 20px 0px 0px;
 }
 .single-post-wrap .single-post-content .post-author .auth-info ul li a{
    text-decoration: none;
    color: #a1a1a1;
 }
 .single-more-post-wrap{
   margin-top: 40px;
 }
.single-more-post-wrap .same-post-container {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.nxtandprviswrap {
   display: flex;
   width: 100%;
   justify-content: space-between;
   margin-bottom: 20px;
}
.nxtandprviswrap a#previous {
   text-decoration: none;
   font-size: 14px;
   font-family: 'NunitoSans-Bold';
   color: #a0a0a0;
   text-transform: uppercase;
}
.nxtandprviswrap a#previous i{
   font-size: 12px;
   border: 1px solid  #a0a0a0;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   padding: 4px;
   color: #3a3a3a;
}
.nxtandprviswrap a#next{
   text-decoration: none;
   font-size: 14px;
   font-family: 'NunitoSans-Bold';
   color: #a0a0a0;
   text-transform: uppercase;
}
.nxtandprviswrap a#next i{
   font-size: 12px;
   border: 1px solid  #a0a0a0;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   padding: 4px;
   color: #3a3a3a;
}
div#cooler-nav {
   display: flex;
   justify-content: space-between;
}
div#cooler-nav .nav-box {
   width: 45%;
}
div#cooler-nav .nav-box a {
   display: flex;
   justify-content: space-between;
   text-decoration: none;
   font-size: 14px;
   color: #23282d;
   font-family: 'NotoSerif';
   font-weight: 500;
}
div#cooler-nav .nav-box a img {
   width: 30%;
}
div#cooler-nav .nav-box a p {
   width: 65%;
}


.single-more-post-wrap .same-post-container  .same-post-card{
   width: 30%;
   margin-bottom: 35px;
}
.single-more-post-wrap .same-post-container  .same-post-card img{
   width: 100%;
   height: 200px;
}
.single-more-post-wrap .same-post-container  .same-post-card .date{
   color: #4f4f4f;
   font-size: 14px;
   font-family: 'NunitoSans-Regular';
   display: block;
   text-align: center;
   margin: 10px 0px;
}
.single-more-post-wrap .same-post-container .same-post-card h3 a{
   text-decoration: none;
   color: #222222;
   font-size: 16px;
   font-family: 'NotoSerif';
   font-weight: 500;
   text-transform: capitalize;
   display: block;
 text-align: center;
 position: relative;
}
.single-more-post-wrap .same-post-container .same-post-card h3 a:hover{
   color: #47abc6;
   transition: all 0.3s ease-in-out;
}
.single-more-post-wrap .same-post-container  .same-post-card h3 a::after{
   content: "";
   width: 70%;
   border-bottom: 2px solid #474747;
   position: absolute;
   left: 50%;
   top: 110%;
   transform: translate(-50%);
}
/* post page css ends */





/* 404 page css starts */
   .not-found-container{
      padding: 40px 0px;
      max-width: 1100px;
      margin: auto;
   }
   .not-found-container h1{
      color: #b3b3b3;
      font-size: 150px;
      font-family: 'NunitoSans-Bold';
      font-weight: 900;
      font-style: italic;
      text-align: center;
   }
   .not-found-container h3{
      font-size: 50px;
      text-transform: capitalize;
      color: #47abc6;
      text-align: center;
   }
   .not-found-container p{
      font-size: 16px;
      font-family: 'NunitoSans-Regular';
      color: #404040;
      text-align: center;
      padding: 20px 50px;
   }
   .not-found-container .home-link {
      text-align: center;
   }
   .not-found-container .home-link a{
      text-decoration: none;
      color: #fff;
      text-transform: capitalize;
      background-color: #47abc6;
      font-size: 16px;
      font-family: 'NunitoSans-Bold';
      padding: 10px 30px;
      border-radius: 30px;
   }
   .not-found-container span.screen-reader-text{
      display: none;
   }
   .not-found-container .searchbox {
      text-align: center;
  }
  .not-found-container input[type=search]{
   width: 35%;
   padding: 12px 10px;
   outline: none;
   border: 1px solid #b7b7b7;
   border-radius: 5px;
  }
  .not-found-container button.search-submit {
   border: none;
   background: #fff;
   position: absolute;
   right: 10px;
   top: 0px;
}
.not-found-container form.search-form {
   display: inline;
   position: relative;
}
   .not-found-container svg.icon.icon-search {
      width: 20px;
      height: 20px;
      fill: #6b6b6b;
  }

  .not-found-container .home-link{
     margin-top: 40px;
  }
/* 404 page css ends */


/* search page css starts */
  .searchpage-container .nothing-found{
     color: #c0392b;
  }
/* search page css ends */




@media only screen and (max-width: 767px) {
   header{
      display: none;
   }
   .home .view {
       width: 100%;
   }


   /* home page mobile responsive css starts */


   .security-pitch-wrap .security-main-pst-card {
      flex-direction: column;
  }
  .security-pitch-wrap .security-main-pst-card .pst-img {
   width: 100%;
}
.security-pitch-wrap .security-main-pst-card .pst-des {
   width: 100%;
   padding: 15px;
}
.hero-trending-wrap .inner-row .trending-left-sec .trending-main-post img{
   width: 100%;
   height: auto;
}
   .custom-container {
      max-width: 90%;
      margin: auto;
  }
  .loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card::after {
   bottom: -12px;
}
.advertise-bus-wrap .advertising-post-outer .left-single-post .post-desc {
   width: 100%;
   position: unset;
   transform: unset;
   padding: 10px;
}
.advertise-bus-wrap .advertising-post-outer .left-single-post {
    position: relative;
    margin-bottom: 20px;
}
 .inner-row {
   flex-direction: column;
 }
 .hero-trending-wrap .inner-row .trending-left-sec {
   width: 100%;
}
.hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc {
   position: unset;
   top: 0;
   padding: 10px 10px 10px;
   background: linear-gradient(to bottom, rgba(2,2,2,1),rgba(2,2,2,0.9));
}
.hero-trending-wrap .trending-more-post {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 100%;
   margin-top: 20px;
}
.advertise-bus-wrap {
   padding: 10px 0px;
}
.advertise-bus-wrap .advertising-post-outer {
   flex-direction: column;
   width: 100%;
}
.advertise-bus-wrap .advertising-post-outer .advertise-left-sec {
   width: 100%;
}
.advertise-bus-wrap .advertising-post-outer .post-desc h4 a {
   font-size: 18px;
}
.advertise-bus-wrap .advertising-post-outer .advertise-right-sec {
   width: 100%;
   margin-top: 20px;
}
.advertise-bus-wrap .business-post-outer {
    width: 100%;
    margin-top: 0;
}
.advertise-bus-wrap .business-post-outer h4 a {
   font-size: 18px;
}
.industry-outer {
   padding: 0 0px 10px 0px;
}
.industry-outer .post-card {
   max-width: 100%;
   margin-bottom: 25px;
}
.loan-management-recent-sec-wrap {
   padding: 0 0 30px 0px;
}
.loan-management-recent-sec-wrap .loan-management-outer {
   width: 100%;
   flex-direction: column;
}
.loan-management-recent-sec-wrap .loan-management-outer .loans-container {
   width: 100%;
}
.loan-management-recent-sec-wrap .management-container {
   width: 100%;
}
.loan-management-recent-sec-wrap .marketing-wrap{
   margin-top: 0;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container {
   flex-direction: column;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left-section {
   width: 100%;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left h5 a {
   font-size: 18px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section {
   flex-direction: column;
   width: 100%;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card {
   width: 100%;
   margin-top: 30px;
}
.loan-management-recent-sec-wrap .recent-post-outer {
    width: 100%;
    margin-top: 15px;
}
.subscribe-outer {
   padding: 20px 0px;
}
.subscribe-outer .subs-content {
   width: 100%;
}
.subscribe-outer .subs-content h3 {
   font-size: 18px;
   margin-bottom: 15px;
}
.subscribe-outer .subs-form {
   width: 100%;
   margin-top: 20px;
}
.realstate-tech-wrap {
  padding: 0 0 8px 0px;
}
.realstate-tech-wrap .inner-row .real-state-container {
   width: 100%;
}
.realstate-tech-wrap .real-state-container .realstate-main-post h4 a {
   font-size: 18px;
   margin-top: 10px;
}
.realstate-tech-wrap .real-state-container .realstate-othr-container {
   flex-direction: column;
   margin-top: 20px;
}
.realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box {
   width: 100%;
}
.realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box {
   width: 100%;
   margin-top: 25px;
}
.realstate-tech-wrap .technology-container {
   width: 100%;
}
.realstate-tech-wrap .technology-container .technologymainpst-card .techpostdesc h5 a {
    font-size: 18px;
    margin-bottom: 0;
}
.advertise-wrap {
   margin-top: 10px;
   margin-bottom: 10px;
}
.security-pitch-wrap {
   padding: 0 0 30px 0px;
}
.security-pitch-wrap .inner-row .security-container-wrap {
   width: 100%;
}
.security-pitch-wrap .security-main-pst-card .pst-des h4 a {
   font-size: 16px;
}
.security-pitch-wrap .security-more-post-contain {
   flex-direction: column;
}
.security-pitch-wrap .security-more-post-contain .moresecuritypost-card {
   width: 100%;
   margin-bottom: 20px;
}
.security-pitch-wrap .pitch-blog-wrap {
   width: 100%;
   color: #fff;
}
.hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc h2 a {
font-size: 18px;
}
.hero-trending-wrap .trending-more-post .trending-pst-card img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.top-arrow {
   right: 20px;
}

.hero-trending-wrap{
    margin-top: 77px;
    padding: 25px 0 0 0;
}
.sec-heading {
    font-size: 20px;
    padding: 25px 0 0 0;
}
.loan-management-recent-sec-wrap .single-main-post .single-post-desc h4 a{
    font-size: 18px;
}
.loan-management-recent-sec-wrap .more-list-post {
    margin-top: 15px;
    padding-bottom: 15px;
}
.loan-management-recent-sec-wrap .more-list-post h5 a {
    font-size: 15px;
}
.loan-management-recent-sec-wrap .more-post-outer .postdesc h4 a {
    font-size: 14px;
    margin-top: 5px;
}
.loan-management-recent-sec-wrap .must-read {
    margin-top: 0;
}
.must-read-card .view.view-tenth {
    margin: 0 0 15px 0;
}
.loan-management-recent-sec-wrap .must-read .must-read-card .date i{
    padding: 0 5px 0 0;
}
.must-read-card h4 {
    margin: 8px 0 0 0;
}
.subscribe-outer .subs-content p {
    font-size: 15px;
}
.subscribe-outer .subs-form .es-field-wrap input {
    padding: 11px 11px;
}
.realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc h5 a {
    font-size: 14px;
}
.realstate-tech-wrap .technology-container .technologymainpst-card {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.realstate-tech-wrap .technology-container .more-pst-card h4 a {
    font-size: 15px;
}
.realstate-tech-wrap .technology-container .more-pst-card .date {
    margin-bottom: 0;
}
.security-pitch-wrap .pitch-blog-wrap p input{
    padding: 10px 13px;
    margin: 0 0 22px 0;
}
.security-pitch-wrap .pitch-blog-wrap input[type="submit"] {
    padding: 10px 20px !important;
    margin: 28px 0 0 0 !important;
}
.footer-wrap .copyright-wrap {
    padding: 20px 0px;
}




 /* home page mobile responsive css ends */

 /* category page mobile responsive css starts */
.catname-wrap {
    padding: 25px 0px 25px;
    margin: 78px 0 0 0;
}
 .category-main-wrap .category-left-section {
   width: 100%;
   }
   .cat-post-main-card {
      flex-direction: column;
  }
.cat-post-main-card .cat-post-img {
    width: 100%;
    position: relative;
}
.cat-post-main-card .cat-post-data {
   width: 100%;
   padding: 10px;
}
.category-main-wrap .category-right-section {
   width: 100%;
}
div#catposition {
   margin-top: 30px;
   margin-bottom: 30px;
}
.subs-side-box-wrap .es-field-wrap input {
   width: 93%;
}
.catname-wrap h1.sec-heading {
    font-size: 22px;
    padding: 0;
}
.cat-post-main-card .cat-post-data .date {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 10px;
}
.cat-post-main-card .cat-post-data h3 a{
    font-size: 16px;
    margin-bottom: 8px;
}
.subs-side-box-wrap h5 {
    font-size: 18px;
    margin: 10px 0px;
}
.subs-side-box-wrap .emaillist form {
    margin-top: 20px;
}
.subs-side-box-wrap {
    margin-bottom: 0;
}
.popular-post-wrap .popular-post-card h5 a, .popular-post-wrap .popular-post-card h5 {
    font-size: 13px;
    margin: 8px 0 0 0;
}





 /* category page mobile responsive css ends */





 /* footer mobile responsive css starts */
 .footer-wrap .inner-row .footer-logo img {
   margin: auto;
   display: block;
}
.footer-wrap .inner-row .footer-social-icons ul {
   text-align: center;
}
 /* footer mobile responsive css ends */



 /* single post mobile responsive css starts */
 .single-post-wrap .left-container {
   width: 100%;
}
.single-post-wrap .single-post-content {
   padding: 20px 0px;
   -webkit-box-shadow: 5px 5px 15px 5px #EEEEEE;
   box-shadow: unset;
   margin-bottom: 10px;
}
.single-post-wrap .single-post-content h1.post-titl {
    font-size: 18px;
    margin-top: 20px;
}
.single-post-wrap .single-post-content img{
   width: 100%;
   height: auto;
}
.single-post-wrap .single-post-content .post-author {
   flex-direction: column;
   padding: 0px 0px;
}
.auth-img {
   width: 50%;
}
.single-post-wrap .single-post-content .post-text p {
    padding: 10px 0px;
}
.single-more-post-wrap .same-post-container .same-post-card {
   width: 48%;
}
.single-post-wrap .right-container {
    width: 100%;
    margin-top: 10px;
}
.popular-post-wrap {
   margin-top: 0;
}
.cat-tags {
    margin-bottom: 0;
}
.footer-wrap .inner-row .footer-social-icons ul li a {
   display: inline-block;
   margin: 5px 0px;
}
.single-post-wrap {
    margin: 80px 0 0 0;
}
.single-post-wrap .single-post-content .date {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 35px;
}
.single-post-wrap .single-post-content .date::after {
    top: 30px;
}
.post-advertise {
    padding: 15px 0 0 0;
}
.single-post-wrap .single-post-content .post-all-tags p {
    font-size: 20px;
    margin: 0;
}
.single-post-wrap .single-post-content .post-author .auth-info h5 {
    font-size: 18px;
    margin: 2px 0px 8px 0px;
}
.single-post-wrap .single-post-content .post-author .auth-info ul li {
    padding: 4px 12px 0px 0px;
}
.single-more-post-wrap {
    margin-top: 0;
}
.nxtandprviswrap {
    margin-bottom: 0;
}
.single-more-post-wrap .same-post-container .same-post-card img {
    width: 100%;
    height: auto;
}
.single-more-post-wrap .same-post-container .same-post-card h3 a {
    font-size: 14px;
}
.single-more-post-wrap .same-post-container .same-post-card .date {
    font-size: 13px;
    margin: 5px 0px;
}
.popular-post-wrap .popular-post-card .poppost-desc {
    width: 50%;
}
.popular-post-wrap .popular-post-card .date {
    font-size: 12px;
    margin-top: 6px;
}
.advertise-wrap-cat {
    padding: 20px 0px;
}
.not-found-container {
    padding: 15px 0px;
    margin: 78px 0 0 0;
}






 /* single post mobile responsive css ends */


 /* 404 page mobile responsive css starts */
 .not-found-container h1 {
   font-size: 45px;
}
.not-found-container h3 {
   font-size: 25px;
}
.not-found-container p {
   padding: 20px 15px;
   font-size: 14px;
}
.not-found-container input[type=search] {
   width: 90%;
}
.not-found-container .home-link {
    margin-top: 35px;
    margin-bottom: 20px;
}
 /* 404 page mobile responsive css ends */


}


 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  {

   /* common css starts */
   .custom-container {
      max-width: 95%;
      margin: auto;
    }

   /* common css ends */



   /* home page tablet css starts */
   .hero-trending-wrap .inner-row .trending-left-sec .trending-main-post .post-desc h2 a {
      font-size: 20px;
  }
  .advertise-bus-wrap .advertising-post-outer .post-desc h4 a {
   font-size: 18px;
}
.advertise-bus-wrap .business-post-outer h4 a {
   font-size: 16px;
}
.advertise-right-sec .advertise-other-post-outer .advertise-card h5 a {
   font-size: 14px;
}
.industry-outer {
   padding: 30px 0px;
}
.industry-outer .post-card .post-heading h4 {
   font-size: 14px;
}
.loan-management-recent-sec-wrap .single-main-post .single-post-desc h4 a {
   font-size: 14px;
}
.loan-management-recent-sec-wrap .more-post-outer .postdesc h4 a {
   font-size: 14px;
}
.recent-post-outer .new-post-container .rec-post-card h4 a {
   font-size: 14px;
}
.loan-management-recent-sec-wrap .more-list-post h5 a {
   font-size: 14px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left h5 a {
   font-size: 16px;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card h5 a {
   font-size: 14px;
}
.subscribe-outer .subs-content h3 {
   font-size: 20px;
}
.realstate-tech-wrap .technology-container .technologymainpst-card .techpostdesc h5 a {
   font-size: 14px;
}
.realstate-tech-wrap .technology-container .technologymainpst-card .techpostdesc p {
   font-size: 12px;
}
.realstate-tech-wrap .technology-container .more-pst-card h4 a {
   font-size: 14px;
}
.realstate-tech-wrap .real-state-container .realstate-othr-container .left-othr-box .post-img .pst-des h5 a {
   font-size: 18px;
}
.realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc h5 a {
   font-size: 14px;
}
.realstate-tech-wrap .real-state-container .realstate-othr-container .right-othr-box .othrpost-list-card .post-desc .date::after {
   top: 45px;
}
.security-pitch-wrap .security-main-pst-card .pst-des h4 a {
   font-size: 16px;
}
.security-pitch-wrap .security-main-pst-card .pst-des p {
   font-size: 12px;
}
.realstate-tech-wrap .real-state-container .realstate-main-post h4 a {
   font-size: 20px;
}
.third-navigation .subs-button {
   width: 20%;
}
   /* home page tablet css ends */



   /* post page tablet css starts */
   .single-post-wrap .single-post-content h1.post-titl {
      font-size: 25px;
  }
   /* post page tablet css ends */
  

}

.recent-post-outer .new-post-container .rec-post-card .date i.fa.fa-clock-o {
    padding: 0 4px 0 0;
}

.advertise-card .view.view-tenth {
    padding: 0px 0 10px 0;
}

.pitchformwrap span {
    color: #47abc6;
}

.security-pitch-wrap .pitch-blog-wrap p input {
    width: 100%;
    padding: 13px 13px;
    outline: none;
    border-radius: 5px;
    border: none;
    margin: 0 0 20px 0;
}

.security-pitch-wrap .pitch-blog-wrap p textarea{
    width: 100%;
    padding: 13px 13px;
    outline: none;
    border-radius: 5px;
    border: none;
    margin: 0 0 20px 0;
    height: 100px;
}
.security-pitch-wrap select.wpcf7-form-control.wpcf7-select{
    width: 100%;
    padding: 13px 10px;
    outline: none;
    border-radius: 5px;
    border: none;
}
.security-pitch-wrap form br {
    display: none;
}
.security-pitch-wrap form label{
    margin: 0 0 10px 0;
    display: block;
}
.security-pitch-wrap .pitch-blog-wrap input[type="submit"]{
    width: unset;
    background: #47abc6;
    color: #fff;
    padding: 12px 28px;
    font-family: 'NunitoSans-Bold';
    text-transform: uppercase;
    margin: 35px 0 0 0;
}
    
.security-pitch-wrap .security-more-post-contain .moresecuritypost-card .view.view-tenth {
    margin: 0 0 12px 0;
}

.loan-management-recent-sec-wrap .marketing-wrap .marketing-right-section .marketing-other-post-card .view.view-tenth {
    padding: 0 0 14px 0;
}
.loan-management-recent-sec-wrap .marketing-wrap .marketpost-container .marketing-left-section .view.view-tenth {
    margin: 0 0 15px 0;
}

.realstate-tech-wrap .inner-row .real-state-container .realstate-main-post .pst-img.view.view-tenth {
    float: unset;
}

.advertise-bus-wrap .advertising-post-outer .left-single-post .post-desc .date-coment {
    padding: 8px 0 8px 0;
}
.techpostdesc {
    bottom: 0;
    padding: 20px 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to bottom, rgba(2,2,2,0),rgba(2,2,2,0.9));
}


/*mobail header responshive menu start*/

@media screen and (max-width:767px){
/*responsive menu css ends*/
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/*responsive menu css starts*/
.sidenav.mySideBar {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}
.sidenav.mySideBar {
    width: 100%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    padding-top: 60px;
}
a.side-menu-button.actives {
    background-color: #47abc6;
    color: #fff !important;
}
a.side-menu-button {
    display: flex;
    justify-content: space-around;
    padding: 5px 11px;
    background-color: #47abc6;
    color: #fff !important;
    font-size: 21px;
    border-radius: 4px;
    z-index: 99999999999;
    position: relative;
    text-decoration: none;
}
.sidenav.mySideBar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidenav ul#mob_menu a {
    padding: 8px 0;
    font-family: 'NunitoSans-Bold';
    color: #6a6a6a;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
}
.sgpb-popup-dialog-main-div-theme-wrapper-2 {
    top: 60 !important;
}
.sidenav ul#mob_menu a:hover{
    color: #0bc6cb;
    transition: all 0.3s ease-in-out;
}

div#sgpb-popup-dialog-main-div {
    min-width: 85% !important;
    width: 85% !important;
    max-width: 85% !important;
    /*display: block;*/
    /*margin: auto;*/
}
img.sgpb-popup-close-button-2 {
    right: 20px !important;
}
#mobmenu_cstm {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f8fa;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 3px 3px 4px -1px #d4c1c1;
}
#mobmenu_cstm .menu_title img{
    width: 150px;
    height: auto;
}

div#tp_menues{
    margin-top: 3px;
}

.formwrap {
    margin-top: 90px !important;
}
.footer-wrap .inner-row .footer-logo img{
    height: auto !important;
}


}
/*responsive menu css ends*/

.must-read-card .view.view-tenth {
    margin: 0 0 12px 0;
}
.loan-management-recent-sec-wrap .must-read .must-read-card .date i {
    padding: 0 5px 0 8px;
}



.security-pitch-wrap .pitch-blog-wrap p.dscf7captcha {
    margin: 20px 0 0 0;
}
.security-pitch-wrap .pitch-blog-wrap img {
    width: unset;
}
section.contact_outer p.dscf7captcha img.dscf7_captcha_icon {
    width: unset;
}




.post-text h3{
    padding: 15px 20px;
    font-family: 'NotoSerif-Bold';
    color: #111111;
    font-size: 24px;
}

.post-text h4{
    padding: 15px 20px;
    font-family: 'NotoSerif-Bold';
    color: #111111;
    font-size: 22px;
}

.post-text h5{
    padding: 15px 20px;
    font-family: 'NotoSerif-Bold';
    color: #111111;
    font-size: 20px;
}

.post-text h5, .post-text h6{
    padding: 15px 20px;
    font-family: 'NotoSerif-Bold';
    color: #111111;
    font-size: 18px;
}