@font-face {
    font-family: 'Bank Gothic';
    src: url('fonts/BankGothic\ Bold.ttf') format('truetype');
}

.subtitle {
    font-size: 20px;
}

.control {
    margin-bottom: 30px;
}

.cuscontrol {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #dde4e6;
    border-radius: 2px;
    height: 45px;
    padding: 10px 12px;
    width: 100%;
}

textarea.form-control {
    height: auto;
}

.descrip {
    color: white !important;
}

/* Footer */

.readon {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
}

.readon.download.submit-faq {
    background-image: linear-gradient(250deg, #004fd2 0%, #af2af3 100%);
    padding: 15px 32px 15px 32px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px 4px 4px 4px;
    border: none;
}

.readon.download.submit-faq:hover {
    background-color: transparent;
    background-image: linear-gradient(250deg, #af2af3 0%, #004fd2 100%);
}

.readon.download.submit-faq.contact {
    padding: 15px 40px 15px 40px;
    border-radius: unset;
    text-transform: capitalize;
}

.rs-footer.footer-style1 .footer-top p input[type="text"] {
    border: 2px solid rgba(232, 227, 227, 0.2);
    width: 100%;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    margin: 0;
    color: #fff;
    overflow: hidden;
    background: transparent;
    margin-bottom: 15px;
}

.footerlogo {
    font-family: Bank Gothic !important;
    font-size: 50px;
    color: rgba(0, 154, 226, 255);
    margin: -5px 0px 20px -5px !important;
}

.footer-top a {
    color: #ffffff;
}

.footer-top p {
    color: #ffffff;
}

.footer-top h3 {
    color: #ffffff;
}

ul.site-map {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* .list.list-icons li [class*="fa-"]:first-child {
    color: #fff;
    border-color: #fff;
} */

/* .list.list-icons li a:first-child>[class*="fa-"]:first-child {
    color: #fff;
    border-color: #fff;
} */

.address-widget {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fotmenu {
    margin-bottom: 20px
}

.pagetitle {
    margin-top: 30px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
}

#footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-copyright p {
    margin: 20px 0 0;
}

/* Footer */


.regfield {
    display: flex;
    /* align-items: end; */
}

.elab {
    margin-right: 10px;
}

.titlelogo {
    margin: 0px;
    font-family: Bank Gothic !important;
    font-size: 50px;
    color: rgba(0, 154, 226, 255);
}

.titlelogo :hover {
    text-decoration: none !important;
}

.tp-mask-wrap {
    margin-left: 100px;
}


@media only screen and (min-width: 1080px) and (max-width: 2800px) {
    .footsub {
        display: flex;
        justify-content: flex-end;
    }

    /* .phsubmit {
        margin-left: 30px;
    } */
}

/* @media only screen and (min-width: 300px) and (max-width: 1080px) {
    .phsubmit {
        margin-left: 12px;
    }
} */

@media only screen and (min-width: 840px) {
    .fotmenu {
        display: flex;
        justify-content: center;
    }
}


@media only screen and (min-width: 992px) {

    .detcontainer {
        display: flex;
        justify-content: space-between;
    }

    .numcontainer {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1010px) {
    .rhome {
        display: none !important;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1110px) {
    .smedia {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1030px) {
    .smedia {
        display: none !important;
    }
}

@media only screen and (min-width: 840px) and (max-width: 1200px) {
    .tp-mask-wrap {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 840px) {
    .tp-mask-wrap {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 630px) and (max-width: 750px) {
    .tp-mask-wrap {
        margin-left: 10px;
    }

    .title {
        font-size: 30px;
    }

    .stitle {
        font-size: 15px;
    }
}

@media only screen and (min-width: 490px) and (max-width: 630px) {
    .tp-mask-wrap {
        margin-left: 5px;
    }

    .title {
        font-size: 25px;
    }

    .stitle {
        font-size: 12px;
    }
}

.mobtitle {
    display: none;
}

@media only screen and (min-width: 454px) and (max-width: 490px) {

    .webtitle {
        display: none;
    }

    .mobtitle {
        display: block;
        color: white;
    }

    .tp-mask-wrap {
        margin-left: 5px;
    }

    .title {
        font-size: 25px;
    }

    .stitle {
        font-size: 12px;
    }
}

@media only screen and (min-width: 470px) and (max-width: 453px) {
    .webtitle {
        display: none;
    }

    .mobtitle {
        display: block;
        color: white;
    }

    .tp-mask-wrap {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 470px) {
    .webtitle {
        display: none;
    }

    .mobtitle {
        display: block;
        color: white;
    }

    .tp-mask-wrap {
        margin-left: 0px;
    }

    .title {
        font-size: 20px;
    }

    .stitle {
        font-size: 10px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 450px) {
    .webtitle {
        display: none;
    }

    .mobtitle {
        display: block;
        color: white;
        font-size: 34px;
    }

    .tp-mask-wrap {
        margin-left: 0px;
    }

    .mobstitle {
        font-size: 14px;
    }
}