@font-face {
    font-family: 'dancing_script_otregular';
    src: url('fonts/dancingscript-regular-webfont.eot');
    src: url('fonts/dancingscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dancingscript-regular-webfont.woff2') format('woff2'),
         url('fonts/dancingscript-regular-webfont.woff') format('woff'),
         url('fonts/dancingscript-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticabold.eot');
    src: url('fonts/helveticabold.eot') format('embedded-opentype'), url('fonts/helveticabold.woff') format('woff'), url('fonts/helveticabold.ttf') format('truetype'), url('fonts/helveticabold.svg#HelveticaNeueBold') format('svg');
}
@font-face {
    font-family: 'chevinlightregular';
    src: url('fonts/chevinlight.eot');
    src: url('fonts/chevinlight.eot?#iefix') format('embedded-opentype'), url('fonts/chevinlight.woff') format('woff'), url('fonts/chevinlight.ttf') format('truetype'), url('fonts/chevinlight.svg#chevinlightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChevinBold';
    src: url('fonts/chevin.eot');
    src: url('fonts/chevin.eot') format('embedded-opentype'), url('fonts/chevin.woff') format('woff'), url('fonts/chevin.ttf') format('truetype'), url('fonts/chevin.svg#ChevinBold') format('svg');
}
* {
    padding: 0px;
    margin: 0px;
}
::-moz-selection {
    color: #fff;
    background: #008dd2;
}
html, BODY {
    text-align: center;
    background-color: #ffffff;
    height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #333;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    font-family: 'chevinlightregular';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
th, td {
    vertical-align: top;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
em {
    font-style: italic
}
strong {
    font-weight: bold
}
iframe {
    margin: 0px;
}
div {
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    border: none;
    text-decoration: none;
    color: #008dd2;
}
a img {
    border: none;
}
.clear {
    clear: both;
    padding: 0;
    margin: 0;
}
/*START: Sample CSS*/
h1 {
    margin: 0;
    padding: 15px 0 8px 0;
    color: #008DD2;
    font-size: 28px;
    font-weight: normal;
}
h2 {
    margin: 0;
    padding: 15px 0 8px 0;
    color: #008dd2;
    font-size: 25px;
    font-weight: normal;
}
h3 {
    margin: 0;
    padding: 15px 0 8px 0;
    color: #008dd2;
    font-size: 20px;
    font-weight: normal;
}
h4 {
    margin: 0;
    padding: 15px 0 8px 0;
    color: #008dd2;
    font-size: 18px;
    font-weight: normal;
}
h5 {
    font-size: 16px;
    color: #008dd2;
    margin: 0;
    padding: 0;
}
p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
}
p a {
    margin: 0;
    padding: 0;
    color: #008dd2;
    font-weight: normal;
}
p a:hover {
    text-decoration: underline;
}
ul, ol {
    margin: 0;
    padding: 0 0 9px 0;
}
ul li {
    margin: 0 0 5px 7px;
    padding: 0 0 0 20px;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    list-style: none;
    background: url("images/li_bg.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
}
ol li {
    margin: 0 0 5px 25px;
    padding: 0;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
}
input[type = "text"], input[type = "password"] {
    margin: 4px 0 4px 0;
    padding: 0 10px 0 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
input {
    margin: 4px 0 4px 0;
    padding: 0 10px 0 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
select {
    margin: 4px 0 4px 0;
    padding: 0 10px 0 10px;
    width: 366px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: #f5f7f7;
    font-size: 14px;
    border: none;
    font-family: 'chevinlightregular';
    font-weight: normal;
    text-align: left;
    background: #252525;
}
textarea {
    margin: 4px 0 4px 0;
    padding: 5px 10px 0 10px;
    width: 366px;
    height: 150px;
    line-height: 22px;
    vertical-align: middle;
    border-bottom: none;
    resize: none;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
input[type = "checkbox"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}
input[type = "radio"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}
input[type = "button"], button, input[type = "submit"] {
    margin: 4px 0 4px 4px;
    padding: 0 20px 0 20px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #000;
    cursor: pointer;
}
.form_container input[type = "button"], .form_container button, .form_container input[type = "submit"] {
    background-color: #051B44;
    border-radius: 4px;
    font-size:18px;
    height: 38px;
    margin: 9px 0  0 0;
}
input[type = "button"]:hover, button:hover, input[type = "submit"]:hover {
    color: #ffffff;
}
a.button {
    margin: 2px 0 2px 10px;
    padding: 7px 23px 7px 23px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #034e98 url(images/button_bg.gif) repeat-x 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
a.button:hover {
    text-decoration: none;
    color: #ffffff;
}
/* Form Element End Here */
fieldset {
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin: 10px 0 5px 0;
}
legend {
    margin: 0px;
    color: #008dd2;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 0 5px;
}
hr {
    border: none;
    height: 1px;
    border-top: 1px dashed #e0e0e0;
}
/*------------------------------------- Start: Mainpage Styling -----------------------------------*/

#welcome_part .wrapper {
    overflow: hidden;
}
.dtdc_right
{
    margin: 0 auto;
    background-color: #0e237e;
    max-width: 275px;
    text-align: center;
    padding: 5px;
}

#acknowledgement_form_main ol li {
    font-size: 16px;
}
.bottom_table {
    width: 100%;
    margin-bottom: 15px;
}
.bottom_table input {
    width: 96%;
}

.ceca_main_right ul {
    margin: 0;
    padding: 0;
}
.ceca_main_right ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: url("images/service_home_line.png") no-repeat scroll center -3px;
}
.ceca_main_right ul li a {
    color: #FFFFFF;
    font-size: 23px;
    line-height: 52px;
    text-align: center;
}
.ceca_main_right ul li a:hover {
    color: #9FD4EE;
}
.ceca_main_right {
    margin-top: 18px;
}
.container:after {
    content: "";
    display: inline-block;
    width: 100%;
}
#header_inner {
    min-height: 110px;
    background: #fff;
}
#header_inner .logo {
    left: 0;
    position: absolute;
    top: 17px;
}
.error404 #container h2
{
display:none;
}
#header_inner .dtdc {
    position: absolute;
    right: 0;
    top:26px;
}
.home .entry-content {
    padding-bottom: 0;
}
.entry-content {
    margin-bottom: 10px;
}
.page-title span {
    font-size: 35px;
}
.social_icon {
    overflow: hidden;
    margin-bottom: 50px;
}

.call_us_div h2 {
    color: #DC031D;
    font-size: 25px;
    font-family: 'ChevinBold';
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 28px;
}
.call_us_div p {
    font-size: 15px !important;
    color: #000;
    margin: 0;
    padding:0;
    line-height: 16px;
}
.call_us_div p a {
    color: #000;
}
#header_btm {
    background: none repeat scroll 0 0 #007FBD;
    height: 60px;
    position: relative;
}
ul#main_menu:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.home .entry-title {
    display: none;
}
.menu-main-menu-container ul li a:hover {
    color: #000;
}
.menu-main-menu-container ul li.current-menu-item a {
    color: #000;
}
.menu-main-menu-container ul li:first-child a {
    padding-left: 0;
}
.menu-main-menu-container ul li:last-child a {
    padding-right: 0;
}
.home .main-content {
    width: 100%;
    margin: 0 auto;
}
.main-content {
    margin: 20px auto 20px auto;
    min-height: 300px;
    overflow: hidden;
}
#banner {
    background: #fff;
    width: 100%;
    height: 655px;
}
#banner_inner {
    position: relative;
}
#pdf_btn_bottom a {
    display: block;
    width: 100%;
    color: #fff;
    height: auto;
    font-size: 22px;
    text-align: center;
    border-radius: 5px;
    background: #007FBD;
    padding: 18px  15px;
}
#pdf_btn_bottom a:hover {
    color: #051B44;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#pdf_btn_bottom {
    margin-top: 15px;
}
.category-blog h2
{
    padding-top: 48px;
    font-size: 22px;
}
.page-banner ul {
    margin: 0;
    padding: 0;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
  height: 50px !important;
}
.page-id-17 p {
    font-size: 20px;
    line-height: 28px;
}
.page-banner ul li {
    margin: 0;
    padding: 0;
    background: none;
}
.banner_text {
    position: absolute;
    top: 90px;
    z-index: 10;
}
.banner_text h2 {
    font-family: 'HelveticaNeueBold';
    font-size: 78px;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
.banner_text p {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 43px;
    padding-top: 20px;
}
#content #welcome_part {
    background: none repeat scroll 0 0 #004d84;
}
.box_img {
    float: right;
}
#welcome_part {
    padding: 40px 0
}
#welcome_part h2 {
    color: #FFFFFF;
    font-size: 40px;
    padding-top: 6px;
    text-align: center;
    padding-bottom:30px;
}
#welcome_part h2 span {
    font-family: 'ChevinBold';
    color: #ed1d24;
}
#welcome_part p {
    color: #FFFFFF;
}
.form-allowed-tags
{
    display:none;
}
.box_img {
    float: right;
    position: relative;
    top: -70px;
}
.country_selector {
    position: relative;
}
#countries_service {
    background: #efefef;
}
#countries_service .wrapper {
    background: url('images/map_bg.png') no-repeat center center;
    padding: 60px 0;
}
.country_list {
    height: 52px;
    margin-right: 25px;
    overflow: hidden;
    padding-left: 25px;
}
.country_list_area ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}
.country_list_area ul li {
    background: none repeat scroll 0 0 #051B44;
    float: left;
    line-height: 50px;
    margin: 0 2px 0 0;
    padding: 0;
}
.country_list_area ul li a {
    color: #FFFFFF;
    display: inline-block;
    line-height: 50px;
    padding: 0 38px;
    text-align: center;
    width:100%;
}
.country_list_area ul li a:hover, .country_list_area ul li.active a {
    background: #004d85;
    padding-bottom: 3px;
}
.country_list_area .bx-wrapper {
    position: relative;
    height: 50px !important;
}
.country_list_area {
    position: relative;
}
.country_list_area .bx-prev {
    left: 0px;
    position: absolute;
    background: url('images/arrow_left.png') no-repeat center center;
    z-index: 9;
    font-size: 0;
    width: 23px;
    height: 50px;
}
.country_list_area .bx-next {
    width: 23px;
    height: 50px;
    font-size: 0;
    right: 0px;
    position: absolute;
    background: url('images/arrow_right.png') no-repeat center center;
    z-index: 9;
}
.country_content_part {
    background: #004d85;
    padding: 25px;
}
.country_content_part h3 a
{
    color:#fff;
}
.banner_content {
    display: none;
}
.country_content_part img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
#banner_inner .bx-controls-direction {
    display: none;
}
.country_content_part p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 14px;
    color: #fff;
}
.country_content_part h3 {
    color: #FFFFFF;
    font-size: 28px;
    padding-bottom: 6px;
}
.page-banner-container ul li {
    margin: 0;
    padding: 0;
    background: none;
}
.country_list_area .bx-controls {
    position: absolute;
    width: 100%;
    top: 0;
}
.page-banner-container {
    height: 480px;
    left: 50%;
    margin-left: -1000px;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 2000px;
    z-index: 1;
    border-bottom: 1px solid #dedede;
}
img.ajax-loader
{
    width: auto !important;
    height: auto !important;
}

