@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
@font-face {
  font-family: "robotomedium_italic";
  src: url("/fonts/roboto-mediumitalic-webfont.eot");
  src: url("/fonts/roboto-mediumitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/roboto-mediumitalic-webfont.woff2") format("woff2"),
    url("/fonts/roboto-mediumitalic-webfont.woff") format("woff"),
    url("/fonts/roboto-mediumitalic-webfont.ttf") format("truetype"),
    url("/fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("/fonts/roboto-medium-webfont.eot");
  src: url("/fonts/roboto-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/roboto-medium-webfont.woff2") format("woff2"),
    url("/fonts/roboto-medium-webfont.woff") format("woff"),
    url("/fonts/roboto-medium-webfont.ttf") format("truetype"),
    url("/fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack_italic";
  src: url("/fonts/roboto-blackitalic-webfont.eot");
  src: url("/fonts/roboto-blackitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/roboto-blackitalic-webfont.woff2") format("woff2"),
    url("/fonts/roboto-blackitalic-webfont.woff") format("woff"),
    url("/fonts/roboto-blackitalic-webfont.ttf") format("truetype"),
    url("/fonts/roboto-blackitalic-webfont.svg#robotoblack_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("roboto-bold-webfont.eot");
  src: url("/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("/fonts/roboto-bold-webfont.woff2") format("woff2"),
    url("/fonts/roboto-bold-webfont.woff") format("woff"),
    url("/fonts/roboto-bold-webfont.ttf") format("truetype"),
    url("/fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight_italic";
  src: url("roboto-lightitalic-webfont.eot");
  src: url("/fonts/roboto-lightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/roboto-lightitalic-webfont.woff2") format("woff2"),
    url("/fonts/roboto-lightitalic-webfont.woff") format("woff"),
    url("/fonts/roboto-lightitalic-webfont.ttf") format("truetype"),
    url("/fonts/roboto-lightitalic-webfont.svg#robotolight_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("roboto-regular-webfont.eot");
  src: url("/fonts/roboto-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/roboto-regular-webfont.woff2") format("woff2"),
    url("/fonts/roboto-regular-webfont.woff") format("woff"),
    url("/fonts/roboto-regular-webfont.ttf") format("truetype"),
    url("/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("/fonts/roboto-light-webfont.eot");
  src: url("/fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("/fonts/roboto-light-webfont.woff2") format("woff2"),
    url("/fonts/roboto-light-webfont.woff") format("woff"),
    url("/fonts/roboto-light-webfont.ttf") format("truetype"),
    url("/fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  font: 14px/20px "robotoregular", Arial, Helvetica, sans-serif;
  color: #4d4d4d;
}
a {
  color: #740008;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a:hover {
  color: #c72027;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
html,
body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
.spacer {
  border-bottom: 1px dashed #ccc;
  height: 1px;
  margin: 25px 0;
  width: 100%;
}
p {
  margin-bottom: 15px;
  line-height: 20px;
}
ul.general {
  padding: 0;
  margin: 0;
  list-style-type: disc;
}
ul.general li {
  line-height: 18px;
  padding: 0 0 5px 0;
  margin: 10px 0 10px 15px;
}
ul.blue_listing {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.blue_listing li {
  background: url(../images/blue_round_bullet.png) left 7px no-repeat;
  line-height: 18px;
  padding: 0px 0 5px 13px;
  margin: 10px 0 10px 0;
}
ul.blue_listing li b {
  font-weight: bold;
  font-family: "robotolight", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
}
h2 {
  font-size: 22px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  font-weight: normal;
}
h5 {
  font-size: 12px;
  font-weight: normal;
}
h6 {
  font-size: 10px;
  font-weight: normal;
}
.clear {
  clear: both;
  display: block;
}
.mid {
  text-align: center;
}
.ver {
  font-family: Verdana;
}
.bold {
  font-weight: bold;
  font-family: "robotolight", Arial, Helvetica, sans-serif;
}
.bold2 {
  font-weight: bold;
  font-family: "robotoregular", Arial, Helvetica, sans-serif;
}
b {
  font-weight: bold;
  font-family: "robotolight", Arial, Helvetica, sans-serif;
}
.txtblue {
  color: #166888;
}
.txtred {
  color: #c72027;
}
.txt11 {
  font-size: 11px;
}
.txt12 {
  font-size: 12px;
}
.txt13 {
  font-size: 13px;
}
.txt14 {
  font-size: 14px;
  font-weight: bold;
}
.txt18 {
  font-size: 18px;
}
.txt24 {
  font-size: 24px;
}
.txtjustify {
  text-align: justify;
}
.txtcenter {
  text-align: center;
}
.txtgrey {
  color: #999;
}
.txtgreydark {
  color: #666;
}
img {
  border: none;
}
.mart-10 {
  margin-top: 10px !important;
}
.mart-15 {
  margin-top: 15px !important;
}
.mart-20 {
  margin-top: 20px !important;
}
.mart-25 {
  margin-top: 25px !important;
}
.mart-30 {
  margin-top: 30px !important;
}

.mar-rt-10 {
  margin-right: 10px !important;
}
.mar-rt-15 {
  margin-right: 15px !important;
}
.mar-rt-20 {
  margin-right: 20px !important;
}
.mar-rt-25 {
  margin-right: 25px !important;
}
.mart-rt-30 {
  margin-right: 30px !important;
}

.marb-10 {
  margin-bottom: 10px;
}
.marb-15 {
  margin-bottom: 15px;
}
.marb-20 {
  margin-bottom: 20px;
}
.marb-30 {
  margin-bottom: 30px;
}

.mar-lt-10 {
  margin-left: 10px !important;
}
.mar-lt-15 {
  margin-left: 15px !important;
}
.mar-lt-20 {
  margin-left: 20px !important;
}
.mar-lt-25 {
  margin-left: 25px !important;
}
.mar-lt-30 {
  margin-left: 30px !important;
}

.fl-r {
  float: right;
}
.fl-l {
  float: left;
}

a.gq {
  width: 333px;
  height: 43px;
  display: block;
  background: #ab0c24;
  margin: 25px auto;
}
a:hover.gq {
  background: #740008;
}
a.gq span {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 41px;
  text-align: center;
  padding-left: 30px;
}

/*genreal table styling*/
.gentable {
  width: 731px;
  border-collapse: collapse;
  *border-collapse: collapse; /* IE7 and lower */
}
.gentable th {
  border-collapse: collapse;
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  border: 1px solid #dcdcdc;
  background: #ededed;
  height: 40px;
  color: #166888;
  font-size: 16px;
  padding: 0 0 0 10px;
  text-align: left;
}
.gentable td {
  height: 20px;
  padding: 10px;
  background: #ffffff;
  text-align: left;
  border: 1px solid #dcdcdc;
}
.gentable th {
}
.gentable th a {
  color: #166888;
  text-decoration: underline;
  font-weight: bold;
}

/*Generic styles ends*/

.header-holder {
  margin: 0 auto !important;
  background: #f6f6f6;
  height: 35px;
  border: 1px solid #e1e1e1;
}
.holder-head {
  height: 124px;
  margin: 0 auto;
  width: 970px;
}
.head-text {
  color: #999999;
  width: 970px;
  margin: 0 auto;
}
a.headlink {
  color: #741012;
  float: right;
  padding: 10px 6px 0 0;
  text-decoration: none;
  font-size: 14px;
}
a.headlink .current {
  color: #c72027;
}
a:hover.headlink {
  color: #c72027;
}
a.login-bx {
  color: #999999;
  float: right;
  padding: 10px 6px 0 0;
  text-decoration: none;
  background: url(../images/login-icon.png) no-repeat 0 10px;
  padding: 10px 0 0 20px;
  font-size: 14px;
}
a:hover.login-bx {
  color: #770008;
}

/*nav styles*/
#mainwrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0;
}
nav a#logo {
  height: 88px;
  width: 334px;
}
nav a#logo img {
  width: 100%;
}
nav a#logo:hover {
  background: none;
}
nav #rightwrap_wrap {
  float: right;
  margin: 25px 0 0 0;
}
nav a.header_getquotebutton {
  background: #ab0c24 !important;
  display: block !important;
  padding: 10px 7px !important;
  width: 130px;
  _width: 100px;
  *width: 120px;
  text-decoration: none !important;
  color: #ffffff !important;
  border-bottom: 0 !important;
}
nav a.header_getquotebutton:hover {
  background: #740008 !important;
  text-decoration: none !important;
  color: #ffffff !important;
  border-bottom: 0 !important;
}
#logo_wrap {
  width: 334px;
  float: left;
  padding: 0;
}
#navgation_links_wrap {
  width: 615px;
  float: right;
  padding: 0;
}
/*nav styles*/

/*breadcrumb starts*/
.breadcrum-holder {
  margin: 0 auto;
  width: 970px;
}
.breadcrum {
  float: left;
  color: #999999;
  margin: 15px 0 0 0;
  font-size: 13px;
}
/*breadcrumb ends*/

/*Hompage styles*/
#service-box-wrap {
  background: none repeat scroll 0 0 #f7f7f7;
  height: 494px;
  width: 100%;
}
#service-box-wrap ul.ourservices_listing li {
  list-style: none;
  display: inline-block;
  float: left;
  text-align: left;
  width: 286px;
  height: 260px;
  margin: 25px 0 0 53px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
#service-box-wrap ul.ourservices_listing li:first-child {
  margin-left: 0;
}
#service-box-wrap .service-header {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 auto;
  padding: 0 0 8px 0;
  text-align: left;
  margin-bottom: 12px;
}
#service-box-wrap .editing-icon {
  background: url("../images/icons-services.png") no-repeat scroll 0 0;
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  float: left;
}
#service-box-wrap .advanced-editing-icon {
  background: url("../images/icons-services.png") no-repeat scroll -55px 0;
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  float: left;
}
#service-box-wrap .rapid-icon {
  background: url("../images/icons-services.png") no-repeat scroll -106px 0;
  display: block;
  float: left;
  height: 48px;
  width: 38px;
  float: left;
}
#service-box-wrap .service-txt-box {
  width: 200px;
  display: block;
  float: left;
  margin: 14px 0 0 10px;
}
/*Hompage styles*/

