@charset "utf-8";

/* CSS Document */

/*===============================================================

Common portion start

=================================================================

/*====================       Custom font css start      ==================== */



/*p { font-family: 'WebFont', Arial, sans-serif; }*/
/*====================      Custom font css end     ====================*/

/*////////////////////////////////////////

// General Css

///////////////////////////////////////*/



html, body {

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

    font-smoothing: antialiased;

    scroll-behavior: smooth;

}


* {

    box-sizing: border-box;

}



body {

  margin: 0;

  padding: 0;

  font-size: 16px;

  background: #ffffff;

  line-height: 1.4;

  font-weight: 400;

  font-style: normal;

  color: #061815;

  overflow-x: hidden;

  font-family: 'Inter', sans-serif;


}



div, table, tr, th, td, figure, th, video, audio, h1, h2, h3, h4, h5, h6, aside, canvas, section, header, footer, nav, span, p, small, big, a, b, strong, img, hr, pre, button, input, textarea, optgroup, ul, li, ol, select, option, blockquote, nav {

    margin: 0;

    padding: 0;

    outline: none;

    border: none;

    text-decoration: none;

    list-style-type: none;

}



.clear {

    clear: both;

}

.clearfix:after {

    display: block;

    content: "";

    clear: both;

}



.parent-wrap {

    width: 100%;

    height: 100%;

    display: table;

}

.child-wrap {

    width: 100%;

    height: 100%;

    display: table-cell;

    vertical-align: middle;

}

img {

    max-width: 100%;
    display: block;

}



h1, h2, h3, h4, h5, h6 {

    -webkit-font-smoothing: antialiased; 

}

h1{
    font-family: 'Merriweather', serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;  
    color: #061815;
    padding-bottom: 40px;
}

h2{
    font-family: 'Merriweather', serif;
    font-size: 49px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 40px;
}

h3{
    font-family: 'Merriweather', serif;
    font-size: 34px;
    font-weight: 700;
        line-height: 1.2;
    color: #061815;
    padding-bottom: 40px;
}

h4{
    font-family: 'Merriweather', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #061815;
    padding-bottom: 30px;
}

h5{
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #061815;
    padding-bottom: 10px;
}

h6{
    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #061815;    
}



p {
  color: #6A6A6A;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  padding-bottom: 30px;

}

p:last-child{

  padding-bottom:0;

}



ul {

  margin-bottom: 0px ;

}


input, textarea{

  font-size: 16px;

  font-weight: 400;

}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #A8A8A8;

}

::-moz-placeholder { /* Firefox 19+ */

    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #A8A8A8;

}

:-ms-input-placeholder { /* IE 10+ */

    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #A8A8A8;

}

:-moz-placeholder { /* Firefox 18- */

    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #A8A8A8;

}

::selection {

  background: #1F1F1F;

  color: #fff;

}

::-moz-selection {

 background: #1F1F1F;

 color:#fff;

}

::-webkit-selection {

 background: #1F1F1F;

 color:#fff;

}

::-o-selection {

 background: #1F1F1F;

 color:#fff;

}

::-ms-selection {

 background: #1F1F1F;

 color:#fff;

}


.dFlx{

  display: -webkit-box;      

  display: -moz-box;         

  display: -ms-flexbox;     

  display: -webkit-flex;    

  display: flex;  

}


.btn{
    text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;   
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
 font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.16em;
    background: #FF6B1C;
    width: 175px;
    color: #fff;
    text-transform: uppercase;
}


.btn.focus, .btn:focus {

    outline: 0;

    box-shadow: none;

}

.btn:hover{
    background: #0E3673;
}


.btn-banner{

    width: 274px;

    height: 54px;

    line-height: 47px;

    color: #fff;

    border: 2px solid #fff;

    font-size: 20px;

}

.btn-small{

  width: 104px;

  height: 44px;

  line-height: 42px;

}

.btn-fade{

  color: #d2d2c9;

  border: 2px solid #d2d2c9;  

}

.btn-bold{

  color: #000;

  border: 2px solid #000;  

}


.btn-banner:hover{

  background: #fff;

  color: #000;

}

.btn-fade:hover {

    background: #d2d2c9;

    color: #000;

}

.btn-bold:hover {

    background-color: #fff;

    border: 2px solid #fff;

}


a{
/*
  -webkit-transition: all .5s ease-in-out;

  -o-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

  -moz-transition: all .5s ease-in-out;

  -ms-transition: all .5s ease-in-out;*/

  text-decoration: none;

  color: #252324;

  outline: none;

  font-weight: 400;

  font-size:16px;

}

a:hover {
    text-decoration: none;
}

.bg-light{

}

.bg-dark{

}

.bg-gray{

} 

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.section-padding{
  padding: 90px 0;
}

.pt-90{
  padding-top: 90px;
}

.pt-100{
    padding-top: 100px;
}

.pb-140{
    padding-bottom: 140px;
}


.pb-90{

  padding-bottom: 90px;

}

.pt-140{
  padding-top: 140px;
}

.pt-188{

  padding-top: 188px;

}

.pt-60{
  padding-top: 60px;
}

.pb-60{
  padding-bottom: 60px;
}

.pt-80{
  padding-top: 80px;
}

.pb-80{
  padding-bottom: 80px;
}

.pt-70{
  padding-top: 70px;
}

.pb-70{
  padding-bottom: 70px;
}


.pt-120{
    padding-top:120px;
}
.pb-100{
    padding-bottom:100px;
}


.pt-130{
    padding-top: 130px;
}
.pb-130{
    padding-bottom: 130px;
}

.pt-125{
    padding-top: 125px;
}

.pt-115{
    padding-top: 115px;
}

.pb-115{

  padding-bottom: 115px;

}

.pt-85{
    padding-top: 85px;
}

.pb-85{
    padding-bottom: 85px;
}

.no-gutters{

  margin: 0;

  padding: 0;

}


.ptop180{
    padding-top: 180px;
}



/*.container{

  padding: 0;

  max-width: 100%;

}*/

strong {

    font-weight: bold !important;

}

/*img {

    width: 100%;

    display: block;

}*/

/*////////////////////////////////////////////////////////////////////////       Custom css       ////////////////////////////////////////////////////////////////*/


/* Animation */



@keyframes fadeInUp {

    from {

        transform: translate3d(0,40px,0)

    }



    to {

        transform: translate3d(0,0,0);

        opacity: 1

    }

}



@-webkit-keyframes fadeInUp {

    from {

        transform: translate3d(0,40px,0)

    }



    to {

        transform: translate3d(0,0,0);

        opacity: 1

    }

}



.animated {

    animation-duration: 2s;

    animation-fill-mode: both;

    -webkit-animation-duration: 2s;

    -webkit-animation-fill-mode: both

}



.animatedFadeInUp {

    opacity: 0

}



.fadeInUp {

    opacity: 0;

    animation-name: fadeInUp;

    -webkit-animation-name: fadeInUp;

}


.pad-more{

    padding-bottom: 220px;

}


/*==================== custom css start from begin ====================*/


.container{
  max-width: 1400px;
  margin:auto;
}



/* headerTop css start */

.headerTop{
    background:#0E3673;
    padding: 15px 0;
    box-sizing: border-box;
    display: none !important;
}

.headerTopinr{
    justify-content: space-between;
    align-items: center;
}

