/* section first */


/* Add a black background color to the top navigation */

.first {
    background-color: #333;
    overflow: hidden;
}


/* Style the links inside the navigation bar */

.first a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


/* Change the color of links on hover */

.first a:hover {
    background-color: #ddd;
    color: black;
}


/* Add a color to the active/current link */

.first a.active {
    background-color: #060606;
    color: white;
}

.second {
    background-color: rgb(243, 242, 242);
    height: 50px;
}

.Third {
    height: 400px;
    margin: 0;
    background-image: url("IMG_3530.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 10px;
    left: 10px;
}

.logo {
    float: left;
    margin-left: 10px;
    z-index: 2;
}

.logo2 {
    display: block;
    position: center;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
}

footer {
    background-color: #111;
    height: auto;
    width: 100vw;
    font-family: "Open Sans";
    color: #ffff
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3 {
    font-size: 1.5rem;
    font-weight: 200;
    font-size: small;
    line-height: 0.2rem;
    margin-top: 0;
    margin-bottom: 4px;
}

.footer-content p {
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 10px;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1rem 0;
}

.socials li {
    margin: 0 15px;
}

.socials a {
    text-decoration: none;
    color: #fff;
}

.socials a i {
    font-size: 1.1rem;
    transition: color .4s ease;
}

.socials a:hover i {
    color: aqua;
}

.footer-bottom {
    background: #000;
    width: 100vw;
    padding: 13px 0px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    height: 5px;
    margin-top: 2px;
    margin-bottom: 10px;
}


/* fourth */

.fourth {
    margin-top: 100px;
    margin-left: 80px;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fourth a .buttonfourth:hover {
    background-color: #b29b85;
}

.text1 {
    text-align: Center;
    font-size: 35px;
    margin-bottom: 50px;
}

.buttonfourth {
    border-radius: 4px;
    background-color: #cebcab;
    border: none;
    color: #484848;
    text-align: center;
    position: center;
    font-size: 28px;
    padding: 70px;
    width: 30%;
    height: 250px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    margin-bottom: 20px;
}

.buttonfourth span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonfourth span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonfourth:hover span {
    padding-right: 25px;
}

.buttonfourth:hover span:after {
    opacity: 1;
    right: 0;
}

@media screen and (min-width:1600px) {
    .Third {
        height: 520px;
        margin: 0;
        background-image: url("IMG_3530.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 10px;
        left: 10px;
    }
    .text1 {
        font-size: 60px;
    }
    .MeteorologicalStations {
        font-size: 60px;
    }
    .buttonfourth {
        font-size: 40px;
    }
}

@media screen and (min-width:1300px) {
    .paymentimag {
        background-size: 1000px;
    }
}

@media screen and (max-width:1299px) {
    .paymentimag {
        background-size: 100%;
    }
}


/*
@media screen and (min-width:1421px) and (max-width:1500px) {
    .buttonfourth {
        width: 420px;
        position: center;
        height: 220px;
    }
    .fourth {
        margin-top: 100px;
        margin-left: 100px;
        margin-right: 20px;
        margin-bottom: 50px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width:1501px) and (max-width:1600px) {
    .buttonfourth {
        width: 430px;
        position: center;
        height: 220px;
    }
    .fourth {
        margin-top: 100px;
        margin-left: 100px;
        margin-right: 20px;
        margin-bottom: 50px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width:1601px) and (max-width:1700px) {
    .buttonfourth {
        width: 440px;
        position: center;
        height: 220px;
    }
    .fourth {
        margin-top: 100px;
        margin-left: 100px;
        margin-right: 20px;
        margin-bottom: 50px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width:1701px) and (max-width:1800px) {
    .buttonfourth {
        width: 480px;
        position: center;
        height: 220px;
    }
    .fourth {
        margin-top: 100px;
        margin-left: 100px;
        margin-right: 20px;
        margin-bottom: 50px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media screen and (min-width:1801px) and (max-width:1800px) {
  .buttonfourth {
      width: 480px;
      position: center;
      height: 220px;
  }
  .fourth {
      margin-top: 100px;
      margin-left: 100px;
      margin-right: 20px;
      margin-bottom: 50px;
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
}
*/

.home2map {
    width: 100%;
}

.MeteorologicalStations {
    text-align: center;
}

.fifth {
    margin-top: 100px;
    margin-left: 110px;
    margin-right: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding: 2px;
    align-items: center;
    width: 90%;
}

.fifth span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-right: 100px;
}

.fifth .pull-left {
    display: flex;
    align-items: center;
}


/* Set height of body and the document to 100% */

.sixth {
    height: 100%;
    margin: 0;
    font-family: Arial;
    margin-bottom: 50px;
    margin-top: 100px;
}


/* Style tab links */

.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 25px;
    width: 40%;
}

.tablink:hover {
    background-color: #777;
}


/* Style the tab content (and add height:100% for full page content) */

.tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
    margin-top: 100px;
}

#Home {
    background-color: rgb(184, 173, 173);
}

