#applogo {
	width: 100px;
}
.siteslider {
	height: 550px;
}

.siteslider .intro-box {
	position: relative;
	height: 550px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
  }
  .siteslider .intro-box:after {

  	content: "";
  	position: absolute;
  	left: 0;
  	top: 0;
  	bottom: 0;
  	right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
  }

  .siteslider .intro-box .intro-item {
  	position: relative;
  	margin-top: 80px ;
  	z-index: 999;
  }

  .siteslider .intro-box .intro-item h1{
  	font-size: 4rem;
  	color: #fff;
  	font-family: 'Poppins', sans-serif;
  	line-height: 1;
  	font-weight: 500 !important;
  }

  .siteslider .intro-box .intro-item h5{
  	font-size: 18px;
  	color: #fff;
  	font-family: 'Mulish', sans-serif;
  	line-height: 1.1;
  	font-weight: 600;
  	padding: 10px 0;
  }

  .intro-mini-link {
  	margin-top: 40px;
  }

  .intro-mini-link a {
  	display: inline-block;
  	font-family: 'Poppins', sans-serif;
  	font-size: 16px;
  	font-weight: 400;
  	padding: 15px 30px;
  }

  .slider-link-1 {
  	background: rgba(204, 39, 53, 1.0);
  	color: rgba(255, 255, 255, 1.0);
  }

  .slider-link-2 {
  	background: rgba(40, 165, 224, 1.0);
  	color: rgba(255, 255, 255, 1.0);
  }

.top-bar-style1 {
  display: block;
  width: 100%;
}

.widget-headr{
  height:40px;  
  background-color: #000; 
  overflow:hidden; 
  box-sizing: border-box; 
  border: 0px; 
  line-height:14px; 
  block-size:62px; 
  font-size: 12px; 
  font-feature-settings: normal; 
  text-size-adjust: 100%; 
  box-shadow: inset 0 -20px 0 0 #262B38;
  padding:1px;
  padding: 0px; 
  margin: 0px; 
  width: 100%
}

/*About area */
.about-area{
    position: relative;
    display: block;
    padding-top: 40px;
    margin-top: 5pc;
}

.about-text{
    position: relative;
    display: block;
    padding-left: 100px;
}
.about-text .title h2{
  font-size: 3em;
  color: #27282c;
  font-weight: 600;
  line-height: 1.5;
 font-family: 'Poppins', sans-serif;
}

.about-text .title h4{
  font-size: 2.5em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  line-height: 1.3;
}

.about-text .inner-content{
    position: relative;
    display: block;    
    margin-top: 30px;
}
.about-text .inner-content .text {
    display: block;
}

.about-text .inner-content .text p{
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.about-img-layout .about-area-img {
 width: 100%;
 height: 400px;
 background-repeat: no-repeat !important; 
 background-position: center !important;
 background-size: cover !important;
}
.about-img-layout .about-area-img img{
    width: 100 !important;
}

/*Profx About*/
#abt-profx {
  background: url(../webimg/bg/hp-bg-pattern.jpg);
  background-repeat: repeat;
}

.about-profx-div{
  padding-top: 5pc;
  margin-top: 40px; 
}


.about-profx-div .abt-profx-img img {
  width: 100%; 
} 

.about-profx-div  .abt-profx-content h2 {
  font-size: 2.7em;
  font-family: Poppins;
  font-weight: bold;
  color: #000; 
  line-height: 1.1; 
  padding-bottom: 20px;
  padding-right: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);   
} 

.about-profx-div .prfx-abt-txt {
  display: block;
  margin-top: 40px;
}

.about-profx-div .prfx-abt-txt span{
  display: block;
  font-size: 1.15em !important; 
  font-family: Poppins;
  font-weight: 300;
  color: #000; 
line-height: 1.5; 
}

 .prfx-abt-link {
  margin-top: 40px;
  padding-top: 19px;
}
  
   .prfx-abt-link a {
    font-family: Poppins;
    color: #fff;
    font-size: 22px;
    background: #f74a68;  
    height: 55px;
    border-radius: 12px;
    line-height: 24px;
    text-transform: none;
    padding: 15px 25px 13px;
    margin-left: 0;
}

/*Highlt cover*/
.highlights-area {
  margin-top: 4pc;
  padding: 50px 0;
  position: relative;
  display: block;
    z-index: 100;
   }

.single-highlight-box{
    position: relative;
    display: block;
    background: transparent;
    padding-top: 55px;
    margin-bottom: 50px;
}
.single-highlight-box .icon-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #e9212e;
    text-align: center;
    z-index: 3;
}
.single-highlight-box .icon-holder::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #e9212e;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
}
.single-highlight-box:hover .icon-holder::before{
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  transition-delay: 0.1s;
    opacity: 1;
}

.single-highlight-box .icon-holder i:before {
    display: block;
/*    color: #e9212e;*/
color: rgba(191, 19, 30, 1.0);
    font-size: 50px;
    line-height: 104px;
    transition: all 0.7s ease-in-out 0s;
}
.single-highlight-box:hover .icon-holder i:before{
    color: #ffffff;
}
.single-highlight-box .inner-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 55px;
    box-shadow: 0px 4px 11px -1px #ECECEC;  
}

.single-highlight-box .inner-content .text{
    position: relative;
    display: block;
    padding: 26px 30px 32px;  
}

.single-highlight-box .inner-content h3 {
    font-weight: 600;
    margin: 0px 0 18px;
}
.single-highlight-box .inner-content p{
    margin: 0;
}
.single-highlight-box .inner-content a{
    position: relative;
    display: block;
    background: #f6f6f6;
    color: #27282c;
}
.single-highlight-box:hover .inner-content a{
    color: #e9212e;    
}

.scribd-transn-area{
  margin-top: 1pc; 
  padding: 2pc 0
}

.scribd-transn-area .withdraw-cover {
  padding: 50px 0; 
  text-align: center;
}

.scribd-transn-area .withdraw-cover h4{
  font-size: 1.9em;
  font-family: Poppins;
  font-weight: bold;
  color: #000; 
  line-height: 1.1; 
  font-weight: 500
  }

  /*================PLAN==================*/

.ftco-plan-desgn .plan-descr-db h2 {
  font-size: 2em;
  color: rgba(0, 0, 0, 0.9);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  padding: 5px 0;
}

.ftco-plan-desgn .plan-descr-db {
   font-size: 1em;
   color: rgba(0, 0, 0, 0.8);
   font-family: 'Ubuntu', sans-serif;
}

.subtab-link {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Ubuntu', sans-serif;
  margin: 0 20px;
  display: inline-block;

}

.subtab-link:hover {
  color: #22539c;
  }

.subtab-link.active { 
  color: #fff;
  background: #F2A022;
  padding: 3px 20px;
  border-radius: 9px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.plan-content-mn h2 {
  font-size: 1.2em;
  color: rgba(37, 102, 207, 1);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  padding: 9px 0;
}

.plan-content-mn .plan-sublist-cover .plan-sublist-txt {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.plan-mrg-top {
 margin-top: 17px !important;
}

.plan-content-mn .plan-sublist-headr{
  margin-bottom: 4px;
  margin-top: 4px;  
  margin-right: 10px;
}
.plan-content-mn .plan-sublist-headr span {
  font-size: 1.2em;
  background: rgba(196, 10, 66, 1.0); 
  padding: 2px 10px;
  display: block;
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}


.plan-content-mn .plan-sublist-cover .plan-sublist-txt i{
color: #32a852;
}

  .plan-content-mn .plan-sublist-cover .plan-sublist-txt span{
     font-size: 15px;
   color: rgba(0, 0, 0, 0.6);
   font-family: 'Ubuntu', sans-serif;
   padding-left: 9px;
  }

.plan-content-mn .plan-content-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.plan-content-mn .plan-content-link a{
display: inline-block;
color: #fff;
background: rgba(37, 102, 207, 1);
padding: 4px 30px;
margin-top: 20px;
margin-bottom: 33px;
 border-radius: 12px;
 box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
font-family: 'Ubuntu', sans-serif;
}

.layout-light ul li a{
color: rgba(255,255, 255, 1) !important;
}

.app-login-wrapper {
  display: flex;
  align-items: center;
  margin-right: 9px;
  padding-top: 19px;
}

.app-login-wrapper .reg-link-btn {
  display: block;
  background: rgba(204, 39, 53, 1.0);
 color: rgba(255, 255, 255, 1.0);
 font-family: "Poppins", sans-serif;
 font-size: 13px; 
 font-weight: 500;
 border-radius: 10px;
 padding: 4px 20px;
}

.app-login-wrapper .signin-link-btn {
  display: block;
 background: #fff;
 color: rgba(0, 0, 0, 0.6);
 font-family: "Poppins", sans-serif;
 font-size: 13px; 
 font-weight: 500;
 border: 1px solid rgba(0, 0, 0, 0.4); 
 border-radius: 10px;
 padding: 4px 30px;
 margin-left: 15px;
}

 .login-section {
    margin-top: 2pc;
    margin-bottom: 6pc !important;
  }

  .login-section .login-wrapper h2 {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.9);
  }

  .login-section .login-wrapper p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 0, 0, 0.5);
  }


  .login-section .logn-content {
    margin-top: 20px;
  }

  #frmLogn label {
    font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-top: 10px;
  }

  #frmLogn input {
  border: 1px solid rgba(0, 0, 0, 0.2);

  }

  .cntrl-sd-div span {
    font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  }
  .cntrl-sd-div .frg-pass-dv {
    display: flex;
    justify-content: flex-end;  
  }

  .cntrl-sd-div .frg-pass-dv a {
  font-size: 14px;
 text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #20619e;
  }

  #frmLogn .btn-div {
    margin-top: 42px;
  }

   #frmLogn .btn-div button{
    background: #09459e;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 2px solid rgba(20, 64, 128, 1);
    padding: 11px 30px;
    font-size: 1em;
    border-radius: 10px;
   }

   #btnValidt {
    display: none;
    background: #F2A022;
  color: #fff;
    font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border: 1px solid #F2A022;
  padding: 9px 20px;
  font-size: 1em;
  border-radius: 0px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
   }
   .valn-wrapper h3 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
   }

   .valn-wrapper p {
     font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.7);
   }

   .errmg {
     font-family: 'Poppins', sans-serif !important;
     font-size: 15px !important;
   }

   .frm-mre-info {
    padding-top: 20px;
    text-align: center;
   }

    .frm-mre-info p{
   font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
    }

    .frm-mre-info p a{
      color: #0c4085;
      padding-left: 5px;
    }


    .inter-space {
        height: 100px;
      }

      .mgn-db {
        padding-top: 3pc;
      }

      #page-logoimg {
        width: 230px;
      }

      .bordr-login {
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        padding: 30px 3pc;
        font-weight: 400;
      }
      .form-desgn .inp-div label {
        font-size: 12px !important;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500 !important;
      }

      .form-desgn .inp-div input[type="text"] {
         height: 45px !important;
         font-size: 14px;
         font-family: 'Poppins', sans-serif !important;
         font-weight: 400;
      }

      .form-desgn .inp-div input::placeholder { 
          color: rgba(0, 0, 0, 0.4);
          font-family: 'Poppins', sans-serif !important;
          font-size: 14px;
          font-weight: 400;
      }


      .form-desgn .inp-div input[type="password"] {
         height: 45px !important;
         font-size: 14px;
         font-family: 'Poppins', sans-serif !important;
      }

 #btnValidt {
    display: none;
    background: #F2A022;
  color: #fff;
    font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  border: 1px solid #F2A022;
  padding: 9px 20px;
  font-size: 1em;
  border-radius: 0px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
   }
   .valn-wrapper h3 {
    font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
   }

   .valn-wrapper p {
     font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.7);
   }

   .errmg {
     font-family: 'Ubuntu', sans-serif !important;
     font-size: 15px !important;
   }

   .frm-mre-info {
    padding-top: 20px;
    text-align: center;
   }

    .frm-mre-info p{
   font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
    }

    .frm-mre-info p a{
      color: #0c4085;
      padding-left: 5px;
    }

    .terms-tab {
      display: flex;
      align-items: center;
    }

     .terms-tab span {
      display: inline-block;
      padding-left: 10px;
     }

       .frmReg input {
      border: 1px solid rgba(0, 0, 0, 0.2);
      }

       .frmReg .btn-div {
        margin-top: 42px;
      }

       .frmReg .btn-div button{
      background: #09459e;
      color: #fff;
      font-weight: 400;
      border: 2px solid rgba(20, 64, 128, 1);
      padding: 11px 30px;
      font-size: 1em;
      border-radius: 10px;
       }

       /*.frmReg .inp-div {
        margin: 9px 0;
       }*/

             .frmReg label {
            font-size: 14px;
            color: rgba(0, 0, 0, 0.8);
            font-family: 'Ubuntu', sans-serif;
            font-weight: 400;
            margin-top: 10px;
           }

           .errmsg {
            display: block;
            color: #850c1a;
            font-family: 'Ubuntu', sans-serif;
            font-weight: 300;
            font-size: 12px;
           }

           #errorMsg {
            font-family: 'Ubuntu', sans-serif;
            font-weight: 400;
            font-size: 13px;
            text-align: center;
           }

           .label-div-paswrd{
            display: flex;
            align-items: center;
           }

           .label-div-paswrd div {
            width: 49%;
           }

           .label-div-paswrd div:not(:first-child) {
            display: flex;
            justify-content: flex-end;
           }

           .label-div-paswrd .gen-passwrd-dv a {
              font-weight: 400;
              font-size: 12px;
              color: #09459e;
           }

           .passwrd-layout-mn {
            display: flex;
            justify-content: flex-end;
           }

           .passwrd-layout-mn .paswrd-genrtn-cover {
            display: block;
           }

           .passwrd-layout-mn .gen-passwrd-dv{
            margin-top: -5px;
           }

           .show-passwrd-cover {
            margin-top: -5px;
           }
           
           .show-passwrd-cover span {
           font-size: 13px;
           font-family: 'Ubuntu', sans-serif;
           color: rgba(0, 0, 0, 0.6);
           }

           .passwrd-layout-mn .gen-passwrd-dv a {
             font-family: 'Ubuntu', sans-serif;
              font-weight: 400;
              font-size: 12px;
              color: #09459e;
              padding: 0 9px;
              display: inline-block;
              border-radius: 9px;
           } 

           .gpass-ouput {
            font-family: 'Ubuntu', sans-serif;
              font-weight: 400;
              font-size: 13px;
              color: rgba(0, 0, 0, 0.5) !important;
           }

           .paswrd-genr-wrapper {
            display: flex;
            align-items: center;
           }

          .gpass-cover {
            width: 100%;
            margin-top: 6px !important;
          }

          .paswrd-genr-wrapper .passwrd-layout-mn {
          width: 40%; 
          }

          #strength {
              font-family: 'Ubuntu', sans-serif;
              font-weight: 300 !important;
              font-size: 12px;
              padding: 0 10px;
              height: 20px;
              color: rgba(255, 255, 255, 1.0);
              padding-bottom: 1px;
          }

          .showVisn {
            display: block;
            right: 3.3pc;
            position: absolute;
            margin-top: -43px;
            padding: 9px 10px;
            z-index: 300;
          }


          .equitn-term-conditn {
            margin-top: 5pc;
            margin-bottom: 4pc;
          }

          .equitn-item .equitn-term-headr h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 2.4em;
  padding-bottom: 20px;
          }

  .equitn-item .equitn-term-headr h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 2.4em;
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.8);
          }

.equitn-item .equitn-term-headr h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 20px;
          }
      


.equitn-term-conditn .equitn-item-body p{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}

.equitn-term-conditn .equitn-item-body span{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 0;
}

.equitn-term-conditn .equitn-item-body h4{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 0;
}

.equntn-headr-about {
  margin-top: 4pc;
  margin-bottom: 2pc;
}

.about-us-social .socials {
  display: flex;
  list-style: none;
}

.about-us-social .socials li {
  margin: 0 9px 
}

.copy-right-text {
  display: block;
  text-align: center;
}

.copy-rght-btm-msg {
display: block;
text-align: center;
padding: 4px 30px
}

.copy-rght-btm-msg span {
display: block;
font-size: 12px;
font-family: "Poppins", sans-serif;
line-height: 1.3;
font-weight: 400;
color: rgba(0, 0, 0, 0.6);
  }

  .abt-main-body h4 { 
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
}
.abt-main-body p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.7; 
}

.abt-main-img-cover {
  width: 500px;
  float: left;
  padding: 10px 30px 30px 10px; 
}

.abt-main-img h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 3em;
  padding-bottom: 50px;
}

.faq-info-headr {
  padding: 3px 10px;
}

.faq-info-headr h4 {
  padding-left: 9px;
  font-size: 1.5em !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}

.faqs-corner .card .card-link {
  font-size: 1em !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.7) !important; 
}



.faqs-corner .card .card-body p{
  font-size: 1em !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.6) !important; 
}


.contact-btm-txt {
  margin-top: 4pc;
}
.contact-btm-txt .contact-time-mn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px;
}

.contact-btm-txt .contact-time-mn img{
width: 100px !important;
display: block;
text-align: center;
padding-bottom: 20px;
  }

.contact-time-mn h4 {
  font-size: 1.2em !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.contact-time-mn span {
  display: block;
  font-size: 1em !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6) !important;
}


.contactn-btm-link {
  padding: 10px 20px !;
  margin:  10px 4pc;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

.contactn-btm-link a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #205099;
  line-height: 1.7; 
  padding-top: 30px !important;
  display: inline-block;
}

.bg-grey-contact {
  background: rgba(217, 217, 219, 1.0);
}

.contact-form-wrapper {
  margin-top: 30px;
}

.frmContact label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #205099;
}

.frmContact input {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.frmContact input::placeholder, .frmContact textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.frmContact .inp-div {
  margin-top: 20px;
}


.frmContact textarea {
  height: 250px !important;
border: 1px solid rgba(0, 0, 0, 0.2); 
font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.frmContact button {
  border-radius: 0px !important;
  padding: 8px 50px;
  background: #c4b421;
  border: 1px solid #c4b421;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.msg-stat-dv {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.nopadn{
  padding: 0px !important;
  margin:  0px !important;
}

.up-head {
  display: none;
}

.header-in .contact-info {
 display: flex;
}
.contact-headr-db {
  display: flex;
  flex-direction: column;
}

.contact-headr-db span {
display: block;
}

.contact-headr-db .contact-db-title {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  color: rgba(21, 137, 179, 1.0);
  font-weight: 600;
}

.contact-headr-db .contact-db-txt {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: rgba(173, 7, 35, 1.0);
  font-weight: 500;
}
.contact-info .icon span {
  color: rgba(21, 137, 179, 1.0);
}
.topbar-action-btn-view {
  display: flex;
  justify-content: flex-end;
}
.topbar-action-btn-view .topbar-logn-bar {
  display: flex;
  align-items: center;
margin-left: 11px;
}

.topbar-action-btn-view .topbar-logn-bar span {
display: block;
padding: 0 5px;
}

.topbar-action-btn-view .topbar-logn-bar span a {
color: rgba(255, 255, 255, 1.0);
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-size: 12px;
}

.topbar-action-btn-view .topbar-logn-bar span:first-child:after {
 content: "|";
 padding-left: 5px;
}

.custom-select {
display: block;
background: rgba(255, 255, 255, 1.0);  
border: 0px;  
color: rgba(0, 0, 0, 0.8); 
font-size: 14px; 
font-family: 'Poppins', sans-serif; 
width: 100px; 
}


/*#paym-tab {
    border-collapse: collapse;
}

#paym-tab tr:nth-child(n + 7) {
    visibility: hidden;
}*/

#payOut {
  height: 450px;
  overflow-y: hidden;
  margin-bottom: 3pc;
}

#appicon {
  width: 140px;
  margin-top: 10px;
} 

.why-trad-wallsf {
  margin: 4pc 0;
  padding: 40px 0;
}

.why-trad-wallsf .whytrade-item-img {
  margin: 20px 0;
}

.why-trad-wallsf .whytrade-item-img .whytrade-innerimg {
  display: flex;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom !important;
} 

.why-trad-wallsf .why-tradwall-header h4 {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 600;
  padding: 20px 0;
}

.why-trad-wallsf .why-tradwall-header h5 {
  font-size: 17px;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
}
.why-tradewall-item  h4 {
  font-size: 17px;
  color: rgba(0, 0, 0, 1);
  padding: 10px 0;
  font-weight: 600;
}

.why-tradewall-item  p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  font-weight: 400;
}
.accnt-mail-verify .accnt-verify-img {
  text-align: center;
}

.accnt-mail-verify .accnt-verify-img img {
  width: 250px;
}

.login-wrapper .accnt-mail-verify p {
font-family: 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}
.login-wrapper .accnt-mail-verify h2 {
display: block;
  padding: 20px 0;
  font-size: 2em;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.login-wrapper .accnt-error-verify p {
  font-family: 'Roboto', sans-serif;
    color: rgba(11, 74, 140, 1);
    font-size: 15px;
    font-weight: 400;
  }

  .login-wrapper .accnt-error-verify .acctn-verify-btn {
    display: flex;
    justify-content: center;
  }
  .login-wrapper .accnt-error-verify .acctn-verify-btn a {
   margin: 30px 40px;
   background: #09459e;
   color: #fff;
   font-size: 14px;
   display: flex !important;
   border: 0px;
   padding: 15px 2pc;
   border-radius: 5px;
   width: 100%;
   justify-content: center;
  }
  .acctn-verify-complete .accnt-success-img {
    display: flex;
    justify-content: center;
  }

  .acctn-verify-complete h2 {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
  }
  
  .acctn-verify-complete .accnt-success-img img{
    width: 140px;
  }

  .acctn-verify-complete .verify-success-btn a {
    margin: 30px 40px;
   background: #09459e;
   color: #fff;
   font-size: 14px;
   display: flex !important;
   border: 0px;
   padding: 15px 2pc;
   border-radius: 5px;
   width: 100%;
   justify-content: center;
  }

  .acctn-verify-complete .verify-success-btn {
    display: flex;
    justify-content: center;
  }

  #frmContact #btnContact {
    background: #09459e;
    color: #fff;
   font-size: 14px;
   border:0px;
   padding: 11px 50px;
   margin-top: 20px;
  }

  .abt-main-img h5 {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }

  .platform-mre-info-cover {
    margin: 40px 0;
    padding: 10px 0;
  }
  .platform-mre-info-cover .platform-mre-img {
   display: flex; 
   width: 100%;
   height: 300px !important;
   background-color: #09459e !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: top !important;
  }
  .platform-img-cover {
    padding-right: 50px;
  }

  .equitn-term-conditn .equitn-term-headr h6 {
    font-size: 16px;
    padding: 10px 0 30px 0;
    font-weight: 600;
    color: #09459e;
  }

 .equitn-term-conditn .equitn-item .equitn-item-body p {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
  }

  .custom-select {
  background: rgba(71, 71, 71, 1);  
  border: 0px;  
  color: rgba(255, 255, 255, 1); 
  font-size: 13px; 
  font-family: 'Helvetica'; 
  width: 100px; 
  display: inline-block;
  }

  .login-wrapper .forget-pwd-box h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
  } 

  .login-wrapper .forget-pwd-box p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
  } 

  .forget-pwd-box .frmHeroLogin .inp-md {
    margin-bottom: 17px;
  }

  .forget-pwd-box .frmHeroLogin .inp-md input {
  height: 45px;
  }

  .forget-pwd-box .frmHeroLogin .bttn-md button {
    height: 45px;
    font-size: 14px;
    }

    .forget-pwd-box  .skip-link {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 30px;
    }
     #errormessage {
      padding: 5px 20px !important;
      text-align: center !important;
    }
    .sec-end-txt {
      display: block;
      margin: 20px 0;
    }
    .wlcm-passwrd-headr {
      display: block;
      padding-top: 14px;
    }
    .frmReg .inp-div label {
      font-size: 12px;
      font-weight: 600;
    }

    .frmReg .inp-div input {
   height: 45px;
    }

.hero-page-main .intro-mini-txt h1 {
  line-height: 1.2 !important;
}

.hero-page-main .intro-mini-txt h5 {
padding-top: 29px !important;
}