@font-face {
    font-family: 'AvantGarde-Demi';
    src: url('../fonts/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGarde-Demi.woff') format('woff'), url('../fonts/AvantGarde-Demi.ttf') format('truetype'), url('../fonts/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeITCbyBT-Book';
    src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArtySignature';
    src: url('../fonts/ArtySignature.eot?#iefix') format('embedded-opentype'),  url('../fonts/ArtySignature.woff') format('woff'), url('../fonts/ArtySignature.ttf')  format('truetype'), url('../fonts/ArtySignature.svg#ArtySignature') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family:arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
	background: url("../images/bg-img-my.png") repeat-x;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial !important; 
}

.titleHowItWrk {
    font-weight: 600 !important;
}

a.active, a:focus, button:focus, button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    margin-top: 0;
}

a, button {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

/*========== Custom CSS {============*/
.topbar {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.topbar .socialBar {
    float: right;
    position: absolute;
    right: -15px;
    z-index: 100;
    margin-top: 6px;
}

.topbar .socialBar ul li {
    float: left;
    margin-left: 15px;
}

.topbar .socialBar ul li span {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

.topbar .socialBar ul li span img {
    width: 20px;
    object-fit: cover;
}

.topbar .socialBar ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #7dbefe;
    font-family: arial;
    font-weight: 600;
}

.topbar .socialBar ul li:nth-child(3) a {
    text-transform: lowercase;
}

.topbar .socialBar ul li:nth-child(4) a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.menuBar .navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    min-height: auto;
}

.menuBar {
    /*    position: absolute;*/
    left: 0;
    right: 0;
    z-index: 1;
}

.menuBar .navbar-default .navbar-brand {
    height: auto;
    max-width: 210px;
    width: 100%;
    padding-top: 0;
    /*    padding-bottom: 0;*/
    margin-top: -7px;
    margin-left: -32px;
}

.menuBar .navbar-default ul li a {
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 200;
    text-transform: capitalize;
    font-family: arial;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.topbar .col-md-12 {
    padding: 0 !important;
}

.navbar-right {    
    margin-top: 53px;
    margin-right: -30px;
}

.menuBar .navbar-default ul li a:hover, .topbar .socialBar ul li:nth-child(4) a:hover {
    color: #7dbefe !important;
}

.topbar .socialBar ul li a:hover {
    color: #ffffff;
}
.signupBody .mainbg,
.wrapper .mainbg,
.mainbg{
    height: auto;
}
.signupBody .bannerImg,
.bannerImg,
.wrapper .bannerImg{
    height: 90%; border:solid 5px #fff; 
	-webkit-box-shadow: 3px 3px 7px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 7px 0px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 7px 0px #ccc;
}
.banner,
.signupBody .banner ,
.wrapper .banner {
    position: relative;
    height: auto;
	margin:25px auto 0;
	width:95%;
}
.banner img,
.signupBody .banner img,
.wrapper .banner img{
   /* height: 100%;
    object-fit: cover;*/
}

.bannerImg img{
    width: 100%;
}

.bannerMain {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
}

.bannerMid {
    display: table;
    height: 100%;
    width: 100%;
}

.bannerInner {
    display: table-cell;
    vertical-align: middle;
}

.bannerDetail {
    width: 60%;
}
.home .bannerInner {
	  vertical-align: top !important;
}

.bannerDetail h2 {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 600;
    margin-bottom: 20px;
}

.bannerDetail h2 span, .bannerDetail h2 + p {
    text-transform: capitalize;
}

.bannerDetail p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 600;
}

.bannerDetail h1 {
    text-transform: capitalize;
    font-family: arial;
    font-weight: 600;
    margin-bottom: 10px;
}
.home .bannerDetail h1 {
    /*color: #fff;*/
    color: #666666;
    background: none;
}
.bannerDetail h1 {
    /*background: linear-gradient(to right, rgba(255,0,0,0), #3d6893);*/
    color: #fff;
    padding: 8px 8px;
    font-size: 35px;
}
.home .quickMsg{
     color: #666666;
}
.home .planinfo h3{
    padding-top: 30px;
}
.page-id-5 .banner {
    display: none !important;
}

.moreBtn {
    max-width: 195px;
    width: 100%;
    height: 55px;
    background-color: #1e90ff;
    display: block;
    border-radius: 15px !important;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 51px;
    color: #ffffff;
    margin-top: 30px;
    font-family: arial;
    font-weight: 600;
}

.moreInfo .moreBtn:hover {
    border: 1px solid #00537b;
}

.bannerDetail .moreBtn {
    border: 1px solid #1e90ff;
}

.bannerDetail .moreBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
	/*background-color:#00537b;
	color:#fff;*/
}

.clientbtn button {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: -22px !important;
}

.bannerDetail .moreBtn:hover a {
    color: #1e90ff !important; 
}

.bannerDetail .moreBtn:hover span {
    background: url("../images/rightarrow-nb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.bannerDetail .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.features .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.features .owl-nav button span {
    position: relative;
    top: -5px;
}

.features .owl-prev {
    float: left;
    background: #c6c6c6 !important;
    text-align: center;
    margin-left: 5px;
    color: #fff !important;
    font-size: 25px !important;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    left: -45px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 6px;

}

.features .owl-next {
    float: right;
    background: #c6c6c6 !important;
    text-align: center;
    margin-right: 5px;
    border-radius: 6px;
    color: #fff !important;
    font-size: 25px !important;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    right: -45px;
    z-index: 1;
    width: 32px;
    height: 32px;
}

/* Features Section
------------------------------------*/

.features {
    padding: 25px 0 4px;
    background-color: transparent !important;
    overflow: hidden;
    /*background: linear-gradient(#ebf5fe, #42a2ff);
    margin-left: -15px;
    margin-right: -15px;*/
}

.features .planinfo .planinfo h3 {
    border: 1px solid #1e90fe !important;
    max-width: 183px  !important;
    width: 100%  !important;
    background: #1e90fe  !important;
    color: #fff  !important;
}

body.home .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
 padding-top: 25px !important;
}


.features .container {
    -moz-box-shadow: 1px 2px 2px rgba(30, 144, 255, .5);
   -webkit-box-shadow: 1px 2px 2px rgba(30, 144, 255, .5);
   box-shadow: 1px 2px 2px rgba(30, 144, 255, .5);
   padding-bottom: 15px;
   border-bottom: solid 1px #FFF;
}

.features .featureBox a {
    /*max-width: 200px;
    width: 100%;
    height: 200px;
    border: 1px solid #cecece;
    border-radius: 25px 80px 25px 80px;*/
    max-width: 220px;
    width: 100%;
    height: 75px;
    border: 1px solid #1e90ff;
    border-radius: 10px 35px 10px 36px;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    cursor: default;
}

.features .featureBox a:hover {
    /*background-color: #1e90ff;*/
}

.features .featureBox a:hover h5 {
   /* color: #ffffff;*/
}

.features .featureBox a:hover .imgHolder {
   /* filter: brightness(200);*/
}

.features .featureBox .imgHolder {
    /*width: 70px;
    height: 70px;
    display: block;*/
    width: 55px;
    height: 60px;
    display: inline-block;
    margin: 0 auto;
    float: left;
    margin-right: 10px;
}

.owl-carousel .owl-item img {
    width: 100% !important;
}

.features .featureBox h5 {
    font-size: 20px;
    color: #1e90ff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-family: arial;
    margin-top: 18px;
    float: left;
}

.features .featureBox .contentBox {
    position: absolute;
    padding: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	/*-webkit-animation: mymove 5s infinite; 
    animation: mymove 5s infinite;
	-webkit-animation-iteration-count: 1; 
    animation-iteration-count: 1;*/
}

/* Safari 4.0 - 8.0 */
.features .featureBox .contentBox {-webkit-animation-timing-function: linear;}


/* Standard syntax */
.features .featureBox .contentBox{animation-timing-function: linear;}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: 300px;}
}

/* Standard syntax */
@keyframes mymove {
    from {left: 0px;}
    to {left: 300px;}
}




/* plans Section
-------------------------------------*/

.plans {
    background: url("../images/plan-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
}

.plans .col-md-12 h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.plans .planBox {
    height: 288px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
}

.plans .planBox:hover .overlaybox {
    background-color: rgba(37, 186, 169, 0.76);
}

.plans .planBox:hover .iconBox img {
    filter: brightness(200);
}

.plans .planBox:hover h5 {
    color: #ffffff;
}

.plans .planBox .overlaybox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.58);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.planDetail {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.planDetail .iconBox {
    width: 95px;
    height: 95px;
    display: block;
    margin: 0 auto;
}

.planDetail h5 {
    font-size: 20px;
    color: #404040;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: arial;
    margin-top: 15px;
}

.planBox .moreBtn {
    display: table;
    margin: 30px auto 0;
    background-color: #454f5f;
    color: #ffffff;
}

.planBox .moreBtn:hover {
    background-color: #ffffff;
    color: #454f5f;
}

.planBox .moreBtn:hover span {
    background: url("../images/rightarrow-b.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.planBox .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.plans .mail1 {
    background: url("../images/mail-receive.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.plans .mail2 {
    background: url("../images/plan-img2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.plans .mail3 {
    background: url("../images/plan-img3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.plans .mail4 {
    background: url("../images/plan-img4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.plans .signBtn {
    width: 281px;
    height: 58px;
    line-height: 58px;
    border-radius: 30px;
    background-color: #1e90ff;
    text-align: center;
    font-family:arial;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 27px;
    display: table;
    margin: 40px auto 0;
    font-weight: 600;
}

.plans .signBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
}

/* Features Section-second
------------------------------------*/
.featureBlocks {
    padding: 50px 0;
    background-color: #ffffff;
}

.featureDetails {
    border: 1px solid #cecece;
    padding: 25px 5px 30px 20px;
    height: 445px;
    position: relative;
}

.featureBlocks .col-md-4:first-child .featureDetails ul li {
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
    font-family: arial;
}

.featureDetails h5 {
    font-size: 18px;
    color: #686868;
    font-family: arial;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.featureDetails ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

.featureDetails ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 8px;
    color: #1e90ff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.featureDetails ul li strong {
    font-size: 16px;
    color: #3d3d3d;
    font-family: arial;
    font-weight: 700;
    display: block;
    position: relative;
}

.featureDetails ul li {
    font-size: 16px;
    color: #3d3d3d;
    font-family: arial;
    font-weight: 400;
}

.featureBlocks .col-md-4:nth-of-type(2) .featureDetails ul li:before {
    display: none;
}

.featureBlocks .col-md-4:nth-of-type(2) .featureDetails ul li strong:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 8px;
    color: #1e90ff;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.featureBlocks .col-md-4:nth-of-type(3) .featureDetails ul li:before {
    top: 25%;
}

.featureBlocks .col-md-4:nth-of-type(3) .featureDetails ul li:nth-child(4):before,
.featureBlocks .col-md-4:nth-of-type(3) .featureDetails ul li:nth-child(5):before,
.featureBlocks .col-md-4:nth-of-type(3) .featureDetails ul li:nth-child(6):before {
    display: none;
}

.featureBlocks .moreBtn {
    position: absolute;
    margin-top: 0;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family:arial;
    font-weight: bold;
}

.featureBlocks .moreBtn:hover {
    background-color: #ffffff;
    color: #454f5f;
}

.featureBlocks .moreBtn:hover span {
    background: url("../images/rightarrow-b.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.featureBlocks .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.featureBlocks .col-md-4:nth-of-type(1) .featureDetails {
    background: url("../images/team-img.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.featureBlocks .col-md-4:nth-of-type(2) .featureDetails {
    background: url("../images/meeting-img.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.featureBlocks .col-md-4:nth-of-type(3) .featureDetails {
    background: url("../images/feature-img.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

/* Actions Section
-------------------------------------*/
/*.actions {
    background: url("../images/bg-img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
}*/

.actions h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 35px;
}

.actions h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: arial;
    color: #1e90ff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.actions ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: arial;
    color: #3d3d3d;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
    position: relative;
    z-index: 1;
}

.actions ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 10px;
    color: #1e90ff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.testimonial p {
    font-size: 16px;
    font-weight: 600;
    font-family:arial;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.testimonial span {
    font-size: 16px;
    font-weight: 400;
    font-family:arial;
    color: #ffffff;
    font-style: italic;
    text-transform: capitalize;
    margin-top: 17px;
    display: block;
    position: relative;
    z-index: 1;
}

.actBox {
    padding: 30px 78px;
    position: relative;
}

.backBox {
    background-color: rgba(18, 31, 42, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.actBox .moreBtn {
    display: table;
    margin: 25px auto 0;
    position: relative;
    z-index: 1;
    border: 1px solid #1e90ff;
}

.actBox .moreBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
}

.actBox .moreBtn:hover a {
    color: #1e90ff;
}

.actBox .moreBtn:hover span {
    background: url("../images/rightarrow-nb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.actBox .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* features Section
-----------------------------------*/

.featureSection {
    background-color: #ffffff;
    padding: 50px 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
}



.featBox {
    background-color: #d9d9d9;
    padding: 20px 10px 40px 20px;
    height: 227px;
}

.featBox h5 span {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.featBox h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #404040;
    font-weight: 700;
    font-family:arial;
}

.featBox p {
    font-size: 16px;
    color: #404040;
    font-family: arial;
    font-weight: 400;
    padding-left: 20px;
    text-align: justify;
    margin-top: 10px;
}

/* Secure Section
------------------------------------*/

.secure-section {
    padding:10px 0 22px;
    /* background: url("../images/secure-bg.png"); */
    /*background-color: #f0f2f4 !important;*/
    background-color: #bddffe !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

body.page-id-315 .secure-section {
    padding:10px 0 12px;
}

body.page-id-315 .wizardForm .container .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

body.page-id-5 .secure-section {
    margin-top: 15px;
}

body.page-id-5 .secure-section, body.page-id-7 .secure-section,  body.page-id-11 .secure-section, body.page-id-16 .secure-section, body.page-id-9 .secure-section {
    padding: 15px 0 12px;
}

.secBox {
    /*background-color: #747677;*/
    /*    border: 1px solid #71b4c4;*/
    background-color: #2a3b4c;    
    display: inline-block;
    width: 100%;
}

.timeBox {
    padding: 9px 10px 2px 40px;
}

.timeBox span {
    width: 95px;
    height: 81px;
    float: left;.
    margin-right: 20px;
    margin-top: 15px;
}

.timeBox img {
    max-width: 70% !important;
}

.timeBox h5 {
    font-size: 19px;
    color: #ffffff;
    font-family: arial;
    font-weight: 600;
    padding: 9px 0 0px;
    margin-top: 5px;
}

.opendays {
    overflow: hidden;
}

.opendays h5 strong {
    font-weight: 600;
}

.securebox {
    padding: 20px;
}

/* Sign up Page
--------------------------------------*/

.wrapper .bannerDetail h1 {
    border-bottom: 1px solid #fff;
    display: inline;
}

.wrapper .mainbg {
    background: none;
}



.address-section {
    padding: 20px 0;
    background-color: #fff;
}

.addressBlock {
    background-color: #dddddd;
    padding: 40px 10px;

}

.addressBlock h3 {
    font-size: 30px;
    color: #454f5f;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.addressBlock p {
    font-size: 18px;
    color: #454f5f;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    line-height: 1.667;
}
.wizardForm{
    padding: 50px 0;
    /*background: url("../images/wizard-bg.png");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f8f8f8;
}


.home .wizardForm {
    padding: 50px 0;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    background: rgb(234,244,254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,244,254,1) 0%, rgba(67,162,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234,244,254,1) 0%,rgba(67,162,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234,244,254,1) 0%,rgba(67,162,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fe', endColorstr='#43a2ff',GradientType=0 ); /* IE6-9 */

}
.page-id-315 .wizardForm{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    background: rgb(234,244,254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,244,254,1) 0%, rgba(67,162,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234,244,254,1) 0%,rgba(67,162,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234,244,254,1) 0%,rgba(67,162,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fe', endColorstr='#43a2ff',GradientType=0 ); /* IE6-9 */
}

#rootwizard {
    background-color: #ffffff;
    border:1px solid #333;
}

#rootwizard .navbar-inner li {
    width: 50%;
    margin-left: 0;
    position: relative;
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg);
    transform: skewx(-20deg);

}

#rootwizard .navbar-inner li:after {
    content: '';
    width: 10px;
    background-color: #7fbffd;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 1000;
    right: 0;
}

#rootwizard .navbar-inner li:last-child:after {
    display: none;
}

#rootwizard .navbar-inner li:first-child:before {
    content: '';
    width: 12px;
    top: 0;
    bottom: 0;
    background-color: #1e7476;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

#rootwizard .navbar-inner li:last-child:before {
    content: '';
    width: 12px;
    top: 0;
    bottom: 0;
    background-color: transparent;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#rootwizard .navbar-inner li a {

    color: #99d2cb;
    font-size: 20px;
    text-transform: capitalize;
    font-family: arial;
    font-weight: 600;
    padding-left: 60px;
    border-radius: 0;
    overflow: hidden;

}

#rootwizard .navbar-inner li a span + span {
    -webkit-transform: skewx(20deg);
    -moz-transform: skewx(20deg);
    -ms-transform: skewx(20deg);
    -o-transform: skewx(20deg);
    transform: skewx(20deg);
    display: block;
}

#rootwizard .nav-pills {
    background-color: #2b7db7;
    overflow: hidden;
}

#rootwizard .navbar-inner li.active a,
#rootwizard .navbar-inner li a:hover {
    background-color: #2694df;
    color: #ffffff;
    position: relative;
}

#rootwizard .navbar-inner li:last-child.active:before,
#rootwizard .navbar-inner li:last-child:hover:before {
    background-color: #1e90ff;
}

#rootwizard .navbar-inner li a .numBox {
    background-color: #3262a0;
    position: absolute;
    left: -1px;
    top: -8px;
    bottom: 0;
    display: block;
    width: 40px;
    border-radius: 0px 0px 20px 20px;
    z-index: 100;
}

#rootwizard ul li a .numBox span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#rootwizard .navbar {
    border: none;
    margin-bottom: 0;
    border-bottom:1px solid #333;
}

