/*----------------tele page------------------*/
.mind-cq li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 8px;
}
.mind-cq {
    margin-left: 0px!important;
    padding-left: 0px!important;
    list-style: none;
}
.mind-cq li:before {
    position: absolute;
    content: '\f677';
    left: 0;
    top: 1px;
    display: block;
    font-family: 'Font Awesome 6 Pro';
    color: #f3763f;
    font-size: 15px;
}
/*---------------------------feees page----------------------*/

@media only screen and (max-width:768px){
.experts-r {
    padding: 50px 0;
    margin-left: -20px;
}
.experts-r>div {
    padding: 30px!important;
}
}
@media only screen and (max-width:767px){
.experts-r {
    margin-left: 0;
}
}
.experts-r {
    padding: 100px 0;
    margin-left: -100px;
}
.experts-r>div {
    background: linear-gradient(270deg, #4d6ab1, #f3763f);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}
.experts-r>div {
    padding: 100px 100px!important;
    color: white;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}