.headerTLftInfo{
    background:#FF6B1C;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 12px;
    box-sizing: border-box;
}

.headerTLftInfo li{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #fff;  
    line-height: 1;  
    position: relative;
}

.headerTLftInfo li:first-child{
    margin-right: 20px;
    margin-right: 0;
}

.headerTLftInfo li:first-child::after {
    background: #fff;
    position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    right: -10px;
    top: -2px;
    display: none;
}

.headerTLftInfo li a{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.SocialLinksWrp li a{
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    font-family: 'Inter', sans-serif;
    color: #fff;
    background: #042048;
    height: 33px;
    width: 33px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 12px;
    display: -webkit-box;      
    display: -moz-box;        
    display: -ms-flexbox;   
    display: -webkit-flex; 
    display: flex; 
    justify-content: center;
    align-items: center;

    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.SocialLinksWrp li a:hover{
    background: #FF6B1C;
}

.headerBtm{
    background: transparent;
    position: relative;
    z-index: 600;
}

.headerBtm .headerBtmInr{
    position: absolute;
    padding: 14px 30px;
    box-sizing: border-box;
    width: 1400px;
    background: #fff;
    z-index: 99;

    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu li a{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E3673;
    display: block;
    margin-right: 25px;
}

.main-menu li a:hover{
    color: #FF6B1C;
}

.logInWrp li a{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E3673;
    align-items: center;
}

.logInWrp li a:hover{
    color: #FF6B1C;
}

.headerBtmInr .logo {
    width: 11.58%;
}

.headerBtmInr .navi-wrp{
    width: 83%;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu{
    display: none;
}

.logInWrp .registr a{    
    background: #0E3673;
    color: #fff;
    padding: 10px 12px;
    box-sizing: border-box;   
}

.logInWrp .registr a:hover{
    background: #FF6B1C;
    color: #fff;
}

.logInWrp li:first-child a{
    margin-right: 22px;
}

.logInWrp li a .icn{
    margin-right: 8px;
}

.logInTxt .txt{
    border-bottom: 2px dashed #0E3673;
}

.logInTxt .txt:hover{
    border-bottom: 2px dashed #FF6B1C;
}

.logInWrp ul{
    align-items: center;
}


.main-menu li:last-child a{
    margin-right: 32px;
}

.main-menu li{
    position: relative;
}


.main-menu li a{
    transition: 0.4s all;
}

.main-menu li .submenu, .main-menu li .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 284px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}

.main-menu li:hover .submenu, .main-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.main-menu li .submenu a, .main-menu li .sub-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  padding: 10px 15px;
  box-sizing: border-box;
}
.main-menu li .submenu a:hover, .main-menu li .sub-menu a:hover {
  padding-left: 30px;
}

.searchWrp button{
    background: transparent;
}

.mobile-menu-head{
    display: none;
}

.onlyMble{
    display: none;
}

.main-menu li .dropdownIcon{
    display: none;
}


.headerBtm.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.main-menu{
    margin-top: 2px;
}

.headerMdl{
    display: none;    
}



/* headerTop css end */


.offWhi8{
    background: #faf3eb;
}

.homeBnr{    
    position: relative;
}

.homeBnr .topRightImg{
    position: absolute;
    right: 0;
    top: 0;
}

.orangeClr{
    color: #FF6B1C;
}

.orangeClr span{
    /*text-decoration: underline;*/    
}

.homeBnrInr h3{
    position: relative;
    padding-left: 15px;
    /*padding-bottom: 40px;*/
}
.homeBnrInr h3::before {
    background: #D3E5FF;
    height: 54px;
    width: 54px;
    content: '';
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -5px;
    left: 0;
}
.homeBnrInr h3 span{
    color: inherit;
    font-weight: inherit;
    position: relative;
    z-index: 9;
}
.homeBnrInr h1{
    /*padding-bottom: 40px;*/
}

.homeSlider{
    position: relative;
}
.homeSlider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 32px;
}
.homeSlider .owl-dots .owl-dot{
    height: 18px;
    width: 18px;
    background: #fff;
    margin: 0 6px;
}

.homeSlider .owl-dots .owl-dot.active{
    background: #fe6b1d;
}

.tenYrsExp{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(250,243,235,1) 35%, rgba(250,243,235,1) 100%);
}

.tenYrsExpTop{
    max-width: 70%;
    margin: auto;
}

