body{
    background: #000;
}
p{
    color:#000 !important;
}
.banner-img{
    width: 100%;
    margin-left: 10rem;
}
section{
    background: #fff;
}
.service-item{
    background-color: #6b0f1a;
    /* #A3006B   #5E0034 */
background-image: linear-gradient(315deg, #5E0034 0%, #A3006B 74%);

}
.btn-outline-primary{
    background-color: #6b0f1a;
    background-image: linear-gradient(315deg, #5E0034 0%, #A3006B 74%);
}
.btn-primary {
    background-color: #6b0f1a;
    background-image: linear-gradient(315deg, #5E0034 0%, #A3006B 74%);
}
.service-item {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: 0.3s;
    position: relative;
    z-index: 10;
}
.service-item:hover {
    border-color: #000;
}
.banner .block h1, .banner .block .h1 {
    font-size: 90px;
}
h1, .h1 {
    font-size: 70px;
}
/* ==============HEADER===================== */
header.sticky-top{
    padding: 0px 100px;
    background-color: #ffffff;
}
header.sticky-top nav div{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
}
header.sticky-top nav div .navbar-brand{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    
}
header.sticky-top nav div #img_fluid{
    width: 80px!important;
    height: 60px!important;
}
header.sticky-top nav ul li a{
    font-size: 15px !important;
}


/* ==============customer-registration===================== */

  /* .multi_step_form {
    background: #f6f9fb;
    display: block;
    overflow: hidden;
  } */
  .multi_step_form #msform {
    text-align: center;
    position: relative;
    padding-top: 50px;
    min-height: 740px;
    max-width: 810px;
    margin: 0 auto;
    background: #000;
    z-index: 1;
  }
 
  
  .multi_step_form #msform fieldset {
    border: 0;
    padding: 20px 105px 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }
  .multi_step_form #msform fieldset:not(:first-of-type) {
    display: none;
  }
 
  .multi_step_form #msform fieldset .intl-tel-input {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
  }

  .multi_step_form #msform fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 10px;
    background: #d63384;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
  }
  .form-group input::-webkit-inner-spin-button,
  .form-group input::-webkit-outer-spin-button {
    display: none;
  }
  .code_group input::-webkit-inner-spin-button,
  .code_group input::-webkit-outer-spin-button {
    display: none;
  }
  .multi_step_form #msform fieldset .done_text h6 {
    line-height: 23px;
  }
  .multi_step_form #msform fieldset .code_group {
    margin-bottom: 60px;
  }
  .multi_step_form #msform fieldset .code_group .form-control {
    border: 0;
    border-bottom: 1px solid #a1a7ac;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    font-size: 30px;
    color: #5f6771;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    line-height: 1;
  }
  .multi_step_form #msform fieldset .passport {
    margin-top: -10px;
    padding-bottom: 30px;
    position: relative;
  }
  .multi_step_form #msform fieldset .passport .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 0;
    background: #d63384;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
  }
  .multi_step_form #msform fieldset .passport h4 {
    font: 500 15px/23px "Roboto", sans-serif;
    color: #5f6771;
    padding: 0;
  }
  .multi_step_form #msform fieldset .input-group {
    padding-bottom: 40px;
  }
  .multi_step_form #msform fieldset .input-group .custom-file {
    width: 100%;
    height: auto;
  }
  .multi_step_form
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label {
    width: 168px;
    border-radius: 5px;
    cursor: pointer;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 300ms linear 0s;
    color: #5f6771;
  }
  .multi_step_form
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label
    i {
    font-size: 20px;
    padding-right: 10px;
  }
  .multi_step_form
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label:hover,
  .multi_step_form
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label:focus {
    background: #d63384;
    border-color: #d63384;
    color: #fff;
  }
  .multi_step_form #msform fieldset .input-group .custom-file input {
    display: none;
  }
  .multi_step_form #msform fieldset .file_added {
    text-align: left;
    padding-left: 190px;
    padding-bottom: 60px;
  }
  .multi_step_form #msform fieldset .file_added li {
    font: 400 15px/28px "Roboto", sans-serif;
    color: #5f6771;
  }
  .multi_step_form #msform fieldset .file_added li a {
    color: #d63384;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  .multi_step_form #msform fieldset .file_added li a i {
    font-size: 22px;
    padding-right: 8px;
    position: absolute;
    left: 0;
    transform: rotate(20deg);
  }
  .multi_step_form #msform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .multi_step_form #msform #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100% / 3);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
  }
  .multi_step_form #msform #progressbar li:nth-child(2):before {
    content: "";
  }
  .multi_step_form #msform #progressbar li:nth-child(3):before {
    content: "";
  }
  .multi_step_form #msform #progressbar li:before {
    content: "";
    font: normal normal normal 30px/50px Ionicons;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
  }
  .multi_step_form #msform #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
  }
  .multi_step_form #msform #progressbar li:last-child:after {
    width: 150%;
  }
  .multi_step_form #msform #progressbar li.active {
    color: #d63384;
  }
  .multi_step_form #msform #progressbar li.active:before,
  .multi_step_form #msform #progressbar li.active:after {
    background: #d63384;
    color: white;
  }

 
  
 

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px){
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}
  /* =========form css ============ */
  .form-select {
    border: 1px solid #A3006B;
    background-color: #000;
  }
  .form-select:focus {
    border-color: #A3006B;
   
    box-shadow: 0 0 0 0.25rem  rgba(253, 13, 169, 0.25);
  }
/*=========================
 media query for mobile
============================= */

@media(max-width: 600px) {
    /* CSS rules to apply for screens with width <= 600px */
    .banner {
        padding: 20px 0;
        z-index: 5;
    }
    .section {
        padding-top: 0px;
        padding-bottom: 20px;
    }
   
    h1,.banner .block h1, .banner .block .h1 {
        font-size: 40px;
    }
    .banner-img{
        width: 100%;
        margin-left:0px !important
    }

    .description{
        height: 60px ;
       width: 235px;
       }

    /* =========form midea query============ */
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #000;
        background-clip: padding-box;
        border: 1px solid #A3006B;
        border-radius: 0.3rem;
        outline: 0;
    }
    .description{
        height: 60px ;
       width: 100%;
       }
       .has-shapes{
        display: none;
       }
       .card{
        width: 95%;
       } 
  }