.wizardForm .tabHead h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-family:arial;
    font-weight: 600;
    text-align: center;
    color: #404040;
    padding-bottom: 35px;
}

.wizardForm .tab-content {
    padding: 15px 10px 40px;
}

.wizardForm
.checkbox {
    padding-left: 20px;
}

.wizardForm .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.wizardForm .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    border-style: solid;
    border-width: 1px;
    border-color: #1e90ff;
    border-radius: 0;
}

.wizardForm .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.wizardForm .checkbox input[type="checkbox"] {
    opacity: 0;
}

.wizardForm .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.wizardForm .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #1e90ff;
    font-size: 20px;
    top: -10px;
}

.wizardForm .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.wizardForm .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #ffffff;
    cursor: not-allowed;
}

.wizardForm .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.wizardForm .checkbox.checkbox-inline {
    margin-top: 0;
}

.priceBox {
    border: 0px solid #cdcdcd;
    background-color: #1e90ff;
    border-radius: 30px 130px 30px 30px;
}

.priceBox:hover {
    background-color: #1e90ff;
}

.priceHead {
    font-size:18px;
    color: #fff;
    text-transform: none;
    font-family: arial;
    font-weight: 500;
    /*padding: 11px 10px 11px 50px;*/
    line-height: 21px;
    text-align: center;
    margin-left: -35px;
    padding: 11px 10px 11px 0;
}

.priceMid {
    background-color: #ffffff;
    border-radius: 30px 130px 29px 29px;
    padding: 20px 20px;
}

.priceMid:hover {
    background-color: #12394b;
    transition:all 0.5s;    
    /*background: linear-gradient(#42a2ff, #ebf5fe);*/
}

.priceMid:hover .priceDetail .priceFig {
    color: #fff;
}

.priceMid:hover .priceFigure .durat {
    color: #fff;
}

.priceMid:hover .tableTerms ul li {
    color: #fff;
}

.priceDetail {
    display: table;
    margin: 0 auto;
}

.priceBoxIn {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 6px solid #c0c0c0;
}

.priceDetail .dollar {
    font-size: 46px;
    color: #1e90ff;
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
}

.priceDetail .priceFig {
    color: #404040;
    font-size: 60px;
    font-family: 'AvantGarde-Demi';
    line-height: 1;
}

.priceFigure {
    overflow: hidden;
}

.priceFigure span {
    display: block;
}

.priceFigure .durat {
    font-size: 16px;
    text-transform: capitalize;
    color: #404040;
    font-family: 'AvantGarde-Demi';
    text-indent: 5px;
    line-height: 1;
}

.tableTerms ul li {
    font-size: 14px;
    font-family: arial;
    color: #404040;
    font-weight: 400;
    position: relative;
    padding-left: 33px;
    margin-top: 11px;
}

.tableTerms ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url("../images/checkblue.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 4px;
}

.priceMid:hover .tableTerms ul li:before {
    background: url("../images/checkwhite.png") no-repeat; 
}

.tableTerms ul li strong, .tableTerms ul li b {
    font-weight: 400 !important; 
}

.selectBx p {
    font-size: 17px;
    font-family: arial;
    color: #404040;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.selectBx .bootstrap-select .dropdown-menu {
    border-radius: 0;
}

.selectBx .bootstrap-select .dropdown-toggle {
    border-style: solid;
    border-width: 2px;
    border-color: #c0c0c0;
    width: 100%;
    height: 47px;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 16px;
    font-family: arial;
    color: #404040 !important;
    font-weight: 300;
    box-shadow: none !important;
    padding-right: 50px;
    background-color: #ffffff !important;
}

.selectBx .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: #404040;
}

.selectBx .dropdown-menu li a:hover span.text {
    color: #ffffff !important;
}

.selectBx.btn-group .dropdown-menu li a span.text {
    font-size: 16px;
    font-family: arial;
    color: #404040;
    font-weight: 600;
}

.selectBx .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.selectBx .bootstrap-select.btn-group .dropdown-toggle .caret {
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #454f5f;
}

.selectBx li:before {
    display: none !important;
}

.selectBx li {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.priceBox .moreBtn {
    border: 1px solid #1e90ff;
    display: table;
    margin: 25px auto 0;
}

.priceBox .moreBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
}

.priceBox .moreBtn:hover span {
    background: url("../images/rightarrow-nb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: none;
}

.priceBox .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none;
}

.mgt-button.mgt-button-icon-position-right i {
    display: none !important;
}

#rootwizard #tab1 .col-md-4:nth-of-type(2) .selectBx,
#rootwizard #tab1 .col-md-4:nth-of-type(3) .selectBx {
    margin-top: 49px;
}

.addHead {
    font-size: 32px;
    text-transform: capitalize;
    font-family:arial;
    font-weight: 600;
    text-align: center;
    color: #404040;
    padding: 35px 0;
}

.addBox {
    border: 1px solid #cdcdcd;
}

.addBox h4 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    background-color: #848a96;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

.addBox .dollar {
    font-size: 76px;
    color: #454f5f;
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
}

.addBox .priceFig {
    color: #404040;
    font-size: 99px;
    font-family: 'AvantGarde-Demi';
    line-height: 1;
}

.addBox .durat {
    font-size: 22px;
    text-transform: capitalize;
    color: #404040;
    font-family: 'AvantGarde-Demi';
    text-indent: 3px;
    line-height: 1;
}

.addBox .priceBoxIn {
    border-bottom: none;
    padding-bottom: 21px;
}

.addBox .moreBtn {
    margin-top: 0;
}

.addBox .moreBtn {
    border: 1px solid #1e90ff;
    display: table;
    margin: 0 auto 25px;
}

.addBox .moreBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
}

.addBox .moreBtn:hover span {
    background: url("../images/rightarrow-nb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.addBox .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-groups {
    margin-top: 40px;
}

.btn-groups .btn-group {
    display: table;
    margin: 0 auto;
}

.btn-groups .btn {
    /* padding: 0; */
    min-width: 171px;
    height: 60px;
    /* line-height: 59px; */
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-family: arial;
    font-weight: 600;
    background-color: #1e90ff;
    color: #ffffff;
    border-radius: 15px !important;
    box-shadow: none;
    margin: 0 15px;
}

.btn-groups .btn:focus {
    outline: none !important;
}

.btn-groups .btn.disabled {
    display: none;
}

/*========= Sign up page 2 ========*/

.signupBody .menuBar .navbar-default .navbar-brand{
    max-width: 442px;
    width: 100%;
    margin-left: -32px;
}
.wrapper .menuBar .navbar-default .navbar-brand{
    max-width: 442px;
    width: 100%;
}
.signupBody .bannerDetail h2{
    font-size: 30px;
}
.signupBody .bannerDetail p{
    font-size: 25px;
    border: 1px solid #1e90ff;
    max-width: 425px;
    text-align: left;
    margin: 0 auto;
    padding: 0 10px;
    background: #1e90ff;
    border-radius: 15px;
    text-transform: none;
}
.signupBody .bannerDetail h1{
    font-size: 38px;
    text-transform: none;
    margin-top:10px;
    margin-bottom:6px;
}

.signupBody .bannerDetail h6 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0px;
    color: #fff;
    font-weight: bold;
    background: #1e90ff;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 15px;
}

.signupBody .bannerDetail {
    /*width: 43%;*/
	/*width: 55%;*/
	width: 500px;
    text-align: center;
    /*    margin-left: 80px;
        margin-top: 10%;*/
    margin-top:0px;
}
.signupBody .bannerDetail .moreBtn{
    display: table;
    /*margin: 30px auto 0;*/
    position: relative;
    left: 153px;
    /*bottom: -80px;*/
    max-width: 185px;
    height: 50px;
    font-size: 22px;
    background: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    color: #fff !important;
    margin-top: 25px;
}

.signupBody .bannerDetail .moreBtn:hover {
    background: #1e90ff !important;
    border: 1px solid #1e90ff !important;
}

