body {
    margin: 0;
    padding: 0;
}


.cd-style,
.cd-style *,
.cd-style:before,
.cd-style:after,
.cd-style *:before,
.cd-style *:after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.cd-container {
    /* position: relative;
    width: 100%;
    padding-top: 48.19%;
    border: 1px solid #e0e2e5;
    font-family: 'Lato', sans-serif; */

    position: relative;
    width: 100%;
    padding-top: 658px;
    font-family: 'Lato', sans-serif;
    max-height: 658px;
 }
 
 .cd-section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
 }

.headerText{
    color: #1b8bff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
}

.applyNowBtnMain{
    width: 100%;
    display: block;
    clear: both;
    border-top: 20px solid transparent;
    border-left: 00px solid transparent;
    border-bottom: 20px solid transparent;
}

.applyNowBtn{
    background-color: #1b8bff;
    box-shadow: inset 0px 1px 10px 0px #194d7d;
    color: #fff;
    height: 41px;
    font-size: 15px;
    border-radius: 20.5px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
}

/* CONTENT CSS START */

.cd-image{
	background-image: url(../resources/images/calculator-man.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36%;
    height: 100%;
    float: left;
    background-color: #a0aab4;
}

.desktop-default-image{
    background-image: url(../resources/images/calculator-man.jpg);
}

.desktop-diva-image{
    background-image: url(../resources/images/diva.jpg);
}

.desktop-superbike-image{
    background-image: url(../resources/images/superbike-desktop.jpg);
}

.desktop-two-wheeler-image{
    background-image: url(../resources/images/two-wheeler-desktop.jpg);
}

.mobile-default-image{
    background-image: url(../resources/images/mobile-calculator-man.png);
}

.mobile-diva-image{
    background-image: url(../resources/images/diva_mobile.jpg);
}

.mobile-superbike-image{
    background-image: url(../resources/images/superbike-mobile.jpg);
}

.mobile-two-wheeler-image{
    background-image: url(../resources/images/two-wheeler-mobile.jpg);
}

.cd-desktop-image-diva{
    background-repeat: no-repeat;
    background-size: cover;
    width: 36%;
    height: 100%;
    float: left;
    background-color: #a0aab4;
}

.cd-image-text{
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    margin-left: 20%;
    margin-top: 40px;
}





.cd-page-content{
    width: 64%;
    height: 100%;
    float: right;
}

.cd-page-content-section{
    width: 100%;
    height: 100%;
    padding: 30px 85px;
}


.cd-loan-select-dropdown{
    width: 336px;
}

.cd-dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #1b8bff;
    padding: 0 0 10px 0;
    background-color: #fff;
    margin: 0;
    border-bottom: 2px solid;
    font-weight: 600;
    width: 100%;
    text-align: left;
  }
  
  
  .cd-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    width: 336px;
    z-index: 2;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
  }

  .cd-dropdown-content ul{
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .cd-dropdown-content ul li {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .cd-dropdown-content ul li:hover {
    background-color: #ddd;
  }
  
  /* .cd-loan-select-dropdown:hover .cd-dropdown-content {
    display: block;
  } */

  .cd-dropbtn-caret{
    float: right;
    padding-top: 2px;
  }

  .cd-dropbtn-caret img{
    width: 10px;
    vertical-align: super;
  }

  .cd-workspace{
      width: 100%;
      /*height: 100%;*/
  }

  .cd-input-container{
    box-shadow: 0px -4px 18px 0px rgba(0,0,0,0.12);
    margin-top: 30px;
    border-radius: 31px;
    height: 307px;
    padding: 30px 53px;
    background: #fff;
  }

  .cd-loan-amount-range-text{
    font-size: 14px;
    color: #231f20;
    margin-top: 20px;
    opacity: 0.6;
  }

  .cd-IR-NICL{
      margin-top: 25px;
  }

  .cd-slidecontainer {
    width: 100%;
}

.cd-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    /* background: #1b8bff; */
    background: linear-gradient(to right, #1e87ff 0%, #1e87ff 45%, #cdcdcd 50%, #cdcdcd 100%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.cd-slider:hover {
    opacity: 1;
}

.cd-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 5px solid #1b8bff;
    cursor: pointer;
}

.cd-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}




