body{
    padding: 0 !important;
}
body:not(.scrolled):not(.single-toolbox) .site-header .header-top{
    background: transparent;
    color: #fff;
}
body:not(.scrolled):not(.single-toolbox) .lang-switcher > ul.current-lang > li .icomoon-arrow-down-1{
 border-color: #fff;
}
body:not(.scrolled):not(.single-toolbox) .site-header .header-top *{
    color: #fff;
}

.top-header{
    display: flex; flex-direction: column; align-items:center;justify-content: center; text-align: center;
    background-size: cover;    background-position: center;    background-repeat: no-repeat;
    position: relative;
    height: 60vh;
}
.top-header::before{
    content: '';
    pointer-events: none;
    position: absolute;
    width:100%;height: 100%;
    background-image: linear-gradient(green, yellow);
    opacity: 0.2;
}
.top-header *{
    position: relative;
}
.top-header h1{
    color: #fff;
    text-shadow: 3px -1px 8px black;
    font-weight: 200;
}

.strip-search-warp{
    color: #fff;
    position: relative;
    transform: translate(0, -50%);
    border-radius: 10px;
    max-width: 1200px;
    height: auto;
    padding: 20px 30px 30px 40px;
    margin: auto;
    background: rgba(1, 49, 75, 0.7);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.strip-search-warp p{  text-align: center;      margin-bottom: 20px;}
.strip-search-warp form .fields{
    display: flex;
}
.strip-search-warp form .fields select{
    padding: 0 15px;
    color: #01314b;
    background: url(../assets/img/bg-select-blue.png) #fff right 6px center no-repeat;
    border: none;
    border-right: 1px solid #dbdbdb;
    border-radius: 0;
}

.strip-search-warp form .fields .submit-wrap button{
    font-size: 16px;
    width: 100%; height: 50px;
    background-color: #059eda;
}

@media only screen and (min-width: 763px){
    .strip-search-with-shadow:after{
        position: absolute; right: 0; left: 0;
        top: 100%;
        z-index: -1;
        display: block;
        height: 62px;
        margin: auto;
        content: '';
        background-image: url(../assets/img/form-search-shadow.png);
        background-repeat: no-repeat;
        background-position: 0 -7px;
        background-size: cover;
    }
    .strip-search-warp form .fields > *:first-child{border-radius: 10px 0 0 10px;}
    .strip-search-warp form .fields > *:last-child{border-radius: 0 10px 10px 0; overflow: hidden;}
    .strip-search-warp form .fields .submit-wrap{flex: 0 0 210px;}
}
@media only screen and (max-width: 763px){
    .top-header{height:70vh}
    .logo{max-width: 200px;}
    .strip-search-warp{transform: translate(0, -30%)}
    .strip-search-warp form .fields{flex-direction: column;}
    .strip-search-warp form .fields select,
    .strip-search-warp form .fields > *{
        border-radius: 10px;
        margin-bottom:10px ;
        overflow: hidden;
    }
}
.faqs{
    margin-top: 40px;
}
.faqs .title{
    text-align: center;
    font-size: 2em;
    color: var(--blue);
}

.conatct-form{padding: 50px 0;background:var(--blue);color:#fff;}
.conatct-form h2{color:inherit;text-align: center;}
.conatct-form-warp form{display:flex; width:100%;max-width:100%;}
.conatct-form-warp form input{border-color:#fff}
.conatct-form-warp form > div:not(.form-hidden-field){flex:1;margin-inline-end:10px;margin-bottom:10px}
.conatct-form-warp form > div:not(.form-hidden-field):last-child{margin-inline-end:0}
@media only screen and (min-width: 763px){
    .main.container{padding:50px}
    .conatct-form-warp form > div:not(.form-hidden-field):last-child{display: flex;align-items: flex-end;}
    .conatct-form-warp form input[type=submit]{height: 50px;width: 150px;}
}
@media only screen and (max-width: 763px){
    .cols,.conatct-form-warp form{flex-direction: column;}
    .conatct-form-warp form input[type=submit]{display:block; width: 100%;height: 50px;}
    .page-template-tpl-toolBox-loby .gif-warpper{margin-top: -60px}
    .page-template-tpl-toolBox-loby .gif-warpper img{max-width: 50px;max-height: 50px;}
}
.site-footer{
    margin-top: 0 !important;
}


.single-toolbox .site-header .header-image{ margin-top: 130px;}
.single-toolbox .header-post-meta{margin-bottom: 45px;}
.single-toolbox .header-icons{justify-content: space-around;margin-bottom: 0; flex-wrap: wrap; gap: 1px;  background: #E6E6E6;}
.single-toolbox .toolbox-tags{font-size: 16px; color: var(--blue);}
.single-toolbox .header-icons .item{flex: auto;justify-content: start; border:0; background: #fff;}
.single-toolbox main .container{max-width: 1165px;}
.single-toolbox .entry-content{margin-bottom: 30px;}
.single-toolbox .entry-content iframe{width: 100%;}
.single-toolbox .entry-content video{
    width: 100%;
    min-height: 400px;
    border-radius: 7px;
    box-shadow: 5px 12px 20px rgb(0 0 0 / 20%);
}
.single-toolbox .entry-content ul{display:grid;grid-gap:15px;list-style-type: unset;}
.single-toolbox .entry-content li{display: flex;align-items: center;padding-inline-start: 20px;position: relative;}
.single-toolbox .entry-content li::before{content:"";width: 7px;height:7px;border-radius: 100%;background-color:var(--blue);position: absolute;left: 0}

.single-toolbox #was-this-helpful{
    margin: 30px 0; padding: 20px 0;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
    background: 0;
}

.single-toolbox #was-this-helpful #wthf-yes-no span{
    box-shadow: 0 0;
    color: #898a8c;
    border: 2px solid #898a8c;
    border-radius: 120px;
}
.single-toolbox #was-this-helpful #wthf-yes-no span:first-child::before{
    content: '\2713';margin-inline-end: 6px;
}
.single-toolbox #was-this-helpful #wthf-yes-no span:last-child::before{
    content: '\2716';margin-inline-end: 6px;
}

.header-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translate(0, -50%);
    position: relative;
    z-index: 2;
}
.header-buttons > div{
    margin-inline-start: 10px;
}
.header-buttons > div .btn{
    width: 40px;
    height:40px;
    border-radius: 100%;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    background: var(--blue);
}

.header-buttons > div .btn:hover{
    color: #fff;
    background: var(--dark-blue);
    opacity: 1;
}
.header-buttons > div .share-buttons{
    right: calc(100% - 15px);
}

.header-buttons > div .btn > .fa,
.header-buttons > div .btn > .icomoon{
    margin: 0;
    font-size: 16px;
}

