
 @media only screen and (min-width: 1025px)
{

  .mobile-view{
  display: none !important;
    
}

  .btn_style {
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
}
}

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


  .footer .footer-content ul li {
    width: 100% !important;
    float: left;
    margin-bottom: 8px;
    padding-right: 16px;
}
   .desktop-view{
  display: none !important;
}
   #desktopshow{
  display: none !important;
}
#mobileshow.btn_style {
    float: unset !important;
    padding-bottom: 20px;
}
.hidden-xs {
    display: none !important;
}


}
.footer.footer-gray{
  padding: 10px !important;
  margin-top: 0px !important;
}
                 .btn_style a {
    margin-top: 20px;
    background-color: #ff3e3f;
    padding: 10px 15px;
    border-radius: 90px;
    color: #fff;
    /* line-height: unset; */
}


.footer .long-txt strong {
    font-weight: bolder !important;
}
.footer .btn_style a.download-click-btn{
	padding: 10px 15px !important;
}
  .footer .footer-content a.download-click-btn{
          font-size: 14px !important;
        }
     .footer.footer-gray h4 {
       font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #fff !important;
    margin-top: 20px  !important;
}

.footer.footer-gray ul li.long-txt , .footer.footer-gray ul li a.non-active-page{
    color: rgb(255 255 255 / 80%) !important;
}
     
     .footer .footer-content ul li {
    line-height: 20px !important;
    margin-bottom: 10px !important;      
     }
	.supercard-active-page{	
		color: #ff3333 !important;
	}
	
	.vantage-active-page{	
		color: #ae8c5c !important;
	}
	
	.spark-active-page{	
		color: #cc0000 !important;
	}

 div#chat-canvas {
    display: none;
}

a.download-click-btn:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.footer.footer-gray ul li a:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

@media only screen and (max-width: 999px){
 .iframeSize{
    height: 1900px;
     width: 100%;
  } 
   #vantage-home-page .iframeSize{
   height: 2000px;
    width: 100%;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1200px){
  .iframeSize {
        height: 1050px !important;
        width: 100%;
}
}

@media only screen and (min-width: 1201px){
  .iframeSize{
   height: 800px;
    width: 100%;
  }
   #vantage-home-page .iframeSize{
   height: 900px;
    width: 100%;
  }
}



  
    