
:root {
    --main-color: #265082;
    --second-color: hsl(184deg 78% 51%);
    --yellow-color: #f78c28;
    --back-color: #f8f8f8;
    --green-color: hsl(181deg 77% 50%);
    --paragraph-color: hsl(0deg 0% 67%);
    --transition: 0.3s linear;
    --box-shadow: 0 3px 6px 0 rgb(0 0 0 / 13%), 0 3px 4px 0 rgb(0 0 0 / 14%);
    --line-height: 1.7;
}
p a{color: var(--yellow-color);}
.img-box{
    width: 400px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.details p{font-size: 18px}
.share-social {
    display: flex;
    align-items: center;
    gap: 15px;
}


.a2a_svg,
.a2a_count {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.share-social .a2a_svg {
 /*   background-color: var(--yellow-color) !important;*/
    padding: 4px;
}
.social-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
    justify-content: space-evenly;
}
input::placeholder {

    /* Firefox, Chrome, Opera */
    text-align: right;
}
/* ******************************************************************
**********************************contact us page *************************
******************************************************************** */
.section-contact {
    /* margin-top: 77px; */
}

.row {
    /* margin-bottom: 20px; */
}

h3 {
    /* margin-bottom: 33px; */
    color: var(--main-color);
    font-weight: bold;
}
.ltr{direction: ltr}
.number{font-family: Tahoma}
.contact-info {
    background-color: #f9f9f9;
    padding: 5px 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.contact-info .infobox div {
    display: flex;
    margin: 36px 0;
}

.contact-info span {
    color: var(--main-color);
    background-color: var(--yellow-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact-info span i {
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.contact-info span:hover {
    color: #FFF;
    background-color: var(--main-color);
}

.contact-info span:hover i {
    color: var(--hover-color);
    transition: var(--transition);
}

.contact-info .infobox .location {
    color: var(--main-color);
    margin: auto 20px;
    font-family: Tahoma;
    /* font-weight: bold; */
}

.contact-info .infobox a {
    color: var(--main-color);
    margin: auto 20px;
    /* font-weight: bold; */
}

.contact-us {
    padding: 15px 0;
    text-align: initial;
}

.contact-with-social {
    margin: 30px 0;
    padding-bottom: 20px;
}

.google-map {
    width: 100%;
    margin-bottom: 30px;
    height: 400px;
}



.form-card .form h2 {
    margin-bottom: 32px;
    font-weight: bold;
    color: var(--main-color);
}

@media (max-width: 991px) {
    .form-card .form {
        flex-basis: 100%;
    }
}

.form-card .form .input,.form-card .form select {
    /*width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    caret-color: var(--main-color);*/
}

.form-card .form .input-wrapper {

    margin-bottom: 20px;
}

.error-text {
    color: red;
    font-weight: normal;
    font-size: 14px !important;
}

.form-card .form textarea.input {
    resize: none;
    height: 200px;
}

.form-card .form .input:focus {
    outline: none;
}

.form-card .form [type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--main-color);
    color: white;
    /* font-weight: bold; */
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.form-card .form [type="submit"]:hover {
    background-color: var(--yellow-color);
}

.input-wrapper .input {

    padding: 15px;
}

.modal-header {
    justify-content: space-between;
}

.modal-header button {
    margin: -1rem !important;
}

.form-card .content {
    /* text-align: center; */
    padding: 0 20px;
}

.faq-item {
    display: flex;
    gap: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;

}

.faq-item .icon {
    width: 70px;
    color: var(--yellow-color);
    text-align: center;
}

.faq-item .icon i {
    font-size: 50px;
}

.faq-item .faq-title {
    font-size: 1.3rem;
    font-weight: normal;
}
@media (max-width: 767px) {
.img-box {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
}
}
.form_msg{font-family: Tahoma}
.guide-table{
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.guide-table thead tr{height: 60px;}
.guide-table thead tr th{background: var(--yellow-color);color: #002e5b}
.guide-table.table-striped>tbody>tr:nth-of-type(odd){
    background: rgb(247 140 40 / 35%)
}
.tab-title {
    color: #F5F6F7;
    background-color: #265082;
    padding: 11px 15px;
    border-radius: 12px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: inherit;
    white-space: nowrap;
}
.details.latestnews .rmv-ext3{overflow-x: auto;}
.details table tr td {
    padding: 5px;
    text-wrap: wrap;
}
@media (max-width: 767px) {
    .details table tr td {
        text-wrap: nowrap !important;
    }
    .logo{
        text-align: center;
        margin-left:50px;
    }
    .logo img{
        width: 84%;
        margin: 0 auto;
    }
    .slider-block {
        padding: 15px 0;
    }
    .slider-block h2{
        font-size: 14px;
        margin-bottom: 0;
    }
    .slider-block p{
        font-size: 10px;
        color:#012857;
        margin-bottom: 0;
    }
    .btn-cutom{
        font-size: 12px !important;
        padding: 3px 15px !important;
    }
    .btn-cutom i{
        font-size: 12px !important;
    }
    .slider-top.mt-4{
        margin-top: 0 !important;
    }
    .lg-mn {
        padding: 5px 0 !important;
    }
    .scl1 {

        padding: 10px 10px;
    }
    .rspn-srch{width: 100%}
}