.step_1_form option {
    padding: 4px 8px;
}

#makeMeScrollable {
    width: 1125px;
    position: absolute;
    margin: 0 auto;
    top: 542px;
}
#service_main_guide a {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background: #051B44;
    width: 345px;
    display: block;
    height: 270px;
    overflow: hidden;
}
.flag_heading {
    text-align: center;
    position: absolute;
    top: 500px;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
    font-family: 'dancing_script_otregular';
    color: #051B44;
}
#service_main_guide a span {
    display: block;
    position: absolute;
    bottom: -31px;
    color: #fff;
    width: 345px;
    overflow: hidden;
    font-size: 25px;
    padding: 0;
    text-align: center;
}
#service_main_guide a:hover span {
    bottom: 165px;
    width: 345px;
    filter: alpha(opacity=50);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#service_main_guide a img:hover {
    -moz-transform: scale(1.2) rotate(10deg) translate(0px);
    -webkit-transform: scale(1.3) rotate(10deg) translate(0px);
    -o-transform: scale(1.2) rotate(10deg) translate(0px);
    transform: scale(1.2) rotate(10deg) translate(0px);
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.country_content_part p.price_range {
    padding: 0;
}
.price_range span {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #051B44;
    display: inline-block;
    line-height: 40px;
    margin-right: 3px;
    padding: 0 15px;
    font-size: 18px;
}
.welcome_left_content h1 {
    font-size: 25px;
    font-family: 'ChevinBold';
    padding-bottom: 10px;
    padding-top: 0;
    color: #77C2E7;
}
.footer_block p a {
    color: #fff;
    font-size: 18px;
}
.country_service_title {
    color: #004E83;
    font-size: 42px;
    padding-top: 6px;
    text-align: center;
}
.how_it_works {
    position: relative;
    background: url(images/h_i_w_bg.png) no-repeat 173px 69px;
    min-height: 260px;
}
.how_it_works_title {
    background: none repeat scroll 0 0 #efefef;
    color: #073E74;
    font-size: 40px;
    left: 190px;
    line-height: 70px;
    padding: 0 25px;
    position: absolute;
}
#comments #commentform label {
    display: block;
}
#commentform #author, #commentform #email, #commentform #url {
    width: 420px;
}
#commentform #recaptcha_response_field {
    width: 280px !important;
    border: 1px solid #DDDDDD !important;
}
#commentform textarea {
    width: 50%;
}
#commentform input[type="button"], button, input[type="submit"] {
    background: #0069A4;

}
#commentform p {
    padding-bottom: 8px;
}
#commentform p.comment-form-comment {
    padding-top: 10px;
}
#commentform span.required{
    color: red;
}
.header_page_main {
    width: 100%;
    background-color: #051B44;
    margin-bottom: 60px;
    height: 126px;
}
.header_main_content {
    margin: 0 auto;
    padding-bottom: 21px;
    background: url("images/header_arrow_bottom.png") no-repeat scroll center 126px;
}
.header_main_content h2 {
    text-align: center;
    color: #fff;
    padding: 35px 0;
    font-size: 45px;
    font-family: 'chevinlightregular';
    text-transform: capitalize;
}
.header_main_content h1 {
    text-align: center;
    color: #fff;
    padding: 35px 0;
    font-size: 45px;
    font-family: 'chevinlightregular';
    text-transform: capitalize;
}
.h_i_w_step {
    background: none repeat scroll 0 0 #072151;
    height: 120px;
    position: absolute;
    width: 210px;
    color: #fff;
}
.h_i_w_step_01 {
    top: 120px;
    z-index: 50;
}
.h_i_w_step_02 {
    top: 140px;
    left: 194px;
    z-index: 100;
    background: #073e74;
}
.h_i_w_step_02:hover {
    background: #007ec5;
    transform: scale(1.03) rotate(0deg) translate(0px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.h_i_w_step_03:hover {
    background: #072151;
    transform: scale(1.03) rotate(0deg) translate(0px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.h_i_w_step_01:hover {
    background: #0069A4;
    transform: scale(1.03) rotate(0deg) translate(0px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.h_i_w_step_03 {
    top: 120px;
    left: 392px;
    z-index: 50;
    background: #0069a4;
}
#home_content_btm .wrapper {
    padding: 50px 0;
}
.h_i_w_step td {
    color: #fff;
    vertical-align: middle;
    height: 120px;
    font-size: 18px;
    line-height: 23px;
}
.h_i_w_step td.number {
    color: #FFFFFF;
    font-family: 'HelveticaNeueBold';
    font-size: 55px;
    width: 65px;
    text-align: center;
}
.h_i_w_step.h_i_w_step_03 td.number {
    padding-left: 15px;
}
.popular_services_title {
    border-bottom: 3px solid #DDDDDD;
    color: #073E74;
    font-size: 32px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 0;
}
.popular_services_title span {
    border-bottom: 3px solid #073E74;
    display: inline-block;
    line-height: 42px;
    padding-bottom: 3px;
    position: relative;
    top: 3px;
}
#why_choose_main ul li {
    font-size: 18px;
    line-height: 28px;
}
.popular_services ul {
    padding: 0;
    margin: 0;
}
.popular_services a {
    font-size: 18px;
    display: inline-block;
    padding-top: 12px;
}
.popular_services a :hover {
    color: #051B44;
}
.popular_services ul li {
    background: url("images/li_bg.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    color: #000000;
    line-height: 22px;
    font-size: 17px;
    margin: 0;
    padding: 0 0 8px 22px;
}
#footer_top {
    background: #0069a4;
}
div.social_links a {
    display: inline-block;
    margin-left: 15px;
}
.follow, .newsletter_main {
    padding: 20px 0 0 0;
    text-align: center;
}
#mc_embed_signup
{
    text-align: center;
}
.custom-box
{
    margin-bottom: 25px;
}
.right_dtdc_img
{
    text-align: center;
}
div.follow {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 35px;
}
div.follow span.company-title-bottom
{
    color: #fff;
    font-family: 'ChevinBold';
}
.success {
    border: 1px solid #008000;
    color: #008000;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}
p.follow a {
    font-family: 'ChevinBold';
    color: #ed1d24;
}
.entry-utility {
    display: none;
}
.footer_block_title {
    color: #FFFFFF;
    font-size: 20px;
    padding: 0 0 28px;
}
#footer_middle {
    background: #051B44;
    padding: 70px 0 50px;
}
#footer_service {
    background: #051B44;
    position: relative;
}
#footer_service > div {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
    min-height: 105px;
}
.right-sidebar-list li#recent-posts-2 {
    list-style: none;
    background: none;
}
h3.widget-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.phone_call_footer {
    float: right;
}
.call_us_icon {
    position: absolute;
    left: 26px;
    top: 55px;
}
.call_us_footer_div {
    position: relative;
}
.call_us_footer_div > h2 {
    margin: 0;
    padding: 5px 0 0 24px;
    color: #fff;
    font-size: 17px;
}
.call_us_footer_div > h3
{
    font-family:'ChevinBold';
    font-size: 17px;
}
.footer_block p {
    color: #fff;
}
.footer_block.drop_of_loc {
    width: 325px;
}
.footer_block.recent_posts p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 21px;
    padding: 0;
}
p.social_links a {
    display: inline-block;
    margin-left: 15px;
}
.footer_social_part a {
    display: inline-block;
    margin-left: 15px;
}
.footer_block.recent_posts p.date {
    border-bottom: 1px solid #12274E;
    color: #1c69ab;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 0 12px;
}
.footer_block p.address_title {
    font-size: 17px;
    padding-bottom: 12px;
}
.footer_block p.address {
    background: url("images/location_icon.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 21px;
    padding: 0 0 32px 20px;
}
.footer_block p.address.last {
    padding-bottom: 0;
}
.footer_block.drop_of_loc table {
}
.footer_block.drop_of_loc td {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
}
.footer_block.drop_of_loc > a {
    color: #AAAAAA;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0 18px;
    padding: 5px 0;
}
.footer_block.drop_of_loc > a:hover {
    color: #fff;
}
.footer_block_title.newsletter_title {
    padding-bottom: 12px;
}
.newsletter_title {
    display: inline-block;
    padding-right: 5px;
}
#mc-embedded-subscribe-form {
    display: inline-block;
}
.newsletter {
    display: inline-block;
    width: 100%;
    background: #fff;
}
.newsletter input {
    float: left;
    height: 46px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
.newsletter input.input {
    margin-left: 10px;
    width: 270px;
    color: #666;
    font-size: 16px;
}
.newsletter input.submit {
    float: right;
    background: url(images/newsletter_submit_btn.png) no-repeat 0 0;
    width: 36px;
    cursor: pointer;
    font-size: 0.1px;
    color: transparent;
}
#footer_btm {
    background: none repeat scroll 0 0 #041636;
}
#footer_btm .wrapper {
    padding: 20px 0;
}
.copyright .quick_links {
    line-height: 30px;
    color: #aaa;
    font-size: 14px;
}
.copyright .quick_links span {
    color: #008DD2;
}
.copyright .quick_links a {
    border-right: 1px solid #AAAAAA;
    color: #AAAAAA;
    display: inline-block;
    line-height: 13px;
    text-align: justify;
    padding: 0 12px;
}
.copyright .quick_links a:hover {
    text-decoration: none;
    color: #fff;
}
.copyright .quick_links a:first-child {
    padding-left: 0;
}
.copyright .quick_links a:last-child {
    border: 0;
}
.copyright .copyright_message {
    line-height: 30px;
    padding: 0;
}
.copyright_message {
	color:#aaa;
font-size:14px;

}
.copyright .copyright_message span {
    display: inline-block;
    line-height: 30px;
    color: #aaa;
    font-size: 14px;
    padding-left: 5px;
}
.declare_tbl textarea {
    width: 800px;
    height: 119px;
    margin-right: 15px;
}
.declare_tbl input[type="text"], input[type="password"] {
    width: 266px !important;
}
#acknowledgement_form_main p {
    padding-bottom: 0;
}
.copyright .copyright_message span img {
    position: relative;
    top: 2px;
}
.footer_img_with_product img {
    width: 363px;
}
.footer_img_with_product {
    bottom: 0;
    left: 0;
    position: absolute;
}
.contact_main_bottom {
    background: #E1E1E1;
    padding: 40px 0;
}
.send_message_inner {
    margin: 0 auto;
    position: relative;
}
.contact_office, .contact_distrubtors {
    margin-bottom: 25px;
}
.page-id-25 .contact_distrubtors 
{
margin-top:20px;
}
.contact_office table, .contact_distrubtors table{
    background: #f1f1f1;
}
.contact_office h3, .contact_distrubtors h3 {
    color: #777;
    font-size: 25px;
    line-height: 19px;
    margin: 0;
    padding: 21px 0 14px 20px;
}
.contact_office p, .contact_distrubtors p {
    color: #777;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 0 10px;
    padding: 0 0 10px 42px;
    background: url(images/locations_icon.png) no-repeat 14px top;
}
.contact_us_address h2, .contact_main_bottom h2 {
    font-size: 30px;
}
.contact-row-top input {
    width: 32.9%;
    height: 45px;
    position: relative;
    line-height: 45px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    margin: 4px 0;
    padding: 0 10px;
}
span.wpcf7-not-valid-tip {
    position: absolute !important;
    right: 0 !important;
    top: 34px !important;
    font-size: 12px !important;
}
.contact-row-top input[type="email"] {
    margin: 4px;
}
.contact-row-bottom {
    position: relative;
}
.contact-row-top {
    padding-bottom: 10px;
}
.contact-row-leftpart {
    width: 100%;
}
.contact-row-leftpart textarea {
    width: 100%;
    margin-bottom: 15px;
    height: 120px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
}
.contact-row-rightpart {
    min-height: 120px;
    position: relative;
}
#acknowledgement_form_main input[type="checkbox"] {
    margin: 0 5px 3px 0;
    height: 20px;
}
.custom_declaration_list_main input[type="checkbox"] {
    margin: 0;
    margin: 0 7px 7px 0;
}
#acknowledgement_form_main p {
    padding-top: 25px;
    padding-bottom: 15px;
}
.packing_list {
    margin-bottom: 25px;
}
.custom_declaration_list_main p {
    padding-bottom: 35px;
}
.captured_text {
    background: #fff;
    display: inline-block;
    padding: 10px;
    position: relative;
    top: 5px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    vertical-align: top;
}
.packing_list textarea
{
    width: 100%;
}
.captured_input {
    display: inline-block;
    vertical-align: top;
}
.captured_text img {
    vertical-align: middle;
    width: auto !important;
    height: auto !important;
}
.captured_input input {
    margin-left: 13px;
    height: 46px;
    width: 125px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
}
.contact-row-rightpart input[type="submit"] {
    background: none repeat scroll 0 0 #0069a4;
    box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.15);
    font-size: 19px;
    height: 46px;
    line-height: 50px;
    margin: 4px 0;
    padding: 0 25px;
    width: 100%;
    text-align: center;
}
.custom_declaration_list_main input[type="submit"] {
    background: #0069A4;
    font-size: 24px;
    height: 56px;
    line-height: 60px;
    margin: 13px 0 4px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
}
.success-msg
{
    border:1px solid green;
    color:green;
    text-align:center;
    font-size:20px;
    padding:10px;
}
#acknowledgement_form_main input[type="submit"] {
    background: #0069A4;
    font-size: 24px;
    height: 48px;
    line-height: 52px;
    margin: 0 0 4px;
    border-radius: 3px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.15);
}
#questionnaire_acknowledgement .error li {
    background: none;
    text-align: center;
    color: red;
    font-size: 18px;
    border: 1px solid red;
    padding: 15px;
}
/*#wpcf7-f52-t1-o1 div.wpcf7-mail-sent-ok{
    background:#0069A4;
    border: 1px solid #398F14;
    color: #4FFA05;
    font-size: 17px;
    font-weight: normal;
    left: 271px;
    padding: 4px 28px;
    position: absolute;
    text-align: center;
    top: -85px;
}*/
#wpcf7-f52-t1-o1 div.wpcf7-validation-errors {
    background: #0069A4;
    border: 2px solid #F7E700;
    color: #F7E700;
    font-size: 17px;
    font-weight: normal;
    left: 271px;
    padding: 4px 28px;
    position: absolute;
    text-align: center;
    top: -85px;
}
#acknowledgement_form_main tr td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}
/*END:contact*/
.drop_off_locations {
    position: relative;
}
.drop_off_locations ul {
    padding: 0;
    margin: 0;
}
.drop_off_locations li {
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.drop_off_locations a {
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
}
.drop_off_locations a, .drop_off_locations a span {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
.drop_off_locations a:hover, .drop_off_locations a:hover span {
    color: #008DD2;
}
.all-drop-off-locations ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.all-drop-off-locations li {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    background: #f5f5f5;
    border: 1px solid #EEEEEE;
}
.all-drop-off-locations li:hover {
    background: #EEEEEE;
    border: 1px solid #f5f5f5;
}
.all-drop-off-locations li a {
    color: #000;
    text-transform: uppercase;
}
.pdf_download_btn {
    margin-bottom: 25px;
}
.pdf_download_btn a {
    display: inline-block;
    padding: 12px 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    background-color: #0069A4;
}
.pdf_download_btn a:hover {
    background-color: #051B44;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#acknowledgement_form_main input[type="submit"]:hover, .custom_declaration_list_main input[type="submit"]:hover {
    background-color: #051B44;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tot_qty {
    font-size: 25px;
}
.tot_value {
    font-size: 25px;
}
p.total_cost_right {
    line-height: 22px;
    color: #008DD2;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 20px;
}
.country_content_part {
    display: none;
}
.country_description .first {
    display: block;
}
.get_fast_quote_wrapper {
    width: 500px;
    right: -347px;
    top: 30%;
    display: none;
    position: fixed;
    z-index: 9999;
}
.first_quote_form_area .form_area {
    padding: 15px;
}
.get_fast_quote {
    float: left;
    background: url(images/quote_bg.png) no-repeat 0 0;
    width: 151px;
    height: 166px;
}
.step_1_form select {
    background-color: #fff;
    color: #051b44;
    padding: 9px;
    font-size: 16px;
    width: 260px;
    margin: 5px 0 5px 10px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 96, 151, 0.55);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 96, 151, 0.55);
    box-shadow: 0px 2px 0px 0px rgba(0, 96, 151, 0.55);
    border-radius: 3px;
}
.blog_left_sidebar {
    width: 800px;
    float: left;
}
.sidebar-right {
    float: right;
    width: 300px;
}
.formError {
    left: 370px !important;
}
.form_area input[type="submit"] {
    background-color: #051B44;
    border-radius: 3px;
    float: right;
    font-size:18px;
    height: 38px;
    padding: 0 15px;
}
.form_container input[type="button"]:hover, .form_container button, .form_container input[type="submit"]:hover, .form_area input[type="submit"]:hover
{
    background-color: #fff;
    color: #0078BD;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form_area td {
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
}
.form_container .message{
    background-color: #FFFFFF;
    border-radius: 4px;
    color: #008000;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 8px 5px;
    text-align: center;
}
.parcel_type_wrapper
{

    background-color: #0087D5;
    border-radius: 3px;
    font-size: 19px;
    padding: 8px 15px;
}
.quote-data-wrapper tr td
{
    font-size: 16px;
}
.first_quote_form_area {
    float: left;
    background-color: #0078bd;
    border-radius: 5px 0 0 5px;
}
h3.form_heading {
    background: url("images/qoute_heading_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: 'ChevinBold';
    font-size: 20px;
    height: 50px;
    padding: 11px 0 0 15px;
    width: 299px;
    margin-bottom: 15px;
}
.step_3_form input[type="text"], .step_3_form input[type="email"] {
    width: 290px;
    border-radius: 3px;
    border: 0;
    box-shadow: 0;
}
a.get_fast_quote_link {
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    height: 71px;
    padding-top: 95px;
    text-align: center;
    width: 141px;
}
a.get_fast_quote_link:hover {
    color: #051B44;
}
.first_quote_form_area {
    width: 342px;
    float: right;
}
.bar_area {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 10px;
    height: 10px;
    margin: 5px 0;
    position: relative;
    width: 215px;
}
.draggable {
    width: 25px;
    position: absolute;
    top: -6px !important;
}
.color_indicator {
    background: #01b5fd;
    border-radius: 10px 10px 10px 10px;
    height: 10px;
    width: 0;
}
.drag_value {
    color: #FFFFFF;
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 23px;
}
.scrollWrapper a {
    display: block;
    margin: 0 50px;
}
.scrollWrapper a span {
    display: block;
    font-family: 'ChevinBold';
}
/*start*/

span.country:hover {
    color: #008DD2;
}
.custom-box-separtaor {
    width: 40px;
}
.custom-box h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #ebebeb;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.custom-box h2 a {
    overflow: hidden;
    display: block;
}
.custom-box h2 a img {
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.custom-box h2 a:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.custom-box h3 {
    margin: 0;
    padding: 20px 0 10px;
    color: #04519d;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}
.custom-box p {
    margin: 0;
    padding: 0 18px;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
/*end*/


.menu-main-menu-container .menu-header ul, div.menu ul {
    list-style: none;
    margin: 0;
}
.menu-main-menu-container .menu-header li, div.menu li {
    float: left;
    position: relative;
    background-image: none;
    padding: 0;
}
.menu-main-menu-container a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 37px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.menu-main-menu-container ul ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 9px;
    float: left;
    z-index: 99999;
}
.menu-main-menu-container ul ul li {
    min-width: 180px;
}
.menu-main-menu-container ul ul ul {
    left: 100%;
    top: 0;
}
.menu-main-menu-container ul ul a {
    line-height: 1em;
    padding: 10px 14px !important;
    width: 220px;
    background: #007FBD;
    height: auto;
    line-height: 25px;
    text-transform: capitalize;
}
.menu-main-menu-container ul ul a:hover {
    background-color: #004D85;
    color: #fff !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.menu-main-menu-container li:hover > a, .menu-main-menu-container ul ul :hover > a {
    color: #000;
}
.menu-main-menu-container ul li:hover > ul {
    display: block;
}
.menu-main-menu-container ul li.current_page_item > a, .menu-main-menu-container ul li.current-menu-ancestor > a, .menu-main-menu-container ul li.current-menu-item > a, .menu-main-menu-container ul li.current-menu-parent > a {
    color: #000;
}
* html .menu-main-menu-container ul li.current_page_item a, * html .menu-main-menu-container ul li.current-menu-ancestor a, * html .menu-main-menu-container ul li.current-menu-item a, * html .menu-main-menu-container ul li.current-menu-parent a, * html .menu-main-menu-container ul li a:hover {
    color: #0055a7;
}
.menu-main-menu-container li, div.menu li {
    background-image: none;
    float: left;
    padding: 0;
    position: relative;
    margin: 0;
}
.menu-main-menu-container ul, div.menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.slideshowlink {
    display: none;
}
.form-custom_declaration_container {
    overflow: hidden;
    margin-top: 30px;
}
.custom_declaration_list_main {
    overflow: hidden;
    margin-top: 30px;
}
.custom_declaration_list_main input[type="text"], input[type="password"] {
    width:100%;
    height: 34px;
    margin-right: 42px;
}
.des_goods {
    width:100%;
}
.custom_declaration_list_main label {
    width: 200px;
}
.custom_declaration_left {
    float: left;
    width: 48%;
}
.packing_list
.step_1_form tr td
{
    padding-right: 5px;
}
.custom_declaration_right {
    float: right;
    width: 48%;
}
.nav-previous {
    display: none;
}
.form-custom_declaration_container label {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
.form-custom_declaration_container input {
    width: 96%;
    height: 34px;
}
.entry-meta a {
    font-style: italic;
}
#shDisplay div#shTitle a {
    color: #999999;
    font: bold 24pt 'Courier New', Courier, fixed !important;
    letter-spacing: -4px !important;
    margin: 0 10px;
    text-decoration: none;
    width: 30px !important;
}
.about_right_img
{
    text-align: center;
}
.entry-meta {
    margin-bottom: 15px;
}
.custom_declaration_list_main ul li {
    background: none;
    margin: 0;
    padding: 0;
}
.custom_declaration_list_main textarea
{
    width: 100%;
}
#packing_list ul.error {
    margin: 35px 0 0 0;
    padding: 0;
}
#shCount {
    display: none !important;
}
#packing_list ul.error li {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    font-size: 20px;
    color: red;
    border: 1px solid red;
    background: none;
}
.contact_office h3, .contact_distrubtors h3 {
    padding-top: 18px;
    line-height: 28px;
    padding-bottom: 8px;
    font-size: 23px;
}
#questionnaire_acknowledgement {
    margin-top: 40px;
}
#questionnaire_acknowledgement label {
    vertical-align: middle;
    font-size: 16px;
}
.wpcf7-mail-sent-ok {
    display: inline-block !important;
    text-align: center;
    width: 96% !important;
    background: #dff0d8 !important;
    color: green !important;
    font-size: 18px !important;
    padding: 15px 10px !important;
    border: none !important;
}
.wpcf7-validation-errors {
    display: inline-block !important;
}
#questionnaire_acknowledgement input[type="radio"] {
    margin: 0 3px 4px 10px;
    position: relative;
    top: 2px;
}
@media all and (max-width :1750px) {
    .footer_img_with_product img {
        width: 250px;
    }
}
@media all and (max-width :1400px) {
    .footer_img_with_product {
        display: none;
    }
}
/*newsletter start*/
input#mce-EMAIL {
    width: 200px;
    margin-bottom: 4px;
}
input#mc-embedded-subscribe {
    background: none repeat scroll 0 0 #051b44;
    height: 43px;
    margin-left: 0;
    padding: 5px 12px;
    margin-top: 3px;
    margin-left: -6px;

    text-transform: uppercase;
}
.email_error {
    color: red;
}
.label_left
{
    display: inline-block;
    min-width: 120px;
}
.step_1_form option {
    background-position: 230px center !important;
    background-size: 18px auto;
    border-bottom: 1px solid #E2E2E2;
}
.form_area .step_3_form td {
    padding: 0 0 10px;
}
.form_area .call_request input[type="submit"], .form_area .email_the_quote input[type="submit"] {
    font-size: 14px;
    padding: 0 12px;
    margin: 10px 0 15px;
    background: #fff;
    color: #0078BD;
    height: 34px;
}
.form_area .call_request input[type="submit"]:hover, .form_area .email_the_quote input[type="submit"]:hover
{
    background:#02528C;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #fff;
}
form.step_1_form
{
    font-size:18px;
}
tr.last_tr a
{
    padding: 5px;
    font-size: 15px;
}
.quote_form_open a
{
    font-size: 0;
    height: 32px;
    width: 32px;
}
.quote_form_open {
    background: url("images/close_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: inherit;
    height: 32px;
    left: 140px;
    position: absolute;
    top: -18px;
    width: 32px;
    z-index: 9;
}
.form_area .call_request input[type="submit"] {
    float: left;
}
.form_area input#step_1_submit {
    margin: 10px 0;
}
.last_tr > td {
    padding: 10px 0;
}
#last_step_form .fancy_box_quote {
    color: #FFFFFF;
    font-size: 14px;
}
.form_area table {
    width: 100%;
}
.step_5_form select {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #333;
    margin-bottom: 7px;
    padding: 10px;
    margin-top: 0;
    width: 312px;
}
table.quote-data-wrapper
{
    margin-bottom: 20px;
}
.step_5_form input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #999999;
    margin-bottom: 6px;
    width: 289px;
    margin-top: 0;
}
.step_5_form input.error, .step_5_form select.error
{
    margin-bottom: 0;
}
.form_area .step_5_form input[type="submit"] {
    margin: 10px 0;
}
#expration_main label.error
{
    display: none !important;
}
#expration_main select.error
{
    border: 1px solid #ff4e4e
}
span.star
{
    color: red;
}
#service_main_guide a
{
    text-align: center;
}
.card_month, .card_year
{
    width: 152px !important;
    display: inline-block;
}
.parcel_type_wrapper input{
    margin:0 10px 0 0;
    padding:0;
    top: 0;
    height:auto;
}
.row_weight > td {
    padding:40px 0 0;
}
.parcel_type_wrapper label{
    display:block;
    color:#fff;
    font-size: 15px;
    text-align:left;
}
.parcel_type_wrapper input[type="radio"]
{
    top: -2px;
}
tr.row_weight td, tr.row_type td
{
    font-size: 18px;
}
#step_5_form label.error
{
    color: #f6ff00;
    font-size: 14px;
}
#step_5_form label
{
    font-size: 16px;
}

