* {
    margin: 0;
    padding: 0;
    max-width: 100vw!important;

    background-color: transparent!important;  /*This overides the background*/
}

.text-cmn {
    margin: 10px;
    border-right: 2px solid rgb(129, 163, 201) !important;
}

.override_base {
    background-color: rgb(6, 57, 112) !important;
    border-radius: 7px !important;
}

.test {
    border: 1px solid red;
}

.fa,
.fab,
.fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.fa-icon {
    color: #ffffff;
    background-color: transparent !important;
}

.drp_hm-1 {
    border-radius: 7px !important;
}

.side-dropdown {
    background-color: white ;
}

@media (max-width : 810px) {

    .Log-img {
        max-width: 100vw;
    }

    .text-cmn {
        margin: 0px;
        border-right: 0px solid rgb(129, 163, 201) !important;
    }


    .other-features {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        /* border: 1px solid red; */

        background-color: rgb(227, 242, 253) !important;
    }

    .s_other_common {
        border: 0px solid rgb(201, 201, 201) !important;
        text-align: center !important;

    }

    .inner-container {
        display: flex;
        flex-direction: column !important;
    }

    .top-2 {
        /* border: 1px solid red; */
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .inner-container {
        display: flex;
        flex-direction: column;
    }

    .text-cmn {
        width: 33.33% !important;
        /* border: 1px solid pink; */
        align-self: center;
    }

    .btn-holder {

        width: 33.33% !important;
        /* border: 1px solid pink; */
        align-self: center;
    }

    .txt-cm1a {
        width: 100% !important;
    }

    .btn-holder {
        width: 100% !important;
    }

    .nav-main-1 {
        max-width: 100vw !important;
        margin: 0 !important;
        border-radius: 0px !important;
    }

    .nav-1 {
        display: flex;
        flex-direction: row;
    }



}

@media (max-width : 1200px) {

    .bottom {
        padding: 0 0;

        /* border: 1px solid red; */
    }

    .left {
        padding-left: 0;
    }

    .right {
        padding-right: 0;
    }


    .top-1 {
        display: flex;
        flex-direction: column;

        width: 100%;

    }

    .social {
        /* border: 1px solid red; */
        display: flex;
        justify-content: center;

        background-color: rgb(227, 242, 253) !important;
    }

    .s_common_style {
        /* border: 1px solid red!important; */
        padding: 0.5em 1em;
        margin: 0.5em 0em 0.5em 0em;
        color: rgb(6, 57, 112);
        background-color: rgb(227, 242, 253) !important;

    }

    .s_border {
        border-right: 1px solid rgb(201, 201, 201);

    }

    .other-features {
        display: flex;
        flex-direction: row;
        justify-content: center;
        /* border: 1px solid red; */

        background-color: rgb(227, 242, 253) !important;
    }



    .s_other_common {
        padding: 0.25em 0.65em;
        margin: 0.5em 0em 0.5em 0em;
        color: rgb(6, 57, 112);

        background-color: rgb(227, 242, 253) !important;
    }

    /* .s_other_common:hover {} */

    .top-2 {
        /* border: 1px solid red; */
        display: flex;
        flex-direction: column;
    }

    .Log-img {
        padding: 0.5em !important;
        /* border: 1px solid red; */
        /* width: 15vw;
        height: 15vw; */
        align-self: center;
    }

    .inner-container {
        display: flex;
        flex-direction: row;
    }

    .text-cmn {
        /* border: 1px solid blue; */
        padding: 1.5em 1em;
        width: 33.33%;
        text-align: center;
    }

    .btn-holder {
        /* border: 1px solid blue; */
        padding: 1em 1em;
        width: 33.33%;
        height: 100%;
        text-align: center;
    }

    .quote-btn {
        height: 100%;
        padding: 1em 1em;
        border-radius: 5px;
        background-color: rgb(6, 57, 112)!important;
        color: white !important;
    }

    .text-box-01a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .in-txt-01a {
        color: rgb(6, 57, 112);
        font-weight: 600;
        font-size: 1.6em;
        padding: 0.4em 0.5em;
    }

    .in-txt-01b {
        color: rgb(6, 57, 112);
        padding: 0.4em 0.5em;
        text-align: center;
    }

}


@media (min-width : 1200px) {

    .bottom {
        padding: 0 5vw;
    }


    .left {
        padding-left: 5vw;
    }

    .right {
        padding-right: 5vw;
    }

    .top-1 {
        display: flex;
        flex-direction: row;
    }

    .social {
        /* border: 1px solid blue; */
        display: flex;
        justify-content: left;
        width: 50%;
        background-color: rgb(227, 242, 253) !important;
    }

    .s_common_style {
        /* border: 1px solid red!important; */
        padding: 0.5em 1em;
        margin: 0.5em 0em 0.5em 0em;
        background-color: rgb(227, 242, 253) !important;

    }

    .s_border {
        border-right: 1px solid rgb(201, 201, 201);
    }

    .other-features {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: right;
        /* border: 1px solid blue; */
        background-color: rgb(227, 242, 253) !important;
    }



    .s_other_common {
        padding: 0.25em 0.65em;
        margin: 0.5em 0em 0.5em 0em;
        color: rgb(6, 57, 112);
        background-color: rgb(227, 242, 253) !important;
    }

    /* .s_other_common:hover {} */

    .top-2 {
        /* border: 1px solid red; */
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .Log-img {
        padding: 0.5em 0 !important;
        /* border: 1px solid red; */
    }

    .inner-container {
        /* border: 1px solid brown; */
        display: flex;
        flex-direction: row;
        width: 80%;

        margin-left: 3em;

        align-items: center;
        justify-content: space-between;

    }

    .text-cmn {
        /* border: 1px solid blue; */
        /* padding: 0.5em 1em; */
        width: 33.33%;
        text-align: center;
    }

    .btn-holder {
        /* border: 1px solid blue; */

        justify-content: end;
        float: right;
    }

    .quote-btn {
        /* border: 1px solid blue; */
        padding: 0.5em 1em;
        border-radius: 5px;
        background-color: rgb(6, 57, 112) !important;
        color: white !important;
        text-wrap: nowrap;
        font-size: large;
        font-weight: 600;

    }

    .text-box-01a {
        display: flex;
        flex-direction: row;

        justify-content: center;
        align-items: center;
    }

    .in-txt-01a {
        color: rgb(6, 57, 112);
        font-weight: 700;
        font-size: 2em;
        padding: 0em 0.5em;
        width: 35%;
        line-height: 1.3em;
        text-align: right;
        border-right: 8px solid rgb(6, 57, 112) !important;
    }

    .in-txt-01b {
        color: rgb(6, 57, 112);

        padding: 0.4em 0.5em;
        text-align: center;
        width: 35%;
        font-size: 1em;
    }

}

.nav-main-1 {
    margin: 0 5vw;
    display: flex;
    flex-direction: row;
    background-color: rgb(6, 57, 112) !important;
    border-radius: 7px;
    justify-content: space-between;

    position: relative;
    z-index: 2;

}

.nav-1 {
    display: flex;
    flex-direction: row;
    background-color: rgb(6, 57, 112) !important;
    border-radius: 7px;
}


.nav-btn-1 {
    padding: 1.0em 2.0em;
    background-color: rgb(6, 57, 112);
    color: white !important;
    font-weight: 600;
    margin: 1px;

    background-color: transparent !important;
}

.nav-btn-1a {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    color: white !important;
}

.nav-btn-1b {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    color: white !important;
}

.nav-search-1 {
    background-color: rgb(20, 81, 146);
    border: 1px solid rgb(6, 57, 112);
    border-radius: 0px;
    padding: 1em;
    caret-color: white;
    font-size: medium;

    color: white !important;
}

.nav-search-1::placeholder {
    color: white !important;
    font-weight: 600;
}

.img-1-main {
    width: 100%;
    position: relative;
    top: -4.5vh;
    z-index: 1;
}

.carousel-item .p {
    background-color: transparent;
    /* color: black; */
}

.s_border {
    color: rgb(6, 57, 112);

}

.s_other_common {
    font-weight: 600;
}

.quote-btn {
    /* border: 1px solid blue; */
    padding: 0.5em 1em;
    border-radius: 5px;
    background-color: rgb(6, 57, 112);
    color: white !important;
    text-wrap: nowrap;
    font-size: large;
    font-weight: 600;

}


.quote-btn:hover {

    animation: colourChange 1s;
}

@keyframes colourChange {
    0% {
        background-color: rgb(6, 57, 112);
    }

    100% {
        background-color: rgb(18, 79, 145);
    }
}

.nav-btn-1:hover {
    cursor: pointer;
}

.fa-icon-1a {
    /* padding: 0 1em; */
    font-size: 0.3em;
}


.dropdown-container-1a {
    position: absolute;
    color: rgb(6, 57, 112);
    padding: 0 !important;
    width: 13vw;
    display: none;
    list-style: none;

    background-color: white !important;

    text-decoration: none;
}

.dropdown-1a-active {
    display: block;
    animation: Dropdown_MoveDown 0.8s ease forwards;
}

.dropdown-item-1a {
    padding: 0.8em 1.2em;
}

.dropdown-item-1a:hover {
    color: white !important;
    background-color: rgb(7, 72, 141)!important;
}

.dropdown-item-1a:hover .anchor-1a {
    color: white !important;
    background-color: rgb(7, 72, 141)!important;
}


.anchor-1a{
    color: rgb(6, 57, 112) !important;
    text-decoration: none!important;
}

@keyframes Dropdown_MoveDown {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(22px);
        opacity: 1;
    }
}

.txt-cm1a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 0!important; */
}

.fa-icon-1a {
    background-color: transparent;
    color: rgb(7, 72, 141);
    font-size: 20px;

    padding-right: 0.5em;
}

.txt-inner-act {
    /* padding: 0em 0.25em; */
    font-size: 1.2em;
}

.inner-txt-small {

    padding-left: 0.4em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;


}

.txt-inner-act {
    font-weight: 700;
    color: rgb(7, 72, 141);

}

.txt-in1a {
    font-size: 15px;
    font-weight: 650;
    color: rgb(129, 163, 201);
}

.fa-icn-1a {
    font-size: 1em;
    padding: 1.5em 1em;
}

.img_design_1a {
    border-radius: 1.2em !important;
}

@keyframes come_in {
    0% {
        width: 0;
    }

    100% {
        width: 0;
    }
}