.get-up {
    margin-top: 10px;
}


.get-up h2 {
    color: #023145;
    text-align: center;
    padding: 20px;
    font-size: 50px;
}

.get-up p {
    padding: 10px;
    font-size: 26px;
    text-align: center;
    color: #023145;
}

.mycontact h5,
h3 {
    text-align: center;
}

.mycontact p {
    text-align: center;
}

label {
    font-size: 16px;
    max-width: 100%;
}

textarea {
    max-width: 100%;
}


#form-button {
    text-shadow: 2px 1px 2px black;
    background-color: #002f42;
    color: white;
    width: 600px;
    height: 40px;
    max-height: 100%;
    max-width: 100%;
    border: none;
    transition: all 1s ease-in-out;
}

#form-button:hover {
    background-color: #f6850c;
}

a {
    text-decoration: none;
    color: black;
    transition: all .5s ease-in-out;
}

.bread a {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.bread a:hover {
    color: #002f42;
}


i {
    transition: all .5s ease-in-out;
}

.myform {
    border-radius: 30px;
    border: 1px solid gray;
}



/* contact details css  */

.section-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px;
}

.sec-pad {
    margin: 50px 0;
}

.contact-sec .contact-ul li,
.contact-ul b {
    font-size: 20px;
    margin: 10px 0;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    word-wrap: break-word;
}

.contact-sec .contact-ul i {
    font-size: 17px;
    padding: 11px;
    margin-right: 19px;
    border-radius: 100%;
}

.contact-detail a {
    color: #000;
    text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
    color: #f93;
}


.contact-sec .contact-ul li .fa-phone {
    color: #00b055;
    border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
    color: #ff6347;
    border: 2px solid #ff634790;
}

.contact-sec .contact-ul li .fa-map-marker {
    color: #ff6347;
    border: 2px solid #ff634790;
}



.contact-detail .span a {
    font-size: 20px;
    padding: 6px 12px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px;
}

.contact-detail .span .fb {
    color: #3b5998;
    border: 3px solid #3b5998;
}

.contact-detail .span .fb:hover {
    color: #fff;
    background-color: #3b5998;
}

.contact-detail .span .insta {
    color: #833ab4;
    border: 3px solid #833ab4;
}

.contact-detail .span .insta:hover {
    color: #fff;
    background-color: #833ab4;
}

.contact-detail .span .twitter {
    color: #00acee;
    border: 3px solid #00acee;
}

.contact-detail .span .twitter:hover {
    color: #fff;
    background-color: #00acee;
}

.contact-ul a:hover {
    color: orangered;
}





/* Responcive css Start */

@media (max-width: 991px) {
    .sec-pad {
        padding: 20px 0 0px;
    }

    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 18px;
    }

    .contact-sec .contact-ul i {
        font-size: 17px;
        padding: 11px;
        margin-right: 19px;
        border-radius: 100%;
    }


}

@media (max-width: 767px) {

    .contact-detail .span a {
        font-size: 18px;
        padding: 5px 10px;
        color: #000;
        border-radius: 50%;
        margin: 0px 5px 20px;
    }
}

@media (max-width: 575px) {
    .section-title {
        text-align: center;
        font-size: 26px;
        font-weight: 500;
    }

    .contact-sec {
        border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
    }

    .contact-sec .contact-ul i {
        font-size: 17px;
        padding: 11px;
        margin-right: 19px;
        border-radius: 100%;
    }


}

.contact-section h4 {
    text-align: Center;
    padding-bottom: 19px;
    color: darkblue;
}

@media (max-width: 480px) {

    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 16px;
    }
}

body li {
    list-style-type: none !important;
}