/*
Theme Name: Intechonline Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


:root{
	--black: #0B0C0F;
	--blue: #243E90;
	--green: #69BD45;
	--white: #fff;
}
a{
	transition: all 0.4s;
}
.smart_internet{
	max-width: fit-content !important;
}
.icon-box p a{
	color:var(--black);
}
.icon-box p a:hover{
	color:var(--green);
}
  .form_sec input {
      border: unset !important;
      border-bottom: 1px solid #cccccc !important;
      padding: 15px 0px !important;
      text-transform: capitalize;
      font-family: Inter Tight;
      font-size: 15px;
      font-weight: 500;
      line-height: 22px;
      text-align: left;
      color: var(--black);
  }
   .form_sec ::placeholder {
      font-family: Inter Tight;
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      text-align: left;
      text-transform: capitalize;
	   color: var(--black);
  }
   .form_sec span.wpcf7-spinner {
      display: none;
  }
  .form_sec input:hover {
      border-bottom: 1px solid #243E90;
  }
  .form_sec input[type="submit"]:hover {
      background-color: #243e90;
      border: none;
  }
   .form_sec .from-container{
      filter: drop-shadow(2.5px 2.5px 5px #3B3F4A1A);
  }
  
   .form_sec input.wpcf7-form-control.wpcf7-text:focus-visible {
      outline: none;
  }
 .form_sec span:nth-child(1) input.wpcf7-form-control,
 .form_sec span:nth-child(3) input.wpcf7-form-control,
 .form_sec span:nth-child(5) input.wpcf7-form-control {
    text-transform: capitalize !important;
  }
 
 .form_sec span:nth-child(7) input.wpcf7-form-control {
    text-transform: lowercase !important;
  }
 .form_sec  input.wpcf7-form-control.wpcf7-text.focus-within {
      font-family: Inter Tight;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      text-align: left;
  }
 .form_sec  span.wpcf7-not-valid-tip {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 13px;
  }
  .form_sec .wpcf7 form .wpcf7-response-output {
      margin: 1em 0.em 0em;
      padding: 0.2em 1em;
      border: 2px solid #00a0d2;
      font-size: 12px;
      font-family: 'Inter Tight';
  }
 .form_sec  input.wpcf7-form-control:hover {
      /* border-bottom: 2px solid #243e90 !important; */
  }
  .form_sec   .radio-switch.focus-within label:first-of-type:after {
      position: absolute;
      top: 0;
      background: #0b5d5133 !important;
  }
 .form_sec  .radio-switch label:last-child {
      margin-left: -4.25em;
      padding-left: 40px;
  }
  
  .form_sec .radio-switch label:first-of-type:before,.form_sec  .radio-switch label:first-of-type:after {
      border: 0;
      content: "";
      height: 2em;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      vertical-align: middle;
  }
  
  .form_sec .radio-switch label:first-of-type:before {
      background: #0B5D51;
      border: 1px solid #0B5D51;
      border-radius: 100%;
      position: absolute;
      right: 6px;
      transform: translateX(0em);
      transition: transform 0.2s ease-in-out;
      width: 20px;
      z-index: 2;
      height: 20px;
      top: 7px;
  }
  
  .form_sec .radio-switch label:first-of-type:after {
      background: #0B5D5133;
      border-radius: 1em;
      margin: 0 1em;
      transition: background 0.2s ease-in-out;
      width: 36.81px;
      position: absolute;
      top: 50% !important;
      height: 15px;
      left: 13px;
      margin-top: -3.5px;
  }
 .form_sec  p.get-whtp-update {
      font-family: Inter Tight;
      font-size: 15px;
      font-weight: 500;
      line-height: 24px;
      text-align: left;
      color: #0B0C0F !important;
  }
  .form_sec .radio-switch input:first-of-type:checked ~ label:first-of-type:after {
      background: #0B5D5133;
  }
 .form_sec  .radio-switch input:first-of-type:checked ~ label:first-of-type:before {
      transform: translateX(-15px);
  }
.switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.switch .wpcf7-list-item-label {
  position: relative;
  width: 36.8px;
  height: 15px;
  display: inline-block;
  border-radius: 999px;
  background: #cbd5e1; 
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  transition: background .2s ease, box-shadow .2s ease;
  text-indent: -9999px; 
}
.switch .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #0A5D51;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  transition: transform .2s ease;
}
.switch input:checked + .wpcf7-list-item-label {
  background: #CEDFDC;     /* green-500 */
}
.switch input:checked + .wpcf7-list-item-label::after {
  transform: translateX(16px);
}
.switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:focus-visible + .wpcf7-list-item-label {
  box-shadow:
    0 0 0 1px rgba(0,0,0,.06),
    0 0 0 3px rgba(34,197,94,.35);
}
.switch input:disabled + .wpcf7-list-item-label {
  cursor: not-allowed;
  opacity: .6;
}
.form_sec   .radio-switch input:last-of-type:checked ~ label:last-of-type {
    z-index: 1;
  }
 .form_sec  .radio-switch p {
      display: flex;
      align-items: center;
  }
  .form_sec .radio-switch  p.focus-within {
      display: flex;
  }
 .form_sec  .radio-switch {
    border: none;
    padding: 0;
    white-space: nowrap;
  }
.form_sec  .radio-switch legend {
    font-size: 2px;
    opacity: 0;
    position: absolute;
  }
 .form_sec .radio-switch label {
      display: inline-block;
      line-height: .8;
      position: relative;
      z-index: 2;
      color: var(--black);
  }
 .form_sec  .radio-switch input {
    opacity: 0;
    position: absolute;
  }
 .form_sec  .radio-switch label:first-of-type {
      padding-right: 50px;
  }
.form_sec input[type="submit"] {
      padding: 11px 24px 11px 24px;
      font-family: Inter Tight;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      background-color:var(--green);
      width: 100%;
      text-align: center;
      color: var(--white);
      border-radius: 5px;
      margin-top: 24px;
      border: none !important;
  }
.form_sec input[type="submit"]:hover{
	 background-color:var(--blue);
}
  .form_sec .form-footer {
    display: flex;
    justify-content: space-between;
}
.form_sec  p.get-whtp-update {
    display: flex;
    align-items: center;
    gap: 6px;
}
.form_sec p.get-whtp-update {
    font-family: Inter Tight;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #0B0C0F !important;
}
.carouse-banner .owl-item > div {
    min-height: 174.38px !important;
}
.faq_sec details {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.table_box table th {
    background-color: #243E90;
    color: var(--white);
    font-size:18px;
    font-weight:600;
}
.table_box table th{
     border-color: rgba(255,255,255,.1) !important;
}
.table_box table td{
     border-color: rgba(0,0,0,.1) !important;
}
.table_box table td{
    background-color:var(--white) !important;
    text-align: left;
}
.table_box table td:nth-child(1){
    background-color:#f5f5f5 !important;
}
.table_box table th:first-child{
    border-top-left-radius:20px; !important;
}
.table_box table th:last-child{
    border-top-right-radius:20px; !important;
}
.table_box table tr:last-child td:first-child{
    border-bottom-left-radius:20px; !important;
}
.table_box table tr:last-child td:last-child{
    border-bottom-right-radius: 20px !important; !important;
}
.table_box table {
    border-radius: 20px;
    border: unset !important;
    border-collapse: unset;
}
.table_box table th,.table_box table td{
	padding:15px 20px !important
}
.table_box table thead {
    border-top-left-radius: 20px;
}
.table_box table td:nth-child(1) ~ td {
    border-left: unset;
}
.table_box table tr:nth-child(1) ~ tr td {
    border-top: unset;
}
@media(min-width: 768px){
	.list_icon li.elementor-icon-list-item:nth-child(2) {
	    padding-left: 20px;
	    border-left: 1px solid #0B0C0F36;
	}
}
@media(max-width: 767px){
	.list_icon li.elementor-icon-list-item span.elementor-icon-list-text {
	  display: none !important;
	}
	.table_box table th {
		font-size:16px;
	}
	.table_box table th,.table_box table td{
		padding:10px 12px !important
	}
}