.tenYrsExpInr{
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.tenYrsExpInr .clw30{
    background: #f6f9ff;
    width: 31%;
    padding: 80px 30px 30px 30px;
    box-sizing: border-box;
    position: relative;
}

.tenYrsExpInr .clw30:nth-child(even){
    background: #FFEEE4;
}

.tenYrsExpInr .clw30 .icnovrly{
    position: absolute;
    height: 100px;
    width: 100px; 
    top: -40px;
    z-index: 99;
}

.tenYrsExpInr .clw30 .icnWrp{   
    display: flex;
    justify-content:center;
    align-items: center;    
    height: 100%;
    width: 100%;
    background: #0e3673;
     -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 99;
}

.tenYrsExpInr .clw30 .icnovrly::after {
    background: #FF6B1C;
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 2.5px;
    right: -2px;
}

.itrLeft .btnWrp{
    /*padding-top: 30px;*/
}

.itrInrWrp {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.itrInrWrp .itrLeft{
    width: 46%;
}

.itrInrWrp .itrRight{
    width: 43%;
    background: #0E3673;
    padding: 10px 10px;
    box-sizing: border-box;
}

.itrRight .Frmwrp{
    border: 1px solid #fff;
    padding: 35px 50px;
    box-sizing: border-box;
}

.itrRight .Frmwrp h6{
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.itrRight .FrmwrpCmn{
    padding: 15px 0;
    box-sizing: border-box;
}

.Frmwrp h4{
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
}

.FrmwrpCmn{
    flex-wrap: wrap;
    justify-content: space-between;
}

.FrmwrpCmn .clw50{
    position: relative;
    width: 48%;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.FrmwrpCmn .clw100{
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.FrmwrpCmn label {
    color: #fff;
    display: inline-block;
    padding: 0 6px;
    box-sizing: border-box;
    background: #0E3673;
    position: absolute;
    line-height: 1;
    top: -8px;
    left: 12px;
}

.FrmwrpCmn input[type="text"],
.FrmwrpCmn input[type="email"]{
    color: #fff;
    background: transparent;
    width: 100%;
    resize: none;
    display: block;
    line-height: 50px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.FrmwrpCmn textarea{
    color: #fff;
    background: transparent;
    width: 100%;
    resize: none;
    display: block;
    min-height: 95px;
    line-height: 1.2;
    padding: 5px 10px;
    box-sizing: border-box;
}

.FrmwrpCmn input[type="submit"]{
    text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.16em;
    background: #FF6B1C;
    width: 175px;
    color: #fff;
    text-transform: uppercase;
}

.FrmwrpCmn input[type="submit"]:hover{
    background: #fff;
    color: #0E3673;
}


.cntrSec{
    background: #fff4ee;
}

.cntrSecInr .clw30{
    width: 33.33%;
    border-right: 3px solid #FFD0B7;
    padding: 60px 10px;
    box-sizing: border-box;
}

.cntrSecInr .clw30:last-child{
    border-right: none;
}

.cntWrp, .stat-number{
    font-family: 'Merriweather', serif;
    font-size: 62px;
    font-weight: 700;
}

.cntrSecInr p{
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.11em;
    text-align: center;
    color: #061815;
}

.ssrServicesInr{
    flex-wrap: wrap;
    justify-content: space-between;
}

.ssrServicesInr .clw33{
    width: 31%;
}

.ssrServicesInr .txtCnt{
    padding: 40px 35px;
    box-sizing: border-box;
}

.ssrServicesInr .txtCnt h6{
    padding-bottom: 20px;
    font-family: 'Inter', sans-serif;
}
.ssrServicesInr .txtCnt p{
    font-size: 18px;
    padding-bottom: 15px;
    color: #45484C;
}

.ssrServicesInr .txtCnt a{
    color: #F99E0D;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ssrServicesInr .txtCnt a .arw{
    margin-left: 4px;
}

/* footer css start */

.footerbottom{
    background: #0E3775;
    padding: 12px 10px;
    box-sizing: border-box;
}

.footerbottom p{
    color: #fff;
}

.footerTop{
    background: #FFF4ED;
    padding: 60px 0;
    box-sizing: border-box;
}

.footerTopInr{
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerTopInr .clw40 {
    width: 34%;
    padding-right: 8%;
    box-sizing: border-box;
}
.footerTopInr .clw20{
    width: 20%;
}
.footerTopInr .clw25{
    width: 25%;
}

.frtlogo{
    padding-bottom: 30px;
}

.SocialLinksWrp li:first-child a{
    margin-left: 0;
}

.footerTopInr .SocialLinksWrp{
    /*padding-top: 30px;*/
}

.footerTopInr h6{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.11em;
    color:#FF6B1C;
    padding-bottom: 20px;
}

.footerTopInr li,
.footerTopInr li a{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    color: #6A6A6A;

    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.footerTopInr li a:hover{
    color: #FF6B1C;
}

.footerTopInr .SocialLinksWrp li a{
    color: #fff;
}

.footerTopInr .clw25 li, 
.footerTopInr .clw25 li a{
    font-size: 14px;
}

.footerTopInr .clw25 li{
    align-items: center;
}

.footerTopInr .clw25 li .smIcn{
    margin-right: 5px;
}

/* footer css end */

.greyBg{
    background: #F5F9FF;
}

.clientSaySld .clientSaybx img{
    width: auto;    
}

.clientSaySld .clientSaybx{
    background:#FFF4ED;
    position: relative;
    padding: 70px 45px;
    box-sizing: border-box;
    margin-top: 50px;    
    min-height: 350px;
    /*height: 100%;*/
}

.clientSayWrp .clientSaySldrWrp {
    overflow: hidden;
    padding-left: calc(((100% - 1400px)/ 2) + 0.75rem);
}

.clientSaybx .quote{
    position: absolute;  
    top: -25px; 
}

.clientSaytop{
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.clientSayLft{
    align-items: center;
    width: 70%;
    flex-wrap: wrap;
}

.strWrp{
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.clientSayLft h6{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.11em;
    color: #061815;
}

.clientSayLft .clientImg{
    margin-right: 16px;
    width: 70px;
}

.clientSayLft .clientImg img{
    height: 70px;
    width: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.clientSayLft .clientName{
    width: calc(100% - 86px);
}

.clientSaySld .owl-stage{
    display: flex;
    align-items: stretch;
}

.clientSaySld {
    position: relative;
}

.clientSaySld .owl-nav {
    margin-top: 35px; 
    margin-left: 76%;
}

.clientSaySld .owl-nav button{
    margin: 0 10px;
    background: transparent;
}

.qualitytaxRght h3{
    font-size: 39px;
}

.qualitytaxInr{
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qualitytaxLeft{
    width: 48%;
    position: relative;
}

.qualitytaxLeft .vtxt {
    position: absolute;
    background: rgba(255, 255, 255, .7);
    padding: 22px 35px;
    box-sizing: border-box;
    transform: rotate(-90deg);
    bottom: 112px;
    left: -114px;
}

.qualitytaxLeft .vtxt p{
    font-weight: 500;
    color: #000;
}

.qualitytaxRght {
    width: 46%;
    padding-right: 4%;
    box-sizing: border-box;
}

.qualitytaxRght .btnWrp{
    
}

/* circle progress bar start */

.circularPrgrs .box{
    width: 166px;
}

.circularPrgrs .box p strong,
.circularPrgrs .box p b{
    color: #061815;
}

.circularPrgrs{
    max-width: 434px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 40px 0;
    box-sizing: border-box;
}

.circularPrgrs .box .chart{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 166px;
    width: 166px;
    margin-bottom: 20px;

    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 19px;
}

.circularPrgrs .box .chart canvas{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/* circle progress bar end */

.solveTaxSec{
    background-size: cover !important;
    background-position: center center !important;
    padding: 75px 0;
    box-sizing: border-box;
}

.solveTaxLeft h2{
    color: #fff;
}

.solveTaxCnt p,
.solveTaxCnt a{
    color: #fff;
    position: relative;
}

.solveTaxInr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.solveTaxCrcl{
    height: 180px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    padding: 42px;    
}

.solveTaxLeft{
    width: 53%;
}

.solveTaxCnt{
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.solveTaxCrcl .arw45{
    position: absolute;
}

.solveTaxText{
    width: 68%;
}

/* video popup css start */

#video-popup-container {
  display:none;
  position: fixed;
  z-index: 900;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 800;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

/* video popup css end */


/* video button css start */

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  background: #fe6b1d;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  background: #fe6b1d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #fe6b1d;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* video button css end */

.solveTaxRght{
    width: 18%;
    position: relative;
}

/* search modal css start  */

.modal button {
  margin: 0px auto;
  margin-top: 20px;
}
.modal {
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  background: rgba(51, 51, 51, 0.9);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: 0.3s;
  z-index: 700;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal.active .box {
  top: 50%;
}
.modal#success h1 {
  font-size: 1.5em;
}
.modal .close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  color: #ddd;
}
.modal .box {
  background: #0e3673;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.searchFrm{
    width: 600px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px;
    box-sizing: border-box;
}

.searchFrm .Frmwrp{
    width: 100%;
}

.searchFrm .clw80{
    width: 80%;
}

.searchFrm .sbmtRw{
    width: 20%;
/*    background: url(../images/search-thin.png) no-repeat;
    background-position: center center;*/
}

.searchFrm .sbmtRw input[type="submit"]{
    width: 100%;
     color: transparent;
    background: transparent;
    cursor: pointer;
    background: url(../images/search-thin.png) no-repeat;
    background-position: center center;
    filter: invert(1);
}

.searchFrm input[type="text"],
.searchFrm input[type="search"]{
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Inter', sans-serif;  
}

.searchFrm .FrmwrpCmn{
    width: 100%;
    border: 1px solid #fff;
    -mox-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}



.searchFrm ::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.searchFrm ::-moz-placeholder { 
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.searchFrm :-ms-input-placeholder { 
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.searchFrm :-moz-placeholder { 
    color: #ffffff;
    font-weight: 400; 
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

/* search modal css end  */



/* contact innerpage css start */ 

.cntctTime{
    padding-top: 15px;
}

.CmnBanrWrp{
    position: relative;
}

.CmnnRightImg{
    position: absolute;
    right: 0;
    top: 0;
}

.CmnnRightImg img {
    display: block;
    margin-left: auto;
    width: 85%;
}

.cmnLftDash{
    position: relative;
    padding-left: 170px;
}
.cmnLftDash::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 135px;
    background: #FF6B1C;
    top: 20px;
    left: 0;
}

.CmnInrBanr h1{
    padding-bottom: 60px;
}

.mapWrp{
    height: 590px;
    width: 100%;
}

.mapWrp iframe{
    height: 100%;
    width: 100%;
}

.contactDetailInr{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contactDetailLeft{
    width: 42%;
}

.contactDetailRight {
    width: 53%;
    background: #0E3673;
    padding: 15px;
    box-sizing: border-box;
}

.contactDetailRight .Frmwrp{
    padding: 35px 60px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.contactDetailRw{
    margin-bottom: 30px;
    align-items: center;
}

.DetailRwLft{
    width: 80px;
}

.DetailRwRgt{
    width: 75%;
}

.DetailRwLft .icnovrly{
    height: 60px;
    width: 60px;
    position: relative;
     -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.DetailRwLft .icnovrly::after {
    background: #FF6B1C;
    position: absolute;
    content: '';
    height: 60px;
    width: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 2px;
    right: -1px;
}

.DetailRwLft .icnovrly .icnWrp{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: #0e3673;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 99;
}

.contactDetailRw p,
.contactDetailRw a{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6A6A6A;
}

.WhatsappUs{
    padding: 30px 0;
    align-items: center;    
}

.WhatsappUsIcn{
    margin-right: 10px;
}

.contactDetailInfo p{
    color: #6A6A6A;
}


/* contact innerpage css end */ 


/* about page start */

.aboutDetailInr{
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutDetailLft{
    width: 48%;    
}

.aboutDetailRgt{
    width: 48%;
}

.aboutDetailLft p{
  /*  padding-bottom: 30px;*/
    color: #6A6A6A;
}

.aboutDetailLft p:last-child{
    padding-bottom: 0;
}

.OurExpertiseSec{
    background:#FFF8EC;
}

.OurExpertiseSec .btnWrp{
    justify-content: center;
}

.OurExpertiseInr{
    padding: 70px 0 0 0;
    box-sizing: border-box;
    flex-wrap: wrap;    
}

.OurExpertiseInr .bxclm{
    width: 31.5%;
    margin-right: 2.7%;
    padding: 80px 40px 40px 40px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 76px;
    position: relative;
}

.OurExpertiseInr .bxclm h6{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
}

.OurExpertiseInr .bxclm .icnWrp{
    position: absolute;
     
    top: -50px;
}

.OurExpertiseInr .bxclm  .icnCnt{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #0E3673;  
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 100px;
    width: 100px;  
}

.OurExpertiseInr .bxclm .icnWrp::after {
    background: #FF6B1C;
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 2.5px;
    right: -2px;
}

.OurExpertiseInr p{
    font-size: 18px;
    color: #45484C;
}

.OurExpertiseInr .bxclm:nth-child(1){
    background: #F5F9FF;
}
.OurExpertiseInr .bxclm:nth-child(6){
    background: #F5F9FF;
}

.OurExpertiseInr .bxclm:nth-child(3){
    background: #FFEEE4;
}
.OurExpertiseInr .bxclm:nth-child(5){
    background: #FFEEE4;
}

.OurExpertiseInr .bxclm:nth-child(3n+3){
    margin-right: 0;
}

/* about page end */

/* testimonial css start */

.testimonialInr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonialInr .clientSaybx{
    width: 48.5%;
    background: #FFF4ED;
    margin-bottom: 45px;
    padding: 70px 45px 45px 45px;
    box-sizing: border-box;
    position: relative;
}

.testimonialInr .clientSaybx p{
    color: #6A6A6A;
    padding-bottom: 30px;
}

.testimonialInr .clientSaybx p:last-child{
    padding-bottom: 0;
}

.DblBtn .btn{
    width: auto;
    padding: 0 22px;
}

.DblBtn .btn:first-child{
    margin-right: 10px;
}

/* testimonial css end */


/* german tax system start */

.aboutGermanTaxSysInr{
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutGermanTaxSysLft{
    width: 48%;
}

.aboutGermanTaxSysRgt{
    width: 48%;
}

.aboutGermanTaxSysInr p{
    color: #6A6A6A;
}

.othrstatSec{
    flex-wrap: wrap;
    background: #FFF4ED;
}

.othrstatLeft{
    width: 50%;
}

.othrstatLeft img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.othrstatRght {
    width: 50%;
    padding: 100px 9% 100px 5%;
    box-sizing: border-box;
    padding-right: calc(((100% - 1580px)/ 2) + 0.75rem);
}

.iconLst li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
    justify-content: space-between;
    line-height: 1.5;
}

.iconLst li .LstTxt{
    width: calc(100% - 28px);
}

.othrstatRght li,
.othrstatRght p{
    color: #6A6A6A;
}

.germanTaxCatInr{
    flex-wrap: wrap;
    justify-content: space-between;
}

.germanTaxCatLft{
    width: 48%;
}
.germanTaxCatRgt{
    width: 45%;
}


.taxRateCardSec{
    /*background: rgb(250,243,235);
    background: linear-gradient(90deg, rgba(250,243,235,1) 0%, rgba(250,243,235,1) 50%, rgba(246,249,255,1) 50%, rgba(246,249,255,1) 100%);*/
    width: 100%;
}

.taxRateCardInr{
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.germanTaxCatInr ul li,
.germanTaxCatInr p{
    color: #6A6A6A;
}

.taxRateCardInr p,
.taxRateCardInr li{
    color: #6A6A6A;
}

.taxRateCardLft{
    width: 50%;
    background: #FAF3EB;
    padding: 100px 7% 100px 5%;
    box-sizing: border-box;    
}

.taxRateCardRgt{
    width: 50%;
    background: #F5F9FF;
    padding: 100px 7% 100px 5%;
    box-sizing: border-box;
}


/* german tax system end */

.covid-19TxtInr{
    padding: 0 6%;
}

/* disclaimer page css start */

.disclaimerTxtInr h6{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
}

.disclaimerTxtInr p{
    font-size: 18px;
}

/* disclaimer page css end */

/* required documents css start  */

.requiredDocSec{
    background: #FFF;
}

.requiredDocInr{
    padding: 70px 0 0 0;
    box-sizing: border-box;
    flex-wrap: wrap;    
}

.requiredDocInr .bxclm {
    width: 31.8%;
    padding: 80px 40px 40px 40px;
    box-sizing: border-box;
    position: relative;
    margin-right: 2.3%;
    margin-bottom: 76px;
    background: #F5F9FF;
}

.requiredDocInr .bxclm:nth-child(3n+3){
    margin-right: 0;
}

.requiredDocInr .bxclm:nth-child(2),
.requiredDocInr .bxclm:nth-child(4),
.requiredDocInr .bxclm:nth-child(7){
    background: #FFF8EC;
}
.requiredDocInr .bxclm:nth-child(3),
.requiredDocInr .bxclm:nth-child(5),
.requiredDocInr .bxclm:nth-child(8){
    background: #FFEEE4;
}

.requiredDocInr .bxclm .icnCnt {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #0E3673;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 100px;
    width: 100px;
}

.requiredDocInr .bxclm .icnWrp::after {
    background: #FF6B1C;
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 2.5px;
    right: -2px;
}

.requiredDocInr .bxclm .icnWrp {
    position: absolute;
    top: -50px;
}

.requiredDocInr .bxclm h6 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
    word-wrap: break-word;
}

.requiredDocInr .bxclm p {
    font-size: 18px;
    color: #45484C;
}
    

/* required documents css end  */


/* faq start css  */

.brdtitle{
    position: relative;
    margin-bottom: 30px;
    
    
}

.brdtitle h6{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;    
    
    /*border-bottom: 1px solid #BBD0EF;*/
}

.FaqDetailInr p{
    font-size: 18px;
    color: #45484C;
    padding-bottom: 20px;
}
.FaqDetailInr p:last-child{
    padding-bottom: 0;
}

.RefundEligibility{
    background: #f6f9ff;
    padding: 45px 40px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* accordion css start */

.acc {
  margin-bottom: 10px;
}

.acc-head {
  background: #FFEEE4;
  padding: 15px 30px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #FFEEE4;
 }

 .acc-head::before{
    content: '';
    position: absolute;
    top: 50%;
    background-color: #fff;
    transition: all .3s;
    background: url(../images/AccArw.png) no-repeat;
    right: 30px;
    width: 27px;
    height: 27px;
    margin-top: -10px;
    transform: rotate(270deg);
 }


.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  color: #45484C;
  font-weight: 700;
}

.acc-content {
  padding: 15px 30px;
  display: none;
  background: #FFEEE4;
  box-sizing: border-box;
}
        
.acc-head.active::before {
    transform: rotate(0deg);
}

.acc-head.active{
    border-bottom: 1px solid #FDDAC5;
}


/* accordion css end */

.brdtitle p{
    padding-top:15px;
}

.FaqsInr .FaqsRw{    
    background: #FFEEE4;
    margin-bottom: 10px;
    padding: 20px 46px;
    box-sizing: border-box;
}

.FaqsRw .brdtitle{
    margin-bottom: 15px;
}

.FaqsRw .brdtitle h6{
    border-bottom: 1px solid #FDDAC5;
    font-size: 18px;
    color: #45484C;
        padding-bottom: 15px;
}
.FaqsRw .brdtitle h6 a{
        font-weight: 700;
    font-size: 18px;
    color: #45484C;
    text-decoration:underline;
       
}
.FaqsInr .FaqsRw p a{
    text-decoration:underline;
}

.FaqsInr .FaqsRw p{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #45484C;
}

/* faq end css */

/* referFriendBnr css start  */

.referFriendBnr .CmnInrBanr h1{
    display: flex;
    align-items: center;
}

.referFriendBnr .headIcon{
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
}

.referFriendInr{
    max-width: 1120px;
    margin: auto;
}

.referFriendFrmWrp{
    background: #0E3673;
    padding: 20px 12px;
    box-sizing: border-box;
    max-width: 690px;
    margin: auto;
}

.referFriendFrm{
    border: 1px solid #fff;
    padding: 40px 40px;
    box-sizing: border-box;
}

.referFriendFrm .FrmwrpCmn input[type="submit"]{
    width: 200px;
}

.referFriendFrm .FrmwrpCmn input[type="text"], 
.referFriendFrm .FrmwrpCmn input[type="email"]{
    padding-left: 18px;
}

.referFriendFrm .FrmwrpCmn textarea{
    min-height: 140px;
    padding: 18px 18px;
    box-sizing: border-box;
}

.viaSocialLink ul{
    justify-content: center;
    padding: 30px 0;
    box-sizing: border-box;
}

.viaSocialLink ul li a{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF6B1C;
    color: #fff;
    margin: 0 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.viaSocialLink ul li a:hover{
    color: #0e3673;
}

.termsWrp p{
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-align: center;
}

.OrViaSec{
    
}


.OrViaTitle{
    padding-top: 32px;
    box-sizing: border-box;  
    display: flex;
    justify-content: center;
    position: relative;
}

.OrViaTitle p{
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    background: #0E3673;
    z-index: 9;
}
.OrViaTitle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 10px;
}

.OrRoundSec{
    padding-top: 30px;
    justify-content: center;
    align-items: center;
}

.OrRoundWrp{
    background: #FFEEE4;
    height: 56px;
    width: 56px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.OrRoundWrp p{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.16em;
    text-align: center;
}


/* referFriendBnr css end  */

/* privacyPolicy css start  */

.commonPageInr p{
    color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
    line-height: 155%; /* 27.9px */
}
.commonPageInr h6{
    font-family: 'Inter', sans-serif;
    color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
    font-weight: 700;
    line-height: 155%; /* 27.9px */
    margin-bottom: 15px;
}
.privacyDetailRw{
    margin-bottom: 30px;
}
.commonPageInr p.orange_arrow_txt{
    color: #FF6B1C;
    font-size: 16px;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    background: url(../images/ph_arrow-right-light.png) no-repeat left 2px;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.personalInfoList{
    padding-left: 20px;
}
.personalInfoList li{
    color: #FF6B1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    background: url(../images/ph_arrow-right-light.png) no-repeat left 2px;
    margin-bottom: 7px;
    padding-left: 25px;
}
.orangearrow_listTxt li{
    color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    background: url(../images/ph_arrow-right-light.png) no-repeat left 2px;
    margin-bottom: 15px;
    padding-left: 25px;
}
.pb-30{
    padding-bottom: 30px;
}

/* terms of services css start  */

.alphabet_listing_txt{
    padding-left: 20px;
}
.alphabet_listing_txt li{
    list-style-type: lower-alpha;
    color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    margin-bottom: 10px;
}
.orange_arrow_Listtxt p{
    color: #FF6B1C;
    font-size: 16px;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    background: url(../images/ph_arrow-right-light.png) no-repeat left 2px;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.pt-30{
    padding-top: 30px;
}
.mailto_link{
    color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
}



/* january-18-2024 css start */

.headerBtm .headerBtmInr{
    background: #0E3673;
}

.main-menu > li > a{
    color: #fff;
}

.logInWrp li a{
    color: #fff;
}
.logInTxt .txt {
    border-bottom: 2px dashed #fff;
}

.logInWrp .registr a{
    background: #FF6B1C;
     -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;   
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;    
}

.logInWrp .registr a:hover{
    background: #fff;
    color: #0E3673;
}

/* january-18-2024 css end  */

/* January-29-2024 css start */

#loginWrap{
    max-width: 620px;    
    background: #0E3673;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 60px auto;
}

#loginWrap .cleanlogin-container{    
    border:none;
    max-width: 100%;
    border-radius: 0;
    box-shadow: unset;
    padding: 24px 0px;
    box-sizing: border-box;
}
.oneall_social_login{
	    background: #0e3673;
    border: 1px solid #fff;
    padding: 15px;
 
}
.oneall_social_login label{
	    color: #fff !important;
    padding-bottom: 2px;
    display: block;
}

#branding{
	color:#fff !important;
}
.plugin .footer #branding .company-service, .plugin .footer #branding .company-service a{
	color:#fff !important;
}


#RegistrationWrap{
    max-width: 1100px;
    margin: auto;
    background: #0E3673;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 60px auto;
}

#RegistrationWrap .cleanlogin-container{    
    border: 1px solid #fff;
    max-width: 100%;
    border-radius: 0;
    box-shadow: unset;
    padding: 35px 25px;
    box-sizing: border-box;
}

#loginWrap .cleanlogin-form input[type="submit"],
#RegistrationWrap .cleanlogin-form input[type="submit"]{
    text-align: center !important;
    display: inline-block !important;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    font-family: 'Syne', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    letter-spacing: 0.16em !important;
    background: #FF6B1C !important;
    width: 220px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    height: unset !important;
    border: none !important;
    outline: none !important;
    max-width: 100%;
}
#loginWrap .cleanlogin-form input[type="submit"]:hover,
#RegistrationWrap .cleanlogin-form input[type="submit"]:hover  {
    background: #fff  !important;
    color: #0E3673  !important;
}

#loginWrap .cleanlogin-form label,
#RegistrationWrap .cleanlogin-form label{
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
    position: absolute;

    padding: 0 6px;
    box-sizing: border-box;
    background: #0E3673;    
    line-height: 1;
    top: -8px;
    left: 12px;
}

#loginWrap .cleanlogin-form input[type="password"], 
#loginWrap .cleanlogin-form input[type="text"], 
#loginWrap .cleanlogin-form input[type="email"],
#RegistrationWrap .cleanlogin-form input[type="password"], 
#RegistrationWrap .cleanlogin-form input[type="text"], 
#RegistrationWrap .cleanlogin-form input[type="email"]{
    color: #fff !important;
    background: transparent !important;
    width: 100%;
    resize: none !important;
    display: block !important;
    line-height: 50px !important;
    padding: 0px 10px !important;
    box-sizing: border-box !important;
    height: unset !important;
    margin: 0 !important;
    box-shadow: unset !important;
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
}

#loginWrap .cleanlogin-form-bottom .cleanlogin-form-register-link,
#RegistrationWrap .cleanlogin-form-bottom .cleanlogin-form-register-link{
    color: #FF6B1C ;
	color: #FF6B1C ;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

#loginWrap .cleanlogin-form-bottom .cleanlogin-form-pwd-link{
	
	 color: #FF6B1C ;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.cleanlogin-field.cleanlogin-field-remember input[type="checkbox"],
.cleanlogin-field.cleanlogin-field-remember input[type="checkbox"]:focus{
    outline: none;
}

#loginWrap .cleanlogin-form .cleanlogin-field,
#RegistrationWrap .cleanlogin-form .cleanlogin-field{
    border: 1px solid #fff;
    position: relative;
}

#loginWrap #togglePassword,
#RegistrationWrap #togglePassword{
    display: none;
}

#loginWrap .cleanlogin-form .cleanlogin-field.cleanlogin-field-remember,
#RegistrationWrap .cleanlogin-form .cleanlogin-field.cleanlogin-field-remember{
    border: none;
    margin-bottom: 15px;
}

#loginWrap .cleanlogin-form .cleanlogin-field.cleanlogin-field-remember input[type="checkbox"]{
    margin-right: 6px;
}

#RegistrationWrap .cleanlogin-terms{
    display: flex;
    align-items: center;
}

#RegistrationWrap .cleanlogin-terms a{
    color: #fff;
}

#loginWrap{

}
#RegistrationWrap{

}

#loginWrap ::-webkit-input-placeholder ,
#RegistrationWrap ::-webkit-input-placeholder{ 
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #cccccc !important;
}

#loginWrap ::-moz-placeholder ,
#RegistrationWrap ::-moz-placeholder{ 
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #cccccc !important;
}

#loginWrap :-ms-input-placeholder ,
#RegistrationWrap :-ms-input-placeholder { 
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #cccccc !important;
}

#loginWrap :-moz-placeholder ,
#RegistrationWrap :-moz-placeholder { 
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #cccccc !important;
}

