*{
  font-family: 'Lato', sans-serif;
  color: #585858;
}
/* header styling */
.minicontainer{
  padding: 20px 30px 5px 30px;
}
.bar{
  border-bottom: 1px solid #bec1c9;
}
.logoset{
  display: flex;
  text-align: center;
}
.imglogo{
  display: block;
}
.rytdiv{
  float:right;
}
.rytdiv a{
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .rytdiv{
    float:none;
    text-align: center;
  }
}
.nav-container{
  background-color: #14256D;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav{
  border-left: 1px solid rgba(255,255,255,0.2);
}
.main-nav li{
  border-right: 1px solid rgba(255,255,255,0.2);
  text-transform: uppercase;
  padding: 0px 20px;
  line-height: 40px;
}
.main-nav li:hover{
  background-color: #001051;
}
.main-nav li>a{
  color: #fff !important;
}
.searchfield{
    box-sizing: border-box;
    background-color: #707aa4;
    border: 1px solid #707aa4;
    padding: 10px 35px 10px 20px;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -o-border-radius: 19px;
    border-radius: 19px;
    line-height: 16px;
    font-size: 14px;
}
.inner-addon {
    position: relative;
}
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.right-addon .fa{
  right: 0px;
  padding-right: 20px;
  color: #fff;
}
.right-addon input{
  padding-right: 30px;
}
.searchfield::placeholder {
  color: #fff;
}
.logout{
  background-color: #707aa4;
  padding: 10px 25px 10px 20px;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  border-radius: 19px;
}
.toggler-btn{
  width: 100%;
}
.toggler-menu{
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    text-align: left;
    background-color: #36AAE7;
    text-shadow: 0 2px 1px rgba(0,0,0,0.3);
    border: 1px dashed #fff;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 999;
    color: #fff;
}
/* header styling ended */
/* footer styling */
.page-footer{
  background-color: #031238 !important;
  color: #fff;
}
.page-footer a{
  color: #fff;
}
.footermiddle{
  float: left;
  width: 50%;
}
.socialicon{
  font-size:30px;
  background-color:#4393CC;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
}
.socialicon:hover{
  background-color:#878787;
}
.list{
  text-align: left;
  display:grid;
  padding: 10px 10px 10px 5px;
}
.sociallist>li {
  margin: 10px;
}
.fa-height{
  line-height: 2 !important;
  color: #fff;
}
.personalizedTips{
  color: #fff;
  font-weight: bold;
}
.list>li>a{
  padding-left: 10px;
  text-decoration: none;
}
.footerheading{
  font-size: 1.5rem !important;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding: 0 0 6px;
  color: #fff;
}
.footermiddle .Resources{
  text-transform: uppercase !important;
  border-bottom: 2px solid #fff !important;
  display: inline-block;
}
.footermiddle .contact{
  text-transform: uppercase !important;
  border-bottom: 2px solid #fff !important;
  display: inline-block;

}
.poweredfooter{
  margin-left: 40px;
  color: #fff;
}
.customspacefooter{
  padding-bottom:10px ;
}
.hrfooter{
  border-top: 1px solid #354160;
}
.pad{
  padding: 70px 30px 0px 30px;
}
@media screen and (max-width: 500px) {
  .pad{
    padding: 70px 0px 0px 0px;
  }
}
.copyright{
  display: contents;
  color: #fff;
}
/* footer styling ended */
/* index page styling */
.newswire-nav{
  display: inherit;
}
@media screen and (max-width: 500px) {
  .newswire-nav{
    display: grid;
  }
}
.newswire-nav>a{
    padding: 7px 13px 8px 13px;
    font-size: 14px;
    margin: 10 5px 10 0;
    border-radius: 5px;
    background: #123282 !important;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}
.newswire-nav>a:hover{
    color: #fff !important;
    background: #36aae7 !important;
}
.newswire-nav a.active{
  color: #fff !important;
  background: #36aae7 !important;
}
.topspace{
  padding: 50px 0;
}
.topspace1{
  padding: 40px 0;
}
.topic-header{
  margin: 0 0 20px 0;
  text-align: center;
  padding-bottom: 3px;
  background-image: url(../../assets/images/dotted.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.products{
  color: #090909;
}
.products:hover img{
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}
.btmspace{
  margin-bottom: 90px;
}
/* index page styling ended */
/* Communication tips styling */
.content{
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 31px 3% 37px 3.5%;
}
.content .page-title{
  font-weight: bold;
  font-size: 24px;
}
.innercontent .subpart{
  font-weight: bold;
}
.innercontent .socials{
  padding: 0 0 10px 20px;
}
/* Communication tips styling ended */
/* packages styling */
.conatinerf{
  background: #DEDDD7;
}
.topic-package{
  text-align: center;
  color: #223480;
  font-weight: bold;
}


.pricing .card {
  border: none;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
  font-size: 22px;
  color: #3490cd;
}
.pricing .pkgbasic{
  color: #3490cd;
}
.pricing .pkgEnhanced{
  color: #faa943;
}
.pricing .pkgPremium{
  color: #aad211;
}
.fa-ul .package_price {
    text-align: center;
    font-size: 23px;
}
.fa-ul .package_views{
  font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.fa-ul .package_other{
  font-size: 15px;

}
.package_price .price_rate{
  color: #3490cd;
  font-size: 31px;
}
.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .btn {
  font-size: 23px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: .1rem;
  font-weight: bold;
  transition: all 0.2s;
  margin: 0px auto;
  width: 64%;
}
.pricing .btn:hover{
  opacity: 0.7;
}
.pricing .packageB {
  background: #3490CD;
}
.pricing .packageE {
  background: #FAA943;
}
.pricing .packageP {
  background: #AAD211;
}
.decorationhover:hover{
  text-decoration: none;
}
/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
.topic-custom{
  text-align: center;
}
.topic-custom .title{
  color: #2264A5;
  font-weight: bold;
}
.topic-custom .para{
  font-size: 17px;
}
/* packages styling ended */
/* press release styling */
.btn-search{
  background: #123282 !important;
  color: #fff !important;
  border-color: #123282 !important;
}
.clrfield{
  color: #585858;
}
.clrblack{
  color: #090909;
}
.clrwhite{
  color: #fff;
}
/* press release styling ended */
/* profile page styling */
.changepass:hover{
  color: #eb6e1f;
  text-decoration: none;
}

.panel{
  box-shadow: 0 8px 8px #d2d2d2;
}
.panel-heading{
  padding: 10px 15px;
  background: #123282;
  color: #fff;
}
.panel-title{
font-size: 18px;
text-transform: uppercase;
color: #fff;
}
.panel-body{
  padding: 15px;
}

.formBtn{
  border-color: #123282;
  background: #123282;
}
.completed .panel-heading{
    background-color: #fafafa;
    color: #4c4c4c !important;
}
.completed .panel-title{
    background-color: #fafafa;
    color: #4c4c4c !important;
}
.symbol_request:hover{
  color: #eb6e1f;
  text-decoration: none;
}
/* profile page styling ended */
/* add_new_pressrelease styling */
.PressReleaseHeading{
  font-weight: bold;
  font-size: 30px;
}
.steps_button{
    display: inline-block;
    border-radius: 5px;
    border: none;
    padding: 7px;
    cursor: pointer;
    background-color: #4CAF50;
    color: #ffffff;
    font-size: 17px;
}
.prev{
  background: #ccc;
}
.paidMedia{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 10px;
    font-size: 20px;
    margin-top: -22px;
    width: 99%;
}
.borderouter{
    border: 1px solid #fff;
    border-color: #337ab7;
    padding-left: 5px;
}
.paidMediaMultiple{
  font-size: 21px;
  color: #333;
  font-weight: bold;
  font-style: italic;
  padding: 1rem 0 0 1rem;
}
.customwidth{
  width: 95%;
  padding: 1rem 0 0 1rem;
}
.checkbox input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before {
  content: "\f096";
  color: green;
  font-size: 20px;
   } /* unchecked icon */
input[type=checkbox] + label:before {
  letter-spacing: 5px;
  } /* space between checkbox and label */

input[type=checkbox]:checked + label:before {
  content: "\f046";
  } /* checked icon */
input[type=checkbox]:checked + label:before {
  letter-spacing: 5px;
  } /* allow space for check mark */
.checkbox{
  display: inline;
  margin: 0px 50px 0px 0px;
}
.adCreativeul li{
  font-size: 14px;
}

.btn-additional{
  background: #123282 !important;
  color: #fff;
}
.btn-additional:hover{
  background: #36aae7 !important;
}
.step3 .heading{
  font-size: 21px;
  font-weight: bold;
}
.checks{
  color: green;
  font-size: 20px;
  }
  .disclosure li{
    font-size: 14px;
  }
  .btn-preview{
    background: #123282 !important;
    color: #fff !important;
  }
/* add_new_pressrelease styling ended */
/* preview page styling */
.editpostbtn{
  color: #fff;
  background: #123282;
  border-color: #123282;
  border: none;
  padding: 5px 13px 5px 13px;
  border-radius: 5px;
}
.editpostbtn:hover{
  color: #fff;
  background: #36aae7;
  border-color: #ac2925;
}
.approvebtn{
  color: #fff;
  background: #123282;
  border-color: #0079c2;
  border: none;
  padding: 5px 13px 5px 13px;
  border-radius: 5px;
}
.approvebtn:hover{
  color: #fff;
  background: #36aae7;
  border-color: #043f77;
}
.fields{
  font-size: 18px;
  font-weight: 900;
}
.imglogoPreview{
  max-height: 100%;
  max-width: 50%;
}
@media screen and (max-width: 500px) {
  .mobileview{
    margin-bottom: 10px;
  }
}
/* preview page styling ended */
/* account page styling */


.loginText{
  color: #8a6d3b;
  font-size: 15px;
  font-weight: 900;
}
.signupText{
  font-size: 15px;
  font-weight: 900;
  color: #3c763d;
}
.forgot a{
  color: #123282;
}
.forgot a:hover{
  color: #000;
  text-decoration: none;
}


.decoration{
  text-decoration: none !important;
  color: #123282;
}
/* account page styling ended */
/* thankyou page styling */
.topic-thanks .title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.login_link{
  padding: 8px 5px !important;
    display: block;
    width: 17%;
    margin: 20px auto;
    background: #123282;
    color: white;
    border-radius: 5px;
    text-align: center;
}
.login_link:hover{
  color: white;
  text-decoration: none;
}
/* thankyou page styling ended */
/* forgot_username styling */
.emailcard{
  margin: 50px auto;
  margin-bottom: 0px;
}
.emailcard .card{
  background: #F7F7F7;
  border: 1px solid #cccccc;
}
.codebtn{
    width: 100%;
    color: #fff;
    background: #123282;
    border-color: #0079c2;
    border: none;
    padding: 5px;
}
.codebtn:hover{
  background: #36aae7;
  border-color: #043f77;
}
.cardspace{
  margin-top: 10px;
}
.emailheading{
  font-size: 1.5em;
  font-weight: 600;
}
/* forgot_username styling ended */
/* smsverification page */
.msg{
  background: #DFF0D8;
  color: #3C763D;
}
.emailcard1{
  margin: 50px auto 20px;
}
.emailcard1 .card{
  background: #F7F7F7;
  border: 1px solid #cccccc;
}
/* smsverification page ended */

/* signup page */
.iti__selected-flag {
  height: 34px !important;
}

/* Dashboard styling */
.tblborder{
  border: 2px solid black;
}
.headclr{
  background-color: #123282;
}
.headclr:hover{
  background: #CCC;
}
.clrfieldHead{
  color: #fff;
}
.bgClr{
  background: #fff;
}
.bgClr:hover{
  background: #CCC;
}
.creditDetails{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0px !important;
  font-style: italic;
}
span.no-results {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  background:#123282;
  color: #fff;
  height: 35px;
  padding-top: 6px;
}
/* Dashboard styling ended */

/* create PR page  */
input#submit_form {
  float: right;
}
.submit_text {
  text-align: right;
}
/* create_pr page end */

/* menu style start here */
.row.newswire-nav.menu-items {
  display: flex;
  justify-content: space-around;
}

/* fahad new styles */
/* buy_now styling */
.boxshadow{
  box-shadow: 0 3px 24px #d2d2d2;
  padding: 31px 3% 37px 3.5%;
}

.form .plan input{
	display: none;
  width: 100%;
  height: 100%;
}
.form .plan .package{
	position: relative;
	color: #fff;
	background: linear-gradient(to bottom right, gray 0%, #1ae6ff 100%);
	font-size: 26px;
	text-align: center;
	display: block;
	border: 3px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  max-width: 30%;
  margin: 1% 0 1% 1.6%;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .form .plan .package{
    max-width: inherit;
  }
}
.packageselect{
  border: 3px solid #333 !important;
	background: linear-gradient(to bottom right, gray 0%, #090e4e 100%) !important;
}
.form .plan input:checked + label:after{
	content: "\2713";
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #333;
	background-color: #2fcc71;
	z-index: 999;
	position: absolute;
	top: -10px;
	right: -10px;
  color: #fff;
}
.pkgdetail{
  padding-top: 20px;
}
.pkgdetail p{
  font-size: 20px;
  color: #fff;
}
.lbl{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn-cont{
  background: #123282 !important;
  color: #fff;
}
.btn-cont:hover{
  background: #2081C4 !important;
}
.contactme{
  color: #123282;
  font-weight: bold;
}
.contactme:hover{
  text-decoration: none;
  color: #000;
}

/* buy_now styling ended */
/* forgot password styling */
.envelope{
  position: absolute;
  padding: 10px;
  z-index: 2000000;
}
.padL{
  padding-left: 35px;
}
.panel-forgot{
  box-shadow: 0 8px 8px #d2d2d2;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ddd;
}

/* forgot password styling ended */
/* payment styling */
.tblhover:hover{
  background: #CCC;
}
.discountBtn{
  background: #123282;
  color: #FFF;
  border: none;
  height: 36px;
}
.discountBtn:hover{
  background: #2081C4;
}
/* payment styling ended */

/* submit pr  */
button#submit_pr {
  background: #123282;
  color: #fff;
  float: right;
}