/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Oct-2021, 5:47:35 am
    Author     : abbho
*/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Apr, 2021, 7:11:09 AM
    Author     : abbho
*/


* {
  box-sizing: border-box;
}

.header {
  border: 1px solid red;
  padding: 1px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 0px;
  /*border: 1px solid red; */
}

@media screen and (min-device-width: 900px) and (max-device-width: 1920px)
{
    
    
    
.col-0-5 {width: 4.165%;}
.col-1 {width: 8.33%;}
.col-1-5 {width: 12.495%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-5-5{width:45.825%}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-8-5 {width: 70.825%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-13 {width: 20%;}

}

@media screen and (max-device-width: 900px)
{
.m-col-1 {width: 33.33%;}
.m-col-2 {width: 66.66%;}
.m-col-3 {width: 100%;}


}

@media screen and  (max-width: 900px)
{
    
    #Nav_Menu3
    {
        display: none;
    }
}

