@font-face {
    font-family: "Lato";
    src: url("../bootstrap/font-family/Lato/Lato-Regular.ttf");

}
body{
    font-family: 'Lato';
    overflow-x: hidden;
}

.main-heading-font{
    font-size: 36px;
    color: #131F6E;
}
.bg-search{
    background-color: #F2F4F8;
}

.bg-orange{
    background-color: #FF6224;
}

.bg-profile{
    background-color: #EBEEF4;
}

.main-banner{
    background-image: url('../asset/audit homepage/AdobeStock_250804860 [Converted] 2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
}

.letter-spacing-1{
    letter-spacing: 0.59em;
    text-transform: uppercase;
    color: #0185D0;
}

.letter-spacing-2{
    letter-spacing: 0.289em;
    text-transform: uppercase;
    color: #0185D0;
}

.border-radius{
    border-radius: 5px;
}

.opacity{
    opacity: 0.5;
}

.text-color{
    color: #5889B6;
}

.text-color-2{
    color: #131F6E;
}

.card-style{
    background: #FFFFFF;
    box-shadow: 0px 16px 22px rgba(219, 221, 232, 0.55);
    border-radius: 16px;
}

.bg-container-1{
    background-color: #D2DFF0;
}

.bg-container-2{
    background-color: #EEF0FC;
}

.bg-container-3{
    background-color: #F6F6FE;
}

.play-btn{
  position: absolute;
    top: 33%;
    left: 43%;
    width: 15%;
}

.slider .slider-style{
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #1A2971;
    border-radius: 22px;
}

.slider{
    width: 60%;
    margin: 0px 30px;
}

.slider  input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.slider .description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: unset;
}


.slider .slick-track{
    padding: 5% 0%;
}

.slider .img-pc{
    position: absolute;
    top: 0;
    left: 30%;
    height: 95%;
    opacity: 0.1;    
}

.bg-container-4{
    background: linear-gradient(268.09deg, #005D91 1.43%, #192A6D 46.86%, #101667 100.67%), #1C2E74;
}

.slider .slide-arrow {
    position: absolute;
    top: 60%;
    margin-top: -15px;
  }
  
.slider .prev-arrow {
    left: -80px;
  }

.slider .prev-arrow>img{
    /*background-color: #eeedf9;*/
  }

.slider .next-arrow {
    right: -80px;
}
.slider .next-arrow>img{
    /*background-color: #eeedf9;*/
}
.slider .slider-style.slick-slide.slick-current.slick-active{
    box-shadow: 0px 12px 26px rgba(219, 221, 232, 0.55);
}
.arrow-1{
    position: absolute;
    top: 45%;
    left: 25%;
    transform: rotate(-1deg);
}

.arrow-2{
    position: absolute;
    top: -65%;
    right: 0%;
    transform: rotate(-3deg);
}

.arrow-3{
    position: absolute;
    top: -50%;
    left: 8%;
    transform: rotate( -3deg );
}

.card-shadow{
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(73, 79, 121, 0.08);
    border-radius: 9px;
}

.bg-container-5{
    background-color: #ebeef4;
}

.card-text-green{
    color: #23CC7C;
}

.card-text-blue{
    color: #2496FF;
}

.card-text-orange{
    color: #FF6224;
}

.bg-light-orange{
    background-color: #ffe0d3;
}

.font-12{
    font-size: 12px;
}

.custom-navbar{
    padding-bottom: 0px !important;
}
.custom-navbar>li{
    padding-bottom: 20px;
    border-bottom: 3px solid #ffffff00;
}
.custom-navbar>li:focus, .custom-navbar>li:hover {
    color: #FF6224 !important;
    border-bottom: 3px solid #FF6224;
    text-decoration: none;
}

.nav-tabs>li>a.text-dark:focus, .nav-tabs>li>a.text-dark:hover {
    color: #FF6224 !important;
    text-decoration: none;
}

.border-tabs {
    border-bottom: 1px solid #C9D5D9;
}

.table-delete-bg{
    background-color: #E8EBF2;
    box-shadow: 0px 0px 0px 9px rgb(232 235 242);
    height: 19px;
    width: 19px;
    padding: 4px !important;
}

table thead th {
    vertical-align: middle !important;
    background: linear-gradient(0deg, #F8F9FD, #F8F9FD), #F2F4F8;
    /*border: 1px solid #DBE3E6;*/
}

/*table tbody td {
    vertical-align: middle !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}*/

.table-hover tbody tr:hover {
    background-color: #F8F9FD !important;
}

.text-color-3{
    color: #6e8ba0 !important;
}
.search-keyword-1{
    border: 1px solid #ced4da !important;
    border-radius: 5px 0px 0px 5px !important;
}

.search-keyword-2{
    border: 1px solid gray;
    border-radius: 0px 20px 20px 0px;
}


.profile>li:focus, .profile>li:hover{
    background-color: #e35a11 ;
}

.profile>li:focus, .profile>li:hover > p{
    color: white !important;
}


.bg-darkblue{
    background-color: #10113b;
}

.bg-darkorange{
    background-color: #e35a11;
}

.text-darkorange{
    color: #e35a11;
}

.dashboard-shadow{
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 15px;
}

.border-orange{
    border: 2px solid #FF6224;
}

.text-black{
    color: #212529;
}
.plan-subscribe-text{
    width: auto;
}


@media screen and (min-width: 1900px) and (max-width: 2500px){
    .card-shadow{
        width: 24rem !important;
    }
}

@media screen and (min-width: 1800px) and (max-width: 1899px){
    .card-shadow{
        width: 20rem !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1799px){
    .card-shadow{
        width: 19rem !important;
    }
}

@media screen and (min-width: 1200px){
    .offset-xl-1 {
        margin-left: 0.1%;
    }
    .card-shadow{
        width: 14rem;
    }
}
@media screen and (min-width: 1366px){
    .offset-xl-1 {
        margin-left: 0.1%;
    }
    .card-shadow{
        width: 15rem;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1499px){
    .card-shadow{
        width: 16rem;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1599px){
    .card-shadow{
        width: 17rem;
    }
}

@media screen and (min-width: 2500px){
    .card-shadow{
        width: 32rem !important;
    }
}

@media screen and (min-width: 992px){
    
    .img-pc{
        position: absolute;
        top: 0;
        left: 40%;
        height: 95%;
        opacity: 0.1;    
    }

    .searchbar-width{
        width: 55%;
    }
} 

@media screen and (max-width: 991px){
    .mbl-label{
        margin-left: 0px !important;
    }
    .plan-discriptions-text{
        width: 100%;
    }
    .cust-p-rl-0{
        padding-left: 0px;
        padding-right: 0px; 
    }    
    .arrow-1, .arrow-2, .arrow-3{
        display: none !important;
    }
} 


@media screen and (min-width: 768px) {
    .slider-img-top{
        position: absolute;
        top: -70px;
        left: 45%;
    }
    .nav-tabs>li>a.text-dark:focus, .nav-tabs>li>.text-dark:hover {
        padding-bottom: 26px;
    }
}


@media screen and (max-width: 768px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column-reverse;   
       }
       .main-banner {
        height: 460px;
    }
    .font-12{
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    .slider-img-top{
        position: absolute;
        top: -10%;
        left: 30%;
    }
    .main-banner{
        height: 390px;
    }
    .arrow-4{
        transform: rotate(90deg);
        padding: 25px 0px;
    }
    .img-pc{
        position: absolute;
        top: 0;
        left: 4%;
        height: 95%;
        opacity: 0.1;    
    }
}
.custom-search-result .removeBtn {
    display: none;
}
.custom-search-result tr:hover .removeBtn {
    display: block;
}
.custom-search-result tr:hover .index-no {
    display: none;
}
.bootstrap-tagsinput .badge [data-role="remove"]::after {
    content: "×";
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 0px 4px;
    border-radius: 50%;
    cursor: pointer;
}
.custom-exmple-url-input .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background: #5bc0de;
    padding: 1px 5px;
    border-radius: .25em;
    line-height: 1.7;
}
.custom-exmple-url-input .bootstrap-tagsinput input:focus-visible{
    outline: none;
}
.custom-exmple-url-input .bootstrap-tagsinput input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-exmple-url-input .bootstrap-tagsinput{
    width: 100%;
    text-align: left;
}
.alert{
    margin: 0px 20px;
}

.hidenoverflow-exmple .bootstrap-tagsinput .badge-info{
    word-break: break-all;
    padding: .10em 0.2em;
    max-width: 67px;
    overflow: hidden;
    margin: 0px -1px;
}
.hidenoverflow-exmple .bootstrap-tagsinput .badge [data-role="remove"] {
    /*display: none;*/
    position: sticky;
    left: 0;
    right: -3px;
    opacity: 3;
    background-color: #17a2b8;
    border-radius: 0;
}

.hidenoverflow-exmple .bootstrap-tagsinput{
    display: inline-block !important;
}

#custom-search-url-tags .bootstrap-tagsinput{
    display: flex;
}

.hidenoverflow-exmple .bootstrap-tagsinput, #custom-search-url-tags .bootstrap-tagsinput{
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    /*height: 50px;*/
    /*overflow-x: hidden;*/
    /*padding-bottom: 5px;*/
    /*padding: 15px 0px 5px 0px;*/
    max-height: 50px;
    text-align: center;
}
.hidenoverflow-exmple .bootstrap-tagsinput input, #custom-search-url-tags input {
    background-color: transparent !important;
    padding: 0 10px !important;
    border: none;
}
.hidenoverflow-exmple .bootstrap-tagsinput input {
    width: 100%;
}
.hidenoverflow-exmple .bootstrap-tagsinput input:focus-visible {
    border: none;
    outline: none;
}
.hidenoverflow-exmple, #custom-search-url-tags{
    width: 55%;
    /*max-width: 320px;*/
    overflow-y: hidden;
    overflow-x: hidden;
}
/*.searchbar-width ::-webkit-scrollbar-thumb {
    background: #17a2b8;
    border-radius: 10px;
}
.searchbar-width ::-webkit-scrollbar {
    width: 10px;
    height: 9px;
}
.searchbar-width ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}*/
.searchbar-width .form-control:focus{
    box-shadow: none;
}
@media screen and (max-width: 768px) {
    .hidenoverflow-exmple{
        max-width: 105px;
        overflow-y: hidden;
    }
    .custom-country-list{
        min-width: 70px;
    }   
    .hidenoverflow-exmple .bootstrap-tagsinput input {
        background-color: transparent !important;
        padding: 0 5px !important;
        border: none;
        margin: 0px 5px; 
    }
}
.how-it-work{
    text-transform: uppercase;
    color: #0185D0;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.285em;
}
.detailed-analysis{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.285em;
    text-transform: uppercase;
    color: #0185D0;
}
.detail-sub-title{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #131F6E;
}
.detail-sub-title-small{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #5889B6;
}
.text-light-blue{
    color: #7179a8;
}
.seo-name{
    font-size: 14px;
    color: #5889B6;
    opacity: 0.6;
}
.cust-search-box:focus{
        box-shadow: none;
}
.cust-search-box:focus-visible {
    outline: none !important;
}
.get-ready-to-started{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.285em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-copy-right{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #5889B6;
}
#top-results table td, #your-url table td{
    word-break: break-all;
}
#recommendation .border-bottom{
    border-bottom: 2px solid #dee2e6!important;
}
#recommendation .description{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #8390AA;
}
.result-subtitle{
    font-size: 13px;
    font-weight: 800;
}
.home-inline-search{
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.optimize-title{
    font-family: Lato;
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 40px;
    line-height: 105%;
    color: #E8E8E8;
}
.fs-20{
    font-size: 20px;
}
.audiit-score-label{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 120%;
    text-transform: uppercase;
    color: #8290AA;
}

.subscription-btn-section{
    min-height: 45px;
    padding: 0px 10px;
}
.subscription-btn-section a{
    position: absolute; 
    right: 0; 
    bottom: 0;
    width: 90%;
    transform: translate(-16px, -14px); 
}
.video-title{
    color: #1C2B36;
}
.video-total-label{

    font-size: 14px;
    line-height: 120%;
    text-align: right;
    text-transform: capitalize;
    color: #8290AA;
    margin-bottom: 0px;

}
.videos_list a .video_thumb {
    max-width: 100%;
    max-height: 100%;

    border-radius: 10px;
    width: 100%;
    height: 110px;
}
@media screen and (max-width: 768px) {
    .videos_list a .video_thumb {
        max-width: 100%;
        max-height: 100%;

        border-radius: 10px;
        width: 100%;
        height: 150px;
    }
}
.audiit-score-label, .audiit-grade, .audiit-score{
    cursor: pointer;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.word-break-all{
    word-break: break-all;
}
.pdf-recommandation .card-shadow{
    width: auto !important;
}
.re-test{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 15px;
    color: #FF6224;
}
.cust-copy-icon{
    border-radius: 20px;
    background-color: #4285f4;
    padding: 5px;
    color: white;
    text-align: center;
}
.cust-copy-icon i{
    width: 25px;
    font-size: 15px;
}
.border-none{
    border: none !important;
}
.copy-input{
    background-color: #e8f0fe;
    color: #1967d2;
}
.copy-input input{
    background: transparent !important;
    border: none;
}
.copy-input input:focus{
    box-shadow: none;
    border: none;
}
.bg-orange:focus{
	outline: none;
	box-shadow: none;
}
.search-action-button .dropdown-toggle::before{
	display: none;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.rank-math-sub-title{
    color: #161755de !important;
    font-weight: bold !important;
    font-size: 27px !important;
    padding-left: 30px !important;
}

.myIframe {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /*<<--- THIS IS THE KEY*/ 
  }
  
  .myIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }