

.menu_row {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
}

.menu_column {
    float: left;
    height: 80px;
}

.menu_column a {
    display: block;
    color: rgb(7, 6, 6);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

.menu_column a:hover {
    color: rgb(250, 78, 78);
}



.graybar {
    color: #666666;
    background-color: #666666;
    height: 25px;
}

::placeholder {
    overflow: visible;
}


#pointer {
    font-size: 14px;
    text-align: center;
    color: black;
    cursor: default;
    margin: 0 1px 0 0;
    padding: 10px 0px 10px 0px;
    width: 15%;
    float: left;
    position: relative;
    background-color: #ddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgb(250, 78, 78);
    border-style: solid black
}

#pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(250, 78, 78);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#pointergray {
    font-size: 14px;
    text-align: center;
    color: black;
    cursor: default;
    margin: 0 1px 0 0;
    padding: 10px 0px 10px 0px;
    width: 15%;
    float: left;
    position: relative;
    background-color: #ddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    border-style: solid black;
    background: rgb(179, 176, 176);
    border-style: solid black
}

#pointergray:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#pointergray:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(179, 176, 176);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.head {
    padding: 1%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end
}

.form {
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;

}

.cont {
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 20%;
    width: auto;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;

}




.field label {

    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 1;
    text-align:center;
    padding: 5px 15px;
    margin-right: -1px;
    


    transition: all 0.1s ease-in-out;
}


.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }

.in {
    width: 80%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
.left {

    float: inline-start !important;
    width: 40%;
}
label {
    color: black;
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.submit {
    background-color: #9c9b9b;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}



.col-25 {
    float: left;
    width: 35%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 65%;
    margin-top: 6px;
}

.field::after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {

    .col-25,
    .col-75,
    .submit {
        width: 100%;
        margin-top: 0;
    }
}

.submit:hover {
    background-color: rgb(250, 78, 78);
}

.mylink {
   
    padding-top: 30px;
    text-align: center;
  
  }
  .createquoteLink,
.createquoteLink:visited {
   margin: auto;
  border-radius: 50%;
  text-align: center;
  background-color: #666;
  color: white;
  padding: 14px 25px;
  text-decoration: none;
  display: inline-block;
  
  
}

.createquoteLink:hover,
.createquoteLink:active {
  background-color: #cf142b;
}







/* result page*/