/*header new start*/

.call_us_number_left
{
    position: absolute;
    right: 542px;
    top: 30px;
}
.call_us_number_right
{
    position: absolute;
    right: 313px;
    top:26px;
}
.call_us_number_right p a.call_us
{
    color: #dc031d !important;
    font-family: 'ChevinBold' !important;
    font-size: 17px !important;
    line-height: 24px !important;
}
.copyright p a
{
    color: #fff;
}
.contact_address p.address a
{
    font-size: 13px;
    line-height: 21px;
}
.header_call_us
{
    position: absolute;
    right: 231px;
    top: 33px;
}
.call_us_div p
{
    color: #dc031d;
    font-size: 17px !important;
    font-family: 'ChevinBold';
    line-height: 24px;
}
.call_us_div p a
{
    font-family: 'chevinlightregular';
    color: #000;
    font-size: 16px;
}
.call_us_div p img
{
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 8px;
    margin-bottom: 5px;
}
.call_us_div p img.mail_icon
{
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 5px;
}
.call_us_div p span
{
    font-family: 'chevinlightregular';
    color: #525252;
    font-size: 15px;
    text-align: right;
}
.call_us_div p span.sydney_spn
{
    padding-right: 8px;
    display: inline-block;
}

.call_us_footer_div p span
{
    color: #0069a4;
    font-size: 16px;
    font-family: 'ChevinBold';
}
.call_us_footer_div p
{
    color: #ebecee;
    font-size: 18px;
    padding-bottom: 5px;
}
.call_us_footer_div img
{
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 3px;
}
.call_us_footer_div img.mail_icon
{
    margin-left: 0;
    margin-right: 5px;
}

