/*
Theme Name: Creatus Child
Description: Child theme for Creatus theme
Author: Themezly
Author URI: http://themezly.com/
Template: creatus
Version: 1.0.0
Text Domain: creatus
*/
/************ Responsive *************/
@media all and (max-width: 1199px) {
  .slider-home-btn {
    margin-bottom: 15px; }
  .slider-info-btn {
    margin-left: 50px; }
  #gform_fields_3 {
    margin: 0;
    padding: 0; }
  .gravityform #gform_fields_3 .gfield_checkbox {
    column-count: 1; } }

/************************************/
.thz-poz-menu-center ul.thz-menu.thz-mega-menu:before {
  margin-left: 0; }

.thz-menu.thz-secondary-menu {
  margin-left: auto; }

#thz-nav {
  display: flex;
  justify-content: space-around; }
  #thz-nav .thz-poz-menu-center.thz-menu {
    width: 50%; }

.home-icon-box .thz-image-icon img {
  margin-top: 15px; }

#gform_fields_3 {
  list-style: none;
  margin: 15px 0 0 0; }
  #gform_fields_3 .gfield_radio {
    list-style: none;
    padding: 0; }
    #gform_fields_3 .gfield_radio input {
      visibility: hidden; }
  #gform_fields_3 .gfield_checkbox {
    list-style: none; }
    #gform_fields_3 .gfield_checkbox input {
      visibility: hidden; }
  #gform_fields_3 #field_3_1 .gfield_label {
    color: #272C31; }
  #gform_fields_3 #field_3_2 .gfield_label {
    color: #272C31; }
  #gform_fields_3 .gfield_radio input {
    height: 0;
    width: 0; }
    #gform_fields_3 .gfield_radio input ~ label {
      position: relative;
      padding-left: 25px; }
      #gform_fields_3 .gfield_radio input ~ label:before {
        top: 0;
        left: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #CED4DA;
        content: '';
        display: block;
        border-radius: 50%; }
    #gform_fields_3 .gfield_radio input:checked ~ label:before {
      background-color: #75b832;
      width: 18px;
      height: 18px; }
  #gform_fields_3 .gfield_checkbox {
    column-count: 2;
    padding: 0; }
    #gform_fields_3 .gfield_checkbox li {
      border-radius: 5px;
      background-color: #F6F7F9;
      padding-bottom: 15px;
      padding-top: 15px;
      padding-left: 10px;
      margin-bottom: 10px; }
    #gform_fields_3 .gfield_checkbox input {
      height: 0;
      width: 0; }
      #gform_fields_3 .gfield_checkbox input ~ label {
        position: relative;
        padding-left: 25px; }
        #gform_fields_3 .gfield_checkbox input ~ label:before {
          top: 0;
          left: 0;
          position: absolute;
          width: 20px;
          height: 20px;
          border: 1px solid #CED4DA;
          content: '';
          display: block; }
      #gform_fields_3 .gfield_checkbox input:checked ~ label:before {
        background-color: #75b832;
        width: 18px;
        height: 18px; }

#total-pricing .thz-table-stripe tr:nth-child(odd) td {
  border-radius: 5px;
  padding: 10px 15px; }

#total-pricing .thz-table-stripe tr:nth-child(even) td {
  padding: 10px 15px; }

#total-pricing .thz-table-stripe tr td:last-child(:before) {
  font-family: Font Awesome;
  content: '/f153';
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle; }

#gform_fields_4 {
  list-style: none;
  margin: 0; }

.thz-footer-sections-holder #thz-section-holder-sa248e261 section {
  padding: 75px 0;
  background-color: #ffffff; }

.widget-title {
  margin: 0 0 15px 0; }
  .widget-title span {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #191C1F;
    text-transform: capitalize; }

.textwidget {
  font-size: 14px;
  line-height: 32px;
  color: #737B84; }

.thz-has-list.thz-is-nav ul li a {
  padding: 2.5px 0; }

.menu-item.thz-menu-addon.thz-menu-search {
  display: none; }

.slick-dots li button:before {
  width: 12px;
  height: 12px; }

.slick-dots li.slick-active button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before {
  transform: scale(1); }