.cd-loan-input-amount-text{
    width: 275px;
    border-bottom: 2px solid rgb(27 139 255 / 80%);
    margin-top: 35px;
    color: #1b8bff;
    display: inline-flex;
    padding-bottom: 7px;
}

.cd-loan-input-amount-text input{
    color: #1b8bff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    outline: 0;
    border: 0;
}

.cd-loan-inr-symbol{
    padding: 5px 6px 0 0;
    font-size: 20px !important;
}

.cd-error-msg{
    font-size: 12px;
    font-weight: 600;
    color: #ea4c4c;
    margin-top: 6px;
    display: none;
}

.cd-tenure-text{
    margin-top: 30px;
}

.cd-loan-tenure-radio-cont{
    margin-top: 20px;
}

.cd-radio-cont {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-right: 27px;
    width: 113px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cd-radio-cont-PAYG{
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-right: 2%;
    width: 20%;
    min-width: 113px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cd-loan-tenure-radio-cont input:checked~.cd-checkmark {
    background-color: #1b8bff;
    box-shadow: inset 0px 1px 10px 0px #194d7d;
    color: #fff;
}

.cd-loan-tenure-radio-cont input:checked~.cd-checkmark:hover {
    background-color: #1b8bff;
    box-shadow: inset 0px 1px 10px 0px #194d7d;
    color: #fff;
}

.cd-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 41px;
    width: 100%;
    background-color: #fff;
    border-radius: 20.5px;
    padding: 11px 0;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(138,138,138,0.5);
}

.cd-monthly-switch-view-cont{
    width: 100%;
    margin-top: 39px;
}

.cd-monthly-head-text{
    color: #231f20;
    font-size: 18px;
    font-weight: 600;
}

.cd-monthly-switch-text-cont{
    color: #1b8bff;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.cd-monthly-switch-text{
    vertical-align: sub;
    padding-right: 10px;
}

.cd-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
  }
  
  .cd-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

  .cd-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .cd-switch-slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: #2a90ff;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .cd-switch input + .cd-switch-slider {
    background-color: #ffffff;
    box-shadow: inset -1px 1px 3px 0px rgba(0,0,0,0.32);
  }

  .cd-switch input:checked + .cd-switch-slider {
    background-color: #ffffff;
    box-shadow: inset -1px 1px 3px 0px rgba(0,0,0,0.32);
  }
  
  .cd-switch input:focus + .cd-switch-slider {
    background-color: #ffffff;
    box-shadow: inset -1px 1px 3px 0px rgba(0,0,0,0.32);
  }
  
  .cd-switch input:checked + .cd-switch-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

.cd-switch-slider.round{
    border-radius: 34px;
}


.cd-switch-slider.round::before{
    border-radius: 50%;
}

#view1-SELS, #view2-SELS{
    display: block;
}

.cd-output-cont{
    width: 100%;
    margin-top: 25px;
}

.cd-output-left-block {
    width: calc(50% - 16px);
    margin-right: 16px;
    float: left;
    height: 100%;
}

.cd-output-right-block {
    width: calc(50% - 16px);
    margin-left: 16px;
    float: right;
    height: 100%;
}

.cd-double-block{
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.12);
    border-radius: 20px;
    height: 121px;
    padding: 29px 18px;
    margin-bottom: 20px;
}

.cd-top-cal-output-block{
    box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.12);
    border-radius: 20px;
    height: 105px;
    padding: 29px 18px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    background: #fff;
    margin-top: 10px;
}

.cd-bottom-cal-output-block{
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.12);
    border-radius: 20px;
    height: 70px;
    padding: 29px 18px;
    margin-bottom: 10px;
    background-color: #2a90ff;
    margin-top: -15px;
    z-index: -1;
    position: relative;
    color: #fff;
}

.cd-botton-output-content-label-1{
    color: #fff;
    line-height: 24px;
    font-style: italic;
    font-size: 14px;
}

.cd-bottom-output-content-label-3{
    font-size: 24px;
    color: #fff;
    margin-top: 0px;
    text-align: right;
}

.cd-italic{
    font-style: italic;
}

.cd-output-content-left{
    width: 50%;
    float: left;
}

.cd-output-content-right{
    width: 50%;
    float: right;
}

.cd-output-content-label-1{
    color: #231f20;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
}

.cd-output-content-label-2{
    font-size: 18px;
    color: #231f20;
    font-weight: bold;
   
}

.cd-output-content-label-2-sub{
    background-color: rgb(30 135 255 / 0.12);
    padding: 3px 10px;
    border-radius: 11px;
}

.cd-output-content-label-3{
    font-size: 29px;
    color: #2a90ff;   
    margin-top: 5px;
    text-align: right;
}

.cd-output-content-label-4{
    font-size: 16px;
    color: #47a5ff;  
}

.cd-output-amount-inr-symbol {
    font-size: 27px !important;
}

.cd-output-dot-symbol{
    font-size: 5px !important;
    color: #47a5ff;
    vertical-align: middle;
    padding-right: 5px; 
}

.cd-output-graph-block{
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.12);
    border-radius: 20px;
    height: 121px;
    position: relative;
}

.cd-output-graph-details{
    color: #47a5ff;
    padding: 10px 20px;
}

.cd-output-graph-display{
    color: #47a5ff;
    padding: 10px 20px 0;
}

.cd-graph-amount{
    font-size: 20px;
    font-weight: 600;
}
.cd-graph-amount-helper{
    font-size: 14px;
    font-weight: 600;
}

.cd-noun-info{
    width: 17px;
    vertical-align: middle;
    margin-right: 5px;
}

.cd-output-graph-bottom{
    position: absolute;
    bottom: 0;
    background: rgb(91 156 230 / 0.08);
    width: 100%;
    padding: 12px 20px;
    border-radius: 0 0 20px 20px;
    font-size: 12px;
    font-style: italic;
    color: rgb(61 71 82 / .7);
}

.cd-progress-bar-cont{
    padding: 20px 20px 0px 20px
}

.cd-progress-bar {
    width: 100%;
    padding: 2px 3px;
    border-radius: 11px;
    box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.12);
  }
  
  .cd-progress-bar-inner {
    width: 0%;
    height: 7px;
    border-radius: 5px;
    background-color: #1e87ff;
  }


  .mobile-image-cont{
    width: 100%;
    height: 164px;
    display: none;
}

.mobile-image-section{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-color: #a0aab4;
    height: auto;
    padding-top: 290px;
}

.cd-mobile-image-diva{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-color: #a0aab4;
    height: auto;
    padding-top: 290px;
}


.cd-mobile-dropdown-content{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-left: 4%;
    margin-top: 38px;
    position: absolute;
}



.cd-output-card-label-1{
    font-size: 18px;
    font-weight: 600;
}

.cd-output-card-label-2{
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    color: #2a90ff;
}

.cd-output-card-label-3{
    font-size: 14px;
    font-style: italic;
    text-align: right;
}














































/* MEDIA QUERIES START */



@media (min-width: 1367px) and (max-width: 3600px) {

    .cd-section {
        max-height: 658px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {

    .cd-page-content-section {
        padding: 30px 25px;
    }

    .cd-double-block {
        padding: 29px 10px;
    }

    .cd-output-content-label-3 {
        font-size: 23px;
    }

    .cd-bottom-output-content-label-3{
        font-size: 23px;
    }

    .cd-image-text {
        font-size: 23px;
    }

    .cd-radio-cont {
        margin-right: 11px;
    }

    .cd-radio-cont-PAYG{
        min-width: 82px;
        width: 84px;
        font-size: 14px;
        margin-right: 6px;
    }

    .cd-output-card-label-1{
        font-size: 14px;
    }
    
    .cd-output-card-label-2{
        font-size: 26px;
        margin-top: 5px;
    }
    
    .cd-output-card-label-3{
        font-size: 13px;
    }
}




  @media (min-width: 992px) and (max-width: 1024px) {
    .cd-container {
        padding-top: 62%;
    }
    .cd-image-text{
        font-size: 22px;
    }

    .cd-page-content-section {
        padding: 30px 20px;
    }

    .cd-radio-cont {
        padding-left: 15px;
        margin-right: 14px;
        width: 100px;
    }

    .cd-radio-cont-PAYG{
        min-width: 82px;
        width: 84px;
        font-size: 14px;
        margin-right: 6px;
    }

    .cd-double-block {
        padding: 29px 12px;
    }

    .cd-output-card-label-1{
        font-size: 14px;
    }
    
    .cd-output-card-label-2{
        font-size: 26px;
        margin-top: 5px;
    }
    
    .cd-output-card-label-3{
        font-size: 13px;
    }
      
}




  @media (min-width: 768px) and (max-width: 991px) {
    .cd-container {
        padding-top: 62%;
    }
    .cd-image-text{
        font-size: 16px;
        line-height: 30px;
    }

    .cd-radio-cont {
        padding-left: 15px;
        margin-right: 14px;
        width: 100px;
    }

    .cd-loan-amount-range-text {
        margin-top: 10px;
    }

    .cd-input-container {
        box-shadow: 0px -4px 18px 0px rgba(0,0,0,0.12);
        margin-top: 20px;
        border-radius: 31px;
        height: 238px;
        padding: 15px 29px;
    }
    .cd-tenure-text {
        margin-top: 15px;
    }

    .cd-loan-input-amount-text{
        margin-top: 20px;
    }

    .cd-loan-tenure-radio-cont {
        margin-top: 5px;
    }

    .cd-monthly-switch-view-cont {
        width: 100%;
        margin-top: 20px;
    }

    .cd-output-graph-details {
        padding: 5px 20px;
    }

    .cd-checkmark {
        font-size: 12px;
        height: 31px;
        padding: 8px 0;
    }


    .cd-output-cont {
        width: 100%;
        margin-top: 15px;
    }

    .cd-page-content-section {
        padding: 20px 15px;
    }

    .cd-double-block {
        padding: 15px 12px;
        height: 84px;
    }


    .cd-output-content-label-1 {
        font-size: 12px;
    }

    .cd-output-content-label-2 {
        font-size: 14px;
    }

    .cd-botton-output-content-label-1{
        font-size: 11px;
    }

    .cd-output-content-label-2-sub {
        padding: 3px 5px
    }

    .cd-output-content-label-3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .cd-bottom-output-content-label-3{
        font-size: 20px;
    }

    .cd-top-cal-output-block{
        height: 98px;
        padding: 29px 10px;
    }

    .cd-bottom-cal-output-block{
        padding: 29px 10px;
    }

    .cd-output-content-label-4 {
        font-size: 14px;
    }

    .cd-output-amount-inr-symbol {
        font-size: 22px !important;
    }

    .cd-output-right-block {
        width: calc(50% - 8px);
        margin-left: 8px
    }

    .cd-output-left-block {
        width: calc(50% - 8px);
        margin-right: 8px;
    }

    .cd-output-graph-bottom {
        padding: 12px 10px;
        font-size: 10px;
    }

    .cd-output-graph-block {
        height: 107px;
    }

    .cd-output-card-label-1{
        font-size: 14px;
    }
    
    .cd-output-card-label-2{
        font-size: 26px;
        margin-top: 5px;
    }
    
    .cd-output-card-label-3{
        font-size: 13px;
    }


    .cd-radio-cont-PAYG{
        min-width: 82px;
        width: 84px;
        font-size: 14px;
        margin-right: 6px;
    }
      
}



@media (min-width: 960px) and (max-width: 991px){
    .cd-container {
        padding-top: 52%;
    }

    .cd-output-content-label-2 {
        font-size: 16px;
    }
}
 

  @media (min-width: 375px) and (max-width: 767px) {

    .headerText {
        color: #1b8bff;
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }


    .applyNowBtnMain{
        border-top: 0px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .cd-mobile-dropdown-content{
        margin-left: 30px;
    }
      
    .cd-image{
        display: none;
    }

    .cd-desktop-image-diva{
        display: none;
    }

    .cd-page-content{
        width: 100%;
        margin-bottom: 20px;
    }

    .cd-container {
      position: inherit;
      padding: 0;
      border: 0;
  }

  .cd-section{
      position: relative;
  }

  .cd-page-content-section {
      padding: 0;
  }

  .cd-loan-select-dropdown {
      width: 100%;
      padding: 20px;
  }

  .cd-dropdown-content {
      width: calc(100% - 40px)
  }

  .cd-workspace {
      padding: 0 20px;
  }

  .cd-input-container {
      padding: 20px;
      height: 271px;
  }

  .cd-input-container-TWSU{
    margin-top: 70px;
  }

  .cd-loan-input-amount-text {
      width: 100%;
      margin-top: 25px;
  }

  .cd-loan-input-amount-text input {
      font-size: 19px;
  }

  .cd-slider {
      height: 3px;
  }

  .cd-slider::-webkit-slider-thumb {
      width: 15px;
      height: 15px;
      border: 3px solid #1b8bff;
  }
  
  .cd-slider::-moz-range-thumb {
      width: 15px;
      height: 15px;
  }

  .cd-loan-tenure-radio-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

  .cd-checkmark {
      font-size: 12px;
      height: 31px;
      padding: 8px 0;
  }

  .cd-radio-cont {
      padding-left: 32px;
      margin-right: 5px;
      width: 29%;
  }

  .cd-radio-cont-PAYG{
    min-width: 82px;
    width: 20%;
    font-size: 14px;
    margin-right: 6px;
}

  .cd-output-left-block {
      width: 100%;
      margin-right: 0;
  }

  .cd-output-right-block {
      width: 100%;
      margin-left: 0px;
  }

  .cd-output-content-right {
      text-align: right;
      margin-top: 10px;
  }


  .cd-output-content-label-3 {
      font-size: 26px;
      margin-top: 0px;
  }

  .cd-output-content-label-1 {
      font-size: 14px;
      margin-top: 10px;
  }

  .cd-double-block, .cd-output-graph-block {
      margin-top: 15px;
      height: 93px;
      padding: 12px 26px;
  }

  .cd-top-cal-output-block{
      height: 110px;
  }

  .cd-bottom-output-content-label-3 {
    margin-top: -10px;
  }

  .cd-monthly-switch-view-cont {
    margin-top: 20px;
}

  .cd-monthly-head-text {
      font-size: 16px;
  }

  .cd-output-cont {
      margin-top: 5px;
  }

  .mobile-image-cont{
    display: block;
    }


    .cd-output-card-label-1{
        font-size: 14px;
        margin-top: 10px;
    }
    
    .cd-output-card-label-2{
        font-size: 26px;
        margin-top: 10px;
    }
    
    .cd-output-card-label-3{
        font-size: 14px;
    }

    .cd-double-block{
        margin-bottom: 0px;
    }

    .cd-last-block-PS3B{
        margin-top: 15px;
    }

}

@media (min-width: 375px) and (max-width: 480px) {
    /* 
        SPECIAL CASE FOR PAYG
    */
    .cd-radio-cont-PAYG{
        min-width: 82px;
        width: 40%;
        font-size: 14px;
        margin-right: 6px;
        margin-bottom: 25px;
    }

    .cd-input-container-PAYG{
        height: 315px;
    }

    .cd-last-block-PS3B{
        margin-top: 15px;
    }
}



  @media (min-width: 300px) and (max-width: 374px) {
    .headerText {
        color: #1b8bff;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .applyNowBtnMain{
        border-top: 0px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
      .cd-image{
          display: none;
      }

      .cd-desktop-image-diva{
          display: none;
      }

      .cd-page-content{
          width: 100%;
          margin-bottom: 20px;
      }

      .cd-container {
        position: inherit;
        padding: 0;
        border: 0;
    }

    .cd-section{
        position: relative;
    }

    .cd-page-content-section {
        padding: 0;
    }

    .cd-loan-select-dropdown {
        width: 100%;
        padding: 20px;
    }

    .cd-dropdown-content {
        width: calc(100% - 40px)
    }

    .cd-workspace {
        padding: 0 20px;
    }

    .cd-input-container {
        padding: 20px;
        height: 271px;
    }

    /* .cd-input-container-TWSU{
        margin-top: 70px;
      } */

    .cd-loan-input-amount-text {
        width: 100%;
        margin-top: 25px;
    }

    .cd-loan-input-amount-text input {
        font-size: 19px;
    }

    .cd-slider {
        height: 3px;
    }

    .cd-slider::-webkit-slider-thumb {
        width: 15px;
        height: 15px;
        border: 3px solid #1b8bff;
    }
    
    .cd-slider::-moz-range-thumb {
        width: 15px;
        height: 15px;
    }

    .cd-checkmark {
        font-size: 12px;
        height: 31px;
        padding: 8px 0;
    }

    .cd-radio-cont {
        padding-left: 32px;
        margin-right: 5px;
        width: 72px;
    }

    .cd-output-left-block {
        width: 100%;
        margin-right: 0;
    }

    .cd-output-right-block {
        width: 100%;
        margin-left: 0px;
    }

    .cd-output-content-right {
        text-align: right;
        margin-top: 10px;
    }


    .cd-output-content-label-3 {
        font-size: 22px;
        margin-top: 0px;
    }

    .cd-output-content-label-1 {
        font-size: 12px;
    }

    .cd-top-cal-output-block{
        height: 110px;
    }
  
    .cd-bottom-output-content-label-3 {
      margin-top: -10px;
      font-size: 22px;
    }

    .cd-double-block, .cd-output-graph-block {
        margin-top: 15px;
        height: 88px;
        padding: 12px 15px;
    }

    .cd-monthly-switch-view-cont {
        margin-top: 20px;
    }

    .cd-monthly-head-text {
        font-size: 16px;
    }

    .cd-output-cont {
        margin-top: 5px;
    }

    .cd-error-msg {
        font-size: 10px;
    }

    
    .mobile-image-cont{
        display: block;
    }

    .mobile-image-section{
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        padding-top: 74%;
    }

    .cd-mobile-image-diva{
        background-repeat: no-repeat;
        background-size: contain;
        height: auto;
        padding-top: 74%;
    }

    .cd-mobile-dropdown-content{
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        margin-left: 4%;
        margin-top: 38px;
        position: absolute;
    }

    .cd-output-card-label-1{
        font-size: 14px;
        margin-top: 10px;
    }
    
    .cd-output-card-label-2{
        font-size: 26px;
        margin-top: 7px;
    }
    
    .cd-output-card-label-3{
        font-size: 14px;
    }

    .cd-double-block{
        margin-bottom: 0px;
    }


    /* 
        SPECIAL CASE FOR PAYG
    */
    .cd-radio-cont-PAYG{
        min-width: 82px;
        width: 40%;
        font-size: 14px;
        margin-right: 7%;
        margin-bottom: 25px;
    }

    .cd-input-container-PAYG{
        height: 315px;
    }

    .cd-last-block-PS3B{
        margin-top: 15px;
    }
    

  }