.get-a-quote-btn{
    position:absolute;
    right:0;
    top:350px;
    z-index:222;
}


.quote-form {
    margin: auto;
    width: 550px;
}
.quote-form td {
    vertical-align:middle;
}

.quote-form td span, .quote-form td span span.wpcf7-not-valid-tip {
    color:#F00;
}
.quote-form td span span {
    color:#333;
}
.quote-form span.wpcf7-not-valid-tip{
    position:relative !important;
    font-size:13px;
}
.quote-form input[type="checkbox"], .quote-form input[type="radio"] {
    margin: 0 5px;
    position: relative;
    top: 0;
    box-shadow:none;
}
.quote-form input[type="text"]{
    width:350px;
}
.quote-form input.wpcf7-captchar{
    width:65px;
}
.quote-form .captured_input input{
    float:left;
    display:block;
}
.quote-form .captured_input input[type="submit"]{
    width:150px;
    height:42px;
    float:right;
}
.quote-form  .captured_input{
    width:auto;
}
.quote-form .captured_input span.wpcf7-not-valid-tip {
    margin-top: 58px;
    position: absolute !important;
    width: 163px;
}
#wpcf7-f557-p555-o1 .wpcf7-validation-errors {
    display: block !important;
    padding:10px;
    text-align:center;
}
.quote-form  textarea{
    width: 352px;
}
/*header mew end*/

