@font-face {
  font-family: BebasNeue;
  src: url(https://www.freeiphoneunlock.com/css/BebasNeue.otf);
}

@font-face {
  font-family: Museo500;
  src: url(https://www.freeiphoneunlock.com/css/Museo500-Regular.otf);
}

@font-face {
  font-family: Museo700;
  src: url(https://www.freeiphoneunlock.com/css/Museo700-Regular.otf);
}

@font-face {
  font-family: helvetica-neue-ultralight;
  src: url(https://www.freeiphoneunlock.com/css/helvetica-neue-ultralight-5940f710c3657_0.ttf);
}

@font-face {
  font-family: HelveticaNeueLight;
  src: url(https://www.freeiphoneunlock.com/css/HelveticaNeue Light.ttf);
}

@font-face {
  font-family: helvetica-neue-bold;
  src: url(https://www.freeiphoneunlock.com/css/helvetica-neue-bold.ttf);
}

@font-face {
  font-family: helr65w;
  src: url(https://www.freeiphoneunlock.com/css/helr65w.ttf);
}

@font-face {
  font-family: helr45w;
  src: url(https://www.freeiphoneunlock.com/css/helr45w.ttf);
}

body {	
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: orange;
}

::-webkit-selection {
    color: white; 
    background: orange;
}

::-moz-selection {
    color: white; 
    background: orange;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}



/*--- header-area start ---*/
.header-area  {
    background-color: #F5F5F5;
    padding: 10px 0;
}

.header-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header-left ul li {
    display: inline-block;
    margin: 0 2px;
}

.header-left ul li img {
    max-width: 100%;
    display: inline-block;
    margin-top: -4px; 
}

.header-left ul li span {
    font-family: HelveticaNeueLight;
    color: #3C3D42;
    font-size: 18px;
}


.header-left ul li a {
    font-family: HelveticaNeueLight;
    color: #3C3D42;
    font-size: 18px;
    padding-left: 8px;
    display: inline-block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.header-left ul li a:hover {
    opacity: 0.8;
}

.header-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}

.header-right ul li {
    float: left;
    margin: 0 2px;
}

.header-right ul li img {
    max-width: 100%;
    display: inline-block;
    margin-top: -4px; 
}


.header-right ul li a {
    font-family: HelveticaNeueLight;
    color: #3C3D42;
    font-size: 18px;
    padding-left: 8px;
    display: inline-block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.header-right ul li a:hover {
    opacity: 0.8;
}

/*--- dnheader-area start ---*/
.dnheader-area  {
    background-color: #000000;
    padding: 18px 0;
}

.dnheader-left img {
    max-width: 100%;
    display: block;
    margin-top: 5px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.dnheader-left img:hover {
    opacity: 0.8;
}

.dnheader-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}

.dnheader-right ul li {
    color: #fff;
    float: left;
    margin: 0 8px;
}


.dnheader-right ul li a {
    font-family: HelveticaNeueLight;
    color: #fff;
    font-size: 18px;
    padding-left: 8px;
    display: inline-block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.dnheader-right ul li a:hover {
    opacity: 0.8;
}

/*---- mobileheader-area start ----*/
.mobileheader-area {
    background-color: #000000;
    padding: 15px 0;
    display: none;
}

.navbar {
    padding: 0px;
}

.navbar-brand img {
    max-width: 100%;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.navbar-brand img:hover {
  opacity: 0.8;
}

.main-menu-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu-part ul li {
    float: left;
}

.main-menu-part ul li a {  
    display: block;
    padding: 0px 5px 0px 15px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.main-menu-part ul li a:hover {
    color: #63B7E6;
}

.hamburger {
  padding: 10px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  outline: 0px!important;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}


/*--- headerinner-area start ---*/
.headerinner-area  {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.headerinner-left h2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.headerinner-left h2 span {
    font-family: HelveticaNeueLight;
    font-weight: 400;
}


.headerinner-left p {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 8px;
}

.headerinner-left img {
    max-width: 100%;
    display: block;
    padding-top: 75px;
}


.headerinner-right  {
    background-color: #F4F4F4;
    padding: 3px;
    border-radius: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.8);
}
.headerinner-right h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    background-color: #D16517;
    padding: 10px 12px;
    border-radius: 14px 14px 0px 0px;
    margin: 0;
}
.headerinner-right p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}
.headerinner-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 10px;
}
.headerinner-right ul li {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #DA6C1E;
    margin-bottom: 11px;
    padding: 10px 10px;
}
.headerinner-right ul li i {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 47px;
    height: 47px;
    display: block;
    line-height: 47px;
    background-color: #16120F;
    text-align: center;
    float: right;
    margin-right: -10px;
    margin-top: -10px;
}
.headerinner-right h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    background-color: #37322F;
    border-radius: 5px;
    padding: 12px 10px;

}
.headerinner-right h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    background-color: #37322F;
    border-radius: 5px;
    padding: 12px 10px;
    margin-top: 10px;

}
.btn_l {
    text-align: center;
}
.btn_l a img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding: 8px;
    padding-top: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}
.btn_l a img:hover {
    opacity: 0.8;
}

/*--- npwt-area start ---*/
.npwt-area {
    background-color: #F5F5F5;
    padding: 60px 0;
}

.npwt-left h2 {
    font-family: helvetica-neue-bold;
    color: #FF8B38;
    font-size: 40px;
    font-weight: 600;
}

.npwt-left p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 30px;
    line-height: 35px;
    padding-top: 7px;
}

.npwt-btn {
    padding-top: 24px;
}

.npwt-btn a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 33px;
    padding: 11px 52px;
    background-color: #FF8B38;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.npwt-btn a:hover {
    background-color: #000000;
}

.npwt-right img {
    max-width: 100%;
    display: block;
    margin: auto;
}

/*--- mainwcu-area start ---*/
.mainwcu-area {
    background-color: #F5F5F5;
    padding: 60px 0;
    padding-bottom: 10px;
}

/*--- wcu-area start ---*/
.wcu-area {
    background-color: #F5F5F5;
    padding: 30px 0;
}

.wcu-top h2 {
    font-family: helvetica-neue-bold;
    color: #00AEF0;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.wcu-top p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 50px; 
}

.wcu-paart {
    border-right: 1px solid #9F9F9F;
}

.wcu-paart1 {
   border-right: none;
}

.wcu-paart2 {
    border-left: 1px solid #9F9F9F;
}

.wcu-paart img {
   max-width: 100%;
   display: block;
   margin: auto;
   padding-top: 50px;
}

.wcu-paart h2 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding-top: 28px;
}

.wcu-paart p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 18px;
    text-align: center;
    line-height: 26px;   
}

/*--- mainmpm-area start ---*/
.mainmpm-area {
    background-color: #333333;
    padding: 60px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*--- mainmpm-area start ---*/
.mpm-area {
    background-color: #333333;
    padding: 20px 0;
}

.mpm-top h2 {
    font-family: helvetica-neue-bold;
    color: #FF8B38;
    font-size: 39px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 35px;   
}

.mpm-part img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.mpm-part p {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    padding-top: 13px;   
}

/*--- wlpf-area start---*/
.wlpf-area {
    background-color: #F5F5F5;
    padding: 60px 0;
}

.wlpf-left h2 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 33px;
    padding-bottom: 15px;  
}

.wlpf-left p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    line-height: 32px; 
}

.wlpf-right img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 100px;
}

