	.rightborder
    {
        border-right: solid 1px #777!important;
    }
    .marginbottom{
        margin-bottom: 5px; 
    }

    .marginbottom8{
        margin-bottom: 8px;
    }

    .font14{
        font-size: 14px;
    }
    .font16{
        font-size: 16px;
    }
    .font18{
        font-size: 18px;
    }
    .font20{
        font-size: 20px;
    }

    .error{
      display: none;
      margin-left: 10px;
    }   
    
    .error_show{
      color: red;
      margin-left: 10px;
    }

    .num_error{
      color: red;
    }
    
    select.invalid,input.invalid, textarea.invalid{
      border: 1px solid red;
    }
    
    select.valid,input.valid, textarea.valid{
      border: 1px solid green;
    }

    /* Css for add custom element or delete */
    .unit{position:relative;margin-bottom:25px}
    .toclone-widget-right{padding-right:100px;position:relative}
    .toclone {padding-bottom:0px;margin:0 5px 5px 0}
    .clone-btn-right{font-size:14px;height:35px;padding:0;position:absolute;margin:0;width:47px}
    .unit>.clone-btn-right{bottom:0;right:0}
    .unit>.clone-btn-right.clone{right:50px}
    /* Css for add custom element or delete */

    /* The container */
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


  @media only screen and (max-width: 480px) and (min-width: 320px) {
  .homeimglogo{
    height: 125px;
    /* margin-top: 17px; */
  }
}

  @media only screen and (max-width: 780px) and (min-width: 481px) {
    .homeimglogo{
    height: 20vh;
    margin-top: 17px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 781px) {
    .homeimglogo{
        height: 20vh;
        margin-top: 17px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px)
{
    .homeimglogo{
        height: 20vh;
        margin-top: 17px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1401px)
{
    .homeimglogo{
        height: 20vh;
        margin-top: 17px;
    }
}


@media (max-width: 2000px) and (min-width: 1601px)
{
    .homeimglogo{
        height: 20vh;
        margin-top: 17px;
    }
}