/**************Font Library*******************/
@font-face {
    font-family:RockwellStd;
    src:url(fonts/RockwellStd.ttf)
}
@font-face {
    font-family:Poppins-SemiBold;
    src:url(fonts/Poppins-SemiBold.ttf)
}
@font-face {
    font-family:Poppins-Bold;
    src:url(fonts/Poppins-Bold.ttf)
}
@font-face {
    font-family:RockwellStd-BoldItalic;
    src:url(fonts/RockwellStd-BoldItalic.ttf);
}
@font-face {
    font-family:Poppins-ExtraBold;
    src:url(fonts/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family:Raleway-Thin;
    src:url(fonts/Raleway-Thin.ttf);
}
@font-face {
    font-family:OpenSans-ExtraBold;
    src:url(fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
    font-family:Lato-Light;
    src:url(fonts/Lato-Light.ttf);
}
@font-face {
    font-family:Poppins-Regular;
    src:url(fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family:Lato-Bold;
    src:url(fonts/Lato-Bold.ttf);
}




/************************************************************************************************/
/*********************GENERAL SETTING****************************/

body{font-size:17px; font-family: Poppins-Regular !important;}
p{font-size:17px;}
input{font-size:16px;}
li{font-size:16px;}
a{font-size:16px;}.bnnr-logo-sec {
    bottom: -140px;
}
h1{font-size:33px;}
h2{font-size:30px;}
h3{font-size:27px;}
h4{font-size:24px;}
h5{font-size:21px;}
h6{font-size:18px;}

.no-space{margin-left:0px!important; margin-right:0px !important; padding-left:0px!important; padding-right:0px !important;}
.no-space1{padding-left:0px!important; padding-right:0px !important;}
.no-spacing {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.pad_20{width:20%;}
.no-padding{padding-left:0 !important; padding-right:0 !important;}
.pad-lft0 {
    padding-left: 0 !important;
}
.pad-rt0 {
    padding-right: 0 !important;
}
.mg-20 {
    margin: 20px 0;
}
.pad-right0 {
    padding-right: 0;
}
p::first-letter { 
text-transform: uppercase;
}
.bodr-none{
    border-bottom: none !important;
}
.width {
	width: 100%;
}
input[type=text]:focus{
  outline: 2px solid #fff;
}
/****************************************************************************************************/

/******************* Header Styling **************************/
.padng-top {
    padding-top: 180px !important;
}
.padng-top1 {
    padding-top: 180px !important;
}
.pading-top {
    padding-top: 180px !important;
}
.padng-topp {
    padding-top: 180px;
}
.padnng-top {
    padding-top: 180px;
}
.prining-section {
    background-color: #ececec;
    width: 100%;
    padding: 108px 0px;
    overflow: hidden;
    padding-bottom: 30px;
}
.prining-sec-top {
	background-color: #ececec;
    width: 100%;
    padding: 108px 0px;
    overflow: hidden;
    padding-bottom: 30px;
}
input[type=checkbox], input[type="radio"] {
    margin-top: 4px;
    margin-left: -70px !important;
}
input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}
.shadow {
    z-index: 9999;
    text-align: center;
    margin-bottom: 0;
    background-color: transparent;
	padding-top: 0px;
}
.logo img {
    width: 100%;
}
.header-lft-nav a {
    padding: 0 15px !important;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: Lato-Regular;
    font-weight: 600;
}
.navbar-brand, .navbar-nav>li>a {
    color: #000;
}
.header-lft-nav a:hover {
    color: #000;
    background-color: transparent !important;
    text-decoration: none !important;
}
.nav-btn-mre {
    padding: 0 7px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: Lato-Regular;
    font-weight: 600;
    background: #ffdead00;
    border: 0px;
}
button.nav-btn-mre:hover{
    color: #fff600;
    background-color: transparent !important;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.nav-center {
    padding: 10px 0;
}




/***************NEW CSS START STYLING*********************/
.cta-1 {
	background: #234159;
    background-size: cover;
    height: 226px;
}
.cta-contnr {
    width: 1170px;
    float: left;
    margin: 30px 0 0 0;
}
.cta-contnr h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
.cta-cont-top {
    width: 1000px;
    float: left;
    margin: 15px 90px;
}
.half {
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    margin-right: 10px;
    position: relative;
}
select {
    width: 200px;
    border-radius: 0px;
    padding: 12px 11px 12px 41px;
    border: solid 1px #dfdfdf;
    margin-bottom: 6px;
    color: #2a4745;
    background: #ffffff;
    font-size: 13px;
    margin-right: 10px;
    border-radius: 0px;
    float: left;
}
.field {
    width: 100px;
    height: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 16px 16px 16px 40px;
    border: solid 1px #dfdfdf;
    margin-bottom: 6px;
    color: #2a4745;
    border-radius: 0px !important;
    background: #ffffff;
    font-size: 12px;
}
input.sub-btn {
    background: #fe0000 !important;
}
.request-quote ul li input {
    border-radius: 0px;
}
.sub-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px!important;
    font-weight: 700;
}
.silnt-feature {
    width: 100%;
    padding: 30px 0px;
}


.ftr-lft-about-add a {
    text-decoration: none !important;
}
.prining-sec2-head h2 span {
    font-size: 24px;
}
.manthly-artcle-ordr-now {
    text-align: center;
    margin: 8px 0 30px 0;
}
.manthly-artcle-ordr-now label {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    color: #234159;
    letter-spacing: 1px;
    padding: 10px 0px 0px 10px;
}
.manthly-artcle-ordr-now span {
    padding: 8px 10px;
    width: 35%;
    margin-top: 4px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.mnthly-article-urgncyy select option {
    text-transform: capitalize;
}
.enjy_custmr_lft_btn span a {
    color: #fff;
    text-decoration: none;
}
.help-cntct-btn a:hover {
    color: #fff;
}
.wrtng_srvs_adcopy_main p {
    margin-left: 15px;
}
.pkgs-success-blog {
    color: #fff;
}
.success-bog-mngmnt {
    padding-top: 30px;
    text-align: center;
}
.pkgs-success-blog p span {
    font-weight: 600;
}
.mnthly-pkgs-readmore a {
    float: left;
}
.book_img img {
    width: 100%;
    height: auto;
}
.pup-frm .inpt-msked1 {
    width: 140px;
    margin-left: 97px;
}
.prining-sec5-headd h2 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.sec9-prss-about {
    background-color: #234259cc;
    padding: 30px;
}
.prss-about-head {
    text-align: center;
}
.prss-about-head p {
    color: #fff;
    font-size: 30px;
}
.about-us {
    display: -webkit-inline-box;
    text-align: center;
    margin-top: 5px;
}
.heading {
    margin: 0 26px;
    text-align: center;
}
li.half.countre {
    list-style: none;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0 !important;
    top: 0px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
    top: 6px;
    height: 40px;
}
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
}
input.masked1 {
    width: 150px !important;
    margin-left: 100px !important;
}
.close {
    opacity: 1 !important;
}
.intl-tel-input {
    display: block !important;
}
.intl-tel-input .flag-container {
    padding: 0px !important;
}
.flg-slcted-img .selected-flag {
    left: 22px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 100px !important;
    top: 6px !important;
    height: 40px !important;
    margin-left: 0px !important;
}
p.wrtng_srvs_sopwrtng {
    margin-bottom: 30px;
}
h2.rcmdtn-pkg-mid-hdng {
    color: #000;
    font-size: 19px !important;
    height: 52px;
}
p.fictin-pkg1 {
    padding-top: 23px !important;
}
.fiction-btn {
    margin-top: 7px !important;
}
h2.head-txt-size {
    font-size: 19px !important;
    height: 51px;
}
.cpy-pkges {
    padding: 18px 0px 32px 0 !important;
    border-bottom: 1px solid #fff;
}
.cpy-dolr-sec {
    padding-top: 26px !important;
    padding-bottom: 0px !important;
    border-bottom: none;
}
.cpy_pkgs_cntr {
    width: 12.333333% !important;
}
.repndr_pkng-sec {
    height: 320px !important;
}
.sailent-feature-list {
    padding-bottom: 30px;
}
.modal-dialog {
    padding-top: 5%;
}
.prining-sec2-head span {
    font-size: 32px;
}
p.bnnr-para-lft {
    padding-right: 0px;
	color: #ffffff;
	margin-bottom: 30px;
}
.assgnmt-bnnr-list-sec ul li {
    list-style: none;
    padding: 4px 0px;
	color: #ffffff;
}
.assgnmt-bnnr-list-sec ul li i {
    color: #ffffff;
    margin-right: 7px;
}
.assgnmt-bnnr-list-sec ul {
    padding: 0px;
}
.assgnmt-bnnr-list-sec {
    margin: 40px 0px;
}
.assgnmt-bnnr-list-sec a {
    background-color: #ef9043;
    border: 1px solid #ef9043;
    padding: 8px 32px;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 4px;
    transition: transform .2s;
	color: #275e97;
    font-family: Poppins-Bold;
    text-decoration: none !important;
}
.assgnmt-bnnr-list-sec a:hover {
	color: #041e3d;
	text-decoration: none;
}


.info_simple {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.info_simple_main {
    text-align: center;
}
.info_simple_img {
    width: 66%;
}
.info_simple_head h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0px;
}
.info_simple_head {
    text-align: left;
}
p.txt_small_btm {
    font-size: 15px;
}
p.txt_small {
    font-size: 16px;
}
.font_scrn {
    font-size: 16px;
}
.top_one {
    padding-top: 2px !important;
}
.sscl_media_smple-posts img {
    width: 100%;
    height: 350px;
}
.prining-sec2-rgt-img_listcll {
    padding-top: 80px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_listcll img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_amazonn {
    padding-top: 92px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_amazonn img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
p.you_save {
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #7e7c7d;
    margin-bottom: 13px;
}
.prining-sec2-rgt-img_blg_mngmnt {
    padding-top: 110px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_blg_mngmnt img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_adcopy {
    padding-top: 80px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_adcopy img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_autospndr {
    padding-top: 65px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_autospndr img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_prduct_discruptn {
    padding-top: 95px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_prduct_discruptn img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_amazon {
    padding-top: 95px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_amazon img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_listcl {
    padding-top: 80px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_listcl img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_sale_pge {
    padding-top: 90px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_sale_pge img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.prining-sec2-rgt-img_pckngng {
    padding-top: 100px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img_pckngng img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.cntct_mrktng_img img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.modal-open .modal {
    z-index: 9999999999;
}



/*************BUSINESS PLANS STYLING*********************/




/*************NEWSLETTERS STYLING*********************/
.frm_code_sec input {
    width: 20% !important;
    margin: 6px 15px !important;
    padding: 8px 8px;
    background-color: #fff;
    border: 1px solid #fff;
}
.frm_code_sec label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.frm_code_sec span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}



/*************Add copy STYLING*********************/
.custmr_advnced_pkges_sec-lft {
    width: 100%;
    padding-left: 30px;
}
.custmr_advnced_pkges_sec-lft li {
    list-style: none;
    padding-top: 10px;
}
.custmr_advnced_pkges_sec-lft li img {
    margin-right: 10px;
    max-width: 25px;
}




/*************Autoresponder STYLING*********************/
.autorspndr_invest {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    margin-bottom: 0px;
}
.invst_pckgs-lft {
    background: #f2f0f1;
    padding: 40px 0 20px 0;
    height: 440px;
}
.invst_pckgs-lft li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 29px;
    border-bottom: 1px solid #fff;
}
.invst_pckgs-lft li span {
    color: #7e7c7d;
    font-weight: 600;
    margin-top: 6px;
    position: absolute;
    padding-left: 10px;
}
.invst_pckgs-lft:hover {
    padding: 42px 0 22px 0;
}
p.pkges-adcopy {
    color: #000;
    text-align: justify;
}
.wrtng_srvs_adcopy_main p {
    color: #000;
    text-align: justify;
    margin-left: 15px;
}



/*************MICROBLOG STYLING*********************/
p.microblog-pkgs {
    margin: 25px 0;
}


/*************SALES STYLING*********************/
.invst_sle_wrtng ul {
    padding: 30px 0px;
    padding-left: 30px;
}
.invst_sle_wrtng ul li {
    text-align: left;
}


/*************SALOGN Order-form STYLING*********************/
.mnthly-article-word_optn {
	 padding-top: 12px;
}
.mnthly-article-word_optn label {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #234159;
    /* padding-top: 15px; */
    letter-spacing: 1px;
    padding: 10px 0px 0px 125px;
}
.mnthly-article-word_optn select {
    padding: 9px 20px;
    float: right;
    width: 35%;
    border: 2px solid #d4cfcf;
    box-shadow: 1px 0.3px 8px 0px #bcbcbc;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}





/*************STANDERD STYLING OF DIFFERENT*********************/



/*****************************************Home styling**********************************************/
.header-bnnr {
    width: 100%;
    position: relative;
    background-color: #ececec;
}
.bnnr-bckgrnd img {
    width: 100%;
    height: 590px;
	background-color: #ececec;
}
.bnnr-logo-sec {
    position: absolute;
    bottom: 84px;
    width: 100%;
}
.bnnr-btn {
    padding-top: 20px;
}
.logo-sec h3 {
    color: #ed1b24;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 48px;
    font-family: Lato-Regular;
    font-weight: 700;
}
.logo-sec h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
    font-size: 34px;
}
.logo-sec p {
    color: #fff;
    font-size: 16px;
    font-family: Lato-Regular;
}
.bnnr-btn-get-a-quote a {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-weight: 600;
}
.bnnr-btn-get-a-quote a:hover {
    background-color: #234259;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #234259;
    font-weight: 600;
	text-decoration: none;
}
.bnnr-btn-chat a {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 12px;
    border: 1px solid #fff;
    font-weight: 600;
}
.bnnr-btn-chat a:hover {
    background-color: #234259;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #234259;
    font-weight: 600;
	text-decoration: none;
}
.mid1 {
    width: 100%;
    background-color: #ececec;
    padding: 30px 0;
    padding-top: 160px;
}
.mid1-lft h4 {
    color: #333333;
    margin: 0;
}
.mid1-lft p {
    color: #4b4b4b;
    margin-bottom: 30px;
    font-size: 13px;
}
img.mid1-03 {
    padding: 13px 14px;
}
img.mid1-02 {
    padding: 10px 10px;
}
img.mid1-04 {
    padding: 10px 14px;
}
.mid1-end {
    background-color: #f5f5f5;
    width: 100%;
    padding: 20px 0;
}
.mid1-end h2 {
    text-align: center;
    color: #333333;
    margin: 30px 0;
}
.mid3-lft img {
    width: 100%;
}
.mid3-lft p {
    font-size: 12px;
    text-align: justify;
}
.mid3 {
    width: 100%;
    background-color: #fff;
    margin: 30px 0;
}
.mid3-lft h4 {
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
	font-size: 19px;
}
a.mid3-read {
    font-size: 12px;
    color: #ff3434;
    text-decoration: none !important;
}
.mid3 h1 {
    text-align: center;
    color: #ed1b24;
    text-transform: uppercase;
    margin: 20px;
    margin-bottom: 44px;
}
.mid3-btn a {
    background-color: #fff600;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    padding: 12px 74px;
    font-weight: 600;
}
.mid3-btn {
    text-align: center;
}
p.for-mrg-btn {
    margin-bottom: 30px;
}
.mid3-btn a:hover {
    box-shadow: 2px 4px 41px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}
.mid3 h1::after {
    content: " ";
    background-image: url(img/down-arrow.png);
    height: 80px;
    width: 236px;
    position: absolute;
    text-align: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    left: 118px;
    top: 60px;
    right: 0;
}
.mid4-bckgrnd img {
    width: 100%;
    height: 200px;
}
.mid4 {
    width: 100%;
    position: relative;
    margin: 30px 0;
    padding-bottom: 60px;
    margin-bottom: 0;
    background-color: #fafafa;
}
.mid4-st {
    width: 100%;
    position: absolute;
    bottom: -66px;
}
img.discount-img {
    width: 100%;
    height: 236px;
}
img.lady-img {
    width: 100%;
    margin-left: -20px;
    margin-top: -20px;
    height: 197px;
}
.mid4-st h3 {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 32px;
}
.mid4-st p {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 10px;
}
.mid4-gtpapr input {
    background-color: #fff600;
    border: 1px solid #fff600;
    padding: 6px 14px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 0px 9px 0px #fff600;
}
.mid4-nos img {
    width: 25px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.mid4-nos a {
    color: #fff;
    font-size: 18px;
}
.mid4-chat input {
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 4px 10px;
}
.mid4-chat {
    margin: 18px 0;
    margin-top: 18px;
}
.bodr-mksur {
    border-right: 1px solid #fff;
    height: 148px;
}
.mid4-nos a:hover {
    text-decoration: none;
    color: #fff;
}
.mid4-nos span {
    margin-right: 10px;
}
.mid5 h1 {
    text-align: center;
    color: #ed1b24;
    text-transform: uppercase;
    margin: 20px;
    margin-bottom: 44px;
}
.mid5 h1::after {
    content: " ";
    background-image: url(img/down-arrow.png);
    height: 80px;
    width: 236px;
    position: absolute;
    text-align: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    left: 118px;
    top: 60px;
    right: 0;
}
.mid5 {
    width: 100%;
    background-color: #fafafa;
    padding: 30px 0;
}
.mid5 p {
    text-align: center;
    color: #5b5b5b;
}
.mid2-mid span>img {
    width: 28px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.mid2-mid a:hover {
    text-decoration: none;
}


/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.mobile-get-strt, .paper_editing, .mid2-lft, .pricing-mid4-chat, .pricing-mid4-chaat, .mid4-chatt /*.pricing-mid4-orde_now */ {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
 -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bnnr-form {
    width: 100%;
    position: relative;
    text-align:center;
}
.for-absult {
    position: absolute;
    top: 124px;
    text-align: center;
    padding: 20px;
	border: 3px solid #ef9043;
    border-radius: 8px;
	background: #041f3d66;
}
.bnnr-form-txt h4 {
    color: #fff;
    font-size: 22px;
	margin-bottom: 20px;
    font-weight: 600;
	font-family: Poppins-Regular;
}
.bnnr-form-txt p {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.bnnr-form-input input {
    margin: 6px 0;
    width: 100%;
    height: 45px;
    border: 1px solid #fff;
    padding: 0 7px;
	border-radius: 5px;
    color: #fff;
	background-color: transparent;
}
.bnnr-form-input input::placeholder {
    color: #fff;
}
.slidr-hme-logos span {
    color: #000 !important;
}
.form-sumt-btn input {
    background-color: #ef9043;
    border: 1px solid #ef9043;
    padding: 8px 32px;
    text-transform: capitalize;
    font-size: 19px;
    border-radius: 4px;
    transition: transform .2s;
	font-family: Poppins-Bold;
	width: 100%;
	color: #275e97;
}
input#get_submit:hover {
    transform: scale(1.1);
}
.form-sumt-btn {
    margin: 26px 0;
    text-align: center;
}
.form-abslt {
    position: absolute;
    bottom: -108px;
}
.sldr-back img {
    width: 100%;
}
.slidr-mid1{
    text-align: center;
}
.mid6 {
    width: 100%;
    position: relative;
}
.mid6-slidr {
    width: 100%;
    position: absolute;
    bottom: 34px;
    background-color: transparent;
}
.slidr-mid1 h3{
    color:#fff;
    letter-spacing: 2px;
}
.slidr-mid1 p {
    color: #fff;
}
.slider-man img {
    padding-top: 15px;
}
p.slider-end {
    margin-top: 25px;
    font-size: 15px;
}
.carousel-indicators li{
    border: 1px solid transparent !important;
    background-color: transparent !important;
}
.mid2-lft span {
    padding-right: 8px;
}
.mid2-lft span>img {
    width: 12%;
}
.mid4-chat a {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 34px;
    border: 1px solid #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}
.mid4-chat span>img {
    width: 22px;
}
.mid4-chat span {
    padding: 0 6px;
}
.carousel-control.left{
    background-image:none !important;
}
.carousel-control.right{
    background-image:none !important;
}
.blue-no {
    margin: 12px 0;
    text-align: right;
    width: 250px;
    float: right;
}
.red-no{
	margin: 12px 0;
    text-align: right;
    width: 250px;
    float: right;
}
.red-no a {
    background-color: #ed1c24;
    color: #fff;
    font-size: 17px;
    padding: 4px 30px;
    border-radius: 20px;
    border: 2px solid #fff600;
    text-decoration: none !important;
}
.red-no a:hover {
    color: #fff;
}
.blue-no a {
    background-color: #234259;
    color: #fff;
    font-size: 17px;
    padding: 4px 34px;
    border-radius: 20px;
    border: 2px solid #fff600;
	text-decoration: none !important;
}
.blue-no a:hover {
    color: #fff;
}
.blue-no a>i {
    margin-right: 10px;
}
.red-no a>i {
    margin-right: 10px;
}
.call-nos {
    margin: 0px 0px 50px 0px;
	border-bottom: 1px solid #fff;
}
.blue-no img, .red-no img {
    padding-right: 8px;
}
/******************************** form styling *****************************************/
.order-txt p {
    margin-top: 30px;
    font-size: 15px;
}
.form-header-lft-nav a {
    padding: 0 6px !important;
    color: #616161;
    text-transform: uppercase;
    font-weight: 600;
}
.form-shadow {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
}
.step-img {
    text-align: left;
}
.step-txt h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #234259;
    padding: 8px 0;
}
.step1-txt h4 {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    color: #234259;
    text-decoration: underline;
    margin-bottom: 0;
    margin-top: 0px;
}
.step2-txt h4 {
    color: #92999f;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.step1-img {
    margin: 14px 0;
}
.step1-txt p {
    color: #000;
}
.step2-txt p {
    color: #000;
}
.steps-end h1 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.steps-sec {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 2px;
    padding-top: 20px;
}
.steps-end {
    margin-top: 100px;
}
.steps-end h2 {
    font-size: 20px;
    color: #234259;
    margin-left: 24px;
}
.input1-name input {
    width: 60%;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    padding: 10px 0 8px 14px;
    box-shadow: 1px 0px 8px 1px #c2c2c2;
}
.input1-name {
    margin: 15px 0;
}
.form-input1 {
    width: 100%;
    padding: 12px 0;
}
.input1-end h1 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.input1-end {
    margin-top: 50px;
}
.form-input1 {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 2px;
    padding-top: 20px;
}
.odr-input-project input {
    width: 60%;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    padding: 10px 0 8px 14px;
    box-shadow: 1px 0px 8px 1px #c2c2c2;
}
.odr-input-project p {
    color: #234259;
    font-size: 15px;
    margin: 18px 0;
    margin-left: 24px;
}
.odr-input-project p>span {
    font-weight: 600;
}
.odr-input-project textarea {
    width: 60%;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    padding: 10px 0 8px 14px;
    box-shadow: 1px 0px 8px 1px #c2c2c2;
    height: 210px;
}
.odr-chosfile p {
    color: #437588;
}
.odr-chosfile {
    margin: 22px 0;
}
.odr-code-input input {
    width: 18%;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    padding: 10px 0 8px 14px;
    box-shadow: 1px 0px 8px 1px #c2c2c2;
}
.odr-cod-img img {
    width: 100%;
    height: 60px;
}
.odr-cod-img {
   margin: 30px 0px 0px 0px;
}
.odr-cod-img1 img {
    width: 100%;
    height: 78px;
}
.odr-cod-img1 {
    margin: 8px 0;
}
.odr-cod-retrun {
    width: 100%;
    margin: 0 0 30px 0;
}



/**************Pricing Styling******************/
.prining-sec2 {
    background-color: #ececec;
    width: 100%;
    padding: 70px 0px;
    overflow: hidden;
    padding-bottom: 30px;
}
.prining-sec2-head {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.prining-sec2-head h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
	margin-top: 0px;
}
.prining-sec2 li {
    list-style: none;
    padding-top: 13px;
}
.prining-sec2 li img {
    max-width: 20px;
	margin-right: 10px;
}
.prining-sec2 li span {
    color: #000;
    font-weight: 600;
}
.prining-sec2-rgt-img {
    padding-top: 130px;
    float: left;
    width: 100%;
}
.prining-sec2-rgt-img img {
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.mide {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0;
    background-color: #fff;
    display: none;
}
.mid4-ste {
    width: 100%;
    position: absolute;
    bottom: -40px;
    display: none;
}
.discount-imgg {
	 width: 100%;
    height: 218px;
}
.lady-imge {
	width: 100%;
    margin-left: -20px;
    margin-top: -6px;
    height: 191px;
}
.mid4-chatt {
	margin: 18px 0;
    margin-top: 28px;
}
.mid4-ste h3 {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 32px;
}
.mid4-ste p {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 10px;
}
.mid4-chatt {
    margin: 18px 0;
    margin-top: 28px;
}
.mid4-chatt a {
    background-color: transparent;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    margin-left: 8px;
	text-decoration: none;
	color: #fff;
}
.mid4-chatt a:hover {
    color: #fff;
    text-decoration: none;
}
.prining-sec4 {
    width: 100%;
    background-color: #fff;
}
.prining-sec4-main {
    display: none;
}
.prining-sec4-mainn {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.prining-sec4-mainn h3 {
    font-weight: inherit;
	letter-spacing: 1px;
}
.pricing-sec4-chat {
    width: 100%;
    display: -webkit-inline-box;
	margin: 20px 0px 0px 140px;
}
.pricing-mid4-chat input {
    background: transparent;
    border: none;
    text-transform: uppercase;
    margin-left: 6px;
    font-weight: 600;
}
.pricing-mid4-chat:hover {
    box-shadow: 2px 3px 4px 0px #00000054;
}
.pricing-mid4-chaat input {
    background: transparent;
    border: none;
    text-transform: uppercase;
    margin-left: 6px;
    font-weight: 600;
}
.pricing-mid4-chaat {
    background: transparent;
    padding: 6px 26px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}
.pricing-mid4-chaat:hover {
    box-shadow: 2px 3px 4px 0px #00000054;
}
.pricing-mid4-cntct {
    padding: 8px 65px;
}
.pricing-mid4-cntct i {
    margin-right: 10px;
    color: #000;
    font-size: 18px;
}
.pricing-mid4-cntct a {
    color: #000;
    font-size: 18px;
    text-decoration: none !important;
}
.prining-sec5 {
    width: 100%;
    padding: 50px 0px;
    overflow: hidden;
    background-color: #fff;
}
.prining-sec5-main {
    width: 100%;
    text-align: center;
}
.prining-sec5-head h2 {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.prining-sec5-head p {
    color: #000;
    text-transform: lowercase;
    padding-top: 15px;
}
.prining-sec5-head span {
    color: #000;
}
.pckgs-lft-rgt-wrds h2 {
    background: #234159;
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    font-family: Lato-Bold;
	margin-bottom: 0px;
}
.pckgs-lft {
    background: #f2f0f1;
    padding: 40px 0 20px 0;
    height: 305px;
}
.pckgs-lft li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 29px;
    border-bottom: 1px solid #fff;
}
.bodr-none {
    border-bottom: none !important;
    padding-top: 34px !important;
    padding-bottom: 5px !important;
}
.pckgs-lft-btn {
    margin: 40px 0px 0px 0;
    border-top: 1px solid #fff;
    padding: 18px 0 0 0;
}
.pckgs-lft-btn input {
    background: #234159;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
	border: none;
}
.pckgs-rght-lft-wrds h2 {
    background: #fff701;
    padding: 15px 0;
    color: #000;
    font-size: 20px;
    font-family: Lato-Bold;
    margin-bottom: 0px;
}
.pckgs--rgt-lft-btn {
    margin: 40px 0px 0px 0;
    border-top: 1px solid #fff;
    padding: 18px 0 0 0;
}
.pckgs--rgt-lft-btn input {
    background: #fff701;
    color: #000;
    text-transform: uppercase;
    padding: 8px 15px;
    border: none;
}
.pckgs-left {
    background: #f2f0f1;
    padding: 24px 0 25px 0;
    border-bottom: 1px solid #fff;
}
.prining-pckgs-lft {
    margin-top: 72px;
}
.pckgs-left p {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: left;
    padding: 0 20px;
}
.pckgs-left span {
    color: #000;
}
.mnthly-pkgs {
    background: #234159;
    overflow: hidden;
	padding: 30px 0px 70px 0;
}
.mnthly-pkgs-main {
    width: 100%;
    text-align: center;
}
.article {
    padding-top: 50px;
}
.mnthly-pkgs-head h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
.mnthly-pkgs-head p {
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 1px;
	padding-top: 5px;
}
.mnthly-article-lft {
    background: #fff;
    padding: 4px 0;
    text-align: center;
	border-right: 1px solid #234159;
}
.mnthly-article-lft h4 {
    color: #234159;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}
.mnthly-article-lft p {
    text-transform: lowercase;
    color: #234159;
    font-size: 16px;
}
.mnthly-article-lft-data {
    color: #fff;
    padding: 30px 0px;
    border-bottom: 1px solid #fff;
}
.mnthly-article-lft-data b {
    font-family: Lato-Bold;
    font-size: 18px;
}
.mnthly-article-lft-data p {
    font-family: Lato-Bold;
    font-size: 22px;
    padding-top: 15px;
}
.article-lft-btnn input {
    background: #fff701;
    padding: 10px 40px;
    border: none;
    color: #000;
    text-transform: uppercase;
    font-family: Lato-Regular;
	font-weight: 600;
}
.article-lft-btnn {
    padding-top: 30px;
}
.order-frm {
    background-color: #fff;
    padding: 30px 0px;
    overflow: hidden;
}
.mnthly-article-word input::placeholder {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.order-frm-head {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.order-frm-head h2 {
    color: #234159;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Lato-Bold;
}
.order-frm-head p {
    color: #234159;
    text-transform: lowercase;
    font-family: Lato-Regular;
    padding-top: 5px;
}
.need-help-head h4 {
    color: #234159;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-top: 0px;
    letter-spacing: 1px;
}
.help-chat-btn span {
    background: #234159;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
}
.help-chat-btn a {
    background: #234159;
    padding: 5px 12px 0px 10px;
    border: none;
    text-transform: uppercase;
    color: #fff;
}
.help-chat-btn a:hover {
    color: #fff;
    text-decoration: none;
}
.help-chat-btn span img {
    max-width: 22px;
    margin-right: 10px;
}
.need-help-cntct {
    width: 100%;
    display: -webkit-box;
	padding: 20px 0;
}
.help-cntct-btn {
    margin-left: 75px;
}
.help-cntct-btn a {
    background: #234159;
    color: #fff;
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: 15px;
}
.order-frm-flt {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    padding-bottom: 30px;
}
.pricing-mid4-orde_now {
    padding-top: 40px;
    text-align: center;
}
.pricing-mid4-orde_now span a, button.ordernow4 {
    text-decoration: none;
    color: #000;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
}
/*
.mnthly-article-lftt select {
    padding: 9px 20px;
    float: right;
    width: 35%;
    border: 2px solid #d4cfcf;
}
.mnthly-article-lftt input {
    padding: 8px 20px;
    float: right;
    width: 35%;
    border: 2px solid #d4cfcf;
    margin-top: 4px;
}
.mnthly-article-lftt label {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #234159;
    /* padding-top: 15px; 
    letter-spacing: 1px;
    padding: 10px 0px 0px 125px;
}*/
.help-cntct-btn a>img {
    padding: 0 6px;
}
.mnthly-article-word select {
	padding: 9px 20px;
    float: right;
    width: 35%;
    border: 1px solid #d4cfcf;
    box-shadow:1px 0.3px 8px 0px #bcbcbc;
	    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.mnthly-article-word input {
	padding: 8px 20px;
    float: right;
    width: 35%;
    border: 1px solid #d4cfcf;
    box-shadow: 1px 0.3px 8px 0px #bcbcbc;
    margin-top: 4px;
}
.mnthly-article-word label {
	font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #234159;
    /* padding-top: 15px;*/ 
    letter-spacing: 1px;
    padding: 10px 0px 0px 125px;
}
.mnthly-article-urgency label {
	font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #234159;
    /* padding-top: 15px;*/ 
    letter-spacing: 1px;
    padding: 5px 0px 0px 125px;
}
.mnthly-article-urgency select {
	padding: 9px 20px;
    float: right;
    width: 35%;
    border: 1px solid #d4cfcf;
    box-shadow: 1px 0.3px 8px 0px #bcbcbc;
	color: #000;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.mnthly-article-urgency {
    padding-top: 8px;
}
.mnthly-article-wordd label {
	font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #234159;
    /* padding-top: 15px;*/ 
    letter-spacing: 1px;
    padding: 5px 0px 0px 125px;
}
.mnthly-article-wordd {
    padding-top: 8px;
}
.mnthly-article-wordd span {
    padding: 8px 26px;
    float: right;
    width: 35%;
    /* border: 2px solid #d4cfcf; */
    margin-top: 4px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.pricing-mid4-orde_now span {
    background: transparent;
    padding: 12px 26px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}
.prining-pckgs-lft-rgt:hover {
    box-shadow: 2px 3px 4px 0px #00000054;
    border-left: 1px solid #8c8a8a;
    border-right: 1px solid #8c8a8a;
}
.pckgs-lft:hover {
    padding: 41px 0 22px 0;
}
.prining-pckgs-rgt-lft:hover {
    box-shadow: 2px 3px 4px 0px #00000054;
    border-left: 1px solid #8c8a8a;
    border-right: 1px solid #8c8a8a;
}
.pckgs-lft:hover {
	padding: 42px 0 22px 0;
}

.prining-pckgs-rgt-rght:hover {
    box-shadow: 2px 3px 4px 0px #00000054;
    border-left: 1px solid #8c8a8a;
    border-right: 1px solid #8c8a8a;
}

.pckgs-lft:hover {
	padding: 42px 0 22px 0;
}
.mnthly-article {
    border: 1px solid #fff;
    padding: 0px 0px 32px 0;
}
.dolr-price {
	font-family: Lato-Bold;
    font-size: 40px;
    padding-top: 15px;
}
.mnthly-article-lft-data span {
    font-family: Lato-Regular;
    font-weight: 600;
}
.mnthly-article-lft-data p {
    font-family: Lato-Regular;
    font-weight: 600;
    margin: -3px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px;
}
p.dlvrd-pkgs {
    padding-top: 15px;
}
.help-email-btn span {
    background: #234159;
    color: #fff;
    padding: 12px 11px 12px 5px;
    text-transform: uppercase;
}
.help-email-btn span img {
    width: 20px;
    margin-right: 7px;
}
.help-email-btn span a {
    background: #234159;
    padding: 4px 0px;
    border: none;
    margin-left: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.help-email-btn span i {
    font-size: 20px;
}
.help-cntct-btn i {
    font-size: 18px;
    margin-right: 8px;
}
.help-email-btn {
    text-align: center;
    margin-right: 98px;
    padding-top: 13px;
}
.how-it-wrk-head h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Lato-Bold;
}
.how-it-wrk-head p {
    color: #000;
    text-transform: lowercase;
    font-family: Lato-Regular;
    padding-top: 5px;
}
.how-it-wrk-main {
    width: 100%;
    text-align: center;
}
.work-img1 img {
    max-width: 150px;
}
.work-img1-head h4 {
    color: #234159;
    font-size: 22px;
    font-family: Lato-Bold;
    text-transform: capitalize;
}
.mblshwdiv {
    display:none;
}





/************************* media quries ****************************************/
@media (max-width:1024px){
.logo img {
    width: 100%;
    height: auto;
}
.bnnr-prcing, .bnnr-bckgrnd {
    margin-top: -74px !important;
}
.bnnr-form img {
    width: 100%;
    height: 530px;
}
.bnnr-form-txt h4 {
    font-size: 20px;
}

.bnnr-btn-get-a-quote input {
    padding: 8px 30px;
}
.bnnr-btn-chat input {
    padding: 8px 25px;
}
.bnnr-form-input input {
    margin: 4px 0;
}
.form-sumt-btn input {
    font-size: 19px;
}
.form-sumt-btn {
    margin-top: 8px;
}

.bnnr-logo-sec {
    bottom: 0px;
}
.form-abslt {
    bottom: -120px;
}
.logo-sec h2 {
    font-size: 26px;
}
.logo-sec h3 {
    font-size: 34px;
}
p.bnnr-para-lft {
    text-align: justify;
}
.nav-center {
    padding-top: 0px;
}
.sldr-back img {
    height: 280px;
}
p.slider-end {
    margin-top: 15px;
    font-size: 14px;
}
.slider-man img {
    padding-top: 5px;
    max-width: 65px;
}
button#defaultOpen {
    height: 75px;
}
.actve-btn.active {
    height: 75px;
}
.actve-btn {
    height: 75px;
}
.logo {
    padding-top: 14px;
}

.info-aftr::after {
    left: 95px;
    top: 96px;
}



.recndtn-letr-hd h2 {
    font-size: 18px !important;
}
h2.rcmdtn-pkg-mid-hdng {
    height: 68px;
}
.recndtn-letr-hd::after {
    top: 88px;
}
.top_one {
    padding-top: 28px !important;
}
.three {
    padding-top: 110px !important;
}
.seven {
    padding-top: 109px !important;
}
.nine {
    padding-top: 113px !important;
}
.mnthly-sscl_media-dataae {
    height: 780px;
}
.slogn-txt-hd h2 {
    font-size: 19px !important;
}

}






@media (max-width:768px){
.row {
    margin-left: 0px;
    margin-right: 0px;
}
}







@media (max-width:767px){ 
.mblshwdiv {
    display:block;
    height: 220px;
}
.bnnr-txt-sec {
    display: none;
}
}









@media (max-width:640px){

}




@media (max-width:414px){


}







@media (max-width:375px){

}






@media (max-width:360px){

}





@media (max-width:320px){

}

