

.common_btn{

    padding: 0 40px;

    background: #2b7efa;

    color: #fff;

    font-weight: 800;

    line-height: 45px;

    border-radius: 3px;

    display: inline-block;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    vertical-align: middle;

    text-align: center;

    border: 0;

    letter-spacing: normal;

}

.common_btn:hover,

.common_btn:focus,

.common_btn:active{

    background: #145ecd;

    color: #fff;

}

.page_nav{

    width: 100%;

    float: left;

    padding: 0;

    margin: 0;

}

.page_nav .left_nav{

    width: 50%;

    float: left;

    padding: 0;

    margin: 0;

}

.page_nav .right_nav{

    width: 50%;

    float: left;

    padding: 0;

    margin: 0;

}

.page_nav .right_nav a{

    position: relative;

    display: block;

    margin: 45px 0 90px;

    line-height: 90px;

    color: #fff;

    background: #0053a6;

    font-size: 16px;

    font-weight: 400;

}

.page_nav .right_nav a:hover{

    text-decoration: underline !important;

}

.page_nav .right_nav a i {

    position: relative;

    top: 3px;

    left: 10px;

    font-size: 150%;

}

.page_nav .right_nav a strong {

    display: inline-block;

    margin-left: 45px;

    text-transform: uppercase;

    font-weight: 800;

}

.page_nav .right_nav a::before{

    left: 0;

    top: 50%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

    border-color: rgba(255, 255, 255, 0);

    border-left-color: #fff;

    border-width: 10px;

    margin-top: -10px;

}


.contact_body {
    width: 100%;
    float: left;
    padding: 90px 0;
    margin: 0;
}
.contact_body h1 {
    color: #0b3969;
    font-size: 50px;
    font-weight: 300;
    line-height: 65px;
    margin: 0 0 30px;
}
.contact_body h2 {
    color: #0b3969;
    font-size: 40px;
    font-weight: 300;
    line-height: 55px;
    margin: 0 0 30px;
}

.contact_body h3 {
    margin: 0 0 30px;
    font-size: 36px;
    color: #0b3969;
    font-weight: 300;
    line-height: 46px;
}
.contact_body h4 {
    margin: 0 0 30px;
    font-size: 30px;
    color: #0b3969;
    font-weight: 300;
    line-height: 42px;
}
.contact_body h5 {
    margin: 0 0 30px;
    font-size: 26px;
    color: #0b3969;
    font-weight: 300;
    line-height: 36px;
}
.contact_body h6 {
    margin: 0 0 30px;
    font-size: 22px;
    color: #0b3969;
    font-weight: 300;
    line-height: 32px;
}

.contact_body p {
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    margin: 0 0 30px;
}

.alignleft{
    float: left;
    margin: 0 30px 30px 0;
}
.alignright{
    float: right;
    margin: 0 0 30px 30px;
}
.aligncenter{
    float: none;
    margin: 0  auto 30px;
}
.alignnon{
    float: none;
    margin: 0 auto 30px;
}

.contact_body ul{
    list-style-type: none;
    margin: 0;
}
.contact_body ul li {
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    margin: 0 0 20px;
    padding: 0 0 0 25px;
    position: relative;
}
.contact_body ul li::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 12px;
    left: 0;
    background-color: #2b7efa;
    border-radius: 50%;
}
.contact_body ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0;
}
.contact_body ol li {
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
  counter-increment: my-awesome-counter;

}
.contact_body ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #2b7efa;
  font-weight: bold;
  margin: 0 15px 0 0;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
}


/*====================================================== Responsive =========================*/

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

}



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

}

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

}



@media only screen and (max-width:991px) {
    .contact_body {
        padding: 60px 0;
    }
    .contact_body h1 {
        font-size: 40px;
        line-height: 55px;
        margin: 0 0 25px;
    }
    .contact_body h2 {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 25px;
    }
    .contact_body h3 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 25px;
    }
    .contact_body h4 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 25px;
    }
    .contact_body h5 {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 25px;
    }
    .contact_body h6 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 25px;
    }
}



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

}



@media only screen and (max-width:767px) {
.contact_body {
    padding: 40px 0;
}
.contact_body h1 {
    font-size: 34px;
    line-height: 48px;
    margin: 0 0 20px;
}
.contact_body h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 20px;
}
.contact_body h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px;
}
.contact_body h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px;
}
.contact_body h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}
.contact_body h6 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}
.contact_body p {
    margin: 0 0 20px;
}
.alignleft{
   float: none;
    margin: 0  auto 20px;
}
.alignright{
    float: none;
    margin: 0  auto 20px;
}
.aligncenter{
    float: none;
    margin: 0  auto 20px;
}
.alignnon{
    float: none;
    margin: 0 auto 20px;
}
}



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

}

@media only screen and (max-width:580px){
.contact_body h1 {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 15px;
}
.contact_body h2 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 15px;
}
.contact_body h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
}
.contact_body h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
}
.contact_body h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
}
.contact_body h6 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px;
}
.contact_body p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 15px;
}
.alignleft{
   float: none;
    margin: 0  auto 15px;
}
.alignright{
    float: none;
    margin: 0  auto 15px;
}
.aligncenter{
    float: none;
    margin: 0  auto 15px;
}
.alignnon{
    float: none;
    margin: 0 auto 15px;
}
.contact_body ul li {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 15px;
}
.contact_body ol li {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 15px;
}
}

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

    .page_nav .left_nav{

        display: none;

    }

    .page_nav .right_nav{

        width: 100%;

    }

    .page_nav .right_nav a{

        margin: 15px 0 0;

        line-height: 50px;

    }

    .page_nav .right_nav a{

        font-size: 15px;

    }
    .contact_body {
        padding: 30px 0;
    }
}



@media only screen and (max-width:420px) {
.contact_body h1 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
}
.contact_body h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
}
.contact_body h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
}
.contact_body h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
}
.contact_body h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
}
.contact_body h6 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px;
}
.contact_body p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 15px;
}
.contact_body ol li {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
}
.contact_body ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #2b7efa;
    font-weight: bold;
    margin: 0 5px 0 -20px;
}
}



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

    .common_btn{

        font-size: 14px;

        line-height: 40px;

        padding: 0 20px;

    }

    

}