.contact_address, .footer_logos, .recent_posts
{
    padding-top: 15px;
    padding-bottom: 15px;
}

/*menu start*/
.navbar-brand, .navbar-nav > li > a {
    color: #fff;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
.navbar-default
{
    background: #007FBD;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.secondary-navigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    margin: 48px 0;
}
.secondary-navigation a {
    padding: 9px 0;
}
.menu-toggle {
    background-color: #000;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -22px;
    right: 0;
    text-align: center;
    width: 48px;
}
.menu-toggle:before {
    color: #fff;
    content: "\f419";
    display: inline;
    margin-top: 16px;
}
.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: #444;
}
.menu-toggle:focus {
    outline: 1px dotted;
}
.menu-header{
    width: 100%;
    text-align: justify;
}
#menu-main-menu {
    height: 50px;
}
#menu-main-menu:after {
    content: "";
    display: inline-block;
    width: 100%;
}
#menu-main-menu li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    background: none;
}
#menu-main-menu li a {
    display: inline-block;
    line-height:60px;
    color: #fff;
    text-transform: uppercase;
}
#menu-main-menu li li{
    display: block;
}
#menu-main-menu li li a {
    display: block;
    line-height: 35px;
}
#menu-main-menu li li a:hover {
    color: #000;
}
.navbar-nav{
    float: none;
    text-align: justify;
}
.dropdown-menu{
    background-color: #007FBD;
    border-radius: 0;
    box-shadow: none !important;
    border: 0;
    min-width: 300px;
}
.quote-form span.wpcf7-not-valid-tip
{
    position: inherit !important;
    text-align: center;
    top: inherit !important;
    right: inherit !important;
}
.quote-form div.wpcf7 img.ajax-loader
{
    width: auto !important;
    height: auto !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none repeat scroll 0 0 #007FBD;
    color: #fff;
}
.navbar-toggle
{
    border: none;
    float: inherit;
    padding: 20px 0 15px 0;
    height: auto;
    margin: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
    border-radius: 0;
    background: none;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-toggle .icon-bar
{
    height: 3px;
    width: 30px
}
#menu-main-menu li.current-menu-item a {
    color: #051B44;
    text-shadow: none;
}
/*menu end*/

