.sms-partner-area ul {
  padding: 0 0 0 15px;
}
.price .item {
  height: 100%;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  outline: none !important;
}
.btn_wtp {
    background: #fff;
    color: #00b731;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 11;
    width: 45px;
    height: 45px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px #ddd;
}
.btn_wtp:hover, .btn_wtp:focus {
    text-decoration: none;
    outline: 0;
    color: #00b731;
    display: flex;
}
.contact .form input.butn{background: #feb500;}
.sld_form {
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 70px);
}
.header .caption h1 {
    font-size: 47px;
}
.sld_form .contact-form.contact {
    padding: 20px;
    background: #fff;
}
@media(max-width: 1199px){
.navbar .navbar-nav .nav-link {
  margin: 15px 0px;
}
}
@media(max-width: 767px){
.section-padding {
  padding: 60px 0;
}
.process .circle h4 {
  font-size: 20px;
}
.process .circle h6 {
  font-size: 14px;
}
.half-padding {
  padding: 60px 5%;
}
.mb-40:last-child{margin-bottom: 0 !important;}
.section-head h4 {
  font-size: 26px;
}
.price .value h3 {
  font-size: 35px;
}
.price .value {
  padding: 20px 0;
}
.price .value {
  margin-bottom: 40px;
}
.price .features li {
  margin-bottom: 10px;
}
.price .features {
  margin-bottom: 20px;
}
.mb-50:last-child{margin-bottom: 0 !important;}
.sms-partner-area {
  padding: 60px 0;
}
.payment h3 {
  font-size: 22px;
}
body {
  font-size: 13px;
}
.header.slider-fade h4 {
  font-size: 18px;
}
.slider-fade .item .caption {
  padding: 0 20px;
}
footer {
  padding: 30px 0 80px;
}
.process .circle canvas {
    height: 100px;
    width: 100px;
}
.process .circle .icon {
    line-height: 100px;
}
.sld_form {
    position: initial;
}
}