#RegistrationWrap :-internal-autofill-selected,
#loginWrap input :-internal-autofill-selected{
    background: transparent !important;
}

#loginWrap .cleanlogin-field.cleanlogin-field-remember,
#RegistrationWrap .cleanlogin-field.cleanlogin-field-remember{
    float: none;
    text-align: left;
    display: flex;
    align-items: center;
}

#loginWrap .cleanlogin-field.cleanlogin-field-remember label,
#RegistrationWrap .cleanlogin-field.cleanlogin-field-remember label{
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
}


#RegistrationWrap .cleanlogin-field .cleanlogin-terms{
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
}

#RegistrationWrap .cleanlogin-form .cleanlogin-field{
    float: none;
    width: 100%;
    margin-left: 0;
}

#RegistrationWrap .cleanlogin-form fieldset{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

#RegistrationWrap .cleanlogin-form .cleanlogin-field{
    width: 48%;
}

#RegistrationWrap input[type=checkbox]:focus{
    outline: none;
}

#RegistrationWrap input[type=checkbox]{
    margin-right: 6px;
}

#RegistrationWrap .cleanlogin-form .cleanlogin-field:nth-child(6){
    border: none !important;
}

/* January-29-2024 css end */


.wrapper {
  max-width: 800px;
  margin: auto;
  margin-top: 80px;
}