#header_btm_inner
{
    height:60px !important;
    z-index: 9;
}
#header_btm_inner .container
{
    height: 60px;
}
.footer_logos img{
    width: 100%;
    height: auto;
}

@media (max-width:1190px) {

    #header_inner .logo
    {
        top: 30px;
    }
    .logo
    {
        text-align: center;
    }
    .logo img
    {
        text-align: center;
        max-width: 425px;
    }
    .call_us_number_right
    {
        right: 260px;
        top: 26px;
        position: absolute;
    }
    .header_call_us
    {
        display: none;
    }
    .footer_social_part a
    {
        margin-left: 8px;
    }
    div.follow
    {
        font-size: 22px;
    }

}
@media (max-width:1024px) {

    .how_it_works_title
    {
        position: inherit;
        left: 0;
        text-align: center;
    }
    #menu-main-menu li a
    {
        font-size: 14px;
    }
    .h_i_w_step
    {
        position: inherit;
        width: 100%;
    }
    .h_i_w_step_01, .h_i_w_step_03, .h_i_w_step_02
    {
        left: 0;
        top: 0;
    }
    .popular_services
    {
        margin-top: 25px;
    }
    .contact-row-top input
    {
        width: 32.3%;
    }
}
@media (max-width:990px) {

    .navbar-brand {
        display: none;
    }
    .dtdc{
        display: none;
    }
    .header_call_us{
        display: none;
    }
    #header_inner .logoblog_left_sidebar
    {
        top: 30px;
    }
    .footer_logos
    {
        z-index: 1;
    }
    .contact_address, .recent_posts
    {
        z-index: 9;
    }
    .logo
    {
        text-align: center;
    }
    .logo img
    {
        text-align: center;
        max-width: 395px;
    }
    .call_us_number_right
    {
        right: 0;
        top: 26px;
    }
    #header_btm
    {
        height: 50px;
    }
    #banner{
        height: auto;
    }
    .flag_heading{
        position: relative;
        top: auto;
        margin: 15px 0;
        font-size: 18px;
    }
    #makeMeScrollable {
        margin: 0 auto;
        position: relative;
        top: 0px;
        width: auto;
    }
    #makeMeScrollable {
        height: 50px;
        overflow: hidden;
    }
    .scrollWrapper a{
        margin: 0 20px;
    }
    .scrollWrapper a img{
        max-width: 32px;
        height: auto;
    }
    .page-banner-container {
        width: 100%;
        margin-left:0;
        left: auto;
        height: auto;
        position: relative;
    }
    .page-banner-container img{
        max-width: 185%;
        height: auto;
        margin-left: -40%;
    }
}
@media (max-width: 767px) {
    #menu-main-menu li {
        display: block;
        float: none;
        width: 100%;
    }


    #menu-main-menu li a {
        display: block;
        line-height: 40px;
    }
    .navbar-collapse {
        background:#007FBD;
        border:none;
        box-shadow:none;
        left: 0;
        outline:medium none;
        position:absolute;
        width: 100%;
        z-index: 99;
    }
    #menu-main-menu {
        height: auto;
        margin: 0;
        padding: 0;
    }
    .country_service_title, .how_it_works_title
    {
        font-size: 30px;
    }
    .call_us_footer_div_first
    {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .get-a-quote-btn {
        position: absolute;
        right: 15px;
        top: 144px;
        z-index: 222;
        color: #fff;
        padding: 5px 20px;
        border-radius: 3px;
        border: 1px solid #fff;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }
    .get-a-quote-btn:hover {
        color: #000000;
        background: #fff;
        text-decoration: none;
    }
    .get-a-quote-btn:after{
        content: "Get a Quote";
    }
    .get-a-quote-btn img{
        display: none;
    }
}
@media (max-width:640px) {
    .get-a-quote-btn {
        top: 238px;
    }
    .quote-form
    {
        width: 100%;
    }
    .call_us_number_right
    {
        position: inherit;
        left: 0;
        top: 136px !important;
        text-align: center;
    }
    .quick_links{
        display: none;
    }
    .header_page_main
    {
        height: 90px;
        margin-bottom: 30px;
    }
    #footer_middle
    {
        padding-bottom: 10px;
        padding-top: 25px;
    }
    .call_us_footer_div p
    {
        font-size: 16px;
    }
    h1
    {
        font-size: 20px;
    }
    .header_main_content h2
    {
        font-size: 30px;
    }
    .header_main_content h1
    {
        font-size: 30px;
    }
    .entry-content img
    {
        width: 100%;
        height: auto;
    }
    #welcome_part h2
    {
        font-size: 28px;
    }
    .country_content_part h3
    {
        font-size: 20px;
    }
    .logo
    {
        position: inherit;
        width: 100%;
        text-align: center !important;
    }
    .scrollWrapper a
    {
        margin: 0 18px;
    }
    .logo img
    {
        top: 22px;
        width: 100%;
        height: auto;
    }
    #header_inner
    {
        min-height: 210px;
    }
    .call_us_number_right p
    {
        text-align: center;
    }
    .footer_social_part a
    {
        margin-left: 7px;
    }
    div.follow
    {
        font-size: 25px;
    }
    .follow a img
    {
        max-width: 30px;
    }
    .contact_office h3, .contact_distrubtors h3
    {
        font-size: 18px;
    }
    #countries_service .wrapper
    {
        padding: 30px 0;
    }
    .flag_heading
    {
        font-size: 16px;
    }
    #header_btm_inner .container
    {
        height: 42px;
    }
}
@media (max-width:480px){
    .header_main_content h1
    {
        font-size: 22px;
    }
    .contact-row-rightpart input[type="submit"]
    {
        width: 100%;
        float: inherit;
    }
    .captured_input input, .contact-row-top input, .captured_input
    {
        width: 100%;
    }
    .navbar-toggle
    {
        padding: 15px 0 15px 0
    }
    .contact-row-top input[type="email"]
    {
        margin-right: 3px;
        margin-left: 0;
    }
    .contact_distrubtors td, .contact_office td{
        display: block;
        width: 100%;
    }
    .captured_input input
    {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .captured_text
    {
        width: 100%;
        text-align: center;
    }
    span.wpcf7-not-valid-tip
    {
        width: 200px;
    }
    .captured_input
    {
        position: relative;
    }
    .wpcf7-not-valid-tip
    {
        position: absolute;
        left: 0;
        top: 100px;
    }
    .captured_input .wpcf7-not-valid-tip
    {
        position: absolute;
        top: 60px !important;
    }
}
@media (max-width:400px) {
    .get-a-quote-btn {
        top: 214px;
    }
    .label_left
    {
        margin-top: 15px;
        display: block;
    }
    .quote-form input[type="text"]
    {
        width: 100%;
    }
    .quote-form .captured_input input[type="submit"]
    {
        width: 100%;
    }
    .quote-form textarea
    {
        width: 100%;
    }
    .logo img
    {
        max-width: 375px !important;
    }
    .footer_social_part span
    {
        display: none;
    }
    #header_inner .logo
    {
        top: 20px;
    }
    #header_inner
    {
        min-height: 185px;
    }
    .call_us_number_right
    {
        top: 110px !important;
    }
    #welcome_part h2
    {
        font-size: 28px;
    }
    .welcome_left_content h1
    {
        font-size: 16px;
    }
    .popular_services_title
    {
        font-size: 24px;
    }
}
.footer_logos .footer_bottom_logo
{
	max-width:160px;
	margin-top:35px;
}

.copyright-text {
    color: #aaaaaa;
    font-size: 13px;
}
.copyright-text:hover{
    color: #fff;
}