/*---  bpyo-area start---*/
.bpyo-area {
    background-color: #00AEF0;
    padding: 60px 0;
    padding-bottom: 0px;
}

.bpyo-left h2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 12px;
    line-height: 31px;
}

.bpyo-left p {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 23px;
    line-height: 26px;   
} 

.bpyo-left h6 {
    font-family: helvetica-neue-bold;  
}

.bpyo-left h6 a {
    color: #fff;
    font-size: 26px;
    line-height: 32px;  
    text-decoration: underline;
}

.bpyo-btn {
   padding-top: 20px;
}

.bpyo-btn a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 24px;
    background-color: #FF8B38;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.bpyo-btn a:hover {
    background-color: #000000;
}


.bpyo-right {
   border-left: 1px solid #fff;
}

.bpyo-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.bpyo-right ul li {
    display: block;
    padding-bottom: 20px;
}

.bpyo-right ul li img {
    max-width: 100%;
    display: inline-block;
    padding-left: 25px;
}

.bpyo-right ul li p {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding-left: 88px;
    margin-top: -38px;   
}

/*---  dnbpyo-area start---*/
.dnbpyo-area {
    background-color: #00AEF0;
    padding: 60px 0;
}

.dnbpyo-part {
    text-align: center;
}

.dnbpyo-part a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 21px;
    background-color: #FF8B38;
    padding: 10px 40px;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    box-shadow: 0px 3px 5px rgb(0,0,0,.8);
}

.dnbpyo-part a:hover {
    background-color: #000000;
}

/*---  last-area start---*/
.last-area {
    background-color: #404040;
    padding: 60px 0;
    padding-bottom: 0;
} 

.last-top {
    border-bottom: 2px solid #5B5B5B;
    padding-bottom: 25px;
}

.last-part h2 {
    font-family: helvetica-neue-bold;
    color: #FF8B38;
    font-size: 18px;
    padding-bottom: 13px;
}

.last-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.last-part ul li {
    display: block;
    padding-bottom: 5px
}

.last-part ul li a {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 16px;
    display: block;
    padding-right: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;   
}

.last-part ul li a:hover {
    opacity: 0.8;
}

.last-part img {
    max-width: 100%;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.last-part img:hover {
    opacity: 0.8;
}

.last-a1 {
    padding-top: 43px;    
}

.last-a2 h2 {
    font-family: helvetica-neue-bold;
    color: #FF8B38;
    font-size: 18px;
    padding-bottom: 13px; 
}

.last-a2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.last-a2 ul li {
    display: block;
}

.last-a2 ul li p {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 16px;
}

.last-a2 ul li p a {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 14px;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;     
}

.last-a2 ul li p a:hover {
    opacity: 0.8;
}

.last-a3 img {
    max-width: 100%;
    display: block;
    padding-top: 5px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.last-a3 img:hover {
    opacity: 0.8;
}

.last-a3 p {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 14px;
    margin: 0;
    padding-top: 24px; 
    padding-bottom: 10px;
}


.last-part h3 {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 18px;
    padding: 10px 11px;
    background-color: #494949;
    box-shadow: 0px 1px 3px rgba(0,0,0,.8);
}

.last-btn a {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 15px;
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #F6F6F6;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;     
}

.last-btn a:hover {
    opacity: 0.8;
}



.form-part form {
    width: 100%;
}

.form-part form  input[type="email"] {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 18px;
    border: none;
    background: none;
    outline: none;
    width: 100%;
    padding: 10px 10px;
    background-color: #494949;
    box-shadow: 0px 1px 3px rgba(0,0,0,.8);

}

.form-part form  input[type="email"]::placeholder {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 18px;
}


.form-part form  input[type="submit"] {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 15px;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 9px;
    border: 1px solid #F6F6F6;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}


.form-part form  input[type="submit"]:hover {
    color: #fff;
    border: 1px solid #000000;
    background-color: #000000;
}













/*---  footer-area start---*/
.footer-area {
    background-color: #404040;
    padding: 15px 0;
}

.footer-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-left ul li {
    display: inline-block;
    color: #F6F6F6;
}

.footer-left ul li a {
    font-family: helvetica-neue-bold;
    color: #F6F6F6;
    font-size: 16px;
    display: block;
    transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
     -webkit-transition: 0.2s all ease;    
}

.footer-left ul li a:hover {
    opacity: 0.8;
}

.footer-left p {
     font-family: helvetica-neue-bold;
     color: #F6F6F6;
     font-size: 16px;
     margin: 0;
     padding-top: 5px;   
}

.footer-left p a {
    font-family: helvetica-neue-bold;
     color: #FF8B38;
     font-size: 16px;
     transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
     -webkit-transition: 0.2s all ease;
}

.footer-left p a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    padding-top: 10px;
}

.footer-right ul li {
    float: left;
}

.footer-right ul li a {
    color: #CCCCCC;
    font-size: 18px;
    padding-left: 17px;
    transition: 0.2s all ease;
     -moz-transition: 0.2s all ease;
     -webkit-transition: 0.2s all ease;
}

.footer-right ul li a:hover {
    color: #FF8B38;
}

/*--- about-area start  ---*/
.about-area  {
    background-color: #EDECEB;
    padding: 60px 0;
}

.about-left h2 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 37px;
    padding-bottom: 15px;
}

.about-left p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 21px;
    text-align: justify;    
}

