/*
  Theme Name: WozConsults.
  Author: Naem Islam
  Description: WozConsults .
  Version: 1.0
*/

/* CSS Index
-----------------------------------

*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700;800;900&family=Poppins:wght@300;400;500;700;800;900&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

button {
    cursor: pointer
}

a:focus,
a:hover{
    color: #2a81ea;
    text-decoration: none;
}

a,
button {
    color: #64C089;
    outline: medium none;
}

input:focus,
textarea:focus,
:focus {
    outline: 0
}

button:focus {
    outline: 0 none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #777777;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}






/* Header Top Section  */
.header-top {
    background-color: #64C089;
}
.header-top p {
    color: #fff;
    font-size: 14px;
}
.main-header {
    background-image: url(../img/House3-00.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}
.main-header .align-item{
    align-items: center;
}
header{
    background-color: #F4F8F5;
}
.header-menu-area .row {
    align-items: center;
}
.main-menu ul {
    display: flex;
    justify-content: center;
}
.main-menu ul li a:hover {
    color: #000;
}
.main-menu ul li a {
    color: #64C089;
    padding: 10px 15px;
    font-weight: 700;
}
.main-menu ul li a.active {
    color: #4A4A4A;
}
.header-social-menu ul{
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-social-menu li a.header-social-menu-icon {
    color: #64C089;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    transition: 0.1s;
}
.header-social-menu li a.header-social-menu-icon:hover{
    color: #fff;
    background-color: #64C089;
}
.header-social-menu li a.header-social-menu-icon-phone {
    color: #ddd;
    margin-right: 30px;
}
.header-social-menu li a.header-social-menu-icon-phone span{
    color: #000;
    margin-left: 10px;
    font-size: 18px;
}

.header-title h1{
 color: #4A4A4A;
 margin-bottom: 30px;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 68px;
letter-spacing: 0em;
text-align: left;

}
ul.header-slider-info-highlights {
    padding: 30px 0px;
}
ul.header-slider-info-highlights li {
    color: #4A4A4A;font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #4A4A4A;
}
ul.header-slider-info-highlights li i {
    margin-right: 10px;
    color: #64C089;
}
ul.header-slider-info-highlights li strong {
    color: #64C089;
}


.analysis-button a{
    display: inline-block;
    color: #fff;
    background-color: #E56736;
    padding: 20px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.08em;
}
.analysis-button a:hover {
    background: #64C089;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);

}

.analysis-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #4A4A4A;
}









.price-combination{
    padding: 100px 0;
}

.green-heading{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;

    color: #64C089;

}



.price-comb-text h3{font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;

    color: #4A4A4A;
}

.price-comb-text >  span{font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;


    color: #4A4A4A;
    margin-bottom: 10px;
    display: inline-block;


}
.price-comb-list {}
.price-comb-list ul {font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;

    color: #4A4A4A;}
.price-comb-list ul li i{

color: #E56736;
margin-right: 15px;
margin-bottom: 15px;
}








.price-combination .row{
align-items: center;
}



.price-comb-amount span{
    font-style: normal;
font-weight: 300;
font-size: 40px;
line-height: 52px;

color: #4A4A4A;
}

.price-comb-amount h2{
    font-style: normal;
font-weight: bold;
font-size: 80px;
line-height: 126px;

color: #64C089;
}



















.analysis-area{
    text-align: center;

background: #E56736;
padding: 80px 0px;
}

.analysis-title h2{
    font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 49px;
text-align: center;
color: #FFFFFF;
}
.analysis-area .analysis-desc p{
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
text-align: center;

color: #FFFFFF;
padding: 0 25%;

}

.analysis-title a{
    background: #FFFFFF;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
border-radius: 3px;font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.08em;

color: #E56736;
display: inline-block;
padding: 24px;
margin: 25px 0;
transition: 0.2;
}
.analysis-title a:hover {
    background: #E56736;
    color: #fff;
    box-shadow: 0px 4px 24px rgb(255 255 255 / 30%);
}









.tax-area {
    padding: 100px 0;
    background: #F4F8F5;
    overflow: hidden;
    width: 100%;
}

.tax-info {
    display: flex;
    margin-top: 50px;
}
.tax-title h2{
    font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 49px;

color: #4A4A4A;
}


.tax-single-info{
    padding: 0 30px;
    width: 20%;
    position: relative;
    text-align: center;
}
.tax-single-info::after {
    content: "";
    background: url(../img/icon/icons8-advance.png);
    width: 144px;
    height: 66px;
    position: absolute;
    left: 80%;
    top: 0;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: left center;
}
.tax-single-info:last-child::after{
    display: none;

}
.tax-single-info-txt span{
    margin-top: 15px;display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;


    color: #4A4A4A;
}










.review-section {
    margin-top: -45px;
    text-align: center;
    margin-bottom: 100px;
}
.review-single p{
    font-style: italic;
font-weight: 300;
font-size: 24px;
line-height: 150%;
text-align: center;
margin-top: 10px;
color: #4A4A4A;

}







.cost-section-area{
    background-color: #F4F8F5;
    padding: 100px 0;
}
.cost-inside h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #4A4A4A;
}

.cost-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cost-inside-txt p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #4A4A4A;
}
.cost-inside-txt p strong {
    color: #64C089;
}



