@font-face {
    font-family: Allura-Regular;
    src: url(Allura-Regular.ttf);
}

@font-face {
    font-family: Harabara;
    src: url(Harabara.ttf);
}

@font-face {
    font-family: helr45w;
    src: url(helr45w.ttf);
}

@font-face {
    font-family: helr65w;
    src: url(helr65w.ttf);
}

@font-face {
    font-family: HelveticaNeue-Light;
    src: url(HelveticaNeue Light.ttf);
}

@font-face {
    font-family: helvetica-neue-bold;
    src: url(helvetica-neue-bold.ttf);
}

@font-face {
    font-family: helvetica-neue-ultralight;
    src: url(helvetica-neue-ultralight-5940f710c3657_0.ttf);
}

@font-face {
    font-family: SignPainter-HouseScript-Regular;
    src: url(SignPainter HouseScript Regular.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: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.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: 30px;
    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);   
}


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

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

.topheader-left ul li {
    display: block;
}

.topheader-left ul li i {
    color: #000000;
    font-size: 20.83px;
}

.topheader-left ul li span {
    font-family: helvetica-neue-bold;
    color: #000000;
    font-size: 20.83px;
    padding-left: 5px;
}

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

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

.topheader-right ul li i {
    color: #000000;
    font-size: 20.83px;
}

.topheader-right ul li a {
    font-family: helvetica-neue-bold;
    color: #000000;
    font-size: 20.83px;
    padding-left: 5px;
}

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

.header-left img {
    max-width: 88%;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

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

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

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

.header-right ul li a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 20.83px;
    padding-left: 5px;
    border-right: 1px solid #ffff;
    padding: 0px 10px 0px 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.header-right ul li:last-child a {
    border-right: none;
    padding-right: 0px;
}

.header-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); 
}


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

.dnheader-right form {
    background-color: #00BACE;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.8);
}

.dnheader-right form h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 10px 12px;
    border-radius: 14px 14px 0px 0px;
    margin: 0;
    padding-top: 0;
}

.dnheader-right select {
    /*font-family: helvetica-neue-bold;*/
    color: #fff;
    outline: none;
    font-size: 18px;
    border: none;
    width: 100%;
    /*padding: 12px 9px;*/
    padding: 12px 9px 9px 9px;
    margin-bottom: 9px;
    border-radius: 5px;
    background-color: #313236;
    font-weight: 600;
}

.dnheader-right form h3 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 18.68px;
    text-align: center;
    padding: 9px 6px;
    margin: 0;
    background-color: #9A0127;
    border-radius: 5px;
    margin-bottom: 9px;
    font-weight: 600;
}


.dnheader-right form h4 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 18.68px;
    text-align: center;
    padding: 9px 6px;
    margin: 0;
    background-color: #9A0127;
    border-radius: 5px;
    margin-bottom: 9px;
    font-weight: 600;
}

/*.dnheader-right form button {*/
/*    font-family: helvetica-neue-bold;*/
/*    color: #fff;*/
/*    font-size: 28.52px;*/
/*    border: none;*/
/*    width: 97%;*/
/*    outline: none;*/
/*    background: none;*/
/*    background-color: #333333;*/
/*    margin: auto;*/
/*    padding: 11px 0;*/
/*    border-radius: 30px;*/
/*    display: block;*/
/*    transition: 0.2s all ease;*/
/*    -moz-transition: 0.2s all ease;*/
/*    -webkit-transition: 0.2s all ease;*/

/*}*/


.dnheader-right form button i {
    width: 37px;
    height: 37px;
    line-height: 30px;
    font-size: 18px;
    background-color: #353030;
    border-radius: 50%;
    border: 2px solid #6B6868;
}

.dnheader-right form button:hover {
    opacity: 0.8;
}

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

.orpd-top h2 {
   font-family: helvetica-neue-bold;
   color: #313236;
   font-size: 39.67px;
   margin: 0;
}

.orpd-top span {
    width: 70%;
    height: 2px;
    background-color: #E2E1E1;
    display: block;
    margin-left: 215px;
    margin-top: -12px;
}

.orpd-top p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 19.83px;
    padding-top: 10px;
    padding-bottom: 32px;
}

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


.orpd-top ul li {
    display: inline-block;
    padding-right: 10px;
}

.orpd-top ul li:last-child {
    padding-right: 0px;
}

.orpd-top ul li a img {
    max-width: 100%;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.orpd-top ul li a img:hover {
    opacity: 0.8;
}

.mainorpd-left_a1 {
   padding: 40px 0; 
}

.orpd-left_a1 {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.orpd-left_a1 div img {
    max-width: 90%;
    max-height: 222px;
    /*display: block;*/
    margin: auto;
    /*padding-left: 45px;*/
}
.orpd-left_a1 .imgdiv{
    height: 227px;
    vertical-align: middle;
    line-height: 193px;
    text-align: center;
}
.orpd-left_a1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 19px;
    text-align: center;
    line-height: 28px;
    margin: 0;
    /*margin-top: -48px;*/
}
.orpd-left_a1 div p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 17px;
    text-align: center;
    line-height: 28px;
    margin: 0;
    /*margin-top: -48px;*/
}

.orpd-left_a1 .producttext {
    height: 53px;
}
@media only screen and (max-width: 600px) {
    .orpd-left_a1 div img {
        max-width: 80%!important;
    }
    .orpd-left_a1 .imgdiv {
        height: auto!important;
    }
}
@media only screen and (max-width: 768px) {
    .orpd-left_a1 div img {
        max-width: 66%;
    }
    .orpd-left_a1 .imgdiv {
        height: 260px;
    }
}


.orpd-left_a11 p {
    margin-top: -67px;
}

.orpd-left_a111 p {
    margin-top: -56px;
}

.orpd-btn {
    text-align: center;
    padding: 17px 0;
}

.orpd-btn a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 17.05px;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #282A2C;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.orpd-btn a:hover {
    background-color: #D6083B;
}

.mainorpd-left_a2 {
   padding: 40px 0; 
   padding-top: 0;
}

.orpd-left_p1 p {
    margin-top: -44px;
    padding-bottom: 27px;
}

.orpd-left_p2 p {
    margin-top: -60px;
}

.orpd-left_p3 p {
    margin-top: -42px;
}


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

.orpd-right h3 {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 20.83px;
    font-weight: 600;
    padding-top: 12px;
}

.orpd-right p {
   font-family: helvetica-neue-bold;
   color: #313236;
   font-size: 16.67px;
}

.orpd-right h5 a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px; 
}

.orpd-right h5 span {
    font-family: helvetica-neue-bold;
    color: #949494;
    font-size: 16.67px;
    float: right;
    padding-top: 6px;   
}

.orpd-right_a1 {
    padding-top: 34px;
}


/*--- dnorpd-area start---*/
.dnorpd-area {
    background-color: #EFEEED;
    padding: 50px 0;
}


.dnorpd-left p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 22.92px;
    text-align: justify;
    line-height: 33px;
}

.dnorpd-left img {
    max-width: 100%;
    display: block;
    margin: auto;
}

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

.wcas-left_a2 {
    position: relative;
}

.wcas-left_a1 img {
    max-width: 40%;
    display: block;
    margin: auto;
}

.wcas-left_a22 {
    width: 97px;
    position: absolute;
    top: 60px;
    right: -30px;
}

.wcas-left_a2 img {
    max-width: 50%;
    display: block;
    margin: auto;
    padding: 10px 0;
}

.wcas-top {
    position: relative;
}

.wcas-top_1 {
    width: 21%;
    height: 2px;
    background-color: #BFBFBF;
    display: block;
    position: absolute;
    top: 22px;
    left: 0px;
}

.wcas-top_2 {
    width: 21%;
    height: 2px;
    background-color: #BFBFBF;
    display: block;
    position: absolute;
    top: 22px;
    right: 0px;
}

.wcas-top h2 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 39.67px;
    text-align: center;
    padding-bottom: 40px;
}

.mnwcas-right {
    padding-top: 50px;
}

.wcas-right {
    border: 1px solid #BFBFBF;
    padding: 28px 0;
    padding-bottom: 0;
}

.wcas-right p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    text-align: center;
    line-height: 33px;
    padding-bottom: 14px;

}

.wcas-right span {
    width: 80%;
    height: 2px;
    display: block;
    margin: auto;
    background-color: #BFBFBF;
}

.wcas-right h3 img {
    width: 23% !important;
    display: block !important;
    margin: auto !important;
    margin-top: 37px !important;
}


.customNextBtn i {
   color: #BFBFBF;
    font-size: 27px;
    position: absolute;
    right: 50px;
    margin-top: 5px; 
    cursor: pointer; 
}


.customPrevBtn i {
   color: #BFBFBF;
    font-size: 27px;
    position: absolute;
    right: 20px;
    margin-top: 5px;
    cursor: pointer;  
}


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

.last-top {
    border-bottom: 1px solid #515155;
    padding-bottom: 23px;
}

.last_a1 h3 {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 20.83px;
    padding-bottom: 10px;
}

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

.last_a1 ul li {
    display: block;
}

.last_a1 ul li a {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;
    display: block;
    padding-bottom: 8px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.last_a1 ul li a:hover {
    opacity: 0.8;
}

.last_a2 h3 {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 20.83px;
    padding-bottom: 10px;
}

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


.last_a2 ul li {
    display: block;
    padding-bottom: 8px;
}


.last_a2 ul li a {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.last_a2 ul li:first-child a {
    color: #D6083B;
    font-size: 27px;
}

.last_a2 ul li a:hover {
    opacity: 0.8;
}

.last_a2 ul li span {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;    
} 

.last_a2 ul li:nth-child(6) p {
    padding-left: 48px;
    margin-top: -26px;
    margin-bottom: 0;
}


.last_a2 ul li:nth-child(7) p {
    padding-left: 62px;
    margin-top: -26px;
    margin-bottom: 0;
}


.last_a4 p {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;   
}

.last_a4 form {
    width: 100%;
}

.last_a4 form [type="email"] {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 10px;
    background: none;
    background-color: #47484A;
    box-shadow: 0px 2px 5px rgba(0,0,0,.8); 
}

.last_a4 form [type="email"]::placeholder {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;  
}


.last_a4 form [type="submit"] {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;
    width: 63%;
    border: none;
    outline: none;
    text-transform: uppercase;
    border: 1px solid #8C8D8F;
    padding: 9px 12px;
    margin-top: 13px;
    background: none;
    border-radius: 5px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

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

}

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

.last_a4 ul li {
    display: inline-block;
}

.last_a4 ul li img {
     max-width: 56px;
     padding-top: 20px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;   
}

.last_a4 ul li img:hover {
    opacity: 0.8;
}

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


.footer-left p {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px; 
    margin: 0; 
}


.footer-left p a {
    color: #D6083B;
    font-size: 16.67px;
    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;
}

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

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

.footer-right ul li a {
    color: #EFEEED;
    font-size: 16px;
    display: block;
    padding-left: 16px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease; 
}

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

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

.about-part h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 17px;
}

.about-part p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 20.83px;
    text-align: justify;
    line-height: 35px;
}


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


.tmcn-part h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 17px;
}

.tmcn-part p {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 25px;
    text-align: justify;
    border-bottom: 1px solid #E1E1E1;
    margin: 0;
    line-height: 33px;
    padding: 11px 0;
}


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

.sitemap-top h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 26px;
} 


.sitemap-part h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 20.83px;
    padding-bottom: 8px;
}


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

.sitemap-part ul li {
    display: block;
}

.sitemap-part ul li a {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    display: block;
    padding-bottom: 8px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

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

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


.orderstatus-part h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 17px;
}


.orderstatus-part form {
    width: 45%;
    margin: auto;
}

.orderstatus-part form p {
   font-family: helvetica-neue-bold;
   color: #313236;
   font-size: 20.83px;
   margin: 0;
}

.orderstatus-part form input[type="text"] {
   font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 18px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
}

.orderstatus-part form img {
    max-width: 100%;
    padding-top: 24px;   
}


.orderstatus-part form input[type="submit"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 30.33px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    outline: none;
    border: none;
    background: none;
    padding: 5px 15px;
    border-radius: 7px;
    margin: auto;
    border: 1px solid #470516;
    background-color: #9A0127;
    margin-top: 24px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

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


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

.faq-top h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 45.83px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0px;
    text-align: center;
}

.faq-top h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 37.5px;
    padding-bottom: 36px;
    text-align: center;  
}

.faq-part img {
    max-width: 100%;
    display: block;
}

.faq-part h3 {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 29.17px;
    padding-left: 48px;
    margin-top: -32px;
}

.faq-part p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    padding-bottom: 30px;
}

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

.ctus-top h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 26px;    
}


.ctus-part form {
    width: 55%;
    margin: auto;
}

.ctus-part form p {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 20.83px;
    margin: 0;
    text-transform: uppercase;
}

.ctus-part form p sup {
    color: #D6083B;
    top: -2px;    
}

.ctus-part form input[type="text"] {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;   
} 


.ctus-part form input[type="email"] {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;  
} 


.ctus-part form input[type="tel"] {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;  
}



.ctus-part form textarea {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    height: 210px;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;  
}

.ctus-part form img {
    max-width: 100%;
    display: block;
}


.ctus-part form input[type="submit"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 30.33px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    outline: none;
    border: none;
    background: none;
    padding: 5px 15px;
    border-radius: 7px;
    margin: auto;
    border: 1px solid #470516;
    background-color: #9A0127;
    margin-top: 24px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease; 
}

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

.ctus-part form h6 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 15.55px;
    margin: 0;
    padding-top: 10px;
    text-align: left;
}


.ctus-part form h6 sup {
    color: #D6083B;
    top: -2px;      
}

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

.ctuss-top h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 26px;    
}


.ctus-part_a1 form {
    width: 100%;
    margin: auto;
}

.ctus-part_a1 form p {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 20.83px;
    margin: 0;
    text-transform: uppercase;
}

.ctus-part_a1 form p sup {
    color: #D6083B;
    top: -2px;    
}

.ctus-part_a1 form input[type="text"] {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;   
} 


.ctus-part_a1 form input[type="email"] {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;  
} 


.ctus-part_a1 form input[type="tel"] {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;  
}



.ctus-part_a1 form textarea {
     font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    height: 210px;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 15px 15px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 25px;  
}

.ctus-part_a1 form img {
    max-width: 100%;
    display: block;
}


.ctus-part_a1 form input[type="submit"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 30.33px;
    text-transform: uppercase;
    width: 30%;
    font-weight: 600;
    outline: none;
    border: none;
    background: none;
    padding: 5px 15px;
    border-radius: 7px;
    margin: auto;
    border: 1px solid #470516;
    background-color: #9A0127;
    margin-top: 24px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease; 
}

.ctus-part_a1 form input[type="submit"]:hover {
    background-color: #000000;
}

.ctus-part_a1 form h6 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 15.55px;
    margin: 0;
    padding-top: 10px;
    text-align: left;
}


.ctus-part_a1 form h6 sup {
    color: #D6083B;
    top: -2px;      
}


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

.ukch-top h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 26px;    
}

.ukch-left_a1 {
    position: relative;
}

.ukch-left_a1 h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 28px;  
}

.ukch-left_a1 span {
    width: 39%;
    height: 2px;
    display: block;
    background-color: #D2D2D2;
    position: absolute;
    top: 16px;
    right: 0;

}


.ukch-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 15px;
}

.ukch-left ul li {
    display: block;
    padding-bottom: 40px;
}

.ukch-left ul li img {
    max-width: 100%;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.ukch-left ul li img:hover {
    opacity: 0.8;
}


.ukch-right_a1 {
   position: relative;
}

.ukch-right_a1 h2 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    /*padding-bottom: 45px  */
}

.ukch-right_a2 {
    width: 29%;
    height: 2px;
    display: block;
    background-color: #D2D2D2;
    position: absolute;
    top: 13px;
    right: 0;
}

.ukch-right_a3 {
    width: 29%;
    height: 2px;
    display: block;
    background-color: #D2D2D2;
    position: absolute;
    top: 13px;
    left: 0;
}


.ukch-right_b1 {
    text-align: center;
    padding: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.8);
}


.ukch-right_b1 img {
    max-width: 100%;
    display: block;
    margin: auto;
}


.ukch-right_b1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 14.13px;
    margin: 0;
}


.ukch-right_b1 h3 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 26.27px;
    margin: 0;
}


.ukchright_btn {
    padding: 15px 0;
}

.ukchright_btn a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 16.64px;
    font-weight: 600;
    padding: 9px 28px;
    border-radius: 5px;
    background-color: #BD0735;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
} 

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


.mainukch-a1 {
    padding-top: 30px;
}


.ukch-right_b12 p {
     padding-top: 14px;   
}

.ukch-right_b13 p {
     padding-top: 6px;   
}

.last-mainukch {
    padding-top: 60px;
}

.last-mainukch-part h2 {
     font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 13px;   
}


.last-mainukch-part p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    line-height: 23px;
    text-align: justify;  
}

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

.pege-top h2 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 37.5px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
}


.pege-part img {
    max-width: 100%;
    display: block;
}


.pege-part_a1 {
    margin-top: -82px;
    padding-left: 98px;
}


.pege-part_a1 p {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 25px;
    margin: 0;
}


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

.pege-part_a1 ul li {
    display: inline-block;
}

.pege-part_a1 ul li img {
    max-width: 100%;
    display: inline-block;
    margin-top: -5px;
    padding-right: 5px;
}

.pege-part_a1 ul li a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    padding-right: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

.pege-part_a1 ul li a:hover {
    opacity: 0.8;
}


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

.mainpege-a1 {
    padding: 20px 0;
}

.mainpege-a1_a img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.mainpege-a1_a h2 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 30.16px;
    text-align: center;
    padding-top: 14px;
    margin: 0;
    line-height: 28px;
}

.mainpege-a1_b img {
    max-width: 42%;
    display: block;
    margin: auto;
    margin-top: -28px;
}


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


.pmg-left h3 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}


.pmg-left p {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 16.67px;
}



/*---ppmg-area start  --*/
.ppmg-area {
    background-color: #fff;
    padding: 40px 0;
    padding-top: 0;
}


.ppmg-left h3 {
    font-family: helvetica-neue-bold;
    color: #D6083B;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

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

.ppmg-left ul li {
    display: block;
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 16.67px;
}

.ppmg-left ul li p {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 16.67px;
    padding-left: 20px;
    margin-top: -25px;
}


/*---syd-area start  --*/
.syd-area {
    background-color: #fff;
    padding: 80px 0;
    padding-top: 0;
}

.syd-top {
    position: relative;
}

.syd-top h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    padding-bottom: 10px;
}

.syd-top span {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background-color: #ddd;
}

.syd-left {
    border-right: 1px solid #ddd;
}

.syd-left img {
    max-width: 100%;
    display: block;
}


.syd-right h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    padding-bottom: 10px;
}

/*---sydd-area start  --*/
.sydd-area {
    background-color: #fff;
    padding: 15px 0;
    padding-top: 0;
    border-bottom: 1px solid #ddd;
}

.sydd-top {
    position: relative;
}

.sydd-top h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    padding-bottom: 10px;
}

.sydd-top span {
    width: 82%;
    height: 1px;
    display: block;
    position: relative;
    background-color: #ddd;
    top: -27px;
    left: 18%;
}

.sydd-left {
    border-right: 1px solid #ddd;
}

.sydd-left img {
    max-width: 100%;
    display: block;
}

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

.sydd-right ul li {
    font-family: helvetica-neue-bold;
    display: inline-block;
    color: #313236;
    font-size: 16.67px;
    padding-right: 25px;

}

.sydd-right ul li:nth-child(1) {
    color: #d6083b;
    font-style: italic;

}

.sydd-right ul li:nth-child(2) {
    color: #6d6b6b;
    font-style: italic;

}

.sydd-right p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    line-height: 18px;
    padding-top: 19px;
}

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

.syddd-top {
    position: relative;
}

.syddd-top h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    padding-bottom: 10px;
}

.syddd-top span {
    width: 82%;
    height: 1px;
    display: block;
    position: relative;
    background-color: #ddd;
    top: -27px;
    left: 18%;
}

.syddd-left {
    border-right: 1px solid #ddd;
}

.syddd-left img {
    max-width: 100%;
    display: block;
}

.syddd-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 14px;
}

.syddd-right ul li {
    font-family: helvetica-neue-bold;
    display: inline-block;
    color: #313236;
    font-size: 16.67px;
    padding-right: 25px;

}

.syddd-right ul li:nth-child(1) {
    color: #d6083b;
    font-style: italic;

}

.syddd-right ul li:nth-child(2) {
    color: #6d6b6b;
    font-style: italic;

}


.syddd-right p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    line-height: 22px;
}


.syddd-right p a {
    font-family: helvetica-neue-bold;
    display: inline-block;
    color: #d6083b;;
    font-size: 16.67px;
    padding-right: 25px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

.syddd-right p a:hover {
    opacity: 0.8;
}


/*---lrrp-area start  --*/
.lrrp-area {
    background-color: #fff;
    padding: 35px 0;
    padding-top: 0;
}

.lrrp-top {
    position: relative;
}

.lrrp-top h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
}

.lrrp-top span {
    width: 82%;
    height: 1px;
    display: block;
    position: relative;
    background-color: #ddd;
    top: -22px;
    left: 18%;
}


.lrrp-top p {
   font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    line-height: 22px;
    padding-bottom: 20px;
}

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

.smlast-left img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.smlast-left h2 {
    font-family: helvetica-neue-bold;
    color: #d6083b!important;
    font-size: 20.83px;
    font-weight: 600;
    margin: 0;
    line-height: 21px;
    padding: 13px 0;
}

.smlast-left h3 {
   margin: 0;
}

.smlast-left h3 a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.smlast-left h3 a:hover {
    opacity: 0.8;
}

.smlast-left h3 span {
    color: #bfbfbf !important;
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    float: right;
    padding-top: 13px;
} 

.smlast-left p {
   font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 15px;
}


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

.bolg-top h2 {
    font-family: helvetica-neue-bold;
    color: #d6083b!important;
    font-size: 37.5px;
    font-weight: 600;
    margin: 0;
    line-height: 21px;
    padding: 13px 0;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.bolg-left p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    margin: 0;
    padding-bottom: 3px;
    padding-top: 13px;  
}


.bolg-left form {
    width: 100%;
    border-radius: 5px;
    border-top: 1px solid #aaa;
    background-color: #EBEBEB;
}

.bolg-left form input[type="text"] {
    font-family: helvetica-neue-bold;
    color: #000000;
    font-style: 16.94px;
    border: none;
    outline: none;
    background: none;
    padding: 7px 11px;
    width: 85%;
    float: left;
}

.bolg-left form input[type="text"]::placeholder {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-style: 16.94px;
}

.bolg-left form button {
    color: #aaa;
    font-size: 18px;
    border: none;
    outline: none;
    background: none;
    width: 15%;
    float: right;
    padding-top: 7px;
    transition: 0.2s all ease;    
    -moz-transition: 0.2s all ease;    
    -webkit-transition: 0.2s all ease;    
} 

.bolg-left form button:hover {
    color: #000000;
}

.bolg-left_a1 {
   padding: 22px 0;
   padding-bottom: 10px;    
}

.bolg-left_a1 h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 6px;
}

.bolg-left_a1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    margin: 0;
    text-align: justify;
    padding-bottom: 6px;
}


.bolg-left_b1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    margin: 0;
    padding-bottom: 5px;
    text-align: justify;
}

.bolg-left_b1 select {
    font-family: helvetica-neue-bold;
    color: #000000;
    font-style: 16.94px;
    border: none;
    outline: none;
    background: none;
    padding: 7px 11px;
    width: 100%;
    border-radius: 5px;
    border-top: 1px solid #aaa;
    background-color: #EBEBEB;
    background-color: #EBEBEB;
}


.bolg-left_b1 select::placeholder {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-style: 16.94px;
}

.bolg-left_c1 {
    padding: 22px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #aaa; 
}

.bolg-left_c1 h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
}


.bolg-left_c1 img {
    max-width: 100%;
    display: inline-block;
}

.bolg-left_c1 p {
    color: #313236;
    font-size: 16.67px;
    margin-top: -40px;
    padding-left: 55px;
    line-height: 20px;
    margin-bottom: 0;
}

.bolg-left_c1 h6 {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 14.58px;
    padding-left: 54px;
    padding-top: 8px;
    margin: 0;
}

.bolg-left_c1 h6 img {
    max-width: 100%;
    display: inline-block;
    margin-top: -3px;
    padding-right: 3px;
}

.bolg-left_d1 {
    padding: 22px 0;
}

.bolg-left_d1 h3 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
}


.bolg-left_d1 ul {
    padding: 0;
    border: 0;
    list-style-type: none;
}


.bolg-left_d1 ul li {
    display: inline-block;
}

.bolg-left_d1 ul li a {
    font-family: helvetica-neue-bold;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 4px 16px;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
    background-color: #ECECEC;
    transition: 0.2s all ease;    
    -moz-transition: 0.2s all ease;    
    -webkit-transition: 0.2s all ease;    
}

.bolg-left_d1 ul li:last-child a {
    padding: 4px 15px; 
}

.bolg-left_d1 ul li a:hover {
    opacity: 0.8;
}


.bolg-left_d1 img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-top: 20px;
}

.bolg-left_e1 {
    padding: 22px 0;
    padding-top: 0;
}

.bolg-left_e1 h2 {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
}

.bolg-left_e1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 15px;
    margin: 0;
    padding-bottom: 15px;
}

.bolg-left_e1 h6 {
    font-family: helvetica-neue-bold;
}

.bolg-left_e1 h6 a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    margin: 0;
    transition: 0.2s all ease;    
    -moz-transition: 0.2s all ease;    
    -webkit-transition: 0.2s all ease;
}

.bolg-left_e1 h6 a:hover {
    opacity: 0.8;
}

.bolg-left_e1 h6 span {
    color: #949494;
    font-style: italic;
    float: right;
}

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

.pege-part_a1 {
    margin-top: -82px;
    padding-left: 98px;
}


.mainbolg-right {
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
}

.bolg-right p {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 16.67px;
    margin: 0;
    padding-top: 25px;
}

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

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

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

.bolg-right ul li a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    padding-right: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

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

.bolg-right_a2 p a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    text-transform: uppercase;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

.bolg-right_a2 p a i {
    font-size: 13.67px;
    padding-left: 5px;
}

.bolg-right_a2 p a:hover {
    opacity: 0.8;
}

.bolg-right_a1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    padding-top: 23px;
}

.bolg-right_a1 ul li {
    float: left;
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 16.67px;
}

.bolg-right_a1 ul li:first-child {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 16.67px;
    padding-right: 12px;
}

.bolg-right_a1 ul li a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    padding-right: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;

}

.bolg-right_a1 ul li a:hover {
    opacity: 0.8;
}

.bolg-right h2 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    padding-top: 22px;
    font-size: 25px;
}

.mainbolg-right2 {
    padding-top: 35px;
}

.bcd-part h2 {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 45.83px;
    font-weight: 600;
    text-align: center;
}

.bcd-part h3 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    padding-top: 22px;
    font-size: 25px;
    font-weight: 600;
}

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

.bcd-part ul li {
    display: inline-block;
}

.bcd-part ul li img {
    max-width: 100%;
    display: inline-block;
    margin-top: -5px;
    padding-right: 5px;
}

.bcd-part ul li a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 16.67px;
    padding-right: 10px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

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

.bcd-part_a1 img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding: 34px 0;
}

.bcd-part_b1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;    
}

.bcd-part_b1 p span {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-weight: 600;
    font-size: 16.67px;    
}

.bcd-part_b1 p a {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-weight: 600;
    font-size: 16.67px;
    transition: 0.2s all ease;   
    -moz-transition: 0.2s all ease;   
    -webkit-transition: 0.2s all ease;   
}

.bcd-part_b1 p a:hover {
    opacity: 0.8;

}

.bcd-part_b1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 15px;
}

.bcd-part_b1 ul li { 
    display: block;
}

.bcd-part_b1 ul li i {
    color: #313236;
    font-size: 10px;
}

.bcd-part_b1 ul li p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    margin-top: -23px;
    padding-left: 14px;
    margin-bottom: 0;
    margin-bottom: 0;
}

.bcd-left_d1 {
    border: 1px solid #D6083B;
    padding: 15px;
}

.bcd-left_d1 h3 {
    font-family: helvetica-neue-bold;
    color: #d6083b!important;
    font-size: 20.83px;
    margin: 0;
    padding-bottom: 8px;
}

.bcd-left_d1 h5 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;    
}


.bcd-left_d1 form {
    width: 100%;
}

.bcd-left_d1 form p {
    font-family: helvetica-neue-bold;
    color: #d6083b!important;
    font-size: 16.67px;
    margin: 0;
    padding-bottom: 5px;
}


.bcd-left_d1 form textarea {
    color: #000000;
    font-size: 16.67px;
    width: 100%;
    outline: none;
    height: 200px;
    padding: 10px 10px;
    border: 1px solid #aaa;
    margin-bottom: 20px;
}

.bcd-left_d1 form input[type="text"] {
    color: #000000;
    font-size: 16.67px;
    width: 100%;
    outline: none;
    padding: 6px 10px;
    border: 1px solid #aaa;
}

.bcd-left_d1 form input[type="email"] {
    color: #000000;
    font-size: 16.67px;
    width: 100%;
    outline: none;
    padding: 6px 10px;
    border: 1px solid #aaa;
}


.bcd-left_d1 h6 {
    font-family: helvetica-neue-bold;
    color: #313236!important;
    font-size: 16.67px;
    margin: 0;
    padding-top: 19px;
}

.bcd-left_d1 form input[type="submit"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 16.67px;
    outline: none;
    padding: 8px 50px;
    border: none;
    background-color: #BD0735;
    margin-top: 15px;
    transition: 0.2s all ease;   
    -moz-transition: 0.2s all ease;   
    -webkit-transition: 0.2s all ease;
}

.bcd-left_d1 form input[type="submit"]:hover {
    background-color: #000000;
}


.jq-ry-container {
    position: relative;
    padding: 0 0px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr;
    margin-top: -22px;
    padding-left: 113px;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 80%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

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

.fnc-left img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.fnc-right h2 {
    font-family: helvetica-neue-bold;
    color: #d6083b;
    font-size: 45.83px;
    font-weight: 600;
    margin-bottom: 0;
}

.fnc-right p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
}


.fnc-right h6 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
}

.fnc-right h6 span {
    color: #000000;
    font-weight: 600;
}

.fnc-right_a1 {
   border-bottom: 1px solid #aaa;
}

.fnc-right_a1 form {
    width: 64%;
    padding-top: 10px;
}

.fnc-right_a1 form p {
    font-family: helvetica-neue-bold;
    color: #000000;
    font-size: 20.83px;
    margin: 0;
    text-transform: uppercase;
}

.fnc-right_a1 form p span {
    color: #BD0735;
}

.fnc-right_a1 form input[type="text"] {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 10px 11px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 18px;   
}

.fnc-right_a1 form input[type="email"] {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 10px 11px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 18px;  
}


.fnc-right_a1 form input[type="tel"] {
    font-family: helvetica-neue-bold;
    color: #333333;
    font-size: 17px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    background-color: #EBEBEB;
    padding: 10px 11px;
    border-radius: 7px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 18px;   
}

.fnc-right_a1 form input[type="submit"] {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 26.41px;
    outline: none;
    border: none;
    background: none;
    background-color: #32353A;
    padding: 6px 28px;
    border-radius: 5px;
    margin: auto;
    border-top: 1px solid #bfbcbc;
    margin-bottom: 18px;
    transition: 0.2s all ease;   
    -moz-transition: 0.2s all ease;   
    -webkit-transition: 0.2s all ease;
 
}

.fnc-right_a1 form input[type="submit"]:hover {
    background-color: #000000;
}

.fnc-right_a2 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 20.83px;
    margin: 0;   
}

.fnc-right_a2 p span {
    font-weight: 600;
}


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


.dnfnc-part h2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 25px;
    margin: 0px;
    padding: 5px 0;
}

.dnfnc-left {
     border-left: 1px solid #aaa;    
}

.dnfnc-left h2 {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 25px;
    margin: 0px;
    padding: 5px 0;
    opacity: 0;
}

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

.alin-top {
    border-bottom: 1px solid #aaa;
}

.mainalin-right {
    padding: 50px 0px 0px 20px;
    border-left: 1px solid #aaa;
}

.alin-left h2 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 25px;
    margin: 0px;
    padding-top: 48px;
}


.alin-right p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16.67px;
    line-height: 28px;
}

.alin-right_a1 h3 {
    font-family: helvetica-neue-bold;
    color: #000000;
    font-size: 20.83px;
}


.alin-right_a1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16px;
    line-height: 28px;
}

.alin-right_a1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 10px;
}

.alin-right_a1 ul li {
    display: block;
}

.alin-right_a1 ul li i {
    color: #313236;
    font-size: 10px;
    padding-left: 12px;   
}

.alin-right_a1 ul li p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 16px;
    margin-top: -23px;
    padding-left: 29px;
    margin-bottom: 0;
}


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

.refund-top {
    position: relative;
}

.refund-top h2 {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 39.67px;
    margin: 0px;
    padding-bottom: 30px;
}

.refund-top span {
    width: 75%;
    height: 1px;
    background-color: #aaa;
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
}

.refund-part {
    box-shadow: 0px 2px 5px rgba(0,0,0,.8);
    padding: 4px;
    padding-bottom: 15px;
    text-align: center;
}

.refund-part img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-left: 10px;
}

.refund-part p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 14px;
}

.refund-btn a {
    font-family: helvetica-neue-bold;
    color: #fff;
    font-size: 12.62px;
    padding: 9px 15px;
    border-radius: 5px;
    background-color: #313438;
    transition: 0.2s all ease;  
    -moz-transition: 0.2s all ease;  
    -webkit-transition: 0.2s all ease;  
}

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

.refund-part_b1 img {
     padding-left: 24px;   
}

.refund-part_b1 p {
    margin-top: -26px;
}




.refund-part_b2 img {
     padding-left: 24px;   
}

.refund-part_b2 p {
    margin-top: -33px;
}


.refund-part_b3 img {
     padding-left: 24px;   
}

.refund-part_b3 p {
    margin-top: -38px;
}

.refund-part_b4 img {
     padding-left: 24px;   
}

.refund-part_b4 p {
    margin-top: -38px;
}


.refund-part_b5 img {
     padding-left: 24px;   
}

.refund-part_b5 p {
    margin-top: -36px;
}

.refund-part_b6 img {
     padding-left: 24px;   
}

.refund-part_b6 p {
    margin-top: -48px;
    padding-bottom: 21px;
}

.customer-review-block{height:484px;background-color: #fff;padding: 50px 0;}.cus-re-sli{position:relative;}.cus-rev-peo{height:356px;width:150px;overflow:hidden;position:relative;float:left;}.cus-r-p-scr{position:absolute;width:100%;left:0px;top:0px;transition-duration:0.5s;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;text-align:center;}.cus-re-sli.active1 .cus-r-p-scr{top:104px;}.cus-re-sli.active1 .cus-r-c-sr{left:0%;}.cus-re-sli.active2 .cus-r-p-scr{top:0px;}.cus-re-sli.active2 .cus-r-c-sr{left:-100%;}.cus-re-sli.active3 .cus-r-p-scr{top:-104px;}.cus-re-sli.active3 .cus-r-c-sr{left:-200%;}.cus-re-sli.active4 .cus-r-p-scr{top:-208px;}.cus-re-sli.active4 .cus-r-c-sr{left:-300%;}.cus-re-sli.active5 .cus-r-p-scr{top:-312px;}.cus-re-sli.active5 .cus-r-c-sr{left:-400%;}.cus-re-sli.active6 .cus-r-p-scr{top:-416px;}.cus-re-sli.active6 .cus-r-c-sr{left:-500%;}.cus-re-sli.active7 .cus-r-p-scr{top:-520px;}.cus-re-sli.active7 .cus-r-c-sr{left:-600%;}.cus-re-sli.active8 .cus-r-p-scr{top:-624px;}.cus-re-sli.active8 .cus-r-c-sr{left:-700%;}.cus-re-sli.active9 .cus-r-p-scr{top:-728px;}.cus-re-sli.active9 .cus-r-c-sr{left:-800%;}.cus-re-sli.active10 .cus-r-p-scr{top:-832px;}.cus-re-sli.active10 .cus-r-c-sr{left:-900%;}.cus-re-sli.active11 .cus-r-p-scr{top:-936px;}.cus-re-sli.active11 .cus-r-c-sr{left:-1000%;}.cus-re-sli.active12 .cus-r-p-scr{top:-1040px;}.cus-re-sli.active12 .cus-r-c-sr{left:-1100%;}.cus-re-sli.active13 .cus-r-p-scr{top:-1144px;}.cus-re-sli.active13 .cus-r-c-sr{left:-1200%;}.cus-re-sli.active14 .cus-r-p-scr{top:-1248px;}.cus-re-sli.active14 .cus-r-c-sr{left:-1300%;}.cus-re-sli.active15 .cus-r-p-scr{top:-1352px;}.cus-re-sli.active15 .cus-r-c-sr{left:-1400%;}.cus-re-sli.active16 .cus-r-p-scr{top:-1456px;}.cus-re-sli.active16 .cus-r-c-sr{left:-1500%;}.cus-re-sli.active17 .cus-r-p-scr{top:-1560px;}.cus-re-sli.active17 .cus-r-c-sr{left:-1600%;}.cus-re-sli.active18 .cus-r-p-scr{top:-1664px;}.cus-re-sli.active18 .cus-r-c-sr{left:-1700%;}.cus-re-sli.active19 .cus-r-p-scr{top:-1768px;}.cus-re-sli.active19 .cus-r-c-sr{left:-1800%;}.cus-re-sli.active20 .cus-r-p-scr{top:-1872px;}.cus-re-sli.active20 .cus-r-c-sr{left:-1900%;}.review-people-item{background-position:center;background-repeat:no-repeat;background-image:url(images/people.png);width:96px;height:96px;border-radius:100%;background-size:cover;cursor:pointer;margin:8px auto;transition-duration:0.5s;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;}.review-people-item.active{border:4px solid #c52e2e;width:132px;height:132px;}.customer-review-content{margin-left:270px;padding-top:36px;margin-right:16px;}.customer-review-wrapper{position:relative;height:284px;overflow:hidden;border:4px solid #e5e5e5;}.cus-r-c-sr{position:absolute;height:100%;width:1000%;top:0px;left:0px;transition-duration:0.5s;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;}.rev-pe-cit{width:10%;position:relative;display:block;float:left;height:100%;}.rev-pe-cit>.vertical-center{height:100%;width:100%;position:absolute;top:0px;left:0px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:50px;text-align:center;}p.review-text{font-size:18px;}.review-break-line{height:1px;background:#999;width:40%;margin:32px auto;}.review-line{position:absolute;width:132px;height:2px;background:#c52e2e;top:50%;left:138px;margin-top:-1px;}.review-line span{position:absolute;width:18px;display:block;height:18px;border-radius:100%;background:#c52e2e;right:-10px;top:-8px;}.review-author{font-family:'Dancing Script',cursive;font-size:22px;color:#c52e2e;font-weight:bold;}.review-control{text-align:right;}.review-control span{font-size:32px;color:#c0c0c0;width:50px;height:50px;text-align:center;line-height:50px;display:inline-block;cursor:pointer;}.review-control span:hover{color:#c52e2e;}
@media only screen and (max-width: 767px) {
    .customer-review-block {
        height: initial;
    }

    .cus-rev-peo {
        float: initial;
        width: initial;
    }

    .customer-review-content {
        margin-left: 16px;
    }

    .rev-pe-cit > .vertical-center {
        padding: 16px;
    }

    .customer-review-wrapper {
        height: 375px;
    }

    .review-line {
        display: none;
    }
}
@media screen and (min-width: 1200px){
    .inner-content {
        width: 1200px;
        margin: auto;
        text-align: left;
    }
}
.block-title {
    position: relative;
    margin-bottom: 26px;
}
.block-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: -2px;
}
.block-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 1px;
}
.block-title h2 {
    margin: 0px;
    /*font-weight: bold;*/
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 8px;
    color: #4d4d4d;
    text-transform: uppercase;
}
.block-title.text-center h2 {
    padding-left: 8px;
}
.ukch-right_b1 h3 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    font-size: 26.27px;
    margin: 0;
}

.ukch-right_b1 {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.ukch-right_b1 div img {
    max-width: 90%;
    max-height: 222px;
    /*display: block;*/
    margin: auto;
    /*padding-left: 45px;*/
}
.ukch-right_b1 .imgdiv{
    height: 227px;
    vertical-align: middle;
    line-height: 193px;
    text-align: center;
}
.ukch-right_b1 p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 19px;
    text-align: center;
    line-height: 28px;
    margin: 0;
    /*margin-top: -48px;*/
}
.ukch-right_b1 div p {
    font-family: helvetica-neue-bold;
    color: #313236;
    font-size: 17px;
    text-align: center;
    line-height: 28px;
    margin: 0;
    /*margin-top: -48px;*/
}

.ukch-right_b1 .producttext {
    height: 53px;
}
@media only screen and (max-width: 600px) {
    .ukch-right_b1 div img {
        max-width: 80%!important;
    }
    .ukch-right_b1 .imgdiv {
        height: auto!important;
    }
}
@media only screen and (max-width: 768px) {
    .ukch-right_b1 div img {
        max-width: 66%;
    }
    .ukch-right_b1 .imgdiv {
        height: 260px;
    }
}
.text-center {
    text-align: center;
}

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

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

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

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

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

.classic-2 {
    background-image: linear-gradient(45deg,transparent 50%,#ffffff 50%),linear-gradient(135deg,#ffffff 50%,transparent 50%),linear-gradient(to right,rgb(154, 1, 39),rgb(154, 1, 39)) !important;
    background-position: calc(100% - 23px) calc(1em),calc(100% - 13px) calc(1em),100% 0 !important;
    background-size: 10px 10px,10px 10px,2em 2.6em !important;
    background-repeat: no-repeat !important;
    -moz-appearance: none !important;
}

.suse-part form input[type="text"]::placeholder,.suse-part form select::placeholder {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    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;
    background-color: #EBEBEB;
    border-top: 1px solid #aaa;
    margin-bottom: 25px;
}

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

.suse_b1 {
    background-color: #EBEBEB;
    border-top: 1px solid #aaa;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.suse_a1 h2 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    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: #6d6b6b;
    font-size: 29.17px;
    cursor: pointer;
    margin: 0;
    padding: 0px 8px;
}


.suse_a1 h6 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    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"] {
    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: #9A0127;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

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


.suse-part form h5 {
    font-family: helvetica-neue-bold;
    color: #6d6b6b;
    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);
}
.mt50{
    margin-top: 50px;
}

select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, #ffffff 50%),
            linear-gradient(135deg, #ffffff 50%, transparent 50%),
            linear-gradient(to right, rgb(103, 3, 28), rgb(103, 3, 28));
    background-position:
            calc(100% - 23px) calc(1em + 2px),
            calc(100% - 13px) calc(1em + 2px),
            100% 0;
    background-size:
            10px 10px,
            10px 10px,
            2.6em 2.6em;
    background-repeat: no-repeat;
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*-webkit-appearance:none;*/
    -moz-appearance:none;
}
select{
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*select.classic:focus {*/
/*    background-image:*/
/*            linear-gradient(45deg, white 50%, transparent 50%),*/
/*            linear-gradient(135deg, transparent 50%, white 50%),*/
/*            linear-gradient(to right, rgb(103, 3, 28), rgb(103, 3, 28));*/
/*    background-position:*/
/*            calc(100% - 13px) 1em,*/
/*            calc(100% - 23px) 1em,*/
/*            100% 0;*/
/*    background-size:*/
/*            10px 10px,*/
/*            10px 10px,*/
/*            2.6em 2.6em;*/
/*    background-repeat: no-repeat;*/
/*    border-color: grey;*/
/*    outline: 0;*/
/*}*/

.buttonhide,.buttonhide:active,.buttonhide:focus,.buttonhide:hover{background:0 0!important;border:none!important}
/*--- 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;
}
.last_a2 ul li {
    font-family: helvetica-neue-bold;
    color: #d1d1d1;
    font-size: 16.67px;
}

.tag {
    background: #d1cdcd;
    border-radius: 3px 0 0 3px;
    color: #000000;
    display: inline-block;
    height: 44px;
    line-height: 22px;
    padding: 2px 20px 0 8px;
    width: 240px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::after {
    background: #fff;
    border-bottom: 22px solid transparent;
    border-left: 20px solid #d1cdcd;
    border-top: 22px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tag:hover {
    background-color: #D6083B;
    color: white;
}

.tag:hover::after {
    border-left-color: #D6083B;
}