﻿.StickyFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 500px;
  /*line-height: 60px;*/
  border-top: 1px solid #FF8000;  
}

.StickyFooter > .ftcontainer {
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.stickBottomDisc {    
    font-size: 12px;     
    bottom: 0;                
    position: absolute;
    padding-left: 0;          
}

.stickBottomDiscShare {    
    font-size: 12px;     
    bottom: 0;                
    position: absolute;
    padding-left: 0;          
}

@media (max-width: 991px) {
    body {
        margin-bottom: 150px;
        margin-top: 20px;                
    }
    
    .stickBottomDisc {
        bottom: 20px;
        height: auto;        
        margin-left: 10px;
        margin-right: 10px;
        z-index: -9999;
    }

    .stickBottomDiscShare {
        bottom: 55px;
        height: auto;        
        margin-left: 10px;
        margin-right: 10px;
        z-index: -9999;
    }
}

@media (min-width: 992px) {
    body {
        margin-bottom: 450px;    
        margin-top: 100px;    
    }
    .StickyFooter {
      height: 300px;    
    }
    .stickBottomDisc {
        height: 360px;
        width: 52%;
    }
    .stickBottomDiscShare {
        height: 360px;
        width: 52%;
    }
}

@media (min-width: 1200px) {
    body {
        margin-bottom: 500px;        
        margin-top: 70px;
    }
    .StickyFooter {
      height: 300px;    
    }
    .stickBottomDisc {
        height: 370px;
        width: 55%;
    }
    .stickBottomDiscShare {
        height: 370px;
        width: 55%;
    }
}

/***** CT for changing Agent App banner *****/
@media (min-width: 992px) and (max-width:1099px){
    .agentapp > img {
	    width: 80%;
    }
    .tbldlLogo {
	    width: 80%;
    }

    #divPhoneImg > img {
        max-width: 110% !important;
    }
   .textstyle {
       font-size:34px !important; 
   }
}

@media (min-width: 1099px) {
    #divPhoneImg > img {
        max-width: 120% !important;
    }
}

.agentapp > img {
    margin-left: -18px;
}

.tbldlLogo {
    border:none !important;
}

.imgdownloadlogo {
    max-width: 100%;
    height: auto;
}

.rowappbanner {
    margin-bottom: -13px;
}

.paddinggap {
    padding-bottom: 15px;
    padding-top: 15px;
}

.textstyle {
   font-size:40px; 
   font-weight:bold; 
}