.quickMsg {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px;
}

.topHmeNYCTitle {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: -15px;
    font-weight: 600;
}

.prestige{
    /*    padding: 53px 0 75px;*/
    /*    background: url("../images/prestige-bg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left:0px !important;
    margin-right:0px !important;
    padding-bottom: 15px;
}

.prestige h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-family:arial;
    margin-bottom: 14px;
    margin-top: 12px;
}

.planinfo {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.prestige p{
    font-size: 17px!important;
    /*    color: #ffffff;*/
    font-family: arial;
    font-weight: 400;
    color:#000;
    text-align: justify !important;
}
.prestige .moreBtn{
    display: table;
    margin: 0px auto 0;
    position: relative;
    z-index: 1;
    border: 1px solid #1e90ff;
    margin-top: 15px;
}

.prestige .vc_column-inner {
    padding-top:10px !important;
}

.prestige .wpb_content_element {
    margin-bottom: 0px;
}

.prestige .moreBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
}

.prestige .moreBtn:hover a {
    color: #1e90ff;    
}

.prestige .moreBtn:hover span {
    background: url("../images/rightarrow-nb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.prestige .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*.plan-section{
    padding: 45px 0 30px;
}*/
.plan-section .col-md-4:nth-child(3) .priceBox .moreBtn,
.plan-section .col-md-4:nth-child(4) .priceBox .moreBtn{
    margin-top: 25px;
}
.plan-section .col-md-12 h3{
    font-size: 30px;
    text-transform: uppercase;
    color: #454f5f;
    text-align: center;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 35px;
}
.features-section .backBox{
    border-radius: 0;
}
.features-section h5{
    text-align: left;
}
.features-section h5 span{
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 7px;
}
.features-section{
    padding: 10px 0 10px;
}
.features-section .actBox {
    padding: 30px 35px;
    height: 415px;
    position: relative;
}
.features-section .actBox .moreBtn{
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.features-section .actBox .mb:before{
    display: none;
}
.signupBody .featureSection{
    padding: 15px 0 15px;
}

.moreInfo .vc_custom_1525870849431 {    
    padding-top: 30px !important;
}
.moreInfo h3{
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-family: arial;
    margin-bottom: 25px;
    line-height: 1;
}
.formInfo .form-control{
    width: 100%;
    height: 53px;
    border-radius: 3px;
    background-color: #ececec;
    border:1px solid #b7b7b7;
    box-shadow: none;
}
.formInfo .inputfld{
    width: 26.6%;
}
.formInfo .form-group:nth-of-type(2){
    margin-left: 7px;
    margin-right: 7px;
}

#CF5acf43f9b02f2_1-row-1 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-family: arial;
    font-weight: 400;
    text-transform: capitalize;
}
#CF5acf43f9b02f2_1-row-1 .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-family: arial;
    font-weight: 400;
    text-transform: capitalize;
}
#CF5acf43f9b02f2_1-row-1 .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-family: arial;
    font-weight: 400;
    text-transform: capitalize;
}
#CF5acf43f9b02f2_1-row-1 .form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-family:arial;
    font-weight: 400;
    text-transform: capitalize;
}

.formInfo .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #454f5f;
    font-family: arial;
    font-weight: 400;
    text-transform: capitalize;
}
.formInfo .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #454f5f;
    font-family: arial;
    font-weight: 400;
    text-transform: capitalize;
}
.formInfo .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #454f5f;
    font-family: arial;
    font-weight: 400;
    text-transform: capitalize;
}
.formInfo .form-control:-moz-placeholder { /* Firefox 18- */
    color: #454f5f;
    font-family:arial;
    font-weight: 400;
    text-transform: capitalize;
}
.formInfo .btnfld{
    width: 18%;
}
.formInfo .btnfld .moreBtn{
    margin-top: 0;
    padding: 0;
    margin-left: 7px;
    border:1px solid #1e90ff;
}

.formInfo .moreBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
}

.formInfo .moreBtn:hover span {
    background: url("../images/rightarrow-nb.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.formInfo .moreBtn span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url("../images/rightarrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.signupBody .plans-section{
    background: none;
}
.signupBody .plans-section h3{
    color: #454f5f;
}
.signupBody .plans-section .planBox .overlaybox{
    background-color: #ffffff;
}
.signupBody .plans-section .planBox:hover .overlaybox {
    background-color: rgb(37, 186, 169);
}
.signupBody .footerBox .footerLogo{
    max-width: 350px;
}
.signupBody .plans-section .planBox{
    border: 1px solid #b7b7b7;
}
.signupBody .plans-section .signBtn{
    width: 370px !important;
    max-width: 100%;
    border:1px solid #26baaa;
}
/*Enquiry Form
---------------------------------------*/

.modal-content {
    border-radius: 0;
    background-color: #020303;
    border: 6px solid rgba(255, 255, 255, 0.5294117647058824);
}
.page-id-315 .modal-content {
    border-radius: 0;
    background-color: #fff;
    border: 6px solid rgba(255, 255, 255, 0.5294117647058824);
}

.enquiryForm .modal-body {
    padding: 30px;
}

.enquiryForm h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    background-color: #1e90ff;
    border-radius: 4px;
    height: 43px;
    line-height: 43px;
}

.enquiryForm input {
    border-radius: 4px;
    height: 43px;
    line-height: 43px;
    background-color: #fff;
    font-size: 17px;
}

.enquiryForm textarea {
    border-radius: 4px;
    height: 80px;
    line-height: 43px;
    background-color: #fff;
    font-size: 17px;
}
.enquiryForm .form-group {
    margin-bottom: 0;
    margin-top: 20px;
}

.enquiryForm .enqSubmit {
    height: 43px;
    line-height: 43px;
    border-radius: 4px;
    background-color: #1e90ff;
    font-family:arial;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 0;
    width: 140px;
    font-size: 20px;
    box-shadow: none;
    border: 1px solid #1e90ff;
    margin: 0 auto;
    display: table;
}

.enquiryForm .enqSubmit:hover {
    background: #ffffff;
    color: #1e90ff;
}

.enquiryForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    font-family: arial;
    font-weight: 300;
}

.enquiryForm input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    font-family: arial;
    font-weight: 300;
}

.enquiryForm input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    font-family:arial;
    font-weight: 300;
}

.enquiryForm input:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    font-family: arial;
    font-weight: 300;
}

/* Placeholder for textarea */

.enquiryForm textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    font-family: arial;
    font-weight: 300;
}

.enquiryForm textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    font-family: arial;
    font-weight: 300;
}

.enquiryForm textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    font-family:arial;
    font-weight: 300;
}

.enquiryForm textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    font-family: arial;
    font-weight: 300;
}

.enquiryForm p {
    font-size: 14px;
    font-family: arial;
    text-align: center;
    font-weight: 200;
    color: #ffffff;
    line-height: 1;
    margin-top: 25px;
}

.enquiryForm p a {
    color: #1e90ff;
}

/*Footer Section
--------------------------------------*/

.footer {
    background-color: #1d192e;
    padding: 40px 0 25px;
}

.footerBox .footerLogo {
    max-width: 170px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.footer h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
}

.footer li a, .footer p, .footer p a {
    font-size: 15px;
    color: #ffffff;
    font-family: arial;
    font-weight: 400;
}

.footerBox p, .footerMenu ul li {
    margin-top: 10px;
}

.footer a:hover, .copyRight a:hover {
    color: #1e90ff;;
}

.footerMenu h5 {
    margin-bottom: 30px;
}

.footerSocial ul li {
    float: left;
    margin-right: 10px;
}

.footerSocial ul li:last-child {
    margin-right: 0;
}

.footerSocial h5 {
    margin-bottom: 15px;
}

.footerSocial ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #9c9aa3;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #1d192e;
    font-size: 28px;
    border: 1px solid #8d949e;
    cursor: auto;
}

.footerSocial ul li a:hover {
    background-color: #e9ecef;
    color: #8d949e;
}

.footerSocial ul {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
}

.footerSocial p {
    margin-bottom: 15px;
}

