```css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
	font-family:'Poppins', Arial, Helvetica, sans-serif;
}

html {
	font-family:'Poppins', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    color:#333;
	font-size: 14px;
	padding:0;
}

a, i, button {
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}

.calc_wheel{}

.calc_wheel .title{
	color:#00243F;
	font-weight:700;
	font-size:28px;
}

.calc_wheel .title_sml{
	color:#00243F;
	font-weight:700;
	font-size:16px;
}

.calc_wheel .left_col{
	float:left;
}

.calc_wheel .mid_col{
	float:left;
	width:25%;
	margin-right:5px;
	margin-left:5px;
}

.calc_wheel .mid_col input+input{
	margin-top:5px;
}

.calc_wheel .right_col{
	float:left;
}

.calc_wheel .calc_submit{
	color:#fff;
	font-size:13px;
	font-weight:700;
	line-height:13px;
	background-color:#00243F;
	padding:29px 7px;
	border:none;
}

.calc_wheel .calc_submit:hover{
	background-color:#269550;
}

.calc_wheel .txt1{
	margin-top:9px;
	margin-bottom:12px;
}

.calc_wheel .result{
	color:#C73D1B;
	font-size:18px;
	font-weight:600;
	margin-top:25px;
	margin-bottom:25px;
}

.calc_wheel .comment{
	margin-top:20px;
}

.calc_wheel .comment textarea.form-control {
    margin-bottom:15px;
}

.calc_wheel .comment p{
	color:#00243F;
	font-size:16px;
}

.calc_wheel .modal-dialog {
	width: 100%;
	max-width: 900px;
	margin: 30px auto;
}

.calc_wheel .calc_btns{
	margin-top:20px;
}

.calc_wheel .calc_btns .btn{
	color:#fff;
	font-size:16px;
	font-weight:700;
	line-height:13px;
	background-color:#00243F;
	padding:10px 25px;
	min-width:127px;
	border:none;
}

.calc_wheel .calc_btns .btn:hover{
	background-color:#269550;
}

.calc_wheel .calc_btns .btn+.btn{
	margin-left:15px;
}

.send_btn .input-group-btn .btn{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 13px;
	background-color: #00243F;
	padding: 10px 20px;
	min-width: 90px;
	border:none;
}

.send_btn .input-group-btn .btn:hover{
	background-color:#269550;
}

.wheel_image{}

.c, .d {
	fill: #bebebe !important;
	cursor:pointer;
}

.c:hover,
.d:hover,
.c.active {
	fill: #269550 !important;
}

.a{
	fill:#00243F !important;
}

#AjaxLoaderDiv{
	display: none;
}

#AjaxLoaderDiv>#blank_part {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=40);
    background: #000;
    z-index: 999999999;
}

#AjaxLoaderDiv #img_part {
    float: left;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    position: fixed;
    padding: 0;
    z-index: 999999999;
}       

@media print {
  body * {
    visibility: hidden;
  }

  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }

  .close{
	display: none;
  }

  #section-to-print {}
}


.modal-backdrop {
    display: none !important;
}

.calc_wheel {
    background: transparent !important;
}

.calc_wheel .modal-content {
    box-shadow: none !important;
    border: none !important;
}

.calc_wheel .modal-dialog {
    margin: 0 auto !important;
}

html,
body,
.modal,
.calc_wheel {
    background: transparent !important;
}

html,
body,
.modal,
.calc_wheel {
  background: transparent !important;
}

.modal-backdrop,
.modal-backdrop.fade,
.modal-backdrop.in {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

.calc_wheel .modal-content {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: none !important;
}

.calc_wheel .modal-dialog {
  margin: 0 auto !important;
}

.wheel_image{
    position:relative;
}

.ls-logo-center{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:110px;
    z-index:99;
}


.e,
.f,
.g,
.aa,
.ab,
.ac{
    display:none !important;
}

.wheel_image {
  position: relative;
}

.wheel_image{
    position:relative;
}

.wheel_image svg{
    position:relative;
    z-index:1;
}



.h{
    font-family:'Poppins', sans-serif;
    font-weight:500;
    letter-spacing:0.3px;
}

svg text,
svg .h {
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
}

svg text.h{
    font-family:'Poppins' !important;
}

svg text.h{
    font-family:'Poppins', sans-serif !important;
    font-weight:500 !important;
}

svg text{
    font-family:'Poppins', sans-serif !important;
}
```
