﻿body {
    color: #333333;
    padding: 0;
    margin: 0;
    font-family: Poppins;
}
a {
    text-decoration: none;
}
.white {
    color: #ffffff !important;
}
.blue {
    color: #2473a2 !important;
}

#headerCntr {
    padding: 5px 0;
}
.rightSec .call-tfn i {
    left: -22px;
    top: 21px;
    font-size:17px;
}


.header-sec{
    padding:5px 0;
}
.top-baner {
    background: url(/Images/call-option/banner.jpg) no-repeat top center;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.banner-cont {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 60px 0;
    color:#ffffff;
    text-decoration:none;
    margin:0;
}
    .banner-cont:hover{
        color:#ffffff;
    }

    .left-call {
        width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
.no-hold{
    font-size:18px;
    font-weight:500;
    color:#ffffff;
}
.avil {
    font-size: 14px;
    color: #ffffff;
    font-style: italic;
    padding: 10px 0;
    position: relative;
    padding-left: 15px;
}
    .avil:before {
        position: absolute;
        top: 15px;
        left: 0;
        width: 10px;
        height: 10px;
        background: #1acc21;
        content: "";
        border-radius: 50%;
    }
.tfn-click {
    background: #005fde;
    color:#ffffff;
    font-size:28px;
    padding:10px 30px;
    text-align:center;
    line-height:1;
    border-radius:5px;
    font-weight:500;
    margin:15px 0;
}
.tfn-click:hover{
    color:#ffffff;
}
.right-call {
    display: flex;
    flex-direction: column;
    color:#ffffff;
    text-align:left;
}
.right-call h1{
    font-size:40px;
    font-weight:600;
    margin:0;
}
.right-call h5{
    font-size:28px;
    margin:0;
    padding-top:10px;
}
.option{
    padding:0;
    margin:20px 0;
}
    .option li {
        position: relative;
        list-style: none;
        padding: 5px 0 5px 25px;
        font-size:18px;
        text-align:left;
    }
    .option li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: "\F270";
        font-size: 16px;
        color: #ffffff;
        font-family: bootstrap-icons;
    }

.grid_support {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    margin:50px 0;
}

.footer_imgs {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .footer_imgs img {
        height: 56px;
        width: auto;
    }

.tit-head{
    font-size:30px;
    font-weight:500;
    color:#333333;
    margin:0px;
}
.with-us {
    border: 1px solid #e0e0e0;
    padding:15px;
    border-radius:20px;
    color:#000000;
    text-align:center;
    margin-bottom:20px;
}
.with-us h6{
    font-size:18px;
   font-weight:600;
}
.with-us p{
    font-size:14px;
    color:#333333;
}
.deals_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}
.deals_img img {
    height: 280px;
    border-radius: 15px;
    object-fit: cover;
}
.call_us {
    position: absolute;
    bottom: 15px;
    left: 5px;
    background-color: #ffffff;
    color: #333333;
    font-weight: 500;
    padding: 9px 10px;
    padding-right: 18px;
    border-radius: 50px;
    font-size: 15px;
}
    .call_us span {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #005fde;
        display:inline-flex;
        justify-content:center;
        align-items:center;
    }
    .call_us span i{
        font-size:12px;
        color:#ffffff;
    }
.call_us b{
    font-weight:600;
    font-size:18px;
}

.deal_img img{
    width:100%;
    border-radius:5px;
}
.call-opt {
    margin: 0px;
    color: #ffffff;
    line-height: 1;
}


.click-call {
    position: fixed;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    bottom: 0;
    left: 0;
    background: var(--color-org);
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .banner-cont{
        flex-direction:column;
    }
    .left-call, .right-call {
        width: 100%;
    }
    .tfn-click{
        padding:10px;
    }

    .right-call h1{
        font-size:36px;
        padding-top:20px;
    }
    .banner-cont{
        padding-bottom:10px;
    }
    .grid_support {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin: 20px 0 40px 0;
    }
    .footer_imgs img{
        height:30px;
    }
    .deals_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .deals_img img {
        width: 100%;
        height: auto;
    }
    #headerCntr .logo{
        margin-top:3px;
    }
}