body{
  margin: 0;
  padding: 0;
}
*{
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
  margin: 0px;
}
a:hover{
  text-decoration: none;
}

p{
    color: #555;
    margin: 0px;
}

ul{
    margin: 0px;
    padding: 0px;
}

li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.main-extra{
    background-image: none!important;
}
.backheader-extra{
    background-image: none!important;
    background: linear-gradient(90deg, rgba(2,19,70,1) 41%, rgba(10,67,137,1) 100%)!important;
}

.p_first
{
  margin-top: 20px;
  font-size: 22px;
}

.btn:focus{
    outline: none!important;
}

h1.heading {
    font-size: 34px;
    margin-top: 46px;
    margin-bottom: 10px;
    font-weight: bold;
}

h1.heading:before {
    content: '[';
    display: inline-block;
    position: relative;
    top: 1px;
    height: 100%;
    font-size: 1.25em;
    color: #062469;
}

.p_example
{
  font-size: 16px!important;
    color: gray!important;
}

h1.heading:after {
    content: ']';
    display: inline-block;
    position: relative;
    top: 1px;
    height: 100%;
    font-size: 1.25em;
    color: #062469;
}

.first
{
  text-align: center;
  color: #fff;
}
.first p{
  color: #fff;
}
.first h2{
  margin-bottom: 20px;
}
.could {
    font-size: 19px;
    padding-bottom: 25px;
    font-weight: 800;
    color: #011a88;
}

.additional_form {
    background-color: #eee;
    padding: 50px;
}

p.para-title {
    padding-bottom: 15px;
}

.form-group label {
    color: #5A5A5A;
    font-size: 18px;
    margin-bottom: 10px;
}

.sign-here {
    position: absolute;
    top: -26px;
    right: 98px;
    width: 70px;
}

.sign-here img {
    width: 100%;
}


/*modal*/
.modal-footer button{
    font-size: 18px;
      padding: 7px 15px;
      background: #dc3545;
      border: none;
      color: #fff;
      display: block;
      margin: auto;
      border-radius: 5px;
      cursor: pointer;
  }

.btn-warning1
{
  width: auto;color: #fff;
  font-size: 18px;
  line-height: 40px; 
  height: 55px;
  padding: 0 45px;
  border-radius: 50px;
  transition: all .3s;    
  margin-top: 5px;
  background: #ffb100e3;
}

button.btn.btn-previous1 {
    background-color: #007e42;
    width: auto;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 55px;
    padding: 0 45px;
    border-radius: 50px;
    transition: all .3s;
    margin-top: 5px;
    float: right;
}
.btn
{
  outline: none;
}
.mobile{
  /*margin-top: -60px;*/
    float: right;
}

.firstbtn
{
  outline:none;
  width: auto; 
  color: #fff; 
  margin: 0 auto; 
  line-height: 40px; 
  font-size: 18px;
  margin-left: 10%;
  border: 1px solid transparent; 
  padding: 0 35px; 
  border-radius: 50px; 
  height:55px; 
  transition: all .3s;
}



/*========header css start=========*/
.main{
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;

}
/*.main::after {
    background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
.backheader{
  padding: 5px 25px;
}
.modal-body h2{
  padding-bottom: 20px;
    color: #000;
}
.modal-body{
  text-align: center;
}
.banner{
  background-image: url(../img/sape.png);
  background-size: cover;
    background-position: bottom;
}
.header_left img {
    display: block;
    width: 180px;
}
.header_left img.secure{
  width: 140px;
  margin-left: 15px;
}
.header_right{
  padding: 10px 0px;
}
.header_right h3 {
    border-bottom: 3px solid #448cde;
    padding: 5px 0px;
    color: #fff;
    letter-spacing: 1px;
    text-align: right;
    font-size: 32px;
}
.header_right ul{
  text-align: right;
}
.header_right ul li {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    padding: 4px 0px;
}
.header_right ul li i{
  color: #448cde;
}

/*========bannre css start======*/

.slider{
  padding: 70px 0px 70px;
}
.banner_left{
  padding: 0px 20px;
}
.banner_left h2 {
    text-align: center;
    font-size: 33px;
    color: #fff;
    font-weight: bold;
}
.arrowDown {
    text-align: center;
    margin: 15px 0;
}
.arrowDown img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #007e42;
}
.tax_area{
  background: #fff;
  padding: 40px 25px 55px;
  border-radius: 20px;
  box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
}
.tax_area p{
  text-align: center;
    color: #0c4d97;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 12px;
}
.pad_rl_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.bank-1 {
    background: #010b3a;
    color: #fff;
    border-radius: 5px;
}
.pad {
    font-size: 16px;
    padding: 11px 4px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 500;
    position: relative;
}
.pad input[type="checkbox"] {
    margin-right: 5px;
}
.next_btn button{
  position: absolute;
    top: 34px;
    left: 41%;
    background: green;
    border: none;
    padding: 10px 35px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}
/*step2*/
/*.banner_left1 {
    padding: 0px 20px;
}
.banner_left1 h2 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}*/
button .close :focus{
  border: none;
  outline: none;
}


.banner_left1 {
    padding: 40px 30px 100px;
    box-shadow: 0px 0px 13px 3px rgb(0 0 0 / 75%);
    background: #fff;
    border-radius: 20px;
}
.banner_left1 h2 {
    text-align: center;
    font-size: 21px;
    color: #020e3e;
    font-weight: bold;
    margin-bottom: 20px;
}
.tooltip{
    position: relative;
    opacity: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltiptext{
  visibility: hidden;
    width: 135px;
    line-height: 17px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 106%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s;
}
.tooltiptext::after{
  content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #555;
}
/*.img_warp {
    position: absolute;
    top: 0;
    right: 15px;
    height: 36px;
    width: 50px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 0 50px 50px 0;
    border: 1px solid #ccc;
}*/
.img_warp {
    position: absolute;
    top: 2px;
    right: 17px;
    height: 34px;
    width: 45px;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
.img_warp img {
    width: 23px;
}
/*.banner_left1 .form-control {
    border-radius: 20px;
    border: none;
}
.banner_left1 label{
  color: #fff;
}*/
.banner_left1 .form-control {
    border-radius: 0px;
    border: 1px solid #010e3e;
}
.banner_left1 label{
  color: #010b3a;
    font-weight: bold;
}
button.btn.btn-previous {
    background-color: #007e42;
    width: auto;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 55px;
    padding: 0 45px;
    border-radius: 50px;
    transition: all .3s;
    margin-top: 5px;
}
button.btn.btn-success{
  width: auto;
    color: #fff;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    height: 55px;
    border: 1px solid transparent;
    padding: 0 35px;
    border-radius: 50px;
    transition: all .3s;
    background: #007e42;
}
/*step2 end*/
.services_icon{
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 99px;
    border: 3px solid #337cd0;
    background: #fff;
    transition: 0.4s;
    text-align: center;
    margin:auto;
}
.services_icon{
  margin-bottom: 20px;
}
.services_icon img{
  width: 53px;
    margin-top: -23px;
}
.services_img p{
  font-size: 22px;
    color: #fff;
    line-height: 29px;
}
.friend{
  padding: 150px 50px 200px;
}
.friendly{
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
}
.friendly_icon{
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 99px;
    border: 8px solid #261983;
    background: #fff;
    transition: 0.4s;
    text-align: center;
    margin-top: -82px;
}
.btn_apply {
    padding: 10px 18px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: 0 0 0 0 rgb(38 25 131);
    -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
.friendly_icon img{
  width: 40px;
    margin-top: -38px;
}
.friendly_con h3{
  text-align: right;
    color: #261983;
    font-weight: 700;
    margin-top: -17px;
}
.friendly_con p{
  text-align: center;
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #261983;
    font-weight: 600;
}
.exthei{
  height: 205px;
}
/*inner page*/

.header_inner{
    position: relative;
    border-top: 3px solid #E8B012;
    background-color: #000;
}

.header_inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -50px;
    top: -25px;
    height: 67px;
    width: 100px;
    background: #E8B012;
    transform: rotate(-45deg);
}

.header_top{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 9;
    padding: 10px 0;
}

.header_top a img{
    width: 180px;
}

.secure_img img{
    width: 200px;
}

.inner_content{
    background-color: #f5f5f5;
    padding: 50px 0px 115px;
}
.privacy{
        padding-bottom: 120px;
}

.page_content{
    text-align: left;
    padding:70px 0px 0px;
}

.page_content h1 {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 15px;
    border-bottom: 2px solid #007E42;
    margin-bottom: 30px;
}

.page_content h1:after {
    content: '';
    position: absolute;
    bottom: calc(-100% - 1px);
    margin-left: -10px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border-top: 2px solid #007E42;
}

.page_content h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.quick ul li{
    list-style: none;
}

.blue-grid h3{
    padding: 8px 0px;
}

.blue-grid p{
    font-size: 16px;
}

.blue-grid ol li{
    font-size: 16px;
}

.page_content p{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    margin-bottom: 15px;
}

.page_content ol li{
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
}

.page_content span{
    font-size: 16px;
    font-family: sans-serif;
}

td {
    padding: 10px !important;
}

th {
    text-align: center;
}

table.priv td{
    padding: 0px !important;
}

table.priv h6{
        font-size: 20px;
    margin-bottom: 10px;
}

table.priv p{
    font-size: 17px;
}

.table-bordered {
    border: 3px solid #ddd;
}

ul.circle {
    padding: 0px 0px 18px 30px;
}

ul.circle li{
    list-style: circle;
    font-size: 16px;
}
/*thankyou page*/

.thanku-message{
        margin: 30px 0 118px 0;
        padding: 0 5em;
    }
    .thanku-note{
        padding: 0 0;
    }
    .thanku-note h2 {
    font-size: 50px;
    color: #44b319;
    text-align: center;
    margin-bottom: 15px;
    }
    #icon {
    display: block;
    text-align: center;
    }
    #icon img {
    height: 80px !important;
    width: 80px !important;
    }
    .thanku-note p {
    text-align: center;
    color: #25274D;
    margin: 10px 0 15px 0;
    padding: 0 0;
    font-size: 18px;
    }
    .thanku-note p.fw700 {
    font-size: 32px;
    }
    .text-center {
    text-align: center!important;
    }
    .fw700 {
    font-weight: 700;
    }
    .clipbord{
    color: #fff;
    background-color: #4168e1;
    text-decoration: none;
    padding: 7px 10px;
    display: inline-block;
    }
    .thanku-note p.note {
    font-size: 14px;
    padding: 0 120px;
    }
    .thanku-note p.extrafont{
        font-size: 23px;
    }

    .click_thank{
        background: #efefef;
        width: 432px;
        margin: auto;
        border: 6px solid #ff9d00;
        border-radius: 50px;
        padding: 5px 38px;
        margin-bottom: 10px;
    }
    .click_thank span{
        display: inline-block;
        font-size: 38px;
        text-transform: uppercase;
        font-weight: bold;
        color: #25274d;
    }

    .click_thank p{
        text-align: left;
        display: inline-block;
        line-height: 19px;
        color: #44b319;
    }
    .click_thank img{
        width: 255px;
        display: table;
        margin: auto;
        padding-left: 30px;
    }


/*========footer========*/
.blank-w {
    background: #010c3c;
    padding: 20px 50px;
}
.blank-w p {
    font-size: 14px;
    padding: 30px 25px;
    margin-bottom: 0;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    text-align: center;
    color: #093d80;
    font-weight: 600;
    margin-top: -100px;
    box-shadow: 1px -6px 13px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px -6px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -6px 13px 0px rgba(0,0,0,0.75);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(225,225,225,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(225,225,225,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(225,225,225,1) 100%);
}
.blank-w a {
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
    position: relative;
    display: inline-block;
    transition: all .3s;
}
.blank-w a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -23px;
    top: 0px;
    width: 1px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
}
.bottom_links {
  width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*========responsive css start========*/
@media(max-width:1920px){
    .services_img p {
        font-size: 25px;
        line-height: 32px;
        padding: 11px 0px;
    }
    .next_btn button{
        left:44%;
    }
    .exthei {
        height: 156px;
    }
}

@media(max-width:1366px){
    .services_img p{
      font-size: 22px;
        color: #fff;
        line-height: 29px;
        padding:0px;
    }
    .next_btn button{
        left:41%;
    }
    .exthei {
        height: 196px;
    }
}

@media(max-width: 1280px){
.exthei {
        height: 217px;
    }
}

@media(max-width:1200px){
    .mobile {
    margin-top: -55px;
    text-align: center;
    margin-right: 149px;
}
button.btn.btn-success{
    margin-left: 10%!important;
}
.firstbtn{
    margin-left: 110%;
}
.tax_area {
    padding: 40px 25px 100px;
}
.banner_left1 {
    padding: 40px 30px 149px;
}
.extra {
        margin-right: -54px;
    }
    .btn-warning1{
    float: none;
    /* padding: 0px 30px; */
    height: 50px;
        left: 90px;
    position: relative;
    top: 65px;
    display: block;
    margin: auto;
}
}

@media(max-width:1150px){
    .mobile {
    margin-top: -55px;
    text-align: center;
    margin-right: 131px;
}
button.btn.btn-success{
    margin-left: 10%!important;
}
.firstbtn{
    margin-left: 50%;
}
.tax_area {
    padding: 40px 25px 100px;
}
.banner_left1 {
    padding: 40px 30px 149px;
}
.extra {
        margin-right: -54px;
    }
    .btn-warning1{
    float: none;
    /* padding: 0px 30px; */
    height: 50px;
        left: 90px;
    position: relative;
    top: 65px;
    display: block;
    margin: auto;
}
}

@media(max-width:1100px){
    .mobile {
    margin-top: -55px;
    text-align: center;
    margin-right: 108px;
}
button.btn.btn-success{
    margin-left: 10%!important;
}
.firstbtn{
    margin-left: 50%;
}
.tax_area {
    padding: 40px 25px 100px;
}
.banner_left1 {
    padding: 40px 30px 149px;
}
.extra {
        margin-right: -54px;
    }
    .btn-warning1{
    float: none;
    /* padding: 0px 30px; */
    height: 50px;
        left: 90px;
    position: relative;
    top: 65px;
    display: block;
    margin: auto;
}
}
@media(max-width: 1024px){
  .header_right h3{
    font-size: 27px;
  }
  .mobile {
    margin-top: -55px;
    text-align: center;
    margin-right: 75px;
}
button.btn.btn-success{
    margin-left: 5%!important;
}
.firstbtn{
    margin-left: 50%;
}
.tax_area {
    padding: 40px 25px 100px;
}
.banner_left1 {
    padding: 40px 30px 149px;
}
.extra {
        margin-right: -54px;
    }
    .banner_left1 {
        margin-bottom: 60px;
    }
.btn-warning1{
    float: none;
    /* padding: 0px 30px; */
    height: 50px;
        left: 90px;
    position: relative;
    top: 65px;
    display: block;
    margin: auto;
}
  .banner_left h2{
    font-size: 27px;
  }
  .services_img p {
      font-size: 17px;
      line-height: 24px;
      padding: 10px 0px;
  }
  .next_btn button{
    left: 38%;
  }
  .exthei {
    height: 180px;
    margin-bottom: 80px;
}
  .friendly_con h3 {
      margin-top: 0px;
  }
  .friendly_con p {
      font-size: 15px;
      line-height: 19px;
  }
}
@media(max-width: 991px){
  .services_img p {
      font-size: 15px;
  }
  .friendly_con h3 {
       margin-top: -17px; 
  }
  .friendly_con p {
      font-size: 18px;
      line-height: 20px;
  }
  .exthei {
      height: 180px;
      margin-bottom: 90px;
  }
}
@media(max-width: 768px){
    .mobile{
        margin-top: -55px;
        text-align: center;
        margin-right: 200px;
    }
    .extra {
        margin-right: -54px;
    }
    .banner_left1 {
        margin-bottom: 60px;
    }
.btn-warning1{
    float: none;
    /* padding: 0px 30px; */
    height: 50px;
    position: relative;
    top: 65px;
    left:0px;
    display: block;
    margin: auto;
}
  .header_right h3 {
      font-size: 20px;
  }
  .banner_left h2 {
      font-size: 19px;
  }
  .mobile {
    margin-top: -55px;
}
  .tax_area p{
    font-size: 17px;
  }
  .tax_area{
      margin-bottom:60px;
      padding: 40px 25px 90px;
  }
  .banner_left1 h2{
    font-size: 18px;
  }
  .next_btn button {
      left: 33%;
  }
  button.btn.btn-previous {
      font-size: 17px;
      padding: 0 29px;
      margin-top: 0px;
  }
  button.btn.btn-success {
      font-size: 17px;
      padding: 0 25px;
      margin-left: 27% !important;
  }
  .services_img p {
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 35px;
  }
  .friend {
    padding: 0px 50px 200px;
}
  .exthei {
      height: 160px;  
  }
  .friendly_con h3 {
      margin-top: 0px;
  }
}
@media(max-width: 600px){
  .header_left img {
      margin: auto;
  }
  .header_left img.secure {
      margin: auto;
  }
  .mobile{
        margin-right: 115px;
    }
  .banner_left1 {
      margin-bottom: 60px;
  }
  .header_right h3 {
      font-size: 22px;
      text-align: center;
  }
  .header_right ul {
      text-align: center;
  }
  .banner_left h2 {
      font-size: 27px;
  }
  .next_btn button {
      left: 40%;
  }
  .banner_left {
      margin-bottom: 70px;
  }
  .services_icon {
      margin-bottom: 0px;
  }
  .services_img p {
      font-size: 19px;
      line-height: 28px;
      text-align: center;
      margin-bottom: 35px;
  }
  .exthei {
      height: 160px;
  }
  .blank-w p{
    font-size: 13px;
  }
}
@media(max-width: 480px){
  .banner_left h2 {
      font-size: 23px;
  }
  .exthei {
      height: 205px;
  }
  .blank-w a{
    font-size: 14px;
  }
  .tax_area {
    padding: 40px 25px 85px;
}
button.btn.btn-success {
    margin-left: 10% !important;
}
.mobile {
    margin-right: 70px;
}
.mobileextra {
    margin-right: 57px!important;
}
.mobileextrachild {
    margin-right: 60px!important;
}
}

@media(max-width: 450px){
    .mobileextra {
    margin-right: 38px!important;
}
.mobileextrachild {
    margin-right: 47px!important;
}
}

@media(max-width: 432px){
    .mobileextra {
    margin-right: 30px!important;
}
.mobileextrachild {
    margin-right: 34px!important;
}
}
@media(max-width: 420px){
  .savemodalextra
  {
    margin-top: -13px!important;
  }
  .tax_area {
    padding: 40px 25px 40px;
}
  .p_first
  {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: -10px;
  }
  .banner_left1 label{
      display:flex;
  }
  .banner_left1 label input[type="checkbox"]{
      margin: 5px 5px 0px 0px;
  }
  .banner_left1 label a{
      display: contents;
  }
  
  .mobileextra1
  {
    margin-right: -34px!important;
  }
  .mobileextrachild {
    margin-right: 65px!important;
}
  .mobileextra {
    margin-right: 57px!important;
}
  .header_right ul li {
      margin-right: 11px;
      font-size: 15px;
  }
  button.btn.btn-success{
    display: block;
    margin: auto;
      margin-left: 15%!important;
      position: relative;
      top: 5px;
  }
  .firstbtn{
        margin-top: 5px!important;
    margin-right: 38%!important;
  }
  .progress{
    width: 75%!important;
  }

  .first h2{
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 700;
  }

  .banner_left1{
    padding: 40px 15px 100px;
  }
  .banner_left h2 {
      font-size: 18px;
  }
  .tax_area p {
      font-size: 16px;
      line-height: 18px;
  }
  .next_btn button {
      left: 35%;
  }
  .services_img p {
      font-size: 16px;
      line-height: 25px;
  }
  .friendly_con h3 {
      font-size: 20px;
      margin-top: 0px;
  }
  .exthei {
      height: 205px;
  }
  .blank-w a {
      font-size: 13px;
      margin-right: 23px;
  }
  .blank-w a:after{
    right: -15px;
  }
  .banner_left {
      padding: 0px;
  }
  .blank-w {
      padding: 20px 30px;
  }

  button.btn.btn-previous1 {
      margin-top: 15px;
      margin-bottom: 25px;
      float: none;
      padding: 0px 30px;
      height: 50px;
  }

  button.btn.btn-warning1 {
      float: none;
      padding: 0px 30px;
      height: 50px;
      position: relative;
      top: 65px;
      display: block;
      margin: auto;
  }

  button.extra
  {
    right: 93px;
    margin-bottom: 0px!important;
    position: relative;
  }

  .mobile
  {
    margin-top: -55px;
    text-align: center;
    margin-right: 70px;
  }

  .mobile1
  {
    margin-top: -55px;
    text-align: center;
    margin-right: -72px;
  }
}

@media(max-width: 384px){
    .mobileextra {
        margin-right: 42px!important;
    }
    .mobileextra1 {
        margin-right: -59px!important;
    }
    .mobileextrachild {
        margin-right: 47px!important;
    }
}

@media(max-width: 375px){
  .savemodalextra
  {
    margin-top: -23px!important;
  }
  .mobileextra1 {
    margin-right: -57px!important;
  }
  .header_right h3 {
      font-size: 18px;
  }
  .mobile {
        margin-right: 25px;
    }
  .mobileextra {
    margin-right: 37px!important;
  }
  .mobileextrachild {
    margin-right: 42px!important;
  }
  .pull-right {
      float: none;
  }
  button.btn.btn-previous {
      display: block;
      margin: auto;
  }
  button.btn.btn-success{
    display: block;
    margin: auto;
      margin-left: 8%!important;
      position: relative;
      top: 15px;
  }
  .header_right ul li {
      margin-right: 0px;
      font-size: 14px;
  }
  .friend {
      padding: 80px 20px 140px;
  }
  .friendly_con p {
      font-size: 17px;
  }
  .blank-w a {
      margin-right: 8px;
  }
  .blank-w a:after {
      right: -8px;
  }


}
@media(max-width: 360px){
  .mobileextra1 {
    margin-right: -65px!important;
  }
  .mobileextrachild {
    margin-right: 35px!important;
  }
  .mobileextra {
    margin-right: 30px!important;
  }
}
@media(max-width: 320px){
  .mobileextra1 {
    margin-right: -85px!important;
  }
  .mobileextra {
    margin-right: 25px!important;
  }
  .mobileextrachild {
    margin-right: 30px!important;
  }
  .header_right h3 {
      font-size: 16px;
  }
  .header_right ul li {
      font-size: 12px;
  }
  .banner_left h2 {
      font-size: 16px;
  }
  .backheader {
    padding: 5px 10px;
  }
  .next_btn button {
      left: 31%;
  }
  .friendly_con h3 {
      margin-top: 10px;
  }
  .exthei {
      height: 204px;
  }
  .blank-w a {
      font-size: 12px;
  }
  .banner_left1 label {
      font-size: 15px;
  }
  .mobile {
    margin-right: 25px;
  }
  button.btn.btn-success {
    margin-left: 11%!important;
  }
}

@media(max-width: 280px){
    .mobile {
        margin-right: 6px;
    }
    button.btn.btn-success {
        margin-left: 3%!important;
    }
    .mobileextra {
        margin-right: 4px!important;
    }
    .mobileextrachild {
        margin-right: 12px!important;
    }
    button.extra {
        right: 104px;
        padding: 0px 10px !important;
    }
    .exthei {
        height: 225px;
    }
}