#News {
    background-color: rgb(205, 212, 205);
}

#Contact {
    background-color: rgb(194, 194, 201);
}

#About {
    background-color: rgb(195, 193, 189);
}

.footer {
    background-color: #333;
    height: 300px;
    margin-top: 20px;
}

.Stations2First {
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 70px;
    text-align: center;
}

.everything {
    margin-left: 1px;
    color: rgb(47, 45, 45);
    text-align: center;
    padding: 50px;
    height: 1200px;
    background-size: 100%;
    background-position: center;
    left: 50px;
    margin-bottom: 50px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
}


/* Style inputs, select elements and textareas */

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}


/* Style the label to display next to the inputs */

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}


/* Style the submit button */

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}


/* Style the container */

.container {
    position: Center;
    margin-left: 60px;
    margin-top: 0px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 30px;
}


/* Floating column for labels: 25% width */

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}


/* Floating column for inputs: 75% width */

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .col-25,
    .col-75,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


/* Customize the label (the container) */

.con {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding: 14px 45px;
    margin-right: 5px;
    margin-bottom: 0px;
    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 */

.con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0px;
    margin-top: 7px;
    left: 8px;
    height: 25px;
    width: 25px;
    background-color: #f4eded;
    border-radius: 50%;
    border-style: solid;
    border-color: rgb(223, 217, 217)
}


/* On mouse-over, add a grey background color */

.con:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.con 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 */

.con input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.con .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);
}


/* parameters */

.con2 {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
    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 */

.con2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.con2:hover input~.checkmark2 {
    background-color: #ccc;
}

.con2 input:checked~.checkmark2 {
    background-color: #2196F3;
}

.con2 input:checked~.checkmark2:after {
    display: block;
}


/* Style the checkmark/indicator */

.con2 .checkmark2: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);
}

.checkmark2 {
    position: absolute;
    top: 0px;
    margin-top: 7px;
    left: 2px;
    height: 25px;
    width: 25px;
    background-color: #f4eded;
    border-radius: 50%;
    border-style: solid;
    border-color: rgb(223, 217, 217)
}


/* On mouse-over, add a grey background color */

.con:hover input~.checkmark2 {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.con input:checked~.checkmark2 {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.con input:checked~.checkmark2:after {
    display: block;
}


/* Style the checkmark/indicator */

.con .checkmark2: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);
}

