@font-face {
    font-family: 'GothamBold';
	
    src: url('../fonts/gotham/Gotham-Bold.eot');
    src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/gotham/Gotham-Bold.woff2') format('woff2'),*/
         url('../fonts/gotham/Gotham-Bold.woff') format('woff'),
         url('../fonts/gotham/Gotham-Bold.ttf') format('truetype'),
         url('../fonts/gotham/Gotham-Bold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/gotham/Gotham-Light.eot');
    src: url('../fonts/gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/gotham/Gotham-Light.woff2') format('woff2'),*/
         url('../fonts/gotham/Gotham-Light.woff') format('woff'),
         url('../fonts/gotham/Gotham-Light.ttf') format('truetype'),
         url('../fonts/gotham/Gotham-Light.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/gotham/Gotham-Medium.eot');
    src: url('../fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        /* url('../fonts/gotham/Gotham-Medium.woff2') format('woff2'),*/
         url('../fonts/gotham/Gotham-Medium.woff') format('woff'),
         url('../fonts/gotham/Gotham-Medium.ttf') format('truetype'),
         url('../fonts/gotham/Gotham-Medium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/gotham/Gotham-Book.eot');
    src: url('../fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        /* url('../fonts/gotham/Gotham-Book.woff2') format('woff2'),*/
         url('../fonts/gotham/Gotham-Book.woff') format('woff'),
         url('../fonts/gotham/Gotham-Book.ttf') format('truetype'),
         url('../fonts/gotham/Gotham-Book.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico/Pacifico-Regular.eot');
    src: url('../fonts/Pacifico/Pacifico-Regular.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Pacifico/Pacifico-Regular.woff2') format('woff2'),*/
         url('../fonts/Pacifico/Pacifico-Regular.woff') format('woff'),
         url('../fonts/Pacifico/Pacifico-Regular.ttf') format('truetype'),
         url('../fonts/Pacifico/Pacifico-Regular.svg#Pacifico') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nixie';
    src: url('../fonts/NixieOne/NixieOne-Regular-webfont.eot');
    src: url('../fonts/NixieOne/NixieOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts//Nixie One/NixieOne-Regular-webfont.woff2') format('woff2'),*/
         url('../fonts/NixieOne/NixieOne-Regular-webfont.woff') format('woff'),
         url('../fonts/NixieOne/NixieOne-Regular-webfont.ttf') format('truetype'),
         url('../fonts/NixieOne/NixieOne-Regular-webfont.svg#Nixie') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KewlScript';
    src: url('../fonts/kewlscript/KEWLSCRIPT_7-webfont.eot');
    src: url('../fonts/kewlscript/KEWLSCRIPT_7-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/kewlscript/KEWLSCRIPT_7-webfont.woff2') format('woff2'),*/
         url('../fonts/kewlscript/KEWLSCRIPT_7-webfont.woff') format('woff'),
         url('../fonts/kewlscript/KEWLSCRIPT_7-webfont.ttf') format('truetype'),
         url('../fonts/kewlscript/KEWLSCRIPT_7-webfont.svg#KewlScript') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header-tel{ float:right; color:#fff; line-height:normal; margin-top:5px; text-align:right;}
.header-tel a{ color:#fff;}
.header-tel a:hover{ text-decoration:none;}
.header-tel-small{ background-color:#f7901e; color:#fff; font-size:12px; text-align:right; line-height:27px; display:none;}
.header-tel-small a{ color:#fff;}
.header-tel-small a:hover{ text-decoration:none;}
.header-wtsap{ float:right; color:#fff; line-height:normal; margin:5px 0px 0px 20px; text-align:right;}
.header-wtsap img{ display:inline-block;}
.header-wtsap-small{ background-color:#eaeaea; color:#555; font-size:12px; text-align:right; line-height:27px; display:none;}
.header-wtsap-small img{ display:inline-block;}
.header-partner{ float:right; margin:10px 15px 0 0;}
.header-partner-small{ background-color:#eaeaea; color:#559796; font-size:12px; text-align:right; line-height:27px; display:none;}
.header-partner-small a{ color:#559796;}
.header-partner-small a:hover{ text-decoration:none;}

.how a{color:#f86e07 !important;font-weight:bold}


.alert {
padding:5px !important;
}

.header-nav {
  margin: auto;
  max-width: 100%;
  padding: 6px 0;
  width: 1300px;
}

.strike {
  display: block;
  margin: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 75%;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span::before, 
.strike > span::after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 5px;
  position: absolute;
  top: 50%;
  width: 9999px;
}

.strike > span::before {
  right: 100%;
}

.strike > span::after {
  left: 100%;
  margin-left: 5px;
}

body {
	margin: 0;
	padding: 0;
}

.nav > li > a {
  color: #514f50;
  font-family: GothamBook;
  font-size: 14px;
  padding: 5px 12px;
  text-transform: uppercase;
}

.call-txt {
  color: #ff5157;
  font-family: GothamMedium;
  font-size: 13.5px;
}

.call-no {
  color: #7c7c7c;
  font-family: GothamMedium;
  font-size: 14px;
}

.navbar {
  margin-bottom: 10px;
}


.nav li::before {
  color: #f86e07 !important;
  content: "•";
  font-size: 19px;
  left: -4px;
  position: relative;
  top: 30px;
}


.icon-features {
  margin: 50px 0;
}

.icon-features1{
  margin: 38px 0;
}

section.wrap22 {
  background-image: url(../images/header-image7.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 676px;
  width: 100%;
}
section.wrap23 {
  background-image: url(../images/header-image6.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 676px;
  width: 100%;
}
section.wrap24 {
  background-image: url(../images/header-mw.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 676px;
  width: 100%;
}
section.wrap25 {
  background-image: url(../images/header-imagetv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 676px;
  width: 100%;
}
.strike > span {
  color: #ff5157;
  font-family: Pacifico;
  font-size: 36px;
}

.banner-txt1 {
  color: #080808;
  font-size: 31px;
  line-height: 45px;
}

.banner-txt2 {
  border-bottom: 2px solid #878680;
  clear: both;
  font-family: GothamBook;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 5px 0;
}

.banner-txt3 {
  color: #ff5157;
  font-family: GothamLight;
  font-size: 13px;
}

.banner-txt3 .fa-circle::before {
  content: "";
  font-size: 4px;
  margin: 5px;
  vertical-align: middle;
}

.sec-block {
  margin: auto;
  text-align: center;
  width: auto;
}

.col-sm-12.try {
  color: #fff;
  font-family: GothamMedium;
  font-size: 25px;
  font-weight: normal;
  padding: 40px 0 0;
  text-align: center;
}

.col-sm-12.try > span {
  color: #ff5157;
  font-family: Pacifico;
  font-size: 36px;
}

.features-text > h1 {
  font-family: GothamBook;
  font-size: 32px;
  margin: 5px 0;
  text-align: center;
}

.features-text h4 {
  color: #4D4C4E;
  font-family: GothamBook;
  font-size: 14px;
  text-align: center;
}

.features-text span {
  color: #ff5157;
  font-family: KewlScript;
  font-size: 40px;
}

.icon_box {
  margin: auto;
  overflow: hidden;
  padding: 0;
  width: auto;
}

.block-text {
  float: left;
  width: 205px;
}

.block-img {
  background-color: #F4F4F4;
  /*border-radius: 50%;*/
  float: left;
  height: 112px;
  margin-right: 20px;
  width: 112px;
}

.icon-img1{
  background-image: url(../images/beauty-joy_wm1.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-img1:hover{
  background-image: url(../images/beauty-joy_wm2.png);
  background-color:#FF5157;
}

.icon-img2{
  background-image: url(../images/wm02.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-img2:hover{
  background-image: url(../images/beauty-joy_wm2.png);
  background-color:#FF5157;
}

.icon-img3{
  background-image: url(../images/wm03.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-img3:hover{
  background-image: url(../images/beauty-joy_wm2.png);
  background-color:#FF5157;
}

.icon-img4{
  background-image: url(../images/wm04.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-img4:hover{
  background-image: url(../images/beauty-joy_wm2.png);
  background-color:#FF5157;
}

.icon-img5{
  background-image: url(../images/wm05.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-img5:hover{
  background-image: url(../images/beauty-joy_wm2.png);
  background-color:#FF5157;
}

.icon-img6{
  background-image: url(../images/wm06.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-img6:hover{
  background-image: url(../images/beauty-joy_wm2.png);
  background-color:#FF5157;
}
.icon-img7{
  background-image: url(../images/fz01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img8{
  background-image: url(../images/fz02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img9{
  background-image: url(../images/fz03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img10{
  background-image: url(../images/fz04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img11{
  background-image: url(../images/fz05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img12{
  background-image: url(../images/fz06.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img7:hover, .icon-img8:hover, .icon-img9:hover, .icon-img10:hover, .icon-img11:hover, .icon-img12:hover {
  background-image: url(../images/beauty-joy_mw2.png);
  background-color:#FF5157;
}
.icon-img13{
  background-image: url(../images/tv1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img14{
  background-image: url(../images/tv2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img15{
  background-image: url(../images/tv3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img16{
  background-image: url(../images/tv4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img17{
  background-image: url(../images/tv5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img18{
  background-image: url(../images/tv6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-img13:hover, .icon-img14:hover, .icon-img15:hover, .icon-img16:hover, .icon-img17:hover, .icon-img18:hover {
  background-image: url(../images/beauty-joy_tv2.png);
  background-color:#FF5157;
}
.block-text h5 {
  font-family: GothamMedium;
  font-size: 18px;
  margin-top: 0;
  text-align: left;
}

.block-text .know-more {
  color: #ff5157;
  font-family: GothamMedium;
}

.know-more .fa-play::before {
  content: "";
  font-size: 12px;
  margin: 0 5px;
  vertical-align: top;
}

.mob-only{ display:none;}

.feature-cols {
  margin-top: 60px;
  overflow: hidden;
}

.block-text > p {
  color: #717071;
  font-family: GothamBook;
  font-size: 13px;
  text-align: justify;
}

.single-img {
  text-align: center;
}

.services_block {
  margin: 45px auto auto;
  width: 100%;
}

.nav-tabs > li.active, 
.nav-tabs > li.active {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ff5157;
  border-right: 1px solid #ff5157;
  border-top: 1px solid #ff5157;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: medium none;
}

.nav > li > a > img {
  margin-right: 5px;
  max-width: none;
  vertical-align: text-bottom;
}

.nav-tabs li > a {
  background-color: #f1f2f2!important;
  border: medium none!important;
  font-family: GothamBook;
  font-size: 16px;
  outline: 0 none;
  padding: 10px 30px 10px 60px;
}

.services_tab .nav li::before {
  color: #f86e07 !important;
  font-size: 19px;
  left: -4px;
  position: relative;
  top: 30px;
  content:"";
}

.nav-tabs > .tab-img1 a:first-child{
	border-bottom-left-radius: 25px;
}

.nav-tabs > .tab-img3 a:last-child{
	border-bottom-right-radius: 25px;
}

.section-block2 {
  background: url(../images/beauty-joy_93.png) repeat scroll center top rgba(0, 0, 0, 0);
  height: auto;
  width: 100%;
}


.nav-tabs .tab-img1 a {
  background: url(../images/services-img33.png) no-repeat scroll 30px center rgba(0, 0, 0, 0);
}

.nav-tabs .tab-img2 a {
  background: url(../images/services-img22.png) no-repeat scroll 30px center rgba(0, 0, 0, 0);
}

.nav-tabs .tab-img3 a {
  background: url(../images/services-img33.png) no-repeat scroll 30px center rgba(0, 0, 0, 0);
}

.nav-tabs .tab-img4 a {
  background: url(../images/services-imgn.png) no-repeat scroll 30px center rgba(0, 0, 0, 0);
}

.nav-tabs .tab-img5 a {
  background: url(../images/services-imgf.png) no-repeat scroll 30px center rgba(0, 0, 0, 0);
}

.nav-tabs > .tab-img1.active > a
{
  background: url(../images/services-img34.png) no-repeat scroll 30px center rgba(0, 0, 0, 0)!important;
}

.nav-tabs > .tab-img2.active > a
{
  background: url(../images/services-img23.png) no-repeat scroll 30px center rgba(0, 0, 0, 0)!important;
}


.nav-tabs > .tab-img3.active > a
{
  background: url(../images/services-img34.png) no-repeat scroll 30px center rgba(0, 0, 0, 0)!important;
}

.nav-tabs > .tab-img4.active > a
{
  background: url(../images/services-imgnn.png) no-repeat scroll 30px center rgba(0, 0, 0, 0)!important;
}

.nav-tabs > .tab-img5.active > a
{
  background: url(../images/services-imgff.png) no-repeat scroll 30px center rgba(0, 0, 0, 0)!important;
}

.inner-block {
  margin-top: 40px;
  overflow: hidden;
  width: auto;
}

.tab-content h2 {
  border-bottom: 1px solid #d0d0d0;
  font-family: GothamBook;
  font-size: 16.5px;
  margin: 0 0 15px;
  padding-bottom: 15px;
}

.tab-content h3 {
    border-bottom: 1px solid #d0d0d0;
    font-family: GothamBook;
    font-size: 28px;
    /* margin: 0 0 15px; */
    padding-bottom: 15px;
    text-align: center;
	}

.tab-content table tr td {
  padding: 5px 0;
  font-family: GothamBook;
  font-size: 12px;
}

.fd-fnt {
  color: #ff5157;
  font-family: GothamBook;
}

.nav-tabs {
  border-bottom: 1px solid #ff5157; 
  margin: 0px;
  text-align: center;
}

.tab-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #ff5157 #ff5157;
  border-image: none;
  border-right: 1px solid #ff5157;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  padding: 20px;
}

.section_block3 {
  background: url(../images/beauty-joy_86.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
}

.testimonial-block {
  margin: auto auto 30px;
  overflow: hidden;
  width:660px;
}

.testi_img {
  float: left;
  margin-right: 35px;
}

.testi_text > h2 {
  color: #fff;
  font-family: KewlScript;
  font-size: 42px;
      margin-top: 0;
}

.testi_text {
  display: block;
  float: left;
  margin-top: 20px;
}

.testi_text > p {
  color: #fff;
  font-family: GothamBook;
}

.expertise-block {
  display: block;
  margin: auto auto 10px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 75%;
}

.expertise-block > span {
    position: relative;
    display: inline-block;
}

.expertise-block > span::before, 
.expertise-block > span::after {
  background: none repeat scroll 0 0 #777777;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 9999px;
}

.expertise-block > span::before {
  right: 100%;
   margin-right: 25px;
}

.expertise-block > span::after {
  left: 100%;
  margin-left: 25px;
}

.expertise-block > span {
  color: #fff;
  font-family: GothamMedium;
  font-size: 16px;
}

.test_blockqoute > p {
  color: #fff;
  display: inline-block;
  font-family: GothamBook;
  font-size: 14px;
}

.qoute-left {
  margin: 0 10px;
  vertical-align: top;
}

.qoute-right{
margin: 0 10px;

}

.know-more a {
  color: #ff5157 !important;
}


/*FAQ*/

.faq-section {
  background: none repeat scroll 0 0 #f7f7f7;
  width: 100%;
}

.test_blockqoute {
  text-align: center;
}

/*-- main wrapper css */
.span4 {
	margin-top: 18px;
	padding: 2px 0px;
}

.form-control.backg {
  background-color: #fff;
  color: #212121;
  font-family: GothamBook;
  font-size: 14px;
}

.form-control {
  /*border: medium none;
  border-radius: 0;*/
      margin-top: 1px;
    margin-bottom: -1px !important;
}

.call {
	margin: 0px 5px;
}

.test-txt {
  overflow: hidden;
  padding-top: 60px;
}

button.btn.btn-danger {
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: gothamLight;
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  width: 28%;
}

.navbar-default {
  background-color: #ffffff;
  border: medium none;
}

.get-box {
  color: rgba(255, 255, 255, 0.89);
  display: block;
  float: right;
  font-size: 33px;
  text-align: right;
}

.wrap22-bg {
  float: right;
  text-align: center;
  width: 31%;
}

#info-tab3 table{margin-bottom:33px;}
#info-tab5 table{margin-bottom:33px;}
#info-tab4 table{margin-bottom:33px;}
#info-tab2 table{margin-bottom:33px;}
#info-tab1 table{margin-bottom:33px;}
form.form-horizontal {
  background: url(../images/form4.png) repeat scroll center top rgba(0, 0, 0, 0);
  height: 456px;
  padding: 0 40px;
  width: 360px;
}

.form-control {
  height: 35px;
}

.line-hr {
  background-color: #646361;
  border: medium none;
  color: #646361;
  float: left;
  height: 2px;
  margin: 0;
  width: 78%;
}



button.btn.btn-danger.submit {
  width: 70%;
}

.form-control::-moz-placeholder {
  color: #4c4c4e;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
   color: #4c4c4e;
   opacity: 1;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #4c4c4e;
   opacity: 1; 
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #4c4c4e;
   opacity: 1;
}

.form-control:-ms-input-placeholder {  
   color: #4c4c4e;
   opacity: 1; 
}



.form-inline .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-inline  .form-control::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.form-inline  .form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1; 
}

.form-inline  .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.form-inline  .form-control:-ms-input-placeholder {  
   color: #fff;
   opacity: 1; 
}

.form-inline  input:focus::-webkit-input-placeholder { color:transparent; }
.form-inline  input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.form-inline  input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.form-inline  input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.pad {
	text-align: center;
}
.clear {
	clear: both;
}

.free {
  color: #000;
  font-family: GothamBook;
  font-size: 16px;
  text-align: center;
}

.banner_txt {
  color: #010002;
  font-family: GothamBook;
  font-size: 38px;
  margin-bottom: 2px;
  text-align: right;
}

.free1 {
  color: #000000;
  font-family: GothamLight;
  font-size: 28px;
  font-weight: normal;
  margin: 50px 0;
  text-align: center;
}

img.pull-right.dot {
	margin: 22px 0px;
}
img.pull-left.dot {
	margin: 22px 0px;
}



button.btn.btn-default.sub {
	background-color: #f96f08;
	color: #ffffff;
	width: 15%;
}
.form-group.side {
	padding: 0px 12px;
}
input#email {
	width: 221px;
}

input#sub12 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  font-family: GothamBook;
  font-size: 14px;
  width: 214px;
}

button.btn.btn-default.sub {
  background-color: #f96f08;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 50px;
  width: 214px;
  font-family: gothamLight;
  font-size: 16px;
  font-weight:bold;
}



.form-inline {
  text-align: center;
}

.form_section {
  background-color: #000000;
  background-image: url(../images/bkgrnd.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 40px 0;
  width: 100%;
}

.form-inline .form-group {
  margin-right: 15px;
}

.free2 {
  color: #404041;
  font-family: GothamBook;
  font-size: 28px;
  margin: 0;
  text-align: center;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
.testi_text {
  display: inline;
  float: none!important; 
  margin-top: 20px;
}
}


a {
  text-decoration: none !important;
}



.set12 {
  margin-bottom: 30px;
}


section {
	height: auto;
	background: url(../images/beauty-joy_94.png) repeat scroll center top rgba(0, 0, 0, 0);
	width: 100%;
}

a {
	text-decoration: none;
}

footer {
  background-color: #262425;
  box-shadow: 0 10px 5px #888888;
  padding: 10px;
  text-align: center;
}
a.house {
  color: #ffffff;
  font-family: GothamBook;
  font-size: 16px;
  text-decoration: none;
}



@media screen and (max-width: 1280px) {
.header-nav .row {
  margin: 0;
}
.call-no {
  font-family: GothamBold;
  font-size: 18px;
}
}

@media screen and (max-width: 1200px) {
.header-nav .row {
  margin: 0;
}

.process_bg {
  background-size: 63% auto;
  height: 310px;
}

.row.set13 {
  margin-bottom: 22px;
}

.arrow-bg.col-sm-8 {
  left: -5%;
}

.process_txt {
  font-size: 15px;
}

.call-no {
  font-family: GothamBold;
  font-size: 14px;
}

.nav-tabs li > a {
  padding: 10px 30px 10px 60px !important;
}


.nav > li > a {
  font-size: 13px;
  padding: 5px 10px;
}
}

@media screen and (max-width: 992px) {

.header-nav .row {
  margin: 0;
}
.header-nav {
  margin: auto;
  max-width: 100%;
  padding: 6px 0;
  width: 100%;
}

.shirt_img {
  display: none;
}

.process-box2 {
  float: none;
  width:auto;
}
.row.set13 {
  margin-bottom: 0px;
}

button.btn.btn-default.sub {
  margin-top: 25px;
}

.arrow-bg.col-sm-8 {
  left: -20%;
}

.navbar-brand > img {
  display: block;
  position: relative;
  z-index: 999999;
}

section.wrap22 section.wrap23{
  background-position: right center;
}

.process_bg {
  height: 360px;
}


.get-box {
  font-size: 30px;
  float: right;
}

.nav > li > a {
  font-size: 13px;
  padding: 5px 10px !important;
}

.arrow-bg.col-sm-8 {
  display: none;
}

.process_bg {
  height: 268px;
}

.was2 {
  font-size: 14px;
}

.features-text h4 {
  margin-top: 20px;
}
.nav > li > a {
  font-size: 13px;
  padding: 0;
}

.nav-tabs li > a {
  padding: 10px 30px 10px 60px !important;
}


}

@media screen and (max-width: 768px) {

.get-box {
  font-size: 30px;
  float: none;
}

.shirt_img {
  display: none;
}

.process_bg {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: auto;
}

.process-box1 {
  width: auto;
}

input#sub12 {
  margin: auto;
}

.form-inline .form-group {
  margin-right: 0;
}

button.btn.btn-default.sub {
  margin: 0;
}

.navbar-brand {
  height: 60px;
  padding: 5px;
}

.navbar-brand > img {
  display: block;
  position: relative;
  width: 100px;
  z-index: 999999;
}

.test-img {
  float: none !important;
}

.test-txt {
  padding-top: 10px;
}

section.wrap22 section.wrap23 {
  background-position: right bottom;
}

.get1 {
  clear: both;
  float: none;
  margin: auto;
  max-width: 100%;
}


.banner_txt {
  text-align: center;
}

.section-block1 .feature-cols {
  margin-top: 0 !important;
}

.icon_box {
  margin: 20px 0;
}

.img-responsive {
  display: inline;
  text-align: center;
}

.testimonial-block {
  text-align: center;
  width: auto;
}

.testi_img {
  float: none;
  margin-right: 0;
  text-align: center;
}

.img-responsive {
  display: inline;
  text-align: center;
}

.testi_text {
  float: none;
}

.section_block3 {
  background-size: cover;
}

table {
  margin-bottom: 20px;
}

.free {
  font-size: 15px;
}

.features-text h4 {
  margin-top: 20px;
}
.nav-tabs .tab-img1 a {
  background: none;
}

.nav-tabs .tab-img2 a {
   background: none;
}

.nav-tabs .tab-img3 a {
    background: none;
}

.nav-tabs .tab-img4 a {
   background: none;
}

.nav-tabs .tab-img5 a {
   background: none;
}

.nav-tabs > .tab-img1.active > a
{
    background: none!important;
}

.nav-tabs > .tab-img2.active > a
{
    background: none!important;
}


.nav-tabs > .tab-img3.active > a
{
   background: none !important;
}

.nav-tabs > .tab-img4.active > a
{
   background: none !important;
}

.nav-tabs > .tab-img5.active > a
{
   background: none !important;
}

}


	@media screen and (max-width: 480px) {
	.mob-only{ display:block;}
	button.btn.btn-default.sub{
		  margin-left: 52px;
  width: 38%;
  display: block;
  margin-bottom: 19px;}
  
  .col-sm-12.try {
  font-size: 25px;
}

.banner-txt1 {
  font-size: 70px;
}
form.form-horizontal {
  width: auto;
}

.wrap22-bg {
  float: none;
  margin: auto;
  text-align: center;
  width: auto!important;
}

.section_block3 .icon-features1 {
  margin: 70px 0;
}

}
    @media screen and (max-width: 668px) {
	
	.nav-tabs> li > a {
  font-size: 10px;
}
	}
  
  @media screen and (max-width: 600px) {
  button.btn.btn-default.sub{
  margin-left: 52px;
  width: 38%;
  display: block;
  margin-bottom: 19px;}
  
  .form-inline .form-group {
  margin-right: 0;
}

.nav-tabs> li > a {
  font-size: 12px;
  padding: 5px !important;
}
.free {
  font-size: 16px;

}

input#sub12 {
  margin: auto;
}

button.btn.btn-default.sub {
  display: block;
  margin: auto;
  width: 214px;
}

.arrow-bg.col-sm-8 {
  display: none;
}

section.wrap22 {
  background-position: right center;
}
.test-txt {
  overflow: hidden;
  padding-top: 10px;
}

.test-img {
  float: none !important;
}

.process_txt {
  float: none;
}

.img-p {
  margin: 30px 0;
}

.get-box {
  font-size: 30px;
}


.wrap22-bg {
  float: none;
  margin: auto;
  text-align: center;
  width: 360px;
}

.section-block2 .icon-features1 {
  margin: 20px 0;
}

.services_block {
  margin: 20px auto auto;
  width: 100%;
}

.header-nav .row {
  margin: 0;
}

.faq-section .icon-features1 {
  margin: 35px 0;
}
}

@media screen and (max-width: 480px) {
form.form-horizontal {
  width: 360px;
}

}

@media screen and (max-width: 530px) {

  form.form-horizontal.get1 {
 margin-right: 0px
 }
 
.features-text > h1 {
  font-size: 32px;
}

.test-img {
  width: 45%;
}

.span4 {
  margin-top: 4px;
}

.call-no {
  font-family: GothamBold;
  font-size: 16px;
}

.banner_txt {
  font-size: 27px;
}

.nav-tabs> li > a {
  font-size: 9px!important;
  padding: 5px !important;
}

.features-text h4 {
  margin-top: 20px;
}



}

/**************Scroll up*************/


.scroll-top-wrapper {
    position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
    background-color: #777777;
color: #eeeeee;
width: 50px;
height: 48px;
line-height: 48px;
right: 30px;
bottom: 30px;
padding-top: 2px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
background-color: #888888;
}

.scroll-top-wrapper.show {
visibility:visible;
cursor:pointer;
opacity: 1.0;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}