.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 500px;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
      position: relative;
    z-index: 99;
}

.tab-link {
      width: 290px;
    height: 50px;
    line-height: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
        background: #D6D6D6;
        color: #000;
        cursor: pointer;
}

.tab-link:hover {
  background: #FF6B1C;
        color: #fff !important;
}

.tab-link.active {

  border-color: #333;
   background: #FF6B1C;
        color: #fff !important;
}

.tab-link:nth-of-type(1).active {
  color: #EE6534;
  border-color: #EE6534;
}

.tab-link:nth-of-type(2).active {
  color: #1790D2;
  border-color: #1790D2;
}

.tab-link:nth-of-type(3).active {
  color: #EEC63B;
  border-color: #EEC63B;
}

.content-wrapper {
  padding: 40px 0px;
}

.tab-content {
  display: none;

  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}


.dashboardheader{
    background: #FAF3EB;
}

#dashboardwrapper .acc-head{
        background: #EEEEEE;
            border-bottom: 1px solid #EEEEEE;
}
#dashboardwrapper .acc-content{
        background: #ffffff;
}
#dashboardwrapper .acc-head.active{
    background: #FFE195;
}
#dashboardwrapper .acc-head p{
   font-family: 'Merriweather', serif; 
   font-size: 20px;
   padding-bottom: 0px;
}
#dashboardwrapper .acc-head p span{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-left: 20px;
}

.acc-content-details-row{
    display: flex;
    flex-flow: row wrap;
    padding: 5px 0;
}
.acc-content-details-row-1{
    width: 550px;
}
.acc-content-details-row-2{
    width: 10px;
    justify-content: center;
}
.acc-content-details-row-3{
    width: 550px;
    padding-left: 10px;
}
.acc-content-details-row-1 p{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #403F3F;
}
.acc-content-details-row-3 p{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #403F3F;
}

.acc-container h6{

    font-size: 20px;
    font-weight: 600;
    color: #403F3F;
    padding: 25px 0;
}

.acc-content-details-row-3 p{
    padding-bottom: 6px;
}

.acc-content{
    position: relative;
}
.statusbtn{
    background: #E3A80E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    min-width: 175px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    right: 0;
    top: 25px;
	padding:0 15px;
}
.paymentstsbtn{
        min-width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    position: absolute;
    right: 130px;
    top: 17px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.reviewbtn{
    background: #E3A80E;
    color: #fff;
}
.Approvedbtn{
    background: #04AF1F;
    color: #fff;
}
.Completebtn{
    background: #04AF1F;
    color: #fff;
}

#videotestimonial{
    background: rgb(245,249,255);
background: linear-gradient(360deg, rgba(245,249,255,1) 0%, rgba(245,249,255,1) 66%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%);
}
#dashboardwrapper .paymentacc-content .acc-head.active{
        background: #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.statusWrap h5{
    font-size: 22px;
}
.statusWrap h5 span{
    font-size: 35px;
    color: #FF6B1C;
}
.statusWrap h6{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
        padding-bottom: 0;
    padding-top: 5px;

}
.statusWrap{
        margin: auto;
    width: 750px;
    text-align: center;
        padding: 50px 0;
}
.statusWrapIcon{
       width: 80px;
    margin: auto;
    margin-bottom: 30px;
}
.statusWrapContent a{
    background: #FF6B1C;
    display: inline-block;
        padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
     font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
        margin-top: 15px;
}
.statusWrapContent a:hover{
    background: #0E3673;
}
.profileEdit{
    width: 750px;
}
.profileEditRow label{
    width: 100%;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #403F3F;
}
.profileEditRow input[type="text"], .profileEditRow input[type="email"]{
    border: 1px solid #C6C6C6;
    background: rgba(217,217,217,0.10);
    height: 45px;
    padding:0 10px;
    color: #403F3F;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}
.profileEditRow input[type="text"]:focus, .profileEditRow input[type="email"]:focus{
    outline: none;
}
.profileEditRow{
    padding-bottom: 18px;
}
.profileEditRow input[type="submit"]{
    background-color: #FF6B1C !important;
    display: inline-block;
        padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
     font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
        margin-top: 15px;
        border:none;
        color: #fff !important;
}
.profileEditRow input[type="submit"]:hover{
     background-color: #0E3673 !important;
     color: #fff !important;
}


#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: auto;
  transform: translate(-50%, -50%);
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: hidden;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}
.gform_confirmation_message .statusWrap {
	width:100% !important;
}
.gform_confirmation_message .statusWrap a.gfrom-tc-btn{
	    background: transparent !important;
    text-decoration: underline !important;
    color: #000 !important;
}

.gform_page_footer input[type="submit"]{
	    text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.16em;
    background: #FF6B1C;
    width: 175px !important;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer !important;
	border:0;
	padding:0;
}
.gform_page_footer input[type="submit"]:focus{
	outline:none !important;
}
.slipbtn{
	 background: transparent !important;
    text-decoration: underline !important;
    color: #000 !important;
}
button.gform_button_select_files{
	 
    background: transparent !important;
    border: 2px dashed #5f5f5f;
    color: #000 !important;
    padding: 5px 27px;
    font-size: 16px;
}
button.gform_button_select_files:focus{
	outline:none;
}


@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}


/* feb-16-2024 start */

.solveTaxInr .solveTaxRght .videotestimonial iframe{
    max-height: 100% !important;
}
.solveTaxRght {
    width: 26%;
    position: relative;
}

/* feb-16-2024 end */


.error404 footer{
  display: none;
}
.error404 header{
    display: none;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #FF6B1C;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
      margin-top: 22px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #343434;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

.backhomebtn{
        text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.16em;
    background: #FF6B1C;
    width: 285px;
    color: #fff;
    text-transform: uppercase;
}
.backhomebtn:hover{
        background: #0E3673;
}


#loginWrap.lost-password .cleanlogin-container input[type="submit"]{
	width:100% !important;
}
#loginWrap.lost-password .cleanlogin-container .cleanlogin-form-bottom a.cleanlogin-form-login-link{
	
	    text-align: center !important;
    display: inline-block !important;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    font-family: 'Syne', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    letter-spacing: 0.16em !important;
    background: #FF6B1C !important;
    width: 175px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    height: unset !important;
    border: none !important;
    outline: none !important;
    max-width: 100%;
	width:100% !important;
}
#loginWrap.lost-password .cleanlogin-container .cleanlogin-form-bottom a.cleanlogin-form-login-link:hover{
	    background: #fff !important;
    color: #0E3673 !important;
}
#RegistrationWrap .cleanlogin-form .cleanlogin-field:nth-child(4) {
    border: none !important;

}

.FrmwrpCmn input[type="text"]{
    border:none;
}
.FrmwrpCmn input[type="email"]{
    border:none;
}

.FrmwrpCmn input[type="text"]:outline{
    border:none;
}
.FrmwrpCmn input[type="email"]:outline{
    border:none;
}
.sub-menu-toggle{
    display:none;
}

.owl-nav button{
    background-color: transparent !important;
}

.owl-nav button:focus{
    outline:none !important;
}
.othrstatRght ul, .germanTaxCatLft ul, .taxRateCardLft ul, .taxRateCardRgt ul{
    margin-bottom:25px;
}
.othrstatRght ul li, .germanTaxCatLft ul li, .taxRateCardLft ul li, .taxRateCardRgt ul li{
    color: #6A6A6A;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    padding-bottom: 30px;
    padding:15px 0;
    position:relative;
    padding-left: 30px;
}
.othrstatRght ul li:before, .germanTaxCatLft ul li:before, .taxRateCardLft ul li:before, .taxRateCardRgt ul li:before {
    width:21px;
    height:21px;
    position:absolute;
    display:block;
    content:'';
    left: 0px;
  top: 17px;
    background:url('https://ezsteuer.com/wp-content/uploads/2024/01/ph-check-light.png');
}


.owl-dots button:focus{
    outline:none;
}

.personalInfoList li a{
    color: #FF6B1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.customCommon ul li{
    color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    background: url(https://ezsteuer.com/wp-content/uploads/2024/01/ph_arrow-right-light.png) no-repeat left 2px;
    margin-bottom: 15px;
    padding-left: 25px;
        font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.customCommon ul{
    margin-bottom:30px;
}

.customCommon ul li strong{
        color: #FF6B1C;
}
.customCommon a{
        color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
    line-height: 155%;
        font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.customCommon p strong{
    color: #FF6B1C;
    font-size: 16px;
    font-weight: 600;
    line-height: 155%;
    background: url(https://ezsteuer.com/wp-content/uploads/2024/01/ph_arrow-right-light.png) no-repeat left 2px;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.BannerButton a{
    margin-right:15px;
    display:inline-block;
}
.signinbtn a{
    position:relative;
    display:inline-block;
}
.signinbtn a:after{
    width:100%;
    height:2px;
    position:absolute;
    left:0;
    bottom:-3px;
    display:block;

    content:'';
    border-bottom: 2px dashed #fff;
}

.container-form{
    width:1400px !important;
        max-width: 100% !important;
}
.gform_heading{
    display:none;
}
.formInnerwrap{
    width:80%;
    margin:auto;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue{
        background-color: #ff6b1c;
}
.gfield--type-html ul{
    margin-left:0 !important;
}
.gfield--type-html ul li{
    color: var(--Paragraph-Color, #45484C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    background: url(https://ezsteuer.com/wp-content/uploads/2024/01/ph_arrow-right-light.png) no-repeat left 2px;
    margin-bottom: 15px !important;
    padding-left: 25px !important;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li{
    list-style-type: none!important;
}


.gform-field-label{
    font-family: 'Merriweather', serif;
    font-size: 15px;
}

.gform_page_footer input[type="button"]{
    text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.16em;
    background: #FF6B1C;
    width: 175px !important;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer !important;
}

.gform_page input[type="tel"], .gform_page input[type="text"], .gform_page input[type="email"]{
        border: 1px solid #838383 !important;
    height:45px !important;
}
.gform_page select{
     border: 1px solid #838383 !important;
    height:45px !important;
}
.gform_page input[type="tel"]:focus, .gform_page input[type="text"]:focus, .gform_page input[type="email"]:focus{
    outline:none !important;
}

.gform_page select:focus{
    outline:none !important;
}

.gform_page_footer a.gform_save_link{
    text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.16em;
    background: #0e3673;
    width: 356px !important;
    color: #fff;
    text-transform: uppercase;
    cursor:pointer !important;
       
}

.gfield_date_dropdown_day{
    width:150px;
}
.gfield_date_dropdown_month{
    width:150px;
}
.gfield_date_dropdown_year{
    width:150px;
}

.customCommon h5{
    padding-bottom:20px;
}

.SocialLinksWrp{
    margin-top:30px;
}

.covid-19TxtInr ul li{
    color: #6A6A6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    background: url(https://ezsteuer.com/wp-content/uploads/2024/01/ph_arrow-right-light.png) no-repeat left 2px;
    margin-bottom: 15px !important;
    padding-left: 25px !important;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}


.footerbottomInner{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
}
.footerbottomInnerLeft{
    width:50%;
    align-self: center;
}
.footerbottomInnerRight{
    width:50%;
    display:flex;
    flex-flow:row wrap;
    justify-content:right;
}
.footerbottomInnerRight img{
    width:100px;
    margin-left:10px;
}

#gform_fields_5 .gfield label{
    color:#fff;
}

#gform_fields_5 .gfield input[type="email"]{
        background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    height: 45px;
    padding: 0 15px;
    color:#fff;
}
#gform_fields_5 .gfield  textarea{
     background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    height: 200px;
    padding: 0 15px;
    color:#fff;
}
#gform_5 input[type="submit"]{
        text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.16em;
    background: #FF6B1C;
       width: 240px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
        border:none;
}
#gform_5 input[type="submit"]:hover{
    border:none;
        background: #fff;
    color: #0E3673;
}
#gform_5 input[type="submit"]:focus{
    outline:none;
}
.FrmwrpCmn input[type="submit"]{
    padding:0 !important;
    background-color: #FF6B1C !important;
    color:#fff !important;
    border:none !important;
}
.FrmwrpCmn input[type="submit"]:hover{
        background-color: #fff !important;
    color: #0E3673 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ffb900;
    color: #fff;
}

#gform_confirmation_wrapper_5 p{
    color:#fff;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}


input[type="submit"]:focus{
    outline:none !important;
}


.sucessMsg #msg{
        color: #0a9509;
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
}





@media (max-width: 767px){
    .BannerButton{
        width:100%;
        text-align:center;
    }
    .BannerButton a{
        margin-right:0;
        margin:0 10px;
    }
    .BannerButton a:last-child{
    margin-right:10px;
}
    .gform_page_footer a.gform_save_link{
        width:100% !important;
 display: block !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
            font-size: 15px !important;
    }
    .cmnLftDash::before{
        display:none !important;
    }
    .footerbottomInnerLeft{
    width:100%;
    align-self: center;
        text-align:center;
        padding-bottom:15px;
}
.footerbottomInnerRight{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
}
}
@media (max-width: 641px){
    .gform_page_footer input[type="button"]{
        width:100% !important;
        height:45px !important;
    }
    .gform_legacy_markup_wrapper .gsection .gfield_label, .gform_legacy_markup_wrapper h2.gsection_title, .gform_legacy_markup_wrapper h3.gform_title{
        font-size:16px !important;
    }
}

@media (max-width: 480px){
.BannerButton a{
        margin-right:0;
        margin:5px 0;
    width:100%
    }
        .BannerButton a:last-child{
    margin-right:0px;
}
    .gform_page_footer a.gform_save_link{
        
            font-size: 13px !important;
    }
    .circularPrgrs .box .chart canvas{
            height: 120px !important;
    width: 120px !important;
    }
    .circularPrgrs .box .chart{
          height: 120px !important;
    width: 120px !important;
    }
    .circularPrgrs .box{
        width: 120px !important;
        margin:0 15px !important;
    }
    .circularPrgrs{
        justify-content: center;
    }
}

/* Force the chatbot to be visible on mobile */
zapier-interfaces-chatbot-embed {
    display: block !important; /* Ensure the chatbot is displayed */
    position: fixed !important; /* Fix position to bottom-right */
    bottom: 20px !important;    /* Adjust distance from the bottom */
    right: 15px !important;     /* Adjust distance from the right */
    z-index: 9999 !important;   /* Make sure it's on top of other content */
}

#cm3vrhpcb00axwv00rsxb9e75 {
    display: block !important; 
    position: fixed !important; 
    bottom: 20px !important;    
    right: 15px !important;     
    z-index: 9999 !important;   
}


/* Adjust for mobile devices */
@media (max-width: 768px) {
    zapier-interfaces-chatbot-embed {
        bottom: 15px !important;   /* Adjust for smaller screens */
        right: 10px !important;    /* Adjust right distance for mobile */
        width: 100% !important;    /* Make it more mobile-friendly */
        max-width: 380px !important; /* Limit max width for mobile */
    }
#cm3vrhpcb00axwv00rsxb9e75{
    bottom: 15px !important;  
    right: 10px !important;    
    width: 100% !important;    
    max-width: 380px !important;
}
#cm3vrhpcb00axwv00rsxb9e75 .chatbot-icon-button {
    width: 50px !important;
    height: 50px !important;
}
}

.plugin .footer #branding {
    color: #ffffff;
}
.cus-login-wrap fieldset:nth-of-type(2) {
    display: flex;
    flex-flow: column-reverse;
    margin-top: 30px;
}
.cus-login-wrap .cleanlogin-form-bottom .cleanlogin-form-register-link{
    text-align: center !important;
    display: inline-block !important;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    font-family: 'Syne', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    letter-spacing: 0.16em !important;
    background: #FF6B1C !important;
    width: 230px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    height: unset !important;
    border: none !important;
    outline: none !important;
    max-width: 100%;
    margin-top: -84px;
    padding: 4px 8px;
}
.cus-login-wrap p a, .cus-login-wrap label a {
    color: #FF6B1C;
    color: #FF6B1C;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#RegistrationWrap form button {
    margin: 20px 0;
}
.cus-login-wrap .form-msg.success {
    color: #00d5a7 !important;
    padding: 15px 0 !important;
}
.lost-password button{
    color: #fff !important;
}
.cus-login-wrap p:empty {
    display: none !important;
}
@media (max-width: 480px) {
#loginWrap .cleanlogin-form input[type="submit"], #RegistrationWrap .cleanlogin-form input[type="submit"]{
    width: 100% !important;
}
.cus-login-wrap .cleanlogin-form-bottom .cleanlogin-form-register-link{
    width: 100% !important;
    margin-top: 0 !important;
}
#loginWrap .cleanlogin-container {
    padding: 0;
}

}


