.about-right img {
    max-width: 100%;
    display: block;
    float: right;
}

/*--- tmctn-area start  ---*/
.tmctn-area {
    background-color: #EDECEB;
    padding: 40px 0;
}

.tmctn-part h2 {
    font-family: helvetica-neue-bold;
    color: #00AAE5;
    font-size: 38px;
    padding-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.tmctn-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tmctn-part ul li {
    display: block;
    padding-bottom: 32px;
}

.tmctn-part ul li i {
    color: #333333;
    font-size: 15px;
}

.tmctn-part ul li p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    text-align: justify;
    margin: 0;
    padding-left: 29px;
    margin-top: -29px;
    line-height: 32px; 
}

/*--- pypy-area start  ---*/
.pypy-area  {
    background-color: #EDECEB;
    padding: 40px 0;
}

.pypy-part h2 {
    font-family: helvetica-neue-bold;
    color: #00AAE5;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}


.pypy-part h3 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    padding-top: 21px;    
}


.pypy-part p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    text-align: justify;    
}

/*--- mainpuis-area start  ---*/
.mainpuis-area  {
    background-color: #EDECEB;
    padding: 40px 0;
}

/*--- puis-area start  ---*/
.puis-area  {
    background-color: #EDECEB;
    padding: 0px 0;
}

.puis-top1 {
    border-bottom: 1px solid #999999;
    padding-top: 20px;
    padding-bottom: 20px;
}

.puis-top h2 {
    font-family: helvetica-neue-bold;
    color: #00AAE5;
    font-size: 37px;
    padding-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.puis-part h2 {
    font-family: helvetica-neue-bold;
    color: #FF8B38;
    font-size: 25px;
}

.puis-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.puis-part ul li {
    display: block;
    padding-bottom: 5px;
}

.puis-part ul li p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    margin-top: -28px;
    padding-left: 20px;
    margin-bottom: 0;
}

.puis-part ul li i {
    font-size: 5px;
}

.puis-part_a1  ul li i {
     font-size: 10px;
}

.puis-part p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
}

/*--- paid-area start  ---*/
.paid-area  {
    background-color: #EDECEB;
    padding: 30px 0;
}

.paid-part {
    position: relative;
}

.paid-a1 {
     font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 18px;
    background-color: #00AAE5;
    width: 216px;
    height: 36px;
    line-height: 36px;
    border-radius: 7px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -82px;
}

.paid-a1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #00aae5;
    transform: rotate(47deg);
    left: 91px;
    top: 28px;
    right: 91px;
}

.paid-a2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 31px;
    background-color: #00AAE5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: -21px;
    left: 78px; 
}

.paid-b1 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 18px;
    background-color: #808080;
    width: 216px;
    height: 36px;
    line-height: 36px;
    border-radius: 7px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -82px;
    left: 298px;
}

.paid-b1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #808080;
    transform: rotate(47deg);
    left: 91px;
    top: 28px;
    right: 91px;
}

.paid-b2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 31px;
    background-color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: -21px;
    left: 374px;
}

.paid-c1 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 18px;
    background-color: #808080;
    width: 216px;
    height: 36px;
    line-height: 36px;
    border-radius: 7px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -82px;
    right: 295px;
}

.paid-c1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #808080;
    transform: rotate(47deg);
    left: 91px;
    top: 28px;
    right: 91px;
}

.paid-c2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 31px;
    background-color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: -21px;
    right: 390px;
}

.paid-d1 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 18px;
    background-color: #808080;
    width: 216px;
    height: 36px;
    line-height: 36px;
    border-radius: 7px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -82px;
    right: 0;
}

.paid-d1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #808080;
    transform: rotate(47deg);
    left: 91px;
    top: 28px;
    right: 91px;
}

.paid-d2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 31px;
    background-color: #808080;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: -21px;
    right: 98px;
}

.paid-part span {
    width: 80%;
    height: 2px;
    background-color: #909090;
    display: block;
    margin: auto;
    margin-top: 100px;
}

/*--- dnpaid-area start  ---*/
.dnpaid-area  {
    background-color: #EDECEB;
    padding: 30px 0;
}

