@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "open sans", sans-serif !important;
}
body{
    background-color: #fbfff5 !important;
}
.vdo_lbl svg{
	left: 19px;
	position: relative;
}
.prv, .ann_lyt{
	font-size: 0px;
}
label {
	background-color: #000;
	padding: 10px;
	color: #fff;
	cursor: pointer;
    margin-bottom: 15px;
}
input[type="radio"]:checked + label {
    background-color: #0087CD;
}
input[type="radio"]:checked + label svg{
    fill: #000;
    width: 76px;
}
input[type="radio"] + label svg{
    width: 76px;
}
svg {
	fill: #9aa9b7;
}
.form-check-input{
    display: none;
    visibility: hidden;
}
.cover-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.main_cnt{
    height: calc(100vh - 150px);
    overflow-y: scroll;
}
.cover-img {
    background-color: #191c1f;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.cover-img svg {
    fill: aliceblue;
}
.form-select.new_sec{
    width: 100%;
    padding: 9px 16px 9px 30px;
    border: 2px solid #e7e7e7;
    border-radius: 30px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: #0c0c0c;
}
.form-select.new_sec:focus{
    outline: none;
    box-shadow: none;
}
.radio_options{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 21px;
}

.lay_section{
    padding: 0px 40px;
}

/* ADVISION STYLE CSS  */
button.ctct-form-button.add_new_sec{
    background-color: #0087CD !important;
}
.submit_btn{
    background: #5EBC5A;
    border-radius: 30px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 35px 10px 15px;
    border: none;
    margin-bottom: 20px;
}
.submit_btn svg{
    margin: 0px 10px 0px 10px;
    fill: transparent;
}

.blue_bg{
    /* background-color: #0087CD; */
    margin-bottom: 0px !important;
}
h1.blue_bg{
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    color: #000;
    padding: 30px 0px;
}
h1.blue_bg svg{
    margin: 0px 8px 0px 40px;
    fill: #000;
}
.white-bg{
    background-color: #fff;
    border: thin solid #F0F0F0;
}
.main_card_cnt > .card-header{
    padding: 0px !important;
}
.main_card_cnt{
    border-radius: 0px !important;
}
.main_card_cnt > .card-body{
    border-radius: 0px !important;
    padding: 43px 58px 13px 58px !important;
}
.sec_heading{
    font-style: bold;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #181818;
    padding: 25px 30px !important;
}
.sec_body p.sub_heading{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0087CD;
}
.info_bar{
    background: #0087CD;
    border-radius: 30px;
    margin-bottom: 0px;
    padding: 7px 0px;
    font-size: 16px;
}
.info_bar{
    color: #fff;
}
.info_bar i{
    color: #fff;
    margin: 10px 15px 10px 13px;
}
.pb-98{
    padding-bottom: 98px;
}

.bg-color-lgrn{
    background-color: #fbfff5 !important;
}
.bg-color-grn {
    background-color: #40ac49 !important;
}
.bg-color-red{
    background-color: #ed1e24 !important;
}
.color-wh {
    color: #fff !important;
}
.btnAlt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    color: #fff !important;
    white-space: nowrap;
    border-radius: 25px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1.343em;
    padding: 15px 25px;
}
.btnAlt.red {
    background: #ed1e24;
    transition: background-color 1s linear;
}
.btnAlt.red:hover {
    background: #40ac49;
}
button.ctct-form-button {
    border: 0 !important;
    border-radius: 25px !important;
    transition: all .6s ease-in-out!important;
    background-color: #40ac49 !important;
    padding: 10px 16px !important;
    color: #fff !important;
}
button.ctct-form-button:hover {
    background-color: #ed1e24 !important;
}

/* SCROLL BAR CSS */
/* width */
::-webkit-scrollbar {
    width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* SCROLL BAR CSS */

/* ADVISION STYLE CSS  */

.card-body.prv_body{
	padding: 10px 0px !important;
}
.prv_cnt {
    position: fixed;
    top: 6px;
    right: 6px;
    width: 33%;
}
.prv_cnt .main_card_cnt {
    overflow-y: scroll;
    height: calc(100vh - 15px);
}

/* SCROLL BAR CSS */
/* width */
.prv_cnt .main_card_cnt::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.prv_cnt .main_card_cnt::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
/* Handle */
.prv_cnt .main_card_cnt::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.prv_cnt .main_card_cnt::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* SCROLL BAR CSS */

@media (max-width:1024px) {
    input[type="radio"]:checked + label svg {
        width: 200px;
    }
    input[type="radio"] + label svg {
        width: 200px;
    }
    .main_card_cnt > .card-body {
        border-radius: 0px !important;
        padding: 43px 15px 43px 15px !important;
    }
    .info_bar {
        padding: 10px 15px;
    }
}
@media (max-width:800px) {
    input[type="radio"]:checked + label svg {
        width: 120px;
    }
    input[type="radio"] + label svg {
        width: 120px;
    }
    .main_card_cnt > .card-body {
        border-radius: 0px !important;
        padding: 43px 15px 43px 15px !important;
    }
    .info_bar {
        padding: 10px 15px;
    }
}
@media (max-width:768px) {
    input[type="radio"]:checked + label svg {
        width: 120px;
    }
    input[type="radio"] + label svg {
        width: 120px;
    }
    .main_card_cnt > .card-body {
        border-radius: 0px !important;
        padding: 43px 15px 43px 15px !important;
    }
    .info_bar {
        padding: 10px 15px;
    }
}
@media (max-width:425px) {
    .lay_section {
        padding: 0px;
    }
    h1.blue_bg{
        font-size: 21px;
    }
    input[type="radio"]:checked + label svg {
        width: 100px;
    }
    input[type="radio"] + label svg {
        width: 100px;
    }
    .main_card_cnt > .card-body {
        border-radius: 0px !important;
        padding: 43px 15px 43px 15px !important;
    }
}
@media (max-width:375px) {
    .lay_section {
        padding: 0px;
    }
    h1.blue_bg svg {
        margin: 0px 8px 0px 10px;
    }
    h1.blue_bg{
        font-size: 21px;
    }
    .form-check-inline{
        padding: 0px !important;
        margin: 0px 10px 0px 10px !important;
    }
    input[type="radio"]:checked + label svg {
        width: 100px;
    }
    input[type="radio"] + label svg {
        width: 100px;
    }
    .main_card_cnt > .card-body {
        border-radius: 0px !important;
        padding: 43px 15px 43px 15px !important;
    }
}
@media (max-width:320px) {
    .lay_section {
        padding: 0px;
    }
    h1.blue_bg svg {
        margin: 0px 8px 0px 10px;
    }
    h1.blue_bg{
        font-size: 17px;
    }
    .info_bar {
        padding: 10px 15px;
    }
    .form-check-inline{
        padding: 0px !important;
        margin: 0px 5px 0px 0px !important;
    }
    input[type="radio"]:checked + label svg {
        width: 90px;
    }
    input[type="radio"] + label svg {
        width: 90px;
    }
    .main_card_cnt > .card-body {
        border-radius: 0px !important;
        padding: 43px 15px 20px 15px !important;
    }
    .radio_options{
        width: calc(100% + 4px);
    }
}