.pd_img{
    width: 95%;
}
.pd_img_box{
border: rgb(221, 221, 221) 1px solid;    
width: 90%;
float: right;
margin-top: 10px;
text-align: center;
}

.quote_model input,textarea{   
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.pd_text{
    text-align: justify;
    margin-top: 10px;
    margin-right: 30px;
    margin-left: 30px;
}
.feature_icon{
    display: inline-block;
    width: 2%;
    vertical-align: top;
    padding-right: 10px;
}
.feature_data{
    display: inline-block;
    width: 94%;
    text-align: justify;
}
.req_catalog,.req_catalog:hover{
    background-color: #2b5db2;
    color: #ffff;
    padding: 7px 20px;
    border-radius: 0px;
    margin-left: 30px;
    margin-right: 15px;
}
.req_quote,.req_quote:hover {
    background-color:#826cc2;
    color: #ffff;
    padding: 7px 20px;
    border-radius: 0px;
}
.cat_a,.cat_a:hover{
    color: #ffff;
    text-decoration: none;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #2b5db2;
    color: #ffff;
    width: 80%;
    margin: auto;
    margin-top: 25px;
  }
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #ffff;
  }
  .tab button:hover {
    background-color: #2b5db2;
    color: #ffff;
  }
  .tab button.active {
    background-color: #2b5db2;
  }
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    width: 80%;
    margin: auto;
  }
  .current
  {
   display:block;
  }
  .pd_dhead{
      font-size: 19px;
      font-weight: 600;
      margin: 15px 0px;
  }
  .pd_dtext{
      margin-bottom: 5px;
  }
.fa-play{
    font-size: 12px;
    margin-right: 10px;
}
.realted_modal{
    font-size: 18px;
    font-weight: 600;
    margin-top: 65px;
    margin-bottom: 10px;
    margin-left: 30px;
    color: #2b5db2;
}

/******************************************** (min-width: 280px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 280px) and (max-width:480px){

    .pd_img_box{
        border: rgb(221, 221, 221) 1px solid;    
        width: 80%;
        margin: auto;
        float: none;
        margin-top: 10px;
        text-align: center;
        }
        .pd_text{
            text-align: justify;
            margin-top: 10px;
            margin-right: 30px;
            margin-left: 30px;
        }
        .realted_modal{
            text-align: center;
            margin-top: 35px;
            font-size: 21px;
            margin-bottom: 20px;
        }
    
    }
    /********************************************  (min-width: 480px) and (max-width:576px) *******************************************/
    @media only screen and (min-width: 480px) and (max-width:576px){
    
    .pd_img_box{
        border: rgb(221, 221, 221) 1px solid;    
        width: 60%;
        margin: auto;
        float: none;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 25px;
        }
        .pd_text{
            text-align: justify;
            margin-top: 10px;
            margin-right: 30px;
            margin-left: 30px;
        }
        .realted_modal{
            text-align: center;
            margin-top: 35px;
            font-size: 21px;
            margin-bottom: 20px;
        }
    }
    /********************************************  (min-width: 480px) and (max-width:576px) *******************************************/
    @media only screen and (min-width: 576px) and (max-width:768px){
    
        .pd_img_box{
            border: rgb(221, 221, 221) 1px solid;    
            width: 60%;
            margin: auto;
            float: none;
            margin-top: 10px;
            text-align: center;
            margin-bottom: 25px;
            }
            .pd_text{
                text-align: justify;
                margin-top: 10px;
                margin-right: 30px;
                margin-left: 30px;
            }
            .realted_modal{
                text-align: center;
                margin-top: 35px;
                font-size: 21px;
                margin-bottom: 20px;
            }
    }