﻿


/* Responsive Mobile first */
/* xs */
@media screen and (min-width: 320px) {
    .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    } 

    .content-page {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    } 

     .active-header,
    .spanHeader {
        font-size: 20px !important;
    }    

    .validation {
        font-size: 15px !important;
    }

    .active-content {
        font-size: 16px !important;
        color: #000;
    }
    .catfish-content {
        font-size: 17px !important;
    }
    .catfish-head {
     font-size: 18px !important;
    }

    #catfish {
    height:230px;
    }

    .catfish-children {
    height:190px;
    }

         input:not([type]).validate + label, input[type=text].validate + label, input[type=password].validate + label, input[type=email].validate + label, input[type=url].validate + label, input[type=time].validate + label, input[type=date].validate + label, input[type=datetime].validate + label, input[type=datetime-local].validate + label, input[type=tel].validate + label, input[type=number].validate + label, input[type=search].validate + label, textarea.materialize-textarea.validate + label,

     .contact-phone,
     a,body ,
.ValidationSummary,
.ValidationSummary ul li,
    .label-Cost,
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=url],
    input[type=time],
    input[type=date],
    input[type=datetime],
    input[type=datetime-local],
    input[type=tel],
    input[type=number],
    input[type=search],
    textarea.materialize-textarea,
    .input-field,
     .label-custom , .repMediatable, .btn ,.title-label-request,
    [type="checkbox"] + label ,
    [type="radio"]:not(:checked) + label,
     [type="radio"]:checked + label,
    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 16px !important;
    }

    .input-field label.active ,.select-wrapper + label,
     input[type=text].validate + label.active, input[type=email].validate + label.active, input[type=password].validate + label.active,
     textarea.validate + label.active {
        font-size: 13px !important;
    }

    .div-footer-content,.title-label-request {
    font-size: 16px !important;}

    .title-label-request2 {
     font-size: 14px !important;
    }

    .term-content,.characters-remaining {
    font-size: 14px !important; }

    .button-radio-custom label,  .button-radio-custom2 label {
    width:100%;  
    margin: 10px 0;
    }

    .title-header-box {
        font-size: 20px;   
        line-height: 23px;
    }
}

@media screen and (min-width: 375px) {
     #catfish {
    height:210px;
    }

    .catfish-children {
    height:170px;
    }
}


@media screen and (min-width: 425px) {
    .container {
        width: 97%;
    }
    .button-radio-custom label,  .button-radio-custom2 label {
    width:100%
    }

      #catfish {
    height:190px;
    }

    .catfish-children {
    height:150px;
    }

    .title-header-box {
        font-size: 23px;
        line-height: 25px;
    }

    .title-label-request {
    font-size: 18px !important;}

    .title-label-request2 {
     font-size: 16px !important;
    }
          input:not([type]).validate + label, input[type=text].validate + label, input[type=password].validate + label, input[type=email].validate + label, input[type=url].validate + label, input[type=time].validate + label, input[type=date].validate + label, input[type=datetime].validate + label, input[type=datetime-local].validate + label, input[type=tel].validate + label, input[type=number].validate + label, input[type=search].validate + label, textarea.materialize-textarea.validate + label,

     .contact-phone,
     a,body ,
.ValidationSummary,
.ValidationSummary ul li,
    .label-Cost,
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=url],
    input[type=time],
    input[type=date],
    input[type=datetime],
    input[type=datetime-local],
    input[type=tel],
    input[type=number],
    input[type=search],
    textarea.materialize-textarea,
    .input-field,
     .label-custom , .repMediatable, .btn ,.title-label-request,
    [type="checkbox"] + label ,
    [type="radio"]:not(:checked) + label,
     [type="radio"]:checked + label,
    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 17px !important;
    }

   .input-field label.active ,.select-wrapper + label,
     input[type=text].validate + label.active, input[type=email].validate + label.active, input[type=password].validate + label.active,
     textarea.validate + label.active {
        font-size: 14px !important;
    }
}



/* sm */
@media screen and (min-width: 768px) {
    .container {
        width: 96%;
    }

       #catfish {
    height:150px;
    }

    .catfish-children {
    height:130px;
    }

    .title-label-request {
    font-size: 19px !important;}

    .title-label-request2 {
     font-size: 16px !important;
    }

    .title-header-box {
        font-size: 24px;
        line-height: 27px;
    }

    .vcenter {
        display: flex;
    }

    .button-radio-custom label {
        max-width: 46%;
        margin: 10px;
        min-height: 66px;
    }

    .button-radio-custom2 label {
        max-width: 46%;
        margin: 10px;
        min-height: 42px;
    }
        .button-radio-custom label > span,.button-radio-custom2 label > span {
            vertical-align: middle;
            display: table-cell;
           height: 50px;
        }

         
}

/* md */
@media screen and (min-width: 992px) {
    .container {
        width: 94%;
    }

      #catfish {
    height:130px;
    }

    .catfish-children {
    height:90px;
    }

     .title-label-request {
    font-size: 20px !important;}

    .title-label-request2 {
     font-size: 16px !important;
    }


    .active-header,
    .spanHeader {
        font-size: 21px !important;
    }    

    .validation {
        font-size: 16px !important;
    }

    .active-content {
        font-size: 17px !important;
        color: #000;
    }

    .collapsible-header {
    font-size: 19px !important;
    }
    .catfish-content {
        font-size: 18px !important;
    }
     .catfish-head {
     font-size: 19px !important;
    }

              input:not([type]).validate + label, input[type=text].validate + label, input[type=password].validate + label, input[type=email].validate + label, input[type=url].validate + label, input[type=time].validate + label, input[type=date].validate + label, input[type=datetime].validate + label, input[type=datetime-local].validate + label, input[type=tel].validate + label, input[type=number].validate + label, input[type=search].validate + label, textarea.materialize-textarea.validate + label,

     .contact-phone,
     a,body ,
.ValidationSummary,
.ValidationSummary ul li,
    .label-Cost,
    input:not([type]),
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=url],
    input[type=time],
    input[type=date],
    input[type=datetime],
    input[type=datetime-local],
    input[type=tel],
    input[type=number],
    input[type=search],
    textarea.materialize-textarea,
    .input-field,
     .label-custom , .repMediatable, .btn ,.title-label-request,
    [type="checkbox"] + label ,
    [type="radio"]:not(:checked) + label,
     [type="radio"]:checked + label,
    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 18px !important;
    }

    .input-field label.active ,.select-wrapper + label,
     input[type=text].validate + label.active, input[type=email].validate + label.active, input[type=password].validate + label.active,
     textarea.validate + label.active {
        font-size: 15px !important;
    }

      .div-footer-content,.title-label-request2 {
    font-size: 16px !important;}

    .term-content,.characters-remaining {
    font-size: 15px !important; }   
}

/* lg */
@media screen and (min-width: 1200px) {
    .container {
        width: 93%;
    } 

     .title-label-request {
    font-size: 21px !important;}

    .title-label-request2 {
     font-size: 17px !important;
    }
}

/* xl */
@media screen and (min-width: 1600px) {
    .container {
        width: 92%;
    }  

     .title-label-request {
    font-size: 22px !important;}

    .title-label-request2 {
     font-size: 17px !important;
    }
}