/*Inner Structure styles starts*/
.content {
  margin: 20px auto;
  width: 970px;
}
.content .select {
  background: none repeat scroll 0 0 #ffffff;
  color: #c72027;
}
.content .b-left {
  float: left;
  margin-right: 20px;
  width: 210px;
}
.content .b-right {
  float: right;
  width: 738px;
}
.content .b-left {
  float: left;
  width: 210px;
  margin-right: 20px;
}
.content .b-left .rightbox h3 {
  border-bottom: 3px solid #c72027;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.content .b-right {
  float: right;
  width: 738px;
}
.content .b-left .rightbox {
  border: 1px solid #e4e4e4;
  padding: 10px;
}
.content .leftmenu {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
}
.content .leftmenu ul.submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #c72027;
}
.content .leftmenu ul.submenu li {
  border-bottom: 1px solid #f0f0f0;
  display: block;
  padding: 10px 0 10px 0;
}
.content .leftmenu ul.submenu li a {
  background: #ffffff;
  display: block;
  text-decoration: none;
}
.content .leftmenu ul.submenu li a:hover {
  background: #ffffff;
  color: #c72027;
  display: block;
  font-weight: normal;
}
.content .leftmenu ul.submenu li:last-child {
  border-bottom: 0px solid #f0f0f0;
  display: block;
}
.content .leftmenu ul.submenu li ul li {
  border-bottom: none;
  padding: 5px 0 0 20px;
}
.content .leftmenu ul.submenu li ul li a {
  padding-left: 0px;
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.content .leftmenu ul.submenu li ul li a:hover {
  color: #c72027;
  font-size: 14px;
  font-weight: normal;
}
.content .leftmenu ul.submenu li ul li.select {
  color: #166888;
  font-weight: bold;
  font-size: 14px;
}

/*Inner Structure styles ends*/

/*Editing page styles start here*/
.editing-box-holder-lf {
  width: 360px;
  float: left;
  padding: 10px 20px 0 0;
  margin-top: 30px;
  border-right: 1px solid #cccccc;
}
.editing-box-holder-rt {
  width: 330px;
  float: left;
  padding: 10px 0 0 27px;
  margin-top: 30px;
}
.editing-box-holder-lf .editing-icon {
  background: url("../images/icons-services.png") no-repeat -55px 0;
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  float: left;
  margin: -12px 10px 0 0;
}
.editing-box-holder-rt .advanced-editing-icon {
  background: url("../images/icons-services.png") no-repeat 1px 0;
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  float: left;
  margin: -12px 10px 0 0;
}
.editing-txt-box {
  float: left;
  display: block;
  width: 270px;
}

/*Price table styling*/
.pricetable {
  width: 100%;
  border-collapse: collapse;
  *border-collapse: collapse; /* IE7 and lower */
}
.pricetable th {
  border-collapse: collapse;
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  height: 30px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
  font-family: "robotolight", Arial, Helvetica, sans-serif;
  padding: 10px 0 0 10px;
  text-align: left;
}
.pricetable td {
  height: 20px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
.pricetable th a {
  color: #166888;
  text-decoration: underline;
  font-weight: bold;
}

/*Benefits table styling*/
.benefits-table {
  width: 100%;
  border-collapse: collapse;
  *border-collapse: collapse; /* IE7 and lower */
}
.benefits-table th {
  border-collapse: collapse;
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  border: 1px solid #dcdcdc;
  height: 40px;
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 0 0 10px;
  text-align: left;
}
.benefits-table td {
  height: 20px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}
.benefits-table a {
  color: #770008;
  font-weight: bold;
  font-family: "robotolight", Arial, Helvetica, sans-serif;
}
.benefits-table a:hover {
  color: #c72027;
}
.benefits-table .icon {
  margin-right: 20px;
}

/*Editing page styles ends here*/

/*Footer styles start*/
.brandfooter-wrap {
  background-color: #efefef;
  margin-top: 30px;
}
.brandfooter {
  color: #444444;
  font-size: 14px;
  height: 30px;
  margin: 0 auto;
  padding: 10px;
  width: 970px;
  line-height: 30px;
}
.brandfooter .title {
  float: left;
}
.brandfooter .book-discount {
  float: right;
}
.brandfooter .link1 {
  margin: 0 10px 0 8px;
}
.brandfooter .link2 {
  margin: 0 10px;
}
#footer {
  background: #5d5d5d;
  color: #ffffff;
  width: 100%;
  margin-top: 50px;
}
#footer .holder {
  margin: 0 auto;
  width: 970px;
  padding: 10px;
  height: 200px;
}
#footer ul {
  float: left;
  width: 632px;
  border-right: 1px solid #737373;
  margin-right: 20px;
}
#footer ul li {
  display: inline;
  float: left;
  list-style: outside none none;
  text-align: left;
  width: 210px;
}
#footer ul li a {
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 8px 0 0 0;
  text-decoration: none;
  font-size: 13px;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer .iso {
  background: url(../images/footer-icons.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 76px;
  width: 94px;
  margin-right: 15px;
  cursor: pointer;
}
#footer .veri {
  background: url(../images/footer-icons.png) no-repeat -122px 0;
  display: block;
  float: left;
  height: 76px;
  width: 94px;
  margin-right: 15px;
}
#footer .wc {
  background: url(../images/footer-icons.png) no-repeat -239px 0;
  display: block;
  float: left;
  height: 76px;
  width: 94px;
}
#footer .icons {
  display: block;
  float: right;
  width: 312px;
  margin-top: 25px;
}
#footer .copy {
  float: left;
  margin-top: 16px;
  font-size: 12px;
  width: 335px;
  line-height: 20px;
}
#footer .email-id {
  display: block;
  margin-top: 45px;
  border: 1px solid #818080;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background-color: #656565;
}
#footer .footer-right {
  float: left;
  width: 312px;
}
.txt16 {
  font-size: 16px;
}
.mar-r20 {
  margin-right: 20px;
}
/*Footer styles ends*/

