.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

p {
  max-width: 430px;
  margin-bottom: 10px;
}

a {
  color: #f68b53;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.frame {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.top-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: url('../images/acta-top.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.center {
  text-align: center;
}

.col-50 {
  width: 50%;
  float: left;
}

.col-50.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.calculator {
  width: 90%;
  margin-top: -76px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  float: right;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 15px rgba(63, 63, 63, 0.14);
}

.btn {
  width: 100%;
  margin-top: 24px;
  border-radius: 20px;
  background-color: #f68b53;
}

.btn.small {
  width: auto;
}

.btn.small.right {
  margin-top: 0px;
  float: right;
}

.btn.small.right.black {
  background-color: #242424;
}

.btn.small.right.black.clear {
  margin-top: 8px;
  clear: both;
}

.btn.small.right.icon {
  padding-right: 36px;
  background-image: url('../images/ic-right.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.btn.small.right.simple {
  float: left;
  background-color: transparent;
  color: #242424;
  font-weight: 600;
  text-decoration: underline;
}

.btn.uncliclkable {
  background-color: #dbdbdb;
}

.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  width: 60px;
  height: 60px;
  border-style: none;
  background-image: url('../images/bangla-not-selected.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.radio-button.w--redirected-checked {
  background-image: url('../images/bangla-selected.svg');
}

.radio-button-2 {
  width: 60px;
  height: 60px;
  border-style: none;
  background-image: url('../images/india-not-selected.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.radio-button-2.w--redirected-checked {
  background-image: url('../images/india-selected.svg');
}

.radio-button-label {
  margin-left: 10px;
  color: #686868;
}

.radio-button-label.selected {
  color: #f68b53;
  font-weight: 700;
}

.field-label {
  width: 50%;
  float: left;
  clear: both;
  font-weight: 400;
}

.field-label.right {
  float: right;
  clear: none;
  text-align: right;
}

.field-label.right.bold {
  color: #f68b53;
  font-size: 18px;
  font-weight: 700;
}

.form-section {
  width: 100%;
  margin-top: 16px;
  float: left;
}

.div-block {
  padding: 3px 5px;
  float: left;
  clear: both;
  border-radius: 4px;
  background-color: rgba(98, 131, 149, 0.15);
}

.sum {
  padding: 8px 12px;
  float: left;
  clear: both;
  border-radius: 4px;
  background-color: rgba(246, 139, 83, 0.15);
}

.text-block {
  font-weight: 700;
}

.sum-nr {
  color: #f68b53;
  font-size: 18px;
  font-weight: 700;
}

.slider {
  width: 100%;
  margin-top: 8px;
}

.bottom-right {
  width: 100%;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
}

.right-block {
  max-width: 400px;
  margin-top: 98px;
  margin-right: auto;
  margin-left: auto;
}

.right-block.top {
  width: 60%;
}

.arrow-left {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.arrow-up {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.arrow-up.hide-desktop {
  display: none;
}

.h3-center {
  text-align: center;
}

.bold-text {
  font-weight: 600;
}

.orange {
  color: #f68b53;
}

.arrow-link {
  padding-right: 21px;
  color: #f68b53;
}

.line {
  width: 36px;
  height: 4px;
  margin-top: 16px;
  background-color: #f68b53;
}

.heading {
  margin-top: 16px;
}

.heading-2 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.link {
  display: block;
  color: #242424;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}

.right-button {
  padding-right: 35px;
  border-radius: 100px;
  background-color: #242424;
}

.circle-btn {
  display: block;
  width: 35px;
  height: 35px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: both;
  border-radius: 20px;
  background-color: #242424;
  background-image: url('../images/ic-right.svg');
  background-position: 55% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.next-prev-desc {
  width: 10%;
  margin-top: 16px;
  margin-right: 8px;
}

.text-block-2 {
  display: block;
  margin-top: 6px;
  float: left;
  text-align: center;
}

.link-2 {
  float: left;
}

.text-block-3 {
  display: none;
  margin-top: 53px;
  float: left;
  clear: both;
  font-weight: 700;
  text-align: center;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  width: 25px;
  height: 25px;
  margin-bottom: auto;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 0%;
  width: 25px;
  height: 25px;
  margin-right: 90px;
  margin-bottom: auto;
}

.icon-2 {
  width: 25px;
  height: 25px;
  color: #242424;
  font-size: 24px;
}

.icon-3 {
  position: static;
  width: 25px;
  height: 25px;
  color: #242424;
  font-size: 24px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.slide {
  height: auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-nav {
  position: static;
  left: 0%;
  top: 360px;
  right: 0%;
  bottom: 0%;
  margin-top: -24px;
  margin-right: 37px;
  float: right;
  clear: both;
}

.mask {
  overflow: hidden;
  height: auto;
  margin-bottom: 24px;
  background-color: transparent;
}

.slider-2 {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .frame {
    width: 100%;
  }

  .top-img {
    height: 470px;
    background-size: cover;
  }

  .radio {
    width: 50%;
  }

  .radio-button {
    width: 45px;
    height: 45px;
  }

  .radio-button-2 {
    width: 45px;
    height: 45px;
  }

  .bottom-right {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
  }

  .right-block {
    width: 80%;
  }

  .right-block.top {
    width: 70%;
  }

  .arrow-up.hide-desktop {
    display: none;
  }

  .h3-center {
    line-height: 28px;
    text-align: center;
  }

  .slide-nav {
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .top-img {
    height: 250px;
    padding-top: 21px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    background-size: cover;
  }

  .center {
    font-size: 32px;
    line-height: 36px;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.mob-hide {
    display: none;
  }

  .calculator {
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .right-block {
    width: 80%;
    margin-top: 32px;
  }

  .right-block.top {
    width: 90%;
    max-width: 100%;
    margin-top: 46px;
  }

  .arrow-left.hide-mob {
    display: none;
  }

  .arrow-up {
    margin-bottom: 16px;
  }

  .arrow-up.hide-mob {
    display: none;
  }

  .arrow-up.hide-desktop {
    display: block;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }

  .slide-nav {
    margin-top: 18px;
  }
}

@media screen and (max-width: 479px) {
  .top-img {
    height: 240px;
  }

  .calculator {
    width: 95%;
  }

  .btn.small.right.simple {
    float: left;
  }

  .bottom-right {
    width: 95%;
    margin-top: 36px;
    padding-right: 2.5%;
  }

  .right-block {
    width: 90%;
    margin-top: 24px;
  }

  .right-block.top {
    width: 90%;
    margin-top: 36px;
  }

  .h3-center {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-3 {
    margin-top: 7px;
  }

  .slide-nav {
    margin-top: -8px;
  }
}