/* insurence page  */
.bannar {
    position: relative;
    background-image: url(/indexFiles/newserviceimg/servicepage-bannar.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.58);
}

/* :end */


.page-heading {
    font-size: 40px;
    font-weight: 800;
    font-style: italic;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: white;
    z-index: 1;
}

.insurance-pay {
    font-size: 20px;
    font-style: italic;
    color: #000;
    text-align: center;
    line-height: 32px;
}

.insurance-pay-container {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 22px;
    margin-bottom: 40px;

}

.insurance-pay-container-global {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 22px;
    margin-bottom: -80px;

}

.service-ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
    /* Adjust as needed */
}

.service-i {
    margin-right: 10px;
    /* Adjust as needed */
}

/* cta button 1 */
a.button-CTA1 {
    width: 134px;
    background-color: #F87222;
    border: 1px solid #F87222;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    font-size: 19px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.img-container video {

    height: 400px;
    width: 100%;
    border: 2px solid #f87222;
    border-radius: 27px;
    box-shadow: 0px 0px 12px 0px #bdbdbd;
}

.img-container img {

    width: 100%;
    border: 2px solid white;
    border-radius: 27px;
    box-shadow: 0px 0px 12px 0px #bdbdbd;
    object-fit: cover;

}

.service-img {
    border: 1px solid white;
    border-radius: 27px;


}

.newservicelist {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0px 4px 6px 0px #cdcdcd;
    height: 357px;
}

.newservicelist ul li {
    color: #000;
    font-size: 17px;
}



a.button-CTA1:hover {

background: none;
color: #f87222;
}

.cta_button_row {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* BUTTON 2 */
a.button-CTA2 {
    background-color: #F87222;
    border-radius: 100px;
    width: 120px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

a.button-CTA2:hover {

    transform: scale(1.05) rotate(-1deg);
}

.CTA-fixed {
    position: fixed;
    bottom: 10px;
    right: 8px;
    z-index: 1;

}

.fixes-list {
    list-style-type: none;
}

.about-img {

    width: 40%;
    border: 2px solid white;
    border-radius: 27px;
    box-shadow: 0px 0px 12px 0px #bdbdbd;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.about-i {
    border: 1px solid white;
    border-radius: 27px;
    width: 85%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.inner-page-form .popup-content-left{
    background: #ffffff57;
    padding: 20px;
    height: auto;
    backdrop-filter: blur(10px);
    border-radius: 8px;
}
.sea-freight.new-inner-page .bannar{
    height:484px;
}
.inner-page-form button.main-btn-rect{
    width: 40%;
    font-size: 14px;
    text-align: center;
    border: 1px solid white;
    padding: 7px 20px;
    color: white;
    background: #F87222 !important;
}
.coverage_row_2 p{
    padding-bottom:0 !important;
}
    
@media (max-width: 767px){
    .sea-freight.new-inner-page .bannar{
        flex-direction:column !important;
        height: inherit !important;
    }
    .inner-page-form .popup-content-left {
        margin-bottom:20px;
    }
    .page-heading {
    margin-top: 20px;
    margin-bottom: 20px;
     text-align: left; 
   }
}
@media (min-width: 768px) and (max-width:998px){
    .sea-freight.new-inner-page .bannar .popup-content-left{
        width:390px !important;
    }
}