/*Inner page structure styles starts*/
#content {
  margin: 15px auto;
  width: 970px;
}
#content .b-left {
  float: left;
  width: 210px;
  margin-right: 20px;
}
#content .b-left .rightbox h3 {
  border-bottom: 3px solid #c72027;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#content .b-right {
  float: right;
  width: 738px;
}
#content .b-left .rightbox {
  border: 1px solid #e4e4e4;
  padding: 10px;
}
.leftmenu {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 0;
}
.leftmenu ul.submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #c72027;
}
.leftmenu ul.submenu li {
  border-bottom: 1px solid #f0f0f0;
  display: block;
  padding: 10px 0 10px 0;
}
.leftmenu ul.submenu li a {
  background: #ffffff;
  display: block;
  text-decoration: none;
}
.leftmenu ul.submenu li a:hover {
  background: #ffffff;
  color: #c72027;
  display: block;
  font-weight: bold;
}
.leftmenu ul.submenu li:last-child {
  border-bottom: 0px solid #f0f0f0;
  display: block;
}
.select {
  background: #ffffff;
  color: #166888;
  font-weight: normal;
}

.leftmenu ul.submenu li ul li {
  border-bottom: none;
  padding: 5px 0 0 20px;
}
.leftmenu ul.submenu li ul li a {
  padding-left: 0px;
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.leftmenu ul.submenu li ul li a:hover {
  color: #c72027;
  font-size: 14px;
  font-weight: bold;
}
.leftmenu ul.submenu li ul li.select {
  color: #166888;
  font-weight: bold;
  font-size: 14px;
}

/*About us page styles*/
.aboutus-left-box {
  border-right: 1px solid #ccc;
  float: left;
  height: auto;
  padding: 0 20px 0 0;
  width: 465px;
}
.aboutus-right-box {
  float: left;
  height: auto;
  padding: 0 0 0 20px;
  width: 454px;
}
/*About us page styles*/

/*Inner page structure styles ends*/

/*Payment page styles*/
.blue-btn {
  background: url("../images/maroon-button.png") no-repeat;
  color: #ffffff;
  float: left;
  height: 29px;
  padding: 5px 0 0 10px;
  width: 110px;
}
.blue-lock {
  border-left: 1px dashed #d4d4d4;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  width: 200px;
}
.how_make_payment_wrap {
  float: left;
  margin: 20px 0;
}
.how_make_payment_wrap .how_make_payment_header {
  font-size: 20px;
  height: 48px;
  line-height: 42px;
  margin-bottom: 15px;
  padding: 5px 0;
}
.how_make_payment_wrap .numbers_wrap {
  background: none repeat scroll 0 0 #770008;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 43px;
  line-height: 20px;
  margin-right: 10px;
  padding: 3px 11px;
  text-align: center;
  width: 30px;
}
.img-circle {
  border-radius: 50%;
}
/*Payment page styles*/

/*Accordion styles starts*/
.accordion-faq {
  width: 705px;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
}
.accordion-faq a.faq-new {
  background: url(../images/faq-tab.gif) no-repeat 0 -37px;
  width: 740px;
  height: 39px;
  margin: 0px;
  cursor: pointer;
  padding: 0 20px 0 30px;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: relative;
  display: block;
  color: #4d4d4d;
  line-height: 36px;
  margin-top: 10px;
}
.accordion-faq a.faq-new.active {
  background: url(../images/faq-tab.gif) no-repeat 0 1px;
}
.accordion-faq div.pro-content {
  background: #fff;
  color: #4d4d4d;
  display: inherit;
  padding: 15px;
  line-height: 20px;
}

.accordion-pricing {
  width: 705px;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
}
.accordion-pricing a.pricing-new {
  background: url(../images/pricing-tab.gif) no-repeat 0 -37px;
  width: 740px;
  height: 39px;
  margin: 0px;
  cursor: pointer;
  padding: 0 20px 0 18px;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: relative;
  display: block;
  color: #770008;
  line-height: 38px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.accordion-pricing a.pricing-new.active {
  background: url(../images/pricing-tab.gif) no-repeat 0 1px;
}
.accordion-pricing div.pro-content {
  background: #fff;
  color: #58595b;
  display: block;
  padding: 15px;
  line-height: 20px;
}

.accordion-pricing div.pro-content .pss_price_wrap {
  background: #fdfdfd;
  border-top: #c72027 3px solid;
  margin-right: 20px;
  float: left;
  min-width: 200px;
  padding: 10px 10px;
  display: block;
}
.accordion-pricing div.pro-content .pss_price_wrap ul.pss_pric_list li {
  border-left: #e3e3e3 1px solid;
  color: #c72027;
  font-size: 22px;
  padding: 0 15px;
  float: left;
  display: inline-block;
  line-height: 30px;
}
.accordion-pricing
  div.pro-content
  .pss_price_wrap
  ul.pss_pric_list
  li:first-child {
  border-left: 0;
}
.accordion-pricing div.pro-content .pss_price_wrap .pss_price_icons {
  color: #8d8e8e;
  float: left;
  display: inline-block;
  padding-right: 10px;
  font-size: 28px;
}

.accordion-pricing div.pro-content .pss_service_button_wrap {
  float: right;
}
/*Accordion styles ends*/

.tooltip {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  display: block;
  height: 40px;
  padding: 10px;
}
.tooltip-icon {
  display: block;
  float: left;
  margin-top: 3px;
  width: 30px;
}

.rapid-icon {
  background: url("../images/icons-services.png") no-repeat scroll -106px 0;
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  float: left;
  padding-right: 10px;
}

/*FAQ page tab styles*/
#tabs .tabcontent {
  float: left;
  padding: 5px;
  width: 98%;
}
#tabs .tabcontent a {
  text-decoration: none;
}
#tabs .tabcontent a:hover {
  text-decoration: none;
}

