/*@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0; /*font-family: 'Rubik', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: url('../Assets/images/body-bg.jpg');
}

:root {
    --darkblue: #004d89;
}

.darkblue {
    color: var(--darkblue);
}

.custom-header {
}

.tab-section {
    min-height: 500px;
    /*display: flex;*/
    align-items: center;
}

@media (min-width: 768px) {
    .control-label {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }
}

@media (max-width: 767px){
        .main-box .box-content-Rc{
        left: calc(32.5% - 2px);
    }
        .box-content{
            left: calc(14.6% - 2px);
        }
}

.ser-effect{
    position: relative;
    width: 100%;
    height: 120px;
    border: 2px solid var(--darkblue);
    border-radius: 10px;
    overflow: hidden;
}

.ser-effect .image-ovr{
    height:100%;
    width:100%;
}

.ser-effect-view{
    height:250px;
    border: 5px solid var(--darkblue);
    border-radius: 20px;
}

.our-services2 .web-button{
    margin-top: 0px;
}

.ser-effect-last{
    margin-bottom: 0px;
}

.ser-effect .over-view{
    position: absolute;
    background-color:#00000082;
    color: #fff;
    margin-bottom: 0px;
    padding: 3px 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left:0px;
    line-height:1.5;
}

.ser-effect h9{
    line-height: 1.5;
    font-size: 12px;
    font-weight:600;
}


.ser-effect h6{
    line-height: 1.5;
    font-size: 18px;
    font-weight:600;
}

.main-box {
    text-align: center;
}

.box-img {
    width: 100%;
    max-width: 400px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid var(--darkblue);
    border-radius: 20px;
}

.box-content{
    position:absolute;
    bottom:0px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background-color:#00000082;
    max-width:400px;
}

  .box-img:hover img {
        transform: scale(1.02);
    }

    .box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s ease-in;
    }

.box-img-RC {
    width: 100%;
    max-width: 201px;
    height: 117px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid var(--darkblue);
    border-radius:10px;
}

 .box-img-RC:hover img {
        transform: scale(1.02);
    }

   .box-img-RC img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s ease-in;
    }
  

.main-box h9 {
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    line-height:1.5;
    font-size:12px;
    display:inline-block;
}


.main-box h6 {
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    line-height:1.5;
    font-size:18px;
    display:inline-block;
}
.main-box{
    position:relative;
}

.main-box .box-content-Rc{
    position:absolute;
    background: #00000082;
    bottom:0px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    width: 100%;
    max-width: 201px;
}

.cs-tab-content {
}

.notice-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    min-height: 450px;
}

.Claim-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    min-height: 86px;
}

.Claim-box-header {
    background: var(--darkblue);
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
}

.notice-box-header {
    background: var(--darkblue);
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
}

.notice-title {
    display: inline-block;
    /*background: darkorange;*/
    padding: 1px;
    text-align: center;
    margin: 0 auto;
    float: right;
}

.notice-content {
    padding: 10px;
}

    .notice-content marquee a {
        font-size: 14px;
    }

.tab-anchor {
}

    .tab-anchor ul {
    }

        .tab-anchor ul li {
            list-style: none;
        }

            .tab-anchor ul li a {
                text-decoration: none;
                color: var(--darkblue);
                display: block;
                border: 1px solid;
                border-left: 5px solid;
                /* padding: 5px 5px 5px 10px; */
                margin-bottom: 10px;
                font-size: 14px;
                font-weight: 600;
                border-radius: 3px;
            }

                .tab-anchor ul li a:hover {
                    color: #fff;
                    background: var(--darkblue);
                    border-color: var(--darkblue);
                }

                .tab-anchor ul li a img {
                    background: var(--darkblue);
                    padding: 7px;
                }

                .tab-anchor ul li a span {
                    padding-left: 5px;
                }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: calc(100vh - 95vh); */
    background: #07458a;
    /* padding-top: 10px; */
}
footer ul{
    margin-bottom: 0px !important
}
footer ul li{
    list-style: none !important
}

footer ul li, footer ul li a{
            color: #fff;
        }
.copyright p {
    font-size: 14px;
    margin-bottom: 0px;
}

.sele-height {
    height: 30px !important;
}


/*New Css*/
.ans-key-wrapper{padding: .5rem;}
.donwload-box-wrapper{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}
.download-box{
    border: 1px solid black;
    background: aliceblue;
    border-radius:.25rem;
    margin-bottom: .5rem;
    width: 18%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1%;
}
.download-box p{
   margin-bottom: .5rem;
}
.download-box button{
    display: flex;
    align-items:center;
    justify-content: center;
}
.warning-msg{

}
.warning-msg p{
    margin-bottom: .5rem;
    color: red;
    font-weight:600;
    margin-left: .5rem;
    margin-top: 1rem;
}

@media screen and (max-width: 575px){
    .download-box{
        width: 48%;
    }
    .box-img{
            max-width: 340px;
    }
    .box-content{
            max-width: 340px;
    }
    .custom-header .container{
        padding-right:15px;
        padding-left:15px;
    }
    .container{
        padding:0px 15px;
    }
}

@media screen and (max-width: 360px){
    .main-box .box-content-Rc {
    left: calc(22% - 2px);
}
    .box-content{
            left: 5px;
    }
}