.business-detail-section{
    background: linear-gradient(to bottom, rgba(74, 74, 74, 0) 20%,
    rgba(74, 74, 74, 1)), url(../img/professional-business-team-MHN49RQ1.jpeg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-top: 500px;
}

.business-detail-section .row{
    justify-content: center;
}
.business-detail-txt p{
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
}

.business-details-per{
    background-color: #4A4A4A;
    padding: 30px 0 100px 0;
    border-top: 1px solid #000;
}

/*.business-details-per-button {*/
    /*margin-bottom: 60px;*/
    /*padding-bottom: 60px;*/
/*    position: relative;*/


/*}*/
/*.business-details-per-button::after {*/
/*    content: "";*/
/*    width: 60%;*/
/*    height: 1px;*/
/*    background: #383838;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-0%);*/
/*    display: none;*/

/*}*/
.business-details-per-button .row{
    justify-content: center;
    text-align: center;
    color: #fff;
}

.business-details-per-button .analysis-desc p{
    color: #fff;
}
.business-details-per-sing {
    text-align: center;
}
.business-details-per-sing h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
}
.business-details-per-sing p {
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}


.business-detials-bot-sing h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
}
.business-detials-bottom-list {}
.business-detials-bottom-list ul {}
.business-detials-bottom-list ul li{
    font-weight: normal;
font-size: 24px;
line-height: 150%;
color: #FFFFFF;
display: flex;
align-items: center;
}
.business-detials-bottom-list ul li .icon-img img {
    width: 20px;
    margin-right: 10px;
}












.footer-main-menu ul {
    display: flex;
    justify-content: center;
}
.footer-main-menu ul li  {}
.footer-main-menu ul li a {
    color: #64C089;
    padding: 10px 15px;
    font-weight: 700;
}
.footer-main-menu ul li a.active{
    color: #FFFFFF;
}
.footer-social-menu ul{
    display: flex;
    justify-content: end;
    align-items: center;
}
.footer-social-menu li a.footer-social-menu-icon {
    color: #64C089;
    padding: 10px;
    margin: 10px;
    background-color: #4A4A4A;
    border-radius: 100%;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}
.footer-social-menu li a.footer-social-menu-icon:hover{
    color: #fff;
    background-color: #64C089;
}
.footer-social-menu li a.footer-social-menu-icon-phone i{
    color: #E56736;
    margin-right: 10px;
    font-size: 25px;
}
.footer-social-menu li a.footer-social-menu-icon-phone {
    margin-right: 30px;
}
.footer-social-menu li a.footer-social-menu-icon-phone span{
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    text-align: center;

    color: #FFFFFF;
}





footer{
    background-color: #383838;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-bottom p{
    color: #fff;
    margin: 0;
    text-align: center;
    padding-top: 30px;
}










.h2-business-detials-area .container-fluid {
    width: 80%;
    float: left;
    padding-left: 30px
;
}

.h2-business-detials-area {
    background-color: #4A4A4A;
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 30px 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: -560px;
    position: absolute;
    right: 0;
    /* top: 0; */
}

.h2-business-detials-area .business-detials-bot-sing img {
    padding: 10px 0;
}

.analysis-area.h-2 .analysis-desc p,
.h-2 .analysis-title h2,
.analysis-area.h-2{
    text-align: left;
    padding-left: 0;
}








/* Form Page 01 Start */

header.faq-a .main-header,
header.form-a .main-header {
    background-image: none;
}
.form-section{
    background-color: #F4F8F5;
    padding: 70px 0;
}

.process-list ul {
    display: flex;
}


.process-list ul li a{
    font-weight: 800;
    font-size: 22px;
    line-height: 42px;
    color: #DCE1DD;

}
.process-list ul li.active a{
    color: #64C089;

}
.process-list ul li a span{
    font-size: 32px;

}
.process-list ul li i {
    font-size: 25px;
    /* line-height: 42px; */
    letter-spacing: 0.08em;
    color: #AFBFB6;
    padding: 0px 10px;
}
.form-f-1-title p{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;

    color: #4A4A4A;
    padding: 10px 0px;
}
.form-area label {
    font-size: 16px;
    line-height: 150%;
    color: #818E95;
    position: relative;

}

.form-area label.required::after{
    content: "*";
    position: absolute;
    color: #E56736;

}
.form-area label.required-left{
    padding-left: 10px;
    font-size: 16px;
    color: #818E95;
}
.form-area label.required-left::after {
    content: "*";
    position: absolute;
    color: #E56736;
    left: 0;
}
.form-area button.btn {
    padding: 20px 25px;
    background-color: #64C089;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}

.form-desc-list ul{
    margin-top: 50px;
}
.form-desc-list ul li {
    font-size: 16px;
    color: #4A4A4A;
    padding: 5px 0;
    display: flex;
    align-items: center;

}
.form-desc-list ul li img {
    margin-right: 10px;

}


.form-section .col-sm-4:nth-child(2) {
    padding-left: 45px;
    margin-left: 30px;
    position: relative;
}
.form-section .col-sm-4:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    background-color: #DCE1DD;
    left: 0;
    top: 30px;
}











/* Form 2 */

.form-area label.form-check-label {
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
}

/*.form-area .form-check {*/
/*    padding: 8px;*/
/*}*/
.form-extra-title{
    font-size: 18px;
line-height: 24px;
color: #4A4A4A;
}







/* Form 3 */

.form3-area h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #4A4A4A;
}
.form-section.form3 {
    padding: 70px 0 120px 0;
}
.form3-share ul li a {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.08em;
    color: #64C089;
    display: inline-block;
    padding: 15px 25px;
    margin: 10px 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 20%);
    transition: 0.1s;
}

.form3-share ul li a:hover{
    background-color: #64C089;

    color: #fff;
}









/* Start FAQ Page */

.faq-area{

    background-color: #F4F8F5;
    padding: 70px 0;

}

button.btn.btn-link.collapsed .fa-chevron-down:before{

    content: "\f077";
}
.faq-area .card {
    border: 0;
    background-color: transparent;
}

.faq-question-area .card-header {
    padding-left: 0;
    border: 0;
    background-color: transparent;
}
.faq-question-area .card-header button {

    padding-left: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #4A4A4A;
    width: 100%;
    text-align: left;
    display: flex;
    white-space: normal;
}
.faq-question-area .card-header i{
    padding-left: 30px;
    color: #E56736;
}
.faq-question-area .card-body p {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #4A4A4A;
}
.faq-question-area .card-body strong{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #E56736;
}
.faq-question-area .card-body a{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #E56736;
}
.faq-footer-txt p,
.faq-footer-address p {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #64C089;
}
.faq-footer-address p{
    color: #4A4A4A;
}
.faq-title h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    color: #4A4A4A;
}
.faq-title p {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #4A4A4A;
}
.faq-title p strong{
    color: #E56736;
}










/* contact page */

.google-map iframe#gmap_canvas {
    width: 100%;
}
.contact-address{
    padding: 50px 0 10px 0;
}
.contact-address p {
font-size: 18px;
line-height: 150%;

color: #4A4A4A;
}
.contact-address p strong{
    font-weight: bold;

}