#tabs {
  margin: 0;
  width: 714px;
  border-top: 1px #f2f2f2 solid;
  padding: 10px;
  border: 1px solid #cccccc;
}

#shadetabs #maintab {
  float: left;
  width: 750px;
  font-size: 15px;
}
#shadetabs #maintab h4 {
  font-size: 14px;
}

#shadetabs #maintab ul {
  list-style-type: none;
  margin: 0; /*Left offset of entire tab menu relative to page*/
  padding: 0;
}
#shadetabs #maintab li {
  display: inline;
  margin: 0;
  padding: 0;
}
#shadetabs #maintab li a {
  display: block;
  float: left;
  font-weight: normal;
  height: 52px;
  line-height: 20px;
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
  text-decoration: none;
  width: 146px;
  color: #770008;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 0px solid #cccccc;
}
.widr a {
  width: 180px !important;
}
#shadetabs #maintab li a.selected {
  cursor: default;
  background: #f2f2f2;
  color: #444444;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 0px solid #cccccc;
}
#shadetabs #maintab li a:hover {
  /*onMouseover style*/
  background: #f2f2f2;
  color: #444444;
}
/*FAQ page tab styles*/
.pss_price_wrap {
  background: none repeat scroll 0 0 #fdfdfd;
  border-top: 3px solid #c72027;
  float: left;
  margin-right: 20px;
  min-width: 200px;
  padding: 10px;
}