.dnpaid-left img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}


.dnpaid-left  h2 {
    font-family: BebasNeue;
    color: #00AAE5;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 0;
    padding-top: 5px;
}


.dnpaid-left p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 20px;
    text-align: justify;
    line-height: 33px;
}

.dnpaid-right  h2 {
    font-family: BebasNeue;
    color: #00AAE5;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 25px;
}

.dnpaid-a1 img {
    max-width: 100%;
    display: block;
    margin: auto;
}


.dnpaid-a1 p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 14px;
}

.dnpaid-b1  h2 {
    font-family: BebasNeue;
    color: #00AAE5;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 0;
    padding-top: 5px;
    text-align: center;
}

.dnpaid-b2 p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    padding-top: 13px;
    padding-bottom: 14px;
}


/*--- prmd-area start  ---*/
.prmd-area  {
    background-color: #fff;
    padding: 30px 0;
}


.prmd-left p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 20px;
    margin: 0;
    text-align-last: right;
    padding-top: 23px;
}

.prmd-right {
    border-left: 1px solid #333333;
}


.prmd-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    padding-bottom: 5px;
}

.prmd-right ul li {
    float: left;
}

.prmd-right ul li img {
    width: 128px;
    height: 37px;
    display: inline-block;
    border-right: 1px solid #333333;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.02s all ease;  
    -moz-transition: 0.02s all ease;  
    -webkit-transition: 0.02s all ease;  
}

.prmd-right ul li img:hover {
    opacity: 0.8;
}

.prmd-right p {
    margin: 0;
    padding-left: 87px;
    padding-top: 7px;
}

.prmd-right p img {
   max-width: 100%;
    transition: 0.02s all ease;  
    -moz-transition: 0.02s all ease;  
    -webkit-transition: 0.02s all ease;  
}

.prmd-right p img:hover {
    opacity: 0.8;
}

/*--- cis-area start  ---*/
.cis-area {
    background-color: #EEEDEE;
    padding: 30px 0;
}

.cis-left select {
    font-family: helvetica-neue-bold;
    color: #fff;
    width: 100%;
    outline: none;
    border: none;
    font-size: 24px;
    padding: 8px 17px;
    background-color: #e27324;
    border-radius: 5px;
    margin-bottom: 5px;   
}

.cis-left input[type="text"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
    font-size: 24px;
    padding: 8px 17px;
    background-color: #e27324;
    border-radius: 5px;  
}

.cis-left input[type="text"]::placeholder {
    color: #fff;
    font-size: 24px;
}

.cis-left input[type="email"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
    font-size: 24px;
    padding: 8px 17px;
    background-color: #e27324;
    border-radius: 5px;  
}

.cis-left input[type="email"]::placeholder {
    color: #fff;
    font-size: 24px;
}


.onv-part input[type="checkbox"] {
    width: 25px;
    height: 23px;
}

.onv-part label {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 29.17px;
    cursor: pointer;
    margin: 0;
    padding: 0px 8px;

}


.maincis-left input[type="submit"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
    font-size: 24px;
    padding: 8px 17px;
    background-color: #e27324;
    border-radius: 5px; 
    margin-top: 14px; 
}

.cis-left h2 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 37px;
    margin: 0;    
    padding-bottom: 15px;
}

.cis-right {
    width: 56%;
    float: right;
}

.cis-left p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 29px;
    margin: 0;
    padding-top: 10px;
}

.cis-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 15px;

}

.cis-left ul li {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 25px;
    padding: 5px 16px;
    background-color: #E27324;
    border-radius: 5px;
}

.cis-left ul li i {
    color: #fff;
    font-size: 24px;
    padding: 11px 17px;
    background-color: #292522;
    float: right;
    margin-top: -5px;
    border-radius: 0px 5px 5px 0px;
    margin-right: -17px;    
}

.onv-part {
    text-align: center;
}

.onv-part h2 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 37px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 11px;
    text-align-last: left;
}

.onv-a1 {
    border: 1px solid #E27324;
    border-radius: 5px;
    padding: 15px;
}

.onv-a1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.onv-a1 ul li {
    display: inline-block;
}

.onv-a1 ul li a {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 29px;
    display: inline-block;
    margin: 0 4px;
    padding-top: 19px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.onv-a1 ul li a:hover {
    opacity: 0.8;
}

.onv-a1 ul li i {
    font-size: 24px;    
}

.onv-a1 p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-top: 12px; 
}

.onv-btn {
    text-align: center;
    padding: 22px 0;
}

.onv-btn a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 33px;
    background: #E27324;
    padding: 4px 143px;
    display: block;
    border-radius: 5px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;    
}

.onv-btn a:hover {
    opacity: 0.8;
}

/*--- faq-area start  ---*/
.faq-area {
    background-color: #EFEFEF;
    padding: 30px 0;
}

.faq-left h2 {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 37px;
    margin: 0;
    padding-bottom: 22px;
    padding-top: 0px;
}

.faq-right_aaa {
    padding-bottom: 15px;
}

.dnpaid-left_ccc {
    padding-bottom: 20px;
}

.faq-right img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.faq-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.faq-right ul li {
    display: inline-block;
}


.faq-right ul li img {
    max-width: 100%;
    display: block;
    margin: auto;
}


.ziehharmonika h3 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 21px;
    text-align: left;
    border-radius: 4px;
    padding: 11px 12px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 40px;
    transition: 0.25s all;
    position: relative;
    background-color: #fff;
    border: 1px solid #FF8B38;
    
}

.ziehharmonika .collapseIcon {
    width: 50px !important;
    height: 48px !important;
    line-height: 50px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 0px 5px 5px 0px !important;
    background: #16120f !important;
    position: absolute !important;
    right: 0px !important;
    top: 48% !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
}

.ziehharmonika h3.active {
    margin-bottom: 15px;
    background: #FF8B38;
    color: #fff;
}

.ziehharmonika h3::before {
    content: attr(data-prefix);
    font-size: 18px;
    margin-right: 9px;
}
.ziehharmonika h3.alignLeft {
    padding-left: 35px;
}
.ziehharmonika > div {
    display: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    text-align: left;
    padding: 31px 33px;
    margin-bottom: 9px;
}
.ziehharmonika .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #fff  transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 0.25s all;
    opacity: 0;
}
.ziehharmonika .active .arrowDown {
    bottom: -13px;
    border-color: #ff8b38  transparent transparent transparent;
    opacity: 1;
}
.ziehharmonika .collapseIcon {
    position: absolute;
    right: 20px;
    top: 45%;
    font-size: 25px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
    right: initial;
    left: 20px;
}

.ziehharmonika p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;

}

/*--- fmheader-area start  ---*/
.fmheader-area {
    background-color: #fff;
    padding: 30px 0;
}

.fmheader-left img {
    max-width: 100%;
    display: block;
    padding-top: 7px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fmheader-left img:hover {
    opacity: 0.8;
}

.fmheader-right ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
   float: right;
}

.fmheader-right ul li {
    float: left;
}

.fmheader-right ul li a {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 21px;
    border-right: 1px solid #FF8B38;
    display: block;
    padding: 0 12px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;   
}

.fmheader-right ul li a:hover {
    opacity: 0.8;
}

.fmheader-right ul li a i {
   font-size: 19px;
}

.fmheader-right ul li:nth-child(4) a {
    border-right: none;
    color: #fff;
    font-size: 21px;
    border-radius: 30px;
    margin-left: 8px;
    background-color: #F88737;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fmheader-right ul li:nth-child(4) a:hover {
    opacity: 0.8;
}

.fmheader-right ul li:last-child a {
    border-right: none;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fmheader-right ul li:last-child a:hover {
    opacity: 0.8;
}

/*--- fmhd-area start  ---*/
.fmhd-area {
    background-color: #000000;
    padding: 15px 0;
}

.fmhd-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}

.fmhd-part ul li {
    float: left;
    color: #C0C0C0;
}

.fmhd-part ul li a {
    font-family: helvetica-neue-bold;
    color: #FF8B38;
    font-size: 18px;
    display: block;
    margin: 0 10px;
    transition: 0.2s all ease;  
    -moz-transition: 0.2s all ease;  
    -webkit-transition: 0.2s all ease;  
}

.fmhd-part ul li a:hover {
    opacity: 0.8;
}


/*--- dnfmhd-area start  ---*/
.dnfmhd-area {
    background-color: #FF8B38;
    padding: 15px 0;
}

.dnfmhd-left p {
    margin: 0;
}

.dnfmhd-left p i {
    color: #fff;
    font-size: 20px;
    padding-left: 8px;
}

.dnfmhd-right p {
    margin: 0;
    text-align-last: right;
}

.dnfmhd-right p i {
    color: #fff;
    font-size: 20px;
}

/*--- wtfm-areastart  ---*/
.wtfm-area {
    background-color: #EFEFF0;
    padding: 40px 0;
}

.wtfm-left h2 {
    font-family: helvetica-neue-bold;
    color: #00AAE5;
    font-size: 79px;
}

.wtfm-left h2 img {
    max-width: 100%;
    padding-right: 8px;

}

.wtfm-left p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    text-align: center;
    margin: 0;
}

.wtfm-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 20px 0;
}

.wtfm-left ul li {
    display: inline-block;
}

.wtfm-left ul li a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 22.62px;
    display: block;
    background-color: #FF8B38;
    padding: 10px 277px 10px 22px;
    border-radius: 5px;
    margin: 0 0px;
}

.wtfm-left ul li:last-child a {
    text-align: center;
    font-size: 22.62px;
    padding: 10px 32px;
}

.wtfm-left h3 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 22.62px;
    border: 1px solid #FF8B38;
    border-radius: 5px;
    padding: 15px 20px;
    text-align: center;
    margin: 0;
    line-height: 30px;
}

.phone-part {
    border: 1px solid #aaa;
    padding: 9px 11px;
    border-radius: 5px;
    margin-top: 15px;
}

.phone-part h4 {
   font-family: helvetica-neue-bold;
    color: #FF8B38;
    font-size: 25px;
    margin: 0;   
}

.phone-part h6 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 16.67px;
    margin: 0;  
}

.wtfm-a1 {
    padding-top: 32px;
}

.wtfm-a1 a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 17px;
    padding: 10px 10px;
    display: block;
    background-color: #FF8B38;
    text-align: center;
    border-radius: 30px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.wtfm-a1 a:hover {
    opacity: 0.8;
}


.wtfm-a2 {
    padding-top: 8px;
}

.wtfm-a2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.wtfm-a2 ul li {
    display: block;
}

.wtfm-a2 ul li a {
   font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 17px;
    padding: 10px 38px;
    display: block;
    background-color: #265EB9;
    text-align: center;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.wtfm-a2 ul li a i {
    padding-right: 13px;
}

.wtfm-a2 ul li a:hover {
    opacity: 0.8;
}


.wtfm-a3 {
    padding-top: 8px;
}

.wtfm-3 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.wtfm-a3 ul li {
    display: block;
}

.wtfm-a3 ul li a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 17px;
    padding: 10px 10px;
    display: block;
    background-color: #03A9F4;
    text-align: center;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.wtfm-a3 ul li a i {
    padding-right: 13px;
}

.wtfm-a3 ul li a:hover {
    opacity: 0.8;
}

.wtfm-a3 {
    padding-top: 8px;
}

.wtfm-4 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.wtfm-a4 ul li {
    display: block;
}

.wtfm-a4 ul li a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 17px;
    padding: 10px 10px;
    display: block;
    background-color: #E9654C;
    text-align: center;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.wtfm-a4 ul li a i {
    padding-right: 13px;
}

.wtfm-a4 ul li a:hover {
    opacity: 0.8;
}

.wtfm-a3 ul li a i {
    padding-right: 19px;
}

.wtfm-a4 {
    padding-top: 8px;
}

.wtfm-a4 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.wtfm-a4 ul li {
    display: block;
}

.wtfm-a4 ul li a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 17px;
    padding: 10px 10px;
    display: block;
    background-color: #E9654C;
    text-align: center;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.wtfm-a4 ul li a:hover {
    opacity: 0.8;
}

.mon-part h6 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 20.67px;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    background-color: #FF8B38;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
    margin-top: 22px;
  
}

.mon-part p {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 15.67px;
    margin: 0;
    padding: 19px;
    background-color: #333333;
    border-radius: 0px 0px 5px 5px;
}


.mon-part ul {
    padding: 0;
    margin: 0;
    padding: 19px;
    list-style-type: none;
    background-color: #333333;
    border-radius: 0px 0px 5px 5px;
}

.mon-part ul li {
    display: block;
    padding-bottom: 5px;
}


.mon-part ul li a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 16px; 
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;   
}

.mon-part ul li a i {
     padding-right: 6px;
}

.mon-part ul li a:hover {
    opacity: 0.8;
}

.mon-part22 h5 {;
    line-height: 30px;
}


.mon-part1 {
    padding: 15px;
    background-color: #333333;
    border-radius: 0px 0px 5px 5px;
}

.mon-part1 img {
    max-width: 100%;
    display: block;
}

.mon-part1 h4 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding-left: 56px;
    margin-top: -41px;
    margin-bottom: 9px;
}

.mon-part1 span {
    width: 100%;
    height: 1px;
    background-color: #FF8B38;
    display: block;
    margin: auto;
}

.mon-part1 h4 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding-left: 56px;
    margin-top: -41px;
    margin-bottom: 9px;

}

.mon-part1 span {
    width: 100%;
    height: 1px;
    background-color: #FF8B38;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.mon-part22 {
    padding: 15px;
    background-color: #333333;
    border-radius: 0px 0px 5px 5px; 
}

.mon-part22 h5 {
    color: #fff;
}

.mon-part22 h5 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 14px;
    margin: 0;    
}
select {
    display: block !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    outline: none !important;
    background-color: #DA6C1E !important;
    margin-bottom: 11px !important;
    padding: 10px 10px !important;
    -webkit-appearance:none !important;
}
.select {
    position: relative;
}
.select:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 100%;
    background-image: url(../images/arro.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}


/*--- suse-area start ---*/
.suse-area {
    background-color: #fff;
    padding: 60px 0;
}

.suse-top h2 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 33.33px;
    padding-bottom: 30px;
}

.suse-part form {
    width: 50%;
    margin: auto;
}

.suse-part form p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 29.17px;
    margin: 0;
}

.suse-part form input[type="text"] {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 9px 14px;
    border-radius: 5px;
    border: 1px solid #F58331;
    margin-bottom: 25px;
}

.suse-part form input[type="text"]::placeholder {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
}


.suse-part form input[type="email"] {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 9px 14px;
    border-radius: 5px;
    border: 1px solid #F58331;
    margin-bottom: 25px;
}

.suse-part form input[type="email"]::placeholder {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
}

.suse_b1 {
    border: 1px solid #E27324;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.suse_a1 h2 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 29.37px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 11px;
    text-align-last: left;
}

.suse_a1 input[type="checkbox"] {
    width: 25px;
    height: 23px;
}

.suse_a1 label {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 29.17px;
    cursor: pointer;
    margin: 0;
    padding: 0px 8px;
}


.suse_a1 h6 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 16.67px;
    text-align: center;
    margin: 0;
    padding-top: 12px;
}

.suse_c1 img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding: 40px 0;
}

.suse-part form input[type="submit"], .suse-part form input[type="button"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 33.33px;
    font-weight: 600;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 9px 14px;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: #D86B1C;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.suse-part form input[type="submit"]:hover, .suse-part form input[type="button"]:hover {
    color: #fff;
    background-color: #000000;
}


.suse-part form h5 {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 15.55px;
    margin: 0;
    text-align: center;
}


/*error msg*/
.alert.alert-with-icon {
    padding-left: 65px;
}

.alert.alert-danger {
    background-color: #f55a4e;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 12px 20px -10px rgba(244,67,54,0.28), 0 4px 20px 0 rgba(0,0,0,0.12), 0 7px 8px -5px rgba(244,67,54,0.2);
}
.alert i[data-notify="icon"] {
    font-size: 30px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.alert span {
    display: block;
    max-width: 89%;
}
.alert {
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 20px 15px;
    line-height: 20px;
    margin-bottom: 20px;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after, .clearfix:after {
    clear: both;
}
.alert.alert-success {
    background-color: #5cb860;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 12px 20px -10px rgba(76,175,80,0.28), 0 4px 20px 0 rgba(0,0,0,0.12), 0 7px 8px -5px rgba(76,175,80,0.2);
}