a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.inner-banner {
    height: 400px;
    padding-top: 110px;
    position: relative;
    background-image: url("../images/contactus-banner.jpg");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.inner-banner h1 {
    font-family: Lato, sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2
}

.inner-banner h2 {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    margin: 20px 0px 0px 0px;
    line-height: 26px
}

.inner-banner a {
    background-color: #fb7820;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    border-radius: .25rem;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    top: 30px;
    position: relative;
    text-transform: uppercase;
}

.inner-banner a:hover {
    background-color: #fff;
    color: #0178e5;
}

.get {
    padding: 0px 0px 30px 0px;
    position: relative;
    text-align: center;
}

.get h2 {
    font-size: 36px;
    padding: 0px 30px 20px 30px;
    font-family: 'Poppins-Regular';
    position: relative;
    margin: 0 auto;
}

.get p {
    font-family: 'Poppins-Regular';
    font-size: 22px;
    width: 100%;
    line-height: 32px;
    padding: 0% 20% 0% 20%;
}

.map {
    padding: 0px 0px 80px 0px;
    position: relative;
}

.cdetails {
    padding: 0px 0px 90px 0px;
    position: relative;
    text-align: center;
}

.bxshdw {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.cform {
    background: #f5f5fa;
    position: relative;
}

.cform section {
    padding: 40px;
    text-align: left;
}

.cform section h6 {
    font-size: 16px;
    padding: 10px 0px;
    font-family: 'Poppins-Regular';
    position: relative;
    color: #ed212b;
}

.cform section p {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
}

.cform section p.line::before {
    background: #ed212b;
    width: 65px;
    height: 4px;
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 135px;
}

.services .pdng {
    padding: 0px;
}

.cform form {
    font-family: 'Poppins-Regular';
}

.cform .form-group {
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
    position: relative;
}

.cform input,
textarea {
    line-height: 40px;
    color: #0d0d0d;
    padding: 0 40px 0 20px;
    margin: 0px;
    background: #fff;
    transition: 0.5s;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    outline: 0;
}


/* 
.cform textarea {
height: 120px;
line-height: 40px;
} */

.cform i {
    position: absolute;
    top: 40px;
    transform: translateY(-50%);
    z-index: 1;
    right: 15px;
    color: #01022e;
    font-size: 18px;
    font-weight: 600;
}

.cform input:focus,
.cform textarea:focus {
    border: 1px solid #2782f9;
    transition: 0.5s;
}

.cform .subbut {
    width: auto;
    border: none;
    border-radius: 4px;
    background: #01022e;
    color: #ffffff;
    height: 46px;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 16px;
}

.cform .subbut:hover {
    background: #000;
    color: #fff;
}

.location {
    position: relative;
    padding: 40px;
    text-align: left;
}

.location h6 {
    font-size: 16px;
    padding: 10px 0px;
    font-family: 'Poppins-Regular';
    position: relative;
    color: #ed212b;
}

.location p {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
    margin-bottom: 30px;
}

.location p.line::before {
    background: #ed212b;
    width: 65px;
    height: 4px;
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 135px;
}

.location section {
    position: relative;
    padding: 30px 0px 0px 0px;
    display: flex;
    border-bottom: 1px solid #eaeaea;
}

.location section:last-child {
    border-bottom: 0px solid #eaeaea;
}

.location section .icnbx {
    display: inline-block;
    margin-right: 20px;
}

.location section .icnbx i {
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #01022e;
    border-color: #FFFFFF;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.location section .txt {
    position: relative;
}

.location section .txt h4 {
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    line-height: 25px;
}

.location section .txt p {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #646464;
    padding: 10px 0px;
    line-height: 26px;
    margin-bottom: 0px;
}

.location section .txt p a {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #646464;
    padding: 10px 0px;
    line-height: 26px;
    margin-bottom: 0px;
    color: #646464;
}

.location section .txt p a:hover {
    color: #000;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .inner-banner {
        padding-top: 20px;
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .inner-banner h1 {
        font-size: 32px;
    }
    .inner-banner h2 {
        font-size: 16px;
        margin: 10px 0px 0px 0px;
        line-height: 22px;
    }
    .get {
        padding: 30px 0px;
    }
    .get h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .get p {
        font-size: 14px;
        padding: 0px 10px;
        line-height: 20px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 24px;
        line-height: 24px;
    }
    .cform section p.line::before {
        top: 100px;
    }
    .location p {
        font-size: 24px;
        line-height: 24px;
    }
    .location p.line::before {
        top: 130px;
    }
    .location section .txt h4 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .inner-banner {
        padding-top: 20px;
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .inner-banner h1 {
        font-size: 35px
    }
    .inner-banner h2 {
        font-size: 16px;
        margin: 10px 0px 0px 0px;
        line-height: 22px
    }
    .inner-banner p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }
    .inner-banner h2 {
        font-size: 25px
    }
    .get {
        padding: 30px 0px;
    }
    .get h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .get p {
        font-size: 14px;
        padding: 0px 10px;
        line-height: 20px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 24px;
        line-height: 24px;
    }
    .cform section p.line::before {
        top: 100px;
    }
    .location p {
        font-size: 24px;
        line-height: 24px;
    }
    .location p.line::before {
        top: 130px;
    }
    .location section .txt h4 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .inner-banner {
        padding-top: 70px;
        height: 200px;
    }
    .inner-banner h1 {
        font-size: 35px
    }
    .inner-banner h2 {
        font-size: 18px!important;
        margin: 10px 0px 0px 0px;
        line-height: 24px
    }
    .get {
        padding: 30px 0px;
    }
    .get h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .get p {
        font-size: 14px;
        padding: 0px 10px;
        line-height: 20px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 24px;
        line-height: 24px;
    }
    .cform section p.line::before {
        top: 100px;
    }
    .location p {
        font-size: 24px;
        line-height: 24px;
    }
    .location p.line::before {
        top: 130px;
    }
    .location section .txt h4 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .inner-banner {
        height: 400px;
    }
    .inner-banner h1 {
        font-size: 50px;
    }
    .inner-banner h2 {
        font-size: 18px;
        margin: 10px 0px 0px 20px;
    }
}

@media (min-width: 1080px) {
    .inner-banner {
        height: 400px;
    }
    .inner-banner h1 {
        font-size: 60px;
    }
    .inner-banner h2 {
        margin: 10px 0px 0px 0px;
    }
}

@media (min-width:1920px) {
    .inner-banner {
        height: 400px;
        padding-top: 150px;
    }
    .inner-banner h1 {
        font-size: 60px;
    }
    .inner-banner p {
        font-size: 24px;
        line-height: 34px;
    }
    .get {
        padding: 30px 0px;
    }
}