.pss_price_wrap ul.pss_pric_list li {
  border-left: #e3e3e3 1px solid;
  color: #c72027;
  font-size: 22px;
  padding: 0 15px;
  float: left;
  display: inline-block;
  line-height: 30px;
}
.pss_price_wrap ul.pss_pric_list li:first-child {
  border-left: 0;
}
.pss_price_wrap .pss_price_icons {
  color: #8d8e8e;
  float: left;
  display: inline-block;
  padding-right: 10px;
  font-size: 28px;
}

.pss_service_button_wrap {
  float: right;
}

/*custom css for price caculator begins*/
#editing-intro {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 20px 0;
}
#editing-intro .title-head {
  font-size: 22px;
  color: #5b5b5b;
  line-height: 22px;
}
.pricing-page {
  background-color: #02c7a6;
  margin: -10px 0 10px;
}
.pricing-page-left {
  float: left;
  margin: 20px 0 13px 20px;
  font-size: 22px;
  color: #fff;
}
.pricing-page-left input {
  width: 170px;
  height: 30px;
  font-family: arial;
  font-size: 20px;
  padding: 0 5px 0 10px;
}
.pricing-submit {
  text-align: center;
  padding: 0 0 70px;
}
.pricing-submit .submit {
  width: 250px;
  height: 40px;
  float: left;
  margin: 17px 0 0 15px;
  background-color: #02c7a6;
  font-size: 23px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 400;
  cursor: pointer;
}
.pricing-quote {
  color: #737373;
}
.pricing-quote a:hover {
  text-decoration: underline;
}
.results {
  height: 250px;
}
#showresults {
  text-align: center;
  margin-top: 20px;
}
.first-pp {
  width: 100px;
  float: left;
  height: 300px;
}
.second-pp {
  width: 330px;
  height: 215px;
  float: left;
  border-top: 6px solid #6f7477;
  border-bottom: 2px solid #6f7477;
  border-right: 2px solid #6f7477;
}
.third-pp {
  width: 330px;
  float: left;
  height: 215px;
  border-top: 6px solid #2d98c6;
  border-left: 2px solid #2d98c6;
  border-right: 2px solid #2d98c6;
  border-bottom: 2px solid #2d98c6;
}
.fourth-pp {
  width: 330px;
  height: 215px;
  float: left;
  border-top: 6px solid #00a652;
  border-left: 2px solid #00a652;
  border-bottom: 2px solid #00a652;
  border-right: 2px solid #00a652;
  display: none;
}
.title-ppme {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.title-ppme1 {
  font-size: 24px;
  margin-top: 38px;
  margin-bottom: 16px;
}
.days-ppme1 {
  width: 100%;
  height: 26px;
  padding-top: 10px;
  font-size: 20px;
}
.days-ppme2 {
  width: 100%;
  height: 26px;
  padding-top: 10px;
  font-size: 20px;
}
.adv {
  color: #6f7477;
}
.pre {
  color: #2d98c6;
}
.prep {
  color: #00a652;
}
.most-popular {
  background: #fff;
  position: absolute;
  top: -18px;
  text-align: center;
  width: 147px;
  height: 32px;
  display: block;
  left: 88px;
  border-radius: 4px;
  border: 2px solid #2d97c5;
  color: #2d97c5;
  line-height: 30px;
  font-size: 22px;
  padding: 0 0 0 4px;
}
.valuepack {
  background: url(../editing-services/images/value-pack.png) no-repeat;
  width: 138px;
  height: 76px;
  position: absolute;
  top: -27px;
  left: 45px;
}
.button-action1 {
  background: #6f7477;
  color: #fff;
  text-align: center;
  margin-top: 7px;
  font-size: 18px;
  width: 330px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.button-action1:hover {
  background: #abc707;
  color: #fff;
}
.button-action2 {
  background: #2d98c6;
  color: #fff;
  text-align: center;
  margin-top: 7px;
  font-size: 18px;
  width: 330px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.button-action2:hover {
  background: #abc707;
  color: #fff;
}
.button-action3 {
  background: #00a652;
  color: #fff;
  text-align: center;
  margin-top: 7px;
  font-size: 18px;
  width: 330px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.button-action3:hover {
  background: #abc707;
  color: #fff;
}
.morethan10000 {
  float: left;
  text-align: left;
  color: red;
}
/*custom css for price caculator ends*/

#eu_cookie_dialog {
  position: relative !important;
  z-index: 1 !important;
  background-color: #3f4958 !important;
  top: 0px;
  width: 100% !important;
  height: auto !important;
  overflow: auto;
  color: #fff !important;
}
#eu_cookie_dialog div {
  width: 84% !important;
  bottom: auto !important;
  background-color: #3f4958 !important;
  z-index: 9999 !important;
  margin: 0 auto !important;
}
#eu_cookie_dialog p {
  position: relative;
  top: 0px;
  width: 85%;
  line-height: 20px;
  font-size: 12px;
  color: #fff !important;
  padding: 10px 16px 10px 0px;
  float: left;
  margin-bottom: 0px;
  z-index: 999;
}
#eu_cookie_dialog button {
  background-color: rgb(60, 72, 88);
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 5px 16px;
  border-radius: 3px;
  border: 1px solid;
  float: right;
  margin: 10px 0px 10px 20px;
  transition: all 0.3s;
}
#eu_cookie_dialog a {
  color: #fff !important;
  text-decoration: underline !important;
}

.narrowchart {
  padding: 20px 0px;
  max-width: 100%;
}
.narrowchart h3 {
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.narrowchart .accord-1 {
  display: inline-block;
  float: left;
  width: 160px;
}
.narrowchart .accord-2 {
  display: inline-block;
  width: 710px;
}
.grey-cookies {
  background: #f8f8f8;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}
.narrowchart .fa {
  color: #212121;
  font-size: 24px;
  top: 10px;
  right: 0px;
}
.tag {
  background: #f8f8f8;
  padding: 3px;
  margin: 2px;
  display: inline-block;
  font-size: 13px;
}
.accordianheader {
  color: #212121;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: left;
}
.accordianbody {
  padding: 20px;
  width: 700px;
  text-align: left;
  margin-left: 160px;
}
.narrowchart i {
  position: absolute;
  right: 20px;
  top: 14px;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.ui-state-active i {
  color: #acd4ce;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* new css added */
.navbar-me.fixed-me {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  background-color: #fff;
}
