/* @media screen and (min-width: 0px)  {
    .forMobile {  top: -42px; left: 178px;}
}
@media screen and (max-width: 750px)  {
  .forMobile {
     top: 0; left: 0;
    }
}   */
/* @media screen and (min-width: 0px)  {
    .forMobile2 { width: 800px; border-radius:0;}
}
@media screen and (max-width: 750px)  {
  .forMobile2 {
    width: auto; border-radius: 0;
    }
} */
/* @media screen and (min-width: 0px)  {
    .forcontent { 
        width: 800px;
        box-shadow: rgba(0,0,0,.25) 0 14px 28px, rgba(0,0,0,.22) 0 10px 10px;
        border-radius: 0px;
    }
}
@media screen and (max-width: 750px)  {
  .forcontent {
     width: 98%;
     box-shadow: rgba(0,0,0,.25) 0 14px 28px, rgba(0,0,0,.22) 0 10px 10px;
    border-radius: 0px;
    }
}   
@media screen and (min-width: 0px)  {
    .scale-container{ 
         padding-top: 3px;
         padding-left: 80px;
    }
}
@media screen and (max-width: 750px)  {
  .forcontent {
     width: 98%;
     box-shadow: rgba(0,0,0,.25) 0 14px 28px, rgba(0,0,0,.22) 0 10px 10px;
    border-radius: 0px;
    }
}   */
.ch-modal {
    margin-top: 0 !important;
    margin-right: 0 !important;
}
@media screen and (min-width: 0px)  {
    .scale-container{ 
       padding-top: 15px;
       padding-left: 170px;
    }
}
@media screen and (max-width: 767px)  {
    .scale-container{
        padding-top: 27px;
              padding-left: 0px;
              left: 0 !important;
      }
  } 

@media screen and (min-width: 0px)  {
    .modal-header{ 
       height: 80px;
    }
}
@media screen and (max-width: 767px)  {
    .modal-header{ 
        height: auto;
     }
  } 


@media screen and (max-width: 767px)  {
    .popupbutton{
       padding-left: 25px !important;
       z-index: 99;
       position: relative;
      }
  } 


.top-section{
    padding: 15px;
    color: #efefef;
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 15px;
    vertical-align: middle;
    
}
.top-section .scale{

    width: 200px;
    color: #666;
    font-size: 12px
}
.top-section img.icon {
    width: 35px;
    float: left;
    margin-right: 10px;
}
h4{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.sev-head{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.scale{
    height: 10px;
    background: #85e946;
    background: linear-gradient(90deg,#85e946 0%,#fcb045 50%,#fd1d1d 100%);
    max-width: 130px;
    border-radius: 12px;
    outline: 2px solid #fff;
    box-shadow: rgba(50,50,93,.25) 0 2px 5px -1px, rgba(0,0,0,.3) 0 1px 3px -1px;
    position: relative;
}
.range ul{
    max-width: 130px;
    padding: 0px;
    display: flex;
    color: #444;
    font-size: 10px;
    list-style: none;
    position: absolute;
    top: -15px;
    left: 0;
    justify-content: space-between;
    width: 100%;
} 
.scale .arrow{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px!important;
}
img{
    max-width: 100%;
    height: auto;
}
.map_large{
    max-width: 100%;
    text-align: center;
}
.map_large div{
  padding: 0 !important;
}
.map_large img{
  margin-left: auto !important;
  }

#company_head{
    font-size: 14px;
    margin: 0;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}  
.attack-para p {
    margin: 0;
    /* line-height: 23px; */
    color: #444;
    /* width: 90%; */
}
/* .modal-body{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background: #fff;
    position: relative;
}
.top-section{
    height: 65px;
    padding: 15px;
    color: #efefef;
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    vertical-align: middle;
    flex-wrap: wrap;
    
}
.top-section div:nth-child(1){

    width: 200px;
    color: #666;
    font-size: 12px
}
.top-section img.icon {
    width: 35px;
    float: left;
    margin-right: 10px;
}
h4{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h5{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.scale{
    height: 10px;
    background: #85e946;
    background: linear-gradient(90deg,#85e946 0%,#fcb045 50%,#fd1d1d 100%);
    max-width: 130px;
    border-radius: 12px;
    outline: 2px solid #fff;
    box-shadow: rgba(50,50,93,.25) 0 2px 5px -1px, rgba(0,0,0,.3) 0 1px 3px -1px;
    position: relative;
}
.range ul{
    max-width: 130px;
    padding: 0px;
    display: flex;
    color: #444;
    font-size: 10px;
    list-style: none;
    position: absolute;
    top: -15px;
    left: 0;
    justify-content: space-between;
    width: 100%;
} */