body{
	font-family: 'Roboto', sans-serif;
	 margin:0px;
	 padding:0px;
	 font-size: 15px;
	 color:#757575;
	 line-height:normal !important;
}
@import url('../external61f2.html?link=https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500;1,700;1,900&amp;display=swap');
h1 strong{color:#505050;}
h2 strong{color:#505050;}
h2 strong{color:#505050;}
h4 strong{color:#505050;}
h5 strong{color:#505050;}
h6 strong{color:#505050;}
body.thank-you{
     width: 100%;
    background-image: url(../images/backgorund-member.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}
button{border:none; outline:none;}
a{border:none; outline:none;}
/***Heade Start*****/
header {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    background: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
 
  border-bottom:1px solid #ccc;
}
header nav.navbar.navbar-expand-lg {
    width: 100%;
    padding: 0px;
}
header div#navbarTogglerDemo02 {
    justify-content: flex-end;
}
header .logo img {
    width: 135px;
}
header ul.navbar-nav li a {
	font-size: 15px;
	color: #505050;
	text-transform: uppercase;
	font-weight: 500;
	border-right: 1px solid #d0d0d0;
	padding: 0px 25px;
}
header ul.navbar-nav li a:hover{
	color:#1b608c;
}
header ul.navbar-nav li:last-child a {
	border-right: 0px;
}
header .head-buttons {
    display: inline-block;
}

header .head-buttons button {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(201, 152, 0);
    border-radius: 19px;
    background-color: rgb(252, 200, 37);
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 22px;
    display: inline-block;
    margin-left: 5px;
}
.login a {
	color: #4f3b00;
}
.login a:hover {
	text-decoration:none;
}
.register a {
	color: #ffffff;
}
.register a:hover {
	text-decoration:none;
}

header .head-buttons button i {
    padding-right: 5px;
}
.navbar li a{color:#505050;}
.navbar li a:hover{text-decoration:none;} 

header .head-buttons button.register {
    color: #fff;
    border-color: rgb(0, 73, 120);
    background-color: rgb(27, 96, 140);
}
/****Header Close*****/


/****Membership form start******/
.membership-form {
    width: 100%;
    background-image: url(../images/backgorund-member.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0px;
}
.membership-form button.btn{
	border-radius: 0px !important;
}
.membership-form .member-col-row {
    min-width: 390px;
    background: #fff;
    text-align: center;
    padding: 0px 20px 20px;
}
.membership-form .member-col-row .edit-head {
    text-align: center;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select-dropdown select {
	width: 100%;
}
#slect-countery-code {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	background: #fff !important;
}

.signrqfrm {
	padding: 10px 0 !important;
	float: left;
	width: 100%;
}

.membership-form .member-col-row .edit-head img.edit-icon {
    position: absolute;
    width: auto;
}
.member-col-row h3 {
    font-size: 22px;
    color: #505050;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    margin: 30px 0px;
}

.member-col-row h3::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    border: 1px solid #879bad;
    width: 11%;
}

.member-col-row h3::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    border: 1px solid #879bad;
    width: 11%;
}
.member-col-row .form-group input {
    font-size: 15px;
    color: #757575;
    text-align: center;
    font-weight: 300;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    outline: 0;
}
.member-col-row .form-group select {
    font-size: 15px;
    color: #757575;
    text-align: center;
    font-weight: 300;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    outline: 0;
}
.member-col-row .form-group textarea {
    font-size: 15px;
    color: #757575;
    text-align: center;
    font-weight: 300;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    outline: 0;
}
.membership-form .member-col-row .form-group {
    margin-bottom: 20px;
}

.membership-form .form-control:focus{
	box-shadow: none !important
}

.submit-btn {
	border-radius: 0px;
}
.membership-form button.btn {
    background-image: -webkit-linear-gradient( 90deg, rgb(249,159,21) 0%, rgb(255,186,52) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,159,21) 0%, rgb(255,186,52) 100%);
    width: 100%;
    font-size: 18px !important;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8) !IMPORTANT;
    font-weight: bold !important;
    border: 1px solid #ca7a00 !IMPORTANT;
    padding: 10px;
}
.membership-form .member-col-row .form-group.textarea {
    margin-bottom: 0px;
}

.membership-form .member-col-row .form-group.textarea textarea {
    border-bottom: 0px;
}
.botf-nospace {
	padding-bottom: 0px;
	margin-bottom: 0px !important;
}
.botf-nospace input{border-bottom:0px !important;}
.nohve-accout {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.nohve-accout a{color:#174f78; font-weight:bold;}

/****Membership form Close******/
.membership-form .member-col-row .edit-head img.logo {
    margin-top: -15px;
}
/****Thank you page*****/
.thanks-message {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thanks-message h1 {
    color: #fcc924;
    text-transform: capitalize;
    font-size: 30px;
    padding: 10px 0px;
    margin: 0px;
}

.thanks-message p {
    color: #ffff;
    
    font-size: 18px;
    font-weight: 300;
}
/*****Thank you page close****/
p.copy-right {
    text-align: center;
    font-size: 12px;
    color: #757575;
    padding-top: 20px;
}
.textarea input{
    border-bottom: 0px !important;
}

.thanks-logo {
	padding: 0px 0px 15px;
}
.noborder-bottom {
	margin-bottom: 0px !important;
}
.noborder-bottom input {
	border-bottom: 0px !important;
}

/*crosel css*/
.carousel-caption-textad{top:0px; margin-top:15%;}
h1.cchd-main {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
}

h1.cchd-main span {
    color: #fcc825;
}

.action-sctn{
	width: 320px;
	margin: auto;
}

.act-links {
	float: left;
	width:48%;
	text-align: center;
}
.alfl-rightsld{float:right;}
.act-links a{float:left; text-align:center; width:100%;}
.act-icon {
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin: auto;
}

.act-text {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color:#007ac9;
	margin-top:10px;
}
.text-yellow{color:#fcc825;}
.act-icon img {
	margin-top: 12px;
}

.carousel-caption-textad{font-size:17px;}

.slider-button-divider {
	float: left;
	width: 1px;
}

/*slider close*/


/*about section*/

.about-section{float:left; width:100%; padding:50px 0;}
.main-sectn-hding {
	text-align: center;
	padding-bottom: 15px;
	float: left;
	text-align: center;
	width: 100%;
}

.contact-hding-main{padding-bottom:0px;}
.main-sectn-hding h2{margin-bottom:0px;}
.hdline-bot{float:left;width:100%;}


.about-pix {
	float: left;
	width: 100%;
}

.apix1 {
	float: left;
	width:48%;
}

.apix2 {
	float: right;
		width:48%;
}

.about-taxt {
	float: left;
	width: 100%;
	padding-top: 15px;
}
.about-taxt h4{margin-bottom:0px;}
.about-taxt p{margin-bottom:10px;}
.about-bot-line {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

/*about section*/
.serv-offer-sctn{float:left; width:100%;}
.serv-offer-sctn .hd-bot-text{text-align:center; font-size:17px; font-weight:300;}


.serv-fullw-sectn {
	float: left;
	width: 100%;
}

.sfs-internal-wrapper {
	width: 100%;
	max-width: 1366px;
	margin: auto;
}

.serboxes {
	float: left;
	width: 33.3333333%;
}
.serboxes .serv-pixbx {
	float: left;
	width: 100%;
	background: #000000;
	position: relative;
}
.serboxes  .serv-pixbx img{ float:left; width:100%;opacity: 0.5; cursor:pointer; height:341px;}
.serboxes  .serv-pixbx:hover img{ float:left; width:100%;opacity: 0.90;}
.serboxes .serv-textbx{float:left; width:100%; height:341px; background:#f6f6f6; border-bottom:1px solid #ccc;}

.arrow-down {
	float: left;
	width: 100%;
	text-align: center;
}

.serboxes .serv-pixbx.arrow-down img {
	position: absolute;
	z-index: 11111;
	width:auto;
	width:30px; height:14px;
}

.arrow-down {
	float: left;
	width: 100%;
	text-align: center;
}

.serboxes .serv-pixbx .arrow-down img {
	position: absolute;
	z-index:99;
	width: auto;
	width: 30px;
	height: 14px;
	bottom: 0;
	opacity: 100;margin-left:-15px;
}

.arrow-up {
	float: left;
	width: 100%;
	text-align: center;
}

.serboxes .serv-pixbx .arrow-up img {
	position: absolute;
	z-index: 11111;
	width:auto;
	width:30px; height:14px;
	top: 0;
	opacity: 100;
	margin-left:-15px;
}







.topst-border{border-top:1px solid #ccc; border-bottom:0px !important;}
.serv-hding {
	padding-left: 5%;
	width: 100%;
	padding-top: 30px;
}
.serv-hding h5 {
	margin-bottom: 0px;
	color: #505050;
	font-weight:bold;
}
.serv-hding span{color:#ffa019; text-transform:uppercase;}
ul.serv-listing {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	line-height: 25px;
}


ul.serv-listing li{background:url("../images/bullet-point.html") no-repeat left center; list-style:none;}
ul.serv-listing li span{padding-left:15px; cursor:pointer;}
ul.serv-listing li:hover span{color:#1b608c;}


.responsbility-sectn{	float: left;
	width: 100%; padding:50px 0;}
	
	.sim-expln{float: left;
	width: 100%; text-align:center;}
	
	
	.chart-expln {
	float: left;
 padding-top:25px;
}
.chart-expln .rsblty-box-left {float:left; width:30%; padding-top:70px;padding-right:2%;}
.chart-expln .rsblty-box-center{float:left; width:40%;}
.chart-expln .rsblty-box-right {float:left; width:30%; padding-left:2% !important; padding-right:0px !important;}
.chart-expln .rsblty-box-center img{width:100%;}
.rsblty-icon{float:left; width:22%;}
.rsblty-icon span{background:#1b608c; color:#fff; width:60px; height:60px; text-align:center; line-height:60px; border-radius:50%; display:block; font-size:25px; font-weight:bold;}
.rsblty-taxt{float:left; width:78%;}
.borde-btm {
	border-bottom: 1px solid #ccc;
	float: left;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.getin-tochsctn{background:url("../images/getin-touc-back.html"); background-size:cover; list-style:none; float:left; width:100%; padding:50px 0; text-align:center;}
.getint-cntsectn{width:100%; float:left;}
.getint-cntsectn h2{color:#fff; text-transform:uppercase; font-weight:bold; font-size:32px;}
.getint-cntsectn p{font-size:17px; color:#fff; font-weight:300; line-height:normal;}
.getint-btn{float:left; width:100%; text-align:center;}
.getint-btn a {
	background: #fcc825;
	color: #574306;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 25px;
	border-radius: 25px;
	display: block;
	width: 190px;
	margin: auto;
}
.getint-btn a:hover{text-decoration:none; background:#fff; color:#1b608c;}

.whyc-sectn{float:left; width:100%; padding:50px 0;}
.hd-bot-text{text-align:center;}

.wccnt-boxes h5{margin-bottom:0px; width:100%; padding-top:10px;}
.wctcnt-bot{padding-bottom:0px;}
.all-boxex{padding-top:15px;}
.wccnt-boxes {
	float: left;
	width: 96%;
	padding: 0 2%;
}
.sctn-divider{background:url("../images/sectn-divider.html") no-repeat right center; top:0; }

.footer-section{
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+1,ffffff+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaea 1%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eaeaea 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eaeaea 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
float:left; width:100%; padding:35px 0;
}

.footer-section h5 {
	color: #505050;
	font-size: 18px;
	font-weight: bold;
margin-bottom:0px;
}
.footer-logo img {
	float: left;
	width: 100%;
}

.footer-section ul{padding:0px; margin:0px; list-style:none;}
.pgrmemb-footer strong{color:#505050; font-size:15px;}
.ftl-email {
	float: left;
	width: 100%;
	color: #505050;
}
.ftl-email a{color:#014779;}



.ft-logo-left p{margin-bottom:0px; float:left; width:100%; line-height:20px;}

.contact-info {
	float: left;
	width: 100%;
	padding-top: 15px;
}
.ftrnav-menu li {
	font-size: 14px;
	line-height:25px; background:url("../images/bullet-point.html")no-repeat left center;
	float:left; width:100%;
}
.ftrnav-menu li a{color:#757575;float:left; width:100%; padding-left:15px;}
.ftrnav-menu li a:hover{color:#1b608c; text-decoration:none;}

.presence-loctn li {
    float: left;
    width: 50%;
}
.fl-member  img{width:100%;}
.presence-loctn li p{font-size:14px; padding-bottom:7px; margin-bottom:0px;}
.presence-loctn li strong{color:#505050;}
.disclm-section{
	float: left;
    width:100%;
	text-align:center;
	padding:20px 0;
	background:#fff;
}
.disclm-section p {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
}
.disclm-section p a{color:#05406c;}
.disclm-section p a:hover{color:#fbbb1d;}
.copyright{padding-top:15px; border-top:1px solid #ccc;}
.copyright p{margin-bottom:0px;}

.pgrmemb-footer {
	float: left;
	width: 100%;
}
.pgrmemb-footer li {
	float: left;
	width: 25%;
	padding: 0 1%;
	
}
.pgrmemb-footer li p{font-size: 13px; margin-bottom:5px;}



/*member area*/
.memberhd-logo {
	float: left;
	width: 15%;
}

.hdrrt-content {
	float: right;
	width: 60%;
}
.fiftk-signup {
	float: left;
	margin-top: 17px;
}
.fiftk-signup a {
	float: left;
	background: #05406c;
	padding: 8px 20px;
	color: #fff;
	border-radius: 25px;
	font-size: 15px;
}
.fiftk-signup a {text-decoration:none;}

.fiftk-signup a strong{color:#fbbb1d;}

.email-notifc {
	float: left;
	width: 35%;
	margin-top: 25px;
	padding-left: 50px;
}

.member-accounts {
	float: right;
	width: 35%;
	padding-top: 25px;
	cursor: pointer;
	position:relative;
}
.actinfo-setng {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #fff;
	position: absolute;
	width: 100%;
	display:none;
	padding-top:38px;
	z-index:1111;
}
.term-list iframe {
	height: 150px;
}
.actinfo-setng li {
	float: left;
	width: 100%;
	padding: 15px;
	border-top: 1px solid #ccc;
}

.actinfo-setng li a {
	color:#757575;
}
.actinfo-setng li a:hover{color:#1d608c; text-decoration:none;}
.member-accounts:hover .actinfo-setng{ display:block;}

.member-accounts  img {float:left;}
.member-accounts span {float: left;padding-right:10px;}
.welcome-user{float:left;}
.membnrt{float:left; color:#1b608c; font-weight:bold;}
.right-dropd-icon {padding-top:7px;}
.clear{clear:both;}



.video-sterming{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaea 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eaeaea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eaeaea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-top:1px solid #ccc;
padding:50px 0;
}

.strem-close-btn {
	background: #ffffff !important;
	position: absolute;
	bottom: 0;right:0;
	display: block;
	z-index: 12345;
	width: 45px;
	height: 45px;
	color: #505050;
	bottom:0;
	opacity: 100;
	text-shadow: none;
}

.strem-close-btn:hover{background: #ff0000 !important;color: #ffffff;}
.mblbox-video {
	padding: 0px !important;
	background: #191411;
	height: 100vh !important;
}

.fullpopup-box{
	float: left;
	width: 100%;
	max-width:100%;
	margin:0px !important;
}
.mevbmain {
	padding-right: 0px !important;
}
.modal-content{border:0px!important; border-radius:0px !important;}


.fullpopup-box iframe{height:100vh !important;}

.toplbanner-video{float:left; width:100%;position:relative;}
.toplbanner-video .clickfsbtn{width:50px; height:50px; background:#fff; position:absolute; bottom:0; right:0; z-index:100; text-align:center; line-height:50px; cursor:pointer;}
.video-listing  .term-list{position:relative;}
.video-listing  .term-list .clickfsbtn{width:40px; height:40px; background:#fff; position:absolute; bottom:0; right:0; z-index:100; text-align:center; line-height:40px; cursor:pointer;}
.video-listing  .term-list .clickfsbtn img{width:15px;}
.about-video {position:relative;}
.about-video .clickfsbtn{width:40px; height:40px; background:#fff; position:absolute; bottom:0; right:0; z-index:100; text-align:center; line-height:40px; cursor:pointer;}


.recent-updates{float:left: width:100%; background:#f3f3f3; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:50px 0;}
.news-webinar {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 20px;
}
ul.news-webinar li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	list-style: none;
}
ul.news-webinar li {
		float: left;
	width: 100%;
	margin-bottom:20px;

}
ul.news-webinar li a{float:left; width: 100%;}

ul.news-webinar li .nw-date {
	float: left;
	width: 70px;
	height: 70px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	padding-top:5px;
}
ul.news-webinar li .nw-date strong {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 13px;
	color: #eba700;
}
ul.news-webinar li .nw-date span {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 13px;
	color: #757575;
}
ul.news-webinar li .nw-date img{
	
	text-align: center;
	
}
ul.news-webinar li .nw-fullinfo {
	float: left;
	width: 80%;
	padding-left: 3%;
}

ul.news-webinar li .nw-fullinfo h5 {
    font-size:16px;
    color: #505050;
    text-decoration: underline; margin-bottom:0px;
}


ul.news-webinar li .nw-fullinfo p{
    font-size: 14px;
    color: #757575; margin-bottom:0px;
	padding-top:5px;
   
}

.videodownload-sectn{float:left; width:100%; float:left; width:100%; padding:50px 0;}

.video-listing {
	padding: 0px;
	margin: 0px;
	list-style:none; margin-left:-2%;
}
.left-right-sctn h4{margin-bottom:0px;}
.video-listing li {
	float: left;
	width: 31%;
	margin-left: 2%;
	margin-bottom: 8px;
}
.download-listing{float:left; width:100%; margin:0px; padding:0px; list-style:none; margin-left:-1.5%;}
.download-listing li{float:left; width:47%; margin:0 1.5%; margin-bottom:15px;}
.download-boxes{background:url("../images/download-bg.html")no-repeat left center; text-align:center; height:148px; width:100%; padding:15px;position: relative; background-size:cover;}
.download-boxes a{color:#fff; line-height:normal;}
.download-boxes a:hover{text-decoration:none;}
.downfile-text {
	padding-top: 10px;
}

.download-link {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 3px 15px; text-align:center;
}
.download-link a{color:#757575; text-transform:uppercase; font-size:12px;}
.video-listing, .download-listing{margin-top:15px; float:left; width:100%;}
.internal-banner-section{background:url("../images/getin-touc-back.html")no-repeat left center; width:100%; height:250px;}
.more, .less {
    text-align: left;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
	color:#05406c;
	font-weight:bold; text-transform:uppercase;
	margin-left:0px !important
}
.less:hover{text-decoration:underline; color:#f6a200}
.more:hover{text-decoration:underline;color:#f6a200} 
.content-info-sectn{padding:50px 0; float:left; width:100%;}
.page-hd-title{float:left; width:100%;}
.page-hd-title h1{color:#fff; line-height:250px; font-size:30px;}



/*50k signup start*/
.radio-group {
	width:125px;;
	margin: auto;
	margin-top:10px;
}

.radio-group input {
	float: left; margin-right:7px; margin-top:5px;
}

.radio-group label {
	float: left; font-weight:400; margin-right:7px;
}
h3.fiftyksignup strong{color:#0f385b;}
.formuslim-account strong{color:#505050;}
.formuslim-account {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.forsmall-screen{display:none;}
.rpbx-leftright h4{margin-bottom:0px;}
.sticky {z-index: 111;}

/*50K Signup close*/

/*contact us page css*/
.contact-form-quote {
	width: 100%;
	max-width: 750px;
	margin: auto;
	margin-top: 15px;
}
.contact-form-quote .form-group{float:left; width:48%; margin:0 1%; padding-bottom:15px;}
.contact-form-quote .form-group input{background:#eee; border:1px solid #ccc; height:50px; line-height:50px; border-radius:0px; font-weight:300; font-size:15px;}
.contact-form-quote .textarea-full{width:98%;}
.contact-form-quote .textarea-full textarea{background:#eee; border:1px solid #ccc; height:175px; border-radius:0px;  font-weight:300; font-size:15px;}
.contact-submit-btn{float:left; width:99%; margin-left:1%;}
.contact-submit-btn button{
	
	background-image: -webkit-linear-gradient( 90deg, rgb(249,159,21) 0%, rgb(255,186,52) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,159,21) 0%, rgb(255,186,52) 100%);
  border: 1px solid #ca7a00 !IMPORTANT;
    padding: 10px; border-radius:0px; font-weight:bold; text-transform:uppercase; padding:10px 20px;
	
}
/*contact us page css close*/

.content-info-sectn h5{font-size:16px; font-weight:bold; margin-bottom:0px; padding-top:10px; float:left; width:100%; color:#505050;}
.content-info-sectn ul{padding:0px; margin:0px; list-style:none;float:left; width:100%;}
.content-info-sectn ul li{padding-top:10px;float:left; width:100%;}
.content-info-sectn p{padding-top:10px;float:left; width:100%; margin-bottom:0px;line-height:22px;}

/*Policy | Terms | Disclamire*/

.term-list{ margin-bottom:0px;}
.pixm-only{display:none;}
.more{margin-bottom:0px !important;}


