* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.head h1{
    font-size: 32px;
    color: #2c3e50;
    margin: 20px 0px;
    
}

.headingh4{
    text-decoration: underline !important;
    font-size: 20px;
    font-family: "Poppins",sans-serif;
    font-weight: 600 !important;
}
.headingh5{
    font-size: 16px;
    font-family: "Poppins",sans-serif;
}

.applybtn{
    width: 140px;
    height: 40px;
    background-color: rgb(234 88 12);
    color: white;
    border-radius: 10px;
    border: none;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    max-width: 19000px !important;
    margin: 0 auto !important;
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden !important;
}

h1 {
    margin-bottom: 0 !important;
}


h2 {
    margin-bottom: 0 !important;
    
}

h3 {
    margin-bottom: 0 !important;
   
}

h4 {
    margin-bottom: 0 !important;
}

h5 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
    
}

a {
    text-decoration: none !important;
    color: inherit !important;
}


.header-anchors {
    font-size: 16px !important;
    color: black !important;
    font-weight: 400x !important;
    font-family: "Poppins", sans-serif;
}

.order-bt {
    width: 120px;
    height: 40px;
    background-color: rgb(234 88 12);
    color: white;
    border-radius: 10px;
    border: none;
}

.drop-bt {
    background-color: #f1f1f1;
    color: black;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    border: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-left: 10px;
    padding-right: 65px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0px;
}

.dropdown-content.show {
    display: block;
}

.drop-bt.active .icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.footer-bg {
    background-color: rgb(17 24 39);
    color: #f1f1f1;
    font-family: "Poppins", sans-serif;
}

.footer-bg .nav .nav-item {
    font-size: 15px;
}

.footer-bg .footer-heads {
    font-size: 19px;
}

.driverpolicysec h2 {
    color: black;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;  
}

.driverpolicysec p {
    color: black;
    padding-top: 25px;
    font-size: 16px;
    padding-top: 25px;
}

.head h1 {
    font-size: 32px;
    color: #2c3e50;
    margin: 20px 0px;
    padding-top: 45px;
    color: black;

}

.text-paddind {
    padding-top: 20px;
    font-size: 16px;
    color: black;
}

.para-paddind {
    padding-top: 25px;
    font-size: 18px;
    color: black;


}
.driverpolicysec h3 {
    font-size: 17px;
    color: black;
    padding-top: 20px;
    font-weight: bold;
   

}


.background-checks {
    color: black;
    font-size: 20px;

}
.text-size{
    font-size: 18px;
    font-weight: bold;
    
}

@media (max-width : 480px) {
    .head h1{
        font-size: 20px;
        padding-top: 25px;
    }
    .driverpolicysec p{
        font-size : 15px;
    }
    .driverpolicysec h2{
        font-size : 17px;
    }
    .para-paddind {
    padding-top: 19px;
    font-size: 14px;
    color: black;
}
.text-size {
    font-size: 14px;
    font-weight: bold;
}
}

   
@media (min-width : 481px) and (max-width : 992px) {}

@media (min-width : 993px) and (max-width : 1250px) {}