.footerSocial form input {
    height: 35px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.footerSocial .moreBtn {
    width: 142px;
    height: 41px;
    line-height: normal;
    margin-top: 20px;
    border: 1px solid #1e90ff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
    color: #ffffff !important;
    outline: none;
    box-shadow: none;
    background-color: #1e90ff !important;
}

.footerSocial .moreBtn:hover {
    background-color: #ffffff !important;
    color: #1e90ff !important;
}

.copyRight {
    padding: 25px 0;
    background-color: #1d192e;
}

.copyRight p, .copyRight a {
    font-size: 14px;
    color: #ffffff;
    font-family:arial;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.menuBar{
    background: #0a0616;
    background: url(../images/topheader.jpg);
    background-size: cover;
}
.grdbck{
    background: #ebf5fe; /* For browsers that do not support gradients */
    background: linear-gradient(#ebf5fe, #42a2ff); /* Standard syntax (must be last) */
}
.imgHolderprice img{
    margin: 0 auto;
    max-width: 25%;
}
.imgHolderprice{
    padding-bottom: 15px;
}
.pd2{
    padding: 0 2%;  
    margin-left: -2px;
}


/* Added on 11 may 2018 for signup page*/

.nopadd{
    padding:0 !important; 
}

.formhd{
    background:#808a93;
    padding:10px 20px;
    color:#fff;
    font-size:25px;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    margin:0 5px 30px;

}

.gradienthd{
    text-align:center;
    font-size:18px;
    font-weight:700;
    padding:5px;
    margin:10px 10px;


    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


.radiotitle{
    font-size:19px;
    font-weight:700;
    text-align:center;
}


#radioBtn a{
    font-size:55px;

    font-family: 'AvantGardeITCbyBT-Book';
    width:90%;

    margin:10px  5%;
}
#radioBtn a strong{

    font-family: 'AvantGarde-Demi';

}
#radioBtn span{
    display:block;
    text-align:right;
    font-size:30%;

    font-family: 'AvantGarde-Demi';
    margin-top:-20px;


}

#radioBtn .notActive {
    color: #404040;
    background:#fff;
    border:2px solid #1e90ff;
    padding:10px 20px 30px;
    border-radius:5% 40% 5% 40%;
}


#radioBtn .btn-primary.active, #radioBtn.btn-primary:active, #radioBtn .open > .dropdown-toggle.btn-primary{
    background:#7dbefe;
   /* background:#12394b;*/
    border:2px solid #1e90ff;
    padding:10px 20px 30px;
    border-radius:5% 40% 5% 40%;
    box-shadow:none;



}


.rightborder{
    border-right:2px solid #1e90ff;}


.radiosection{
    font-size:20px;
    margin:0 30px;
    font-weight:400 !important;
}

.radiosection label{
    font-weight:600 !important;
    text-align:left;
}



.checkboxsection{
    font-size:18px;
    margin:0 30px;
    font-weight:400 !important;
    /*display: none;*/
}

.checkboxsection label{
    font-weight:600 !important;
}

.checktbl th{
    font-size:18px;
    padding:5px;

    font-weight:900;}

.checktbl td{
    padding:5px;
}

.payby{
    background:#d9dada;
    font-size:25px;
    font-weight:700;
    text-align:center;
    padding:5px;
    margin:10px 5px;
    text-transform:uppercase;
    margin-bottom:30px;

}

.paybtn{
    background:#2f98ff;
    box-shadow:0 -5px 15px #115393 inset;
    padding:10px 20px;
    color:#fff;
    font-size:25px;
    font-weight:700;
}

.billingtbl{
    margin:30px auto;
    width:90%;
    font-size:18px;
    font-weight:700;

}
.billingtbl th{
    padding:20px 0;
    font-size: 16px;
}

@media all and (-ms-high-contrast:none) {     
     *::-ms-backdrop, .billingtbl th { font-weight: 600 !important; } /* IE11 */
}

.billingtbl td{
    border-bottom:2px solid #1e90ff;
    font-size: 16px;
    padding:25px 10px;


}
.graybg{
    background:#d9dada;}

.rowborder1{
    border:1px solid #1e90ff;
    border-bottom:none;}
.rowborder{
    border-left:1px solid #1e90ff;
    border-right:1px solid #1e90ff;}


.discount{
    color:#1e90ff;
}


.tabtitle{
    background:#bebebe;
    border-radius:0px;
    padding:10px;
    text-align:center;
    font-weight:600;
    font-size:24px;
    margin:0 0px 15px;
    text-transform: uppercase;
}

.infoform{
    margin:0 40px;}
.inpt{
    padding:5px 10px;
    width:100%;
    border:1px solid #ccc;
    height:40px;
    margin:0 0 20px;
    font-weight: 600;
}

.bluline{
    padding:10px 10px 0 10px;
    text-align:center;
    color:#1e90ff;
    font-weight:600;
    font-size: 20px;
}


.drag{
    background:#f3f3f3;
    padding:20px;
    margin:0 -10px;
    position:relative;
}


/* layout.css Style */
.upload-drop-zone {
    height: 100px;
    border-width: 2px;
    margin:0 30px 20px;

}

/* skin.css Style*/
.upload-drop-zone {
    color: #333;
    border-style: dashed;
    border-color: #ccc;
    line-height: 100px;
    padding-left:10px

}
.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}

.drag i, .drag span{
    display:inline-block;
    vertical-align:middle;
}

.uploadfile{
    position:absolute;
    top:60px;
    right:200px;

}

.uploadfile input{
    display:inline-block;
}

.tbl{
    border:1px solid #ccc;
    border-collapse:collapse;
    font-size:18px;
}

.tbl td, .tbl th{
    border:1px solid #ccc;
    border-collapse:collapse;
    padding:10px;
}

.tbl th{
    color:#fff;
    text-transform:uppercase;
    background:#1e90ff;
}

.bluline2{
    padding:20px;
    text-align:center;
    text-transform:uppercase;
    font-size:18px;
    font-weight:700;
    color:#1e90ff;}

.tbl2{
    font-size:18px;
}

.tbl2 span{
    font-size:18px;
    color:#1e90ff;
}
.hideme{
    display: none;
}
.boldft{
    font-weight: 600;
}
.singuppkd .moreBtn{
    display: table;
    margin: 30px auto 30px;
    border: 1px solid #1e90ff;
    max-width: none;
    width: auto;
    padding: 0 20px;
}
.singuppkd .moreBtn span{ 
    vertical-align: middle;
    display: inline-block;
    margin-left: 17px;
    height: 18px;
    background: url(../images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.singuppkd .moreBtn:hover {
    background-color: #ffffff;
    color: #1e90ff;
}
.singuppkd .moreBtn:hover span{
    background: url(../images/rightarrow-nb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.singnatr{
    margin-top: 25px !important;
}
.singnatr .inpt {
    width: 60%;
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 30px;
    vertical-align: sub;
}
.singnatr label{
    display: block;
}
.singnatr .moreBtn{
    display: inline-block;
    margin: 0;
    border: 1px solid #1e90ff;
    max-width: none;
    width: 20%;
    height: 40px;
    margin-left: 5px;
    padding: 0;
    line-height: 40px !important;
}
.singnatr .moreBtn span{ 
    vertical-align: middle;
    display: inline-block;
    margin-right: 17px;
    height: 18px;
    background: url(../images/leftarrowwhte.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    margin-top: -2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Credit Crad */

.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    overflow: hidden;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    /*line-height: 40px;*/
    /*height: auto;*/
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 100%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}
.creditCardForm .expd, .creditCardForm .expy{
    width: 49%;
    display: inline-block;
}
.creditCardForm .expd{  
    margin-right: 5px;
}

.creditCardForm #expiration-date{
    width: 100%;
}
.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #1e90ff;
    color: white;
}

.creditCardForm .payment select {
    /*    padding: 10px;
        margin-right: 15px;*/
}
.creditCardForm .payment.paypal{
    float: none;
}


.transparent {
    opacity: 0.2;
}

.mrgnLftSpc {
    margin-left: 45px;
}

.mrgnRgtSpc {
    margin-left: -45px;
}

@media(min-width: 768px) and (max-width: 991px) { 
    .mrgnLftSpc {
        margin-left: 0px;
        height: 300px;
    }
}

@media(min-width: 320px) and (max-width: 767px) { 
    body.home .bannerDetail {
        margin-top: 0px !important;
    }

    .creditCardForm .payment, .creditCardForm #pay-now {
        margin-top: 0px;
    }

    .creditCardForm .error {
        font-size: 15px;
    }
    
     body.home .bannerDetail h2,  body.home .bannerDetail p, body.home .bannerDetail h1 {
        text-shadow: 1px 1px 1px #fff;
        color: #000 !important;
    }

    body.home .bannerDetail p {
        color: #fff !important;
        text-shadow: none !important;
    }

    .priceDetail .dollar {
        margin-top: -2px !important;
        font-size: 72px !important;
    }

    body.home .signupBody .bannerDetail h6 {
        font-size: 20px;
        margin-top: 11px;        
        line-height: 30px;
    }


    .creditCardForm .expd {
        width: 47%;
    }

    .creditCardForm #card-number-field {
        width: 100%;
    }

    .creditCardForm .payment {
        padding: 10px 10px;
    }

    .quickMsg {
        font-size: 17px;
        color: #000;
    }

    .planinfo .vc_custom_heading {
        line-height: 32px;
    }

    .plan-section .pd2 {
        margin-bottom: 20px !important;
    }

    .plan-section .vc_column-inner, .prestige .vc_column-inner {
        padding-top: 0px !important;
    }

    .priceBox .moreBtn {
        margin-top: 20px !important;
    }

    .wrapper .bannerDetail h1 {
        display: inherit;
    }

    .topbar .socialBar {
        position: relative;
        right: inherit;
        margin-top: 0;
    }

    .banner img,
    .signupBody .banner img,
    .wrapper .banner img{
       height:auto;
      object-fit: contain;
    }

    .clientbtn .vc_btn3.vc_btn3-size-lg {
        font-size: 20px !important;
    }    

    .infoSubmit {
        display: table !important;
        margin:0 auto !important;
    }

    body.home .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
        padding-top: 0 !important;
    }

    .uploadfile {
        margin-bottom: 30px;
        text-align: center;
        position: inherit !important;
    }
    .govtid {
        margin: 10px 5px !important;
        padding: 20px 20px !important;
    }

    body.page-id-315 .btn-groups .btn {
        width: 280px !important;
        font-size: 18px !important;
        margin: 0 auto !important;
        float: none !important;
        margin-bottom: 15px !important;
    }

    body.page-id-315 .btn-group {
        text-align: center;
    }

    body.page-id-315 .tabtitle {
        margin-bottom: 20px !important;
    }

    #rootwizard td, #rootwizard th {
        padding: 5px !important;
    }

    .sgnInpt {
        width: 100% !important;
        margin: 12px 0;
    }
}

@media(max-width:320px) {
    .creditCardForm .expd {
        width: 46%;
    }

    .creditCardForm .payment {
        margin-top: 0px;
    }
}

@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}

.successBx1 .asvc-notification, .successBx2 .asvc-notification  {
    display: none;
}

.error{
    color: #a94442;
    font-weight: 600;
}
.home .bannerMain {
top: 30px !important; 
    bottom: 0% !important;
}
.page-id-315 .inpt::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.page-id-315 .inpt:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.page-id-315 .inpt::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

#CF5acf43f9b02f2_1-row-1 .col-sm-3 {
     width: 27% !important;
}

#CF5acf43f9b02f2_1-row-1 .last_col {
    width: 18% !important;
    padding: 0 !important;
    position: relative;
    right: -25px;
}

.asvc-notification {
    border: 1px solid #1e90ff !important;
    padding: 13px 0 13px 13px !important;
}

.asvc-notification p, .asvc-notification label, .asvc-notification label:hover, .asvc-notification label:focus, .asvc-notification label.active {
    color: #333 !important;
    outline: none;
}

.asvc-notification .fa-circle-o:before {
    color: #333 !important;
}

.features-section {
    background: #f8f8f8 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.serviceWrap .vc_column-inner  {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mailForwarding, .mailScanning, .mailReceiving, .voiceMail, .faxToEmail, .licessePosting, .mittingRoom {    
    display: none;
}

.serviceWrap .vc_column-inner {
    padding-top: 15px !important;
}

body.page-id-5 .vc_column-inner {
    padding-top: 20px !important;
}

body.page-id-5 .vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.features .owl-carousel  {
    /*display: none;
    position: relative;
    left: 0 !important;*/
}

#eachrow1 .vc_custom_1526562495702 {
    margin-top: 0 !important;
}

#eachrow2 {
    margin-bottom: 15px !important;
}

body.page-id-7 .banner, body.page-id-16 .banner {
    display: none !important;
}

body.page-id-7 {
    padding-bottom: 25px !important;
}

.btndomestic button, .btnforwarding button {
    font-size: 16px  !important;
    font-weight: 600;
    border: 1px solid #454f5f;
}

.btndomestic button:hover, .btnforwarding button:hover {
    background-color: #fff !important;
    color: #1e90ff !important;
    border: 1px solid #1e90ff !important;
    font-weight: 600;
    font-size: 16px;
} 

#testimonialsbox {
     
}

.postReviewWrp {
    background-color:#f0f2f4 !important;
}

.postReviewWrp .vc_custom_1526745427017 {
    padding-bottom: 25px !important;
    background: #1e90ff;
    color: #fff !important;
    padding-top: 20px;
    margin-bottom: 18px;
    margin-top: -34px;
    margin-left: -15px;
    margin-right: -15px;
}

.page-id-16 .vc_custom_1527683190730 {
    background: #1e90ff;
    color: #fff !important;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 0 !important;
}

body.page-id-9 .vc_custom_1527683320777 {
    background: #1e90ff;
    color: #fff !important;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 0 !important;
    margin-bottom: 25px;
    margin-top: -33px;
}

.askDiferentQue .vc_custom_1526745427017 {
    padding-bottom: 25px !important;
    background: #1e90ff;
    color: #fff !important;
    padding-top: 20px;
    margin-bottom: 18px;
    margin-top: -34px;
    margin-left: -15px;
    margin-right: -15px;
}

.postReviewWrp h2 {
    font-size: 25px !important;
}


.postReviewWrp .moreBtn {
    background: #1e90ff !important;
    border: 1px solid #1e90ff;
}

.postReviewWrp .moreBtn:hover {
    background: #fff !important;
    border: 1px solid #1e90ff;
    color:#1e90ff !important; 
}


.whtOrClntSay .vc_column-inner {
    padding-top:75px;
} 

.whtOrClntSay button {
     margin-top:70px;
}

.whtOrClntSay  .vc_custom_1526045871148 {
    margin-top: -40px !important
}

.contact-gmap-div .vc_column-inner {
    padding-left: 0 !important;
    padding-right:0 !important;
}

.contactphone .wpb_single_image .vc_single_image-wrapper {
    max-width: 75% !important;
}

body.page-id-16 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 20px !important;
}

body.page-id-16 .wpb_content_element {
    margin-bottom: 0 !important; 
}

.getInTouch .vc_custom_1527164959581 {
    padding-bottom: 25px !important;
    background: #1e90ff;
    color: #fff !important;
    padding-top: 20px;
    margin-bottom: 18px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
} 

.askDiferentQue .vc_custom_1527167253672 {
    padding-bottom: 25px !important;
    background: #1e90ff;
    color: #fff !important;
    padding-top: 20px;
    margin-bottom: 25px;
    margin-top: -32px;
    margin-left: -15px;
    margin-right: -15px;
} 

body.page-id-9 #fld_7683514_1 {
    margin-bottom: 20px !important;
}

body.page-id-9 #fld_7908577_1-wrap input:hover {
    background: #fff !important; border: 1px solid #1e90ff !important; color: #1e90ff !important;
}

body.page-id-16 #fld_7908577_1-wrap .moreBtn:hover {
    background: #fff !important; border: 1px solid #1e90ff !important; color: #1e90ff !important;
}

.askDiferentQue .wpb_content_element {
     margin-bottom: 2px !important;
}

.btnSignUpNowHme {
    bottom: 112px !important;
}

.ORTxt .asvc-info-box-top {
    background: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 77px;
}


.ORTxt .asvc-info-box-top h4 {
    color: #333 !important;
    font-weight: 600;
}

body.page-id-7 .serviceicobox .asvc-info-box-style-3 {
    background-color: #eaf4fe !important;
}

body.page-id-5 .serviceicobox .asvc-info-box-style-3 {
    background-color:#91c8ff !important; 
}


body.page-id-7 .serviceicobox .asvc-info-box-style-3:hover, body.page-id-5 .serviceicobox .asvc-info-box-style-3:hover {
    background-color: #fff !important;
}

body.page-id-7 .serviceicobox .asvc-info-box-style-3 h4 {
   font-size: 30px !important;
}

body.page-id-7 .vc_custom_1526032334444 {
    margin-top: 0px !important;
}

.internationalTpBx .vc_column-inner  {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

body.page-id-7 .vc_custom_1527147865231 {
    padding-bottom: 0px !important; 
}
.titleHowItWrk .wpb_content_element {
    padding-bottom: 0 !important;
}

.hdeSgnUpNow {
    display: none;
    height: 0;
}

body.page-id-9 .clientbtn {
    /*display: none;*/
}

.faqbtn button:hover {
    /*background-color: #fff !important;
    color: #1e90fe !important;
    border: 1px solid #1e90fe !important;*/
}

.threearrow {
    margin-top: 0;
    text-align: center;
}
.bdrtmc {
    border: 3px solid #1e90ff;
    margin: 10px 30px;
    padding: 20px 40px;
}
.termscd li {
    list-style: disc inside;
}
.termscd li:last-child {
    list-style: none;
}
span.tbcricle {
    border: 2px solid;
    border-radius: 50px;
    padding: 1px;
}

.complete {
    display: none;
}

.yurAddrsBx h2, .yurAddrsBx h3 {
   /* color: #fff !important;*/
   color: #000 !important;
}
.yurAddrsBx h3 span{
    color: #000 !important;
}

body.page-id-315 .banner {
    display: none;
}

/* Show More/Show less style starts here */
#profile-description {
    position:relative;
}
#profile-description .text {
    margin-bottom: 5px; padding: 0 15px; position:relative; font-family: Arial; display: block;
}
#profile-description .show-more {
    position:relative; font-size: 16px; padding-top: 15px; text-align: center; cursor: pointer;
    width: 196px; height: 55px; background: #1e90fe; color: #fff; font-weight: 600;
    border-radius: 15px; text-align: center; text-transform: uppercase;
    margin:0 auto; margin-top: 15px;
    border: 1px solid #1e90fe;
}
#profile-description .show-more:hover { 
    background: #fff; border: 1px solid #1e90fe; color: #1e90fe;  
}
#profile-description .show-more-height { height: 122px; overflow:hidden; }
/* Show More/Show less style ends here */

.displynne {
    display: none !important;
}

.container {
    max-width: 1000px;
    width: 100%;
}

.paddingLft0 {
    padding-left: 0 !important;
}

.hmeArrw {
    text-align:center; 
    margin: 0 auto;
    display: table;
    margin-top: 10px; 
    margin-bottom: -37px;
}

.hmeArrw img {
    width: 100%;
    height: auto;
}

body.page-id-315 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 20px !important;
}

body.page-id-315 .wpb_content_element {
    margin-bottom: 20px !important;
}

#caldera_form_2 .row{
    width: auto !Important;
}

#menu-mainmenu #menu-item-1088, #menu-mainmenu #menu-item-1102 {
    display: none;
}

.uldOrSbmtTitle {
    text-align: center;
    margin: 0 auto;
    display: table;
    padding-bottom: 10px;
    font-weight: bold;    
}

.mob-foot{display:none;}

.btn-outer-box{background-color:#bddffe!important;  margin-bottom: 35px!important;}

.black-btn{background-color:#bddffe!important; padding:20px 0!important;  margin-bottom: 0!important;}

.black-btn a {
    max-width: 195px;
    width: 100%;
    height: 55px;
    background-color: #404040!important;
    display: block;
    border-radius: 15px !important;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px!important;
    color: #ffffff!important;
    
    font-family: arial;
    font-weight: 600;
	box-shadow:none!important;
	border: 1px solid #404040;
}

.black-btn a:hover {
	background:none!important;
    border: 1px solid #1e90ff!important;
	background-color: #fff!important;
	color:#1e90ff!important;
}

/*.button-next {
    display: none;
}

*/
/*.gradienthd{
    display: none !important;
}
.checkboxsection{
     display: none !important;
}*/


/* css added 22oct2019 */


/*.hdeMailRcng{
   border: 0px solid #cdcdcd;
   background-color: #1e90ff;
   border-radius: 30px 130px 30px 30px;
   padding: 0px;
}


.hdeMailFrwrdng{
   border: 0px solid #cdcdcd;
   background-color: #1e90ff;
   border-radius: 30px 130px 30px 30px;
   padding: 0px; 
}
.hdeMailScning{
   border: 0px solid #cdcdcd;
   background-color: #1e90ff;
   border-radius: 30px 130px 30px 30px;
   padding: 0px;   
}
.radiotitle .hdeMailFrwrdng{
    width: 32%;
    margin-right: 2%;
    margin-left:2%;
}
.radiotitle .hdeMailRcng{
    width: 32%;
    
}
.radiotitle .hdeMailScning{
    width: 32%;
   
}
#radioBtn a{
    border-radius: 30px 130px 30px 30px !important;
    margin:0px !important;
    width: 100% !important;
}

.radiotitle.btn-group .col-sm-4 p:first-child{
    color: #fff !important;
    padding: 10px 0px;
}

#radioBtn .btn-primary.active{
  color:#1e90ff;
}
#radioBtn .btn-primary.active:hover{
  color:#1e90ff !important;
}

#radioBtn .btn-primary.active strong{
    color: #fff;

}


#radioBtn .btn-primary.active span{
   color: #fff;
}

#radioBtn .btn-primary.notActive{
  color:#1e90ff;
}
#radioBtn .btn-primary.notActive:hover{
  color:#1e90ff !important;
}

#radioBtn .btn-primary.notActive strong{
    color: #000;

}


#radioBtn .btn-primary.notActive span{
   color: #000;
}
.rightborder{
    border-right:0px !important;
}*/

.checkboxsection {
    display: none !important;
}

.checkboxsection table tr:nth-child(1) {
    display: none;
}

.checkboxsection table tr:nth-child(2) {
    display: none;
}

.checkboxsection table tr:nth-child(3) {
    display: none;
}

.checkboxsection table tr:nth-child(4) {
    display: none;
}

.checkboxsection table tr:nth-child(5) {
    display: none !important;
}

.checkboxsection table tr:nth-child(6) {
    display: none !important;
}

.checkboxsection table tr:nth-child(7) {
    display: none !important;
}

.checkboxsection table tr:nth-child(14) {
    display: none !important;
}

.checkboxsection table tr:nth-child(13) {
    display: none !important;
}

.inforFrm {
    display: none;
}

.button-previous {
    display: none;
}

.button-finish {
    display: none;
}

.billingFrmFullDiv {
    width: 100%;
}

#addNameListDiv {
    display: none;
}

#forwardingDiv {
    display: none;
}

#scanningDiv {
    display: none;
}

.planThirty {
    display: none;
    width: 96%;
    margin: 0px 20px 0px;
    padding: 0px 4px !important;
    float: left;
    /* background: #f3f3f3;*/
}

.planThirty label {
    font-size: 16px;
    font-weight: 600;
}

.govermentDiv {
    width: 96%;
    margin: 0px 20px 0px;
    padding: 0px 4px !important;
    float: left;
}

.govermentDiv label {
    font-size: 16px;
    font-weight: 600;
}

.planThirtyDiv {
    /*  border: 3px solid #1e90ff;*/
    padding: 5px 0px 20px;
    float: left;
    width: 100%;
}

.planFourty {
    display: none;
    width: 96%;
    margin: 0px 20px 0px;
    padding: 0px 4px !important;
    float: left;
    /*background: #f3f3f3;*/
}

.planFourty label {
    font-size: 16px;
    font-weight: 600;
}

.planFifty {
    display: none;
    width: 96%;
    margin: 0px 20px 0px;
    padding: 0px 4px !important;
    float: left;
    /* background: #f3f3f3;*/
}

.planFifty label {
    font-size: 16px;
    font-weight: 600;
}

.optionalShow {
    display: none;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

.page-template-sign-up-temaplate .billingStart {
    padding-left: 0px !important;
    padding-bottom: 10px !important;
    /* font-size: 13px !important;*/
}

.billingStartRight {
    text-align: right;
}

.showDeposit {
    display: none;
}

#mailforwardingservicethirty {
    display: inline-table;
}

#mailscanningservicethirty {
    display: inline-table;
}

span#mailforwardingservicefourty {
    display: none;
}

span#mailforwardingservicefifty {
    display: none;
}

.addNone {
    display: none;
}

.page-template-signupaccrodian-template .banner {
    display: none;
}

.accordianDesktop .radiotitle {
    width: 100%;
}

.accordianDesktop .radiosection label {
    border: 1px solid #1e90ff;
    padding: 1% 3%;
    border-radius: 5px;
}

.accordianDesktop .checkround {
    top: 10px;
    left: 4px;
}

.accordianDesktop .radiosection {
    margin: 0px !important;
}

.accordianDesktop .hdeMailRcng {
    background: #1d192e;
    border: 1px solid #1e90ff;
    border-radius: 5px;
    width: 29%;
}

.accordianDesktop .radiotitle.btn-group .col-sm-4 p:first-child {
    font-size: 20px;
    color: #fff;
    padding: 20px 0px;
}

p.walk {
    padding: 20px 0px;
    font-size: 18px;
    color: #fff;
}

.accordianDesktop .hdeMailFrwrdng {
    background: #1d192e;
    border: 1px solid #1e90ff;
    border-radius: 5px;
    width: 29%;
    margin: 0 6.5%;
}

.accordianDesktop .hdeMailScning {
    background: #1d192e;
    border: 1px solid #1e90ff;
    border-radius: 5px;
    width: 29%;
}

.completedDesktop {
    background: url("../images/plan-icon-green.jpg") no-repeat left;
    display: block;
    height: 60px;
}

.hideFrd {
    display: none;
}

#mailforwardingservice {
    display: none;
}

#mailscanningservice {
    display: none;
}

.nycFive {
    display: none;
}

.nycTwo {
    display: none;
}

.nycThree {
    display: none;
}

.nycFour {
    display: none;
}

#termsCnd .modal-content {
    background: #fff !important;
    border: 6px solid rgba(255, 255, 255, 0.5294117647058824);
}

#termsCnd .modal-content ul li {
    list-style: disc;
    margin: 5px 5px 10px 10px;
}

#termsCnd .modal-content ul li span {
    color: #ff0010;
}

#creditcard .modal-content {
    background: #fff !important;
    border: 6px solid rgba(255, 255, 255, 0.5294117647058824);
}

input .button-finish {
    text-transform: uppercase;
}

.page-template-sign-up-temaplate .inpt {
    margin-bottom: 0px !important;
}

.page-template-sign-up-temaplate .banner {
    display: none;
}

.page-template-sign-up-temaplate .rightborder {
    border-right: 0px !important;
}

.accordianDesktop .steps-plan span {
    font-size: 22px;
    font-weight: 600;
}

.accordianDesktop .rightborder {
    border-right: 0px !important;
}

.btnwrapper .button-finish {
    background: #2f98ff;
    box-shadow: 0 -5px 15px #115393 inset;
    padding: 10px 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 15px;
}

.btnwrapper .paybtn {
    background: #2f98ff;
    box-shadow: 0 -5px 15px #115393 inset;
    padding: 12px 20px;
    color: #fff;
    font-size: 25px !important;
    font-weight: 700;
    border-radius: 15px !important;
}

label.error_new {
    color: red;
}

.error {
    color: red !important;
}

.planThirtyDiv .col-sm-12 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    /*border: 1px solid #1e90ff;*/
    padding: 1% 2%;
    border-radius: 5px;
}

.planThirtyDiv .labelQuest {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.planThirtyDiv .col-sm-12 label {
    position: relative;
    width: 100px;
}

.planThirtyDiv .col-sm-12 input {
    margin-right: 5px;
}

.depositNew {
    border-bottom: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.infoform sup {
    color: red;
    font-size: 20px;
    vertical-align: bottom;
    line-height: 3px;
}

#rootwizard div.btnwrapper .col-sm-6 {
    text-align: center !important;
    font-size: 18px;
}

.btnPaypal {
    background: url("https://www.nycvirtualoffice.com/wp-content/themes/nymail/images/PayPal2.png") no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 63px;
    background-position: bottom;
    opacity: 1;
}

.btnPaypal input {
    display: inline-block;
    opacity: -1 !important;
    font-weight: 600;
    line-height: 1.25;
    box-shadow: 0 -5px 15px #115393 inset !important;
    cursor: pointer !important;
    text-transform: uppercase;
    opacity: -1;
}

.btnwrapper a {
    color: #000 !important;
}

#signupForm .inpt {
    font-weight: 600 !important;
}

#loadingGif {
    height: 100%;
    top: 0px;
    left: 0;
    position: fixed;
    opacity: 0.7;
    background-color: #000;
    text-align: center;
    z-index: 100;
    width: 100%;
}

#loadingGif img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25%;
}

.infoform .col-sm-12 {
    margin-bottom: 15px !important;
}

.infoform .col-sm-6 {
    margin-bottom: 15px !important;
}

.infoform .col-sm-12 label {
    line-height: 25px !important;
    font-weight: 600;
    margin-bottom:0px !important;
    font-size: 16px;
}

.infoform .col-sm-6 label {
    line-height: 25px !important;
    font-weight: 600;
    margin-bottom: 0px !important;
    font-size: 16px;
}

.planFourty label {
    /* font-weight: 400 !important;*/
    font-size: 16px !important;
}

.planFifty label {
    /*font-weight: 400 !important;*/
    font-size: 16px !important;
}

.govermentDiv {
    font-weight: 400 !important;
    color: red;
    padding-left: 9px !important;
}

.govermentDiv label {
    font-weight: 400 !important;
}

span.walkDis {
    display: none !important;
}

.priceText span.walkDis {
    display: block !important;
}

.wrpPayBtn {
    width: 186px;
    height: 65px;
    margin: 0 auto;
}

span .error_new {
    display: none !important;
}

.page-template-sign-up-temaplate .modal-title {
    font-size: 20px;
    font-weight: 500;
}

.page-template-sign-up-temaplate .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.page-template-sign-up-temaplate .creditCardForm .payment {
    margin-top: 0;
}

.page-template-sign-up-temaplate .creditCardForm label {
    margin-bottom: 2px;
    font-weight: 500;
}

.page-template-sign-up-temaplate .creditCardForm #pay-now {
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-sign-up-temaplate .error {
    font-weight: normal;
    font-size: 12px;
}

.page-template-sign-up-temaplate .form-control.error {
    font-size: 14px;
}

.page-template-sign-up-temaplate .creditCardForm .payment {
    padding: 0px 25px;
}

.page-template-sign-up-temaplate .modal-header .close {
    position: absolute;    
    right: 20px;
    top: 20px;
}

.page-template-sign-up-temaplate .modal-header .close {
    position: absolute;
    right: 20px!important;
    top: 20px;
}

.page-template-sign-up-temaplate .billingtbl td {
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 1px solid #1e90ff;
}

.page-template-sign-up-temaplate label.error_new {
    font-size: 12px;
}

.page-template-sign-up-temaplate .infoNewsign {
    display: inline-table;
    width: 100%;
    font-size: 18px !important;
    text-align: center !important;
    font-weight: 500 !important;
}

.page-template-sign-up-temaplate .btnwrapper {
    margin-bottom: 20px;
}

.page-template-sign-up-temaplate .secure-section {
    margin-top: 15px !important;
}

.planThirtyDiv label{
    cursor: pointer;
}

.planThirtyDiv .checkround {
    top: 3px;
    left: -1px;
    width: 17px;
    height: 17px;
   
}


/* On mouse-over, add a grey background color */

.planThirtyDiv label:hover input~.checkround {
    background-color: #000000;
}


/* When the radio button is checked, add a blue background */

.planThirtyDiv input:checked~.checkround {
    background-color: #000000;
}

 
/* Create the indicator (the dot/circle - hidden when not checked) */

.planThirtyDiv:after {
    content: "";
    position: absolute;
    display: none;
}
 

/* Show the indicator (dot/circle) when checked */

.planThirtyDiv  input:checked~.checkround:after {
    display: block;
}

 .planThirty label {
    /*font-weight: 400 !important;*/
    font-size: 15px !important;
}


/* Style the indicator (dot/circle) */

.planThirtyDiv .checkround:after {
    top: 9px;
    left: 9px;
    /*width: 8px;
    height: 8px;*/
    border-radius: 50%;
    background: white;
}

.page-template-sign-up-temaplate .btnwrapper a{
    font-weight: 600;
}

.page-template-sign-up-temaplate #paypal{
     font-weight: 600;
}

/*css for offer */
.wrpOffer{
    float: left;
    margin: 26px 0px 0px;
    width: 100%;

}
.lftOfferImg{
    float: left;
    -webkit-box-shadow: 3px 3px 7px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 7px 0px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 7px 0px #ccc;
    width: 48%;

} 
.lftOfferImg img{
    width: 100%;
}
.rgtOfferImg{
    float: right;
    -webkit-box-shadow: 3px 3px 7px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 7px 0px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 7px 0px #ccc;
    width: 48%;

}
.rgtOfferImg img{
    width: 100%;
}

.clr{
    clear: both;
}

@media only screen and (max-width: 850px) and (min-width: 765px)  {
.h1text{
    font-size: 32px !important;

}
.h2text{
    font-size: 18px !important;
}
.imageText{
    font-size: 16px !important;
}
.picSignUp .vc_btn3 {
    font-size: 16px !important;
    padding: 15px 10px 10px !important;
}
}


@media  screen and (max-width: 850px) and (min-width: 765px)  {
.h1text{
    font-size: 32px !important;

}
.h2text{
    font-size: 18px !important;
}
.imageText{
    font-size: 16px !important;
}
.picSignUp .vc_btn3 {
    font-size: 16px !important;
    padding: 15px 10px 10px !important;
}

}

@media  screen and (max-width:960px) and (min-width: 765px)  {
     p.walk{
        font-size: 12px !important;

    }
    .accordianDesktop .radiotitle.btn-group .col-sm-4 p:first-child{
        font-size: 18px !important;

    }
    .accordianDesktop .radiosection label{
     padding: 1% 4%;
    }
 .collapse.in{
        margin-top: 5% !important;

    }
 }

 @media only screen and (max-width:960px) and (min-width: 765px)  {
     p.walk{
        font-size: 12px !important;

    }
    .accordianDesktop .radiotitle.btn-group .col-sm-4 p:first-child{
        font-size: 18px !important;

    }
     .accordianDesktop .radiosection label{
        padding: 1% 4%;
    }
    .collapse.in{
         margin-top: 5% !important;

    }

 }