.bg-img {
    /* The image used */
    /* Control the height of the image */
    min-height: 1000px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.newtable {
    padding: 12px;
    margin-top: 6px;
    left: 70px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    text-align: left;
}

.newtable2 {
    padding: 12px;
    margin-top: 6px;
    top: 0px;
    left: 70px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    text-align: left;
}

.Requestform {
    text-align: Center;
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 35px;
}

.datasample {
    background-image: url("IMG_3530.png");
}

.servicetable {
    margin-left: 50px;
    margin-right: 50px;
}

.tab1 {
    overflow: hidden;
    border: 1px solid #aeadad;
    background-color: #f1f1f1;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}


/* Style the buttons that are used to open the tab content */

.tab1 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab1 button:hover {
    background-color: #f3cdcd;
}


/* Create an active/current tablink class */

.tab1 button.active {
    background-color: #c9a5a5;
}


/* Style the tab content */

.tabcontent1 {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.serviceimage {
    background-color: #f2f1f1;
    margin-left: 50px;
    margin-right: 50px;
}

.uploadformal {
    color: #a79e9a;
    padding: 0;
    margin: 0;
}

.ifstat {
    display: inline-block;
    height: fit-content;
    margin: 0;
    padding: 0;
}

.other1 {
    margin-top: 0%;
    height: 2px;
}

.selectopt {
    width: 75%;
    padding: 12px;
    margin-left: 217px;
    margin-top: 6px;
    left: 70px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    text-align: right;
}

input[type=date] {
    width: 43%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

.serviceMeta {
    display: relative;
    margin: 0px;
    padding: 0%;
    background-color: #f2f1f1;
    margin-left: 50px;
    margin-right: 50px;
}

.tab1links {
    font-size: 15px;
}


/*
.serviceDeTable {
    border-collapse: collapse;
    width: 80%;
    margin-left: 70px;
    margin-top: 50px;
    background-color: #f8f8f8;
    margin-bottom: 200px;
}

.serviceDeTable td:nth-child(2) {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

.serviceDef {
    margin-left: 50px;
    margin-right: 50px;
}

.td,
th {
    border: 1px solid #dbdada;
    text-align: left;
    padding: 8px;
}

.firstrow {
    background-color: #d6d4d4;
}
*/

.serviceDeTable {
    border-collapse: collapse;
    width: 80%;
    margin-left: 70px;
    margin-top: 50px;
    background-color: #f8f8f8;
    margin-bottom: 200px;
}

.serviceDeTable th,
.serviceDeTable td {
    border: 1px solid black;
    padding: 20px;
}

.serviceDeTablefirst th,
.serviceDeTablefirst td {
    background-color: #d7d6d6;
    margin-top: 3px;
    margin-bottom: 3px;
}

.serviceDeTablesecond td,
.serviceDeTablesecond th {
    background-color: #f2f2f2;
}

.serviceDeTableCell {
    border-top: none;
    border-bottom: none;
}

.fourthpayment {
    border-collapse: collapse;
    width: 80%;
    background-color: #f9e4d2;
    height: auto;
    border: 1px solid #8e8d8d;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 70px;
    text-align: center;
}

.pay {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
}

.payAB {
    font-size: 23px;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 25px;
}

.payAB1 {
    color: red;
    font-size: 23px;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 25px;
    font-weight: lighter;
}

.payB {
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.payBpayment {
    font-size: 15px;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 20px;
}

.payment {
    font-weight: bold;
}

.paymentimag {
    height: 800px;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    background-image: url("Payment.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #8e8d8d;
}

.fifthpayment {
    border: 1px solid #8e8d8d;
    margin-top: 70px;
}

.paymentinfo1 {
    border-collapse: collapse;
    width: 80%;
    margin-left: 70px;
    margin-top: 50px;
    background-color: #f8f8f8;
    margin-bottom: 50px;
    margin-top: 20px;
}

.paymentinfo1 th,
.paymentinfo1 td {
    border: 1px solid black;
    padding: 8px;
}

.paymentinfo th {
    background-color: #ddd;
    text-align: left;
}

.paytitle1 {
    text-decoration: underline;
    font-weight: bold;
    margin-top: 60px;
    margin-left: 80px;
    margin-bottom: 0px;
}

.paymenttext {
    color: #777;
}

.paymentinfo13 {
    border-collapse: collapse;
    width: 80%;
    margin-left: 70px;
    margin-top: 50px;
    background-color: #f8f8f8;
    margin-bottom: 50px;
    margin-top: 20px;
}

.paymentinfo13 th,
.paymentinfo13 td {
    border: 1px solid black;
    padding: 8px;
}

.paymentinfo4 th {
    background-color: #ddd;
    text-align: center;
}

.tabcontent3 {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    margin-left: 0;
    height: auto;
    background-color: #f9e4d2;
    margin-top: 100px;
    margin-bottom: auto;
}

.tab3 {
    overflow: hidden;
    border: 1px solid #1e1e1e;
    background-color: #f9e4d2;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}


/* Style the buttons that are used to open the tab content */

.tab3 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab3 button:hover {
    background-color: #edcdb0;
}


/* Create an active/current tablink class */

.tab3 button.active {
    background-color: #d6b497;
}

.fees1 {
    margin-top: 70px;
}


/*.Stationsall{
margin-left: 0px;
margin-bottom: 0px;
display: center;
overflow: hidden;


}*/

.serviceimage1 {
    margin-left: 50px;
    margin-right: 50px;
}

.tabcontent2 {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    margin-left: 0;
    height: 560px
}

.servicetable2 {
    margin-left: 0px;
    margin-right: 0px;
}

.tab2 {
    overflow: hidden;
    border: 1px solid #1e1e1e;
    background-color: #f1f1f1;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}


/* Style the buttons that are used to open the tab content */

.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab2 button:hover {
    background-color: #f3cdcd;
}


/* Create an active/current tablink class */

.tab2 button.active {
    background-color: #c9a5a5;
}

.confirmation {
    background-color: #b7f4dd;
    height: 200px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #5b5a5a;
    font-size: larger;
}