/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) and (max-width: 480px) {
        div.box-cont-head{
            width: 75% !important;
        }
        section#imgset{
            height: auto !important;
        }
        div.center-content{
            width: 100% !important;
            padding:10px !important;

        }
        section#imgset{
            padding:0px !important;
        }
        div.item-icon{
            width: auto !important;
        }
        div.head-content{
            width: 100%;
        }
        div.imgbox-item{
            background-color: #f7f7f7;
            border-radius: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        div.def-box{
            height: 112px !important;
        }
        h1.server_head_con{
            font-size: 25px !important;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) and (max-width: 768px) {
        div.box-cont-head{
            width: 60% !important;
        }
        section#imgset{
            height: auto !important;
        }
        div.center-content{
            width: 100% !important;
            padding:10px !important;
        }
        section#imgset{
            padding:0px !important;
        }
        div.head-content{
            width: 75%;
        }
        div.imgbox-item{
            background-color: #f7f7f7;
            border-radius: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        div.box-content {
            width: 100%;
        }
        div.def-box{
            height: 122px !important;
        }
        h1.server_head_con{
            font-size: 2.0rem;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) and (max-width: 991px) {
        div.head-content{
            width: 75%;
        }
        div.box-content{
            width: 100%;
        }
        div.def-box2{
            height: 113px !important;
        }
       
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }