body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
}
a,a:hover {
  text-decoration: none;
}
.wrapper{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
#tmt_friskfree_sec {
    width: 100%;
  float: left;
  position: relative;
  background: #ffc20e;
  padding: 10px 0;
}
.tmt_friskfree_sec_card {
    width: 100%;
  float: left;
  position: relative;
}
.tmt_friskfree_txt {
    width: 100%;
  float: left;
  position: relative;    
}
.tmt_friskfree_txt p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;  
}
.tmt_friskfree_txt .tmt_friskfree_link {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    padding: 3px 20px;
    line-height: inherit;
    margin: 0 0 0 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none; 
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
} 
.tmt_friskfree_txt .tmt_friskfree_link:hover {
    border: 1px solid #fff;
    color: #fff;
}
#tmt_header_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0;
  margin: 0; 
  z-index: 1;
  top: 0;
  background: #fff;
}
.tmt_header_sec_card{
  width: 100%;
  float: left;
  position: relative;
  /*margin:0 auto;*/
     display: flex;
    align-items: center;
    align-content: center;
}
.tmt_logo{
    width: 60%;
    float: left;
    position: relative;
    padding: 0px 0;
}
.tmt_logo img{
  width: 100%;
  *filter: brightness(0) invert(1);
  *-webkit-filter: brightness(0) invert(1);
}
.tmt_header_pm_link{
  width: 100%;
  float: left;
  position: relative;  
}
.tmt_header_pm_link ul{
  float: right;
  position: relative;
  list-style-type: none; 
  padding: 22px 0;
  margin: 0;    
}
.tmt_header_pm_link ul li{
  display: inline-block;
  list-style-type: none; 
  padding: 0;
  margin: 0 0 0 40px;   
}
.tmt_header_pm_link ul li:first-child{
  margin: 0 0 0 0px;   
}
.tmt_header_pm_link ul li a{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  /*color: #714c3a;*/
  color: #231f20;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.3px;
  text-decoration: none;
  margin: 0;
  padding: 0; 
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.tmt_header_pm_link ul li a:hover{
  color: #ffc20e;
  text-decoration: none;
}
.tmt_header_pm_link ul li a i{
  margin-right: 5px;
  font-weight: 600;
  font-size: 16px;
}
.tmt_header_pm_link ul li a span{
  color: #ffc20e;
    -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.tmt_header_pm_link ul li a span:hover{
  color: #231f20;   
}
#tmt_form_sec{
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  padding: 60px 0 30px 0;
  background: linear-gradient( rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2) ), url(../images/tmt-banner-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  display: block;
 /* display: flex;*/
 /*justify-content: center;*/
 /*align-items: center;*/
 /*align-content: center;*/
}
.tmt_form_sec_card{
  width: 82%;
  float: none;
  position: relative;
  margin: 0 auto;   
}
.tmt_form_single_box{
  width: 100%;
  float: left;
  position: relative;   
}
#tmt_all_forms{
  width: 100%;
  float: left;
  position: relative;  
}
.tmt_all_forms_sec{
  width: 100%;
  float: left;
  position: relative;  
}
.tmt_steps_all_sec{
  width: 100%;
  float: left;
  position: relative;
  background: rgba(255,255,255,0.999);
  padding: 20px 0 40px 0;
  *border-radius: 1.125rem .3125rem .3125rem .3125rem;
  border-radius: 12px;
  min-height: 570px;
}
.tmt_steps_all_sec_spc {
  padding-top: 0px;
} 
.tmt_form_cnt_box{
  width: 100%;
  float: left;
  position: relative; 
  margin-bottom: 15px;
  margin-top: 30px;
}
.tmt_form_cnt_box_first{
  margin-top: 0px;
}
.tmt_form_cnt_box h4{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #231f20;
  text-align: center;
  text-transform: capitalize;
  line-height: inherit;
  margin: 0 0 40px 0;
  padding: 15px 0; 
  width: 100%;
  float: left;
  position: relative;
  background-color: #e6e6e6;
  *border-radius: .3125rem .3125rem 0 0;
  border-radius: 12px 12px 0 0;
}
.tmt_form_cnt_box h3{
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #231f20;
  text-align: left;
  text-transform: capitalize;
  line-height: inherit;
  margin: 0 0 0 90px;
  padding: 0 0 5px 0; 
}
.tmt_form_cnt_box p{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: inherit;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 600; 
}
.tfcb_spc{
  margin-top: 0px;
}
.tmt_option_selection_sec{
  width: 100%;
  float: left;
  position: relative; 
}
.tmt_forms_sec{
  float: left;
  width: 100%;
  position: relative;
  font-family: 'Raleway', sans-serif;
}
#tmt_footer_sec{
  float: left;
  width: 100%;
  position: relative;  
  background: #231f20;
  padding: 15px 0;
}
.tmt_footer_txt{
  float: left;
  width: 100%;
  position: relative;  
}
.tmt_footer_txt p{ 
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: inherit;
  text-align: center;
  margin: 0;
  padding: 0; 
  font-weight: 500;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.datepicker table tr td span {
  display: block !important;
  width: 23% !important;
  height: 54px !important;
  line-height: 45px !important;
  float: left;
  margin: 1%;
  cursor: pointer !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 700 !important;
}
.datepicker table {
  width: 100% !important;
  background: #f7f7f7;
}
tbody {
  background: #fff !important;
}
.calendar {
  background-color: #f7f7f7;
  padding: 10px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.datepicker-inline {
  width: 100%;
}
thead tr{
  background: #231f20;
    border: 1px solid #ffc20e;
}
thead tr th{
  padding: 0 !important;
}
.datepicker th{
  border-radius: 0px !important;  
  height: 40px;
  color: #fff;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #ffc20e !important;
}
.datepicker thead tr:first-child th{
  cursor: pointer;
  visibility: visible !important;
}
.optionitem th.next {
  font-size: 34px !important;
  padding-right: 5px !important;
}
.optionitem th.prev {
  font-size: 34px !important;
  padding-left: 5px !important;
}
.optionitem .datepicker-switch{
  font-size: 22px !important;
  line-height: 0 !important;  
}
.optionitem .month.active {
  background: #ffc20e !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.optionitem td.active.day {
  background: #ffc20e !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.optionitem th.dow {
  border: 1px solid #ffc20e;
  font-size: 15px !important;
  background: #3d3d3d;
}
.datepicker table tr td {    
  border: 1px solid #ffc20e;
  font-weight: 600;
}
.date_pick_hdng {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  padding: 10px 0;
  font-family: 'Raleway', sans-serif;
  color: #040404;
}
.tmt_next_btn_sec{
  width: 100%;
  float: left;
  *position: relative;
  margin-top: 30px;
  text-align: center;
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
}
.tmt_next_btn_sec .tmt_next_btn{
  *background: linear-gradient(45deg, #ffc20e, #ffc20e);
  background: transparent;
  border: 1px solid #ffc20e;
  color: #ffc20e;
  cursor: pointer;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 1px;
  outline: none;
  padding: 10px 50px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: auto;
  border-radius: 40px;
}
.tmt_next_btn_sec .tmt_next_btn:hover{
  border: 1px solid #231f20;
  color: #fff;
  background: #231f20;
}  
.tmt_next_btn_sec i{
  margin-left: 10px;
}
.tmt_prv_btn_sec{
  width: 100%;
  float: left;
  position: absolute;
  margin-top: 0;
  text-align: left;
  padding: 0 30px;
  top: 20px;
  left: 0;
  z-index: 2;
}
.tmt_prv_btn_sec .tmt_prv_btn{
  background: linear-gradient(45deg, #ffc20e, #ffc20e);
  border: 2px solid #ffc20e;
  color: #231f20;
  cursor: pointer;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: auto;
  border-radius: 4px;
}
.tmt_prv_btn_sec .tmt_prv_btn:hover{
  border: 2px solid #231f20;
  color: #fff;
  background: #231f20;
}  
.tmt_prv_btn_sec i{
  margin-left: 0;
  font-size: 20px;
}
.tmt_option_hdng{
  font-family: 'Raleway', sans-serif;
  color: #394451;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
  line-height: inherit;
  margin: 0;
  padding: 0 0 0 30px;
  width: 100%;
  float: left;
  position: relative;
}
.heding_center{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0; 
}
.heding_center h2{
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  margin: 0;
  padding: 0 0 5px 0;
}  
.heding_center p{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #484848;
  line-height: inherit;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.heding_center p a{
  text-decoration: none;
  color: #ffc20e;
  font-weight: 600;
}
.form_sec_part{
  float: left;
  width: 100%;
  position: relative;
}
.tmt_input_txt{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  font-family: 'Raleway', sans-serif;
  border-radius: 0!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-weight: 500;
  margin: 0 0 20px 0 !important;
  color: #4c4c4c;
}
.tmt_text_msg {
  height: 180px !important;
}
#backtotop {
  position: fixed;
  bottom: 8px;
  z-index: 9999;
  right: 20px;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
#backtotop a {
  width: 30px;
  height: 32px;
  padding: 8px;
  display: block;
  text-align: center;
  font: 11px/100% Muli, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#backtotop span {
  width: 30px;
  height: 32px;
  background: url(../images/up-arrow.png) no-repeat center 0px;
  display: block;
  margin-bottom: 7px;
  background-color: none !important;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#backtotop a:hover span {
  background-position: center -32px;
  background-color: none !important;
}
#backtotop a:hover {
  color: #e72129;
  background-color: #f3ca18;
  cursor: pointer;
}
.tmt_check_box {
  padding: 0;
  text-align: center;
  float: left;
  display: block;
  background-color: #fff;
  border: 1px solid #efefef;
  color: #231f20;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  height: 160px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: inherit;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-bottom: 0px;
}
.tmt_check_box input[type=radio] {
  height: 40px;
  border-radius: 0;
  border: 1px solid #e5452b;
  color: #000;
  background: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: -4px;
  cursor: pointer;
  z-index: 9;
}
.tmt_check_box input[type=radio]:checked {
  background-color: #f7f7f7;
  border: 4px solid #cf8129;
}
.showme {
  display: block;
}
.hideme {
  display: none;
}
.alert {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
.tmt_alert_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 0 30px;
}
.tmt_check_box label h5{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #231f20;
  font-weight: 600;
  text-transform: capitalize;
  line-height: inherit;
  text-align: center;
  margin: 0;
  padding: 10px 5px;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  height: 100%;
}
.tmt_check_box label {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  cursor: pointer;
  height: 100%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  border: 1px solid #dee0e482;
}
.tmt_check_box input[type="radio"]:checked ~ label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
  *background: linear-gradient(45deg, #ffd678, #ffc20e);
  background: rgba(255,194,14,0.15);
  width: 100%;
  border: 1px solid #ffc20e;
  height: 100%;
  border-radius: 0;
  text-align: center;
  line-height: inherit;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.tmt_check_box input[type="radio"]:checked ~ label {
    border: 0px solid #dee0e482;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%);
}
.tmt_check_box input[type="radio"]:checked ~ label:after {
    content: "\2713";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffc20e;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    padding-left: 2px;
    color: #231f20;
    display: table-cell;
    line-height: 20px;
    z-index: 999999;
}
/*.tmt_check_box label:hover{*/
/*  background: linear-gradient(45deg, #ffd678, #ffc20e);*/
/*  border: 1px solid #ffc20e;*/
/*  cursor: pointer;*/
/*  border-radius: 3px;*/
/*  -webkit-transition: all 0.35s ease-in-out;*/
/*  -o-transition: all 0.35s ease-in-out;*/
/*  transition: all 0.35s ease-in-out;*/
/*  height: 100%;*/
/*}*/
/*.tmt_check_box:hover h5 {*/
/*  color: #fff !important;*/
/*}*/
.tmt_check_box input[type="radio"]:checked ~ label h5{
  color: #231f20 !important;
  z-index: 2;
  line-height: 130px;
}
.tmt_option_selection_sec input[type="radio"] {
  display: none;
}
.tmt_check_box input[type="radio"]:checked ~ .tmt_check_box_fig h5{
  color: #fff !important;
  z-index: 2;
  line-height: 130px;
}
.tmt_radio_flex{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  padding: 0 20px;
}
.tmt_radio_box{
  width: calc(33% - 6px);
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: background-color .25s,border-color .25s,color .75s;
  padding: 10px 5px;
  text-decoration: none;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.tmt_check_box{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.tmt_check_box label h5 {
  line-height: 130px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form_sec_part label{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #231f20;
  margin: 0;
  padding: 0 0 3px 0;
  text-align: left;
}
#tmt_contnt_wrap_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0;
}
.tmt_check_box img{
  width: 100%;
  border-radius: 3px;
  height: 100%;
}
.tmt_check_box_fig{
  position: absolute !important;
  z-index: 1;
  top: 0;
  left: 0;
}
.tmt_check_box_fig h5{
  color: #fff !important;
  background: rgba(0,0,0,0.4);
}
/*#step8 .tmt_form_cnt_box h3 {*/
/*    text-align: left;*/
/*    margin-left: 90px;*/
/*}*/
#step1 .tmt_form_cnt_box h3 {
    text-align: center;
    margin-left: 0px;
}
#mod2 .tmt_radio_box {
    width: calc(25% - 0px);
    padding: 5px 5px;
}
#mod2 .tmt_check_box {
    height: 140px;
}
#mod2 .tmt_check_box label h5 {
    line-height: 120px;
}
#mod6 .tmt_radio_box {
    width: calc(25% - 0px);
    padding: 5px 5px;
}
#mod6 .tmt_check_box {
    height: 150px;
}
#mod6 .tmt_check_box label h5 {
    line-height: 130px;
}
#mod3 .tmt_radio_box {
    width: calc(25% - 0px);
    padding: 5px 5px;
}
#mod3 .tmt_check_box {
    height: 140px;
}
#mod3 .tmt_check_box label h5 {
    line-height: 0px;
    padding: 20px 0 10px 0;
    height: auto;
    flex: 0;
}
#mod3 .tmt_check_box label p {
    line-height: 0px;
    height: auto;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 0 0;
}
.price_icn {
    width: 20% !important;
    border-radius: 0 !important;
    height: auto !important;
}
#mod3 .tmt_check_box label {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
/*---------------------Responsive Css------------------------*/
@media only screen and (max-width: 767px) and (min-width: 320px){
#tmt_header_sec{
  position: relative;
  padding: 8px 0;
    background-color: #fff;
    box-shadow: 0 -3px 10px rgb(0 0 0 / 50%);
}  
.tmt_logo {
  width: 50%;
  float: left;
  margin: 0 auto;
} 
.tmt_header_pm_link ul {
  padding: 5px 0 0 0;
  text-align: center;
}
.tmt_header_pm_link ul li {
  margin: 0;
  display: none;
} 
.tmt_header_pm_link ul li a {
  font-size: 13px;
  letter-spacing: 0;
}
.tmt_header_pm_link ul li a i {
  font-size: 15px;
}
.tmt_header_pm_link ul li:last-child {
    display: block;
}
.tmt_main_sec h1 {
  letter-spacing: 0.2px;
  font-size: 26px;
  padding: 0;
  line-height: 28px;
}
.tmt_banner_sec_card {
  padding: 0 5%;
}
.tmt_bnr_btn_sec {
  margin: 20px 0 15px 0;
}
.tmt_bnr_btn_sec .tmt_bnr_btn {
  padding: 6px 30px;
  font-size: 16px;
}
.tmt_main_sec h3 {
  letter-spacing: 0.5px;
  font-size: 16px;
  padding: 0px 0 0 0;
}
.tmt_form_sec_card {
  width: 100%;
  float: left;
}
.owner_sec_fig {
  width: 25%;
  border: 3px solid #fff;
  height: 100%;
  margin-top: 25px;
}
.owner_sec_txt_box {
  height: auto;
  margin: 0px 0 0 15px;
  width: 72%;
  padding: 8px 10px;
}
.owner_sec_txt_box p {
  font-size: 14px;
}
#tmt_form_sec {
  padding: 40px 0 40px 0;
}
.tmt_form_cnt_box h3 {
  font-size: 18px;
  text-align: left;
  padding: 0 10px 5px 10px;
  line-height: 26px;
}
#tmt_step_top .col-xs-12{
  padding-right: 5px;
  padding-left: 5px;
}
#step1 .col-xs-6{
  padding-right: 5px;
  padding-left: 5px;  
}
#step2 .col-xs-6{
  padding-right: 5px;
  padding-left: 5px;  
}
#step3 .col-xs-6{
  padding-right: 5px;
  padding-left: 5px;  
}
#step4 .col-xs-6{
  padding-right: 5px;
  padding-left: 5px;  
}
#step5 .col-xs-6{
  padding-right: 5px;
  padding-left: 5px;  
}
#step6 .col-xs-6{
  padding-right: 5px;
  padding-left: 5px;  
}
#tmt_step_bottom .col-xs-12{
  padding-right: 8px;
  padding-left: 8px;
}
#step10 .col-xs-6{
  padding-right: 4px;
  padding-left: 4px;  
}
#mod8 .row .col-xs-12{
  padding-right: 10px;
  padding-left: 10px;   
}
#mod9 .row .col-xs-12{
  padding-right: 10px;
  padding-left: 10px;   
}
#mod11 .row .col-xs-12{
  padding-right: 10px;
  padding-left: 10px;   
}
#mod12 .row .col-xs-12{
  padding-right: 10px;
  padding-left: 10px;   
}
#mod13 .row .col-xs-12{
  padding-right: 10px;
  padding-left: 10px;   
}
.tmt_form_cnt_box {
  margin-left: 0px;
}
.tmt_option_selection_sec .optionitem {
  margin-bottom: 10px;
}
.tmt_option_selection_sec .tmt_check_box {
  height: 120px;
  line-height: inherit;
}
.tmt_check_box input[type="radio"]:checked ~ label:before {
  height: 100%;
}
.tmt_check_box label {
  height: 100%;
}
.tmt_option_selection_sec .optionitem .label_icon {
  top: 10%;
}
.tmt_option_selection_sec .optionitem h5 {
  line-height: 18px;
  vertical-align: text-bottom;
  font-size: 14px;
  padding: 10px 5px 10px 5px;
}
.steps_head_radio{
    vertical-align: -webkit-baseline-middle !important;
}
.datepicker table {
  width: 100% !important;
}
.datepicker-inline {
  width: 100% !important;
}
.calendar {
  width: 100% !important;
}
.optionitem .month.active {
  font-size: 16px !important;
}
.datepicker table tr td span {
  height: 46px !important;
  line-height: 36px !important;
  font-size: 14px !important;
}
.optionitem .datepicker-switch {
  font-size: 18px !important;
}
.optionitem th.prev {
  font-size: 28px !important;
}
.optionitem th.next {
  font-size: 28px !important;
}
.tmt_next_btn_sec .tmt_next_btn {
    font-size: 17px;
    padding: 10px 60px;
    font-weight: 600;
    width: 90%;
}
.heding_center h2 {
  font-size: 28px;
  line-height: 28px;
}
.heding_center p {
  font-size: 15px;
}
.tmt_input_txt {
  height: 40px;
  font-size: 14px;
}
#tmt_footer_sec {
  padding: 10px 0;
  display: none;
}
.tmt_footer_txt p {
  font-size: 13px;
}
#backtotop {
  bottom: 2px;
  right: 2px;
}
#backtotop a {
  width: 20px;
  height: 22px;
  padding: 5px;
}
#backtotop span {
  width: 16px;
  height: 18px;
  margin-bottom: 0px;
  background-size: cover;
  margin-left: 2px;
}
.heding_center {
  margin-top: 0px;
}
.tmt_radio_box {
  width: calc(50% - 6px);
  padding: 6px 5px;
}
#tmt_form_sec {
  height: 100%;
}
#tmt_contnt_wrap_sec .row{
  margin-right: 0;
  margin-left: 0;
}
#tmt_form_sec .row{
  margin-right: 0;
  margin-left: 0;
}
.tmt_form_cnt_box h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-radius: 0;
  background-color: #fff;
}
.tmt_radio_flex {
  padding: 0 0px;
}
.tmt_check_box input[type="radio"]:checked ~ label h5 {
  line-height: inherit;
}
.tmt_check_box label h5 {
  line-height: inherit;
}
.tmt_check_box label h5 {
  font-size: 16px;
  display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#tmt_contnt_wrap_sec {
  padding: 20px 0;
  display: none;
}
.tmt_prv_btn_sec {
  position: absolute;
  padding: 0 10px;
  top: 20px;
  margin-bottom: 20px;
}
.tmt_steps_all_sec {
    *min-height: 520px;
     min-height: auto;
}
#mod2 .tmt_radio_box {
    width: calc(50% - 0px);
    padding: 5px 5px;
}
#mod3 .tmt_radio_box {
    width: calc(50% - 0px);
    padding: 5px 5px;
}
.tmt_prv_btn_sec .tmt_prv_btn {
    font-size: 16px;
    padding: 2px 10px;
}
.tmt_form_cnt_box h3 {
    margin: 0 0 0 50px;
}
.tmt_next_btn_sec {
    bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem 15px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 18%);
    background-color: #fff;
}
.tmt_friskfree_txt p {
    font-size: 13px;
}
.heding_center p {
    font-size: 14px;
    text-align: justify;
}
#mod6 .tmt_radio_box {
    width: calc(50% - 0px);
    padding: 5px 5px;
}
.form_sec_part label {
    font-size: 14px;
}
.tmt_input_txt {
    margin: 0 0 10px 0 !important;
}
.thank-info p span {
    width: 32px;
    height: 32px;
    float: left;
    line-height: 32px;
    font-size: 15px;
    margin-right: 10px;
}
#tmt_form_sec {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 100px);
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #fff;
}
.tmt_steps_all_sec {
    width: 100%;
    min-height: calc(100vh - 130px);
    margin: 0 auto;
    border-radius: 0;
}
#tmt_friskfree_sec {
    display: none;
}
#mod2 .tmt_check_box {
    height: 100px;
}
#mod3 .tmt_check_box {
    height: 120px;
}
#mod6 .tmt_check_box {
    height: 120px;
}














}  



















