body {
   
    background-color: #ededee!important;
}

@font-face {
    font-family: 'Tondo_Corp' ;
    src: url('Fonts/Tondo_Corp.ttf');
        
}
.tondo_font{
    font-family: 'Tondo_Corp';
} 

@font-face {
    font-family: 'Tondo' ;
    src: url('Fonts/Tondo_Std_0');
        
}
.tondo_font_Reg{
    font-family: 'Tondo';
}
.tondo_font_bold{
    font-family: '.tondo_font_bold';
    src: url('fonts/Tondo_Corp_Lt.ttf');
}


.heading_div{
    background: #ed1c24;
}
.logo{
    width: 250px;
   
}
.heading_div2{
        background: #6d6d6d;
    padding: 5px;
    position: fixed;
}
.icon1{
    text-align: left;
}
.icon2{
     text-align: right;
}
.icon_size{width: 35px; cursor: pointer;}
.icontext{
     text-align: center; color: #ffffff;    font-size: 20px;
    font-weight: 500;
}
.box_style{
	   
    height: 100px;
    border: 10px solid #ededee;
}
.image{
	    width: 70px;
    margin-top: 15px;
}

.border_div{
	    border: 1px solid #e2e2e2;
	    height: 100px;
	    cursor: pointer;
	   /* background: #ed1c24;*/
	   border-radius: 10px;
	    background: white;
}
.para_text{    
    margin-top: 2rem;
    font-family: 'Tondo';
   
}
.btw_line{
	  border-right: 1px solid #bfc0bf;
    height: 78px;
    position: absolute;
    left: 100px;
    top: 10%;
}

.showme{ 
display: none;
}
.showhim:hover .showme{
display : block;

}
.showhim:hover .ok{
display : none;
}
.border_div:hover{background: #ed1c24;color: #ffffff}
.border_div:hover .btw_line{border-right: 1px solid #ffffff;}

a{
	text-decoration: none!important;
	color: #5f5f5f!important;
}
@media only screen and (min-width: 320px) and (max-width: 480px)
{
.image {
    width: 55px;
    margin-top: 20px;
}
.btw_line { left: 80px;}
.para_text {
    margin-top: 2.2rem;
    font-size: 0.8rem;
}
.logo{
    width: 225px;
}
.icon_size{width: 25px;}
.icontext{
   font-size: 15px;
   
}
	}

@media only screen and (min-width: 640px) and (max-height:  480px) and (orientation:landscape) {
   .btw_line {
    left: 90px!important;
}
.image {
    width: 60px;
    margin-top: 20px;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px)
{
.btw_line {
    left: 102px;
}
.para_text {
    margin-top: 2.2rem;
}

}
	@media only screen and (min-width: 769px) and (max-width: 992px) {
.btw_line {
    left: 102px;
}
	}

    .prod_heading{
        font-family: 'Tondo_Corp';
        background-color: #e40000;
        color: white;
        text-align: center;
        padding: 20px;

    }


    /* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }
