  
      body{
        font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
        margin:0px;
        padding:0px;  
      }
     .header {
      margin-top: 10px;
    }
      
      .manu_list_ul li {
    display: inline-block;
    padding-right: 8px;
   
    }
    .logo_box{
      text-align: center;
      padding-top: 4px;
    }
    
.logo_box img {
    width: 110px;
}
.manu_list_ul {
    margin-bottom: 0px;
    line-height: 35px;
    position: relative;
    /*margin-left: 45px;*/
  padding-left: 23px;
  font-size:14px; 
}
.manu_list_ul::before {
    content: "";
    border-left: 2px solid #000;
    height: 24px;
    position: absolute;
    left: 7px;
    top: 5px;
}
.user_box{
  text-align: right;   
}
.redeem_code h2{
  font-family: 'Montserrat', sans-serif;
    color: #414141;
    font-weight: 30px;
    font-weight: 300;
    }
.redeem_code p {
    font-family: 'Montserrat', sans-serif;
    color: #414141;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.btn_custom{
    padding: 10px 20px;
    border: 1px solid #ccc;
    width: 500px;
}
.form_box.redeem_code {
    max-width: 509px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
}
.btn_custom {
    padding: 10px 20px;
    border: 1px solid #ccc;
    width: 30%;
}
input:focus {
    outline:none;
}
.product_key {
    display: inline;
}
.product_key input {
    width: 100%;
    max-width: 65px;
}
/*footer start*/
.united_state_box ul {
    position: relative;
    margin: 0px;
    list-style: none;
}
.united_state_box ul :before {
    content: '';
    position: absolute;
    top: 0px;
    left: 8px;
    width: 22px;
    height: 20px;
    background-image: url(img/png_us.png);
    background-repeat: no-repeat;
}
.footer_menu li {
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    margin-left: 15px;
}

.footer_sec {
    position: fixed;
    bottom: 0px;
    background: #f2f2f2;
    width: 100%;
    padding: 12px 0px;
    margin: 0px;
}
ul.footer_menu {
    margin-bottom: 0px;
}
.container_fluid {
    width:95%;
    margin: auto;
}
 /*new 8-3-2021*/
 .ms_box_1{
   border-left:2px dotted #969696;
   position: relative;
 }
 /*.ms_box_1 {
  height: 400px;
}*/
.circel_1::before {
    content: "1";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top: 0px;
    background: white;
    line-height: 27px;
}

.circel_2::before {
    content: "2";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top: 303px;
    background: white;
    line-height: 27px;
}
.circel_3::before {
    content: "3";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top:353px;
    background: white;
    line-height: 27px;
}

/*** loginform start ***/

.circel_2_login::before {
    content: "2";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top: 370px;
    background: white;
    line-height: 27px;
}
.circel_3_login::before {
    content: "3";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top: 420px;
    background: white;
    line-height: 27px;
    /* bottom: 0px; */
}

.circel_2_download::before {
    content: "2";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top: 252px;
    background: white;
    line-height: 27px;
}
.circel_3_download::before {
    content: "3";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top: 302px;
    background: white;
    line-height: 27px;
}
.circel_2_errorFound::before {
    content: "2";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top:250px;
    background: white;
    line-height: 27px;
}
.circel_3_errorFound::before {
    content: "3";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    text-align: center;
    left: -16px;
    top: 302px;
    background: white;
    line-height: 27px;
}

/*** loginform end ***/

.content_box_1 {
    padding: 7px 10px 0px 27px;
}

.content_paramr h3 {
    line-height: 10px;
    font-size: 23px;
    font-weight: 300;
}

.content_paramr  h6 {
    color: #ee6242;
    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}
p.yourProduc_para {
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 15px;
}
.phoNbox a {
  color: #424242;
    padding-left: 15px;
    text-decoration: none;
}
.phoNbox {
    display: inline;
    /* border: 1px solid #dedede; */
    padding: 0px 20px;
    font-size: 18px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 500;
    top: 5px;
}
.contentNoBox {
    margin-top: 5px;
}
.phoNbox_1 :before {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 22px;
    height: 20px;
    background-image: url(../assets/usa_phone.png);
    background-repeat: no-repeat;
}
.phoNbox_2 :before {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 22px;
    height: 20px;
    background-image: url(../assets/aus_phone.png);
    background-repeat: no-repeat;
}
.phoNbox_3 :before {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 22px;
    height: 20px;
    background-image: url(../assets/uk_phone.png);
    background-repeat: no-repeat;
}

b.canaUs {
    font-size: 14px;
    font-weight: 600;
}
.content_box_2_3matop {
    margin-top: 50px;
}
.content_paramr .loder_img {
    padding: 47px 0px;
  /*  width: 65px;*/
    max-width: 65px
}

#micro_365_menu span{
    font-size: 18px;
    color: #262626;
}

.content_box_2_3matop {
    margin-top: 40px;
}
.content_paramr h3 {
    line-height: 10px;
    font-size: 16px;
    font-weight: 300;
}
 /*new 8-3-2021 end */

 #btn-primary-custom {
    color: #fff;
   border-color: rgb(252, 89, 33);
    background-color: rgb(252, 89, 33);
    color: rgb(255, 255, 255);
}
#btn-primary-custom:hover{
    color: #fff;
   border-color: rgb(252, 89, 33);
    background-color: rgb(252, 89, 33);
    color: rgb(255, 255, 255);
}
 


.redeem_code_login {
    max-width:555px;
    margin:auto; 
    margin-top: 35px;
   /* position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
    width:100%;*/
}

.contentNoBox label {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align:right;
}
.key_chrater{
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
   color: #6b6b6b!important;
   margin-top: 5px;

}
/*form feild customize strat */
#custom_form_id .form-group {
    margin-bottom: 10px;
}
#custom_form_id .form-control {
    display: block;
    width: 100%;
    padding: 5px 5px;
    font-size: 1rem;
    line-height: 1.5;
    color:#000;
    background-color: rgb(244, 244, 244);
    background-clip: padding-box;
    border: 1px solid rgb(244, 244, 244);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control:focus {
    color: #495057;
     background-color: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}


#custom_form_id input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    color: #848484;
   
}

#custom_form_id input:-ms-input-placeholder { /* Internet Explorer */
    font-size: 14px;
    color: #848484;
   
}
/*product key looin*/

#product_key_c input::placeholder {
   font-size: 14px;
    color: #848484;
    
}
#product_key_c input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    color: #848484;
   
}

#product_key_c input:-ms-input-placeholder { /* Internet Explorer */
    font-size: 14px;
    color: #848484;
   
}

#product_key_c input::placeholder {
   font-size: 14px;
    color: #848484;
    
}
.product_key input {
    background: #f4f4f4;
    border: none;
    border-radius: 5px;
}
/*product key end*/
img.logo_ms {
    padding: 15px 0px;
}

@media (max-width: 575.98px) { 
.user_box {
    text-align: right;
    display: none;
}
.manu_list_ul {
    margin-bottom: 0px;
    line-height: 22px;
    position: relative;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
    font-size: 11px;
}
#micro_365_menu span {
    font-size: 12px;
    color: #262626;
}
.logo_box img {
    width: 85px;
}
.united_state_box ul li {
    font-size: 13px;
}
.manu_list_ul::before{
  display:none;
}
.footer_sec {
    position:fixed;
    bottom: 0px;
    background: #f2f2f2;
    width: 100%;
    padding: 12px 0px;
    margin: 80px 0px 0px 0px;
}
.product_key input {
    width: 100%;
    max-width: 47px;

}
.container_fluid {
    width: 92%;
    margin: auto;
}
ul.footer_menu {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
.form_box.redeem_code {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-36%);
  width: 100%;
    padding: 0px 20px;
}
.form_box.redeem_code {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-36%);
  width: 100%;
    padding: 0px 20px;
}
.footer_menu li {
    display: inline-block;
    font-size: 10px;
    text-transform: capitalize;
    margin-left: 0px;
    padding: 2px;
}
.united_state_box ul {
    position: relative;
    margin: 0px;
    list-style: none;
    margin-left: 0;
    padding-left: 3px;
}
b.canaUs {
    font-size: 10px;
    font-weight: 600;
}
.redeem_code h2 {
    font-family: 'Montserrat', sans-serif;
    color: #414141;
    font-weight: 30px;
    font-weight: 300;
    font-size:22px;
}
.content_paramr h6 {
    color: #ee6242;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}


.redeem_code_login {
    max-width: 100%;
    margin: auto;
    padding: 0px 10px;
    padding-top: 10px;
}
.form_box.redeem_code_login h2 {
    font-size: 22px;
}
.content_paramr h3 {
    line-height: 10px;
    font-size: 14px;
    font-weight: 300;
}

   .contentNoBox label {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: left;
}

.footer_sec_login {
    position: static!important;
    bottom: 0px;
    background: #f2f2f2;
    width: 100%;
    padding: 12px 0px;
    margin: 80px 0px 0px 0px;
}
.circel_2_login::before {
   top: 515px;
   
}
.circel_3_login::before {
   top: 565px;
  
}

.circel_2::before {
   top:340px;
   
}
.circel_3::before {
   top:393px;
  
}


}



@media (min-width: 768px) and (max-width: 991.98px) { 
 .manu_list_ul::before {
    content: "";
    border-left: 2px solid #000;
    height: 24px;
    position: absolute;
    left: 56px;
    top: 5px;
}
.manu_list_ul {
    margin-bottom: 0px;
    line-height: 35px;
    position: relative;
    margin-left: 45px;
    padding-left: 70px;
}

 }

 @media (min-width: 992px) and (max-width: 1199.98px) { 
  .manu_list_ul::before {
    content: "";
    border-left: 2px solid #000;
    height: 24px;
    position: absolute;
    left: 40px;
    top: 5px;
    /* padding-left: 5px; */
}
.manu_list_ul {
    margin-bottom: 0px;
    line-height: 35px;
    position: relative;
    margin-left: 45px;
    padding-left: 54px;
}

  }





 