.custom_common_sec {
    margin: 15px 0;
}
.custom_common_sec p:last-of-type{
    margin-bottom: 0;
}
.mb1rem{
    margin-bottom: 1rem!important;
}
.mt1rem{
    margin-top: 1rem;
}
.custom_rows_class{
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom_col_6{
    width: calc(48% - 10px);
}
.read_more_text {
    display: none;
}
span.read_more_btn{
    color: #0069b4;
    text-decoration: underline;
    transition: all 0.3s;
    cursor: pointer;
}
span.read_more_btn:hover{
   color:  #FC5C07;
}
.custom_common_sec h2,
.custom_common_sec h3{
    text-align: left;
}

.contact_bg_row{
    background: #0069b4;
    padding: 20px;
    margin: 30px 0;
}
a.contact_btn{
    outline: 0 !important;
    display: inline-block;
    border: 2px solid rgba(120, 156, 212, 1.00) !important;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: rgba(120, 156, 212, 1.00);
    transition: all 0.3s;
}
a.contact_btn:hover {
    border-color: #fff !important;
    background: transparent;
    text-decoration: none;
    color: #fff !important;
}
.white_text h4,
.white_text p{
    color: #fff;
}
.contact_bg_row h4,
.contact_bg_row p{
    text-align: center;
}
.custom_col_12{
    width: 100%;
}
.contact_bg_row p{
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.custom_col_7{
    width: calc(56% - 10px);
}
.custom_col_5{
    width: calc(40% - 10px);
}
.single_accoridan {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.single_accrodian_title{
    cursor: pointer;
}
.single_accrodian_title h4 {
    font-size: 18px;
    position: relative;
    padding-right: 45px;
}
.single_accrodian_title h4:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(0);
    font-size: 32px;
    font-weight: normal;
    color: #0069b4;
    transition: all 0.3s;
}
.single_accoridan.active h4:after{
    transform: translate(0, -50%) rotate(45deg);
}
.single_accrodian_content{
    display: none;
}
@media screen and (max-width: 769px) {
    .custom_col_6,
    .custom_col_12,
    .custom_col_5,
    .custom_col_7{
        width: 100%;
        margin-bottom:30px;
    }
    .last-child{
        margin-bottom: 0!important;
    }
    
}

@media screen and (max-width: 480px){
    .custom_common_sec h2, .custom_common_sec h3 {
        font-size: 26px;
    }
}
@media screen and (min-width: 991px) {

  .vam_a991 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}