/*
Theme Name:   Twenty Twenty-One Child
Theme URI:    https://taxcreditwiz.com/themes/twentytwentyone-child/
Author:  Taxcreditwiz Team
Author URI: 
Description:  Twenty Twenty-One Child Theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root{
	font-size: 15px;
}
body{
    margin: 0;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif !important;
}
.pageSize{
    width: 1200px;
    margin: 0 auto;
}
img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.main-padding{
    padding: 4% 0;
    overflow: hidden;
}
ul{
	padding: 0;
	margin: 0;
}
ol, ul {
    padding-left: 0 !important;
    margin: 0 !important;
}
li{
	list-style: none;
    line-height: 1.7;
    color: #282828;
    font-size: 16px;
}
a{
	text-decoration: none;
    color: #646464;
    font-size: 16px;
    line-height: 1.7;
}
p, .elementor-widget-text-editor{
    line-height: 1.7;
    color: #646464;
    font-size: 16px;
    margin: 0;
}
.greyBK{
    background-color: #F5F6F8;
}
/*------header-start------*/
.mainTop {
    background-color:white;
/*    transition: all 0.5s ease;*/
    color: #ffffff;
    width: 100%;
}
.mainTop.darkHeader{
    transition: all 0.5s ease;
    background-color: white;
    top: 0;
}
.logo, .mainNav, .mainNav ul li {
    display: inline-block;
    vertical-align: middle;
}
.logo {
    width: 220px;
    padding:20px 0;
}
.mainNav {
    width: 52%;
    text-align: right;
    float: right;
}
.mainNav ul li {
    position: relative;
    margin:40px 15px;
}
.mainNav ul li a {
    border-bottom: 3px solid transparent;
    display: inline-block;
    color: #494E5A;
    font-size: 14px;
}
.mainNav ul li a:hover, .mainNav ul li.current-menu-item a{
    color: #7962ec;
    border-bottom: 3px solid #7962ec;
    transition: 0.3s ease;
    text-underline-position: under;
    text-underline-offset: 0.2em;
}
.mainNav ul li.current-menu-item a{
    font-weight: 600;
}
.mainNav ul li:last-child{
    margin: 32px 15px;
    margin-right: 0px;
}
.mainNav ul li:last-child a{
    background-color: #7962ec;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
.mainNav ul li:last-child a:hover{
    background-color: #494E5A;
}

.menu,
.menu *,
.menu,
.menu * {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
.menu ul {
    -webkit-box-shadow: 0 7px 6px 0 #cccccc6b;
    -moz-box-shadow: 0 7px 6px 0 #cccccc6b;
    box-shadow: 0 7px 6px 0 #cccccc6b;
    background: #fff;
    position: absolute;
    text-align: left;
    display: none;
    padding: 0 !important;
    width: 206px;
    z-index: 99;
    top: 99%;
    left: 0;
}
.mainNav ul li.current-menu-ancestor a{
    background-color: #00b4e2;
    color: white;
}
.menu ul li, .menu ul li a{
    display: block;
}
.menu ul li a{
    padding: 15px;
    line-height: inherit;
}
.menu ul li:last-child a{
    background-color:initial;
    color: #000;
}
.menu li:hover > ul{
    display: block;
}
/*------header-end------*/
.listNumber{
    font-size: 30px;
    color: white;
    padding: 12px 30px;
    display: inline-block;
    background-color: #062746;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.taxTable{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #80808021;
}
.taxTable thead{
    background-color: #7962EC;
    padding: 15px;
    color: white;
}
.taxTable tr th, .taxTable tr td{
    padding: 15px;
}
.taxTable tr td{
    font-weight: 600;
}
.taxTable tr td:nth-child(1){
    font-weight: 400;
}
.taxTable tr:nth-child(even) {
    background-color: #f8f6ff;
}
.starBG{
    width: 107px;
    padding-left: 10px;
}
/*-------Start Form------*/
.footerField {
    min-height: 116px;
    float: left;
    width: 48%;
}
.footerField:nth-child(3), 
.footerField:nth-child(5), 
.footerField:nth-child(7) {
    float: right;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea{
    margin-top: 7px;
    margin-bottom: 7px;
    width: 100%;
    color: #aaa;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
}
.wpcf7 input.wpcf7-not-valid{
    border: 1px solid red;    
}
.wpcf7 label{
    font-size: 16px;
    line-height: 12px;
}
.footerField select {
    width: 100%;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}
input.wpcf7-submit{
    background-color: #7962ec !important;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    cursor: pointer;
    border: none;
    margin-bottom: 0px !important;
    width: 200px;
}
input.wpcf7-submit:hover{
    background-color: #000 !important;
    color: white;
}
.footerField.footerMsg {
    float: none;
    width: auto;
    clear: both;
}
.footerField.footerMsg textarea {
    height: 150px;
    width: 100%;
    padding: 3%;
}
/*------ENd Form------*/
#seekpnl .elementor-widget:not(:last-child){
    margin-bottom: 0px !important;
}
/*--------starts Footer--------*/
.site-footer {
    background-color: #181818;
    text-align: center;
    overflow: hidden;
    padding: 3%;
	clear: both;
}
.footerMain{
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.footerMain:nth-child(1){
    text-align: left;
}
.footerMain:nth-child(3){
    text-align: right;
}
.site-footer a, .site-footer p, .copyMain p, .copyMain a {
    color: white;
}
.site-footer ul{
    padding-bottom: 0px;
}
.site-footer ul li{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.site-footer ul li a svg {
    width: 36px;
    height: 36px;
    background-color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.site-footer ul li:last-child{
    margin-right: 0px;
}
.footerMain ul li img{
    width:65px;
    height:65px;
}
.copyMain{
    background-color: #181818;
    text-align: center;
    overflow: hidden;
}
.copyMain .pageSize{
    border-top: 1px solid #FFFFFF2B;
    padding: 15px 0px;
}
.copyMain p{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0px;
}
/*-------End Footer--------*/

/*-------Responsive-starts--------*/
@media only screen and
  (min-width : 10px) and 
  (max-width: 1200px){
    .pageSize{
        width: auto;
        margin: 0 15px;
    }    
}
@media only screen and
(min-width : 10px) and 
(max-width: 1000px){
	.logo {
        width:auto;
    }
    .mainNav{
        display: none;
    }
    .footerMain{
        display: inline-block;
        vertical-align: middle;
        width: 24%;
    }
}

@media only screen and
  (min-width : 10px) and 
  (max-width: 750px){
	.footerMain{       
        width:100% !important;
        margin-bottom: 10px;
    }
    .footerMain:nth-child(1), .footerMain:nth-child(3){
        text-align: center;
    }
    .footerMain:nth-child(3){
       margin-bottom: 0px;
    }
}
@media only screen and
(min-width : 10px) and 
(max-width: 550px){
	    
  }